@charset "UTF-8";
.clearfix::after, .cart__item::after, .row::after, .container::after {
  content: "";
  display: table;
  clear: both;
}

.responsive-hidden {
  display: none !important;
}

.responsive-visible {
  display: initial !important;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media screen and (min-width: 480px) {
  .visible-xs {
    display: initial !important;
  }
}

@media screen and (min-width: 480px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media screen and (min-width: 480px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 480px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 768px) {
  .visible-sm {
    display: initial !important;
  }
}

@media screen and (min-width: 768px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 768px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 992px) {
  .visible-md {
    display: initial !important;
  }
}

@media screen and (min-width: 992px) {
  .visible-md-block {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 992px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1400px) {
  .visible-lg {
    display: initial !important;
  }
}

@media screen and (min-width: 1400px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media screen and (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media screen and (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

.hidden {
  display: none !important;
}

@media screen and (min-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 1400px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: initial !important;
  }
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.desktop-only {
  display: none !important;
}
@media (min-width: 992px) {
  .desktop-only {
    display: block !important;
  }
}

.mobile-only {
  display: block !important;
}
@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

.mb-0 {
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul,
li {
  padding: 0;
  margin: 0;
}

@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}
.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 {
  position: relative;
}

.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-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.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[aria-selected] {
  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;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.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__remove {
  margin-left: 2px;
  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[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.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--highlighted[aria-selected] {
  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;
  margin-right: 10px;
}

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

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

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.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;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

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

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

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

.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[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: auto;
  touch-action: auto;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: none !important;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html {
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.5;
  font-family: "muli", sans-serif;
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

a {
  color: var(--color-black);
  text-decoration: none;
}

h1 {
  font-size: 2.369rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.777rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.333rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

h5 {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

ul {
  line-height: 1.7;
}

.text-weight-thin {
  font-weight: 100;
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-regular {
  font-weight: 400;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-black {
  font-weight: 900;
}

/**
 * Inline text elements:
 * Boilerplate comes with default inline text element stylings.
 *
 *     @example
 *     <p>You can use the mark tag to <mark>highlight</mark> text.</p>
 *     <p><del>This line of text is meant to be treated as deleted text.</del></p>
 *     <p><s>This line of text is meant to be treated as no longer accurate.</s></p>
 *     <p><ins>This line of text is meant to be treated as an addition to the document.</ins></p>
 *     <p><u>This line of text will render as underlined</u></p>
 *     <p><small>This line of text is meant to be treated as fine print.</small></p>
 *     <p><strong>This line rendered as bold text.</strong></p>
 *     <p><em>This line rendered as italicized text.</em></p>
 *
 */
/**
 * Inline text alignment:
 * You may align text using utility classes.
 *
 *     @example
 *     <p class="text-align-left">Aligned on the left</p>
 *     <p class="text-align-center">Aligned at center</p>
 *     <p class="text-align-right">Aligned on the right</p>
 *
*/
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}

::selection {
  background: var(--color-selection);
}

.text-truncate, .cart-item__description .product-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-multiline-truncate, .product-page__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text--color-discount-red {
  color: var(--color-discount);
}

/**
 * Container:
 * Create a container using `.container` class.
 *
 * There are three max container widths, depending on the screen width:
 *
 * `$container-sm: 720px + 2 * $grid-gutter-width-sm`
 *
 * `$container-md: 1020px + 2 * $grid-gutter-width-md`
 *
 * `$container-lg: 1200px + 2 * $grid-gutter-width-lg`
 *
 *     @example
 *     <div class="container"></div>
 *
 */
.container {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding-right: calc(2rem / 2);
    padding-left: calc(2rem / 2);
    max-width: 960px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    padding-right: calc(2rem / 2);
    padding-left: calc(2rem / 2);
    max-width: 1160px;
  }
}

.row {
  margin-right: -1rem;
  margin-left: -1rem;
}
@media screen and (max-width: 991px) {
  .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

.row--vertical-align {
  display: flex;
  align-items: center;
}

/**
 * Screen sizes and media queries:
 * There are 4 predefined screen sizes written as variables, which may be shorthanded using responsive mixin. Keep in mind - everything is written as mobile-first.
 *
 * `$screen-xs: 480px;` or `@include mobile {}`
 *
 * `$screen-sm: 768px;` or `@include tablet {}`
 *
 * `$screen-md: 992px;` or `@include laptop {}`
 *
 * `$screen-lg: 1600px;` or `@include desktop {}`
 *
 */
/**
 * Grid:
 * Grid contains `$grid-columns` columns on `-xs`, `-sm`, `-md` and `-lg` breakpoints.
 *
 * As an utility, columns come with a `col-{size}-push-{number}`, `col-{size}-pull-{number}` and `col-{size}-offset-{number}` classes.
 *
 *     @example
 *     <div class="row">
 *      <div class="col-xs-1 col-sm-2 col-md-3 col-lg-4"></div>
 *      <div class="col-xs-1 col-sm-2 col-md-3 col-lg-4"></div>
 *      <div class="col-xs-1 col-sm-2 col-md-3 col-lg-4"></div>
 *      <div class="col-xs-1 col-sm-2 col-md-3 col-lg-4"></div>
 *      <div class="col-xs-1 col-sm-2 col-md-3 col-lg-4"></div>
 *      <div class="col-xs-1 col-sm-2 col-md-3 col-lg-4"></div>
 *      <div class="col-xs-1 col-sm-2 col-md-3 col-lg-4"></div>
 *      <div class="col-xs-1 col-sm-2 col-md-3 col-lg-4"></div>
 *      <div class="col-xs-1 col-sm-2 col-md-3 col-lg-4"></div>
 *      <div class="col-xs-1 col-sm-2 col-md-3 col-lg-4"></div>
 *      <div class="col-xs-1 col-sm-2 col-md-3 col-lg-4"></div>
 *      <div class="col-xs-1 col-sm-2 col-md-3 col-lg-4"></div>
 *     </div>
 *
 */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 991px) {
  .col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container .col-sm-1,
.container .col-sm-2,
.container .col-sm-3,
.container .col-sm-4,
.container .col-sm-5,
.container .col-sm-6,
.container .col-sm-7,
.container .col-sm-8,
.container .col-sm-9,
.container .col-sm-10,
.container .col-sm-11,
.container .col-sm-12 {
    float: left;
  }
  .container .col-sm-1 {
    width: 8.3333333333%;
  }
  .container .col-sm-2 {
    width: 16.6666666667%;
  }
  .container .col-sm-3 {
    width: 25%;
  }
  .container .col-sm-4 {
    width: 33.3333333333%;
  }
  .container .col-sm-5 {
    width: 41.6666666667%;
  }
  .container .col-sm-6 {
    width: 50%;
  }
  .container .col-sm-7 {
    width: 58.3333333333%;
  }
  .container .col-sm-8 {
    width: 66.6666666667%;
  }
  .container .col-sm-9 {
    width: 75%;
  }
  .container .col-sm-10 {
    width: 83.3333333333%;
  }
  .container .col-sm-11 {
    width: 91.6666666667%;
  }
  .container .col-sm-12 {
    width: 100%;
  }
  .container .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .container .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .container .col-sm-push-3 {
    left: 25%;
  }
  .container .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .container .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .container .col-sm-push-6 {
    left: 50%;
  }
  .container .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .container .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .container .col-sm-push-9 {
    left: 75%;
  }
  .container .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .container .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .container .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .container .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .container .col-sm-pull-3 {
    right: 25%;
  }
  .container .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .container .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .container .col-sm-pull-6 {
    right: 50%;
  }
  .container .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .container .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .container .col-sm-pull-9 {
    right: 75%;
  }
  .container .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .container .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .container .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .container .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .container .col-sm-offset-3 {
    margin-left: 25%;
  }
  .container .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .container .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .container .col-sm-offset-6 {
    margin-left: 50%;
  }
  .container .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .container .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .container .col-sm-offset-9 {
    margin-left: 75%;
  }
  .container .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .container .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("/src/fonts/icon-font/fonts/icomoon.eot?b1oqwb");
  src: url("/src/fonts/icon-font/fonts/icomoon.eot?b1oqwb#iefix") format("embedded-opentype"), url("/src/fonts/icon-font/fonts/icomoon.ttf?b1oqwb") format("truetype"), url("/src/fonts/icon-font/fonts/icomoon.woff?b1oqwb") format("woff"), url("/src/fonts/icon-font/fonts/icomoon.svg?b1oqwb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"], .icon, .breadcrumb__item::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-image:before {
  content: "\e917";
}

.icon-images:before {
  content: "\e918";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-cart:before {
  content: "\e904";
}

.icon-chevron-down:before {
  content: "\e905";
}

.icon-chevron-right:before {
  content: "\e906";
}

.icon-chevron-up:before {
  content: "\e907";
}

.icon-credit-card:before {
  content: "\e908";
}

.icon-delivery:before {
  content: "\e909";
}

.icon-percent:before {
  content: "\e916";
}

.icon-discount:before {
  content: "\e915";
}

.icon-custom-right-arrow-long:before {
  content: "\e913";
}

.icon-custom-checked-round .path1:before {
  content: "\e911";
  color: rgb(12, 149, 117);
}

.icon-custom-checked-round .path2:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-custom-fb-gray:before {
  content: "\e90e";
  color: #bfbfbf;
}

.icon-custom-ig-gray:before {
  content: "\e90f";
  color: #bfbfbf;
}

.icon-custom-yt-gray:before {
  content: "\e910";
  color: #bfbfbf;
}

.icon-custom-arrow-left:before {
  content: "\e90c";
}

.icon-custom-arrow-right:before {
  content: "\e90d";
}

.icon-delete:before {
  content: "\e90a";
}

.icon-checkmark:before {
  content: "\e90b";
  color: #fff;
}

.icon-facebook:before {
  content: "\e900";
  color: #fff;
}

.icon-instagram:before {
  content: "\e901";
  color: #fff;
}

.icon-twitter:before {
  content: "\e902";
  color: #fff;
}

.icon-custom-icon-remove:before {
  content: "\e914";
  color: #979797;
}

.loader-holder {
  min-height: 100vh;
}

.loader,
.loader:before,
.loader:after {
  background: #ccc;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #ccc;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.button {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--color-primary);
  color: var(--color-text-invert);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-decoration: none;
  border-radius: 6px;
  cursor: pointer;
}
@media (min-width: 1400px) {
  .button {
    transition: opacity ease-in-out 0.2s, transform ease-in-out 0.2s, color ease-in-out 0.2s;
  }
  .button:hover {
    opacity: 0.8;
  }
  .button:active {
    transform: scale(0.95);
  }
}

.button--type-ghost {
  border: 0;
}

.button--size-block {
  display: block;
  text-align: center;
}

.button--color-green {
  background-color: var(--color-success);
  color: var(--color-success-text);
}

.button--color-invert {
  background-color: var(--color-text-invert);
  color: var(--color-text);
}

.button-group {
  border: 0;
  display: flex;
  align-items: center;
}
.button-group > .button {
  border-radius: 0;
  border-right: 1px solid var(--color-white);
}
.button-group > .button:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.button-group > .button:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right: 0;
}
.button-group > .form-control {
  padding: 0;
}

.badge {
  padding: 4px 8px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  background-color: var(--color-primary);
  color: var(--color-text-invert);
  line-height: 1;
  text-decoration: none;
}
@media (min-width: 1400px) {
  .badge {
    transition: opacity ease-in-out 0.2s, transform ease-in-out 0.2s, color ease-in-out 0.2s;
  }
  .badge:hover {
    color: var(--color-text-invert);
    opacity: 0.9;
  }
  .badge:active {
    transform: scale(0.95);
  }
}
.badge--linethrough {
  text-decoration: line-through;
}
.badge--smaller {
  font-size: 14px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 70px white inset !important;
}

.form {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .form {
    max-width: 600px;
    margin: 20px auto 20px auto;
    background-color: var(--color-white);
    border-radius: 0.9375rem;
  }
}

.form-control {
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid var(--color-separators);
  position: relative;
}
.form-control > textarea {
  resize: none;
  min-height: 72px;
}
.form-control > .search-dropdown {
  position: absolute;
  z-index: 2;
  top: calc(100% - 4px);
  border: 1px solid var(--color-separators);
  background-color: var(--color-background-third);
  border-radius: 0 0 4px 4px;
  left: -1px;
  right: -1px;
  border-top: 0;
  list-style-type: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.11px;
  max-height: 140px;
  overflow-y: auto;
}
.form-control > .search-dropdown li {
  padding: 12px 12px;
  cursor: pointer;
}
.form-control > .search-dropdown li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.form-control > label {
  position: absolute;
  top: -1px;
  left: 12px;
  transform: translate3d(0, 17px, 0);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.09px;
  z-index: 1;
  pointer-events: none;
}
.form-control > input, .form-control > select, .form-control > textarea {
  font-family: "muli", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 24px 12px 8px;
  box-sizing: border-box;
  height: 56px;
  background-color: var(--color-background-third);
  width: 100%;
  border: 0;
  outline: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.11px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 4px;
  color: var(--color-text);
}
.form-control > input:focus ~ label, .form-control > input:not(:placeholder-shown) ~ label, .form-control > textarea:focus ~ label, .form-control > textarea:not(:placeholder-shown) ~ label {
  transform: translate3d(0, 6px, 0);
  transition: transform 0.4s ease-in-out;
  color: var(--color-text-light);
}
.form-control > input::placeholder, .form-control > textarea::placeholder {
  color: transparent;
}
.form-control > select {
  color: transparent;
}
.form-control > select:not([data-value=""]) {
  color: inherit;
}
.form-control > select:not([data-value=""]) ~ label {
  transform: translate3d(0, 6px, 0);
  color: var(--color-gray);
}
.form-control > select:not([data-value=""]) ~ .icon, .form-control > select:not([data-value=""]) ~ .breadcrumb__item::after {
  transform: translate3d(0, -13px, 0);
  transition: transform 0.4s ease-in-out;
}
.form-control > select ~ label {
  transform: translate3d(0, 17px, 0);
  color: var(--color-black);
}
.form-control > select ~ .icon, .form-control > select ~ .breadcrumb__item::after {
  position: absolute;
  font-size: 6px;
  right: 12px;
  bottom: 10px;
  transform: translate3d(0, -22px, 0);
  z-index: 2;
}
.form-control.form-control--is-invalid {
  border: 1px solid var(--color-danger);
}
.form-control.form-control--is-invalid label {
  color: var(--color-danger);
}
.form-control.form-control--no-border {
  border-width: 0;
}

.feedback-message {
  margin-top: -6px;
  margin-bottom: 12px;
  padding: 8px 12px;
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.feedback-message::before {
  position: absolute;
  content: "";
  border: 5px solid;
  border-color: inherit;
  z-index: -1;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg);
  top: -4px;
}
.feedback-message.feedback-message--color-error {
  font-size: 0.75rem;
  background-color: var(--color-danger);
  border-color: var(--color-danger);
  color: var(--color-white);
}

.aspect-ratio {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.aspect-ratio-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.aspect-ratio-inner--vertical {
  padding-top: 56.25%;
}

.footer {
  background-color: var(--color-background-secondary);
  color: var(--color-white);
  padding: 2rem 0;
  font-weight: 700;
}
.footer .separator {
  opacity: 0.3;
}

.footer-social__list {
  list-style-type: none;
}

.footer__col {
  margin-bottom: 1rem;
}

.footer-social__item {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid var(--color-text-invert);
  color: var(--color-text-invert);
  display: inline-flex;
  margin-right: 5px;
}
.footer-social__item i:before {
  color: var(--color-text-invert);
}

.footer-social__link {
  text-decoration: none;
  color: inherit;
  border-radius: 50%;
  width: 100%;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  display: inline-block;
}
.footer-social__link img {
  display: block;
  margin: 0 auto;
  padding: 11px 0;
}

.separator {
  margin: 1rem 0;
  border: 0;
  border-bottom: 1px solid var(--color-separators);
  width: 100%;
  display: inline-block;
}

.footer-list {
  list-style-type: none;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .footer-list {
    margin-bottom: 0;
  }
}
.footer-list__item {
  padding-bottom: 12px;
  line-height: 1.5;
}
.footer-list__item:last-child {
  padding-bottom: 0;
}
.footer-list__link {
  color: var(--color-text-invert);
  text-decoration: none;
  font-size: 13px;
}
@media screen and (max-width: 991px) {
  .footer-list__link {
    font-size: 14px;
  }
}
.footer-list__link:hover, .footer-list__link:focus {
  opacity: 0.6;
}

.footer-list__title {
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--color-text-invert);
}
@media screen and (max-width: 991px) {
  .footer-list__title {
    font-size: 20px;
  }
}

.footer-signature {
  text-align: center;
  font-size: 0.75rem;
  color: var(--color-text-invert);
}
.footer-signature__link {
  color: inherit;
  text-decoration: underline;
  transition: color 0.4s;
  font-size: 0.75rem;
}
.footer-signature__link:hover {
  color: var(--color-text-invert);
  text-decoration: underline;
}

.footer__credit-cards {
  text-align: center;
}

.footer__credit-card {
  display: inline-block;
  text-decoration: none;
  height: 24px;
  margin: 0 4px;
  overflow: hidden;
}
.footer__credit-card > img {
  height: 100%;
  width: auto;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .footer__credit-card {
    height: 40px;
    margin: 0 8px;
  }
}

.footer__credit-card--background-white {
  background-color: var(--color-white);
}

.header {
  background-color: var(--color-background);
  border-bottom: 1px solid var(--color-header-border);
  position: sticky;
  top: 0;
  z-index: 100;
  transition: color 0.4s ease-in-out;
}
.header > .container {
  background-color: var(--color-background-third);
  z-index: 6;
}
@media screen and (min-width: 992px) {
  .header > .container {
    background-color: var(--color-background);
  }
}
.header > .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .header {
    position: unset;
    z-index: unset;
    padding-top: 2.875rem;
    padding-bottom: 2.375rem;
    border-bottom: none;
    border-top: 1.125rem solid var(--color-background-secondary);
    background-color: var(--color-background);
  }
}

.page--product .header {
  border-bottom: none;
}

@media (max-width: 992px) {
  .page.menu-visible header > .container {
    background-color: transparent;
  }
  .page.menu-visible .header__brand--img {
    opacity: 0;
  }
}

.header__brand {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header__brand--img {
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s ease;
}
.header__brand:hover {
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .header__brand {
    width: 250px;
  }
  .header__brand img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .header__brand {
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  }
  .header__brand:hover {
    opacity: 0.7;
  }
  .header__brand:active img {
    transform: scale(0.95);
  }
}

.menu-visible .header__brand {
  pointer-events: none;
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .header__content {
    position: relative;
    min-height: 2.125rem;
  }
}

.hamburger {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  height: 58px;
  width: 60px;
  margin-left: -20px;
  padding: 22px 20px;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  outline: none;
}
@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

.hamburger-stripe {
  display: block;
  background-color: var(--color-text);
  height: 2px;
  width: 20px;
  transition: all 0.15s ease-in-out;
  transform: rotate(0deg);
}
.hamburger-stripe:first-of-type {
  width: 15px;
}
.hamburger-stripe:nth-of-type(2) {
  opacity: 1;
  left: 360px;
}
.hamburger-stripe:last-of-type {
  width: 10px;
}

.header__cart {
  font-weight: 800;
  letter-spacing: 0.09px;
  font-size: 1rem;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  cursor: pointer;
  margin-bottom: 0;
  padding: 6px 10px;
}
@media screen and (min-width: 992px) {
  .header__cart {
    display: none !important;
    padding-right: 0;
  }
}

.header__card--is-empty {
  cursor: default;
  background-color: var(--color-background) !important;
  color: var(--color-gray) !important;
}

.header-cart__icon {
  margin-right: 4px;
}

.menu-visible {
  overflow: hidden;
}
.menu-visible .hamburger-stripe {
  width: 20px;
  position: relative;
  transform: rotate(0deg);
  opacity: 1;
  transition: 0.25s ease-in-out;
  left: 0;
}
.menu-visible .hamburger-stripe:first-child {
  transform: rotate(-226deg);
  top: 6px;
  left: -3px;
}
.menu-visible .hamburger-stripe:nth-of-type(2) {
  opacity: 0;
  left: -360px;
}
.menu-visible .hamburger-stripe:last-child {
  transform: rotate(226deg);
  top: -6px;
  left: -3px;
}
.menu-visible .header-menu {
  transform: translate3d(0, 0, 0);
}
.menu-visible .header-menu .social {
  bottom: 20px;
}
.menu-visible .header {
  color: var(--color-white);
}
.menu-visible .header__cart {
  background-color: var(--color-background-third);
  color: var(--color-text);
}
.menu-visible .hamburger-stripe {
  background-color: var(--color-text-invert);
}

.header-menu {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--color-background-secondary);
  color: var(--color-text-invert);
  transform: translate3d(0, -100%, 0);
  padding-top: 70px;
  padding-bottom: 40px;
  transition: transform 0.4s ease-in-out;
  overflow-y: auto;
}
.header-menu .social {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 100vh;
}
@media (max-width: 992px) {
  .header-menu .container {
    width: 280px;
  }
}
.header-menu .social__list {
  text-align: center;
  list-style-type: none;
}
.header-menu .social__item {
  display: inline-block;
  margin-right: 2rem;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.header-menu .social__item:last-child {
  margin-right: 0;
}
.header-menu .social__item a, .header-menu .social__item a i::before {
  color: var(--color-text-invert);
}

.header-menu__item {
  font-weight: 800;
  font-size: 2.369rem;
  line-height: 1.8;
  color: var(--color-text-invert);
  text-align: center;
  list-style: none;
}
.header-menu__item > a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.header-menu__item--active > a {
  text-decoration: underline;
}

.header-menu__item--is-active > a {
  text-decoration: underline;
}

.header-links {
  margin-top: auto;
}

.header-bottom {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-bottom {
    display: block;
    margin: 2.0625rem 0 0;
    height: 2.625rem;
  }
}
.header-bottom .header-bottom__menu {
  text-align: center;
  list-style-type: none;
}
.header-bottom .header-bottom__menu .header-bottom-link {
  display: inline-block;
  margin-right: 2.625rem;
}
.header-bottom .header-bottom__menu .header-bottom-link:last-child {
  margin-right: 0;
}
.header-bottom .header-bottom__menu .header-bottom-link a {
  display: block;
  position: relative;
  color: var(--color-text-light);
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 700;
  transition: ease 0.3s;
}
.header-bottom .header-bottom__menu .header-bottom-link a:after {
  content: "";
  width: 0;
  transition: ease 0.3s;
}
.header-bottom .header-bottom__menu .header-bottom-link--active a, .header-bottom .header-bottom__menu .header-bottom-link:hover a {
  color: var(--color-text);
}
.header-bottom .header-bottom__menu .header-bottom-link--active a:after, .header-bottom .header-bottom__menu .header-bottom-link:hover a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: var(--color-text);
  left: 0;
  bottom: -7px;
}
.header-bottom__cart-wrap {
  float: right;
}
.header-bottom__cart {
  cursor: pointer;
  display: flex;
  font-size: 0.75rem;
  background: var(--color-primary);
  border-radius: 6px;
  color: var(--color-text-invert);
  align-items: center;
}
.header-bottom__cart--is-empty {
  pointer-events: none;
  opacity: 0.7;
}
.header-bottom__cart:active {
  transform: scale(0.95);
}
.header-bottom__cart:hover {
  opacity: 0.85;
  transition: ease 0.5s;
}
.header-bottom__cart-value {
  padding: 11px 8px;
  background: rgba(var(--color-white-hex), 0.2);
  border-right: 1px solid white;
}
.header-bottom__cart-value .icon-cart {
  font-size: 0.65rem;
}
.header-bottom__cart-static {
  padding: 10px;
}
.header-bottom__cart-static span {
  font-size: 0.75rem;
}
.header-bottom__cart .icon-chevron-right {
  font-size: 0.625rem;
  margin-left: 5px;
}

.header-socials__item {
  margin-right: 18px;
  display: inline-block;
}
.header-socials__item a {
  text-decoration: none;
  color: var(--color-text-light);
}
.header-socials__item a span::before {
  color: inherit;
}
.header-socials__item a:hover {
  color: var(--color-black);
}
.header-socials__item a:hover > span::before {
  transition: color 0.2s ease-in-out;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "muli", sans-serif;
  background-color: var(--color-background);
}
@media screen and (min-width: 992px) {
  .page {
    position: relative;
  }
}

.page-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--color-background-third);
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.13px;
}
@media screen and (min-width: 992px) {
  .page-title {
    background-color: var(--color-background);
  }
}

section {
  padding: 24px 0;
}
@media screen and (min-width: 992px) {
  section {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 992px) {
  section.checkout-form {
    padding: 31px 20px 41px 20px;
  }
}
section.category-page__products {
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  section.category-page__products {
    padding-bottom: 20px;
  }
}
section.category-page__products--no-products {
  margin: 0.25rem 0 2rem;
  text-align: center;
  width: 100%;
}

.featured-links {
  padding-top: 0;
}
.featured-links .container {
  position: relative;
}

.product-page {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 992px) {
  .product-page {
    padding-bottom: 3rem;
  }
}

.cart-visible.page-has-cart {
  overflow: hidden;
}

.cart {
  position: fixed;
  overflow: scroll;
  height: calc(100vh - 59px);
  background-color: var(--color-background-third);
  bottom: 0;
  top: -1px;
  padding-left: 24px;
  padding-right: 24px;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s ease-in-out;
  pointer-events: none;
  left: 0;
  right: 0;
  z-index: -1;
}
.cart-visible .cart {
  pointer-events: all;
  transform: translate3d(0, 59px, 0);
}
@media screen and (min-width: 992px) {
  .cart {
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
    max-width: 480px;
    border-radius: 8px;
    padding: 2rem 2rem 0;
    z-index: 2;
    margin: 0 auto 2rem;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: 50%;
    height: auto;
    transform: translate(0, -50%) !important;
  }
  .cart-visible .cart {
    pointer-events: all;
    opacity: 1;
    max-height: 630px;
    overflow-y: hidden;
  }
}
.cart .button--size-block {
  padding: 20px 0;
}
@media screen and (min-width: 992px) {
  .cart .button--size-block {
    transition: transform ease-in-out 0.2s, color ease-in-out 0.2s;
  }
  .cart .button--size-block:hover {
    color: #dedede;
  }
  .cart .button--size-block:active {
    transform: scale(0.95);
  }
}

.cart__items {
  padding-bottom: 2px;
}
@media screen and (min-width: 992px) {
  .cart__items .row {
    max-height: 380px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.cart__item-wrap:first-child {
  padding-top: 1rem;
}

.cart-popup__total {
  padding: 1rem 0 2rem;
  text-align: right;
  color: var(--color-text);
  font-size: 1.333rem;
  line-height: 1;
}

.cart__return {
  font-weight: 700;
  padding-top: 24px;
  margin-bottom: 135px;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}
.cart__return > a {
  color: inherit;
  cursor: pointer;
  transition: opacity ease-in-out 0.2s;
}
.cart__return > a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .cart__return {
    padding-top: 1rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
}

.cart__item {
  padding: 1rem 0;
}
.cart__item .price {
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.3;
}
.cart__item.row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cart__item > div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.cart-item__image .product-image {
  border-radius: 4px;
}

.cart-item__controls {
  text-align: right;
  margin-top: 3px;
  padding-left: 5px;
}

.cart-item__description .product-category {
  font-weight: 400;
}
.cart-item__description .product-title {
  display: block;
  font-size: 1.333rem;
  line-height: 1.2;
  margin-bottom: 3px;
  color: var(--color-text);
}
@media screen and (min-width: 992px) {
  .cart-item__description .product-title {
    font-size: 1.125rem !important;
    line-height: 1.3 !important;
    transition: all 0.5s;
  }
  .cart-item__description .product-title:hover {
    text-decoration: underline;
  }
}
.cart-item__description .product-options {
  color: var(--color-text-light);
  font-size: 13px;
  font-weight: 400;
}
.cart-item__description .product-category {
  font-size: 13px;
  line-height: 1.2;
  margin: 3px 0 6px;
  color: var(--color-text-light);
}
@media screen and (min-width: 992px) {
  .cart-item__description .product-category {
    margin: 2px 0 5px;
  }
}

.cart__quantity {
  margin-top: auto;
}
.cart__quantity > .button {
  padding: 0;
  font-size: 0.75rem;
  line-height: 2.33;
  min-width: 30px;
  border: 1px solid var(--color-separators);
  background: transparent;
  font-weight: 700;
  margin: 0;
  transition: ease-in-out 0.2s;
}
@media screen and (max-width: 991px) {
  .cart__quantity > .button {
    min-width: 26px;
  }
}
.cart__quantity > .button:nth-of-type(2) {
  pointer-events: none;
  min-width: 38px;
  border-left: 0;
  border-right: 0;
  cursor: default;
}
@media screen and (max-width: 991px) {
  .cart__quantity > .button:nth-of-type(2) {
    min-width: 32px;
  }
}
.cart__quantity > .button:nth-of-type(2):hover {
  background: initial;
}
.cart__quantity > .button:last-child {
  border-right: 1px solid var(--color-separators);
}
.cart__quantity > .button.button--disabled {
  cursor: default;
  opacity: 0.5;
  color: var(--color-separators);
}

.cart-close {
  float: right;
  cursor: pointer;
  transition: ease 0.5s;
  font-size: 1rem;
}
.cart-close:hover {
  opacity: 0.6;
}
.cart-close:active {
  transform: scale(0.85);
}

.cart__header {
  font-size: 1.333rem;
  line-height: 1.2;
  padding: 1rem 0;
  border-bottom: 1px solid var(--color-separators);
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .cart__header {
    margin: 0 -30px;
    padding: 0 30px 30px;
  }
}

.cart__footer {
  padding-top: 30px;
  border-top: 1px solid var(--color-separators);
}
@media screen and (min-width: 992px) {
  .cart__footer {
    margin: 0 -30px;
    padding: 30px 30px 0;
  }
}

@media screen and (min-width: 992px) {
  .cart-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    transition: background-color ease-in-out 0.2s, opacity ease-in-out 0.2s;
    background-color: rgba(var(--color-black-hex), 0.6);
    z-index: 100;
  }
  .cart-visible .cart-wrapper {
    opacity: 1;
    pointer-events: all;
  }
}

.text--color-green-cart {
  color: var(--color-white);
  background-color: var(--color-success);
  text-align: center;
  padding: 14px 8px 14px 8px;
  line-height: 1.2;
  border-radius: 4px;
  margin: 4px 0 0;
  cursor: pointer;
  text-decoration: none;
}

.text--color-red-cart {
  color: var(--color-white);
  background-color: var(--color-danger);
  text-align: center;
  padding: 14px 8px 14px 8px;
  line-height: 1.2;
  border-radius: 4px;
  margin: 4px 0 0;
  cursor: pointer;
  text-decoration: none;
}

.checkout-wrap {
  position: relative;
}

.checkout__page-title {
  border-bottom: 1px solid var(--color-header-border);
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .checkout__page-title .container {
    max-width: 600px;
    text-align: center;
  }
}

.checkout__button {
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  padding: 20px 0;
  width: 100%;
  border: none;
}
@media screen and (min-width: 768px) {
  .checkout__button:active {
    transform: scale(0.95);
  }
}
.checkout__button > .icon, .checkout__button > .breadcrumb__item::after {
  margin-left: 10px;
  font-size: 12px;
}

.checkout-summary {
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.09px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media screen and (min-width: 768px) {
  .checkout-summary {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 60px auto !important;
    border-radius: 0.9375rem;
  }
}

.payment-type__info {
  margin-top: 6px;
  color: var(--color-text-light);
}

.checkout-summary__row {
  padding: 0;
  font-size: 16px;
  line-height: 1;
}
.checkout-summary__row--info {
  color: var(--color-text);
}
.checkout-summary__row--pd {
  padding-top: 1rem;
  padding-bottom: 4px;
}

.checkout-summery__empty {
  display: block;
  cursor: pointer;
  color: var(--color-danger);
  font-size: 14px;
  text-decoration: underline;
  margin: 1rem 0;
  transition: ease 0.3s;
}
.checkout-summery__empty:hover {
  color: #f90d00;
}

.checkout-summery__privacy {
  font-size: 0.75rem;
  margin-bottom: 0;
  color: var(--color-text);
}
.checkout-summery__privacy a {
  color: var(--color-text);
}

.checkout-table__row {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 16px;
  flex-wrap: wrap;
  position: relative;
}
.checkout-table__row::before {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  right: 0.5rem;
  border-bottom: 1px solid var(--color-separators);
  content: "";
}
@media screen and (min-width: 992px) {
  .checkout-table__row::before {
    left: 1rem;
    right: 1rem;
  }
}
.checkout-table__row .cart__quantity {
  margin-top: 0;
}
.checkout-table__row .cart__quantity .button {
  min-width: 30px;
}
@media screen and (max-width: 991px) {
  .checkout-table__row .cart__quantity .button {
    min-width: 26px;
  }
}
.checkout-table__row--head {
  font-size: 16px !important;
}
.checkout-table__row--head .checkout-table__product {
  font-size: 16px !important;
}
.checkout-table__row--head .checkout-table__price {
  font-size: 16px !important;
}
.checkout-table__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.checkout-table__row:last-child::before {
  content: none;
}

.checkout-table__qty-header {
  display: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .checkout-table__qty-header {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .checkout-table__qty {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

.checkout-table__remove-item {
  display: none;
  font-size: 10px;
  position: relative;
  top: -1px;
  padding: 0;
  margin-left: 5px;
  border: none;
  cursor: pointer;
  color: var(--color-danger);
  background-color: var(--color-background-third);
}
.checkout-table__remove-item i:before {
  color: var(--color-text-light);
}
@media screen and (min-width: 768px) {
  .checkout-table__remove-item {
    display: inline;
  }
}

.checkout-table__product {
  font-size: 1rem;
  color: inherit;
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .checkout-table__product[href]:hover .checkout-table__product__title {
    text-decoration: underline;
  }
}

.checkout-table__product-title {
  max-width: 150px;
  white-space: normal;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 6px;
}

.checkout-table__product-options {
  color: var(--color-text-light);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 2px;
}
.checkout-table__product-options > span {
  display: block;
}

.checkout-table__price {
  color: var(--color-text);
  font-size: 16px;
  padding-left: 8px;
}

.checkout-summary__total {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: var(--color-text);
}

.checkout-status {
  max-width: 600px;
  padding-top: 36px;
  padding-bottom: 36px;
  margin: 0 auto;
  background-color: var(--color-background-third);
}
@media screen and (min-width: 768px) {
  .checkout-status {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 15px;
    margin-bottom: 60px;
    margin-top: 0;
  }
}
.checkout-status .checkout__button--close {
  display: block;
  margin: 24px auto 0;
}
.checkout-status p {
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .checkout-status__information {
    max-width: 340px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .checkout-status__information:last-child {
    margin-bottom: 24px;
  }
}

.checkout-status__display {
  border-radius: 50%;
  width: 86px;
  height: 86px;
  margin: 0 auto;
  background-color: var(--color-text);
  color: var(--color-background-third);
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-status__display > .icon, .checkout-status__display > .breadcrumb__item::after {
  font-size: 24px;
  margin-bottom: -4px;
}

.checkout-status__display--is-success {
  background-color: var(--color-success);
}

.checkout-status__display--is-warning {
  background-color: var(--color-warning);
}

.checkout-status__display--has-failed {
  background-color: var(--color-danger);
}

.checkout-status__title {
  font-weight: 800;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 1.777rem;
  line-height: 1.2;
}

.checkout-status__subtitle {
  margin-bottom: 28px;
  font-weight: 700;
  margin-top: 0;
  font-size: 1rem;
}

.checkout__tracking-number {
  border: 1px solid var(--color-separators);
  border-radius: 4px;
  padding: 12px 8px;
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.5;
}

.add-to-cart {
  position: relative;
  border-radius: 4px;
  height: 56px;
  font-size: 0.875rem;
  width: 100%;
  background: var(--color-text);
}
.add-to-cart .add-to-cart__quantity {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 56px;
  margin-bottom: 0;
  border: 0;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid var(--color-background);
  background-color: var(--color-primary);
  color: var(--color-text-invert);
  padding: 16px 55px 16px 0;
  font-weight: 400;
}
.add-to-cart .add-to-cart__quantity span {
  padding-left: 12px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text-invert);
  position: relative;
  z-index: 2;
}
.add-to-cart .add-to-cart__quantity > select {
  font-size: 14px;
  color: inherit;
  font-weight: 800;
  position: absolute;
  padding: 0 0 0 88px;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  z-index: 3;
}
.add-to-cart .add-to-cart__quantity > select + .icon, .add-to-cart .add-to-cart__quantity > select + .breadcrumb__item::after {
  transform: translate3d(0, -22px, 0);
  bottom: 2px;
  z-index: 2;
}
.add-to-cart .add-to-cart__action {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0 128px;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
  transition: transform 0.2s ease-in-out;
  /* Blue focus ring removal */
}
.add-to-cart .add-to-cart__action > .icon, .add-to-cart .add-to-cart__action > .breadcrumb__item::after {
  display: inline-block;
  margin-right: 6px;
  font-size: 14px;
  transition: transform ease 0.12s;
  position: relative;
  bottom: -1px;
}
.add-to-cart .add-to-cart__action:focus, .add-to-cart .add-to-cart__action:hover {
  color: var(--color-text-invert);
}
.add-to-cart .add-to-cart__action:active, .add-to-cart .add-to-cart__action:focus {
  color: var(--color-white);
}
.add-to-cart .add-to-cart__action, .add-to-cart .add-to-cart__action:focus, .add-to-cart .add-to-cart__action:hover {
  outline: 0;
  outline: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 768px) {
  .add-to-cart .add-to-cart__action:active {
    transform: scale(0.95);
  }
  .add-to-cart .add-to-cart__action:active > .icon, .add-to-cart .add-to-cart__action:active > .breadcrumb__item::after {
    transform: rotate(-15deg);
  }
}

.add-to-cart__feedback {
  font-size: 14px;
}
.add-to-cart__feedback a {
  display: block;
  padding-top: 10px;
}

.add-to-cart__feedback--is-error {
  background-color: var(--color-danger);
}

.checkout-process {
  list-style-type: none;
  text-transform: uppercase;
  color: var(--color-gray);
  padding: 5px 0 0;
  background: var(--color-background-third);
}
@media screen and (min-width: 768px) {
  .checkout-process .container {
    padding: 1rem 36px 0;
  }
}
@media screen and (min-width: 992px) {
  .checkout-process {
    background: transparent;
  }
  .checkout-process .container {
    max-width: 600px;
    width: 100%;
    background: var(--color-background-third);
    border-top-right-radius: 0.9375rem;
    border-top-left-radius: 0.9375rem;
  }
}

.checkout-form {
  background: var(--color-background-third);
}
@media screen and (min-width: 768px) {
  .checkout-form {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: 0;
    padding: 31px 20px 41px;
    margin-bottom: 60px;
  }
}

.checkout-process__step {
  display: inline-block;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.2;
  color: inherit;
}
.checkout-process__step > span {
  padding-left: 2px;
}
.checkout-process__step > .icon, .checkout-process__step > .breadcrumb__item::after {
  padding-left: 14px;
  padding-right: 14px;
  font-size: 10px;
  color: var(--color-gray);
}
.checkout-process__step > a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  padding-top: 17px;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
}

.checkout-empty {
  padding: 100px 20px;
}
.checkout-empty p {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.checkout-empty a {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}
.checkout-empty a span {
  padding: 0 8px 0 0;
  margin-right: 0;
}

.icon-custom-checked-round {
  display: none;
}

.checkout-process__step--is-confirmed {
  color: var(--color-success);
  cursor: pointer;
  transition: ease-in-out 0.2s;
}
.checkout-process__step--is-confirmed .icon-custom-checked-round {
  display: inline;
}
.checkout-process__step--is-confirmed:hover {
  opacity: 0.8;
}

.checkout-process__step--is-active {
  color: var(--color-black);
}
.checkout-process__step--is-active > a {
  border-color: var(--color-black);
}

.checkout-loader {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10000;
  transform: translate(-50%, 0);
  background: var(--color-white);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .checkout-loader {
    max-width: 600px;
  }
}
.checkout-loader .loader-holder {
  position: relative;
  top: 0;
}

.payment-type__group {
  text-align: left;
  margin-top: 0.5rem;
}
@media screen and (min-width: 480px) {
  .payment-type__group {
    text-align: right;
    margin-top: 0;
  }
}

.payment-type {
  margin-right: 0.5rem;
  text-align: left;
  position: relative;
  margin-top: 0.5rem;
  font-size: 14px;
  font-weight: 500;
}
.payment-type:first-child {
  margin-top: 0.5rem;
}
@media screen and (min-width: 480px) {
  .payment-type:first-child {
    margin-top: 0.75rem;
  }
}
.payment-type:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  .payment-type:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px) {
  .payment-type {
    margin-bottom: 0;
  }
}

.payment-type__input {
  position: absolute;
}

.payment-type__text {
  padding-left: 1.25rem;
  display: inline-block;
}

.payment-type__comment {
  display: none;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-text-light);
  padding: 6px 17px;
}
@media screen and (min-width: 992px) {
  .payment-type__comment {
    padding: 6px 20px;
  }
}

.payment-type--active .payment-type__comment {
  display: block;
}
.payment-type--active .payment-type__comment:empty {
  display: none;
}

.payment-feedback {
  margin-bottom: -0.5rem;
  margin-top: 0.5rem;
}

.checkout-summery__privacy {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}
.checkout-summery__privacy a {
  color: var(--color-black);
}

.checkout-terms {
  margin-top: 0.5rem;
}
.checkout-terms input {
  margin-right: 0.25rem;
}

.payment-slip {
  max-width: 100%;
  display: inline-block;
  margin-bottom: 12px;
}

.payment-slip__holder {
  margin-top: 12px;
  margin-bottom: 24px;
}

.checkout-shipping__text {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: var(--color-text-light);
  padding-top: 8px;
  font-weight: 400;
}

.products {
  background-color: var(--color-background);
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .products--hidden .products__item:nth-of-type(1n+4) {
    display: none;
  }
}
.products .row {
  display: flex;
  flex-wrap: wrap;
}

.products-section__wrap {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .products-section__wrap {
    margin-bottom: 38px;
  }
}

.products-section__title {
  font-size: 1.777rem;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-title);
}
@media screen and (min-width: 992px) {
  .products-section__title {
    font-size: 2.369rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 800;
  }
}

.products-section__subtitle {
  display: none;
}
@media screen and (min-width: 992px) {
  .products-section__subtitle {
    display: block;
    text-align: center;
    color: var(--color-subtitle);
    font-size: 1.333rem;
    line-height: 1.33;
    font-weight: 400;
  }
}

.products-section__link {
  margin-top: 10px;
  font-size: 16px;
}

.product {
  color: var(--color-title);
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1.2;
  display: block;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .product:active {
    transform: scale(0.95);
  }
}
@media screen and (min-width: 992px) {
  .product {
    margin-bottom: 28px;
  }
}
.product .product-image__holder {
  border-top-left-radius: 0.9375rem;
  border-top-right-radius: 0.9375rem;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(var(--color-white), var(--color-primary));
}
@media screen and (min-width: 992px) {
  .product .product-image__holder {
    border-top-left-radius: 0.9375rem;
    border-top-right-radius: 0.9375rem;
  }
}
.product .aspect-ratio-inner img {
  transition: transform ease 0.3s;
}
.product:hover {
  text-decoration: none;
}

.product-image {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  height: 100%;
  width: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.product-description {
  padding: 14px 18px 18px;
  border-bottom-left-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
  background-color: var(--color-background-third);
}
@media screen and (min-width: 992px) {
  .product-description {
    padding: 20px 24px 24px;
    border-bottom-left-radius: 0.9375rem;
    border-bottom-right-radius: 0.9375rem;
  }
}
.product-description h4 {
  font-size: 20px;
  line-height: 1.3;
  color: var(--color-title);
}
.product-description .price {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1399px) {
  .product-description h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .product-description .price {
    font-size: 13px;
    line-height: 1.3;
  }
}

.product-category {
  font-size: 1rem;
  line-height: 1.3;
  color: var(--color-subtitle);
  margin-bottom: 0;
}

.product-order {
  padding: 0 0 15px;
  margin: 0;
  background-color: transparent;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .product-order {
    padding-bottom: 20px;
  }
}
.product-order .form-control {
  margin-bottom: 19px;
}
@media screen and (min-width: 992px) {
  .product-order .form-control {
    margin-bottom: 25px;
  }
}
.product-order .form-control > label {
  font-size: 14px;
}

.product-details {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text-light);
  font-weight: 400;
  overflow: hidden;
}
.product-details b {
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--color-text);
}
.product-details p {
  margin-bottom: 12px;
}
.product-details img {
  margin: 8px 0 0;
  height: auto;
  max-width: 100%;
}
.product-details--open {
  max-height: none;
}
.product-details table {
  border-collapse: collapse;
  width: 100%;
}
.product-details table td {
  border: 1px solid var(--color-text-light);
  padding: 5px 8px;
  text-align: center;
}

.product-details__overlay {
  position: absolute;
  width: 100%;
  height: 75px;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-text);
  background: var(--color-background);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f9fb+0,f8f9fb+100&0+0,1+19,1+100 */
  cursor: pointer;
}
.product-details__overlay:hover {
  text-decoration: underline;
}

.product-details__overlay--is-hidden {
  display: none;
}

.product-page {
  background-color: var(--color-background);
}

.product-page__image {
  margin-left: -24px;
  margin-right: -24px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .product-page__image {
    width: 500px;
    float: left;
    height: auto;
    margin-right: 50px;
    margin-left: 0;
  }
}
.product-page__image img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .product-page__image-item {
    width: 500px !important;
    height: 500px !important;
  }
}
.product-page__image .slider-arrows {
  right: 26px;
  bottom: 34px;
  max-width: 110px;
  z-index: 95;
}
@media (max-width: 992px) {
  .product-page__image .slider-arrows {
    bottom: 40px;
    display: block;
  }
}

.product-page__temporary-image {
  position: absolute;
  z-index: 110;
  opacity: 1;
  transition: opacity 300ms ease 0s;
}
.product-page__temporary-image.hidden {
  opacity: 0;
}

@media screen and (min-width: 992px) {
  .product-page__content {
    float: left;
    width: 370px;
  }
}

.product-page__title {
  font: inherit;
  margin-top: 1rem;
  line-height: 1.5;
  color: var(--color-title);
  text-decoration: none;
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .product-page__title {
    font-size: 2rem !important;
    margin-top: -12px;
  }
}

.product-caption {
  padding-top: 0;
}

.product-page__category {
  color: var(--color-subtitle);
  font-size: 1.333rem;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .product-page__category {
    margin-top: 14px;
  }
}

.product-page__price {
  font-size: 1.333rem;
  line-height: 1;
  color: var(--color-title);
  font-weight: 900;
  margin-top: 17px;
}
@media screen and (min-width: 992px) {
  .product-page__price {
    margin-top: 22px;
    margin-bottom: 0;
  }
}

.product-page__stock {
  color: var(--color-subtitle);
  font-size: 1rem;
  line-height: 1;
  margin-top: 16px;
  margin-bottom: 19px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .product-page__stock {
    margin-top: 21px;
    margin-bottom: 24px;
  }
}

.price__container {
  padding: 0;
}

.price--discount {
  font-size: 12px !important;
  text-decoration: line-through;
  color: var(--color-gray);
}

.product-page__discount-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 1.4rem;
}
.product-page__discount-text p {
  margin-bottom: 0;
}

.product-page__price--discount {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-decoration: line-through;
  font-weight: 700;
  opacity: 0.7;
}

.product-page__discount-text {
  font-size: 14px !important;
  line-height: 1.6;
  color: var(--color-discount-text);
  background: var(--color-discount);
  padding: 12px;
  border-radius: 8px;
  margin-top: 20px;
  font-weight: 400;
}

.product-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  line-height: 1.44;
  font-size: 1rem;
  font-weight: 800;
  padding: 0 8px;
}
@media screen and (min-width: 992px) {
  .product-tag {
    top: 24px;
    left: 24px;
    font-size: 1.333rem;
    line-height: 1.4;
    padding: 3px 8px;
  }
}

.product-tag--type-price {
  top: auto;
  bottom: 20px;
  left: 20px;
  padding: 4px 12px 6px;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0.9375rem;
}
.product-tag--type-price .price {
  color: var(--color-text-invert);
}
@media screen and (min-width: 992px) {
  .product-tag--type-price {
    font-size: 1rem;
    line-height: 1.4;
    padding: 4px 10px;
  }
}
@media (min-width: 1400px) {
  .product-tag--type-price {
    bottom: 20px;
    left: 20px;
  }
}

.product-tag--type-small .price {
  font-size: 14px !important;
  font-weight: 400;
}

.product-tag--type-lower {
  background: var(--color-discount);
  color: var(--color-discount-text);
  bottom: 50px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .product-tag--type-lower {
    bottom: 54px;
  }
}

.product-tag--type-discount {
  top: 20px;
  right: 20px;
  left: auto;
  padding: 5px 13px;
  font-size: 15px;
  background: var(--color-discount);
  font-weight: 400;
  border-radius: 16px;
  color: var(--color-discount-text);
}
.product-tag--type-discount .price {
  color: var(--color-discount-text);
}

.products-slider .slick-track {
  display: flex;
  justify-content: space-between;
}
.products-slider .product {
  margin-right: 8px;
  margin-bottom: 0;
}
.products-slider .product:last-child {
  margin-right: 0;
}

.products-slider--type-instagram .product-image {
  border-radius: 20px;
}
.products-slider--type-instagram .products-title {
  display: flex;
  align-items: center;
}
.products-slider--type-instagram .products-title > .icon, .products-slider--type-instagram .products-title > .breadcrumb__item::after {
  margin-top: 2px;
  margin-left: 8px;
}

.featured-slider__wrap {
  overflow-x: scroll;
}
@media screen and (max-width: 991px) {
  .featured-slider__wrap {
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 8px;
  }
}

.products-slider--type-featured {
  overflow: hidden;
}
@media (max-width: 992px) {
  .products-slider--type-featured .product-description {
    padding: 20px 24px 24px;
    margin-bottom: 24px;
  }
}
.products-slider--type-featured h4 {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .products-slider--type-featured h4 {
    display: block;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .products-slider--type-featured .product-category {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 991px) {
  .products-slider--type-featured .product-description {
    margin-bottom: 0;
  }
}

.product-categories__menu {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}

.product-categories__link {
  font-size: 1rem;
  line-height: 1.2;
  margin-right: 40px;
}
.product-categories__link:last-child {
  margin-right: 0;
}
.product-categories__link a {
  display: block;
  position: relative;
  color: #B1B1B1;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.product-categories__link--active a {
  color: var(--color-primary);
}
.product-categories__link--active a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #000;
  left: 0;
  bottom: -7px;
}

.products-slider {
  position: relative;
}

@media screen and (min-width: 992px) {
  .featured-slider__holder {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media screen and (max-width: 991px) {
  .featured-slider__holder {
    width: 890px;
    margin-left: 0;
  }
  .product-slider__item {
    float: left;
    width: 300px;
  }
  .product-slider__item:first-child {
    margin-left: -1rem;
  }
}
.product-image__holder {
  position: relative;
}

.product-image__has-gallery {
  background: var(--color-primary);
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 7px 10px;
  border-radius: 15px;
}
.product-image__has-gallery span {
  color: var(--color-text-invert);
  font-size: 15px;
}

.homepage-categories__wrap:last-child .products {
  margin-bottom: 3rem;
}

.breadcrumb {
  position: relative;
  background-color: var(--color-background-secondary);
  color: var(--color-white);
}
.breadcrumb ol {
  flex: 2 0 0;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.breadcrumb .container {
  position: relative;
  overflow-X: hidden;
}

.breadcrumb__wrap {
  display: flex;
}

.breadcrumb__control {
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  color: var(--color-text-invert);
  font-size: 7px;
  padding: 0 0 0 16px;
  height: 100%;
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
  outline: none;
}

.breadcrumb__item {
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  color: var(--color-text-invert);
}
.breadcrumb__item > a {
  color: inherit;
  text-decoration: none;
  padding: 24px 0;
  cursor: pointer;
  line-height: 1;
}
.breadcrumb__item::after {
  content: "\e906";
  padding-left: 9px;
  padding-right: 7px;
  font-size: 10px;
  margin-bottom: -2px;
}
.breadcrumb__item:last-child::after {
  content: none;
}

.breadcrumb-selection-visible .breadcrumb-selection {
  pointer-events: all;
  opacity: 1;
}
.breadcrumb-selection-visible .breadcrumb__control {
  transform: rotateX(180deg);
}

.breadcrumb-selection {
  padding-bottom: 20px;
  background-color: var(--color-background-secondary);
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.breadcrumb-selection ol {
  width: 100%;
}

.breadcrumb-selection__item {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.8;
  color: var(--color-text-invert);
  padding: 3px 0;
}
.breadcrumb-selection__item > a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .breadcrumb-selection__item > a {
    transition: opacity 0.2s ease-in-out;
  }
  .breadcrumb-selection__item > a:hover {
    opacity: 0.8;
  }
}

.breadcrumb-selection__item--is-active > a {
  text-decoration: underline;
}

.breadcrumb__area {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  flex: 1 0 0;
}
@media screen and (min-width: 992px) {
  .breadcrumb__area {
    flex: 4 0 0;
  }
}

.featured-links {
  position: relative;
  background: var(--color-background);
  margin-top: 30px;
  padding-bottom: 26px;
}
.featured-links .slick-slider {
  margin-left: 0;
  margin-right: 0;
}

.featured-links__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .featured-links__item {
    margin: 0;
  }
}

.featured-links__image-wrap {
  width: 100%;
  padding-top: 75%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
@media screen and (min-width: 992px) {
  .featured-links__image-wrap {
    padding-top: 39.89%; /* 1:1 Aspect Ratio */
  }
}
.featured-links__image-wrap img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.featured-links__image--desktop {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .featured-links__image--desktop {
    display: block !important;
  }
}

.featured-links__image--mobile {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ececec no-repeat center;
  background-size: cover;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .featured-links__image--mobile {
    display: none !important;
  }
}

.featured-links__overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-black-hex), 0.3);
  z-index: 2;
}

.featured-links__item-content {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 1rem;
  z-index: 20;
  transform: translate(0, -50%);
}
@media screen and (min-width: 480px) {
  .featured-links__item-content {
    left: 48px;
    padding: 0;
  }
}
.featured-links__item-content span {
  color: var(--color-white);
  border: 1px solid var(--color-white);
  font-size: 0.75rem;
  line-height: 1.2;
  padding: 5px 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.featured-links__item-content h3 {
  color: var(--color-white);
  font-size: 2.369rem;
  line-height: 1;
  font-weight: 100;
  text-transform: uppercase;
  margin: 2rem 0 1rem;
}
@media screen and (min-width: 1400px) {
  .featured-links__item-content h3 {
    font-size: 3.157rem;
    line-height: 1;
    margin: 2rem 0 1rem;
  }
}
.featured-links__item-content h3 strong {
  font-weight: 800;
}
.featured-links__item-content p {
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1400px) {
  .featured-links__item-content p {
    margin-bottom: 40px;
  }
}
.featured-links__item-content a {
  display: inline-block;
  color: var(--color-black);
  background: var(--color-white);
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  transition: ease-in-out 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .featured-links__item-content a:active {
    transform: scale(0.95);
  }
}
.featured-links__item-content a span {
  color: var(--color-black);
  padding: 0 0 0 5px;
  margin: 0;
  border: none;
}
.featured-links__item-content a:hover {
  background: #ddd;
}

.slider-arrows {
  position: absolute;
  bottom: 48px;
  right: 48px;
  width: 100%;
  text-align: right;
  display: none;
}
@media screen and (min-width: 480px) {
  .slider-arrows {
    display: block;
  }
}

.slider-arrow {
  line-height: 1;
  background: var(--color-white);
  border-radius: 6px;
  padding: 15px 16px;
  color: var(--color-black);
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-right: 8px;
  box-shadow: 1px 2px 6px 0 rgba(67, 79, 87, 0.16);
  transition: ease-in-out 0.2s;
}
.slider-arrow:last-child {
  margin-right: 0;
}
.slider-arrow span {
  font-size: 12px;
}
.slider-arrow:hover {
  background: #ddd;
}
@media screen and (min-width: 992px) {
  .slider-arrow:active {
    transform: scale(0.95);
  }
}

.featured-links__button-label {
  font-size: 1rem !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  text-decoration: none !important;
  text-transform: none !important;
}

#result {
  border-radius: 0.9375rem;
  overflow: hidden;
  z-index: 1;
  height: 300px;
}
@media screen and (min-width: 768px) {
  #result {
    height: 400px;
  }
}
@media screen and (min-width: 992px) {
  #result {
    height: 300px;
  }
}
@media screen and (min-width: 1400px) {
  #result {
    height: 400px;
  }
}

.featured-yt {
  background: var(--color-background);
  padding: 2.5rem 0 1.25rem;
}
@media screen and (min-width: 992px) {
  .featured-yt {
    padding: 6rem 0 3rem;
  }
}
.featured-yt .featured-yt__info {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .featured-yt .featured-yt__info {
    margin-top: 0;
  }
}
.featured-yt .yt-logo {
  max-width: 100px;
  margin-bottom: 10px;
}
.featured-yt .yt-logo img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .featured-yt .yt-logo {
    margin-bottom: 30px;
  }
}
.featured-yt h4 {
  font-size: 22px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .featured-yt h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .featured-yt h4 {
    margin-bottom: 40px;
  }
}
.featured-yt__video iframe {
  width: 100%;
  height: auto;
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .featured-yt__video iframe {
    min-height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .featured-yt__video iframe {
    min-height: 300px;
  }
}
@media screen and (min-width: 1400px) {
  .featured-yt__video iframe {
    min-height: 400px;
  }
}

.thank-you__wrap {
  width: 100%;
  height: 220px;
  margin-bottom: 26px;
}
.thank-you__wrap iframe {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

@media screen and (min-width: 992px) {
  .static-page__section {
    width: 800px;
    background-color: var(--color-background-third);
    border-radius: 15px;
    padding: 2rem 4rem;
    margin: 3rem auto 6rem;
    color: var(--color-text);
  }
}
@media screen and (min-width: 992px) {
  .static-page__section--multiple {
    margin: 3rem auto 0;
  }
}
.static-page__section--multiple + .static-page__section {
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .static-page__section--multiple + .static-page__section {
    padding: 2rem 4rem;
  }
}
.static-page__section a {
  text-decoration: underline;
  transition: ease 0.3s;
  color: var(--color-text);
}
.static-page__section a:hover {
  opacity: 0.8;
}

.static-page__return {
  text-decoration: none !important;
  color: inherit;
  position: relative;
  display: block;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .static-page__return {
    margin-top: -5rem;
  }
}
.static-page__return span {
  font-size: 1rem;
  position: relative;
  bottom: -1px;
  padding-right: 0.5rem;
  transition: ease 0.3s;
}
.static-page__return:hover {
  text-decoration: none;
}
.static-page__return:hover > span {
  margin-left: -5px;
}

#cookieConsent {
  background-color: rgba(20, 20, 20, 0.98);
  font-size: 10px;
  color: var(--color-white);
  line-height: 1.8;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
  font-style: "muli", sans-serif;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  #cookieConsent {
    align-items: center;
    justify-content: space-around;
    font-size: 12px;
    padding: 1rem 0;
  }
}
#cookieConsent.is-active {
  display: block;
}

#cookieConsent a {
  color: inherit;
  transition: all 0.4s;
}
#cookieConsent a:hover, #cookieConsent a:focus {
  opacity: 0.8;
  text-decoration: underline;
}

#closeCookieConsent {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  margin-left: 6px;
  padding: 4px 0;
}

#closeCookieConsent:hover {
  color: #FFF;
}

#cookieConsent a.cookieConsentOK {
  display: inline-block;
  background-color: var(--color-primary);
  color: var(--color-text-invert);
  border-radius: 6px;
  padding: 10px 40px;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.4s;
  text-decoration: none;
}
#cookieConsent a.cookieConsentOK:hover {
  opacity: 0.8;
}

@media (min-width: 992px) {
  .cookie-wrap {
    margin: 0 auto;
    width: 100%;
  }
}
.cookie-wrap p:last-of-type {
  margin-bottom: 16px;
}
.cookie-wrap a {
  text-decoration: underline;
}

.country-switch {
  padding: 0 21px;
  margin: 0 auto;
  display: inline-block;
}
.header__content .country-switch {
  display: none;
}
@media screen and (min-width: 992px) {
  .header__content .country-switch {
    display: inline-block;
  }
}
.country-switch .separator {
  margin: 32px 0 10px;
  opacity: 0.3;
}
@media screen and (min-width: 992px) {
  .country-switch .separator {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .country-switch {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }
}

.country-switch__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .country-switch__list {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: var(--color-background-third);
    border-radius: 6px;
    z-index: 1;
    padding: 4px 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
  }
}

@media screen and (min-width: 992px) {
  .country-switch--show-list .country-switch__list {
    opacity: 1;
    pointer-events: all;
  }
}

.country-switch__item {
  color: var(--color-text-light);
  border: 1px solid var(--color-text-light);
  font-size: 14px;
  line-height: 16px;
  padding: 10px 16px;
  box-sizing: border-box;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.country-switch__item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .country-switch__item {
    display: flex;
    margin-right: 0;
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid var(--color-separators);
    color: var(--color-text-light);
    padding: 10px 16px;
    min-width: 155px;
    width: 100%;
    transition: background-color 0.2s ease-in-out;
    border-radius: 0;
  }
  .country-switch__item:last-child {
    border-bottom: 0;
  }
  .country-switch__item:hover {
    opacity: 0.7;
  }
}

.country-switch-item__icon {
  display: inline-block;
  width: 25px;
  margin-right: 10px;
}

.country-switch__item--is-active {
  color: var(--color-text-invert);
  border: 1px solid var(--color-text-invert);
}
@media screen and (min-width: 992px) {
  .country-switch__item--is-active {
    color: var(--color-text);
    border: none;
    border-bottom: 1px solid var(--color-separators);
  }
}

.country-switch-control {
  cursor: pointer;
  display: none;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .country-switch-control {
    display: flex;
  }
}
.country-switch-control .country-switch-item__icon {
  margin-right: 6px;
}
.country-switch-control i {
  font-size: 6px;
  display: inline-block;
  color: var(--color-text-light);
}

.partners-carousel-wrap {
  padding: 3rem 0 6rem;
}
.partners-carousel-wrap h2 {
  padding-bottom: 38px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-6000px);
  }
}
.partners-carousel {
  background: transparent !important;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.partners-carousel::before, .partners-carousel::after {
  background: linear-gradient(to right, rgb(248, 249, 251) 0%, rgba(248, 249, 251, 0) 100%);
  content: "";
  height: 240px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .partners-carousel::before, .partners-carousel::after {
    width: 60px;
  }
}
.partners-carousel::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.partners-carousel::before {
  left: 0;
  top: 0;
}
.partners-carousel .partners-carousel__slide-track {
  animation: scroll 60s linear infinite;
  display: flex;
  align-items: center;
  width: 6000px;
}
.partners-carousel .partners-carousel__slide {
  height: 100px;
  width: auto;
  margin: 0 50px;
}
@media screen and (max-width: 767px) {
  .partners-carousel .partners-carousel__slide {
    margin: 0 30px;
  }
}
.partners-carousel .partners-carousel__slide img {
  height: 100%;
  width: auto;
}

div.highway-slider {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 150px;
}
div.highway-slider div.highway-barrier {
  overflow: hidden;
  position: relative;
}
div.highway-slider ul.highway-lane {
  display: flex;
  height: 100%;
}
div.highway-slider ul.highway-lane li.highway-car {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: auto;
}
div.highway-slider ul.highway-lane li.highway-car img {
  height: 100%;
  width: auto;
}

@keyframes translateinfinite {
  100% {
    transform: translateX(-9000px);
  }
}
#infinite div.highway-barrier::before, #infinite div.highway-barrier::after {
  content: " ";
  position: absolute;
  z-index: 9;
  width: 180px;
  height: 100%;
}
#infinite div.highway-barrier::before {
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgb(248, 249, 251) 0%, rgba(248, 249, 251, 0) 100%);
}
#infinite div.highway-barrier::after {
  top: 0;
  right: 0;
  background: linear-gradient(to left, rgb(248, 249, 251) 0%, rgba(248, 249, 251, 0) 100%);
}
#infinite div.highway-barrier ul.highway-lane {
  width: 9000px;
  position: relative;
  right: -300px;
}
#infinite div.highway-barrier ul.highway-lane li.highway-car {
  margin: 0 50px;
  animation: translateinfinite 45s linear infinite;
}
#infinite div.highway-barrier ul.highway-lane li.highway-car span.fab {
  font-size: 65px;
}