@charset "UTF-8";
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  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 {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  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 {
  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;
  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;
  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%;
  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;
  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;
  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-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  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-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  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-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  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-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  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;
  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;
}

:root {
  --color-primary: #DC620D;
  --color-bw-switch: #3D4452;
  --color-bg-dark: #4C5566;
  --color-text: #ffffff;
  --color-input-outline: #c4570c;
  --color-header-phone: #5EB440;
  --color-sw-primary-green: #DC620D;
  --color-sw-primary-green-hover: #4C5566;
  --color-sw-primary-white: #DC620D;
  --color-sw-primary-black: #DC620D;
  --color-sw-text-white: #3D4452;
  --color-sw-primary-grey: #DC620D;
  --cc-btn-primary-bg: #DC620D;
  --cc-btn-primary-hover-bg: #e0cf01;
  --cc-btn-primary-text: #3D4452;
}

.checkbox,
.radiobox {
  margin-bottom: 12px;
}
.checkbox.inline-checkbox,
.radiobox.inline-checkbox {
  clear: none;
  display: inline-block;
  width: auto;
  float: none;
  margin-bottom: 0;
  margin-right: 10px;
}
.checkbox.inline-checkbox:last-of-type,
.radiobox.inline-checkbox:last-of-type {
  margin-right: 0;
}
@media (min-width: 768px) {
  .checkbox.inline-checkbox,
.radiobox.inline-checkbox {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .checkbox.inline-checkbox,
.radiobox.inline-checkbox {
    margin-right: 25px;
  }
}
.checkbox.checkbox--count,
.radiobox.checkbox--count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.checkbox-hidden,
.radio-hidden {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.checkbox-label {
  margin: 0;
  min-height: inherit;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  color: #3D4452;
  vertical-align: middle;
  cursor: pointer;
  text-transform: none;
  white-space: normal;
}

.checkbox-box {
  float: left;
  position: relative;
  width: 18px;
  height: 18px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #d3ddea;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 0;
}

.checkbox-text {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  color: #3D4452;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  margin-left: 0;
  padding: 3px 0;
}
.checkbox-text a {
  color: #3D4452;
  font-weight: 300;
  text-decoration: underline;
}
.checkbox-text a:hover {
  text-decoration: none;
}
.checkbox-text:first-letter {
  text-transform: uppercase;
}
.checkbox-text > span {
  font-size: 13px;
}

.checkbox-count {
  font-weight: 300;
  vertical-align: middle;
  color: #8C8C8C;
  font-size: 0.875rem;
}

.checkbox-note {
  color: #8C8C8C;
  margin-left: auto;
  font-size: 13px;
  line-height: 1.4em;
  padding: 3px 0;
  vertical-align: middle;
}

.checkbox-hidden:checked + .checkbox-label .checkbox-box {
  border-color: #DC620D;
  background-color: #DC620D;
}
.checkbox-hidden:checked + .checkbox-label .checkbox-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.input-button {
  position: relative;
}
.input-button:hover .input-button-label, .input-button:active .input-button-label {
  background-color: #F0ECEA;
  color: #2c3b4e;
}

a.input-button.active, a.input-button:hover {
  text-decoration: none;
}
a.input-button.active .input-button-label, a.input-button:hover .input-button-label {
  text-decoration: none;
  background-color: #DC620D;
  color: #ffffff;
}

.input-button-input {
  position: absolute;
  opacity: 0;
  left: -100px;
}
.input-button-input:checked + .input-button-label {
  color: #ffffff;
  background: #DC620D;
}
.input-button-input:checked + .input-button-label.w-arrow::after {
  border-color: #DC620D transparent transparent transparent;
}
.input-button-input:checked + .btn {
  background-color: #DC620D;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}
.input-button-input:checked + .btn::before {
  opacity: 1;
  visibility: visible;
}

.input-button-label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px 32px;
  background: #F7F5F4;
  color: #3D4452;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 9999px;
  margin-bottom: 0;
  cursor: pointer;
  transition: 75ms ease-out;
  transition-property: background-color, color;
}
.input-button-label.w-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 8px 0 8px;
  border-color: transparent transparent transparent transparent;
  border-style: solid;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.checkbox-block-wrapper {
  padding: 20px;
  border: 1px solid #E0DEDC;
  background: #F7F5F4;
}
.checkbox-block-wrapper--voucher {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-height: 85px;
}
.checkbox-block-wrapper--voucher .cart-summary-coupon-input-wrapper {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.checkbox-block-wrapper--voucher .cart-summary-coupon-input-wrapper.active {
  display: flex;
  margin-top: 0;
}
.checkbox-block-wrapper--voucher .cart-summary-coupon-input-wrapper input {
  flex: content;
}

.block-pickup {
  font-size: 14px;
  line-height: 1.75;
}

.info-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
  border-left: 4px solid #DC620D;
  background: #F7F5F4;
  margin-bottom: 30px;
  position: relative;
}
.info-block.centered {
  margin-inline: auto;
  width: max-content;
}
.info-block.w-icon {
  padding-left: 75px;
}
@media (min-width: 992px) {
  .info-block.w-icon {
    padding-left: 115px;
  }
}
.info-block.w-icon .info-block-icon {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 30px;
  height: auto;
}
@media (min-width: 992px) {
  .info-block.w-icon .info-block-icon {
    width: 45px;
    font-size: 22px;
  }
}
.info-block a {
  text-decoration: underline;
  color: #8C8C8C;
}
.info-block p {
  width: 100%;
  font-size: 14px;
}
.info-block p:last-of-type {
  margin-bottom: 0;
}
.info-block ul {
  width: 100%;
}
.info-block ul li {
  font-size: 14px;
}
.info-block ul li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .info-block {
    flex-wrap: wrap;
  }
}
.info-block.danger {
  border-color: #e40421;
}
.info-block.danger .info-block-type {
  color: #e40421;
}
.info-block.success {
  border-color: #5EB440;
}
.info-block.success .info-block-type {
  color: #5EB440;
}
.info-block.info {
  border-color: #00d0c9;
}
.info-block.info .info-block-type {
  color: #00d0c9;
}

.info-block-type {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #3D4452;
  width: 100%;
}
@media (max-width: 767.98px) {
  .info-block-type {
    margin-bottom: 30px;
  }
}

.info-block-content p:last-child,
.info-block-content ol:last-child,
.info-block-content li:last-child {
  margin-bottom: 0;
}

.detail-perex p {
  color: #DC620D;
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .detail-perex p {
    font-size: 1.3rem;
  }
}

.detail-badge-block {
  border: 2px solid #F7F5F4;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  -webkit-border-radius: 0 30px 0 30px;
  -moz-border-radius: 0 30px 0 30px;
  border-radius: 0 30px 0 30px;
  padding: 30px;
  margin-bottom: 30px;
  color: #3D4452;
}
.detail-badge-block:hover {
  border-color: #4C5566;
  text-decoration: none;
}
.detail-badge-block:hover .detail-badge-info {
  color: #4C5566;
}
.detail-badge-block:hover .detail-badge-info strong {
  color: #4C5566;
}

.detail-badge-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .detail-badge-image {
    width: 100px;
    margin-bottom: 0;
  }
}

.detail-badge-info {
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .detail-badge-info {
    width: calc(100% - 100px);
    padding-left: 20%;
    text-align: left;
  }
}
.detail-badge-info strong {
  color: #DC620D;
  width: 100%;
}

.structure-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.section-page-heading {
  padding: 16px 0;
}

.page-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0 16px 16px;
}
.page-heading h1 {
  margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
  .page-heading h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .page-heading h1 {
    font-size: 1.5rem;
  }
}
.page-heading h2 {
  font-size: 25px;
}
@media (max-width: 1199.98px) {
  .page-heading h2 {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .page-heading h2 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .page-heading h2 {
    font-size: 18px;
  }
}
.page-heading.with-line {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .page-heading.with-line {
    padding-bottom: 30px;
  }
}
.page-heading.with-line::after {
  content: "";
  display: block;
  width: 35px;
  height: 4px;
  background: #DC620D;
  margin-left: auto;
  margin-right: auto;
}
.page-heading--deco-dots {
  padding-top: 48px;
  padding-bottom: 48px;
}
.page-heading--deco-dots::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 96px;
  height: 128px;
  background-image: url(/build/images/dots.99ca7ad8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
}
@media (min-width: 992px) {
  .page-heading--deco-dots::after {
    width: 140px;
    height: 180px;
  }
}
@media (min-width: 992px) {
  .page-heading--deco-dots {
    padding-top: 64px;
    padding-bottom: 48px;
  }
}
.page-heading.text-center h2 {
  width: 100%;
}

.page-heading-subheading {
  width: 100%;
  font-size: 32px;
  color: #8C8C8C;
}
@media (max-width: 1199.98px) {
  .page-heading-subheading {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .page-heading-subheading {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .page-heading-subheading {
    font-size: 22px;
  }
}
@media (max-width: 374.98px) {
  .page-heading-subheading {
    font-size: 20px;
  }
}

.page-heading-icon {
  width: 150px;
  height: auto;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .page-heading-icon {
    margin-top: 50px;
    width: 230px;
  }
}

.show-more-text-wrapper {
  overflow: hidden;
  max-height: 95px;
}
@media (min-width: 768px) {
  .show-more-text-wrapper {
    max-height: 70px;
  }
}

.show-hide-btn::before {
  content: attr(data-text-more);
}
.show-hide-btn.active::before {
  content: attr(data-text-less);
}

.page-info h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 24px;
}

.table-dark {
  background: #4C5566;
  width: 100%;
  font-size: 14px;
}

.table-dark-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .table-dark-row {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .table-dark-row {
    flex-wrap: wrap;
  }
}
@media (min-width: 1440px) {
  .table-dark-row {
    flex-wrap: nowrap;
  }
}
.table-dark-row + .table-dark-row {
  margin-top: 15px;
}

.table-dark-colum {
  width: 100%;
}
@media (min-width: 576px) {
  .table-dark-colum {
    width: auto;
  }
}
@media (min-width: 992px) {
  .table-dark-colum {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .table-dark-colum {
    width: auto;
  }
}
.table-dark-colum.table-dark-colum-main {
  width: 190px;
  text-transform: uppercase;
}

.img-qr-code {
  max-width: 150px;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .img-qr-code {
    margin-top: 0;
  }
}

.img-card {
  max-width: 75px;
}

.nav-tabs {
  position: relative;
  border-color: transparent;
  justify-content: flex-start;
  background-color: #F7F5F4;
}
.nav-tabs .nav-link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  color: #2c3b4e;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 0 32px;
  z-index: 1;
  min-height: 90px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.nav-tabs .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #DC620D;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  text-decoration: none;
  background-color: #F0ECEA;
}
.nav-tabs .nav-link.active::after, .nav-tabs .nav-link:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #DC620D;
  z-index: 2;
  pointer-events: none;
}
.nav-tabs .nav-link.active {
  background-color: #F0ECEA;
  color: #2c3b4e;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .responsivetabs-more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.nav-tabs .dropdown-toggle {
  color: #3D4452;
}
.nav-tabs .dropdown-item {
  position: relative;
}
.nav-tabs .dropdown-item.active {
  background: transparent;
  color: #3D4452;
  font-weight: 700;
}
.nav-tabs .dropdown-item.active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #DC620D;
  pointer-events: none;
}
.nav-tabs .badge {
  font-size: 11px;
}
.nav-tabs .badge-pill {
  padding: 0 8px 0 8px;
  height: 24px;
  min-width: 24px;
  line-height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.nav-tabs .badge-pill.badge-primary {
  background-color: #DC620D;
  color: #ffffff;
}

.tab-content {
  padding-top: 30px;
}
.tab-content .product-small-tiles-grid {
  padding-bottom: 30px;
}
.tab-pane-header {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .container-full > .tab-pane-content > .tab-pane-header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .tab-pane-header {
    margin-bottom: 40px;
  }
}
.tab-pane-header h2 {
  margin-bottom: 10px;
}
.tab-pane-header .filter-basic {
  padding-bottom: 10px;
  justify-content: space-between;
  border-bottom: 2px solid #E0DEDC;
}
.tab-pane-header .filter-basic > h2 {
  padding-top: 0;
}
.tab-pane-header .filter-basic > h2::after {
  display: none;
}
@media (max-width: 575.98px) {
  .tab-pane-header .filter-basic {
    padding-bottom: 0;
    border-color: transparent;
  }
}
.tab-pane-header .filter-basic-sort-wrapper {
  border-left: 0;
  margin-bottom: 10px;
}

.nav-tabs-sticky {
  display: none;
}
@media (min-width: 768px) {
  .nav-tabs-sticky {
    display: flex;
    position: sticky;
    top: 50px;
    background-color: #F7F5F4;
    z-index: 10;
  }
}
@media (max-width: 1199.98px) {
  .nav-tabs-sticky {
    top: 70px !important;
  }
}

.tab-content.nav-tabs-sticky-content > .tab-pane {
  display: block;
}

.tab-pane-content {
  display: none;
}
.tab-pane-content.active {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
.tab-pane-content .structure-section {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tab-pane-content {
    padding-top: 0;
    display: block;
  }
}

.tab-pane-content-header {
  border-bottom: 1px solid #E0DEDC;
  background: #F7F5F4;
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
}
.container-full > .tab-pane-content-header {
  margin-left: 15px;
  margin-right: 15px;
}
.tab-pane-content-header::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #8C8C8C;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.tab-pane-content-header::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 20px;
  background: #8C8C8C;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.tab-pane-content-header.active::before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.tab-pane-content-header.active::after {
  transform: translateY(-50%) rotate(90deg);
}
.tab-pane-content-header h2 {
  padding: 0;
  margin: 0;
}
.tab-pane-content-header h3 {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .tab-pane-content-header {
    display: none;
  }
}

.tab-pane-content-heading {
  display: none;
}
@media (min-width: 768px) {
  .tab-pane-content-heading {
    display: block;
    padding-top: 4rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  #tab-accessory-1 + #tabReviews .tab-pane-content-heading {
    padding-top: 2rem;
  }
}

.breadcrumb-wrapper {
  display: flex;
  justify-content: center;
  min-width: 100%;
}
@media (max-width: 991.98px) {
  .breadcrumb-wrapper {
    margin-inline: calc(-16px - 16px);
  }
}
.breadcrumb-wrapper ul {
  display: flex;
  list-style: none;
  scroll-snap-type: x;
  scroll-padding: 1rem;
  overflow-x: auto;
  scrollbar-width: none;
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .breadcrumb-wrapper ul {
    padding-inline: calc(16px + 16px);
  }
}
.breadcrumb-wrapper ul::-webkit-scrollbar {
  display: none;
  width: 0;
  background: 0 0;
}
.breadcrumb-wrapper li {
  position: relative;
  padding-left: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #8C8C8C;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.breadcrumb-wrapper li:not(:first-child) {
  padding-left: 1rem;
  margin-left: 1rem;
}
@media (max-width: 991.98px) {
  .breadcrumb-wrapper li {
    font-size: 0.875rem;
  }
}
.breadcrumb-wrapper li:first-of-type::before {
  display: none;
}
.breadcrumb-wrapper li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, calc(-50% - 2px));
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #DC620D;
  border-width: 4px 0 4px 6px;
}
.breadcrumb-wrapper a {
  color: currentColor;
  white-space: nowrap;
  transition: color 75ms;
}
.breadcrumb-wrapper a:hover, .breadcrumb-wrapper a:active {
  color: #DC620D;
  text-decoration: none;
}
.breadcrumb-wrapper--small li {
  font-size: 0.625rem;
}
.breadcrumb-wrapper--small li::before {
  font-size: 0.625rem;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .pagination__wrapper {
    padding: 3rem 3rem 0 3rem;
  }
}
@media (min-width: 1440px) {
  .pagination__wrapper {
    padding-top: 6rem;
  }
}
.pagination__wrapper--products {
  flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .pagination__wrapper--products::before {
    content: "";
    display: block;
    width: 33.333%;
  }
  .pagination__wrapper--products:empty {
    display: none;
  }
}

.page-item {
  margin-left: 5px;
  margin-right: 5px;
  order: 0;
}
.page-item.active .page-link {
  background: #ffffff;
  color: #3D4452;
  border-color: #DC620D;
}
.page-item.disabled .page-link {
  background-color: #F7F5F4;
  border: none;
}
.page-item:first-of-type .page-link {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.page-item:last-of-type .page-link {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.page-item.pagination-item-left {
  order: 2;
}
.page-item.pagination-item-left .page-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 12px;
  background-color: #3D4452;
  -webkit-mask: url(/build/images/triangle-down.9c27b020.svg) no-repeat 50% 50%;
  mask: url(/build/images/triangle-down.9c27b020.svg) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (min-width: 768px) {
  .page-item.pagination-item-left {
    order: 0;
  }
}
.page-item.pagination-item-right .page-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 12px;
  background-color: #3D4452;
  -webkit-mask: url(/build/images/triangle-down.9c27b020.svg) no-repeat 50% 50%;
  mask: url(/build/images/triangle-down.9c27b020.svg) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.page-item.pagination-item-last {
  order: 3;
}

.page-item-break {
  width: 100%;
  height: 0;
  order: 1;
}
@media (min-width: 768px) {
  .page-item-break {
    display: none;
  }
}

.page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  min-width: 40px;
  height: 40px;
  background: #ffffff;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  font-weight: 500;
  color: #3D4452;
  margin-bottom: 5px;
  text-decoration: none !important;
  border: 2px solid #E0DEDC;
}
.page-link span[class^=icon-],
.page-link span[class*=" icon-"] {
  font-size: 10px;
}
.page-link:hover {
  color: #DC620D;
}
.page-link:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11111;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0;
  display: none;
}
.preloader-wrapper.active {
  display: flex;
  opacity: 1;
}

.loader-container {
  position: relative;
  width: 250px;
  height: 250px;
}
.loader-container .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.loader-container-in-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ball-chasing .loader {
  width: 100px;
  height: 100px;
  background: url(/build/images/loading.f7afc06a.svg) no-repeat center center transparent;
  background-size: 100px 100px;
}

.block-preloader-wrapper {
  position: relative;
}
.block-preloader-wrapper.block-preloader::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 50;
}
.block-preloader-wrapper.block-preloader::after {
  content: "";
  background: url(/build/images/loading.f7afc06a.svg) no-repeat center center transparent;
  position: absolute;
  inset: 0;
  background-size: 8rem;
  z-index: 51;
}

.articles-section {
  padding: 0 0 32px 0;
}
@media (min-width: 576px) {
  .articles-section {
    padding: 30px 0 80px 0;
  }
}
@media (min-width: 992px) {
  .articles-section {
    padding-bottom: 120px;
  }
}

.articles-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
@media (min-width: 576px) {
  .articles-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
@media (min-width: 992px) {
  .articles-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
.articles-wrapper a:hover {
  color: #4C5566;
}

.articles-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

.article-item {
  background: #F7F5F4;
  -webkit-border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  border-radius: 0 20px 0 0;
  overflow: hidden;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.article-item h2 {
  font-size: 0.875rem;
  line-height: normal;
  margin-bottom: 0;
}
.article-item p {
  font-size: 12px;
}
.article-item.article-main {
  grid-column: span 2;
}
@media (min-width: 375px) {
  .article-item.article-main .article-info h2 {
    font-size: 30px;
  }
  .article-item.article-main .article-info p {
    margin-top: 30px;
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .article-item.article-main {
    grid-column: span 2;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .article-item.article-main .article-image {
    width: 250px;
  }
  .article-item.article-main .article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .article-item.article-main .article-info {
    width: calc(100% - 250px);
  }
  .article-item.article-main .article-date {
    bottom: 10px;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 992px) {
  .article-item.article-main {
    display: block;
    grid-row: span 2;
    grid-column: span 2;
  }
  .article-item.article-main .article-image {
    width: 100%;
    max-height: 300px;
  }
  .article-item.article-main .article-image img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
  }
  .article-item.article-main .article-info {
    width: 100%;
  }
  .article-item.article-main .article-date {
    bottom: 0;
    -webkit-transform: translate3d(-50%, 50%, 0);
    -moz-transform: translate3d(-50%, 50%, 0);
    -ms-transform: translate3d(-50%, 50%, 0);
    -o-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
  }
  .article-item.article-main .article-play {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 90px;
    height: 90px;
  }
  .article-item.article-main .article-play::before {
    width: calc(100% + 14px);
    height: calc(100% + 14px);
  }
  .article-item.article-main .article-play::after {
    border-style: solid;
    border-width: 8px 0 8px 15px;
    border-color: transparent transparent transparent #ffffff;
  }
}
.article-item.article-main h2 {
  font-size: 14px;
}
.article-item.article-main p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
}
.article-item:hover, .article-item:active {
  text-decoration: none;
  box-shadow: 0px 2px 7px 0px rgba(220, 98, 13, 0.3);
}

.article-image {
  position: relative;
  text-align: center;
}

.article-date {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0);
  -moz-transform: translate3d(-50%, 50%, 0);
  -ms-transform: translate3d(-50%, 50%, 0);
  -o-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
  background: #DC620D;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  width: 150px;
  padding: 5px 10px;
  border-radius: 0 15px;
  font-weight: 700;
}

.article-info {
  padding: 30px 10px 10px 10px;
}
.article-info h2 {
  font-size: 12px;
}
@media (min-width: 375px) {
  .article-info {
    padding: 30px;
  }
  .article-info h2 {
    font-size: 14px;
  }
}

.article-btn {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.article-btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #4C5566;
  margin-right: 15px;
}

.section-articles-slider {
  padding-bottom: 30px;
  position: relative;
  isolation: isolate;
}
@media (min-width: 768px) {
  .section-articles-slider {
    padding-bottom: 50px;
  }
}
.section-articles-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: url(/build/images/leaf.d85fb5e8.svg);
  background-position: 0 5vh;
  background-repeat: no-repeat;
  background-size: clamp(20rem, 20vw, 30rem);
  filter: brightness(0) invert(1);
}

.articles-content-item {
  background-color: #ffffff;
  position: relative;
  height: auto;
}
.articles-content-item::after {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #DC620D;
  transition: transform 250ms ease;
}
.articles-content-item:hover {
  text-decoration: none;
  box-shadow: 0 0px 32px 4px rgba(0, 0, 0, 0.025);
  background-color: #ffffff;
}

.articles-content-date {
  position: absolute;
  top: 30px;
  left: 0;
  background: #DC620D;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 5px 15px 5px 10px;
  border-radius: 0 20px 20px 0;
}

.articles-content-info {
  padding: 24px 24px 48px;
  position: relative;
}
@media (max-width: 1439.98px) {
  .articles-content-info {
    padding: 24px 24px 32px;
  }
}
.articles-content-info h2 {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #2c3b4e;
  letter-spacing: 0.025em;
}
@media (max-width: 1439.98px) {
  .articles-content-info h2 {
    font-size: 1rem;
    text-transform: none;
  }
}
.articles-content-info p {
  color: #8C8C8C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (max-width: 1439.98px) {
  .articles-content-info p {
    font-size: 0.875rem;
    text-transform: none;
  }
}
.articles-content-info p:last-of-type {
  margin-bottom: 0;
}

.articles-content-image {
  position: relative;
}
.articles-content-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 8/5;
}

.articles-slider {
  padding: 0 32px;
}
@media (max-width: 991.98px) {
  .articles-slider {
    padding: 0 24px;
  }
}

.articles-slider-wrapper {
  padding: 0 0 16px;
}

.articles-slider-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .articles-slider-button-wrapper {
    position: absolute;
    bottom: 40px;
    right: 75px;
  }
}

.article-tiles-grid {
  margin-bottom: 30px;
}
.article-tiles-grid.w-gaps {
  display: grid;
  grid-gap: 20px;
}
.article-tiles-grid.w-gaps.tiles-grid-4 {
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .article-tiles-grid.w-gaps.tiles-grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .article-tiles-grid.w-gaps.tiles-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .article-tiles-grid.w-gaps.tiles-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.article-tiles-grid.w-gaps.tiles-grid-3 {
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .article-tiles-grid.w-gaps.tiles-grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .article-tiles-grid.w-gaps.tiles-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.article-tiles-grid.w-gaps.tiles-grid-2 {
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .article-tiles-grid.w-gaps.tiles-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.article-tiles-grid .articles-content-item {
  width: 100% !important;
  margin: 0;
}

.search-body-overlay {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 1000;
  overflow: hidden;
}
.search-body-overlay.open {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.search-body-overlay.open .search-close {
  display: block;
}

.search-body-spacer {
  height: 200px;
}

.search-body-header {
  position: relative;
  padding: 80px 0 30px 0;
}
@media (min-width: 576px) {
  .search-body-header {
    padding: 80px 0;
  }
}
.search-body-header h2 {
  text-align: center;
  margin-bottom: 30px;
}
.search-body-header .form-group {
  position: relative;
  margin-bottom: 0;
}
.search-body-header .form-control {
  background: #F7F5F4;
  height: 50px;
  border: 1px solid #E0DEDC;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding-left: 25px;
  padding-right: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #3D4452;
}
.search-body-header .form-control:focus {
  box-shadow: none;
}
.search-body-header .btn-search {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 15px;
  padding-right: 15px;
}
.search-body-header .btn-search:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.search-tab-content.tab-content .tab-pane.active .tab-pane-content {
  display: block;
}
@media (min-width: 1680px) {
  .search-tab-content.tab-content > .tab-pane {
    display: block;
    float: left;
    width: 33.333%;
  }
  .search-tab-content.tab-content > .tab-pane:first-of-type {
    width: 66.666%;
    padding-right: 50px;
  }
  .search-tab-content.tab-content > .tab-pane:last-of-type {
    margin-top: 30px;
  }
  .search-tab-content .category-tiles-grid.w-gaps.tiles-grid-4,
.search-tab-content .article-tiles-grid.w-gaps.tiles-grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}

.search-body-content-header {
  display: none;
}
@media (min-width: 576px) {
  .search-body-content-header {
    display: block;
    margin-bottom: 30px;
  }
}

.search-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  right: 10px;
  display: none;
  cursor: pointer;
  z-index: 1010;
}
.search-close::before, .search-close::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #4C5566;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.search-close::before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.search-close::after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.search-close:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(135deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(135deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(135deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(135deg);
  transform: translate3d(-50%, -50%, 0) rotate(135deg);
}
.search-close:hover::after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(225deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(225deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(225deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(225deg);
  transform: translate3d(-50%, -50%, 0) rotate(225deg);
}

.search-body-wrapper {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .search-body-wrapper {
    padding-bottom: 50px;
  }
}
@media (min-width: 1680px) {
  .search-body-wrapper .nav-tabs {
    display: none;
  }
}
.search-body-wrapper .category-tiles-grid {
  margin-bottom: 30px;
}

.search-body-category {
  margin-top: 130px;
}
.search-body-category .category-tab-item {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .search-body-category .category-tab-item {
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 374.98px) {
  .search-body-category .category-tab-item {
    width: calc(50% - 20px);
  }
}

.search-body-realty {
  margin-top: 100px;
}
.search-body-realty .realty-cards-heading {
  position: relative;
  top: auto !important;
  left: auto !important;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  padding: 0;
  background: none;
  margin-bottom: 30px;
}
.search-body-realty .realty-cards-heading span {
  color: #4C5566;
}
.search-body-realty .realty-cards-wrapper {
  background: transparent !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.search-body-realty header h2 {
  color: #ffffff;
}

.search-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-anchor {
  margin-top: -60px;
  width: 100%;
  height: 60px;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .search-body-overlay .nav .nav-item {
    width: 100%;
    min-height: 60px;
  }
}
@media (max-width: 575.98px) {
  .search-body-overlay .nav .nav-link {
    min-height: 60px;
  }
}
@media (max-width: 575.98px) {
  .search-body-overlay .nav .nav-link::after {
    display: none !important;
  }
}

.section-category-tiles {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .section-category-tiles {
    padding-top: calc(45px - 1.5rem);
  }
}

.category-tiles-grid {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .category-tiles-grid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.category-tiles-grid.w-gaps {
  display: grid;
  grid-gap: 20px;
}
.category-tiles-grid.w-gaps.tiles-grid-4 {
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .category-tiles-grid.w-gaps.tiles-grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .category-tiles-grid.w-gaps.tiles-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .category-tiles-grid.w-gaps.tiles-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.category-tiles-grid.w-gaps.tiles-grid-3 {
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .category-tiles-grid.w-gaps.tiles-grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .category-tiles-grid.w-gaps.tiles-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.category-tiles-grid.w-gaps.tiles-grid-2 {
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .category-tiles-grid.w-gaps.tiles-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.category-tiles-grid.w-gaps .tile-item {
  width: 100%;
}
.category-tiles-grid.w-gaps .tile-item::before {
  display: none;
}
.category-tiles-grid.w-gaps .tile-item::after {
  display: none;
}
.category-tiles-grid.w-gaps .tile-item .tile-item-foreground::before {
  width: 100%;
  height: 0;
  background: #DC620D;
  background: var(--color-primary);
  top: auto;
  left: 0;
  bottom: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.category-tiles-grid.w-gaps .tile-item:hover .tile-item-background {
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.125);
}
.category-tiles-grid.w-gaps .tile-item:hover .tile-item-info::after {
  transform: translate(5px, -50%);
  color: #DC620D;
}
.category-tiles-grid.w-gaps .show-hide-button-wrapper {
  grid-column-start: 1;
  grid-column-end: 1;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .category-tiles-grid.w-gaps .show-hide-button-wrapper {
    grid-column-end: span 2;
  }
}
@media (min-width: 992px) {
  .category-tiles-grid.w-gaps .show-hide-button-wrapper {
    grid-column-end: span 3;
  }
}
@media (min-width: 1440px) {
  .category-tiles-grid.w-gaps .show-hide-button-wrapper {
    grid-column-end: span 4;
  }
}

.tile-item {
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  outline: none;
}
.tile-item + .tile-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3 !important;
  background: #E0DEDC;
  pointer-events: none;
}
.tile-item + .tile-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #E0DEDC;
  pointer-events: none;
}
.tile-item.hidden {
  display: none;
}
@media (max-width: 767.98px) {
  .tile-item + .tile-item::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .tile-item:hover .tile-item-foreground {
    z-index: 4;
  }
  .tile-item:hover .tile-item-foreground::before {
    opacity: 1;
  }
}
.tile-item:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .tiles-grid-row .tile-item {
    width: 100%;
  }
  .tiles-grid-row .tile-item::after {
    display: none;
  }
}

.tiles-grid-1 .tile-item {
  width: 100%;
}
.tiles-grid-1 .tile-item::after {
  display: none;
}
.tiles-grid-1 .tile-item.tile-vertical .tile-item-image {
  max-width: 50%;
  max-height: 250px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .tiles-grid-2 .tile-item {
    width: 50%;
  }
  .tiles-grid-2 .tile-item:nth-of-type(2)::before {
    display: none;
  }
  .tiles-grid-2 .tile-item:nth-of-type(2n + 1)::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tiles-grid-3 .tile-item {
    width: 50%;
  }
  .tiles-grid-3 .tile-item:nth-of-type(2)::before {
    display: none;
  }
  .tiles-grid-3 .tile-item:nth-of-type(2n + 1)::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .tiles-grid-3 .tile-item {
    width: 33.333%;
  }
  .tiles-grid-3 .tile-item:nth-of-type(2), .tiles-grid-3 .tile-item:nth-of-type(3) {
    display: flex;
  }
  .tiles-grid-3 .tile-item:nth-of-type(2)::before, .tiles-grid-3 .tile-item:nth-of-type(3)::before {
    display: none;
  }
  .tiles-grid-3 .tile-item:nth-of-type(3n + 1)::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tiles-grid-4 .tile-item {
    width: 50%;
  }
  .tiles-grid-4 .tile-item:nth-of-type(2)::before {
    display: none;
  }
  .tiles-grid-4 .tile-item:nth-of-type(2n + 1)::after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .tiles-grid-4 .tile-item {
    width: 33.333%;
  }
  .tiles-grid-4 .tile-item:nth-of-type(2), .tiles-grid-4 .tile-item:nth-of-type(3) {
    display: flex;
  }
  .tiles-grid-4 .tile-item:nth-of-type(2)::before, .tiles-grid-4 .tile-item:nth-of-type(3)::before {
    display: none;
  }
  .tiles-grid-4 .tile-item:nth-of-type(3n + 1)::after {
    display: none;
  }
}
@media (min-width: 1440px) {
  .tiles-grid-4 .tile-item {
    width: 25%;
  }
  .tiles-grid-4 .tile-item:nth-of-type(2), .tiles-grid-4 .tile-item:nth-of-type(3), .tiles-grid-4 .tile-item:nth-of-type(4) {
    display: flex;
  }
  .tiles-grid-4 .tile-item:nth-of-type(2)::before, .tiles-grid-4 .tile-item:nth-of-type(3)::before, .tiles-grid-4 .tile-item:nth-of-type(4)::before {
    display: none;
  }
  .tiles-grid-4 .tile-item:nth-of-type(4n + 1)::after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tiles-grid-5 .tile-item {
    width: 50%;
  }
  .tiles-grid-5 .tile-item:nth-of-type(2)::before {
    display: none;
  }
  .tiles-grid-5 .tile-item:nth-of-type(2n + 1)::after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .tiles-grid-5 .tile-item {
    width: 33.333%;
  }
  .tiles-grid-5 .tile-item:nth-of-type(2), .tiles-grid-5 .tile-item:nth-of-type(3) {
    display: flex;
  }
  .tiles-grid-5 .tile-item:nth-of-type(2)::before, .tiles-grid-5 .tile-item:nth-of-type(3)::before {
    display: none;
  }
  .tiles-grid-5 .tile-item:nth-of-type(3n + 1)::after {
    display: none;
  }
}
@media (min-width: 1440px) and (max-width: 1679.98px) {
  .tiles-grid-5 .tile-item {
    width: 25%;
  }
  .tiles-grid-5 .tile-item:nth-of-type(2), .tiles-grid-5 .tile-item:nth-of-type(3), .tiles-grid-5 .tile-item:nth-of-type(4) {
    display: flex;
  }
  .tiles-grid-5 .tile-item:nth-of-type(2)::before, .tiles-grid-5 .tile-item:nth-of-type(3)::before, .tiles-grid-5 .tile-item:nth-of-type(4)::before {
    display: none;
  }
  .tiles-grid-5 .tile-item:nth-of-type(4n + 1)::after {
    display: none;
  }
}
@media (min-width: 1680px) {
  .tiles-grid-5 .tile-item {
    width: 20%;
  }
  .tiles-grid-5 .tile-item:nth-of-type(2), .tiles-grid-5 .tile-item:nth-of-type(3), .tiles-grid-5 .tile-item:nth-of-type(4), .tiles-grid-5 .tile-item:nth-of-type(5) {
    display: flex;
  }
  .tiles-grid-5 .tile-item:nth-of-type(2)::before, .tiles-grid-5 .tile-item:nth-of-type(3)::before, .tiles-grid-5 .tile-item:nth-of-type(4)::before, .tiles-grid-5 .tile-item:nth-of-type(5)::before {
    display: none;
  }
  .tiles-grid-5 .tile-item:nth-of-type(5n + 1)::after {
    display: none;
  }
}

.tile-item-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  transition: 150ms ease;
  transition-property: box-shadow;
}

.tile-item-foreground {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.tile-item-foreground::before {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  z-index: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.tile-item-image {
  aspect-ratio: 1/1;
  padding: 5px;
  position: relative;
  z-index: 1;
  max-height: 150px;
  flex: 0 0 30%;
}
.product-detail-main-product-rows-wrapper .tile-item-image {
  flex: 0 0 6rem;
}
.tile-item-image.tile-item-image-icon {
  background: #DC620D;
  background: var(--color-primary);
  color: var(--color-sw-text-white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.875rem;
  margin-bottom: 15px;
  height: 75px;
  width: 75px;
  max-width: none;
  min-width: initial;
}
@media (max-width: 1200px) {
  .tile-item-image.tile-item-image-icon {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (min-width: 1200px) {
  .tile-item-image.tile-item-image-icon {
    margin-bottom: 50px;
  }
}
.tile-item-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.tile-item-image picture img {
  display: block;
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.tile-item-count {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  font-size: 12px;
  font-weight: 500;
  min-width: 30px;
  height: 30px;
  border-radius: 999px;
  padding-left: 8px;
  padding-right: 8px;
  z-index: 10;
  background-color: #DC620D;
  color: #ffffff;
}

.tile-item-info {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  padding-right: 10%;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product-detail-main-product-rows-wrapper .tile-product-item .tile-item-info {
  padding-block: 1rem;
}
.tile-item-info p {
  font-size: 0.875rem;
  color: #8C8C8C;
  margin-bottom: 4px;
}
.tile-item-info p:last-of-type {
  margin-bottom: 0;
}
.tile-item-info .product-tile-item-price-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tile-heading {
  font-size: 0.875rem;
  color: #2c3b4e;
  margin-bottom: 2px;
  font-weight: 500;
}

.tile-item-tags {
  position: absolute;
  top: 10px;
  right: 8px;
}

.tile-product-item:hover .tile-item-foreground {
  background: transparent;
}
.tile-product-item .tile-item-foreground::before {
  display: none;
}
.tile-product-item .product-tile-category {
  text-align: left;
}
.tile-product-item .product-tile-heading {
  text-align: left;
  min-height: 32px;
  max-height: 64px;
}
.tile-product-item .tile-item-info {
  height: 100%;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .tile-product-item .tile-item-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.tile-product-item .tile-item-info::after {
  display: none;
}
.tile-product-item .product-tile-item-price-availability {
  margin-top: auto;
  padding-left: 0;
  padding-right: 0;
}
.tile-product-item .availability .availability.text {
  display: flex;
  padding: 6px 8px 4px 8px;
  border: 1px solid currentColor;
}

.tile-product-item-cart {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .tile-product-item-cart {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .product-detail-main-product-rows-wrapper .tile-product-item-cart {
    padding-inline: 1rem;
  }
}
.tile-product-item-cart.no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.tile-product-item-cart .tile-item-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 0;
  width: 100%;
}
.tile-product-item-cart .tile-item-image {
  max-height: initial;
}
.tile-product-item-cart .product-tile-item-price-wrapper {
  white-space: nowrap;
}

.tile-product-item-gift {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .tile-product-item-gift {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tile-product-item-gift.no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.tile-product-item-gift .tile-item-foreground {
  gap: 2rem 0;
}
@media (max-width: 767.98px) {
  .tile-product-item-gift .tile-item-foreground {
    gap: 16px 0;
  }
}
.tile-product-item-gift .tile-item-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 0;
  width: 100%;
}
.tile-product-item-gift .tile-item-image {
  max-height: 60px;
  flex: 0 0 60px;
}
.tile-product-item-gift .tile-item-image a, .tile-product-item-gift .tile-item-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.tile-vertical {
  padding: 15px 0;
  align-items: flex-start;
}
.tile-vertical .tile-item-foreground {
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.tile-vertical .tile-item-info {
  height: auto;
  padding: 0 30px;
  flex-grow: 1;
}
.tile-vertical .tile-item-info p {
  width: 100%;
  text-align: center;
}
.tile-vertical .tile-item-info .product-tile-category {
  width: 100%;
  text-align: center;
}
.tile-vertical .tile-item-info .product-tile-heading {
  width: 100%;
  text-align: center;
}
.tile-vertical .tile-item-info .tile-heading {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .tile-vertical .tile-item-info .tile-heading {
    margin-bottom: 30px;
  }
}
.tile-vertical .tile-item-info .tile-heading strong {
  font-weight: 700;
  letter-spacing: 1px;
}
.tile-vertical .tile-item-info .product-tile-item-availability-wrapper {
  width: 100%;
  text-align: center;
}
.tile-vertical .tile-item-info .product-tile-item-price-wrapper {
  width: 100%;
  order: 2;
  text-align: center;
}

.section-product-list-tiles {
  min-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
@media (min-width: 375px) {
  .section-product-list-tiles {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .section-product-list-tiles {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.product-tile-item-params {
  display: none;
}

.product-list-tiles-grid {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.product-list-tiles-grid--full-width .product-tile-item {
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.product-list-tiles-grid--full-width .product-tile-item.block-preloading .product-tile-item-foreground::after {
  opacity: 1;
}
.product-list-tiles-grid--full-width .product-tile-item + .product-tile-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #E0DEDC;
  pointer-events: none;
}
.product-list-tiles-grid--full-width .product-tile-item + .product-tile-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #E0DEDC;
  pointer-events: none;
}
@media (min-width: 375px) and (max-width: 575.98px) {
  .product-list-tiles-grid--full-width .product-tile-item {
    width: 50%;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(2)::before {
    display: none;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(2n + 1)::after {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-list-tiles-grid--full-width .product-tile-item {
    width: 50%;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(2)::before {
    display: none;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(2n + 1)::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-list-tiles-grid--full-width .product-tile-item {
    width: 33.333%;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(2)::before, .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(3)::before {
    display: none;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(3n + 1)::after {
    display: none;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(3n + 1) .product-tile-item-foreground.with-variants .product-tile-item-variants {
    right: auto;
    left: calc(100% + 5px);
    border-right: 0;
    border-left: 1px solid #E0DEDC;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(3n + 1) .product-tile-item-foreground.with-variants::before {
    -webkit-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -moz-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -ms-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -o-transform: translate3d(calc(-50% + 40px), -15px, 0);
    transform: translate3d(calc(-50% + 40px), -15px, 0);
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(3n + 1) .product-tile-item-foreground.with-variants .tile-varinat-tab.active::after {
    left: auto;
    right: calc(100% - 1px);
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .product-list-tiles-grid--full-width .product-tile-item {
    width: 25%;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(2)::before, .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(3)::before, .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(4)::before {
    display: none;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(4n + 1)::after {
    display: none;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(4n + 1) .product-tile-item-foreground.with-variants .product-tile-item-variants {
    right: auto;
    left: calc(100% + 5px);
    border-right: 0;
    border-left: 1px solid #E0DEDC;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(4n + 1) .product-tile-item-foreground.with-variants::before {
    -webkit-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -moz-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -ms-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -o-transform: translate3d(calc(-50% + 40px), -15px, 0);
    transform: translate3d(calc(-50% + 40px), -15px, 0);
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(4n + 1) .product-tile-item-foreground.with-variants .tile-varinat-tab.active::after {
    left: auto;
    right: calc(100% - 1px);
  }
}
@media (min-width: 1440px) {
  .product-list-tiles-grid--full-width .product-tile-item {
    width: 20%;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(2)::before, .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(3)::before, .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(4)::before, .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(5)::before {
    display: none;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(5n + 1)::after {
    display: none;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(5n + 1) .product-tile-item-foreground.with-variants .product-tile-item-variants {
    right: auto;
    left: calc(100% + 5px);
    border-right: 0;
    border-left: 1px solid #E0DEDC;
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(5n + 1) .product-tile-item-foreground.with-variants::before {
    -webkit-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -moz-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -ms-transform: translate3d(calc(-50% + 40px), -15px, 0);
    -o-transform: translate3d(calc(-50% + 40px), -15px, 0);
    transform: translate3d(calc(-50% + 40px), -15px, 0);
  }
  .product-list-tiles-grid--full-width .product-tile-item:nth-of-type(5n + 1) .product-tile-item-foreground.with-variants .tile-varinat-tab.active::after {
    left: auto;
    right: calc(100% - 1px);
  }
}
@media (max-width: 374.98px) {
  .product-list-tiles-grid--full-width .product-tile-item + .product-tile-item::before, .product-list-tiles-grid--full-width .product-tile-item + .product-tile-item::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .product-list-tiles-grid--full-width .product-tile-item:hover .product-tile-item-foreground {
    position: absolute;
    top: 0;
    z-index: 4;
    height: auto;
  }
  .product-list-tiles-grid--full-width .product-tile-item:hover .product-tile-item-foreground::before {
    opacity: 1;
    pointer-events: all;
  }
  .product-list-tiles-grid--full-width .product-tile-item:hover .product-tile-item-text-variants {
    visibility: visible;
    opacity: 1;
    max-height: none;
    transform: translateY(0);
  }
  .product-list-tiles-grid--full-width .product-tile-item:hover .product-tile-item-extended-info {
    max-height: 500px;
    overflow: visible;
    opacity: 1;
    position: relative;
    pointer-events: all;
  }
  .product-list-tiles-grid--full-width .product-tile-item:hover .product-tile-item-variants {
    opacity: 1;
    pointer-events: all;
  }
  .product-list-tiles-grid--full-width .product-tile-item:hover .product-tile-tags-manufacturer {
    opacity: 1;
    display: flex;
  }
  .product-list-tiles-grid--full-width .product-tile-item:hover .product-tile-tags-icons {
    opacity: 0;
    display: none;
  }
}

.product-tile-item-foreground {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  -webkit-transition: min-height 0.3s ease-in-out;
  -moz-transition: min-height 0.3s ease-in-out;
  -ms-transition: min-height 0.3s ease-in-out;
  -o-transition: min-height 0.3s ease-in-out;
  transition: min-height 0.3s ease-in-out;
  opacity: 1;
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .product-tile-item-foreground {
    padding: 10px;
  }
}
.product-tile-item-foreground::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 30px);
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  background: #ffffff;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 768px) {
  .product-tile-item-foreground::after {
    display: none;
  }
}
.product-tile-item-foreground::before {
  content: "";
  display: none;
  width: calc(100% + 10px);
  height: calc(100% + 15px);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, -15px, 0);
  -moz-transform: translate3d(-50%, -15px, 0);
  -ms-transform: translate3d(-50%, -15px, 0);
  -o-transform: translate3d(-50%, -15px, 0);
  transform: translate3d(-50%, -15px, 0);
  background: #ffffff;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .product-tile-item-foreground::before {
    display: block;
  }
}
.product-tile-item-foreground.with-variants::before {
  width: calc(100% + 90px);
  height: calc(100% + 15px);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(calc(-50% - 40px), -15px, 0);
  -moz-transform: translate3d(calc(-50% - 40px), -15px, 0);
  -ms-transform: translate3d(calc(-50% - 40px), -15px, 0);
  -o-transform: translate3d(calc(-50% - 40px), -15px, 0);
  transform: translate3d(calc(-50% - 40px), -15px, 0);
}

.product-tile-item-info-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 375px) {
  .product-tile-item-info-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

.product-tile-item-basic-info {
  padding: 25px 0 15px;
  z-index: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 375px) and (max-width: 575.98px) {
  .product-tile-item-basic-info .product-tile-item-price-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .product-tile-item-basic-info .product-tile-item-price-wrapper .price-current {
    width: 100%;
    text-align: center;
  }
  .product-tile-item-basic-info .product-tile-item-price-wrapper .price-info {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 375px) and (max-width: 575.98px) {
  .product-tile-item-basic-info .product-tile-item-availability-wrapper {
    margin-top: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.product-tile-item-basic-info .product-tile-item-price-wrapper {
  display: flex;
  align-items: center;
}

.product-tile-item-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  aspect-ratio: 1;
  margin-bottom: 8px;
}

.product-tile-item-image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-position: 50% 50%;
}
.product-tile-item-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-tile-item-image > a > picture {
  display: block;
  width: 100%;
  height: 100%;
}
.product-tile-item-image img {
  image-rendering: -webkit-optimize-contrast;
}
.product-tile-item-image.js-image-zoom:hover img {
  opacity: 0;
}

.product-tile-item-tags-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.product-tile-item-tags-wrapper img {
  image-rendering: high-quality;
  /* pixelated Chrome as of 2019  */
}

.product-tile-item-code-wrapper {
  margin-bottom: 24px;
}

.product-tile-item-heading-info {
  width: 100%;
}
@media (min-width: 768px) {
  .product-tile-item-heading-info {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.product-tile-category {
  font-size: 0.825rem;
  color: #DC620D;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-tile-heading {
  font-size: 1rem;
  color: #3D4452;
  font-weight: 700;
  text-align: center;
  line-height: 1.25 !important;
  letter-spacing: 0.04em;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 45px;
  max-height: 72px;
  margin-bottom: 15px;
}
.product-tile-heading.no-height {
  max-height: none;
  min-height: 0;
  overflow: visible;
  display: block;
  -webkit-line-clamp: initiate;
}
.product-tile-heading a {
  color: inherit;
  text-decoration: none;
}

.product-tile-item-price-availability {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
}
@media (min-width: 768px) {
  .product-tile-item-price-availability {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.product-tile-item-price-availability.no-height {
  min-height: auto;
}

.product-tile-item-extended-info {
  margin-top: auto;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.001s ease-in-out;
  -moz-transition: all 0.001s ease-in-out;
  -ms-transition: all 0.001s ease-in-out;
  -o-transition: all 0.001s ease-in-out;
  transition: all 0.001s ease-in-out;
  opacity: 1;
}
@media (min-width: 768px) {
  .product-tile-item-extended-info {
    position: absolute;
    top: 100%;
    padding: 0 35px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }
}

.product-tile-item-description {
  width: 100%;
  margin-bottom: 25px;
  display: none;
}
.product-tile-item-description p {
  color: #8C8C8C;
  font-size: 13px;
  text-align: center;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-tile-item-image-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 375px) and (max-width: 575.98px) {
  .product-tile-item-image-tags {
    display: none;
  }
}
.product-tile-item-image-tags img {
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 5px;
  max-height: 35px;
}
@media (min-width: 768px) {
  .product-tile-item-image-tags img {
    max-height: 50px;
  }
}

.product-tile-item-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  color: #8C8C8C;
}
.product-tile-item-services a {
  color: currentColor;
}
.product-tile-item-services .service-item {
  padding: 0;
}
.product-tile-item-services .service-item.active {
  color: #DC620D;
}
.product-tile-item-services .service-item span {
  font-size: 0.75em;
  margin-right: 4px;
}
.product-tile-item-services a.service-item:hover {
  color: #DC620D;
  box-shadow: none;
}

.product-tile-item-action-wrapper {
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .product-tile-item-action-wrapper {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -1px;
    width: calc(100% + 80px);
  }
}

.btn-tile {
  background: #17b857;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 5px;
  position: relative;
  flex-grow: 1;
  z-index: 1;
  transition: background-color 150ms ease;
}
@media (min-width: 768px) {
  .btn-tile {
    padding-left: 25px;
    padding-right: 15px;
  }
}
.btn-tile.btn-icon-right.btn-icon-right {
  justify-content: center;
  align-items: center;
  z-index: 0;
}
.btn-tile.btn-icon-right.btn-icon-right::after {
  display: none;
}
.btn-tile.btn-icon-right.btn-icon-right [class^=icon-],
.btn-tile.btn-icon-right.btn-icon-right [class*=" icon-"] {
  font-size: 1.375rem;
}
@media (max-width: 1200px) {
  .btn-tile.btn-icon-right.btn-icon-right [class^=icon-],
.btn-tile.btn-icon-right.btn-icon-right [class*=" icon-"] {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
.btn-tile::before {
  content: attr(data-text-mobile);
}
@media (min-width: 1200px) {
  .btn-tile::before {
    content: attr(data-text-desktop);
  }
}
.btn-tile::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 27px 0 27px 11px;
  border-color: transparent transparent transparent #17b857;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: border-color 150ms ease;
}
@media (max-width: 991.98px) {
  .btn-tile::after {
    border-width: 27px 0 27px 7px;
    border-color: transparent transparent transparent #17b857;
  }
}
.btn-tile:hover {
  color: #ffffff;
  background: #14a14c !important;
  text-decoration: none;
}
.btn-tile:hover::after {
  border-color: transparent transparent transparent #14a14c;
}

.btn-tile-text {
  margin-left: 20px;
}
@media (min-width: 375px) and (max-width: 575.98px) {
  .btn-tile-text {
    display: none;
  }
}

.product-tile-item-input-wrapper,
.btn-tile.btn-icon-right {
  position: relative;
  padding-left: 10px;
  background: #17b857;
  margin-left: 3px;
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .product-tile-item-input-wrapper,
.btn-tile.btn-icon-right {
    margin-left: 15px;
  }
}
.product-tile-item-input-wrapper::before,
.btn-tile.btn-icon-right::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 27px 0 27px 11px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: -1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .product-tile-item-input-wrapper::before,
.btn-tile.btn-icon-right::before {
    border-width: 27px 0 27px 7px;
    border-color: transparent transparent transparent #ffffff;
  }
}

.product-tile-item-input-number {
  display: none;
}
@media (min-width: 576px) {
  .product-tile-item-input-number {
    display: block;
  }
}
.product-tile-item-input-number > input {
  width: 50px;
  height: 100%;
  background: #17b857;
  color: #ffffff;
  border: none;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  text-align: center;
  outline: none;
}

.product-tile-item-input-buttons {
  position: relative;
  width: 22px;
  height: 100%;
  display: none;
}
@media (min-width: 576px) {
  .product-tile-item-input-buttons {
    display: block;
  }
}

.tile-plus-button {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: calc(50% - 3px);
  -webkit-border-radius: 0 0 11px 11px;
  -moz-border-radius: 0 0 11px 11px;
  border-radius: 0 0 11px 11px;
  cursor: pointer;
}
.tile-plus-button span {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.tile-minus-button {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: calc(50% - 3px);
  -webkit-border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  border-radius: 11px 11px 0 0;
  cursor: pointer;
}
.tile-minus-button span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.product-tile-item-input-cart {
  flex-grow: 1;
  height: 100%;
  min-width: 50px;
}

.tile-cart-button {
  width: 100%;
  height: 100%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #17b857;
  font-size: 24px;
  color: #ffffff;
}
.tile-cart-button__icon {
  display: none;
  fill: #ffffff;
  width: 26px;
  height: 26px;
}
.counter-input-cart .tile-cart-button__icon {
  display: initial;
}
@media (min-width: 375px) {
  .tile-cart-button__icon {
    display: initial;
  }
}
.tile-cart-button span {
  margin-right: 15px;
  color: currentColor;
}
@media (min-width: 375px) {
  .tile-cart-button span {
    margin-right: 0;
  }
}
.tile-cart-button::after {
  content: attr(data-text-mobile);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 375px) {
  .tile-cart-button::after {
    content: attr(data-text-desktop);
  }
}

.product-tile-item-variants {
  width: 80px;
  height: calc(100% + 15px);
  position: absolute;
  top: -15px;
  right: calc(100% + 5px);
  border-right: 1px solid #E0DEDC;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.000001s ease-in-out;
  -moz-transition: all 0.000001s ease-in-out;
  -ms-transition: all 0.000001s ease-in-out;
  -o-transition: all 0.000001s ease-in-out;
  transition: all 0.000001s ease-in-out;
}
@media (min-width: 576px) {
  .product-tile-item-variants {
    display: block;
    pointer-events: none;
  }
}

.tile-varinat-tab {
  display: block;
  width: 100%;
  position: relative;
  padding: 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.tile-varinat-tab.active {
  border-top: 1px solid #E0DEDC;
  border-bottom: 1px solid #E0DEDC;
}
.tile-varinat-tab.active::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
}
.tile-varinat-tab:first-of-type.active {
  border-top: 1px solid transparent;
}

.tile-variant-tab-color {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 6px;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  border: 2px solid #fff;
  outline: 1px solid #cacaca;
  background-color: #e0e0e0;
  overflow: hidden;
}
.tile-variant-tab-color .tile-variant-tab-color-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 28px;
  height: 28px;
}
.tile-variant-tab-color .tile-variant-tab-color-wrapper > * {
  flex: 1;
}

.product-tile-item-text-variants {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0;
}
@media (max-width: 767.98px) {
  .product-tile-item-text-variants {
    max-height: none;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

.tile-text-variants-tab {
  border: 1px solid #E0DEDC;
  padding: 0.5rem 1rem;
  color: #3D4452;
  position: relative;
}
.tile-text-variants-tab:hover, .tile-text-variants-tab:active {
  text-decoration: none;
  border-color: #17b857;
  color: inherit;
}
@media (max-width: 767.98px) {
  .tile-text-variants-tab {
    font-size: 0.75rem;
  }
}
.tile-text-variants-tab .availability {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #000000 transparent;
}

.show-hide-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.show-hide-button-wrapper .btn.chevron-right::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.show-hide-button-wrapper .btn.chevron-right.active::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.product-list-tiles-more-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1440px) {
  .product-list-tiles-more-wrapper {
    width: 33.333%;
  }
}
.product-list-tiles-more-wrapper .btn {
  margin-bottom: 15px;
}

.product-list-tiles-more-note {
  width: 100%;
  text-align: center;
}

.product-list-tiles-pagination-wrapper {
  width: 100%;
}
@media (min-width: 1440px) {
  .product-list-tiles-pagination-wrapper {
    width: 33.333%;
  }
}
@media (min-width: 1440px) {
  .product-list-tiles-pagination-wrapper .pagination {
    justify-content: flex-end;
  }
}

.section-product-small-tiles {
  padding: 10px 15px 30px 15px;
}
@media (min-width: 768px) {
  .section-product-small-tiles {
    padding: 10px 45px 40px 45px;
  }
}

.product-detail-main-product-rows-wrapper .tile-product-item.active {
  border: 2px solid #5EB440;
}
.product-detail-main-product-rows-wrapper .tile-product-item.active::before {
  display: none;
}
@media (max-width: 991.98px) {
  .product-detail-main-product-rows-wrapper .tile-product-item.active .product-tile-item-actions-wrapper {
    margin-right: 1.5rem;
  }
}

.product-detail-main-product-rows-wrapper .product-small-tiles-grid {
  margin: 0 -30px;
}
@media (max-width: 1919.98px) {
  .product-detail-main-product-rows-wrapper .product-small-tiles-grid {
    margin: 0 -15px;
  }
}
@media (max-width: 1199.98px) {
  .product-detail-main-product-rows-wrapper .product-small-tiles-grid {
    margin: 0;
  }
}

.product-small-tiles-grid {
  min-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  /* target specific - vypis variant na detailu produktu */
}
.product-small-tiles-grid .tile-item-foreground {
  gap: 0.5rem;
}
.product-small-tiles-grid.tiles-grid-row .tile-item-image {
  margin-right: 1.5rem;
}
@media (max-width: 767.98px) {
  .product-small-tiles-grid.tiles-grid-row .tile-item-image {
    margin-right: 0.75rem;
  }
}
.product-small-tiles-grid.tiles-grid-row .product-tile-item-price-count-wrapper {
  width: initial;
}
.product-small-tiles-grid.tiles-grid-row .product-tile-heading {
  min-height: initial;
}
.product-small-tiles-grid.tiles-grid-row .product-tile-item-price-wrapper {
  margin-right: 1rem;
}
@media (max-width: 1439.98px) {
  .product-small-tiles-grid.tiles-grid-row .product-tile-item-price-count-wrapper {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .product-small-tiles-grid:not(.tiles-grid-row) form {
    transition: 100ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
  }
  .product-small-tiles-grid .tile-item:hover form,
.product-small-tiles-grid .tile-item:active form {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .product-small-tiles-grid.product-small-tiles-grid-half {
    margin-right: 45px;
  }
}
.product-small-tiles-grid .slick-list {
  min-width: 100%;
  padding-bottom: 15px;
}
.product-small-tiles-grid .slick-list:only-child {
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .product-small-tiles-grid .slick-list {
    padding-bottom: 40px;
  }
}
.product-small-tiles-grid .slick-slide {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.product-small-tiles-grid .slick-slide > div {
  width: 100%;
}
.product-small-tiles-grid .slick-slide > div a {
  height: 100%;
}
.product-small-tiles-grid .slick-slide > div:nth-of-type(2) .tile-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #E0DEDC;
  pointer-events: none;
}

.section-banner-product-small-tiles {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section-banner-product-small-tiles {
    padding-bottom: 40px;
  }
}
.section-banner-product-small-tiles .page-info {
  width: 100%;
  padding: 0 30px;
  align-self: center;
  text-align: center;
}
@media (min-width: 768px) {
  .section-banner-product-small-tiles .page-info {
    width: 50%;
    padding: 30px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .section-banner-product-small-tiles .page-info {
    padding: 50px;
  }
}
@media (min-width: 1440px) {
  .section-banner-product-small-tiles .page-info .show-more-text-wrapper {
    overflow: visible;
    height: auto !important;
  }
}
@media (min-width: 1440px) {
  .section-banner-product-small-tiles .page-info .readmore-anchor {
    display: none;
  }
}

.small-tiles-banner {
  padding-bottom: 40px;
}
.small-tiles-banner .small-tiles-banner-item {
  width: 100%;
  height: 100%;
}
.small-tiles-banner .small-tiles-banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .small-tiles-banner {
    width: calc(50% - 40px);
    padding-bottom: 0;
  }
}

.product-small-tiles-grid-half-title-wrapper {
  width: 100%;
  position: relative;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .product-small-tiles-grid-half-title-wrapper {
    width: 80px;
    padding: 0;
  }
}

.product-small-tiles-grid-half-title {
  font-weight: 700;
  text-align: center;
  font-size: 25px;
}
.product-small-tiles-grid-half-title::after {
  content: "";
  display: block;
  width: 35px;
  height: 4px;
  background: #17b857;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .product-small-tiles-grid-half-title {
    font-size: 18px;
    position: absolute;
    top: calc(50% - 0px);
    left: 50%;
    width: auto;
    height: 80px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0) rotate(-90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .product-small-tiles-grid-half-title::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .product-small-tiles-grid-half-title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .product-small-tiles-grid-half-title {
    font-size: 18px;
  }
}

.product-small-tiles-grid-half {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  min-width: auto;
}
.product-small-tiles-grid-half .slick-list {
  display: grid;
  align-items: center;
}
@media (min-width: 768px) {
  .product-small-tiles-grid-half {
    width: calc(50% - 40px - 45px);
    padding: 0;
  }
}

.product-tile-item-price-count-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1440px) {
  .product-tile-item-price-count-wrapper {
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
  }
}
.product-tile-item-price-count-wrapper .product-tile-item-actions-wrapper {
  margin-top: 10px;
}
@media (min-width: 375px) {
  .product-tile-item-price-count-wrapper .product-tile-item-actions-wrapper {
    margin-top: 0;
  }
}

.product-tile-heading-wrapper {
  flex-grow: 1;
  margin-right: auto;
}

.product-tile-item-count-wrapper {
  font-weight: 700;
  margin-right: 15px;
}

.product-tile-item-remove {
  margin-left: 15px;
}

.product-list-tiles-menu {
  background: #DC620D;
  background: var(--color-primary);
  position: relative;
  padding: 30px 0;
}
.product-list-tiles-menu.logo {
  padding-top: 0;
  background-color: var(--color-bg-dark);
}
.product-list-tiles-menu.logo::before {
  background-color: var(--color-bg-dark);
}
.product-list-tiles-menu.logo .product-list-tiles-menu-heading {
  margin-bottom: 50px;
  padding: 2.25rem 2rem;
  background-color: #000000;
  /* leva strana fix - odsazeni before elementem */
  margin-left: -50px;
  padding-left: 50px;
}
.product-list-tiles-menu.logo a {
  color: #ffffff;
}
.product-list-tiles-menu.logo img {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .product-list-tiles-menu.logo .product-list-tiles-menu-heading {
    margin: 0 0 50px;
    padding: 25px 30px;
  }
}
@media (max-width: 374.98px) {
  .product-list-tiles-menu.logo .product-list-tiles-menu-heading {
    margin: 0 -15px 20px -15px;
    padding: 25px 30px;
  }
}
.product-list-tiles-menu::before {
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: 100%;
  background: #DC620D;
  background: var(--color-primary);
  position: absolute;
  top: 0;
  right: -15px;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 375px) {
  .product-list-tiles-menu::before {
    width: 50px;
    right: 100%;
  }
}
@media (min-width: 576px) {
  .product-list-tiles-menu {
    padding: 30px 0 30px 30px;
  }
}
@media (min-width: 768px) {
  .product-list-tiles-menu {
    padding: 30px 0;
  }
}
@media (min-width: 1440px) {
  .product-list-tiles-menu {
    padding: 50px 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-list-tiles-menu {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-list-tiles-menu {
    width: 33.333%;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .product-list-tiles-menu {
    width: 25%;
  }
}
@media (min-width: 1440px) {
  .product-list-tiles-menu {
    width: 20%;
  }
}
@media (max-width: 575.98px) {
  .product-list-tiles-menu {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
}

.product-list-tiles-menu-heading h2 {
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: inherit;
  color: #000000;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .product-list-tiles-menu-heading h2 {
    margin-bottom: 30px;
    padding-right: 30px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .product-list-tiles-menu-heading h2 {
    margin-bottom: 50px;
    padding-right: 50px;
    font-size: 1.5625rem;
  }
}
@media (min-width: 1440px) and (max-width: 1200px) {
  .product-list-tiles-menu-heading h2 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (max-width: 575.98px) {
  .product-list-tiles-menu-heading h2 {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .product-list-tiles-menu-heading {
    padding: 30px;
  }
}

.product-list-tiles-menu-list {
  overflow: auto;
  /*
    @include media-breakpoint-down(xsm) {
      position: relative;
      width: calc(100% - 30px);
      margin-left: 15px;
      margin-right: 15px;
      background: $color-white;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
      padding-left: 15px;
      padding-right: 15px;
      //max-height: 0;
      //overflow: hidden;
      margin-top: 8px;
      border-top: 4px solid $primary;
      max-height: 1000px;
      overflow: visible;
      padding-top: 15px;
      padding-bottom: 15px;

      &::before{
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -8px;
        left: 50%;
        border-style: solid;
        border-width: 0 16px 8px 16px;
        border-color: transparent transparent $color-white transparent;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
      }
    }
   */
}
.product-list-tiles-menu-list ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 575.98px) {
  .product-list-tiles-menu-list ul {
    margin-bottom: 0;
  }
}
.product-list-tiles-menu-list ul li {
  margin-bottom: 5px;
}
.product-list-tiles-menu-list ul li:last-of-type {
  margin-bottom: 0;
}
.product-list-tiles-menu-list ul li a {
  display: block;
  color: #3D4452;
  padding: 10px 15px;
  font-weight: 700;
  border-radius: 5px;
}
@media (min-width: 576px) {
  .product-list-tiles-menu-list ul li a {
    border-radius: 5px 0 0 5px;
  }
}
@media (min-width: 992px) {
  .product-list-tiles-menu-list ul li a {
    padding: 20px 30px;
  }
}
@media (max-width: 575.98px) {
  .product-list-tiles-menu-list ul li a {
    font-weight: 400;
    padding: 3px 0;
    line-height: 1.4em;
  }
}
.product-list-tiles-menu-list ul li a:hover, .product-list-tiles-menu-list ul li a.active {
  background: #ffffff;
  color: var(--color-bg-dark);
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .product-list-tiles-menu-list {
    position: relative;
    width: calc(100% - 30px);
    overflow: visible;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .product-list-tiles-menu-list .checkbox {
    display: block;
    margin-bottom: 5px;
  }
}

.product-tile-item .product-tile-item-price-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.product-tile-item .product-tile-item-price-wrapper .price {
  margin: 0 !important;
}
.product-tile-item .product-tile-item-price-wrapper .price--original {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
}
.product-tile-item .product-tile-item-price-wrapper .price--current {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
}
.product-tile-item .product-tile-item-price-wrapper .price--minor {
  text-align: right;
}
.product-tile-item .product-tile-item-price-wrapper .price--minor.price--2 {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
}
.product-tile-item .product-tile-item-price-wrapper .price--minor:not(.price--2) {
  grid-column: 2/span 1;
  grid-row: 2/span 1;
}

.price-original {
  color: #8C8C8C;
  font-size: 13px;
  text-decoration: line-through;
  font-weight: 700;
  white-space: nowrap;
}
.price-original.big {
  font-size: 22px;
}

.price-current {
  color: #2c3b4e;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}
.price-current.big {
  font-size: 30px;
}

.price-info {
  color: #8C8C8C;
  font-size: 0.75rem;
  white-space: nowrap;
}
.price-info.big {
  font-size: 14px;
}

.price-big-wrapper .price + .price {
  margin: 0;
}
.price-big-wrapper .price--original {
  font-size: 1.25rem;
}
.price-big-wrapper .price--current {
  font-size: 2rem;
}
.price-big-wrapper .price--info {
  font-size: 0.875rem;
}

.price-text {
  text-align: center;
  font-weight: 700;
}

.price {
  font-size: 1rem;
  font-weight: 700;
  color: #3D4452;
}
.product-tile-item:not(.tile-item) .price + .price {
  margin-left: 12px;
}
.hero-products .price {
  margin-inline: 0;
  text-align: center;
}
.price--original {
  color: #8C8C8C;
}
.price--current {
  color: #DC620D;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .price--current {
    font-size: 1.25rem;
  }
}
.price--minor {
  font-size: 1rem;
  font-weight: 500;
  color: #8C8C8C;
}
.price--info {
  color: #8C8C8C;
}

.availability {
  display: inline-block;
  padding: 5px 7px 3px 7px;
  border: 1px solid currentColor;
  font-size: 0.825rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
}
.availability.text {
  border: none;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: #8C8C8C;
}

.availability-icon {
  margin-right: 5px;
}

.availability-col {
  padding-bottom: 10px;
  border-bottom: 1px solid #d3ddea;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .availability-col {
    height: 100%;
    margin-bottom: 0;
  }
}
.availability-col h3 {
  margin-bottom: 20px;
}

.availability-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 10px;
}
.availability-row__name .availability.text {
  white-space: initial;
}
.availability-row__value {
  flex: 1;
}

.product-tile-tags-icons {
  display: none;
  margin-bottom: 6px;
}
@media (min-width: 576px) {
  .product-tile-tags-icons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.product-tile-tags-icons span {
  color: #8C8C8C;
  margin-right: 6px;
}

.product-tile-tags-manufacturer {
  max-width: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-bottom: 6px;
}
@media (min-width: 576px) {
  .product-tile-tags-manufacturer {
    opacity: 0;
    display: none;
  }
}
@media (min-width: 375px) and (max-width: 575.98px) {
  .product-tile-tags-manufacturer {
    display: none;
  }
}

.product-item-tags-discount {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 6px;
  pointer-events: none;
}
.tag-item + .product-item-tags-discount {
  margin-top: 0.75rem;
}

.tag-discount {
  width: 56px;
  height: 56px;
  background: #DC620D;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 700;
  border-radius: 9999px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.tag-discount__top, .tag-discount__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.tag-discount__top {
  padding-top: 0.5rem;
  background-color: #DC620D;
  font-size: 0.935rem;
}
.tag-discount__bottom {
  padding-bottom: 0.5rem;
  background-color: #4C5566;
  font-size: 0.75rem;
}
.tag-discount--custom {
  justify-items: stretch;
  align-items: stretch;
  width: 5.5rem;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .tag-discount--custom {
    display: none;
  }
}
.product-tile-item .tag-discount--custom {
  width: 4.75rem;
}
.product-tile-item .tag-discount--custom .tag-discount__text {
  display: none;
}

.product-item-tags-right {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .product-item-tags-right {
    top: -16px;
    right: 16px;
  }
}

.product-item-tags-left {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .product-item-tags-left {
    display: flex;
  }
}
@media (min-width: 768px) {
  .product-item-tags-left {
    top: -16px;
    left: 16px;
  }
}

.tag-item-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 6px;
  pointer-events: none;
}

.tag-item {
  display: inline-block;
  padding: 5px 7px 3px 7px;
  color: #8C8C8C;
  border: 1px solid currentColor;
  background-color: transparent;
  font-size: 0.825rem;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tag-item-image {
  margin-top: 12px;
  max-width: 40px;
  transition: all 250ms cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: all;
}
.tag-item-image img {
  max-height: 96px;
}

.counter-input-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  background: #ffffff;
  border: 1px solid #d3ddea;
  padding-right: 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
@media (min-width: 1440px) {
  .counter-input-wrapper {
    margin-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .counter-input-wrapper {
    position: relative;
    padding-right: 40px;
    padding-left: 40px;
  }
  .counter-input-wrapper .counter-input-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    pointer-events: none;
  }
}
.counter-input-wrapper.plain {
  padding: 0;
}
.counter-input-wrapper.plain .counter-input-number {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 44px;
  min-width: 44px;
}

.counter-input-number > input {
  width: 80px;
  height: 100%;
  background: transparent;
  color: #212121;
  border: none;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0 24px;
  text-align: left;
  outline: none;
}
@media (max-width: 767.98px) {
  .counter-input-number > input {
    width: 50px;
    padding: 0;
    text-align: center;
  }
}

.counter-input-buttons {
  position: relative;
  width: 10px;
  height: 100%;
  padding: 10px 0;
}

.counter-plus-button,
.counter-minus-button {
  display: flex;
  width: 100%;
  height: 50%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  color: #DC620D;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .counter-plus-button,
.counter-minus-button {
    width: 40px;
    height: 50px;
    pointer-events: all;
    position: absolute;
    top: 0;
  }
}

@media (max-width: 767.98px) {
  .counter-plus-button {
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .counter-minus-button {
    left: 0;
  }
}

.counter-input-cart {
  flex-grow: 1;
  height: 100%;
  min-width: 50px;
  margin-left: 10px;
  position: relative;
}

.input-cart-bubble {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -80%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
}
.input-cart-bubble .input-cart-bubble-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: var(--color-sw-primary-green);
  border-radius: 9999px;
  transform: rotate(45deg);
}
.input-cart-bubble .input-cart-bubble-background::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0px 8px;
  border-color: #DC620D transparent transparent transparent;
  transform: translate(-50%, 0);
}
@media (max-width: 575.98px) {
  .input-cart-bubble .input-cart-bubble-background::after {
    display: none;
  }
}
.input-cart-bubble .input-cart-bubble-text {
  text-transform: uppercase;
  font-size: 9.5px;
  letter-spacing: 0.75px;
  color: #ffffff;
  text-align: center;
  z-index: 1;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .input-cart-bubble {
    right: initial;
    left: 0;
    transform: translate(-60%, -80%);
  }
  .input-cart-bubble .input-cart-bubble-background {
    transform: rotate(-45deg);
  }
}
@media (max-width: 575.98px) {
  .input-cart-bubble {
    transform: translate(55%, -75%);
  }
}

.section-product-detail-main {
  padding-top: 0;
}
@media (min-width: 768px) {
  .section-product-detail-main {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .section-product-detail-main {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.product-detail-main-gallery-wrapper {
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .product-detail-main-gallery-wrapper {
    margin-bottom: 30px;
  }
}

.product-detail-main-image-wrapper {
  position: relative;
}
.product-detail-main-image-wrapper .swiper-button {
  display: flex;
}
.product-detail-main-image-wrapper .swiper-button-prev {
  left: 8px;
}
.product-detail-main-image-wrapper .swiper-button-next {
  right: 8px;
}
@media (min-width: 1680px) {
  .product-detail-main-image-wrapper .swiper-button {
    display: none;
  }
}
.product-detail-main-image-wrapper .product-tile-tags-manufacturer {
  max-width: 80px;
  opacity: 1;
  display: flex;
}
@media (min-width: 576px) {
  .product-detail-main-image-wrapper .product-tile-tags-manufacturer {
    max-width: 120px;
  }
}
.product-detail-main-image-wrapper .product-item-tags-left {
  top: 15px;
  left: 15px;
}
.product-detail-main-image-wrapper .product-item-tags-right {
  top: 15px;
  right: 15px;
}
@media (min-width: 992px) {
  .product-detail-main-image-wrapper .tag-item-image {
    max-width: none;
  }
}
.product-detail-main-image-wrapper .tag-item-image:hover {
  transform: none;
}

.product-detail-main-thumbs-wrapper > * {
  margin-left: auto;
  margin-right: auto;
}
.product-detail-main-thumbs-wrapper .swiper-button-prev,
.product-detail-main-thumbs-wrapper .swiper-button-next {
  display: none;
  position: initial;
  transform: none;
}
@media (min-width: 1680px) {
  .product-detail-main-thumbs-wrapper {
    position: absolute;
    top: 0;
    right: calc(100% + 16px);
    width: 90px;
    height: calc((5 * 90px + 12px) + (2 * 48px + 16px));
  }
  .product-detail-main-thumbs-wrapper .swiper-button-prev,
.product-detail-main-thumbs-wrapper .swiper-button-next {
    display: flex;
  }
}

@media (min-width: 1680px) {
  .product-detail-main-thumbnails {
    height: calc((5 * (90px + 12px) - 12px));
  }
}
.product-detail-main-thumbnails .swiper-slide {
  border: 1px solid #E0DEDC;
  width: 100%;
  height: auto !important;
  aspect-ratio: 1;
  cursor: pointer;
}
.product-detail-main-thumbnails .swiper-slide.swiper-slide-thumb-active {
  border-color: #DC620D;
}

.product-detail-main-image-tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  position: relative;
  z-index: 999;
}
.product-detail-main-image-tags img {
  margin-right: 10px;
  margin-bottom: 5px;
  max-height: 50px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .product-detail-main-image-tags img {
    max-height: 70px;
    margin-right: 30px;
    margin-bottom: 15px;
  }
  .product-detail-main-image-tags img:hover {
    transform: scale(1.5);
  }
}

.product-detail-main-image-transport {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-top: 1px solid #E0DEDC;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .product-detail-main-image-transport {
    padding-top: 30px;
  }
}
.product-detail-main-image-transport img {
  margin-right: 10px;
  margin-bottom: 5px;
  max-height: 30px;
}
@media (min-width: 768px) {
  .product-detail-main-image-transport img {
    max-height: 30px;
    margin-right: 30px;
    margin-bottom: 15px;
  }
}

.product-detail-right-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .product-detail-right-block {
    display: block;
  }
}

.product-detail-main-product-rows-wrapper {
  width: 100%;
  order: 2;
  padding-top: 2rem;
}
.product-detail-main-product-rows-wrapper .tile-item.active + .tile-item::before {
  display: none;
}
.product-detail-main-product-rows-wrapper h3 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .product-detail-main-product-rows-wrapper {
    width: auto;
    order: 0;
  }
}
@media (max-width: 991.98px) {
  .product-detail-main-product-rows-wrapper {
    padding-top: 1rem;
  }
}

.product-detail-main-description h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.product-detail-main-description + .product-detail-main-cart-wrapper {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .product-detail-main-description + .product-detail-main-cart-wrapper {
    margin-top: 60px;
  }
}

.product-detail-main-description-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 32px;
  margin-bottom: 20px;
}
.product-detail-main-description-actions .product-detail-main-description-actions-text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #3D4452;
  letter-spacing: 0.025em;
}
.product-detail-main-description-actions a {
  color: #3D4452;
}
.product-detail-main-description-actions a.active, .product-detail-main-description-actions a:hover {
  text-decoration: none;
  color: #3D4452;
}

.product-detail-main-description-actions-evaluation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.product-detail-main-description-actions-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  fill: #DC620D;
}

.product-detail-main-description-actions-favourites,
.product-detail-main-description-actions-compare,
.product-detail-main-description-actions-comments {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product-detail-main-description-actions-favourites a,
.product-detail-main-description-actions-compare a,
.product-detail-main-description-actions-comments a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product-detail-main-description-actions-favourites .icon-heart,
.product-detail-main-description-actions-compare .icon-heart,
.product-detail-main-description-actions-comments .icon-heart {
  color: #DC620D;
  margin-right: 7px;
}
.product-detail-main-description-actions-favourites .icon-heart-outline,
.product-detail-main-description-actions-compare .icon-heart-outline,
.product-detail-main-description-actions-comments .icon-heart-outline {
  color: #DC620D;
  margin-right: 7px;
}

.product-detail-main-description-text-wrapper p {
  font-size: 14px;
  line-height: 24px;
}
.product-detail-main-description-text-wrapper .read-more {
  color: #8C8C8C;
  margin-left: 10px;
  text-decoration: none;
}
.product-detail-main-description-text-wrapper .read-more::after {
  font-family: "icomoon";
  content: "";
  width: auto;
  height: auto;
  background: transparent;
  top: auto;
  margin-left: 10px;
  font-size: 10px;
}
.product-detail-main-description-text-wrapper .read-more:hover {
  color: #3D4452;
}

.product-tile-item-actions-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 50px;
}
.product-tile-item-actions-wrapper .checkbox {
  margin: 0;
}
.product-tile-item-actions-wrapper .checkbox .checkbox-box {
  margin-right: 0;
}
.product-tile-item-actions-wrapper .btn-primary {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}

.product-detail-main-cart-wrapper,
.product-detail-main-gift {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .product-detail-main-cart-wrapper,
.product-detail-main-gift {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.product-detail-main-cart-wrapper::before,
.product-detail-main-gift::before {
  content: "";
  display: block;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  position: absolute;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  background: #ffffff;
  z-index: -1;
}
@media (min-width: 1680px) {
  .product-detail-main-cart-wrapper::before,
.product-detail-main-gift::before {
    top: -35px;
    left: -30px;
    width: calc(100% + 70px);
    height: calc(100% + 60px);
  }
}

.product-detail-main-gift {
  display: inline-block;
  position: relative;
}
@media (max-width: 767.98px) {
  .product-detail-main-gift {
    margin-bottom: 24px;
  }
}
.product-detail-main-gift::before {
  border-top: 3px solid #DC620D;
}
@media (max-width: 991.98px) {
  .product-detail-main-gift::before {
    display: none;
  }
}
.product-detail-main-gift::after {
  content: "";
  position: absolute;
  top: -35px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 8px 12px;
  border-color: transparent transparent #DC620D transparent;
  transform: translateY(-100%);
}
@media (max-width: 1679.98px) {
  .product-detail-main-gift::after {
    top: -15px;
  }
}
@media (max-width: 991.98px) {
  .product-detail-main-gift::after {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .product-detail-main-gift {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .product-detail-main-gift {
    padding-bottom: 1rem;
  }
}
.product-detail-main-gift .product-detail-main-gift-head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 24px;
}
@media (max-width: 1679.98px) {
  .product-detail-main-gift .product-detail-main-gift-head {
    padding: 16px 0 8px;
  }
}
@media (max-width: 991.98px) {
  .product-detail-main-gift .product-detail-main-gift-head {
    padding: 0 0 16px;
  }
}
.product-detail-main-gift .product-detail-main-gift-icon {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}
.product-detail-main-gift .product-detail-main-gift-title {
  font-weight: 700;
}
.product-detail-main-gift .tile-item-foreground {
  padding: 1rem 0;
  align-items: flex-start;
}
@media (max-width: 1199.98px) {
  .product-detail-main-gift .tile-item-foreground {
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .product-detail-main-gift .tile-item-foreground {
    flex-wrap: nowrap;
  }
}
@media (max-width: 575.98px) {
  .product-detail-main-gift .tile-item-foreground {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.product-detail-main-gift .product-detail-main-gift-product-title {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
  text-transform: none;
}
@media (max-width: 1439.98px) {
  .product-detail-main-gift .product-detail-main-gift-product-title {
    font-size: 0.935rem;
  }
}
.product-detail-main-gift .product-detail-main-gift-product-title:hover, .product-detail-main-gift .product-detail-main-gift-product-title:active {
  text-decoration: none;
}
.product-detail-main-gift .product-detail-main-gift-product-desc {
  font-size: 14px;
  color: #3D4452;
}
.product-detail-main-gift .product-detail-main-gift-input {
  margin-top: 12px;
}
.product-detail-main-gift .product-detail-main-gift-info {
  display: inline-block;
}
@media (max-width: 575.98px) {
  .product-detail-main-gift .product-detail-main-gift-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.product-detail-main-gift .product-detail-main-gift-price {
  display: grid;
  grid-template-columns: 120px 60px;
  grid-auto-flow: dense;
  grid-gap: 2rem;
  font-size: 14px;
  white-space: nowrap;
  margin-bottom: auto;
  margin-left: auto;
  font-weight: 700;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .product-detail-main-gift .product-detail-main-gift-price {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .product-detail-main-gift .product-detail-main-gift-price {
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  .product-detail-main-gift .product-detail-main-gift-price {
    text-align: right;
    grid-template-columns: 100px 40px;
    grid-gap: 1rem;
    margin-left: initial;
    display: flex;
  }
}
.product-detail-main-gift .product-detail-main-gift-price .price-old {
  color: #e40421;
  text-decoration: line-through;
  margin-left: 1rem;
  grid-column: 1;
}
.product-detail-main-gift .product-detail-main-gift-price .price-new {
  grid-column: 2;
}
.product-detail-main-gift .product-detail-main-gift-price .price-vat {
  color: #000000;
}
.product-detail-main-gift .product-detail-main-gift-price .price-novat {
  color: #8C8C8C;
  font-weight: 400;
}
.product-detail-main-gift .product-detail-main-gift-price .price-free {
  color: #5EB440;
  text-transform: uppercase;
}

.product-detail-main-cart-price-count-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 20px;
}
.product-detail-main-cart-price-count-wrapper:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #E0DEDC;
}
@media (min-width: 768px) {
  .product-detail-main-cart-price-count-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .product-detail-main-cart-price-count-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
  .product-detail-main-cart-price-count-wrapper .product-tile-item-price-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

.product-detail-main-cart-free-delivery {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.5px;
  gap: 1rem;
  padding: 1rem 0;
}
.product-detail-main-cart-free-delivery em {
  font-style: normal;
  text-transform: uppercase;
  color: #17b857;
}
.product-detail-main-cart-free-delivery p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .product-detail-main-cart-free-delivery {
    padding-bottom: 2rem;
  }
}

.product-detail-main-basic-parameters {
  width: 100%;
}

.product-detail-main-advanced-parameters {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1.5rem;
  align-items: center;
  justify-items: left;
}
@media (max-width: 991.98px) {
  .product-detail-main-advanced-parameters {
    display: none;
  }
}

.product-detail-tabs {
  padding-top: 0;
  margin-block: 2rem;
}
@media (min-width: 768px) {
  .product-detail-tabs {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .product-detail-tabs {
    margin-top: 0;
  }
}
.product-detail-tabs__content {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .product-detail-tabs__content {
    margin-bottom: 6rem;
  }
}
.product-detail-tabs .tab-content {
  padding-top: 0;
}

.product-detail-main-description-actions [data-product-detail-favourite].active {
  color: #5EB440;
}

.product-small-tiles-grid-text {
  width: 100%;
  /*display: grid;
  grid-template-columns: repeat( auto-fill, minmax(5rem, 1fr) );
  grid-gap: .5rem;*/
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.5rem;
  margin-bottom: 15px;
  font-size: 1.2rem;
  /*@include media-breakpoint-down(md) {
    grid-template-columns: repeat( auto-fill, minmax(4rem, 1fr) );
  }*/
}
.product-small-tiles-grid-text .tile-text-variants-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 1rem !important;
  min-width: 4.5rem;
  height: auto;
  position: relative;
  padding: 1.5rem;
}
.product-small-tiles-grid-text .tile-text-variants-tab.active, .product-small-tiles-grid-text .tile-text-variants-tab:hover, .product-small-tiles-grid-text .tile-text-variants-tab:active {
  color: var(--color-sw-primary-green);
  border-color: var(--color-sw-primary-green);
  outline: 1px solid var(--color-sw-primary-green);
}
.product-small-tiles-grid-text .tile-text-variants-tab .availability {
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: auto;
  height: auto;
  border: none;
}

.product-table-params td:first-letter {
  text-transform: uppercase;
}

.banner-outer {
  display: flex;
  align-items: center;
  color: #000000;
  background-color: #DC620D;
  z-index: 1;
  padding: 15px;
}
.banner-outer.hidden {
  display: none;
}
.banner-outer.closed {
  display: none !important;
}

.banner-inner {
  width: calc(100% - 30px);
  padding-right: 15px;
  text-align: center;
}
.banner-inner p {
  margin-bottom: 0;
}
.banner-inner a {
  color: #3D4452;
  text-decoration: underline;
}
.banner-inner a:hover {
  text-decoration: none;
}

.banner-close {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banner-close a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #000000;
  text-decoration: none;
}
.banner-close span {
  font-size: 12px;
  color: var(--color-sw-primary-black);
}

.product-tile-item-banner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.banner-float {
  position: fixed;
  bottom: 45px;
  left: 45px;
  display: flex;
  background-color: red;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.banner-float:hover, .banner-float:active {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
}
.banner-float:hover .banner-float__img, .banner-float:active .banner-float__img {
  transform: scale(1.015);
}
.banner-float.closed {
  transform: translateY(2rem);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199.98px) {
  .banner-float {
    bottom: 1rem;
    left: 1rem;
  }
}
@media (max-width: 767.98px) {
  .banner-float {
    bottom: 50px;
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .banner-float {
    width: 100%;
  }
}
.banner-float__img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-float__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.banner-float__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  background-color: var(--color-primary);
  overflow: hidden;
  cursor: pointer;
}
.banner-float__close:hover, .banner-float__close:active {
  background-color: var(--color-primary-darken);
}
.banner-float__close-icon::before {
  color: white;
}

.filters__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .filters__head {
    display: none;
  }
}
.filters__head-title {
  font-size: 1.25rem;
  color: #2c3b4e;
  font-weight: 500;
}
.filters__head-close svg {
  width: 32px;
  height: 32px;
  stroke-width: 2;
  stroke: #4C5566;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.filters__button {
  height: 40px;
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .filters__button {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .filters__button {
    width: 100%;
  }
}
.filters__button svg {
  display: none;
}
@media (min-width: 375px) {
  .filters__button svg {
    display: initial;
  }
}
.filters__wrapper > *:last-child {
  border-bottom: 1px solid #E0DEDC;
}
@media (max-width: 1439.98px) {
  .filters__wrapper {
    height: 100%;
    overflow: auto;
  }
}

.filters-block {
  border-top: 1px solid #E0DEDC;
  overflow: auto;
}
.filters-block__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  color: #3D4452;
  padding: 24px 32px;
  transition: color 150ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .filters-block button.filters-block__head:hover {
    color: #DC620D;
  }
}
.filters-block__head-image {
  height: 24px;
  width: 48px;
  fill: #DC620D;
  margin-right: 24px;
}
.filters-block__title {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.filters-block__head-image + .filters-block__title {
  flex: 1 0 auto;
}
.filters-block__icon {
  width: 10px;
  height: 10px;
  fill: currentColor;
  transition: 250ms ease;
  transition-property: transform, fill;
}
@media (hover: hover) and (pointer: fine) {
  .filters-block__head:hover .filters-block__icon {
    fill: #DC620D;
  }
}
.active .filters-block__icon {
  transform: rotate(180deg);
}
.filters-block__body {
  padding: 0 32px;
}
.filters-block__body > *:last-child {
  margin-bottom: 24px;
}
.filters-block__body .filter-select-group {
  margin-bottom: 16px;
}
.filters-block__body .filter-basic-checkbox-wrapper .checkbox:last-child {
  margin-bottom: 0;
}
.filters-block--emphasize {
  background: url(/build/images/stripes.ea696eb5.svg) top right no-repeat #d3ddea;
}
@media (min-width: 1200px) {
  .filters-block {
    border-right: 1px solid #E0DEDC;
  }
}

.color-swatch-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
  grid-gap: 8px;
}

.color-swatch {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.color-swatch__input {
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  height: 0;
  width: 0;
}
.color-swatch__input:checked + * {
  outline: 2px solid #000000;
}
.color-swatch__select {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background-color: #F7F5F4;
  border: 3px solid #ffffff;
  margin-bottom: 0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}
.color-swatch__select:hover {
  outline: 2px solid #000000;
}

/* === OLD STYLES === */
.filter-basic {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .filter-basic {
    justify-content: space-between;
    margin-bottom: 25px;
  }
}
.filter-basic.filter-basic-full {
  width: 100%;
  height: 41px;
  padding-bottom: 0;
}
.filter-basic.filter-basic-full .filter-basic-sort-wrapper {
  width: 100%;
  top: 0;
}
.filter-basic .filter-dropdown-group {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .filter-basic .filter-dropdown-group {
    padding-left: 25px;
  }
}
.filter-basic.filter-basic-extended .filter-basic-sort-wrapper {
  top: 0;
}
.filter-basic.filter-basic-extended .filter-extended {
  margin-right: auto;
}
@media (min-width: 576px) {
  .filter-basic.filter-basic-extended .filter-extended {
    width: auto;
    margin-right: 0;
  }
}
.filter-basic.filter-basic-extended .filter-extended-heading {
  margin-top: 0;
}
@media (min-width: 576px) {
  .filter-basic.filter-basic-extended .filter-extended-inputs .filter-dropdown-group {
    margin-bottom: 0;
    margin-right: 0;
  }
}

.filter-basic-button-wrapper {
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 15px;
}
.filter-basic-button-wrapper .btn {
  font-size: 14px;
}
@media (min-width: 768px) {
  .filter-basic-button-wrapper {
    margin-bottom: 25px;
    margin-right: 25px;
    margin-left: 0;
  }
}

.filter-basic-info-wrapper {
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 15px;
}
.filter-basic-info-wrapper a {
  margin-right: 10px;
  color: #3D4452;
}
.filter-basic-info-wrapper a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
@media (min-width: 768px) {
  .filter-basic-info-wrapper {
    margin-bottom: 25px;
    margin-right: 25px;
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .filter-basic-info-wrapper {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .filter-basic-info-wrapper {
    text-align: center;
  }
}

.filter-basic-inputs-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .filter-basic-inputs-wrapper {
    margin-bottom: 25px;
  }
}

.filter-basic-sort-wrapper {
  position: absolute;
  width: 50%;
  top: 100%;
  right: 0;
}
@media (min-width: 576px) {
  .filter-basic-sort-wrapper {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 15px;
    width: auto;
    border-left: 1px solid #E0DEDC;
  }
}
@media (min-width: 768px) {
  .filter-basic-sort-wrapper {
    padding-left: 25px;
  }
}

.filter-basic-sort-text {
  display: none;
  margin-right: 16px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3D4452;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .filter-basic-sort-text {
    display: inline;
  }
}

@media (max-width: 575.98px) {
  .filter-select-group .select2-container {
    min-width: 0;
  }
  .filter-select-group .select2-container .select2-selection--single {
    border: none;
  }
  .filter-select-group .select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0.375rem 20px;
    background: #F7F5F4;
    height: 40px;
    text-align: center;
    border-radius: 20px;
  }
  .filter-select-group .select2-container .select2-selection--single .select2-selection__rendered::after {
    font-family: "icomoon";
    content: "";
    display: inline-block;
    font-size: 16px;
    margin-top: 3px;
    margin-left: 10px;
  }
  .filter-select-group .select2-container .select2-selection--single .select2-selection__arrow {
    display: none;
  }
}
@media (max-width: 374.98px) {
  .filter-select-group .select2-container .select2-selection--single .select2-selection__rendered::after {
    display: none;
  }
}

.filter-dropdown-group {
  position: relative;
}
.filter-dropdown-group.active {
  z-index: 12;
}
.filter-dropdown-group.active .filter-dropdown-label {
  background-color: #DC620D;
  border-color: #DC620D;
  color: #ffffff;
}
.filter-dropdown-group.active .filter-dropdown-label .filter-label-count {
  background-color: #ffffff;
  color: #3D4452;
}
.filter-dropdown-group.active .filter-dropdown-label::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.filter-dropdown-group.active .filter-dropdown-body {
  border-top: 4px solid #DC620D;
  border-top: 4px solid var(--color-primary);
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: auto;
  max-height: 500px;
}

.filter-dropdown-label {
  background: #ffffff;
  border: 1px solid #E0DEDC;
  padding: 0.375rem 20px;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.filter-dropdown-label::after {
  font-family: "icomoon";
  content: "";
  display: inline-block;
  font-size: 10px;
  margin-top: 3px;
  margin-left: auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 1440px) {
  .filter-dropdown-label::after {
    margin-left: 15px;
  }
}

.filter-label-name {
  margin-right: 15px;
}
.filter-label-name + .filter-label-count {
  margin-left: -10px;
}
.filter-label-name + .filter-label-count + .filter-label-info {
  margin-left: -10px;
}
.filter-label-name + .filter-label-info {
  margin-left: -10px;
}
.filter-label-name:first-letter {
  text-transform: uppercase;
}

.filter-label-count {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #DC620D;
  color: #3D4452;
  font-size: 10px;
  margin-right: 15px;
}

.filter-label-info {
  width: 16px;
  height: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  margin-left: 8px;
  margin-right: 15px;
  color: #8C8C8C;
  vertical-align: middle;
}
.filters-block__title + .filter-label-info {
  margin-right: auto;
}

.filter-dropdown-body {
  position: relative;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  padding-right: 15px;
  max-height: 0;
  overflow: hidden;
  margin-top: 8px;
}
.filter-dropdown-body.min-width {
  min-width: 300px;
}
.filter-dropdown-body::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -8px;
  left: 50%;
  border-style: solid;
  border-width: 0 16px 8px 16px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .filter-dropdown-body {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 20px);
    z-index: 4;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .filter-dropdown-body {
    width: calc(100% + 160px);
  }
}

@media (min-width: 768px) {
  .filter-price-form .filter-dropdown-body {
    width: calc(100% + 80px);
  }
}

.filter-extended {
  width: 100%;
}
.filter-extended.filter-extended-single .filter-extended-heading {
  width: 100%;
  margin-top: 0;
  border-right: 1px solid #E0DEDC;
  border-radius: 999px;
}

.filter-extended-inputs {
  width: 100%;
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0;
}
.filter-extended-wrapper.active .filter-extended-inputs {
  display: flex;
}
@media (min-width: 576px) {
  .filter-extended-inputs {
    display: flex;
    gap: 12px 24px;
    margin-bottom: 64px;
  }
}
.filter-extended-inputs > form {
  width: 100%;
}
@media (min-width: 576px) {
  .filter-extended-inputs > form {
    width: auto;
  }
}
.filter-extended-inputs .filter-dropdown-group {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .filter-extended-inputs .filter-dropdown-group {
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .filter-extended-inputs .filter-dropdown-group {
    margin-right: 25px;
    margin-bottom: 15px;
  }
}
.filter-extended-inputs .input-button {
  width: 100%;
  flex-grow: 1;
}
.filter-extended-inputs .input-button.hidden {
  display: none;
}
@media (min-width: 375px) {
  .filter-extended-inputs .input-button {
    width: auto;
  }
}
@media (min-width: 992px) {
  .filter-extended-inputs .input-button {
    flex-grow: 0;
  }
}
.filter-extended-inputs .input-button .btn {
  width: 100%;
}
.filter-extended-inputs .show-hide-button-wrapper {
  display: inline-flex;
  width: auto;
  margin-top: 0;
}
.filter-extended-inputs .show-hide-button-wrapper .btn {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 30px;
}

.filter-extended-selected {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.filter-extended-selected-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 14px;
  color: #8C8C8C;
  margin-right: 10px;
  width: 100%;
}
.filter-extended-selected-group:last-of-type {
  margin-right: 0;
}
@media (min-width: 768px) {
  .filter-extended-selected-group {
    width: auto;
  }
}

.filter-extended-selected-group-label {
  margin-right: 5px;
  margin-bottom: 5px;
}

.filter-extended-selected-group-data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.filter-extended-selected-item {
  color: #8C8C8C;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 10px;
  padding-right: 25px;
  position: relative;
}
.filter-extended-selected-item:last-of-type {
  margin-left: 0;
}
.filter-extended-selected-item:hover {
  text-decoration: none;
  color: #3D4452;
}

.filter-extended-selected-item-close {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #DC620D;
  font-size: 6px;
  margin-left: 5px;
  color: #3D4452;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filter-extended-heading {
  width: calc(50% - 8px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
  background-color: #F7F5F4;
  border-right: 0;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-top: -18px;
  height: 40px;
  border-radius: 999px;
  cursor: pointer;
  margin-bottom: 16px;
}
.filter-extended-heading::after {
  font-family: "icomoon";
  content: "";
  display: inline-block;
  font-size: 16px;
  margin-top: 3px;
  margin-left: 10px;
  font-weight: 500;
}
@media (max-width: 374.98px) {
  .filter-extended-heading::after {
    display: none;
  }
}
.section--bg-light .filter-extended-heading {
  background-color: #F0ECEA;
}
@media (min-width: 576px) {
  .filter-extended-heading {
    display: none;
  }
}

.filter-basic-layout {
  margin-left: 1.5rem;
}
.filter-basic-layout__group {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.filter-basic-layout__btn {
  cursor: pointer;
  padding: 0;
}
.filter-basic-layout__btn:hover svg, .filter-basic-layout__btn:active svg, .filter-basic-layout__btn.active svg {
  fill: #DC620D;
  background-color: #F7F5F4;
}
.filter-basic-layout__icon {
  width: 36px;
  height: 36px;
  padding: 8px;
  fill: #E0DEDC;
  stroke: none;
  stroke-width: 0;
  transition: fill 0.1s ease-in-out;
}

.filter-tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 999px;
  border: 2px solid #E0DEDC;
  padding: 8px 16px;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
  color: inherit;
  transition: border-color 75ms;
}
.filter-tag:hover, .filter-tag:active {
  text-decoration: none;
  border-color: #e2e2e2;
}
.filter-tag:hover .filter-tag__icon, .filter-tag:active .filter-tag__icon {
  fill: #DC620D;
}
.filter-tag__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 16px;
}
@media (max-width: 767.98px) {
  .filter-tag__wrapper {
    flex-basis: 100%;
  }
}
.filter-tag__icon {
  width: 16px;
  height: 16px;
  fill: #b2b2b2;
  cursor: pointer;
  transition: fill 75ms ease;
  margin-left: 8px;
}
.filter-tag--muted {
  background-color: #E0DEDC;
}
.filter-tag--muted .filter-tag__icon {
  fill: #969696;
}
.filter-tag--muted .filter-tag__icon:hover {
  fill: #DC620D;
}

.section--newsletter {
  position: relative;
}
@media (min-width: 992px) {
  .section--newsletter::before, .section--newsletter::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 220px;
    background-size: auto 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background: url(/build/images/stripes.ea696eb5.svg);
  }
  .section--newsletter::before {
    top: 0;
    right: 0;
  }
  .section--newsletter::after {
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
  }
}

.footer-newsletter-title {
  color: #2c3b4e;
  line-height: 1;
  display: block;
  margin-bottom: 12px;
}

.footer-newsletter-subtitle {
  color: #3D4452;
}

.footer-newsletter-heading {
  font-size: 1rem;
  margin-bottom: 16px;
  text-align: center;
  color: #8C8C8C;
  font-weight: 400;
}
@media (min-width: 768px) {
  .footer-newsletter-heading {
    margin-bottom: 48px;
  }
}

.footer-newsletter-form-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-newsletter-form-wrapper .newsletter-error-message {
  color: #ffffff;
  font-weight: 400;
  font-size: 0.875rem;
}
.footer-newsletter-form-wrapper .form-group {
  width: 100%;
  max-width: 370px;
  position: relative;
}
@media (min-width: 1200px) {
  .footer-newsletter-form-wrapper .form-group {
    margin-bottom: 0;
  }
}
.footer-newsletter-form-wrapper .form-control {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  border: 2px solid #e2e2e2;
  color: #2c3b4e;
  padding-right: 48px;
  padding-left: 24px;
  height: 48px;
}
.footer-newsletter-form-wrapper .form-control::placeholder {
  color: #8C8C8C;
}
.footer-newsletter-form-wrapper .form-control:focus {
  box-shadow: none;
  border-color: #b2b2b2;
}
.footer-newsletter-form-wrapper .btn {
  font-size: 16px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: 1px;
  padding: 0;
  color: #8C8C8C;
}
.footer-newsletter-form-wrapper .btn.arrow-right {
  justify-content: center;
  align-items: center;
}
.footer-newsletter-form-wrapper .btn.arrow-right::after {
  margin: 0 8px 0 0;
}
.footer-newsletter-form-wrapper .btn:hover, .footer-newsletter-form-wrapper .btn:active {
  color: #4C5566;
}

.newsletter-form-group {
  margin-bottom: 0;
}
.newsletter-form-group input {
  min-width: initial;
  padding-right: 80px;
}
.newsletter-form-group button.btn.arrow-right {
  position: absolute;
  top: 0;
  right: 0;
  min-width: initial;
  width: 80px;
  height: 100%;
  padding: 0;
}
.newsletter-form-group button.btn.arrow-right::after {
  background-color: #DC620D;
  margin-left: 0;
  transform: none;
}
.newsletter-form-group button.btn.arrow-right:hover::after {
  transform: translateX(4px);
}
.newsletter-form-group button.btn.arrow-right:focus {
  box-shadow: none;
  outline: 0;
}
