.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) and (max-width: 1919.98px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 1920px) {
  .pull-left-xxl {
    float: left;
  }
  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1919.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

.hidden-xxl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .secondary-bar {
    background-color: var(--color-secondary);
    border-top: 0.0625rem solid var(--color-grey2);
  }
}

@media (max-width: 991.98px) {
  html:not([data-filter-bar-status]) .shown-filter-el {
    display: none;
  }
}
@media (min-width: 992px) {
  html:not([data-filter-bar-status]) .hidden-filter-el {
    display: none;
  }
}
html[data-filter-bar-status=true] .hidden-filter-el {
  display: none;
}
@media (max-width: 991.98px) {
  html[data-filter-bar-status=true] {
    --global-overflow: hidden;
    --global-pos: fixed;
  }
}
html[data-filter-bar-status=false] .shown-filter-el {
  display: none;
}

.btn-filter-mobile-close {
  top: 0;
  right: 0;
  z-index: 1;
}

.refinement-bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  display: block;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .refinement-bar {
    z-index: 2;
    position: fixed;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  html:not([data-filter-bar-status=true]) .refinement-bar {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media (min-width: 992px) {
  .refinement-bar {
    --filter-top: var(--filter-header-h, 0);
    padding: 0;
    -webkit-transition: margin ease 0.5s, opacity 0.3s;
    transition: margin ease 0.5s, opacity 0.3s;
    width: 14.875rem;
    margin-right: 1.875rem;
    position: sticky;
    top: var(--filter-top, 0);
    max-height: var(--visible-h, 100vh);
    padding-right: 1.75rem;
    visibility: visible;
    opacity: 1;
  }
  .refinement-bar::-webkit-scrollbar {
    height: 0.4375rem;
    width: 0.4375rem;
  }
  .refinement-bar::-webkit-scrollbar-thumb {
    background-color: var(--color-grey3);
    border-radius: 0.4375rem;
  }
  html[data-filter-bar-status=false] .refinement-bar {
    -webkit-transition: margin ease 0.5s, opacity 0.3s 0.2s, visibility 0s 0.5s;
    transition: margin ease 0.5s, opacity 0.3s 0.2s, visibility 0s 0.5s;
    margin-left: calc((1.875rem + 1.75rem + 14.875rem) * -1);
    margin-right: calc(1.875rem + 1.75rem);
    visibility: hidden;
    opacity: 0;
  }
  body.isStickyHeaderShown .refinement-bar {
    --filter-top: calc(var(--visible-header-h, 0) + var(--filter-header-h, 0));
  }
}
.refinement-bar .card {
  --p-size-mobile: 1rem;
  --p-size-desktop: 1rem;
  border: none;
  padding: 1.75rem 0;
  border-top: 0.0625rem solid var(--color-grey2);
  border-radius: 0;
  line-height: 1.75rem;
}
.refinement-bar .card .card-header {
  border: none;
}
.refinement-bar .card .card-header .btn {
  width: 100%;
  min-height: unset;
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: var(--body-bold-font-family);
  padding-right: 1.5rem;
}
.refinement-bar .card .card-body {
  padding: 1.75rem 0 0;
}
.refinement-bar .card .card-body .checkbox-control-label::before {
  margin-top: 0.1875rem;
}
.refinement-bar .card .card-body .checkbox-control-label .check-white.checkbox-arrow {
  margin-top: 0.1875rem;
}
.refinement-bar .card .values {
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .refinement-bar .card .title {
    pointer-events: none;
  }
  .refinement-bar .card .title::before, .refinement-bar .card .title::after {
    content: none;
  }
}
.refinement-bar .card li {
  display: block;
}
.refinement-bar [aria-expanded=false] .expanded-state {
  display: none;
}
.refinement-bar [aria-expanded=true] .collapsed-state {
  display: none;
}
.refinement-bar .custom-select {
  display: none;
}
@media (max-width: 991.98px) {
  .refinement-bar .custom-select {
    display: block;
  }
}
.refinement-bar .filter-label {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .refinement-bar #collapse-color .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.refinement-bar #collapse-color .card-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.refinement-bar #collapse-color .card-body ul li {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.refinement-bar #collapse-size .card-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.refinement-bar #collapse-size .card-body ul li {
  height: 2.25rem;
  text-align: center;
  border: 0.0625rem solid var(--color-grey2);
  border-radius: 0.3125rem;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 3.5rem;
          flex: 1 0 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.refinement-bar #collapse-size .card-body ul li span {
  padding: 0.3125rem 0.625rem;
}
.refinement-bar #collapse-size .card-body ul li.selected {
  border: 0.0625rem solid var(--color-primary);
}
@media (max-width: 991.98px) {
  .refinement-bar .refinement > .collapse {
    display: block;
  }
}
.refinement-bar .btn-expand-refinements {
  margin-top: 0.25rem;
  line-height: 1.75rem;
}
@media (min-width: 992px) {
  .refinement-bar .btn-expand-refinements {
    margin-top: 0.375rem;
  }
}

.refinement-type-size {
  --size-gap-x: 10;
}
.refinement-type-size button.size-button {
  border: 1px solid var(--color-grey2);
  border-radius: 0.375rem;
  -webkit-transition: all 0.5;
  transition: all 0.5;
  font-size: 1rem;
  line-height: 1.75rem;
  white-space: nowrap;
}
.refinement-type-size button.size-button:hover {
  border-color: var(--color-primary);
}
.refinement-type-size .size-attribute {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 3.5rem;
          flex: 1 0 3.5rem;
}
.refinement-type-size .size-attribute.selected button.size-button {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-white);
}
.refinement-type-size .values.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
}

.refinement-category .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
.refinement-category .card-body .btn {
  min-height: unset;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 500;
  padding: 0;
  text-align: left;
}
@media (max-width: 991.98px) {
  .refinement-category {
    border-width: 0 0 0.0625rem;
  }
}
@media (min-width: 992px) {
  .refinement-category {
    padding-bottom: 2.5rem;
  }
}

.sortby-dropdown {
  border: none;
  color: var(--color-primary);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: relative;
  width: 100%;
  text-decoration: none;
}
.sortby-dropdown.collapsed .dropdown-content-wrapper {
  pointer-events: none;
}
.sortby-dropdown .dropdown-toggle {
  pointer-events: none;
}
.sortby-dropdown .dropdown-item:hover {
  background-color: unset;
}
.sortby-dropdown .dropdown {
  position: relative;
  display: inline-block;
}
.sortby-dropdown .dropdown-content-wrapper {
  position: absolute;
  top: 100%;
  overflow: hidden;
  z-index: 2;
  right: 0;
  border-radius: 0 0 0 1.25rem;
}
.sortby-dropdown .dropdown-content {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  visibility: hidden;
  background-color: var(--color-white);
  min-width: 100%;
  z-index: 1;
  text-align: right;
  padding: 1.5rem 1.75rem 0.9375rem 1.5rem;
  right: 0;
  border-radius: 0 0 0 1.25rem;
  -webkit-transition: -webkit-transform 300ms ease 0s;
  transition: -webkit-transform 300ms ease 0s;
  transition: transform 300ms ease 0s;
  transition: transform 300ms ease 0s, -webkit-transform 300ms ease 0s;
  height: 100%;
}
.sortby-dropdown .dropdown-content button.dropdown-item {
  color: var(--color-black);
  padding: 0.125rem 0.125rem;
  text-decoration: none;
  display: block;
}
.sortby-dropdown .dropdown-content button.dropdown-item:hover {
  color: var(--color-grey4) !important;
}
.sortby-dropdown .dropdown-content button.dropdown-item.selected {
  color: var(--color-grey4) !important;
  cursor: not-allowed;
}
.sortby-dropdown .dropdown-content.opened-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sortby-dropdown .dropdown-content.closed-dropdown {
  height: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.sortby-dropdown .dropcheck {
  padding-right: 1.375rem;
}
.sortby-dropdown .dropcheck .selected-item-dropcheck {
  color: var(--color-grey4);
}
.sortby-dropdown::before, .sortby-dropdown::after {
  content: "";
  width: 0.5625rem;
  height: 0.125rem;
  background: rgb(0, 0, 0);
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.sortby-dropdown::before {
  border-top-left-radius: 0.0625rem;
  border-bottom-left-radius: 0.0625rem;
  right: 0;
  margin-right: 0.375rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 300ms -webkit-transform ease-in-out;
  transition: 300ms -webkit-transform ease-in-out;
  transition: 300ms transform ease-in-out;
  transition: 300ms transform ease-in-out, 300ms -webkit-transform ease-in-out;
}
.sortby-dropdown::after {
  border-top-right-radius: 0.0625rem;
  border-bottom-right-radius: 0.0625rem;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms -webkit-transform ease-in-out;
  transition: 300ms -webkit-transform ease-in-out;
  transition: 300ms transform ease-in-out;
  transition: 300ms transform ease-in-out, 300ms -webkit-transform ease-in-out;
}
.sortby-dropdown.collapsed::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sortby-dropdown.collapsed::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sortby-radioButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1.25rem;
}
.sortby-radioButtons .filter-mobile-search-label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.sortby-radioButtons .radiobutton-no-shadow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.color-attribute {
  width: 32%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.color-attribute .color-presentation-id {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}
.color-attribute:hover .color-presentation-id {
  color: var(--color-grey3);
}
.color-attribute .swatch-circle {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border: 0.25rem solid var(--color-secondary);
}
.color-attribute .swatch-circle::before, .color-attribute .swatch-circle::after {
  content: "";
  height: 0.625rem;
  color: var(--color-secondary);
  background-color: var(--color-secondary);
  display: block;
  position: absolute;
}
.color-attribute .swatch-circle::before {
  width: 0.125rem;
  height: 0.375rem;
  border-top-left-radius: 0.0625rem;
  border-bottom-left-radius: 0.0625rem;
  top: 0.9375rem;
  left: 0.5rem;
  -webkit-transform: rotate(-40deg) scale(0);
          transform: rotate(-40deg) scale(0);
  -webkit-transition: 500ms -webkit-transform ease-in-out;
  transition: 500ms -webkit-transform ease-in-out;
  transition: 500ms transform ease-in-out;
  transition: 500ms transform ease-in-out, 500ms -webkit-transform ease-in-out;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.color-attribute .swatch-circle::after {
  width: 0.125rem;
  height: 0.875rem;
  border-top-right-radius: 0.0625rem;
  border-bottom-right-radius: 0.0625rem;
  top: 0.375rem;
  left: 0.6875rem;
  -webkit-transform: rotate(40deg) scale(0);
          transform: rotate(40deg) scale(0);
  -webkit-transition: 500ms -webkit-transform ease-in-out;
  transition: 500ms -webkit-transform ease-in-out;
  transition: 500ms transform ease-in-out;
  transition: 500ms transform ease-in-out, 500ms -webkit-transform ease-in-out;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.color-attribute .swatch-circle.selected::before {
  -webkit-transform: rotate(-40deg) scale(1);
          transform: rotate(-40deg) scale(1);
}
.color-attribute .swatch-circle.selected::after {
  -webkit-transform: rotate(40deg) scale(1);
          transform: rotate(40deg) scale(1);
}
.color-attribute .swatch-circle:active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: scale 0.3s linear;
  transition: scale 0.3s linear;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.color-attribute .swatch-circle-white {
  -webkit-box-shadow: 0 0 0 0.0625rem var(--color-grey3) inset;
          box-shadow: 0 0 0 0.0625rem var(--color-grey3) inset;
}
.color-attribute .swatch-circle-white::before, .color-attribute .swatch-circle-white::after {
  color: var(--color-primary);
  background-color: var(--color-primary);
}
.color-attribute .swatch-circle-red {
  background: var(--swatch-red);
}
.color-attribute .swatch-circle-black {
  background: var(--swatch-black);
}
.color-attribute .swatch-circle-blue {
  background: var(--swatch-blue);
}
.color-attribute .swatch-circle-brown {
  background: var(--swatch-brown);
}
.color-attribute .swatch-circle-green {
  background: var(--swatch-green);
}
.color-attribute .swatch-circle-grey {
  background: var(--swatch-grey);
}
.color-attribute .swatch-circle-orange {
  background: var(--swatch-orange);
}
.color-attribute .swatch-circle-pink {
  background: var(--swatch-pink);
}
.color-attribute .swatch-circle-purple {
  background: var(--swatch-purple);
}
.color-attribute .swatch-circle-yellow {
  background: var(--swatch-yellow);
}