/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/fast-css-loader/lib/index.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./blocks/layout/shop/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
/* Bootstrap */
/* Vendors */
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! purgecss start ignore */
.select2-container {
  min-width: clamp(200px * var(--min-font-size-controler), 11.5606936416vw, 200px * var(--max-font-size-controler));
  display: block !important;
}

.woocommerce .select2-container {
  width: 100% !important;
}

.select2-selection {
  --select2-border-color: $input-border-color;
  --select2-bg-color: #ffffff;
  --select2-color: #292524;
  border-color: var(--input-border-color);
  border-style: solid;
  border-width: 0 0 1px 0 !important;
  border-radius: var(--border-radius-xs);
  font-weight: 500 !important;
  font-size: var(--input-font-size);
  line-height: 1.2;
  cursor: pointer;
  padding: var(--input-padding-y) var(--input-padding-x);
  color: var(--input-color);
  background-size: 0.875rem;
  background-position: 93% 50%;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: unset;
}
@media (max-width: 767.98px) {
  .select2-selection {
    width: 100% !important;
  }
}
.select2-selection::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='%23292524' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: clamp(24px * var(--min-font-size-controler), 1.387283237vw, 24px * var(--max-font-size-controler));
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: var(--input-padding-x);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (hover: hover) {
  .select2-selection:hover {
    border-color: var(--select2-border-color);
    background: var(--select2-bg-color);
  }
  .select2-selection:hover::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='%23292524' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.select2-selection .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: var(--input-font-size) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

.select2-selection__arrow {
  display: none;
}

.select2-container--open {
  z-index: 9000;
}
.select2-container--open .select2-selection {
  border-color: var(--select2-border-color);
  background: var(--select2-bg-color);
}
.select2-container--open .select2-selection .select2-selection__rendered {
  color: #ffffff;
}
.select2-container--open .select2-selection::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='%23292524' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.select2-container--open .select2-dropdown {
  border: 1px solid var(--input-border-color) !important;
  margin-top: clamp(2px * var(--min-font-size-controler), 0.1156069364vw, 2px * var(--max-font-size-controler)) !important;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.select2-container--open .select2-results__options {
  padding-top: clamp(5px * var(--min-font-size-controler), 0.289017341vw, 5px * var(--max-font-size-controler));
  padding-bottom: clamp(5px * var(--min-font-size-controler), 0.289017341vw, 5px * var(--max-font-size-controler));
  border-radius: clamp(5px * var(--min-font-size-controler), 0.289017341vw, 5px * var(--max-font-size-controler));
}
.select2-container--open .select2-results__option {
  padding: clamp(5px * var(--min-font-size-controler), 0.289017341vw, 5px * var(--max-font-size-controler)) var(--input-padding-x) !important;
  font-size: var(--input-font-size) !important;
  font-weight: 500 !important;
  text-transform: none !important;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #000;
  background-color: transparent !important;
  line-height: normal;
  margin-top: clamp(2px * var(--min-font-size-controler), 0.1156069364vw, 2px * var(--max-font-size-controler));
  margin-bottom: clamp(2px * var(--min-font-size-controler), 0.1156069364vw, 2px * var(--max-font-size-controler));
}
.select2-container--open .select2-results__option--selected, .select2-container--open .select2-results__option--highlighted {
  color: #292524 !important;
  background-color: #F9F9F8 !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--input-border-color) !important;
  border-radius: var(--border-radius-xs) !important;
  font-weight: 500 !important;
  font-size: var(--input-font-size) !important;
  line-height: 1.2 !important;
  cursor: pointer;
  height: auto !important;
  padding: var(--input-padding-y) calc(var(--input-padding-x) * 2.5) var(--input-padding-y) var(--input-padding-x) !important;
  color: var(--input-color) !important;
  background-size: 0.875rem !important;
  background-position: 93% 50% !important;
  text-align: left;
}
@media (min-width: 768px) {
  .select2-container--default .select2-selection--single {
    max-width: clamp(200px * var(--min-font-size-controler), 11.5606936416vw, 200px * var(--max-font-size-controler));
  }
}
@media (min-width: 1200px) {
  .select2-container--default .select2-selection--single {
    max-width: clamp(200px * var(--min-font-size-controler), 11.5606936416vw, 200px * var(--max-font-size-controler));
  }
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: var(--input-color);
}

.select2-search--inline .select2-search__field {
  font-family: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-left: 0;
  font-size: var(--input-font-size);
  font-weight: 500 !important;
}
.select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: var(--input-placeholder-color) !important;
}
.select2-search--inline .select2-search__field::-moz-placeholder {
  color: var(--input-placeholder-color) !important;
}
.select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: var(--input-placeholder-color) !important;
}
.select2-search--inline .select2-search__field::-ms-input-placeholder {
  color: var(--input-placeholder-color) !important;
}
.select2-search--inline .select2-search__field::placeholder {
  color: var(--input-placeholder-color) !important;
}

.select2-selection--multiple {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.select2-container--focus .select2-selection--multiple {
  border: 0 !important;
}

.select2-search--dropdown {
  padding: 0 !important;
}
.select2-search--dropdown .select2-search__field {
  padding: clamp(10px * var(--min-font-size-controler), 0.5780346821vw, 10px * var(--max-font-size-controler)) var(--input-padding-x) !important;
  border-radius: clamp(5px * var(--min-font-size-controler), 0.289017341vw, 5px * var(--max-font-size-controler));
  height: auto !important;
  border: 1px solid var(--input-border-color) !important;
  margin-top: clamp(2px * var(--min-font-size-controler), 0.1156069364vw, 2px * var(--max-font-size-controler));
}
.select2-search--dropdown .select2-search__field:focus {
  -webkit-box-shadow: 0 !important;
          box-shadow: 0 !important;
  border: 1px solid #292524 !important;
  outline: 0 !important;
  font-size: var(--input-font-size) !important;
}

/*! purgecss end ignore */
.b--shop {
  --grid-columns: repeat(2, 1fr);
  min-height: 40vh;
}
@media (min-width: 768px) {
  .b--shop {
    --grid-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .b--shop {
    --grid-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .b--shop {
    --grid-columns: repeat(auto-fill, minmax(clamp(calc((196 * 1px)), calc(19.5375722543vw), 371.8px), 1fr));
  }
}
.b--shop .select2-selection__rendered {
  font-weight: 500;
}
.b--shop .l__wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
.b--shop .l__filters {
  display: none;
}
@media (min-width: 768px) {
  .b--shop .l__filters {
    max-width: clamp(calc((196 * 1px)), calc(19.5375722543vw), 371.8px);
    min-width: 16.25rem;
  }
}
.b--shop .l__btn-wrapper {
  width: 100%;
}
.b--shop .l__btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
}
.b--shop .l__btn .link-icon__text {
  font-size: var(--font-size-base);
  pointer-events: none;
}
.b--shop .l__btn .link-icon__icon {
  pointer-events: none;
}
@media (min-width: 768px) {
  .b--shop .l__btn .link-icon__icon {
    display: none !important;
  }
}
.b--shop .l__filters-group {
  padding-top: clamp(5px * var(--min-font-size-controler), 0.289017341vw, 5px * var(--max-font-size-controler));
}
@media (max-width: 767.98px) {
  .b--shop .l__filters-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.625rem;
  }
}
.b--shop .l__btn-filter {
  font-size: var(--text-sm);
  line-height: var(--text-sm-line-height);
  letter-spacing: var(--text-sm-letter-spacing);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  border: 0;
  font-weight: 500;
}
.b--shop .l__btn-filter .icon-filter {
  margin-right: clamp(5px * var(--min-font-size-controler), 0.289017341vw, 5px * var(--max-font-size-controler));
}
.b--shop .l__btn-filter .show-filters {
  color: #000 !important;
}
.b--shop .l__sort-wrapper {
  width: 12.5rem;
}
@media (min-width: 992px) {
  .b--shop .l__sort-wrapper {
    width: 12.5rem;
  }
}
@media (min-width: 1200px) {
  .b--shop .l__sort-wrapper {
    width: 14.375rem;
  }
}
@media (max-width: 767.98px) {
  .b--shop .l__sort-wrapper {
    width: 50%;
  }
}
.b--shop .l__sort-wrapper .select2-container {
  min-width: 100%;
  text-align: right;
}
.b--shop .l__sort-wrapper .select2-selection {
  width: 100%;
  max-width: unset;
}
.b--shop .l__no-products {
  min-height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--block-border-color);
}
.b--shop .l__sort-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media (max-width: 767.98px) {
  .b--shop .l__sort-wrapper-inner {
    width: 100%;
  }
}
.b--shop .l__post-per-page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-left: 1px solid var(--block-border-color);
  padding-left: 0.625rem;
  width: 10.3125rem;
}
@media (max-width: 767.98px) {
  .b--shop .l__post-per-page-wrapper {
    width: 50%;
    gap: 0;
  }
}
.b--shop .l__post-per-page-wrapper .select2-container {
  min-width: 100%;
}
.b--shop .l__post-per-page-wrapper .select2-selection {
  width: 100%;
  max-width: unset;
}
.b--shop .l__post-per-page-label {
  font-size: var(--text-xs);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
}
.b--shop .alm-paging-content {
  display: grid;
  grid-template-columns: var(--grid-columns);
}
@media (min-width: 768px) {
  .b--shop .alm-paging-content {
    gap: var(--spacers-md) var(--gutter-small);
  }
}
.b--shop[data-filters=false] [data-type=have-filters] {
  display: none;
}
@media (max-width: 767.98px) {
  .b--shop [data-filter-count] {
    position: relative;
  }
  .b--shop [data-filter-count]::after {
    content: "(" attr(data-filter-count) ")";
    margin-left: 0.125rem;
  }
}
@media (max-width: 767.98px) {
  .b--shop .alm-filters--reset-button {
    display: none;
  }
}
.b--shop .select2-container .select2-selection {
  padding: 0 !important;
  border: 0 !important;
}
.b--shop .select2-container .select2-selection::after {
  right: 0;
}
.b--shop .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.b--shop .select2-container--open {
  z-index: 99999 !important;
}
.b--shop .js-filter-count-all + button {
  display: none;
}
.b--shop [data-filter-count] + button {
  display: inline-block;
}

.filters-open .b--shop .l__wrapper {
  display: grid;
  grid-template-columns: calc(var(--filter-width, 300px) + 4px) 1fr;
}

/*! purgecss start ignore */
.field-parent ul {
  display: none;
}

/*! purgecss end ignore */
