@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;
}

.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;
}

.basic-input-wrapper.hidden {
  display: none;
}
.basic-input-wrapper.active {
  display: block;
}
.basic-input-wrapper .select2 {
  margin-top: 25px;
}
.basic-input-wrapper .select2-container .select2-selection--single {
  height: 43px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #cacaca;
}
.basic-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.375rem 15px 0.375rem 30px;
  font-weight: 400;
  font-size: 1rem;
  width: 100%;
}
.basic-input-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 1px;
  top: 1px;
  height: calc(100% - 2px);
  background: #cacaca;
}
.basic-input-wrapper .select2-container .select2-selection--single .select2-selection__arrow b {
  color: #ffffff;
}

.select-with-image {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.select-with-image img {
  max-width: 20px;
  margin-right: 10px;
}

.basic-input-label {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
.basic-input-label.success::before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 1rem;
  color: #5EB440;
}
.basic-input-label.error::before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 1rem;
  color: #e40421;
}
.basic-input-label--light:focus-within > span,
.basic-input-label--light .basic-input-input:not(:placeholder-shown) + span {
  color: #ffffff !important;
}

.basic-input-input {
  width: 100%;
  padding: 12px 16px;
  margin-top: 25px;
  outline: transparent;
  border: 1px solid #d3ddea;
  font-size: 1rem;
  transition-duration: 250ms;
}
.basic-input-input::placeholder {
  opacity: 0;
}
.basic-input-input:focus {
  border-color: #DC620D;
  outline: 1px solid #DC620D;
}
.basic-input-input--rounded {
  border-radius: 999px;
}

textarea.basic-input-input {
  min-height: 150px;
}

.basic-input-text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(24px, 38px);
  font-size: 1rem;
  transition-duration: 250ms;
  color: #8C8C8C;
  pointer-events: none;
}

.basic-input-label:focus-within > span,
.basic-input-input:not(:placeholder-shown) + span {
  color: #3D4452;
  font-weight: 700;
  transform: translate(0, -5px);
}

.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;
}

.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;
}

.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;
}

.product-detail-similar {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
  min-height: 540px;
}
@media (min-width: 768px) {
  .product-detail-similar {
    margin-bottom: 80px;
  }
}
.product-detail-similar .slick-slide > div {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .product-detail-similar .slick-slide > div {
    padding-bottom: 180px;
  }
}

.slider-absolute-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .slider-absolute-wrapper {
    position: absolute;
    top: 50px;
    left: 0;
  }
}
@media (min-width: 768px) {
  .slider-absolute-wrapper .slick-slider ul.slick-dots {
    bottom: 150px;
  }
}

.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%);
  }
}

.select2 {
  width: 100% !important;
}

.select2-container {
  min-width: 210px;
}
.select2-container:focus {
  outline: none;
}
.select2-container div:focus,
.select2-container span:focus {
  outline: none;
}

.select2-container .select2-selection--single {
  border-color: #F7F5F4;
  background-color: #F7F5F4;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  color: #3D4452;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  line-height: normal;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 8px 40px 8px 20px;
  color: currentColor;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  right: 15px;
  top: 1px;
  width: 20px;
  height: 100%;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  display: flex;
  justify-content: center;
  align-items: center;
  position: initial;
  color: currentColor;
  border: none;
  width: 100%;
  height: 100%;
  margin: 0;
}
.select2-container .select2-selection--single .select2-selection__arrow b::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(/build/images/plus.eced0f5d.svg);
  mask-image: url(/build/images/plus.eced0f5d.svg);
  transition: transform 150ms ease;
  border-radius: 999px;
  overflow: hidden;
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select2-container.select2-container--open.select2-container--below .select2-selection--single,
.select2-container.select2-container--open.select2-container--below .select2-selection__rendered {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select2-container--open.select2-container--above .select2-selection--single,
.select2-container.select2-container--open.select2-container--above .select2-selection__rendered {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #E0DEDC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.select2-results__option {
  color: #3D4452;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: 8px 16px;
}

.select2-container .select2-results__option--selected {
  color: #2c3b4e;
  background-color: #F7F5F4;
}

.select2-container .select2-results__option--highlighted {
  background-color: #DC620D;
  color: #ffffff;
}

.select2-small .select2-container {
  min-width: 100%;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-container--default .select2-results__option--selected.select2-results__option--selectable {
  background-color: #F7F5F4;
  color: #3D4452;
}
.select2-container--secondary .select2-selection {
  background-color: #ffffff;
  border: none;
  color: #3D4452;
}
@media (max-width: 575.98px) {
  .select2-container--secondary .select2-selection__rendered {
    background-color: #ffffff !important;
    color: #3D4452 !important;
  }
}
.select2-container--secondary .select2-dropdown {
  background: #4C5566;
  border: none;
}
.select2-container--secondary .select2-results__option {
  color: #ffffff;
}
.select2-container--secondary .select2-results__option--highlighted, .select2-container--secondary .select2-results__option--selected {
  background-color: #5d687d;
}
.select2-container--secondary.select2-container--open .select2-selection {
  background-color: #5d687d;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .select2-container--secondary.select2-container--open .select2-selection__rendered {
    background-color: #5d687d !important;
    color: #ffffff !important;
  }
}

.section-cart-heading {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section-cart-heading {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .section-cart-heading {
    margin-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .section-cart-heading .big-padding {
    margin-bottom: 150px;
  }
}
.section-cart-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #F7F5F4;
}

.cart-heading-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  counter-reset: heading-counter;
}

.cart-heading-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 33.333%;
  color: #8C8C8C;
  position: relative;
  text-align: center;
  font-size: 12px;
  padding: 16px;
  font-weight: 700;
}
.cart-heading-item.active a {
  color: #3D4452;
}
.cart-heading-item a {
  color: inherit;
}
.cart-heading-item a:hover {
  color: #3D4452;
}
.cart-heading-item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  clip-path: polygon(26% 0, 100% 50%, 25% 100%, 0% 100%, 75% 50%, 0% 0%);
  background: #ffffff;
  position: absolute;
  top: 0;
  right: -6px;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .cart-heading-item:not(:last-of-type)::after {
    width: 24px;
    right: -12px;
  }
}
@media (min-width: 768px) {
  .cart-heading-item {
    padding: 20px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .cart-heading-item {
    padding: 30px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .cart-heading-item {
    font-size: 1.5rem;
  }
}

.section-cart-products-summary {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section-cart-products-summary {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .section-cart-products-summary {
    margin-bottom: 150px;
  }
}

.cart-products-summary-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.cart-summary {
  width: 100%;
}
.cart-summary > h2 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cart-summary > h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .cart-summary {
    width: 380px;
  }
}
.cart-summary .cart-window-transport-wrapper {
  margin-top: 15px;
  right: 0;
  text-align: center;
}
.cart-summary .cart-window-transport-wrapper .progress-circle-wrapper {
  margin-top: 0;
  margin-bottom: 15px;
}
.cart-summary .cart-window-transport-wrapper p:last-of-type {
  margin-bottom: 0;
}
.cart-summary .tile-item-foreground {
  gap: 1rem;
}
.cart-summary .product-tile-heading {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.cart-summary .product-tile-item-price-availability {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1rem;
}
.cart-summary .product-tile-item-price-wrapper {
  margin: 0;
}
.cart-summary .price-current {
  color: #DC620D;
}

.cart-summary-box {
  padding: 15px;
  background: #4C5566;
}
@media (min-width: 992px) {
  .cart-summary-box {
    padding: 30px;
  }
}
.cart-summary-box__inner {
  flex-basis: 100%;
}
.cart-summary-box--cart .d-flex {
  gap: 1.5rem 1rem;
}
.cart-summary-box--cart .cart-summary-button {
  min-width: 16rem;
}

.cart-summary-heading {
  color: #ffffff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5rem;
}
.cart-summary-heading h2 {
  margin-bottom: 1.5rem;
}

.cart-summary-prices {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 25px;
}

.cart-summary-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cart-summary-price-row {
    margin-bottom: 1rem;
  }
}
.cart-summary-price-row.summary {
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.cart-summary-price-name {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.8);
}
.cart-summary-price-name.summary {
  font-size: 1rem;
  font-weight: 700;
  color: white;
}
.cart-summary-price-name.with-icon {
  position: relative;
  padding-left: 30px;
}
.cart-summary-price-name.with-icon [class^=icon-], .cart-summary-price-name.with-icon [class*=" icon-"] {
  position: absolute;
  left: 0;
  top: 4px;
  color: #DC620D;
}

.cart-summary-price-value {
  min-width: 100px;
  color: #ffffff;
  font-size: 1rem;
  text-align: right;
}
.cart-summary-price-value.summary {
  font-size: 1.125rem;
  font-weight: 700;
  color: #17b857;
  display: inline-flex;
  flex-direction: column;
}
.cart-summary-price-value.summary .currency-price {
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  margin-top: 4px;
}
.cart-summary-price-value.discount {
  margin-left: auto;
  color: #4C5566;
  background-color: #17b857;
  margin-top: -0.75rem;
}
@media (max-width: 767.98px) {
  .cart-summary-price-value.discount {
    margin-top: 0;
  }
}

.cart-summary-button .btn {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .cart-summary-button .arrow-right,
.cart-summary-button .arrow-left {
    min-width: initial;
  }
  .cart-summary-button .arrow-right::before, .cart-summary-button .arrow-right::after,
.cart-summary-button .arrow-left::before,
.cart-summary-button .arrow-left::after {
    display: none;
  }
}

.cart-summary-back a {
  color: rgba(255, 255, 255, 0.8);
}
.cart-summary-back .icon-chevron-left-thin {
  font-size: 12px;
  margin-right: 10px;
}

.cart-summary-coupon {
  margin-bottom: 25px;
}
.cart-summary-coupon .checkbox-box {
  background-color: rgba(255, 255, 255, 0.17);
  border-color: rgba(255, 255, 255, 0.17);
}
.cart-summary-coupon .checkbox-text {
  color: rgba(255, 255, 255, 0.8);
}

.cart-summary-coupon-input-wrapper {
  display: none;
}
.cart-summary-coupon-input-wrapper.active {
  display: block;
  margin-top: 10px;
}
.cart-summary-coupon-input-wrapper input {
  background-color: #ffffff;
  border: 1px solid #d3ddea;
  color: #3D4452;
  padding: 10px 15px;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
}
.cart-summary-coupon-input-wrapper input::placeholder {
  color: #8C8C8C;
}
.cart-summary-coupon-input-wrapper .cart-summary-price-row {
  margin: 0;
}
@media (max-width: 767.98px) {
  .cart-summary-coupon-input-wrapper .cart-summary-price-row {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .cart-summary-coupon-input-wrapper .btn {
    width: 100%;
    flex-basis: 100%;
  }
}
.cart-summary-coupon-input-wrapper.error span {
  color: #e40421;
  font-weight: 700;
}
.cart-summary-coupon-input-wrapper.error input {
  outline: 1px solid #e40421;
  box-shadow: none;
}

.cart-content-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cart-content-wrapper {
    width: calc(100% - 380px);
    padding-right: 50px;
    margin-bottom: 0;
  }
}
.cart-content-wrapper h2 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cart-content-wrapper h2 {
    margin-bottom: 50px;
  }
}
.cart-content-wrapper h2.hidden {
  display: none;
}
.cart-content-wrapper.empty {
  width: 100%;
  padding: 0;
}
.cart-content-wrapper.empty + .sidebar {
  display: none;
}

.cart-products-header {
  color: #8C8C8C;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}

.cart-products-row {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  border-bottom: 1px solid #E0DEDC;
  padding-bottom: 10px;
  margin-bottom: 10px;
  column-gap: 15px;
  row-gap: 5px;
}
@media (min-width: 768px) {
  .cart-products-row {
    display: grid;
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: 50px auto 80px 100px 80px 20px;
  }
}
@media (min-width: 1440px) {
  .cart-products-row {
    column-gap: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    grid-template-columns: 100px auto 80px 100px 80px 50px;
  }
  .cart-products-row:last-of-type {
    margin-bottom: 0;
  }
}
.cart-products-row.cart-products-header {
  display: none;
}
@media (min-width: 768px) {
  .cart-products-row.cart-products-header {
    display: grid;
  }
}
.cart-products-row .counter-input-number > input {
  width: 60px;
}

.cart-products-image {
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (min-width: 576px) {
  .cart-products-image {
    grid-row-end: 4;
  }
}
@media (min-width: 768px) {
  .cart-products-image {
    grid-row-start: auto;
    grid-row-end: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}

.cart-products-name {
  padding-right: 30px;
  grid-column-start: 2;
  grid-column-end: 4;
}
@media (min-width: 768px) {
  .cart-products-name {
    grid-column-start: auto;
    grid-column-end: auto;
    padding-right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}
.cart-products-name a {
  color: #3D4452;
}

.cart-products-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  order: 2;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.875rem;
  color: #2c3b4e;
}
.cart-products-price::before {
  content: attr(data-text-before);
  margin-right: 10px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cart-products-price {
    justify-content: flex-start;
    order: 0;
    font-size: 1rem;
  }
  .cart-products-price::before {
    display: none;
  }
}

.cart-products-price-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  font-weight: 700;
  order: 3;
  white-space: nowrap;
}
.cart-products-price-total::before {
  content: attr(data-text-before);
  margin-right: 10px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cart-products-price-total {
    justify-content: flex-start;
    order: 0;
  }
  .cart-products-price-total::before {
    display: none;
  }
}

.cart-products-count {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  grid-row-start: 2;
  grid-row-end: 4;
}
@media (min-width: 576px) {
  .cart-products-count {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
@media (min-width: 768px) {
  .cart-products-count {
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
@media (max-width: 767.98px) {
  .cart-products-count {
    justify-content: flex-start;
  }
}
.cart-products-count .counter-input-wrapper {
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .cart-products-count .counter-input-wrapper {
    height: 40px;
    position: relative;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .cart-products-count .counter-input-number {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .cart-products-count .counter-input-buttons {
    position: static;
  }
}
@media (max-width: 767.98px) {
  .cart-products-count .counter-minus-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .cart-products-count .counter-plus-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }
}

.cart-products-remove {
  order: 4;
}
@media (min-width: 768px) {
  .cart-products-remove {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    order: 0;
  }
}

.cart-transport-payment-summary-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.cart-transport-payment-choosen-select-wrapper + h2 {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cart-transport-payment-choosen-select-wrapper + h2 {
    margin-top: 50px;
  }
}
.cart-transport-payment-choosen-select-wrapper.hidden {
  display: none;
}

.cart-transport-payment-choosen + .cart-transport-payment-select {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cart-transport-payment-choosen + .cart-transport-payment-select {
    margin-top: 50px;
  }
}

.cart-transport-payment-select.hidden {
  display: none;
}

.cart-summary-products-wrapper {
  margin-bottom: 15px;
}
.cart-summary-products-wrapper .tile-product-item .tile-item-image {
  max-width: 100px;
}
@media (min-width: 768px) {
  .cart-summary-products-wrapper .tile-product-item .tile-item-info {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
  }
}
.cart-summary-products-wrapper .tile-product-item .tile-item-info .product-tile-item-price-wrapper {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .cart-summary-products-wrapper {
    margin-bottom: 15px;
  }
}

.cart-selection-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cart-selection-wrapper {
    margin-bottom: 50px;
  }
  .cart-selection-wrapper:last-of-type {
    margin-bottom: 0;
  }
}

.cart-selection-block-heading {
  font-size: 0.875rem;
  font-weight: 700;
  color: #8C8C8C;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  letter-spacing: 0.05em;
}
.cart-selection-block-heading.hidden {
  display: none;
}

.cart-selection-item {
  border: 1px solid #E0DEDC;
  position: relative;
  margin-bottom: 10px;
  background: #ffffff;
  transition: 250ms ease-in-out;
}
.cart-selection-item.disabled {
  background: #E0DEDC;
  opacity: 0.3;
  filter: grayscale(1);
}
.cart-selection-item.disabled .radio-label {
  cursor: not-allowed;
}
.cart-selection-item.hidden {
  display: none;
}
.cart-selection-item.hidden.active {
  display: block;
}
@media (min-width: 768px) {
  .cart-selection-item:last-of-type {
    margin-bottom: 0;
  }
}
.cart-selection-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 3px;
  height: 100%;
  pointer-events: none;
  background: #17b857;
  transition: all 150ms ease-in-out;
  transform: scaleY(0);
}
.cart-selection-item:hover, .cart-selection-item.active {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.cart-selection-item:hover::after, .cart-selection-item.active::after {
  transform: scaleY(1);
}
.cart-selection-item.active {
  border-color: transparent;
}
.cart-selection-item.active::after {
  transform: scaleY(1);
}
.cart-selection-item .radio-label,
.cart-selection-item .checkbox-label {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  padding: 10px 15px;
}
@media (min-width: 576px) {
  .cart-selection-item .radio-label,
.cart-selection-item .checkbox-label {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .cart-selection-item .radio-label,
.cart-selection-item .checkbox-label {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .cart-selection-item .radio-label,
.cart-selection-item .checkbox-label {
    padding: 10px 20px;
  }
}

.cart-selection-item-additional {
  padding-left: 15px;
  padding-right: 15px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .cart-selection-item-additional {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cart-selection-item-additional p {
  padding: 0;
  margin: 0;
}
.cart-selection-item-additional .select2-container {
  min-width: 100%;
}
.cart-selection-item-additional.active {
  padding-bottom: 15px;
  max-height: 500px;
  overflow: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .cart-selection-item-additional.active {
    padding-bottom: 30px;
  }
}

.cart-selection-image {
  width: 80px;
  height: 40px;
  margin-right: 15px;
  grid-row-start: span 2;
  align-self: center;
  flex: none;
}
@media (min-width: 576px) {
  .cart-selection-image {
    width: 120px;
    height: 60px;
    padding: 12px 0;
  }
}
@media (min-width: 768px) {
  .cart-selection-image {
    display: block;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .cart-selection-image {
    margin-right: 30px;
  }
}

.cart-selection-text {
  font-weight: 700;
}
@media (min-width: 576px) {
  .cart-selection-text {
    margin-right: 15px;
    width: calc(100% - 75px - 15px);
  }
}
@media (min-width: 768px) {
  .cart-selection-text {
    width: calc(100% - 150px - 15px);
  }
}
@media (min-width: 1200px) {
  .cart-selection-text {
    width: calc(100% - 200px - 15px);
  }
}

.cart-selection-price {
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .cart-selection-price {
    margin-left: auto;
  }
}

.cart-contact-information-summary-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.cart-contact-information-summary-wrapper p a {
  color: #8C8C8C;
  text-decoration: underline;
}
.cart-contact-information-summary-wrapper p a:hover {
  color: #3D4452;
}

.cart-contact-information-filter {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cart-contact-information-filter .input-button {
  width: 100%;
  margin-bottom: 10px;
  flex-grow: 1;
}
@media (min-width: 375px) {
  .cart-contact-information-filter .input-button {
    width: auto;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .cart-contact-information-filter .input-button {
    flex-grow: 0;
  }
}

.sidebar {
  width: 100%;
}
@media (min-width: 992px) {
  .sidebar {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .sidebar {
    height: auto !important;
  }
}
@media (max-width: 991.98px) {
  .sidebar .sidebar__inner {
    position: relative !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
  }
}

.cart-contact-information-checkboxes-wrapper {
  padding: 20px;
  background: #F7F5F4;
}

.mb-s {
  margin-bottom: 0.5rem !important;
}

.mb-m {
  margin-bottom: 1rem !important;
}

.mb-l {
  margin-bottom: 2rem !important;
}

.mb-xl {
  margin-bottom: 4rem !important;
}

.mb-xxl {
  margin-bottom: 8rem !important;
}

@media (max-width: 991.98px) {
  .cart-summary-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 2rem;
  }
  .cart-summary-box .sidebar-nav-user {
    margin-top: 0;
    padding: 0 4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cart-summary-box .sidebar-nav-user::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #d3ddea;
  }
  .cart-summary-box .sidebar-nav-hr {
    display: none;
  }
  .cart-summary-box .sidebar-nav-navigation {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin-left: 1rem;
  }
  .cart-summary-box .sidebar-nav-navigation__list {
    width: 100%;
    margin-left: 1rem;
  }
  .cart-summary-box .sidebar-nav-navigation__item {
    margin: 0;
    width: auto;
  }
  .cart-summary-box .sidebar-nav-navigation__link {
    padding: 1rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .cart-summary-box {
    padding: 1rem;
  }
  .cart-summary-box .sidebar-nav-user {
    padding: 1rem 2rem;
  }
  .cart-summary-box .sidebar-nav-user__icon {
    font-size: 2rem;
  }
  .cart-summary-box .sidebar-nav-user__name {
    font-size: 1rem;
  }
  .cart-summary-box .sidebar-nav-navigation__list {
    margin: 0;
  }
}
@media (max-width: 374.98px) {
  .cart-summary-box {
    flex-direction: column;
  }
  .cart-summary-box .sidebar-nav-user::after {
    display: none;
  }
  .cart-summary-box .sidebar-nav-navigation {
    margin: 0;
  }
}

.sidebar-nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
}
.sidebar-nav-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}
.sidebar-nav-user__icon {
  color: #DC620D;
  color: var(--color-primary);
  font-size: 4rem;
  margin-bottom: 1rem;
}
.sidebar-nav-user__name {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 800;
}
.sidebar-nav-user__email {
  margin-top: 0.5rem;
  color: #ffffff;
  font-weight: 700;
}
.sidebar-nav-hr {
  border: 0;
  border-bottom: 1px solid #d3ddea;
  margin: 2rem;
}
.sidebar-nav-navigation {
  font-size: 0.8rem;
  font-weight: 700;
}
.sidebar-nav-navigation__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-nav-navigation__item {
  cursor: pointer;
  position: relative;
  color: #ffffff;
  letter-spacing: 1px;
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + (2 * 30px));
  transition: all 0.1s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sidebar-nav-navigation__item svg {
  width: 1rem;
  height: 1rem;
  fill: #ffffff;
}
.sidebar-nav-navigation__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #DC620D;
  background-color: var(--color-primary);
  width: 4px;
  height: 100%;
  transform: scaleY(0);
  transition: all 0.2s;
}
@media (max-width: 991.98px) {
  .sidebar-nav-navigation__item::after {
    display: none !important;
  }
}
.sidebar-nav-navigation__item:hover, .sidebar-nav-navigation__item.active {
  background-color: rgba(255, 255, 255, 0.05);
}
.sidebar-nav-navigation__item:hover::after, .sidebar-nav-navigation__item.active::after {
  transform: scaleY(1);
}
.sidebar-nav-navigation__item:hover *, .sidebar-nav-navigation__item.active * {
  color: #DC620D;
  color: var(--color-primary);
  text-decoration: none;
}
.sidebar-nav-navigation__item:hover svg, .sidebar-nav-navigation__item.active svg {
  fill: #DC620D;
  fill: var(--color-primary);
}
.sidebar-nav-navigation__link {
  padding: 1rem 4rem;
  color: #ffffff;
  text-transform: none;
  display: block;
  width: 100%;
}
.sidebar-nav-navigation__link > *:first-child {
  margin-right: 0.75rem;
}
