/* noUiSlider */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.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: 10px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 15px;
  right: -9px;
  top: -3px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -9px;
  right: auto;
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: var(--primary-color);
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.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 {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 1px;
  background: #e8e7e6;
  left: 6px;
  top: 3px;
}

.noUi-handle:after {
  left: 9px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 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 {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

select option {
  background: #fff;
  color: #000;
}

.select-group select option {
  color: #000;
}

input[type=checkbox],
input[type=radio] {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--border-color);
  background: transparent;
  padding: 0;
  position: relative;
  cursor: pointer;
  margin: 1px 0 0;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

input[type=checkbox]:after,
input[type=radio]:after {
  content: "";
  width: 12px;
  height: 10px;
  background: var(--primary-color);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10'%3E%3Cpath fill='%23fff' d='M12 1.741L4.267 10 0 5.427l1.633-1.739L4.27 6.515 10.37 0 12 1.741z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10'%3E%3Cpath fill='%23fff' d='M12 1.741L4.267 10 0 5.427l1.633-1.739L4.27 6.515 10.37 0 12 1.741z'/%3E%3C/svg%3E");
  position: absolute;
  left: 1px;
  top: 2px;
  visibility: hidden;
  opacity: 0;
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
  visibility: visible;
  opacity: 1;
}

.facets__details-wrapper {
  margin-bottom: 20px;
  transition: background 0.35s ease-in-out;
}

.section-aside-filters .facets__details-wrapper {
  margin-bottom: var(--filter-block-margin-bottom, 20px);
}

@media (max-width: 991px) {
  .facets__details-wrapper {
    border: 1px solid var(--border-color);
    padding: 20px 25px;
  }
}
.facets__details-wrapper ul li {
  list-style: none;
  color: var(--body-link-color);
}

@media (min-width: 1025px) {
  .facets__details-wrapper ul li:not(.facets__item--disabled):hover {
    color: var(--body-link-hover-color);
  }
  .section-border-true .facets__details-wrapper:hover {
    background: var(--secondary-background-color);
  }
}
.facets__icons {
  position: relative;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

.svgLoading {
  display: none;
}

.loading .svgLoading {
  display: block;
}

.facets__icons .svgLoading {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.facets__icons .svgLoading svg {
  width: 18px;
  height: 18px;
}

.facets__icons .svgLoading svg path,
.facets__icons .svgLoading svg rect {
  fill: currentColor;
}

.facets__icons.loading .expand,
.facets__icons.loading.selected .expand,
.facets__icons.loading facet-remove {
  visibility: hidden;
  opacity: 0;
}

.facets__icons.selected:not(.loading) facet-remove {
  visibility: visible;
  opacity: 1;
}

.facets__icons.selected:not(.loading) .expand {
  visibility: hidden;
  opacity: 0;
}

.facets__icons facet-remove {
  font-family: var(--secondary-body-font);
  font-size: var(--body-fs);
  font-weight: var(--body-fw);
  visibility: hidden;
  opacity: 0;
}

.facets__icons .expand {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.facets__icons .expand:before {
  content: "+";
  font-size: var(--body-fs);
  font-weight: var(--body-fw);
  color: var(--text-color);
}

details[open] .facets__icons .expand:before {
  content: "-";
}

.facets__summary-label {
  color: var(--sidebar-heading-color);
  font-size: var(--sidebar-heading-fs);
  font-weight: var(--sidebar-heading-fw);
  font-family: var(--primary-body-font);
  text-transform: var(--sidebar-heading-text-transform);
}

.facets__list {
  margin-top: 16px;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}

.facets__list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f3;
  border-radius: 0;
}

.facets__list::-webkit-scrollbar {
  width: 6px;
  background-color: #f2f2f3;
  border-radius: 0;
}

.facets__list::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 0;
}

.facets__list .facet-checkbox {
  margin-bottom: 0;
  cursor: pointer;
}

.facets__list .facets__item--disabled {
  color: var(--body-link-color) !important;
  opacity: 0.4;
}

.facets__list .facets__item--disabled .facet-checkbox,
.facets__list .facets__item--disabled input[type=checkbox],
.facets__list .facets__item--disabled input[type=radio] {
  cursor: default !important;
}

.facets__list:not(.facets__list--color-button) li {
  padding: 4px 0;
}

@media (min-width: 1025px) {
  .facets__list:not(.facets__list--color-button) li:not(.facets__item--disabled):hover input[type=checkbox]:after,
  .facets__list:not(.facets__list--color-button) li:not(.facets__item--disabled):hover input[type=radio]:after {
    visibility: visible;
    opacity: 1;
  }
}
.facets__list:not(.facets__list--color-button) .facet-checkbox {
  position: relative;
  display: flex;
  cursor: pointer;
}

.facets-select .facets__list:not(.facets__list--color-button) .facet-checkbox {
  justify-content: space-between;
  flex-direction: row-reverse;
}

.facets-select .facets__list:not(.facets__list--color-button) .facet-checkbox input {
  border: none;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

.facets__list:not(.facets__list--color-button) input[type=checkbox],
.facets__list:not(.facets__list--color-button) input[type=radio] {
  border-color: var(--body-link-color);
}

.facets__list:not(.facets__list--color-button) input[type=checkbox]:after,
.facets__list:not(.facets__list--color-button) input[type=radio]:after {
  background: var(--body-link-color);
}

.facets__list--color-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.facets__list--color-button .facets__item {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 5px;
}

@media (min-width: 1025px) {
  .facets__list--color-button .facets__item:not(.facets__item--disabled):hover .facets__value:before {
    border-color: var(--text-color);
  }
}
.facets__list--color-button .facet-checkbox {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.facets__list--color-button .facet-checkbox input[type=checkbox],
.facets__list--color-button .facet-checkbox input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  background: transparent !important;
  margin: 0;
  z-index: 1;
}

.facets__list--color-button .facet-checkbox input[type=checkbox]:after,
.facets__list--color-button .facet-checkbox input[type=radio]:after {
  content: none;
}

.facets__list--color-button .facet-checkbox input[type=checkbox][data-value=white] ~ .facets__value,
.facets__list--color-button .facet-checkbox input[type=radio][data-value=white] ~ .facets__value {
  border: 1px solid #ddd;
}

.facets__list--color-button .facet-checkbox input[type=checkbox]:checked ~ .facets__value:before,
.facets__list--color-button .facet-checkbox input[type=radio]:checked ~ .facets__value:before {
  border-color: var(--text-color);
}

.facets__list--color-button .facets__value {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}

.facets__list--color-button .facets__value span {
  font-size: 0;
}

.facets__list--color-button .facets__value:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border: 1px solid transparent;
}

.sb-style--1 .link__icon__custom,
.sb-style--1 .facet-checkbox input[type=checkbox],
.sb-style--1 .facet-checkbox input[type=radio] {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid var(--body-link-color);
  margin-top: 5px;
  -webkit-margin-end: 9px;
  margin-inline-end: 9px;
}

.sb-style--1 .link__icon__custom:after,
.sb-style--1 .facet-checkbox input[type=checkbox]:after,
.sb-style--1 .facet-checkbox input[type=radio]:after {
  content: none;
}

.sb-style--1 .link__item.highlight .link__icon__custom,
.sb-style--1 .link__item.open .link__icon__custom {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.sb-style--1 .facet-checkbox input[type=checkbox]:checked,
.sb-style--1 .facet-checkbox input[type=radio]:checked {
  background: var(--body-link-color);
  border-color: var(--body-link-color);
}

@media (min-width: 1025px) {
  .sb-style--1 .link__item:hover .link__icon__custom {
    background: var(--primary-color);
    border-color: var(--primary-color);
  }
  .sb-style--1 li:not(.facets__item--disabled):hover .facet-checkbox input[type=checkbox],
  .sb-style--1 li:not(.facets__item--disabled):hover .facet-checkbox input[type=radio] {
    background: var(--body-link-color);
    border-color: var(--body-link-color);
  }
}
.sb-style--1 .facets__list--color-button .facets__value,
.sb-style--1 .facets__list--color-button .facets__value:before {
  border-radius: 50%;
}

.sb-style--2 .link__icon__custom {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--body-link-color);
  margin-top: 1px;
  -webkit-margin-end: 9px;
  margin-inline-end: 9px;
}

.sb-style--2 .link__item.highlight .link__icon__custom,
.sb-style--2 .link__item.open .link__icon__custom {
  border-color: var(--primary-color);
}

.sb-style--2 .link__item.highlight .link__icon__custom:before,
.sb-style--2 .link__item.open .link__icon__custom:before {
  content: "";
  width: 12px;
  height: 10px;
  background: var(--primary-color);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10'%3E%3Cpath fill='%23fff' d='M12 1.741L4.267 10 0 5.427l1.633-1.739L4.27 6.515 10.37 0 12 1.741z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10'%3E%3Cpath fill='%23fff' d='M12 1.741L4.267 10 0 5.427l1.633-1.739L4.27 6.515 10.37 0 12 1.741z'/%3E%3C/svg%3E");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1025px) {
  .sb-style--2 .link__item:not(.facets__item--disabled):hover .link__icon__custom {
    border-color: var(--primary-color);
  }
  .sb-style--2 .link__item:not(.facets__item--disabled):hover .link__icon__custom:before {
    content: "";
    width: 12px;
    height: 10px;
    background: var(--primary-color);
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10'%3E%3Cpath fill='%23fff' d='M12 1.741L4.267 10 0 5.427l1.633-1.739L4.27 6.515 10.37 0 12 1.741z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10'%3E%3Cpath fill='%23fff' d='M12 1.741L4.267 10 0 5.427l1.633-1.739L4.27 6.515 10.37 0 12 1.741z'/%3E%3C/svg%3E");
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.sb-style--2 .facets__list--size-button,
.facets-dropdown .facets__list--size-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sb-style--2 .facets__list--size-button .facets__item,
.facets-dropdown .facets__list--size-button .facets__item {
  min-width: 48px;
  height: 48px;
  padding: 0;
  margin: 5px;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

@media (min-width: 1025px) {
  .sb-style--2 .facets__list--size-button .facets__item:not(.facets__item--disabled):hover .facets__value,
  .facets-dropdown .facets__list--size-button .facets__item:not(.facets__item--disabled):hover .facets__value {
    border-color: var(--primary-color);
    color: var(--primary-color);
  }
}
.sb-style--2 .facets__list--size-button .facet-checkbox,
.facets-dropdown .facets__list--size-button .facet-checkbox {
  position: relative;
  width: 100%;
  height: 100%;
}

.sb-style--2 .facets__list--size-button .facet-checkbox input[type=checkbox],
.sb-style--2 .facets__list--size-button .facet-checkbox input[type=radio],
.facets-dropdown .facets__list--size-button .facet-checkbox input[type=checkbox],
.facets-dropdown .facets__list--size-button .facet-checkbox input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  margin: 0;
  z-index: 1;
}

.sb-style--2 .facets__list--size-button .facet-checkbox input[type=checkbox]:after,
.sb-style--2 .facets__list--size-button .facet-checkbox input[type=radio]:after,
.facets-dropdown .facets__list--size-button .facet-checkbox input[type=checkbox]:after,
.facets-dropdown .facets__list--size-button .facet-checkbox input[type=radio]:after {
  content: none;
}

.sb-style--2 .facets__list--size-button .facet-checkbox input[type=checkbox]:checked ~ .facets__value,
.sb-style--2 .facets__list--size-button .facet-checkbox input[type=radio]:checked ~ .facets__value,
.facets-dropdown .facets__list--size-button .facet-checkbox input[type=checkbox]:checked ~ .facets__value,
.facets-dropdown .facets__list--size-button .facet-checkbox input[type=radio]:checked ~ .facets__value {
  border-color: var(--primary-color);
}

.sb-style--2 .facets__list--size-button .facets__value,
.facets-dropdown .facets__list--size-button .facets__value {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-color);
  padding: 0 5px;
}

.sb-style--3 .facets__summary-inner,
.sb-style--3 .h4,
.sb-style--3 .link__item a {
  font-weight: var(--bold);
  text-transform: uppercase;
}

.sb-style--3 .link__icon__custom {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  -webkit-margin-end: 9px;
  margin-inline-end: 9px;
}

.sb-style--3 .link__item.highlight .link__icon__custom:before,
.sb-style--3 .link__item.open .link__icon__custom:before {
  content: "";
  width: 12px;
  height: 10px;
  background: var(--primary-color);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10'%3E%3Cpath fill='%23fff' d='M12 1.741L4.267 10 0 5.427l1.633-1.739L4.27 6.515 10.37 0 12 1.741z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10'%3E%3Cpath fill='%23fff' d='M12 1.741L4.267 10 0 5.427l1.633-1.739L4.27 6.515 10.37 0 12 1.741z'/%3E%3C/svg%3E");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1025px) {
  .sb-style--3 .link__item:not(.facets__item--disabled):hover .link__icon__custom:before {
    content: "";
    width: 12px;
    height: 10px;
    background: var(--primary-color);
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10'%3E%3Cpath fill='%23fff' d='M12 1.741L4.267 10 0 5.427l1.633-1.739L4.27 6.515 10.37 0 12 1.741z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10'%3E%3Cpath fill='%23fff' d='M12 1.741L4.267 10 0 5.427l1.633-1.739L4.27 6.515 10.37 0 12 1.741z'/%3E%3C/svg%3E");
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.sb-style--3 .facets__list li {
  text-transform: uppercase;
  font-weight: var(--bold);
}

.sb-style--3 .facets__list--color-button .facets__item {
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  padding: 4px 0;
  margin: 0;
}

.sb-style--3 .facets__list--color-button .facet-checkbox {
  position: relative;
  display: flex;
  cursor: pointer;
}

.sb-style--3 .facets__list--color-button input[type=checkbox] {
  position: static;
  flex: 0 0 16px;
  width: 16px !important;
  height: 16px !important;
  margin: 1px 0 0;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

.sb-style--3 .facets__list--color-button input[type=checkbox][data-value=white] ~ .facets__value {
  border: none;
}

.sb-style--3 .facets__list--color-button input[type=checkbox][data-value=white] ~ .facets__value:after {
  border: 1px solid var(--border-color);
}

.sb-style--3 .facets__list--color-button .facets__value {
  width: auto;
  height: auto;
  background: transparent;
  position: static;
}

.sb-style--3 .facets__list--color-button .facets__value span {
  font-size: var(--body-fs);
  display: block;
  background: var(--background-color);
  transition: background 0.35s ease-in-out;
}

.sb-style--3 .facets__list--color-button .facets__value:before {
  width: 20px;
  height: 20px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.sb-style--3 .facets__list--color-button .facets__value:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 2px;
  top: 2px;
  right: 0;
  bottom: 0;
  background: inherit;
}

@media (min-width: 1025px) {
  .sb-style--3 .facets__details-wrapper:hover .facets__list--color-button .facets__value span {
    background: var(--secondary-background-color);
  }
  .facets-select .facets__details-wrapper:hover,
  .facets-dropdown .facets__details-wrapper:hover {
    background: transparent;
  }
}
.facets-select .facets__summary,
.facets-accordion .facets__summary {
  cursor: pointer;
}

.facets-select .facets__summary-inner {
  padding: 4px 10px;
  border: 1px solid var(--border-color);
}

.facets-select .facets__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.facets-select .facets__icon:before {
  content: none !important;
}

.facets-select .facets__icon svg {
  width: 10px;
  height: 8px;
  color: currentColor;
}

.facets-select .facets__icon svg path {
  fill: currentColor;
}

.facets-select .facets__details:hover .facets__icon svg {
  transform: rotate(180deg);
}

.facets-select .facets__details {
  position: relative;
}

.facets-select .facets__details:hover .facets__display {
  display: block;
}

.facets-select .facets__display {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  z-index: 10;
  background: var(--background-color);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: none;
}

.facets-select .facets__display::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  opacity: 0;
  background: transparent;
}

.facets-select .facets__display .facets__list {
  max-height: 300px;
  padding: 10px;
  margin-top: 0;
}

.facets-select .facets__price {
  display: block;
  padding: 10px;
}

.mobile-facet-toolbar .sorting {
  margin: 5px 0;
}

.mobile-facet-toolbar .facet-trigger {
  margin: 5px 0;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}

.mobile-facet-toolbar .facet-button-trigger {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: calc(var(--body-fs) + 2px);
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

.mobile-facet-toolbar .facet-button-trigger svg {
  width: 18px;
  height: 18px;
  color: currentColor;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

.mobile-facet-toolbar .facet-button-trigger svg path {
  fill: currentColor;
}

.mobile-facet-toolbar .sorting select {
  background: transparent;
  color: #fff;
  height: 34px;
}

.mobile-facet-toolbar .sorting svg {
  color: #fff;
}

.mobile-facet-toolbar .sort__by__label {
  display: none;
}

.mobile-facet-toolbar view-mode {
  margin: 5px 0;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}

.mobile-facet-toolbar .mb-vm-button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  opacity: 0.7;
  -webkit-margin-start: 8px;
  margin-inline-start: 8px;
}

.mobile-facet-toolbar .mb-vm-button svg {
  color: currentColor;
  width: 16px;
  height: 16px;
}

.mobile-facet-toolbar .mb-vm-button svg path {
  fill: currentColor;
}

.mobile-facet-toolbar .mb-vm-button.active {
  opacity: 1;
}

.facets-drawer[data-status=open] .drawer-facets {
  left: 0;
}

.facets-drawer[data-status=open] .background-black {
  visibility: visible;
  opacity: 1;
}

.facets-drawer .background-black {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

.facets-drawer .drawer-facets {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  background: var(--background-color);
  z-index: 1002;
  width: 80%;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 576px) {
  .facets-drawer .drawer-facets {
    width: 340px;
  }
}
.facets-drawer .drawer-facets__inner {
  height: 100%;
}

.facets-drawer .drawer-facets__main {
  height: calc(100% - 50px);
  padding: 25px;
  overflow-y: auto;
  overflow-x: hidden;
}

.facets-drawer .drawer-facets__main::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f3;
  border-radius: 0;
}

.facets-drawer .drawer-facets__main::-webkit-scrollbar {
  width: 6px;
  background-color: #f2f2f3;
  border-radius: 0;
}

.facets-drawer .drawer-facets__main::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 0;
}

.facets-drawer .facets__details {
  margin-bottom: 20px;
}

.facets-drawer .drawer-facets__header {
  display: flex;
  align-items: center;
  justify-content: right;
}

.facets-drawer .drawer-facets__close {
  border: 0;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  margin: 15px;
}

.facets-drawer .drawer-facets__close svg {
  width: 18px;
  height: 18px;
  color: currentColor;
}

.facets-drawer .drawer-facets__close svg path {
  fill: currentColor;
}

@media (min-width: 1025px) {
  .facets-drawer .facets__details-wrapper:hover {
    background: transparent;
  }
}
.facet-button-trigger {
  display: flex;
  align-items: center;
  font-size: calc(var(--body-fs) + 2px);
  font-weight: var(--body-fw);
  color: var(--text-color);
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}

.facet-button-trigger svg {
  width: 18px;
  height: 18px;
  color: currentColor;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

.facet-button-trigger svg path {
  fill: currentColor;
}

.facet-toolbar .sorting {
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
}

.facet-toolbar .select-group select {
  border: none;
  margin: 0;
  background: transparent;
  height: 34px;
  font-weight: 500;
  color: var(--text-color);
}

.facet-toolbar .select-group svg {
  color: var(--text-color);
}

.facet-toolbar > facet-form:only-child {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

html[dir=rtl] .facets-drawer .drawer-facets {
  left: auto;
  right: -100%;
}

html[dir=rtl] .facets-drawer[data-status=open] .drawer-facets {
  right: 0;
}

.section-border-true.collection__aside__section,
.section-border-true .facets__details-wrapper {
  padding: 20px 25px;
  border: 1px solid var(--border-color);
}

.collection__aside__section {
  transition: background 0.35s ease-in-out;
}

@media (min-width: 1025px) {
  .section-border-true.collection__aside__section:hover {
    background: var(--secondary-background-color);
  }
}
.collection__aside__section .popular-tags__item {
  padding: 4px 0;
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
}

.collection__aside__section .popular-tags__list a {
  display: block;
  padding: 3px 8px;
  border: 1px solid rgba(var(--body-link-color-rgb), 0.5);
  transition: all 0.35s ease-in-out;
}

@media (min-width: 1025px) {
  .collection__aside__section .popular-tags__list a:hover {
    background: var(--body-link-color);
    border-color: var(--body-link-color);
    color: #fff;
  }
}
.collection__aside__section.special-products-section .product-card,
.recently-viewed .product-card {
  margin-top: 25px;
}

.collection__aside__section.special-products-section .product-card:first-child,
.recently-viewed .product-card:first-child {
  margin-top: 0;
}

.site-content-wrapper {
  margin-top: 0;
}

.collection-toolbar .view-mode__button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  -webkit-margin-end: 12px;
  margin-inline-end: 12px;
}

.collection-toolbar .view-mode__button.active {
  z-index: auto;
}

.collection-toolbar .view-mode__button svg {
  color: currentColor;
  width: 16px;
  height: 16px;
}

.collection-toolbar .view-mode__button svg path {
  fill: currentColor;
}

.collection-toolbar .view-mode__button.active {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

@media (min-width: 1025px) {
  .collection-toolbar .view-mode__button:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
  }
}
.collection-overlay.loading::before {
  transition: none !important;
}
.collection-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: calc(var(--z-index-sticky) - 1);
  background: #ffffff;
  opacity: 1;
  visibility: visible;
  transition: all 0.35s ease-in-out;
}

.collection-overlay.loaded::before {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.product__card__list .card__product {
  transform: translateY(0);
  margin-top: 30px;
  transition: all 0.35s ease-in-out;
}

@media (max-width: 767px) {
  .product__card__list.row-cols-2 .card__product:nth-child(-n+2),
  .product__card__list.row-cols-1 .card__product:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product__card__list.row-cols-md-3 .card__product:nth-child(-n+3),
  .product__card__list.row-cols-md-1 .card__product:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .product__card__list.row-cols-lg-4 .card__product:nth-child(-n+4),
  .product__card__list.row-cols-lg-3 .card__product:nth-child(-n+3),
  .product__card__list.row-cols-lg-1 .card__product:first-of-type {
    margin-top: 0;
  }
}
.product__card__list.view__mode__list .card__product {
  width: 100%;
}

.product__card__list.view__mode__list .card__product__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 15px;
}

.product__card__list.view__mode__list .card__image {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.product__card__list.view__mode__list .card__icons {
  display: none;
}

.product__card__list.view__mode__list .card__main {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  height: auto;
  display: block;
  padding: 0;
  -webkit-padding-start: 25px;
  padding-inline-start: 25px;
  z-index: 11;
}

.product__card__list.view__mode__list .btn-atc,
.product__card__list.view__mode__list .card-countdown {
  display: none;
}

.product__card__list.view__mode__list .card__title,
.product__card__list.view__mode__list .card__review {
  text-align: start !important;
}

.product__card__list.view__mode__list .card__main > div:first-child {
  padding-bottom: 10px;
}

.product__card__list.view__mode__list .card__review {
  display: block;
}

.product__card__list.view__mode__list .card__review .jdgm-prev-badge:not([data-average-rating="0.00"]),
.product__card__list.view__mode__list .card__review .loox-rating:not(:empty) {
  margin-bottom: 10px;
}

.product__card__list.view__mode__list .short-description {
  display: block;
  margin-bottom: 10px;
}

.product__card__list.view__mode__list .card__title,
.product__card__list.view__mode__list .card__review {
  text-align: start !important;
}

.product__card__list.view__mode__list .card-view-list {
  justify-content: space-between !important;
}

.product__card__list .card__product__inner .card-view-list-quick-view {
  display: none;
}

.product__card__list.view__mode__list .card__product__inner .card-view-list-quick-view {
  display: flex;
}

.product__card__list.view__mode__list .card__product__inner:hover .card-view-list-quick-view {
  opacity: 1;
  visibility: visible;
}

.collection-content-wrapper .pagination-wrapper .btn--load-more {
  transition: all 0.35s ease-in-out;
}

.collection-content-wrapper .pagination-wrapper .btn--load-more.loading {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 575px) {
  body .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  body .row > * {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

/* =========================================
   FIGMA OVERRIDES (High Specificity, No !important)
   ========================================= */

/* 1. Global Layout Margins */
body.templateCollection main.site-content-wrapper,
body.templateCollection main.site-content-wrapper.container {
  margin-top: 0;
  margin-bottom: 0;
}

/* 2. Typography */
/* Filtering Main Title */
.section-aside-filters .facets__heading,
.section-aside-filters h2.facets__heading,
.section-aside-filters h3.facets__heading,
.section-aside-filters .facets__heading-title {
  font-family: var(--secondary-body-font);
  font-weight: 700;
  font-size: var(--title-fs, 24px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
}

/* Group Title */
.section-aside-filters .facets__summary-label {
  font-family: var(--secondary-body-font);
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.1em;
}

/* Tag Text */
.section-aside-filters .facets__list .facet-checkbox .facets__value {
  font-family: var(--secondary-body-font);
  font-size: 14px;
  font-weight: 400;
  color: #3F4444;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}

/* Facet Item Padding */
.section-aside-filters .facets__list .facets__item {
  padding: 20px 0;
}

/* Facet List Scrollbar */
.facets__list {
  max-height: 800px;
}

/* Group Spacing */
.section-aside-filters .facets__details-wrapper {
  padding-top: 100px;
  margin-bottom: 20px;
}

/* 3. Checkboxes (Standard) - Circular */
/* Using body selector to increase specificity over theme styles */
body .facets__list:not(.facets__list--color-button) .facet-checkbox input[type="checkbox"],
body .facets__list:not(.facets__list--color-button) .facet-checkbox input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  flex: 0 0 20px;
}

/* Checked State - Solid Fill */
body .facets__list:not(.facets__list--color-button) .facet-checkbox input[type="checkbox"]:checked,
body .facets__list:not(.facets__list--color-button) .facet-checkbox input[type="radio"]:checked {
  background-color: #000;
  border-color: #000;
}

/* Hide Default Checkmark */
body .facets__list:not(.facets__list--color-button) .facet-checkbox input[type="checkbox"]:after,
body .facets__list:not(.facets__list--color-button) .facet-checkbox input[type="radio"]:after {
  content: none;
  display: none;
}

/* 4. Color Swatches - Circular with Scale Effect */
/* Container Flex & Spacing */
/* Increased specificity to ensure override: body + .facets__list + .facets__list--color-button */
body .facets__list.facets__list--color-button {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Gap = swatch size (20px) - 4px = 16px */
  margin-right: -16px; /* Negative margin to compensate */
  max-width: 330px; /* Increased to accommodate 6 items + padding */
  max-height: none; /* Remove height limit entirely */
  overflow: visible; /* Ensure no scrollbar appears */
  padding: 10px; /* Avoid clipping of scaled rings */
  margin-left: -10px; /* Compensate for padding */
}

/* Item Sizing */
body .facets__list--color-button .facets__item {
  width: 20px; /* 20x20 */
  height: 20px;
  margin: 0; /* Remove default margin, use gap */
  padding: 0;
  flex: 0 0 20px; /* Prevent shrinking/growing */
}

/* Limit to 6 items per row */
/* 
   Container width calculation:
   6 items * 20px = 120px
   5 gaps * 16px = 80px
   Total width ~= 200px (approx)
   This is implicitly handled by flex-wrap and width, but we ensure the items behave correctly.
*/

body .facets__list--color-button .facet-checkbox {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: visible; /* Ensure scaled rings are not clipped */
}

/* Swatch Circle */
body .facets__list--color-button .facet-checkbox .facets__value {
  width: 20px; /* 20x20 */
  height: 20px;
  border-radius: 50%;
  border: none; /* Remove default border, handled by pseudo-element */
  box-shadow: none !important;
  transition: all 0.2s ease;
  position: relative;
  background-color: var(--swt-bg);
  box-sizing: border-box;
  transform-origin: center center; /* Ensure scaling is concentric */
}

/* Outer Ring (Pseudo-element) - Default Hidden or Transparent */
body .facets__list--color-button .facet-checkbox .facets__value:before {
    content: "";
    position: absolute;
    left: -4px; /* Expand outward */
    top: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid #3F4444; /* Default border color */
    border-radius: 50%;
    transition: all 0.2s ease;
    box-shadow: none !important;
    pointer-events: none;
    transform-origin: center center; /* Ensure scaling is concentric */
}

/* Hover State - Show Outer Ring */
body .facets__list--color-button .facet-checkbox:hover .facets__value:before {
    border-color: #000;
}
body .facets__list--color-button .facet-checkbox:hover .facets__value {
    /* No change needed for inner */
}

/* Checked State - Scale Inner, Show Outer Ring */
/* Inner Swatch scales down */
body .facets__list--color-button .facet-checkbox input:checked ~ .facets__value {
  border: none;
  transform: scale(0.9); /* Maintain scale */
  box-shadow: none !important;
}

/* Outer Ring stays normal size (relative to scaled parent needs counter-scale or absolute positioning context) */
/* Since :before is child of .facets__value, it scales with it. We need to counter-scale. */
/* 1 / 0.9 ~= 1.11 */
body .facets__list--color-button .facet-checkbox input:checked ~ .facets__value:before {
    border: 2px solid #000; /* Visible bold border for selected */
    transform: scale(1.11); /* Counter-scale to appear as a surrounding ring */
    border-radius: 50%;
}

/* Hide input */
body .facets__list--color-button .facet-checkbox input[type="checkbox"],
body .facets__list--color-button .facet-checkbox input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  appearance: none;
}

/* 5. List Button Style (Size) - Optional */
body .facets__list--size-button .facets__item {
  width: auto;
  min-width: 40px;
  height: 40px;
  margin: 5px;
}
body .facets__list--size-button .facet-checkbox {
  width: 100%;
  height: 100%;
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
body .facets__list--size-button input:checked ~ .facets__value {
   background-color: #000;
   color: #fff;
}
body .facets__list--size-button input:checked ~ .facets__value span {
    color: #fff;
}
