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

/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

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

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: initial;
  height: 64px;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-button {
  transition: border-color 150ms ease;
}
.swiper-button:hover {
  border-color: #DC620D;
}
.swiper-button:hover::after {
  border-color: transparent #DC620D transparent transparent;
}
.swiper-button-prev, .swiper-button-next {
  color: #E0DEDC;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  margin-top: 0;
  transform: translateY(-50%);
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 0;
  height: 0;
  font-size: 0;
  border-style: solid;
  border-width: 5px 7px 5px 0;
  border-color: transparent currentColor transparent transparent;
  padding-right: 4px;
  transform: translateX(-3px);
  transition: border-color 150ms ease;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-next::after {
  transform: rotate(180deg) translateX(-3px);
}
.swiper__bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background-color: transparent;
  margin: 4px 8px;
  cursor: pointer;
  transition: background-color 75ms ease;
  border: 1px solid #DC620D;
}
@media (max-width: 991.98px) {
  .swiper__bullet {
    margin: 4px 6px;
  }
}
.swiper__bullet:hover, .swiper__bullet:active {
  background-color: #DC620D;
}
.swiper__bullet.active {
  background-color: #DC620D;
}
.swiper-pagination--white .swiper__bullet {
  border: 1px solid #ffffff;
}
.swiper-pagination--white .swiper__bullet:hover, .swiper-pagination--white .swiper__bullet:active {
  background-color: #ffffff;
}
.swiper-pagination--white .swiper__bullet.active {
  background-color: #ffffff;
}
.swiper-button-vertical.swiper-button-prev {
  margin-bottom: 16px;
}
.swiper-button-vertical.swiper-button-prev::after {
  transform: rotate(90deg) translateX(-3px);
}
.swiper-button-vertical.swiper-button-next {
  margin-top: 16px;
}
.swiper-button-vertical.swiper-button-next::after {
  transform: rotate(-90deg) translateX(-3px);
}
.swiper-button-emp {
  color: #3D4452;
  border: none;
  background-color: #F7F5F4;
  width: 48px;
  height: 48px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  font-size: 0;
  line-height: 0;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  opacity: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #f0f0f0;
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow::after {
  font-family: "icomoon";
  content: "";
  color: #DC620D;
  font-size: 24px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.slick-arrow.slick-prev {
  left: 12px;
}
.slick-arrow.slick-prev::after {
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}
.slick-arrow.slick-next {
  right: 12px;
}
.slick-arrow.slick-disabled, .slick-arrow.slick-disabled:hover {
  cursor: not-allowed;
}
.slick-arrow.slick-disabled::after, .slick-arrow.slick-disabled:hover::after {
  color: #f0f0f0 !important;
}

.slick-slider ul.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.slick-slider ul.slick-dots li {
  list-style-type: none;
  font-size: 0;
  line-height: 0;
}
.slick-slider ul.slick-dots li::before {
  display: none;
}
.slick-slider ul.slick-dots li button {
  display: inline-block;
  width: 32px;
  height: 6px;
  border-radius: 9999px;
  background-color: #f0f0f0;
  margin: 4px;
  cursor: pointer;
  transition: background-color 75ms ease;
}
@media (max-width: 991.98px) {
  .slick-slider ul.slick-dots li button {
    width: 16px;
    height: 4px;
  }
}
.slick-slider ul.slick-dots li button:focus {
  outline: none;
}
.slick-slider ul.slick-dots li.slick-active button {
  background: #DC620D;
  border-color: #DC620D;
}
@media (max-width: 991.98px) {
  .slick-slider ul.slick-dots {
    width: 100%;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (max-width: 374.98px) {
  .slick-slider {
    padding-bottom: 25px;
  }
}

.slick-slide a {
  vertical-align: middle;
}

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

.radio__group {
  accent-color: #DC620D;
}
.bg-contact-form .radio__group {
  color: #ffffff;
}
.radio__group--inline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.structure-img-right {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .structure-img-right {
    float: right;
    margin-left: 30px;
    max-width: calc(50% - 15px);
  }
}

.structure-img-left {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .structure-img-left {
    float: left;
    margin-right: 30px;
    max-width: 50%;
  }
}

.structure-img-center,
.structure-img-original {
  margin-bottom: 30px;
  text-align: center;
}

.realty-detail-broker-wrapper {
  margin: 0 auto 35px;
  max-width: 480px;
}

@media (min-width: 992px) {
  .realty-detail-broker-wrapper {
    width: 25%;
    float: right;
    margin-left: 35px;
    margin-bottom: 135px;
  }
}
figure {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
figure > .embed-responsive {
  margin-bottom: 0;
}
figure figcaption {
  text-align: left;
  padding: 20px 0;
  font-size: 14px;
  color: #3D4452;
}
figure figcaption strong {
  font-weight: 700;
}
figure figcaption p {
  margin-bottom: 15px !important;
}
figure figcaption p:last-of-type {
  margin-bottom: 0 !important;
}
figure.structure-img-right figcaption, figure.structure-img-left figcaption, figure.structure-img-original figcaption, figure.structure-img-center figcaption {
  margin-top: 2px;
}
figure.structure-img-center, figure.structure-img-original {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.gallery figure,
.gallery-tiles figure,
.paragraph figure {
  margin-bottom: 30px;
}
.gallery figure figcaption,
.gallery-tiles figure figcaption,
.paragraph figure figcaption {
  position: absolute;
  bottom: 15px;
  left: 0;
  max-width: calc(100% - 20px);
  color: #ffffff;
  background: #DC620D;
  padding: 10px 15px;
  border: none;
}
.gallery a:hover,
.gallery-tiles a:hover,
.paragraph a:hover {
  text-decoration: none;
}

.gallery-tiles.icons .gallery-tile {
  padding-bottom: 30px;
}
.gallery-tiles.icons .gallery-tile figure {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
}
.gallery-tiles.icons .gallery-tile figure::before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #DC620D;
  border-radius: 50%;
  z-index: 0;
}
.gallery-tiles.icons .gallery-tile figure img {
  position: relative;
  z-index: 1;
  max-width: 40px;
  max-height: 40px;
}
.gallery-tiles.icons .gallery-tile::after {
  display: none;
}
.gallery-tiles.icons .gallery-tile .gallery-tile-content {
  height: calc(100% - 105px);
}

.gallery-tile {
  padding-bottom: 60px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.gallery-tile.horizontal {
  flex-direction: row;
  text-align: left;
}
.gallery-tile.horizontal figure {
  margin-right: 30px;
  margin-bottom: 0;
}
.gallery-tile.horizontal .gallery-tile-content {
  height: auto !important;
  align-items: flex-start;
  width: calc(100% - 105px);
}
.gallery-tile.horizontal .gallery-tile-content p {
  text-align-last: left;
}
.gallery-tile img {
  aspect-ratio: 1;
}
.gallery-tile .btn {
  margin-top: auto;
  padding: 5px 25px;
  font-size: 14px;
}
.gallery-tile .gallery-tile-content p + .btn {
  margin-top: 20px;
}

.gallery-icon {
  width: auto;
  height: 50px;
}

.gallery-tile-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.gallery-tile-content p {
  text-align: start;
  text-align-last: start;
}
.gallery-tile-content p:last-of-type {
  margin-bottom: 0;
}

.lg-backdrop {
  background-color: #ffffff;
}

.lg-outer .lg-item {
  background: url(/build/images/loading.f7afc06a.svg) no-repeat center center #ffffff;
}

.light-lightgallery.lg-outer #lg-dropdown-overlay {
  background-color: rgba(255, 255, 255, 0.25);
}
.light-lightgallery.lg-outer .lg-thumb-outer {
  background-color: #f2f2f2;
}
.light-lightgallery.lg-outer .lg-toogle-thumb {
  background-color: #f2f2f2;
  color: #000000;
}
.light-lightgallery.lg-outer .lg-inner {
  background-color: #ffffff;
}
.light-lightgallery.lg-outer .lg-sub-html {
  background-color: rgba(255, 255, 255, 0.45);
  color: #000000;
}
.light-lightgallery.lg-outer .lg-toolbar {
  background-color: rgba(255, 255, 255, 0.45);
  color: #000000;
}
.light-lightgallery.lg-outer .lg-toolbar .lg-icon:hover {
  color: black;
}
.light-lightgallery.lg-outer .lg-actions .lg-next,
.light-lightgallery.lg-outer .lg-actions .lg-prev {
  background-color: rgba(255, 255, 255, 0.45);
  color: #000000;
}

.youtube-poster {
  position: relative;
}

.img-youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-youtube img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -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: 100%;
  height: 100%;
  object-fit: cover;
}

.img-blend-darken {
  mix-blend-mode: darken;
}

.js-image-zoom:hover img {
  opacity: 0;
}

.embed-responsive {
  margin-bottom: 30px;
}

.table-responsive {
  background: radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 10px 100%;
  margin-bottom: 0;
}
.table-responsive > .table {
  background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)), linear-gradient(to left, white 30%, rgba(255, 255, 255, 0)) 100% 0;
  background-size: 50px 100%;
  background-repeat: no-repeat;
  max-width: none;
  margin-bottom: 0;
}

.table {
  color: #3D4452;
  font-weight: 500;
  font-size: 0.935rem;
  letter-spacing: 0.025em;
}
.table td, .table td {
  padding: 12px;
}
.table thead {
  border-top: 0;
  background: #F7F5F4;
}
.table thead th {
  border-top: 0;
  border-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #2c3b4e;
}
.table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #E0DEDC;
}
.table tbody td {
  border: 0;
}
.table tbody td strong {
  color: #8C8C8C;
  font-weight: inherit;
}

.structure-section .table-responsive {
  margin-bottom: 30px;
}

.file-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px 170px 30px 30px;
  border-left: 4px solid #DC620D;
  border-left: 4px solid var(--color-primary);
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.file-item.file-item-pdf {
  padding: 0 0 30px 0 !important;
  background: transparent;
  border-top: 0;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-left: 0;
}
.file-item.file-item-pdf::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E0DEDC;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
  pointer-events: none;
}
.file-item.file-item-pdf header {
  width: 100%;
}
.file-item.file-item-pdf figure {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  aspect-ratio: 400/566;
  height: auto;
}
.file-item.file-item-pdf p {
  color: #8C8C8C;
}
.file-item.file-item-pdf img {
  aspect-ratio: 400/566;
}
.file-item.file-item-pdf:hover {
  text-decoration: none;
}
.file-item.file-item-pdf:hover::after {
  background: #DC620D;
  height: 3px;
}
.file-item__attrs {
  font-size: 0.875rem;
  font-weight: 700;
  color: #DC620D;
  letter-spacing: 0.025em;
}
@media (max-width: 991.98px) {
  .file-item {
    padding: 30px;
  }
  .file-item header {
    width: 100%;
  }
  .file-item .file-btn {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
}

.container div[class^=col-lg-] .file-item, .container div[class*=" col-lg-"] .file-item,
.container-content div[class^=col-lg-] .file-item,
.container-content div[class*=" col-lg-"] .file-item,
.tab-pane div[class^=col-lg-] .file-item,
.tab-pane div[class*=" col-lg-"] .file-item {
  padding: 30px;
}
.container div[class^=col-lg-] .file-item .file-btn, .container div[class*=" col-lg-"] .file-item .file-btn,
.container-content div[class^=col-lg-] .file-item .file-btn,
.container-content div[class*=" col-lg-"] .file-item .file-btn,
.tab-pane div[class^=col-lg-] .file-item .file-btn,
.tab-pane div[class*=" col-lg-"] .file-item .file-btn {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  transform: none;
}

@media (max-width: 1679.98px) {
  .container-full div[class^=col-lg-] .file-item, .container-full div[class*=" col-lg-"] .file-item,
.container-fluid div[class^=col-lg-] .file-item,
.container-fluid div[class*=" col-lg-"] .file-item {
    padding: 30px;
  }
  .container-full div[class^=col-lg-] .file-item .file-btn, .container-full div[class*=" col-lg-"] .file-item .file-btn,
.container-fluid div[class^=col-lg-] .file-item .file-btn,
.container-fluid div[class*=" col-lg-"] .file-item .file-btn {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
}

.faq-wrapper {
  margin-bottom: 30px;
}

.faq-header {
  padding: 25px 80px 25px 25px;
  position: relative;
  color: #3D4452;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #DC620D;
  border-bottom: 0;
  cursor: pointer;
}
.faq-header::after {
  font-family: "icomoon";
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(-90deg);
  color: #8C8C8C;
}
.faq-header.collapsed {
  border: 2px solid #F7F5F4;
  background: #F7F5F4;
}
.faq-header.collapsed::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-body {
  padding: 0px 25px;
  border: 2px solid #DC620D;
  border-top: 0;
}

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

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

.rating__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.rating__wrapper + .product-detail-main-description-actions-text {
  margin-left: 8px;
}
.rating__star {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  fill: #F0ECEA;
}
.rating__star.active {
  fill: #DC620D;
}
.articles-section {
  padding: 0 0 32px 0;
}
@media (min-width: 576px) {
  .articles-section {
    padding: 30px 0 80px 0;
  }
}
@media (min-width: 992px) {
  .articles-section {
    padding-bottom: 120px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity-discount__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.quantity-discount__item {
  position: relative;
  color: #8C8C8C;
  font-weight: 700;
}
.quantity-discount__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + (2 * 0.5rem));
  height: calc(100%);
  transform: translate(-50%, -50%);
  background-color: #F7F5F4;
  border-radius: 4px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.quantity-discount__item:hover::before {
  opacity: 1;
}
.quantity-discount__item.current {
  color: #5EB440;
}
.quantity-discount__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem 1.5rem;
  font-size: 0.935rem;
  padding: 6px 0 4px 0;
  color: inherit;
}
@media (max-width: 767.98px) {
  .quantity-discount__link {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
}
.quantity-discount__link:hover {
  color: #3D4452;
  text-decoration: none;
}
.quantity-discount__picture {
  display: flex;
  width: auto;
  height: auto;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .quantity-discount__picture {
    flex-basis: 100%;
  }
}
.quantity-discount__picture img {
  width: 4rem;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: multiply;
}
@media (max-width: 1199.98px) {
  .quantity-discount__picture img {
    width: 3rem;
  }
}
.quantity-discount__title {
  margin-right: auto;
}
@media (min-width: 576px) {
  .quantity-discount__picture + .quantity-discount__title {
    margin-left: -1rem;
  }
}
@media (max-width: 767.98px) {
  .quantity-discount__title {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .quantity-discount__meta {
    font-size: 0.875rem;
  }
}
.quantity-discount__value {
  flex: 0 0 6rem;
  text-align: end;
}
@media (max-width: 767.98px) {
  .quantity-discount__value {
    font-size: 0.875rem;
    flex: 0 0 5rem;
  }
}
.quantity-discount__foot {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  font-size: 1rem;
}
@media (max-width: 1679.98px) {
  .quantity-discount__foot {
    font-size: 0.875rem;
  }
}
@media (max-width: 1439.98px) {
  .quantity-discount__foot {
    font-size: 0.875rem;
  }
}
@media (max-width: 575.98px) {
  .quantity-discount__foot {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .quantity-discount__foot-input {
    flex-basis: 100%;
  }
}
.quantity-discount__foot-input .counter-input-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  min-width: 10rem;
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .quantity-discount__foot-input .counter-input-wrapper {
    min-width: 8rem;
  }
}
@media (max-width: 575.98px) {
  .quantity-discount__foot-input .counter-input-wrapper {
    justify-content: center;
  }
}
.quantity-discount__foot-input .counter-input-number > input {
  text-align: right;
  width: 80px;
}
@media (max-width: 1199.98px) {
  .quantity-discount__foot-input .counter-input-number > input {
    width: 60px;
  }
}
.quantity-discount__foot-input .counter-input-unit {
  margin-left: 0.5rem;
  font-weight: 700;
}
.quantity-discount__foot-input .counter-input-buttons {
  padding: 15px 0 11px;
  margin-left: auto;
}
.quantity-discount__foot-prices {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
@media (min-width: 576px) {
  .quantity-discount__foot-prices {
    margin-left: auto;
    text-align: end;
  }
}
@media (max-width: 575.98px) {
  .quantity-discount__foot-current {
    margin-left: initial;
  }
}
.quantity-discount__foot-saved {
  font-weight: 700;
  color: #5EB440;
  border-left: 1px solid #E0DEDC;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
}
@media (max-width: 1679.98px) {
  .quantity-discount__foot-saved {
    padding-left: 1rem;
    margin-left: 1rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-list-tiles-grid .product-tile-item-heading-info .availability {
  display: none;
}

.product-list-tiles-head {
  border-bottom: 1px solid #E0DEDC;
}
.product-list-tiles-head * {
  color: #8C8C8C;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.product-list-tiles-head__item--code {
  display: none;
}

.container-filter-products .product-tile-item {
  background: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.container-filter-products .product-tile-item.block-preloading .product-tile-item-foreground::after {
  opacity: 1;
}
.container-filter-products .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;
}
.container-filter-products .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 (max-width: 767.98px) {
  .container-filter-products .product-tile-item {
    min-height: auto !important;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .container-filter-products .product-tile-item {
    width: 50%;
  }
  .container-filter-products .product-tile-item:nth-of-type(2)::before {
    display: none;
  }
  .container-filter-products .product-tile-item:nth-of-type(2n + 1)::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .container-filter-products .product-tile-item {
    width: 33.333%;
  }
  .container-filter-products .product-tile-item:nth-of-type(2)::before, .container-filter-products .product-tile-item:nth-of-type(3)::before {
    display: none;
  }
  .container-filter-products .product-tile-item:nth-of-type(3n + 1)::after {
    display: none;
  }
  .container-filter-products .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;
  }
  .container-filter-products .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);
  }
  .container-filter-products .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: 1440px) and (max-width: 1920.98px) {
  .container-filter-products .product-tile-item {
    width: 25%;
  }
  .container-filter-products .product-tile-item:nth-of-type(2)::before, .container-filter-products .product-tile-item:nth-of-type(3)::before, .container-filter-products .product-tile-item:nth-of-type(4)::before {
    display: none;
  }
  .container-filter-products .product-tile-item:nth-of-type(4n + 1)::after {
    display: none;
  }
  .container-filter-products .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;
  }
  .container-filter-products .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);
  }
  .container-filter-products .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: 1921px) {
  .container-filter-products .product-tile-item {
    width: 20%;
  }
  .container-filter-products .product-tile-item:nth-of-type(2)::before, .container-filter-products .product-tile-item:nth-of-type(3)::before, .container-filter-products .product-tile-item:nth-of-type(4)::before, .container-filter-products .product-tile-item:nth-of-type(5)::before {
    display: none;
  }
  .container-filter-products .product-tile-item:nth-of-type(5n + 1)::after {
    display: none;
  }
  .container-filter-products .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;
  }
  .container-filter-products .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);
  }
  .container-filter-products .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) {
  .container-filter-products .product-tile-item + .product-tile-item::before, .container-filter-products .product-tile-item + .product-tile-item::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .container-filter-products .product-tile-item:hover .product-tile-item-foreground {
    position: absolute;
    top: 0;
    z-index: 4;
    height: auto;
  }
  .container-filter-products .product-tile-item:hover .product-tile-item-foreground::before {
    opacity: 1;
    pointer-events: all;
  }
  .container-filter-products .product-tile-item:hover .product-tile-item-text-variants {
    visibility: visible;
    opacity: 1;
    max-height: none;
    transform: translateY(0);
  }
  .container-filter-products .product-tile-item:hover .product-tile-item-extended-info {
    max-height: 500px;
    overflow: visible;
    opacity: 1;
    position: relative;
    pointer-events: all;
  }
  .container-filter-products .product-tile-item:hover .product-tile-item-variants {
    opacity: 1;
    pointer-events: all;
  }
  .container-filter-products .product-tile-item:hover .product-tile-tags-manufacturer {
    opacity: 1;
    display: flex;
  }
  .container-filter-products .product-tile-item:hover .product-tile-tags-icons {
    opacity: 0;
    display: none;
  }
}

.container-tags-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
  padding: 0 45px;
  gap: 24px;
}
@media (max-width: 1199.98px) {
  .container-tags-sort {
    flex-wrap: wrap;
    padding: 0 24px;
  }
}
@media (max-width: 767.98px) {
  .container-tags-sort {
    padding: 0 16px;
  }
}

.container-filter-products {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .container-filter-products {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    align-items: start;
    grid-template-columns: 280px 4fr;
    margin-bottom: 7rem;
  }
}
@media (min-width: 1440px) {
  .container-filter-products {
    grid-template-columns: 320px 4fr;
  }
}

.section-filter {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  width: calc(100% - 48px);
  height: calc(100vh - 70px);
  max-width: 400px;
  z-index: 12;
  transform: translateX(-100%);
  transition: transform 400ms ease;
  background-color: #ffffff;
}
.section-filter.visible {
  transform: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .section-filter {
    float: right;
    position: sticky;
    top: 0;
    height: auto;
    width: 100%;
    transform: none;
  }
}

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

.section-product-detail-accessories {
  padding: 24px 0 0;
}
@media (min-width: 768px) {
  .section-product-detail-accessories {
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .section-product-detail-accessories {
    margin-bottom: 60px;
  }
}
.section-product-detail-accessories .counter-input-cart {
  margin-left: 0;
}

.product-detail-accessories-tiles-wrapper {
  width: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .product-detail-accessories-tiles-wrapper {
    width: calc(100% - 320px);
    margin-left: -30px;
    margin-right: -30px;
  }
}

.product-detail-accessories-cart-wrapper {
  width: 100%;
  max-height: 350px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  order: 2;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 1440px) {
  .product-detail-accessories-cart-wrapper {
    width: 380px;
    max-height: 350px;
    justify-content: flex-end;
    order: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.product-detail-accessories-price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .product-detail-accessories-price-wrapper {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  .product-detail-accessories-price-wrapper {
    margin-bottom: 45px;
  }
}
.product-detail-accessories-price-wrapper .price-text {
  flex-grow: 1;
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .product-detail-accessories-price-wrapper .price-text {
    text-align: left;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .product-detail-accessories-price-wrapper .price-text {
    text-align: center;
  }
}
.product-detail-accessories-price-wrapper .price-wrapper {
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .product-detail-accessories-price-wrapper .price-wrapper {
    width: auto;
    text-align: left;
  }
}

.product-accessory-tile {
  flex-direction: column;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .product-accessory-tile {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
  }
}
.product-accessory-tile.tile-item::before {
  display: none;
}
.product-accessory-tile.tile-item::after {
  display: none;
  font-family: "icomoon" !important;
  content: "";
  width: 40px;
  height: 40px;
  background: transparent;
  color: #E0DEDC;
  font-size: 30px;
  left: -20px;
  top: 25%;
}
@media (min-width: 992px) {
  .product-accessory-tile.tile-item::after {
    display: block;
  }
}
.product-accessory-tile .tile-item-image {
  max-width: 100%;
  max-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  aspect-ratio: initial;
}
.product-accessory-tile .tile-item-image picture {
  display: block;
  width: 170px;
  max-height: 170px;
  height: 100%;
  aspect-ratio: 1;
}
.product-accessory-tile .tile-item-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.product-accessory-tile .product-tile-heading-wrapper {
  width: 100%;
  margin-bottom: auto;
}
.product-accessory-tile .product-tile-heading {
  text-align: left;
}
.product-accessory-tile .product-tile-item-price-count-wrapper {
  width: 100%;
  justify-content: space-between;
  margin-top: 15px;
}

.product-detail-accessories-cart-price-wrapper {
  width: 100%;
}
@media (min-width: 576px) {
  .product-detail-accessories-cart-price-wrapper {
    width: auto;
    min-width: 300px;
  }
}

.basic-parameter-wrapper {
  width: 100%;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #E0DEDC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.basic-parameter-wrapper h3 {
  margin-bottom: 0;
}
.basic-parameter-wrapper span {
  color: #8C8C8C;
  letter-spacing: 0.05em;
}

.advanced-parameter-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.advanced-parameter-wrapper > strong {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
  margin-right: 15px;
  font-size: 20px;
  color: #3D4452;
  border-radius: 9999px;
  background-color: #DC620D;
}
.advanced-parameter-wrapper > span {
  color: #8C8C8C;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-product-detail-main {
  padding-top: 0;
}
@media (min-width: 768px) {
  .section-product-detail-main {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .section-product-detail-main {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.compatible-wrapper {
  background-color: #F7F5F4;
  padding: 30px;
}
.compatible-wrapper + .compatible-wrapper {
  margin-top: 30px;
}

.compatible-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 5px;
  margin-bottom: 0 !important;
}
.compatible-grid li {
  margin-bottom: 0 !important;
}
@media (min-width: 576px) {
  .compatible-grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}
@media (min-width: 992px) {
  .compatible-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
  }
}
@media (min-width: 1440px) {
  .compatible-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.assembler {
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  grid-gap: 2px 0;
}
.assembler thead,
.assembler tbody,
.assembler tr {
  display: contents;
}
.assembler td {
  padding: 16px;
}
.assembler tr:not(:last-child) td {
  border-bottom: 2px solid #E0DEDC;
}
.assembler__wrapper {
  width: 100%;
  padding: 32px 0 48px;
}
.assembler > *:not(:nth-child(3n+3)) {
  background-color: red;
  padding: 16px 32px 16px 0;
}

.assembler-parameter__thumbnails {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  background-color: #ffffff;
  padding: 16px 0;
}
.assembler-parameter__thumbnail {
  border-radius: 999px;
  width: 44px;
  height: 44px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .assembler-parameter__thumbnail {
    width: 40px;
    height: 40px;
  }
}
.assembler-parameter__thumbnail:not(:first-of-type) {
  margin-left: -24px;
}
@media (max-width: 575.98px) {
  .assembler-parameter__thumbnail:not(:first-of-type) {
    margin-left: -28px;
  }
}
.assembler-parameter__thumbnail--empty {
  color: #e2e2e2;
  box-shadow: none;
  border: 2px dashed currentColor;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.assembler-parameter__thumbnail--empty::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  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);
}
.assembler-parameter__thumbnail-picture {
  display: block;
  width: 100%;
  height: 100%;
}
.assembler-parameter__thumbnail-picture img {
  width: 100%;
  height: 100%;
}
.assembler-parameter__body {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  padding: 16px 32px;
  background-color: #ffffff;
}
@media (max-width: 575.98px) {
  .assembler-parameter__body {
    padding: 16px;
  }
}
.assembler-parameter__body-title {
  font-size: 0.625rem;
  color: #8C8C8C;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.assembler-parameter__body-current {
  font-size: 0.875rem;
  color: #2c3b4e;
}
.assembler-parameter.active > * {
  z-index: 999;
  border-color: #ffffff !important;
}
.assembler-parameter.active .assembler-option__button-icon {
  transform: rotate(45deg);
}
.assembler-parameter.active .assembler-option__container {
  display: block;
}

.assembler-option {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  position: relative;
  /* === CONTAINER === */
}
.assembler-option__button {
  margin-left: auto;
  min-width: 160px;
}
.assembler-option__button:active, .assembler-option__button:focus {
  outline: none !important;
  box-shadow: none !important;
}
@media (max-width: 575.98px) {
  .assembler-option__button {
    width: 40px;
    height: 40px;
    min-width: initial;
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .assembler-option__button-text {
    display: none;
  }
}
.assembler-option__button-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
  transition: transform 250ms ease;
}
@media (min-width: 576px) {
  .assembler-option__button-icon.plus {
    display: none;
  }
}
.assembler-option__button-icon.check {
  display: none;
}
.assembler-option--completed .assembler-option__button {
  color: #17b857;
  border: 2px solid #17b857;
  background-color: #ffffff;
}
.assembler-option--completed .assembler-option__button:hover, .assembler-option--completed .assembler-option__button:active {
  color: #ffffff;
  background-color: #17b857;
}
.assembler-option--completed .assembler-option__button > * {
  display: none;
}
.assembler-option--completed .assembler-option__button-icon.check {
  display: initial;
}
.assembler-option__container {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
  background-color: #ffffff;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 1199.98px) {
  .assembler-option__container {
    padding-top: 48px;
  }
}
@media (max-width: 575.98px) {
  .assembler-option__container {
    padding-top: 24px;
  }
}
.assembler-option__container-head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
@media (max-width: 1199.98px) {
  .assembler-option__container-head {
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .assembler-option__container-head {
    justify-content: center;
  }
}
.assembler-option__container-title {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .assembler-option__container-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 575.98px) {
  .assembler-option__container-title {
    font-size: 1.5rem;
  }
}
.assembler-option__container-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding: 24px 0 64px;
}
@media (max-width: 1199.98px) {
  .assembler-option__container-filter {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .assembler-option__container-filter {
    padding: 0 0 32px;
    gap: 12px 16px;
  }
}
@media (max-width: 575.98px) {
  .assembler-option__container-filter > .input-button {
    width: 100%;
  }
}
.assembler-option__close-button {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 64px;
  height: 64px;
  aspect-ratio: 1;
  padding: 0;
}
.assembler-option__close-button:hover svg, .assembler-option__close-button:active svg {
  stroke: #DC620D;
  transform: none;
}
.assembler-option__close-button svg {
  width: 100%;
  height: 100%;
  stroke: #cacaca;
  stroke-width: 1px;
  transition: 250ms ease-in-out;
  transition-property: stroke, transform;
  transform: rotate(-90deg);
}
@media (max-width: 1199.98px) {
  .assembler-option__close-button {
    position: initial;
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 575.98px) {
  .assembler-option__close-button {
    display: none;
  }
}

.option-swatch {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.option-swatch:hover .option-swatch__zoom-link {
  transform: none;
  opacity: 1;
}
.option-swatch__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 48px;
}
@media (max-width: 767.98px) {
  .option-swatch__wrapper {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-gap: 16px;
  }
}
.option-swatch__input {
  display: block;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  height: 0;
  width: 0;
}
.option-swatch__input:checked + * {
  color: #DC620D;
}
.option-swatch__input:checked + * .option-swatch__image {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.option-swatch__input:checked + * .option-swatch__image::before, .option-swatch__input:checked + * .option-swatch__image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.option-swatch__input:checked + * .option-swatch__image::before {
  background-color: currentColor;
  border-radius: 999px;
  width: 56px;
  height: 56px;
}
.option-swatch__input:checked + * .option-swatch__image::after {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  -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/check.90b4bc55.svg);
  mask-image: url(/build/images/check.90b4bc55.svg);
}
.option-swatch__input:checked + * .option-swatch__title {
  color: currentColor;
  font-weight: 500;
}
.option-swatch__label {
  cursor: pointer;
  margin-bottom: 0;
}
.option-swatch__image {
  display: block;
  background-color: #f7f7f7;
  aspect-ratio: 1;
  margin-bottom: 16px;
  position: relative;
}
.option-swatch__image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .option-swatch__image {
    margin-bottom: 8px;
  }
}
.option-swatch__title {
  color: #3D4452;
  font-size: 0.875rem;
  font-weight: 400;
  max-width: 100%;
  line-height: 1;
  display: block;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  .option-swatch__title {
    font-size: 0.75rem;
  }
}
.option-swatch__zoom-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 150ms;
  transition-property: background-color, opacity;
  opacity: 0;
  color: rgba(255, 255, 255, 0.85);
}
.option-swatch__zoom-link:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.option-swatch__zoom-link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.option-swatch__zoom-link img {
  display: none;
}
@media (hover: none) {
  .option-swatch__zoom-link {
    opacity: 1;
  }
}

.product-gallery {
  padding: 24px 48px;
  border-top: 2px solid #E0DEDC;
}
@media (max-width: 991.98px) {
  .product-gallery {
    display: none;
  }
}
.product-gallery.slick-slider ul.slick-dots {
  position: relative;
  width: 100%;
  left: auto;
  bottom: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-top: 15px;
}
.product-gallery .slick-slide {
  margin: 0 24px;
  height: auto;
  aspect-ratio: 1;
}
.product-gallery .slick-slide > div {
  display: flex;
}
@media (min-width: 1680px) {
  .product-gallery {
    height: 100%;
    width: 100%;
  }
  .product-gallery .slick-arrow {
    transform: translateY(-50%);
  }
  .product-gallery .slick-arrow.slick-prev {
    left: 24px;
    top: 50%;
  }
  .product-gallery .slick-arrow.slick-next {
    right: 24px;
    top: 50%;
  }
}
.product-gallery .slick-arrow:hover::after, .product-gallery .slick-arrow:active::after {
  color: #DC620D;
}

.container-slider-related-products {
  overflow-x: hidden;
  padding-top: 2.5rem;
}
@media (max-width: 767.98px) {
  .container-slider-related-products {
    padding-top: 0;
  }
}

.slider-related-products {
  overflow: visible;
}
.slider-related-products .container-filter-products .product-tile-item {
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  .slider-related-products .swiper-wrapper {
    padding-bottom: 0;
  }
  .slider-related-products .swiper-wrapper + .swiper-pagination {
    padding-bottom: 3rem;
    margin-top: -4rem;
  }
}
.slider-related-products__item {
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
}
.slider-related-products__item.swiper-slide {
  transform: none;
}
.slider-related-products__item + .slider-related-products__item::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #E0DEDC;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .slider-related-products__item + .slider-related-products__item::before {
    height: calc(100% - 20px);
    top: 10px;
  }
}
@media (min-width: 375px) {
  .slider-related-products__item + .slider-related-products__item::before {
    display: initial;
  }
}
.slider-related-products__item:hover::before {
  display: none;
}
.slider-related-products__item:hover + .slider-related-products__item::before {
  display: none;
}
.slider-related-products__item .product-tile-item-image a {
  padding: 0;
}
@media (min-width: 576px) {
  .slider-related-products__item .product-tile-item-image a {
    padding: 48px;
  }
}
.slider-related-products__item .product-tile-item-foreground:not(.with-variants)::before {
  width: 100%;
  transform: translate3d(-50%, -15px, 0);
}
.slider-related-products__item .product-tile-item-action-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
@media (min-width: 768px) {
  .slider-related-products__item .product-tile-item-action-wrapper {
    margin-left: -35px;
    margin-right: -35px;
    width: calc(100% + 70px);
  }
}

.structure-content p {
  color: #3D4452;
  font-size: 0.935rem;
  line-height: 2;
  text-align: justify;
}
.structure-content p a {
  color: #DC620D;
  text-decoration: none;
}
.structure-content p a:hover, .structure-content p a:active {
  color: #c4570c;
  text-decoration: underline;
}

.review {
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 32px 64px 32px 32px;
}
@media (max-width: 991.98px) {
  .review {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .review {
    box-shadow: none;
    padding: 0;
  }
}
.review + .review {
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .review + .review {
    border-top: 1px solid #E0DEDC;
    padding-top: 24px;
    margin-top: 24px;
  }
}
.review__user-image-wrapper {
  flex: 0 0 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
@media (max-width: 1199.98px) {
  .review__user-image-wrapper {
    display: none;
  }
}
.review__user-image {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F7F5F4;
  border-radius: 999px;
  overflow: hidden;
}
.review__user-image img {
  width: 100%;
  height: 100%;
}
.review__body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 48px;
}
.review__body--response {
  flex-basis: 100%;
  margin-top: 2rem;
  border-top: 1px solid #E0DEDC;
  padding-top: 2rem;
}
.review__body-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  flex-grow: 1;
}
.review__name {
  flex: 0 0 auto;
  color: #2c3b4e;
  text-transform: none;
}
.review__rating-wrapper {
  flex: 0 0 auto;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.review__rating-label {
  display: flex;
  column-gap: 7px;
}
.review__rating-value {
  color: #DC620D;
  font-weight: bold;
  height: 20px;
}
.review__total-percentage {
  color: #DC620D;
  margin-left: 15px;
}
.review__date {
  color: #8C8C8C;
}
.review__result {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.review__result-icon {
  width: 12px;
  height: 12px;
  margin-right: 6px;
  fill: currentColor;
}
.review__result-text {
  color: currentColor;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (min-width: 576px) {
  .review__result-text {
    text-transform: uppercase;
  }
}
@media (min-width: 576px) {
  .review__result {
    margin-left: auto;
  }
}
.review__description {
  width: 100%;
  font-size: 0.935rem;
  line-height: 1.75;
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .review__description {
    font-size: 0.875rem;
  }
}
.review__items {
  display: flex;
  width: 100%;
}
.review__items .row {
  width: 100%;
}
.review__item {
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin-bottom: 0.5rem;
}
.review__item__icon {
  width: 18px;
  height: 18px;
  display: block;
}
.review__item--pros .review__item__icon {
  fill: #5EB440;
}
.review__item--cons .review__item__icon {
  fill: #e40421;
}
.review__spec-rating-wrapper {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 991.98px) {
  .review__spec-rating-wrapper {
    flex-basis: 100%;
  }
}

.spec-rating {
  display: grid;
  grid-template-columns: max-content min-content;
  align-items: center;
  grid-gap: 8px 16px;
}
.spec-rating__text {
  color: #3D4452;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.review-items {
  margin-bottom: 1.5rem;
}
.review-items__header {
  display: flex;
  margin-bottom: 0.5rem;
}
.review-items__header span {
  font-size: 1.075rem;
  color: #ffffff;
}
.review-items__wrapper {
  display: flex;
  flex-direction: column;
}
.review-items__wrapper .review-item {
  margin-bottom: 0.5rem;
}
.review-items__wrapper .review-item-add__link {
  display: flex;
  align-content: center;
  color: #ffffff;
}
.review-items__wrapper .review-item-add__link:hover {
  color: #DC620D;
}

.radio-group {
  margin-bottom: 1rem;
}
.radio-group .form-group {
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  column-gap: 7px;
}
.radio-group label {
  margin-bottom: 0;
}
