.visually-hidden {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute !important;
}

.visually-shown {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  overflow: auto;
  position: inherit !important;
}

.clearfix:after, form.checkout:after, .clear:after {
  clear: both;
  content: " ";
  display: table;
}

.column {
  flex: 1 1 0;
  padding: 32px;
  display: block;
}

.columns.is-mobile > .column.is-narrow {
  flex: none;
}

.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.6667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6667%;
}

.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.6667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6667%;
}

.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.3333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333%;
}

.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.6667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6667%;
}

.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.3333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333%;
}

.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.6667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6667%;
}

.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (width <= 768px) {
  .column.is-narrow-mobile {
    flex: none;
  }

  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-mobile {
    margin-left: 50%;
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }

  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-mobile {
    margin-left: 0%;
  }

  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }

  .column.is-2-mobile {
    flex: none;
    width: 16.6667%;
  }

  .column.is-offset-2-mobile {
    margin-left: 16.6667%;
  }

  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-mobile {
    margin-left: 25%;
  }

  .column.is-4-mobile {
    flex: none;
    width: 33.3333%;
  }

  .column.is-offset-4-mobile {
    margin-left: 33.3333%;
  }

  .column.is-5-mobile {
    flex: none;
    width: 41.6667%;
  }

  .column.is-offset-5-mobile {
    margin-left: 41.6667%;
  }

  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-mobile {
    margin-left: 50%;
  }

  .column.is-7-mobile {
    flex: none;
    width: 58.3333%;
  }

  .column.is-offset-7-mobile {
    margin-left: 58.3333%;
  }

  .column.is-8-mobile {
    flex: none;
    width: 66.6667%;
  }

  .column.is-offset-8-mobile {
    margin-left: 66.6667%;
  }

  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-mobile {
    margin-left: 75%;
  }

  .column.is-10-mobile {
    flex: none;
    width: 83.3333%;
  }

  .column.is-offset-10-mobile {
    margin-left: 83.3333%;
  }

  .column.is-11-mobile {
    flex: none;
    width: 91.6667%;
  }

  .column.is-offset-11-mobile {
    margin-left: 91.6667%;
  }

  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (width >= 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }

  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }

  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }

  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }

  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.6667%;
  }

  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.6667%;
  }

  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.3333%;
  }

  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.3333%;
  }

  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.6667%;
  }

  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.6667%;
  }

  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.3333%;
  }

  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.3333%;
  }

  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.6667%;
  }

  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.6667%;
  }

  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.3333%;
  }

  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.3333%;
  }

  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.6667%;
  }

  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.6667%;
  }

  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (width <= 1023px) {
  .column.is-narrow-touch {
    flex: none;
  }

  .column.is-full-touch {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-touch {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-touch {
    margin-left: 50%;
  }

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }

  .column.is-0-touch {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-touch {
    margin-left: 0%;
  }

  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }

  .column.is-2-touch {
    flex: none;
    width: 16.6667%;
  }

  .column.is-offset-2-touch {
    margin-left: 16.6667%;
  }

  .column.is-3-touch {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-touch {
    margin-left: 25%;
  }

  .column.is-4-touch {
    flex: none;
    width: 33.3333%;
  }

  .column.is-offset-4-touch {
    margin-left: 33.3333%;
  }

  .column.is-5-touch {
    flex: none;
    width: 41.6667%;
  }

  .column.is-offset-5-touch {
    margin-left: 41.6667%;
  }

  .column.is-6-touch {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-touch {
    margin-left: 50%;
  }

  .column.is-7-touch {
    flex: none;
    width: 58.3333%;
  }

  .column.is-offset-7-touch {
    margin-left: 58.3333%;
  }

  .column.is-8-touch {
    flex: none;
    width: 66.6667%;
  }

  .column.is-offset-8-touch {
    margin-left: 66.6667%;
  }

  .column.is-9-touch {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-touch {
    margin-left: 75%;
  }

  .column.is-10-touch {
    flex: none;
    width: 83.3333%;
  }

  .column.is-offset-10-touch {
    margin-left: 83.3333%;
  }

  .column.is-11-touch {
    flex: none;
    width: 91.6667%;
  }

  .column.is-offset-11-touch {
    margin-left: 91.6667%;
  }

  .column.is-12-touch {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (width >= 1024px) {
  .column.is-narrow-desktop {
    flex: none;
  }

  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }

  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-desktop {
    margin-left: 0%;
  }

  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }

  .column.is-2-desktop {
    flex: none;
    width: 16.6667%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.6667%;
  }

  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-desktop {
    margin-left: 25%;
  }

  .column.is-4-desktop {
    flex: none;
    width: 33.3333%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.3333%;
  }

  .column.is-5-desktop {
    flex: none;
    width: 41.6667%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.6667%;
  }

  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-desktop {
    margin-left: 50%;
  }

  .column.is-7-desktop {
    flex: none;
    width: 58.3333%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.3333%;
  }

  .column.is-8-desktop {
    flex: none;
    width: 66.6667%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.6667%;
  }

  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-desktop {
    margin-left: 75%;
  }

  .column.is-10-desktop {
    flex: none;
    width: 83.3333%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.3333%;
  }

  .column.is-11-desktop {
    flex: none;
    width: 91.6667%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.6667%;
  }

  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (width >= 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
  }

  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }

  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }

  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }

  .column.is-2-widescreen {
    flex: none;
    width: 16.6667%;
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.6667%;
  }

  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }

  .column.is-4-widescreen {
    flex: none;
    width: 33.3333%;
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.3333%;
  }

  .column.is-5-widescreen {
    flex: none;
    width: 41.6667%;
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.6667%;
  }

  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }

  .column.is-7-widescreen {
    flex: none;
    width: 58.3333%;
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.3333%;
  }

  .column.is-8-widescreen {
    flex: none;
    width: 66.6667%;
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.6667%;
  }

  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }

  .column.is-10-widescreen {
    flex: none;
    width: 83.3333%;
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.3333%;
  }

  .column.is-11-widescreen {
    flex: none;
    width: 91.6667%;
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.6667%;
  }

  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (width >= 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
  }

  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }

  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }

  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }

  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }

  .column.is-2-fullhd {
    flex: none;
    width: 16.6667%;
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.6667%;
  }

  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }

  .column.is-4-fullhd {
    flex: none;
    width: 33.3333%;
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.3333%;
  }

  .column.is-5-fullhd {
    flex: none;
    width: 41.6667%;
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.6667%;
  }

  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }

  .column.is-7-fullhd {
    flex: none;
    width: 58.3333%;
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.3333%;
  }

  .column.is-8-fullhd {
    flex: none;
    width: 66.6667%;
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.6667%;
  }

  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }

  .column.is-10-fullhd {
    flex: none;
    width: 83.3333%;
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.3333%;
  }

  .column.is-11-fullhd {
    flex: none;
    width: 91.6667%;
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.6667%;
  }

  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-top: -32px;
  margin-left: -32px;
  margin-right: -32px;
}

.columns:last-child {
  margin-bottom: -32px;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 32px);
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-vcentered {
  align-items: center;
}

@media screen and (width >= 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media screen and (width >= 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: .75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (width <= 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (width >= 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (width >= 769px) and (width <= 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (width <= 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (width >= 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (width >= 1024px) and (width <= 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (width >= 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (width >= 1216px) and (width <= 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (width >= 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: .25rem;
}

@media screen and (width <= 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: .25rem;
  }
}

@media screen and (width >= 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: .25rem;
  }
}

@media screen and (width >= 769px) and (width <= 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: .25rem;
  }
}

@media screen and (width <= 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: .25rem;
  }
}

@media screen and (width >= 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: .25rem;
  }
}

@media screen and (width >= 1024px) and (width <= 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: .25rem;
  }
}

@media screen and (width >= 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: .25rem;
  }
}

@media screen and (width >= 1216px) and (width <= 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: .25rem;
  }
}

@media screen and (width >= 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: .25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: .5rem;
}

@media screen and (width <= 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: .5rem;
  }
}

@media screen and (width >= 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: .5rem;
  }
}

@media screen and (width >= 769px) and (width <= 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: .5rem;
  }
}

@media screen and (width <= 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: .5rem;
  }
}

@media screen and (width >= 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: .5rem;
  }
}

@media screen and (width >= 1024px) and (width <= 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: .5rem;
  }
}

@media screen and (width >= 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: .5rem;
  }
}

@media screen and (width >= 1216px) and (width <= 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: .5rem;
  }
}

@media screen and (width >= 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: .5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: .75rem;
}

@media screen and (width <= 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: .75rem;
  }
}

@media screen and (width >= 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: .75rem;
  }
}

@media screen and (width >= 769px) and (width <= 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: .75rem;
  }
}

@media screen and (width <= 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: .75rem;
  }
}

@media screen and (width >= 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: .75rem;
  }
}

@media screen and (width >= 1024px) and (width <= 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: .75rem;
  }
}

@media screen and (width >= 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: .75rem;
  }
}

@media screen and (width >= 1216px) and (width <= 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: .75rem;
  }
}

@media screen and (width >= 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: .75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (width <= 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (width >= 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (width >= 769px) and (width <= 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (width <= 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (width >= 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (width >= 1024px) and (width <= 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (width >= 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (width >= 1216px) and (width <= 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (width >= 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (width <= 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (width >= 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (width >= 769px) and (width <= 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (width <= 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (width >= 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (width >= 1024px) and (width <= 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (width >= 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (width >= 1216px) and (width <= 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (width >= 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (width <= 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (width >= 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (width >= 769px) and (width <= 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (width <= 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (width >= 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (width >= 1024px) and (width <= 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (width >= 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (width >= 1216px) and (width <= 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (width >= 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (width <= 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (width >= 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (width >= 769px) and (width <= 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (width <= 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (width >= 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (width >= 1024px) and (width <= 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (width >= 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (width >= 1216px) and (width <= 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (width >= 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (width <= 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (width >= 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (width >= 769px) and (width <= 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (width <= 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (width >= 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (width >= 1024px) and (width <= 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (width >= 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (width >= 1216px) and (width <= 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (width >= 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

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

.is-sr-only {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: none !important;
  width: .01em !important;
  height: .01em !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

@media screen and (width <= 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (width >= 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (width >= 769px) and (width <= 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (width <= 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (width >= 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (width >= 1024px) and (width <= 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (width >= 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (width >= 1216px) and (width <= 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (width >= 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (width <= 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (width >= 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (width >= 769px) and (width <= 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (width <= 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (width >= 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (width >= 1024px) and (width <= 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (width >= 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (width >= 1216px) and (width <= 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (width >= 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: #0000;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

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

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

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: .35em .75em .625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[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, [hidden] {
  display: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 10px;
}

body {
  font-variant-ligatures: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1e1e1e;
  font-family: Golos Text, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #1e1e1e;
  text-decoration: underline;
}

a:hover {
  color: #999;
  text-decoration: none;
}

hr {
  background-color: #e0e0e0;
  border: none;
  width: 100%;
  height: 1px;
}

.title, .cart-collaterals .cart_totals h2, .woocommerce-cart-form__title, .post-card__cat, .post-card__title, .rte h1, .rte h2, .rte h3 {
  font-family: display, -apple-system, BlinkMacSystemFont, Times, Times New Roman, serif;
  line-height: 1.1;
}

.title--1 {
  font-size: 32px;
}

@media screen and (width >= 1024px) {
  .title--1 {
    font-size: 48px;
  }
}

.title--2, .cart-collaterals .cart_totals h2, .woocommerce-cart-form__title, .post-card__title--large, .rte h1 {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (width >= 1024px) {
  .title--2, .cart-collaterals .cart_totals h2, .woocommerce-cart-form__title, .post-card__title--large, .rte h1 {
    font-size: 34px;
  }
}

.title--3, .post-card__title, .rte h3, .rte h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (width >= 1024px) {
  .title--3, .post-card__title, .rte h3, .rte h2 {
    font-size: 24px;
  }
}

.title--4, .rte h4 {
  font-size: 16px;
  font-weight: 500;
}

.subtitle {
  text-transform: uppercase;
  letter-spacing: .15rem;
  margin-bottom: 8px;
  font-family: display, -apple-system, BlinkMacSystemFont, Times, Times New Roman, serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.title--white {
  color: #fff;
}

@media screen and (width >= 769px) {
  .title--sticky {
    align-self: start;
    position: sticky;
    top: 0;
  }
}

*, :after, :before {
  box-sizing: border-box;
}

body {
  background-color: #f6f6f6;
  padding-top: 108px;
  overflow-x: hidden;
}

@media screen and (width >= 1024px) {
  body {
    padding-top: 123px;
  }
}

.skip-link {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute !important;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :focus {
    outline-offset: 5px;
    transition: outline-offset .25s;
  }
}

.responsive-iframe {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25% !important;
}

.responsive-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.push-left {
  margin-left: auto;
}

.push-right {
  margin-right: auto;
}

body:after {
  content: "mobile";
  display: none;
}

@media screen and (width >= 769px) {
  body:after {
    content: "tablet";
  }
}

@media screen and (width >= 1024px) {
  body:after {
    content: "desktop";
  }
}

.overflow-hidden {
  overflow: hidden;
}

@font-face {
  font-family: star;
  src: url("star.dfefa406.eot");
  src: url("star.dfefa406.eot#iefix") format("embedded-opentype"), url("star.d2ed66d7.woff") format("woff"), url("star.9fbdcbda.ttf") format("truetype"), url("star.62788379.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: display;
  src: url("display.911db76b.woff2") format("woff2"), url("display.38349769.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

form input:focus, form textarea:focus, form select:focus {
  outline: none;
}

form ::placeholder {
  color: #999;
}

form input:not([type="checkbox"]):not([type="radio"]), form select, form textarea {
  -webkit-appearance: none;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  outline: none;
  margin: 0;
  padding: 15px;
  font-size: 15px;
  transition: all .2s ease-in-out;
}

@media screen and (width <= 1023px) {
  form input:not([type="checkbox"]):not([type="radio"]), form select, form textarea {
    font-size: 16px;
  }
}

form input:not([type="checkbox"]):not([type="radio"]):hover, form input:not([type="checkbox"]):not([type="radio"]):focus, form select:hover, form select:focus, form textarea:hover, form textarea:focus {
  border-color: #1e1e1e;
}

form button:not(.search-submit):not(.single_add_to_cart_button):not(.button--coupon):not(#coupon_code_button), form [type="button"], form [type="reset"], form [type="submit"]:not(.search-submit):not(.button--coupon):not(#coupon_code_button) {
  cursor: pointer;
  border: none;
  outline: none;
  width: 100%;
  margin-top: 24px;
  display: block;
}

form button:not(.search-submit):not(.single_add_to_cart_button):not(.button--coupon):not(#coupon_code_button):hover, form [type="button"]:hover, form [type="reset"]:hover, form [type="submit"]:not(.search-submit):not(.button--coupon):not(#coupon_code_button):hover {
  background: none, 90%;
}

form fieldset {
  margin-top: 40px;
}

form fieldset legend {
  -webkit-font-smoothing: auto;
  letter-spacing: .03rem;
  text-transform: uppercase;
  font-family: display, -apple-system, BlinkMacSystemFont, Times, Times New Roman, serif;
  font-size: 1.2rem;
}

.wpcf7 label {
  width: 100%;
}

.wpcf7 p {
  margin-bottom: 16px;
}

.wpcf7 .wpcf7-form-control-wrap {
  margin-top: 4px;
}

.wpcf7 input, .wpcf7 textarea {
  width: 100%;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}

.container--narrow {
  max-width: 1140px;
}

.container--small {
  max-width: 680px;
}

.container--narrower {
  max-width: 860px;
}

.container--large {
  max-width: 1470px;
}

@media only screen and (width <= 1550px) {
  .container--large {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (width <= 768px) {
  .container--large {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media only screen and (width <= 1380px) {
  .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (width <= 768px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.site-footer {
  position: relative;
}

.site-footer .container {
  z-index: 2;
  position: relative;
}

.site-footer__top {
  padding: 40px 0 64px;
}

@media screen and (width >= 1024px) {
  .site-footer__top {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 52px;
    padding: 80px 0 100px;
    display: grid;
  }
}

.site-footer__top .container {
  flex-wrap: wrap;
  display: flex;
}

.footer-logo svg {
  height: 26px;
}

.site-footer__bottom {
  border-top: 1px solid #e0e0e0;
  flex-direction: column;
  padding: 24px 0 80px;
  display: flex;
}

@media screen and (width >= 1024px) {
  .site-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.site-footer__bottom .payments {
  margin-top: 16px;
}

@media screen and (width >= 1024px) {
  .site-footer__bottom .payments {
    margin-top: 0;
  }
}

@media screen and (width <= 1023px) {
  .site-footer__bottom .payments .payments__item {
    margin-left: 0;
    margin-right: 24px;
    padding: 0;
  }
}

.site-footer__copy {
  color: #777;
  font-size: 1.3rem;
}

.site-footer__copy a {
  color: #777;
  margin-right: 24px;
  text-decoration: none;
}

.site-footer__copy a:hover {
  color: #1e1e1e;
}

@media screen and (width <= 1023px) {
  .site-footer__copy {
    margin-top: 16px;
  }

  .site-footer__copy a {
    display: block;
  }
}

.footer-block {
  margin-bottom: 32px;
}

.footer-block:last-child {
  margin-bottom: 0;
}

@media screen and (width >= 1024px) {
  .footer-block {
    width: auto;
    margin-bottom: 0;
  }
}

.footer-block__title {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (width <= 1023px) {
  .footer-block__content ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
    display: grid;
  }
}

.footer-block__content ul li {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
}

.footer-block__content ul li a {
  background-image: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCA2IDkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQ2F0ZWdvcnkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzkzLjAwMDAwMCwgLTM3NDkuMDAwMDAwKSIgZmlsbC1ydWxlPSJub256ZXJvIiBzdHJva2U9IiM0OTQ5NDUiIHN0cm9rZS13aWR0aD0iMS40Ij4KICAgICAgICAgICAgPGcgaWQ9ImZvb3RlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA2LjAwMDAwMCwgMzY5NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xNS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDE0LjAwMDAwMCwgNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMiIgcG9pbnRzPSIyNzQgNDggMjc3LjUgNTEuNSAyNzQgNTUiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-position: 100%;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

.footer-block__content p {
  margin-top: 12px;
  line-height: 27px;
}

.footer-block__content a {
  text-decoration: none;
}

.footer-block__content hr {
  background: #e0e0e0;
  border: none;
  width: 100%;
  height: 1px;
  margin: 12px 0;
  display: block;
}

.footer-usp {
  color: #fff;
  gap: 32px;
  margin-top: 32px;
  display: grid;
}

@media screen and (width >= 1024px) {
  .footer-usp {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 52px;
    margin-top: 64px;
  }
}

.footer-usp__item {
  flex-shrink: 0;
  align-items: center;
}

.footer-usp__item h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.footer-usp__item span {
  margin-top: 12px;
  display: block;
}

.footer-usp__item i {
  background: #39ff6f0d;
  border: 1px solid #39ff6f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  display: flex;
}

.footer-usp__item svg path {
  stroke: #39ff6f;
}

.site-header {
  z-index: 100;
  background: #fff;
  width: 100%;
  transition: all .3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(0);
}

.site-header__top {
  z-index: 10;
  background: #1f1f1e;
  border-bottom: 1px solid #3d3d3d;
  height: 48px;
  font-size: 1.3rem;
  display: flex;
  position: relative;
}

@media screen and (width >= 769px) {
  .site-header__top {
    display: block;
  }
}

.site-header__top .container {
  color: #fff;
  align-items: center;
  height: 100%;
  font-weight: 400;
  display: flex;
  position: relative;
}

.site-header__top .container .trustpilot-score a {
  color: inherit;
}

.site-header__top .container .site-header-usp {
  text-align: right;
  margin-left: 40px;
  display: none;
}

@media screen and (width >= 1024px) {
  .site-header__top .container .site-header-usp {
    display: block;
  }
}

.site-header__top .container .site-header-usp svg {
  height: 8px;
  margin: 0 4px 0 0;
}

.site-header__bottom {
  z-index: 10;
  color: #fff;
  background: #1f1f1e;
  position: relative;
}

.site-header__bottom > .container {
  align-items: center;
  height: 60px;
  display: flex;
}

@media screen and (width >= 1024px) {
  .site-header__bottom > .container {
    height: 75px;
  }
}

.site-header--checkout {
  background-color: #1f1f1e;
  padding: 16px 0;
  position: relative;
}

.site-header--checkout .container {
  justify-content: space-between;
  display: flex;
}

.site-header--checkout .container .trustpilot-score .trustpilot-score__score {
  color: #fff;
}

.site-header--checkout .site-logo {
  justify-content: flex-start;
  align-items: center;
}

.site-header__container {
  align-items: center;
  display: flex;
}

.site-logo {
  color: #fff;
  text-decoration: none;
}

@media screen and (width <= 1023px) {
  .site-logo {
    flex: 2;
    justify-content: center;
    display: flex;
  }
}

.site-logo svg {
  width: auto;
  height: 22px;
  display: block;
  position: relative;
  top: -2px;
}

@media screen and (width >= 1024px) {
  .site-logo svg {
    height: 26px;
  }
}

.site-search {
  cursor: pointer;
}

@media screen and (width >= 1024px) {
  .site-search {
    display: block;
  }
}

.site-header__search {
  visibility: hidden;
  z-index: 0;
  opacity: 0;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  padding: 0 24px 16px;
  transition: all .3s ease-in-out;
  position: absolute;
  left: 0;
  transform: translateY(-100px);
}

.site-header__search.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (width >= 769px) {
  .site-header__search .search-form {
    width: 80%;
    margin: 0 auto;
  }

  .site-header__search .search-form input {
    width: 100%;
    height: 50px;
  }
}

@media screen and (width >= 1024px) {
  .site-header__search .search-form {
    width: 60%;
  }
}

.site-user-nav {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.site-user-nav > * {
  margin-left: 16px;
}

.site-user-nav svg {
  width: auto;
  height: 28px;
  display: block;
}

.site-user-nav svg path, .site-user-nav svg circle {
  stroke: #fff;
}

.site-user-nav a {
  color: #fff;
}

.site-nav-toggle {
  flex: 1;
}

.site-header.headroom {
  will-change: transform;
  transition: transform .2s linear;
}

.site-header.headroom--unpinned {
  transform: translateY(-100%);
}

.site-header.headroom--not-top.headroom--pinned {
  transform: translateY(-48px);
}

.site-header.active.headroom--not-top {
  transform: translateY(-48px) !important;
}

.site-header.active.headroom--top {
  transform: translateY(0) !important;
}

.site-header .header-top-menu {
  margin-left: auto;
}

.site-announcement {
  text-align: center;
  background: #39ff6f;
  justify-content: center;
  align-items: center;
  height: 58px;
  font-weight: 500;
  display: flex;
}

.site-announcement a, .site-announcement p {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.site-announcement b {
  color: red;
}

.site-announcement a:after {
  content: "";
  transform-origin: 0;
  background: #fff;
  width: 100%;
  height: 1px;
  transition: transform .25s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}

.site-announcement a:hover {
  opacity: 1;
}

.site-announcement a:hover:after {
  transform: scaleX(1);
}

.section--gap {
  margin-top: 50px;
}

@media screen and (width >= 1024px) {
  .section--gap {
    margin-top: 64px;
  }
}

.section--gap-sm {
  margin-top: 25px;
}

@media screen and (width >= 769px) {
  .section--gap-sm {
    margin-top: 50px;
  }
}

.section--gap-bottom {
  margin-bottom: 40px;
}

@media screen and (width >= 769px) {
  .section--gap-bottom {
    margin-bottom: 64px;
  }
}

.section--woocommerce {
  margin-top: 40px;
}

.section--padded {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (width >= 1024px) {
  .section--padded {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.section--padded + .section--padded, .section--padded-l + .section--padded, .section--padded + .section--padded-l, .product + .section--padded-l {
  margin-top: 0;
}

.section--padded-l {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (width >= 1024px) {
  .section--padded-l {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section--padded-top {
  padding-top: 50px;
}

@media screen and (width >= 1024px) {
  .section--padded-top {
    padding-top: 64px;
  }
}

.section--padded-huge {
  padding-top: 75px;
  padding-bottom: 75px;
}

@media screen and (width >= 769px) {
  .section--padded-huge {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.section--border-t {
  border-top: 1px solid #e0e0e0;
}

.section--border-b {
  border-bottom: 1px solid #e0e0e0;
}

.section--border-tb {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.section--bg-primary {
  color: #fff;
  background-color: #1e1e1e;
}

.section--bg-tinted {
  background-color: #fdddaa;
}

.section--bg-white {
  background-color: #fff;
}

.section--bg-dark {
  background-color: #1f1f1e;
}

.section--ac, .section__header--ac {
  text-align: center;
}

.section__body:not(:first-child) {
  margin-top: 24px;
}

@media screen and (width >= 1024px) {
  .section__body:not(:first-child) {
    margin-top: 32px;
  }
}

.site-nav {
  display: none;
}

@media screen and (width >= 1024px) {
  .site-nav {
    align-items: center;
    height: 100%;
    margin-left: 64px;
    display: flex;
  }

  .site-nav .header-menu {
    flex-wrap: wrap;
    height: 100%;
    margin-left: -16px;
    display: flex;
  }
}

.site-nav .menu-item {
  margin: 0 16px;
  position: relative;
}

.site-nav .menu-item > a {
  color: #fff;
  align-items: center;
  height: 100%;
  padding: 16px 0;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
}

.site-nav .menu-item > a:hover {
  color: #fff9;
}

.site-nav .menu-item.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.site-nav .sub-menu {
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border-radius: 6px;
  width: 300px;
  padding: 16px 0;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 100%;
  left: -16px;
  right: 0;
  transform: translateY(-32px);
  box-shadow: 1px 0 10px #00000026;
}

.site-nav .sub-menu .menu-item > a {
  color: #1e1e1e;
  padding: 6px 0;
  font-size: 15px;
}

.site-nav .sub-menu .menu-item > a:hover {
  color: #1e1e1e99;
}

.site-nav-mobile {
  z-index: 10000;
  background-color: #1f1f1e;
  width: 80vw;
  height: 100%;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  position: fixed;
  top: 0;
  left: -100%;
  overflow-y: auto;
}

.site-nav-mobile.is-active {
  opacity: 1;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
  left: 0;
  overflow-y: scroll;
}

.site-nav-mobile.is-active::-webkit-scrollbar {
  display: none;
}

.site-nav-mobile__close {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 32px;
}

.site-nav-mobile ul.header-menu {
  padding: 64px 0 0;
}

.site-nav-mobile ul.header-menu > li.menu-item {
  border-top: 1px solid #3d3d3d;
  display: block;
  position: relative;
}

.site-nav-mobile ul.header-menu > li.menu-item > a {
  color: #fff;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.site-nav-mobile ul.header-menu > li.menu-item.menu-item-has-children:after {
  content: "+";
  text-align: center;
  box-sizing: border-box;
  z-index: 100;
  color: #999;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  height: 60px;
  padding-right: 32px;
  font-size: 24px;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.site-nav-mobile ul.header-menu > li.menu-item > ul {
  margin-bottom: 16px;
  display: none;
}

.site-nav-mobile ul.header-menu > li.menu-item > ul li {
  padding: 0 24px;
}

.site-nav-mobile ul.header-menu > li.menu-item > ul li a {
  color: #fff;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.site-nav-mobile ul.side-menu__nav-small {
  border-top: 1px solid #3d3d3d;
  padding: 16px 0 0;
}

.site-nav-mobile ul.side-menu__nav-small li {
  display: block;
  position: relative;
}

.site-nav-mobile ul.side-menu__nav-small li a {
  color: #999;
  padding: 6px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.site-nav-toggle {
  box-shadow: none;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 20;
  background: none;
  border: none;
  outline: none;
  height: 40px;
  padding: 0;
  transition: all .2s ease-in-out;
  display: block;
}

.site-nav-toggle span {
  background: #fff;
  width: 28px;
  height: 2px;
  transition: all 0s .2s;
  display: block;
  position: relative;
}

.site-nav-toggle span:before, .site-nav-toggle span:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
}

.site-nav-toggle span:before {
  top: -6px;
}

.site-nav-toggle span:after {
  bottom: -6px;
}

.site-nav-toggle:hover {
  background: inherit;
}

@media screen and (width >= 1024px) {
  .site-nav-toggle {
    display: none;
  }
}

.site-nav-overlay {
  opacity: 0;
  z-index: 9000;
  pointer-events: none;
  cursor: w-resize;
  background-color: #00000080;
  transition: all .2s ease-in-out;
  display: block;
  position: fixed;
  inset: 0;
}

.site-nav-overlay.is-active {
  opacity: .7;
  pointer-events: all;
  backface-visibility: hidden;
}

.button, .woocommerce-Addresses .woocommerce-Address a, .wc-block-cart__submit-button {
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 16px 32px;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button--primary, .order-again .button, .order-again .wc-block-cart__submit-button, .order-again .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .order-again a, .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout, .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .woocommerce-Addresses .woocommerce-Address a.checkout, .woocommerce-Addresses .woocommerce-Address .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__buttons .woocommerce-Addresses .woocommerce-Address a.checkout, .woocommerce-Addresses .woocommerce-Address .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout, .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout.wc-block-cart__submit-button, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout.wc-block-cart__submit-button, .summary .cart .button, .summary .cart .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .summary .cart a, .summary .cart .wc-block-cart__submit-button, .product-card.add-to-cart-clicked .add_to_cart_button, .wc-block-cart__submit-button, .cart-collaterals .wc-proceed-to-checkout a, form button:not(.search-submit):not(.single_add_to_cart_button):not(.button--coupon):not(#coupon_code_button), form [type="button"], form [type="reset"], form [type="submit"]:not(.search-submit):not(.button--coupon):not(#coupon_code_button), .button--green {
  color: #1e1e1e;
  background: #39ff6f;
}

.button--primary:hover, .order-again .button:hover, .order-again .woocommerce-Addresses .woocommerce-Address a:hover, .woocommerce-Addresses .woocommerce-Address .order-again a:hover, .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout:hover, .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .woocommerce-Addresses .woocommerce-Address a.checkout:hover, .woocommerce-Addresses .woocommerce-Address .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout:hover, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout:hover, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__buttons .woocommerce-Addresses .woocommerce-Address a.checkout:hover, .woocommerce-Addresses .woocommerce-Address .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout:hover, .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout.wc-block-cart__submit-button:hover, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout.wc-block-cart__submit-button:hover, .summary .cart .button:hover, .summary .cart .woocommerce-Addresses .woocommerce-Address a:hover, .woocommerce-Addresses .woocommerce-Address .summary .cart a:hover, .summary .cart .wc-block-cart__submit-button:hover, .product-card.add-to-cart-clicked .add_to_cart_button:hover, .wc-block-cart__submit-button:hover, .cart-collaterals .wc-proceed-to-checkout a:hover, form button:hover:not(.search-submit):not(.single_add_to_cart_button):not(.button--coupon):not(#coupon_code_button), form [type="button"]:hover, form [type="reset"]:hover, form [type="submit"]:hover:not(.search-submit):not(.button--coupon):not(#coupon_code_button), .button--green:hover {
  color: #1e1e1e;
  background: #1bbc47;
}

.button--secondary, body.woocommerce-checkout .coupon-form .form-row .button, body.woocommerce-checkout .coupon-form .form-row .wc-block-cart__submit-button, body.woocommerce-checkout .coupon-form .form-row .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address body.woocommerce-checkout .coupon-form .form-row a, .shop_table td .button, .shop_table td .wc-block-cart__submit-button, .shop_table th .button, .shop_table th .wc-block-cart__submit-button, .woocommerce-Addresses .woocommerce-Address a, .woocommerce-notices-wrapper .button, .woocommerce-notices-wrapper .wc-block-cart__submit-button, .product-card .button, .product-card .wc-block-cart__submit-button, .product-card .add_to_cart_button {
  color: #1e1e1e;
  background: #fff;
  border: 1px solid #e0e0e0;
}

.button--secondary:hover, body.woocommerce-checkout .coupon-form .form-row .button:hover, body.woocommerce-checkout .coupon-form .form-row .wc-block-cart__submit-button:hover, body.woocommerce-checkout .coupon-form .form-row .woocommerce-Addresses .woocommerce-Address a:hover, .woocommerce-Addresses .woocommerce-Address body.woocommerce-checkout .coupon-form .form-row a:hover, .shop_table td .button:hover, .shop_table td .wc-block-cart__submit-button:hover, .shop_table th .button:hover, .shop_table th .wc-block-cart__submit-button:hover, .woocommerce-Addresses .woocommerce-Address a:hover, .woocommerce-notices-wrapper .button:hover, .woocommerce-notices-wrapper .wc-block-cart__submit-button:hover, .product-card .button:hover, .product-card .wc-block-cart__submit-button:hover, .product-card .add_to_cart_button:hover {
  color: #fff;
  background: #1e1e1e;
  border-color: #1e1e1e;
}

.button--large, .summary .cart .button, .summary .cart .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .summary .cart a, .summary .cart .wc-block-cart__submit-button, .cart-collaterals .wc-proceed-to-checkout a, form button:not(.search-submit):not(.single_add_to_cart_button):not(.button--coupon):not(#coupon_code_button), form [type="button"], form [type="reset"], form [type="submit"]:not(.search-submit):not(.button--coupon):not(#coupon_code_button) {
  padding: 20px 18px;
}

.button--small {
  padding: 8px;
}

.button--icon {
  align-items: center;
  display: inline-flex;
}

.button--icon svg {
  height: 24px;
  margin: 0 16px 0 0;
}

.button--text {
  text-transform: none;
  color: #1e1e1e;
  align-items: center;
  padding: 0;
  font-family: Golos Text, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
}

.button--text svg {
  margin-right: 10px;
}

.button--text:hover {
  color: #777;
}

.button--back {
  color: #777;
  background: #fdddaa;
}

.button--back:hover {
  color: #fff;
  background: #1e1e1e;
}

.hero {
  max-width: 1470px;
  position: relative;
}

@media screen and (width >= 1024px) {
  .hero {
    margin: 32px auto 0;
    padding: 0 20px;
  }
}

.hero__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero__wrap .container {
  height: 100%;
  display: flex;
}

.hero__wrap .container.ha-left {
  justify-content: flex-start;
}

.hero__wrap .container.ha-center {
  justify-content: center;
}

.hero__wrap .container.ha-right {
  justify-content: flex-end;
}

.hero__wrap .container.va-top {
  align-items: flex-start;
}

.hero__wrap .container.va-center {
  align-items: center;
}

.hero__wrap .container.va-bottom {
  align-items: flex-end;
}

.hero__body {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (width >= 1024px) {
  .hero__body {
    z-index: 10;
    max-width: 600px;
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero__body .button, .hero__body .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .hero__body a, .hero__body .wc-block-cart__submit-button {
    border: none;
  }
}

.hero__body .hero__subtitle {
  font-size: 20px;
  display: block;
}

.hero__body .hero__title {
  position: relative;
  left: -3px;
}

.hero__body .hero__content {
  margin-top: 24px;
  font-size: 16px;
}

.hero__body .hero__button {
  margin-top: 24px;
}

@media screen and (width >= 1024px) {
  .hero__body .hero__button {
    margin-top: 40px;
  }
}

.hero__background {
  position: relative;
}

@media screen and (width >= 1024px) {
  .hero__background {
    border-radius: 8px;
    overflow: hidden;
  }

  .hero__background.has-overlay:after {
    content: "";
    opacity: .2;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.hero__background .media-box {
  min-height: 400px;
}

.hero__background .media-box .media-box:before, .hero__background .media-box.media-box:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  display: block;
}

@media screen and (width >= 1024px) {
  .hero__background .media-box {
    max-height: 500px;
  }

  .hero__background .media-box .media-box:before, .hero__background .media-box.media-box:before {
    content: "";
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    display: block;
  }

  .hero__background .media-box.is-mobile {
    display: none;
  }
}

@media screen and (width <= 1023px) {
  .hero__background .media-box.is-desktop {
    display: none;
  }
}

.card {
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.card:hover .card__title {
  color: #333;
}

.card:hover .card__meta {
  color: #1e1e1e;
  opacity: .3;
}

.card:hover .card__thumb {
  opacity: .9;
}

.card__thumb {
  border-radius: 8px;
  transition: all .3s;
  overflow: hidden;
}

.card__content {
  margin-top: 16px;
}

@media screen and (width >= 1024px) {
  .card__content {
    margin-top: 24px;
  }
}

.card__title {
  color: #1e1e1e;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  transition: all .3s;
}

.card__date {
  opacity: .3;
  margin-top: 8px;
  display: block;
}

.share__button {
  margin-right: 17px;
  text-decoration: none;
  display: inline-block;
}

@media screen and (width >= 1024px) {
  .share__button svg {
    width: 50px;
    height: 50px;
  }
}

.media-box {
  position: relative;
  overflow: hidden;
}

.media-box img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.media-box--contain img {
  object-fit: contain;
}

.media-box--portrait .media-box:before, .media-box--portrait.media-box:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 125%;
  display: block;
}

.media-box--landscape .media-box:before, .media-box--landscape.media-box:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  display: block;
}

.media-box--square .media-box:before, .media-box--square.media-box:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 102%;
  display: block;
}

.media-box--wide .media-box:before, .media-box--wide.media-box:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  display: block;
}

.media-box--ultra-wide .media-box:before, .media-box--ultra-wide.media-box:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 45%;
  display: block;
}

.media-box--card .media-box:before, .media-box--card.media-box:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  display: block;
}

.media-box--product .media-box:before, .media-box--product.media-box:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  display: block;
}

.rte > :not(h1):not(h2):not(h3):not(figure):not(.button):not(.wc-block-cart__submit-button):not(.btn) {
  margin-top: 16px;
}

.rte > :first-child {
  margin-top: 0 !important;
}

.rte > :first-child:not(.btn), .rte > :first-child:not(.responsive-iframe) {
  padding-top: 0;
}

.rte a:not(.button):not(.wc-block-cart__submit-button):not(.btn) {
  color: #333;
  transition: all .2s ease-in-out;
}

.rte a:not(.button):not(.wc-block-cart__submit-button):not(.btn):hover {
  color: #1e1e1e;
}

.rte .button, .rte .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .rte a, .rte .wc-block-cart__submit-button {
  margin-top: 24px;
}

.rte .btn + .btn {
  margin-left: 16px;
}

.rte strong {
  color: #1e1e1e;
  font-weight: 500;
}

.rte ul {
  list-style: inside;
}

.rte ol {
  list-style: decimal inside;
}

.rte img {
  width: 100%;
  height: auto;
}

.rte p, .rte ul, .rte ol {
  font-family: Golos Text, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.rte p + h2, .rte p + h3, .rte ul + h2, .rte ul + h3 {
  margin-top: 32px;
}

.rte p {
  line-height: 27px;
}

.rte--light h1, .rte--light h2, .rte--light h3 {
  color: #fff;
}

.rte--light p {
  color: #fffc;
}

.rte.seo p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

.wp-block-image {
  margin-top: 16px;
  margin-bottom: 16px;
}

.wp-block-image img {
  height: auto;
  display: block;
}

.pagination {
  width: 100%;
}

.pagination .nav-links {
  display: flex;
}

.pagination .nav-links > * {
  margin-right: 15px;
}

.pagination .nav-links a {
  color: #1e1e1e;
  text-decoration: none;
}

.pagination .nav-links a:hover {
  color: #777;
}

.pagination .nav-links .page-numbers:not(.next):not(.prev) {
  border: 2px solid #e0e5ec;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.pagination .nav-links .page-numbers.current {
  color: #777;
}

.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
  justify-content: center;
  align-items: center;
  height: 50px;
  font-weight: 500;
  display: flex;
}

@media screen and (width >= 1024px) {
  .buttondsddsf {
    padding: 15px 25px;
  }
}

.post-grid__title {
  color: #1e1e1e;
  margin-bottom: 20px;
}

@media screen and (width >= 1024px) {
  .post-grid__title {
    margin-bottom: 40px;
  }
}

.post-card {
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

@media screen and (width >= 1024px) {
  .post-card {
    margin-top: 20px;
  }
}

.post-card svg {
  transition: all .2s ease-in-out;
}

.post-card:hover .post-card__title {
  color: #777;
}

.post-card:hover svg {
  transform: translateX(10px);
}

.post-card--no-flex {
  display: block;
}

.post-card--column {
  flex-direction: column;
}

.post-card--overlay {
  margin-top: 0;
  position: relative;
}

.post-card--overlay .post-card__content {
  width: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media screen and (width >= 769px) {
  .post-card--overlay .post-card__content--alt {
    width: 100%;
  }
}

.post-card--overlay .post-card__title {
  color: #fff;
}

.post-card--overlay .post-card__cat {
  color: fade(#fff, 40%);
  margin-bottom: 20px;
}

.post-card__image {
  background: #1e1e1e;
  width: 100%;
  position: relative;
}

.post-card__image img {
  transition: all .2s ease-in-out;
}

.post-card__image:after {
  content: "";
  opacity: .8;
  background-image: linear-gradient(#19253200 0%, #192532 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.post-card__image--narrow {
  flex-shrink: 0;
  width: 100px;
  margin-right: 20px;
}

@media screen and (width >= 1024px) {
  .post-card__image--narrow {
    width: 30%;
    margin-right: 30px;
  }
}

.post-card__image--narrow .media-box:before {
  padding-bottom: 100%;
}

@media screen and (width >= 1024px) {
  .post-card__image--narrow .media-box:before {
    padding-bottom: 75%;
  }
}

.post-card__title {
  color: #1e1e1e;
}

.post-card__cat {
  color: fade(#1e1e1e, 50%);
  margin-top: 8px;
  font-size: 14px;
  text-decoration: none;
}

@media screen and (width >= 1024px) {
  .post-card__cat {
    margin-top: 13px;
    font-size: 15px;
  }
}

.post-card__description {
  color: #1e1e1e;
  padding-top: 15px;
  font-size: 15px;
  font-weight: 400;
}

.post-card__description svg {
  width: 18px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.post-card__image, .post-featured__image {
  border-radius: 5px;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 20px #19253233;
}

.post-header {
  margin-bottom: 40px;
}

@media screen and (width >= 1024px) {
  .post-header {
    margin-bottom: 43px;
  }
}

.post-header .share {
  margin-top: 30px;
}

@media screen and (width >= 1024px) {
  .post-header .share {
    margin-top: 73px;
  }
}

.post-footer {
  margin-top: 40px;
}

@media screen and (width >= 1024px) {
  .post-footer {
    margin-top: 68px;
  }
}

.post-footer .share {
  margin-bottom: 30px;
}

@media screen and (width >= 1024px) {
  .post-footer .share {
    margin-bottom: 50px;
  }
}

.search-form {
  position: relative;
}

.search-form svg {
  height: 18px;
  display: block;
}

.search-form button {
  text-align: center;
  background-color: #0000;
  border: none;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.search-form input {
  width: 100%;
  height: 40px;
  font-size: 10px;
  background: #f5f5f5 !important;
  border: 1px solid #f5f5f5 !important;
  padding-left: 40px !important;
}

.search-form input:hover, .search-form input:focus {
  box-shadow: inset 0 0 0 1px #1e1e1e;
  border-color: #1e1e1e !important;
}

.search-form .screen-reader-text {
  display: none;
}

.search-result {
  margin-top: 16px;
}

.search-result__item {
  border-top: 1px solid #e0e0e0;
  padding: 16px 0;
}

.search-result__item a, .search-result__item a:hover {
  color: #1e1e1e;
}

.collapsable__button {
  cursor: pointer;
  text-align: left;
  color: #fff;
  background: none;
  border: none;
  outline: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.collapsable__button--text-default {
  text-transform: none;
  letter-spacing: normal;
  border-top: 1px solid #3d3d3d;
  padding: 24px 0;
  font-family: Golos Text, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.collapsable__button svg {
  height: 14px;
  transform: rotate(90deg);
}

.collapsable__button svg path {
  stroke-width: 2px;
  stroke: #fff;
}

.collapsable__button[aria-expanded*="true"] svg {
  transform: rotate(270deg);
}

.collapsable__content {
  opacity: 0;
  color: #fff;
  height: 0;
  transition: all .3s;
  overflow: hidden;
}

.collapsable__content--active {
  opacity: 1;
  height: auto;
  padding-bottom: 24px;
  line-height: 27px;
}

.collapsable-group .title, .collapsable-group .cart-collaterals .cart_totals h2, .cart-collaterals .cart_totals .collapsable-group h2, .collapsable-group .woocommerce-cart-form__title, .collapsable-group .rte h1, .rte .collapsable-group h1, .collapsable-group .rte h2, .rte .collapsable-group h2, .collapsable-group .rte h3, .rte .collapsable-group h3, .collapsable-group .post-card__title, .collapsable-group .post-card__cat {
  margin-bottom: 32px;
}

.tabs {
  border-bottom: 1px solid #3d3d3d;
}

.faq {
  gap: 24px;
  display: grid;
}

@media screen and (width >= 769px) {
  .faq {
    grid-template-columns: 7fr 5fr;
    gap: 52px;
  }
}

.faq__footer {
  color: #fff;
  margin-top: 24px;
}

.faq__footer p {
  opacity: .5;
}

.faq__footer .button, .faq__footer .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .faq__footer a, .faq__footer .wc-block-cart__submit-button {
  margin-top: 24px;
}

@media screen and (width >= 769px) {
  .faq__footer {
    margin-top: 40px;
  }
}

ul.list {
  display: flex;
}

ul.list li {
  margin-right: 24px;
}

ul.list li a {
  text-decoration: none;
}

ul.list--ar li {
  margin-left: 24px;
  margin-right: auto;
}

.payments {
  flex-wrap: wrap;
  display: flex;
}

.payments__item {
  border-radius: 2px;
  margin: 0 4px;
  padding: 4px 12px;
}

.payments svg {
  filter: grayscale();
  opacity: .5;
  width: auto;
  height: 26px;
  display: block;
}

.payment-box {
  text-align: center;
  color: #1e1e1e;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  font-weight: 500;
  display: flex;
}

.payment-box .payment-box__title {
  margin-right: 8px;
}

.payment-box .payment-box__logos {
  display: inline-flex;
}

.payment-box .payment-box__logos .logo {
  margin: 0 8px;
}

.payment-box .payment-box__logos .logo img {
  width: auto;
  height: 32px;
  margin: 0;
  display: block;
}

.breadcrumbs {
  font-size: 12px;
}

.woocommerce-cart .breadcrumbs {
  display: none;
}

.breadcrumbs span {
  margin-left: -8px;
}

.breadcrumbs span span {
  margin: 0 8px;
  display: inline-block;
}

.rank-math-breadcrumb, .breadcrumbs {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 12px;
  display: none;
}

@media screen and (width >= 769px) {
  .rank-math-breadcrumb, .breadcrumbs {
    display: block;
  }
}

.rank-math-breadcrumb .separator, .breadcrumbs .separator {
  margin: 0 8px;
  line-height: 0;
  display: inline-block;
}

.text-container {
  max-width: 640px;
}

.text-container--full {
  max-width: 100%;
}

.text-container .subtitle {
  margin-bottom: 8px;
}

.text-container p {
  margin-top: 16px;
  line-height: 27px;
}

.text-container p:first-of-type, .text-container a {
  margin-top: 24px;
}

.bordered-text-box {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 80px 0;
}

@media screen and (width >= 1024px) {
  .bordered-text-box {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
    display: grid;
  }

  .bordered-text-box .text-container {
    grid-column: 2 / 4;
  }
}

.teaser {
  color: #fff;
  width: 100%;
  position: relative;
}

.teaser:hover .media-box img {
  opacity: .9;
}

.teaser__caption {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.teaser__content {
  padding: 24px;
}

@media screen and (width >= 1024px) {
  .teaser__content {
    padding: 32px;
  }
}

.teaser__button {
  z-index: 2;
  color: inherit;
  border: none;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  position: relative;
}

.teaser__link {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.teaser .media-box {
  background: #3b4534;
}

@media screen and (width <= 768px) {
  .teaser .media-box .media-box:before, .teaser .media-box.media-box:before {
    content: "";
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    display: block;
  }
}

@media screen and (width >= 769px) {
  .teaser .media-box {
    height: 30vh;
    min-height: 400px;
  }
}

.teaser-group {
  gap: 8px;
  display: grid;
}

@media screen and (width <= 768px) {
  .teaser-group {
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media screen and (width >= 1024px) {
  .teaser-group {
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
  }

  .teaser.size-1-2 {
    grid-column: span 6;
  }

  .teaser.size-1-3 {
    grid-column: span 4;
  }

  .teaser.size-1-4 {
    grid-column: span 3;
  }
}

.b-text-image {
  display: grid;
}

@media screen and (width >= 769px) {
  .b-text-image {
    grid-template-columns: 7fr 5fr;
    gap: 24px;
  }
}

.b-text-image img {
  border-radius: 8px;
}

.b-text-image .rte {
  margin-top: 32px;
}

@media screen and (width <= 1023px) {
  .b-text-image .rte {
    margin-top: 24px;
  }
}

.b-text-image .button, .b-text-image .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .b-text-image a, .b-text-image .wc-block-cart__submit-button {
  margin-top: 24px;
}

@media screen and (width <= 1023px) {
  .b-text-image figure {
    margin-top: 24px;
  }
}

.b-text-image figure .media-box .media-box:before, .b-text-image figure .media-box.media-box:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  display: block;
}

.trustpilot-score {
  z-index: 2;
  position: relative;
}

.trustpilot-score a {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.trustpilot-score a strong {
  font-weight: 500;
}

.trustpilot-score__stars {
  margin-right: 8px;
}

.trustpilot-score__stars svg {
  width: auto;
  height: 18px;
  display: block;
}

.trustpilot-score__score {
  flex-shrink: 0;
}

@media screen and (width <= 1023px) {
  .woocommerce-checkout .trustpilot-score__score {
    color: #fff;
  }
}

#primary {
  grid-area: content;
}

#secondary {
  grid-area: sidebar;
}

.woocommerce-pagination {
  margin-top: 40px;
}

.woocommerce-pagination ul.page-numbers {
  display: flex;
}

.woocommerce-pagination ul.page-numbers li {
  margin-right: 8px;
}

.woocommerce-pagination ul.page-numbers li .page-numbers {
  -webkit-font-smoothing: auto;
  letter-spacing: .03rem;
  color: #777;
  border: 1px solid #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  color: #1e1e1e;
  border-color: #e0e0e0;
}

.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  color: #1e1e1e;
  border-width: 1px;
  border-color: #1e1e1e;
}

.woocommerce-pagination ul.page-numbers li .page-numbers.next, .woocommerce-pagination ul.page-numbers li .page-numbers.prev {
  color: #1e1e1e;
  width: auto;
}

.woocommerce-pagination ul.page-numbers li .page-numbers.next:hover, .woocommerce-pagination ul.page-numbers li .page-numbers.prev:hover {
  border-color: #0000;
}

.woocommerce-pagination ul.page-numbers li .page-numbers.prev svg {
  transform-origin: center;
  margin-right: 8px;
  transform: rotate(180deg);
}

.woocommerce-pagination ul.page-numbers li .page-numbers.next svg {
  margin-left: 8px;
}

.woocommerce-pagination ul.page-numbers li .page-numbers svg {
  height: 12px;
}

.woocommerce-pagination ul.page-numbers li .page-numbers svg path {
  stroke-width: 3px;
}

mark {
  background-color: #fff;
  font-weight: 500;
}

.site-header-cart {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.site-header-cart .cart-contents {
  text-indent: 0;
  background-color: #0000;
  width: auto;
  height: auto;
  display: block;
  position: relative;
}

.site-header-cart .cart-contents svg {
  width: auto;
  height: 28px;
  display: block;
}

.site-header-cart .cart-contents .count {
  color: #1e1e1e;
  background: #fff;
  border: 2px solid #1e1e1e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: -4px;
  right: -6px;
}

.site-header-cart .cart-contents .count[data-count="0"] {
  display: none;
}

.site-header-cart .cart-contents .count span {
  display: inline;
}

body.woocommerce-cart button[name="update_cart"], body.woocommerce-cart input[name="update_cart"] {
  display: none !important;
}

@media screen and (width >= 1024px) {
  .woocommerce-cart-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "form form collateral";
    gap: 24px;
    display: grid;
  }
}

.cart-block, .cart-collaterals .woocommerce-coupon-form, .cart-collaterals .cart_totals {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  margin-bottom: 16px;
  padding: 24px 16px;
  box-shadow: 0 1px 2px #1a1a1a0d;
}

.cart-block--primary {
  border: 2px solid #1e1e1e;
}

@media screen and (width >= 1024px) {
  .cart-block, .cart-collaterals .woocommerce-coupon-form, .cart-collaterals .cart_totals {
    padding: 24px;
  }
}

@media screen and (width <= 599px) {
  .cart-block, .cart-collaterals .woocommerce-coupon-form, .cart-collaterals .cart_totals {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px;
  }
}

.woocommerce-cart-form {
  grid-area: form;
  margin-bottom: 16px;
}

.woocommerce-cart-form__title {
  margin-bottom: 24px;
}

.woocommerce-cart-form .woocommerce-cart-form__contents {
  margin-bottom: -24px;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .shop_table__thead {
  display: none;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .cart_item {
  border-top: 1px solid #e0e0e0;
  padding: 24px 0 24px 72px;
  position: relative;
}

@media screen and (width >= 769px) {
  .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item {
    padding-left: 104px;
  }
}

.woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .cart_item__top {
  margin-bottom: 16px;
  display: flex;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .cart_item__bottom {
  color: #777;
  font-size: 1.3rem;
  display: flex;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-remove a {
  color: #777;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-thumbnail {
  position: absolute;
  top: 24px;
  left: 0;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-thumbnail a {
  display: block;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-thumbnail a img {
  width: 64px;
  height: auto;
  display: block;
}

@media screen and (width >= 769px) {
  .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-thumbnail a img {
    width: 80px;
  }
}

.woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-name a {
  color: #1e1e1e;
  text-decoration: none;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-name .product-brand {
  text-transform: uppercase;
  letter-spacing: .2rem;
  margin-bottom: 8px;
  font-family: display, -apple-system, BlinkMacSystemFont, Times, Times New Roman, serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-price {
  margin-top: 24px;
  display: none;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-subtotal, .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-quantity {
  margin-left: auto;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-quantity input {
  width: 100%;
  padding: 12px;
}

.cart-collaterals {
  flex-direction: column;
  grid-area: collateral;
  display: flex;
}

.cart-collaterals .cart_totals .shop_table {
  margin-top: 8px;
}

.cart-collaterals .cart_totals .shop_table td, .cart-collaterals .cart_totals .shop_table th {
  padding: 8px 0;
}

.cart-collaterals .cart_totals .shop_table td {
  text-align: right;
}

.cart-collaterals .cart_totals .shop_table .includes_tax, .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals .woocommerce-shipping-destination, .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals .woocommerce-shipping-calculator {
  display: none;
}

.cart-collaterals .cart_totals .shop_table .order-total {
  background: #fff;
  border-top: 1px solid #e0e0e0;
}

.cart-collaterals .cart_totals .shop_table .order-total th {
  font-weight: 500;
}

.cart-collaterals .cart_totals .shop_table .order-total th:after {
  content: "(incusief btw)";
  color: #999;
  margin-left: 6px;
  font-size: 12px;
}

.cart-collaterals .cart_totals .shop_table .order-total strong {
  font-weight: 500;
}

.cart-collaterals .wc-proceed-to-checkout a {
  width: 100%;
  margin-top: 8px;
}

.cart-collaterals .woocommerce-coupon-form {
  order: -1;
}

@media screen and (width >= 769px) {
  .cart-collaterals .woocommerce-coupon-form {
    order: 0;
  }
}

.cart-collaterals .woocommerce-coupon-form .button, .cart-collaterals .woocommerce-coupon-form .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .cart-collaterals .woocommerce-coupon-form a, .cart-collaterals .woocommerce-coupon-form .wc-block-cart__submit-button {
  display: none;
  margin-top: 8px !important;
}

.cart-collaterals .woocommerce-coupon-form .collapsable__content--active {
  margin-top: 16px;
  padding-bottom: 0;
}

.cart-collaterals .woocommerce-shipping-methods li input {
  margin-right: 8px;
}

.wc-block-components-sidebar {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-top: 0;
  padding: 24px !important;
}

.wc-block-components-totals-coupon__form {
  flex-direction: column;
}

.wc-block-components-totals-coupon__form .components-button {
  border-radius: 6px;
  font-weight: 600;
  color: #fff !important;
  background: #1f1f1e !important;
  height: auto !important;
  margin: 8px 0 0 !important;
  padding: 6px 12px !important;
}

@media screen and (width <= 768px) {
  .wp-block-woocommerce-cart-order-summary-coupon-form-block {
    border-top: 0 !important;
    padding-top: 0 !important;
  }
}

ul.products {
  gap: 24px 8px;
  display: grid;
}

@media screen and (width >= 1024px) {
  ul.products {
    gap: 24px;
  }
}

ul.products.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (width <= 1023px) {
  ul.products.columns-4 {
    grid-template-columns: 1fr;
  }
}

ul.products.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (width <= 1023px) {
  ul.products.columns-3 {
    grid-template-columns: 1fr;
  }
}

ul.products.columns-2 {
  grid-template-columns: 1fr 1fr;
}

@media screen and (width <= 1023px) {
  ul.products.columns-2 {
    grid-template-columns: 1fr;
  }
}

ul.products .product {
  min-width: 0;
}

.product-grid-gallery ul.products {
  display: block;
}

.product-grid-gallery ul.products li.product {
  width: 100%;
  min-width: 0;
  margin-right: 24px;
}

@media screen and (width >= 1024px) {
  .product-grid-gallery ul.products li.product {
    width: 30%;
  }
}

.product-grid-gallery ul.products:after {
  content: "flickity";
  display: none;
}

.product-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-card .woocommerce-LoopProduct-link {
  color: #fff;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block;
  position: relative;
}

.product-card .woocommerce-LoopProduct-link:last-of-type {
  background: #1f1f1e;
  height: 100%;
  padding: 24px;
}

.product-card .product-card__image-wrapper {
  background: #fff;
  height: 0;
  padding-bottom: 80%;
  position: relative;
}

.product-card .product-card__image-wrapper:after {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
}

.product-card .attachment-woocommerce_thumbnail {
  object-fit: contain;
  object-position: 50% 50%;
  object-position: center;
  width: 90%;
  height: 90%;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 5%;
  left: 5%;
}

.product-card .woocommerce-loop-product__brand {
  text-transform: uppercase;
  color: #777;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 500;
}

.product-card .product-card__title-wrap {
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.product-card .woocommerce-loop-product__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-family: display, -apple-system, BlinkMacSystemFont, Times, Times New Roman, serif;
  font-size: 20px;
  position: relative;
  overflow: hidden;
}

.product-card .price {
  margin-left: auto;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

.product-card .price del {
  font-size: 14px;
  position: absolute;
  top: -16px;
  right: 0;
}

.product-card .price del bdi {
  font-weight: 400;
}

.product-card .price ins {
  order: -1;
  text-decoration: none;
}

.product-card .price ins bdi {
  color: #39ff6f;
}

.product-card .star-rating {
  transform-origin: 0;
  height: 11px;
  margin-bottom: 10px;
  display: block;
  transform: scale(.9);
}

.product-card .star-rating span:before {
  color: #fff;
}

.product-card .delivery-time-label {
  color: #39ff6f;
  align-items: center;
  margin-top: 24px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.product-card .delivery-time-label svg {
  display: none;
}

@media screen and (width >= 1024px) {
  .product-card .delivery-time-label {
    margin-top: 32px;
  }
}

.product-card .button, .product-card .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .product-card a, .product-card .wc-block-cart__submit-button, .product-card .add_to_cart_button {
  opacity: 0;
  pointer-events: none;
  width: 90%;
  transition: all .3s cubic-bezier(.69, .44, .71, .98);
  position: absolute;
  left: 5%;
  transform: translateY(calc(-100% - 40px));
}

.product-card .wc-forward {
  display: none !important;
}

.product-card:hover .woocommerce-loop-product__title {
  text-decoration: underline;
}

.product-card:hover .attachment-woocommerce_thumbnail {
  opacity: .7;
}

@media screen and (width >= 769px) and (hover: hover) {
  .product-card:hover .button, .product-card:hover .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .product-card:hover a, .product-card:hover .wc-block-cart__submit-button, .product-card:hover .add_to_cart_button {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(calc(-100% - 32px));
  }
}

.product-card.add-to-cart-clicked .add_to_cart_button {
  border: 1px solid #1e1e1e;
}

@media screen and (width >= 769px) and (hover: hover) {
  .product-card.add-to-cart-clicked .add_to_cart_button {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(calc(-100% - 32px));
  }
}

.label-group {
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
}

.label-group__item {
  letter-spacing: .05rem;
  border-radius: 6px;
  margin-right: 8px;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.label-group__item--onsale {
  color: #fff;
  background: #000;
}

.label-group__item--custom {
  color: #fff;
  background: #fa7a02;
}

.button, .woocommerce-Addresses .woocommerce-Address a, .wc-block-cart__submit-button, .add_to_cart_button {
  position: relative;
}

.button .add_to_cart_button__inner, .woocommerce-Addresses .woocommerce-Address a .add_to_cart_button__inner, .wc-block-cart__submit-button .add_to_cart_button__inner, .add_to_cart_button .add_to_cart_button__inner {
  flex-direction: column;
  height: 22px;
  margin: auto;
  display: flex;
  overflow: hidden;
}

.button .add_to_cart_button__action, .woocommerce-Addresses .woocommerce-Address a .add_to_cart_button__action, .wc-block-cart__submit-button .add_to_cart_button__action, .add_to_cart_button .add_to_cart_button__action {
  opacity: 0;
  transform: translateY(100%);
}

.button .add_to_cart_button__loading, .woocommerce-Addresses .woocommerce-Address a .add_to_cart_button__loading, .wc-block-cart__submit-button .add_to_cart_button__loading, .add_to_cart_button .add_to_cart_button__loading {
  opacity: 0;
  pointer-events: none;
  justify-content: space-between;
  width: 30px;
  height: 8px;
  margin-top: -4px;
  transition: opacity 50ms cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  top: 50%;
  left: calc(50% - 15px);
  right: auto;
}

.button .add_to_cart_button__loading .dot, .woocommerce-Addresses .woocommerce-Address a .add_to_cart_button__loading .dot, .wc-block-cart__submit-button .add_to_cart_button__loading .dot, .add_to_cart_button .add_to_cart_button__loading .dot {
  background: #fffef2;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  transition: all .2s ease-in-out;
  animation: 1s cubic-bezier(.645, .045, .355, 1) infinite fade-in-out;
  display: block;
}

.button .add_to_cart_button__loading .dot:first-child, .woocommerce-Addresses .woocommerce-Address a .add_to_cart_button__loading .dot:first-child, .wc-block-cart__submit-button .add_to_cart_button__loading .dot:first-child, .add_to_cart_button .add_to_cart_button__loading .dot:first-child {
  animation-delay: -50ms;
}

.button .add_to_cart_button__loading .dot:nth-child(2), .woocommerce-Addresses .woocommerce-Address a .add_to_cart_button__loading .dot:nth-child(2), .wc-block-cart__submit-button .add_to_cart_button__loading .dot:nth-child(2), .add_to_cart_button .add_to_cart_button__loading .dot:nth-child(2) {
  animation-delay: 50ms;
}

.button .add_to_cart_button__loading .dot:nth-child(3), .woocommerce-Addresses .woocommerce-Address a .add_to_cart_button__loading .dot:nth-child(3), .wc-block-cart__submit-button .add_to_cart_button__loading .dot:nth-child(3), .add_to_cart_button .add_to_cart_button__loading .dot:nth-child(3) {
  animation-delay: .1s;
}

.button.loading, .woocommerce-Addresses .woocommerce-Address a.loading, .loading.wc-block-cart__submit-button, .add_to_cart_button.loading {
  opacity: .3;
}

.button.loading .add_to_cart_button__label, .woocommerce-Addresses .woocommerce-Address a.loading .add_to_cart_button__label, .loading.wc-block-cart__submit-button .add_to_cart_button__label, .add_to_cart_button.loading .add_to_cart_button__label {
  opacity: 0;
}

.button.loading .add_to_cart_button__loading, .woocommerce-Addresses .woocommerce-Address a.loading .add_to_cart_button__loading, .loading.wc-block-cart__submit-button .add_to_cart_button__loading, .add_to_cart_button.loading .add_to_cart_button__loading {
  opacity: 1;
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

.button.added .add_to_cart_button__label, .woocommerce-Addresses .woocommerce-Address a.added .add_to_cart_button__label, .added.wc-block-cart__submit-button .add_to_cart_button__label, .add_to_cart_button.added .add_to_cart_button__label {
  transition: color .2s cubic-bezier(.645, .045, .355, 1), transform .7s cubic-bezier(.645, .045, .355, 1);
  animation: 2.5s cubic-bezier(.215, .61, .355, 1) forwards pdp-add-label;
}

.button.added .add_to_cart_button__action, .woocommerce-Addresses .woocommerce-Address a.added .add_to_cart_button__action, .added.wc-block-cart__submit-button .add_to_cart_button__action, .add_to_cart_button.added .add_to_cart_button__action {
  animation: 2.5s cubic-bezier(.215, .61, .355, 1) forwards pdp-add-label--action;
}

@keyframes fade-in-out {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes pdp-add-label {
  25% {
    opacity: 0;
    transform: translateY(-100%);
  }

  75% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pdp-add-label--action {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  25%, 75% {
    opacity: 1;
    transform: translateY(-100%);
  }

  100% {
    opacity: 0;
    transform: translateY(-200%);
  }
}

@keyframes btn-label-animation {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

.gallery-main {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  width: 100%;
  padding: 20px;
  overflow: hidden;
}

.gallery-main__item {
  cursor: zoom-in;
  width: 100%;
}

.gallery-main__item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-main__item img {
  filter: brightness(1.03);
  object-fit: contain;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.gallery-main .flickity-prev-next-button {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 24px;
}

.gallery-main .flickity-prev-next-button svg {
  stroke-width: 8px;
}

.gallery-main .flickity-prev-next-button.previous {
  left: 24px;
}

.gallery-main .flickity-prev-next-button.next {
  right: 24px;
}

.gallery-main .flickity-page-dots, .gallery-thumbs {
  display: none;
}

@media screen and (width >= 769px) {
  .gallery-thumbs {
    margin-top: 16px;
    display: block;
  }
}

.gallery-thumbs__item {
  cursor: pointer;
  opacity: .5;
  border-radius: 6px;
  width: 84px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

marg .gallery-thumbs__item:after {
  content: "";
  background: #00000009;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-thumbs__item.is-selected {
  opacity: 1;
}

.gallery-container {
  grid-column: span 7;
  width: 100%;
}

.product-primary {
  margin-top: 16px;
  position: relative;
}

@media screen and (width >= 769px) {
  .product-primary {
    grid-template-columns: repeat(12, 1fr);
    gap: 50px;
    display: grid;
  }
}

.product-primary .onsale {
  z-index: 2;
  color: #fff;
  background: #1e1e1e;
  border-radius: 2px;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 40px;
}

@media screen and (width >= 769px) {
  .product-primary .onsale {
    top: 24px;
    left: 24px;
  }
}

.summary {
  flex-direction: column;
  grid-column: span 5;
  width: 100%;
  display: flex;
}

.summary .product_title {
  color: #1e1e1e;
  flex-direction: column;
  margin-top: 10px;
  font-family: display, -apple-system, BlinkMacSystemFont, Times, Times New Roman, serif;
  font-size: 28px;
  line-height: 1.1;
  display: flex;
}

@media screen and (width >= 769px) {
  .summary .product_title {
    font-size: 34px;
  }
}

.summary .product_brand {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.summary .product_brand a {
  text-decoration: none;
}

@media screen and (width >= 769px) {
  .summary .product_brand {
    margin-bottom: 32px;
  }
}

.summary .woocommerce-product-details__short-description {
  border: 1px solid red;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.5;
}

.summary .woocommerce-product-details__short-description:before {
  content: "move";
}

.summary .cart .quantity {
  display: none !important;
}

.summary .cart .button, .summary .cart .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .summary .cart a, .summary .cart .wc-block-cart__submit-button {
  width: 100%;
  margin-top: 24px;
}

.summary .price {
  align-items: flex-end;
  margin-top: 24px;
  font-family: display, -apple-system, BlinkMacSystemFont, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 1;
  display: flex;
}

@media screen and (width >= 769px) {
  .summary .price {
    font-size: 26px;
  }
}

.summary .price bdi {
  font-weight: 500;
}

.summary .price del {
  margin-bottom: 2px;
  margin-left: 4px;
  font-family: Golos Text, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
}

.summary .price del bdi {
  font-weight: 500;
}

.summary .price ins {
  order: -1;
  margin-right: 4px;
  text-decoration: none;
}

.summary .price ins bdi {
  color: #00ce38;
}

.summary .after-description {
  font-weight: 500;
}

.summary p.stock {
  display: none;
}

.summary p.stock.out-of-stock {
  color: #1e1e1e;
  text-align: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  width: 100%;
  margin-top: 20px;
  padding: 14px 24px;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
}

.summary .woocommerce-product-rating {
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.summary .woocommerce-review-link {
  font-weight: 500;
  text-decoration: none;
  display: none;
}

.summary .star-rating {
  margin-right: 8px;
}

.summary .usps {
  border-bottom: 0;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 16px;
  display: grid;
}

.summary .usps li {
  border: 1px solid #e0e0e0;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.summary .usps li svg {
  height: 20px;
  margin-right: 8px;
  display: block;
}

.summary .usps li:first-of-type {
  border-top-left-radius: 6px;
}

.summary .usps li:nth-of-type(2) {
  border-top-right-radius: 6px;
  margin-left: -1px;
}

.summary .usps li:nth-of-type(3) {
  border-bottom-left-radius: 6px;
  margin-top: -1px;
}

.summary .usps li:nth-of-type(4) {
  border-bottom-right-radius: 6px;
  margin-top: -1px;
  margin-left: -1px;
}

.summary .delivery-time-label {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
  margin-top: 24px;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.summary .delivery-time-label svg {
  height: 20px;
  margin-right: 8px;
}

.product-mobile-header {
  display: none;
}

@media screen and (width <= 768px) {
  .product-mobile-header {
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }
}

.variations {
  margin-top: 16px;
}

.variations select {
  margin-left: 8px;
  margin-right: 8px;
  padding: 6px;
}

.wc-pao-addons-container .product-addon-totals {
  border: none;
  margin: 0;
}

.wc-pao-addons-container .product-addon-totals li:not(.wc-pao-subtotal-line) {
  display: none;
}

.wc-pao-addons-container .product-addon-totals .wc-pao-subtotal-line {
  border-top: 0;
  margin-top: 0;
}

.wc-pao-addons-container .product-addon-totals .wc-pao-subtotal-line .price {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.wc-pao-addon {
  margin-top: 24px;
}

.wc-pao-addon-id-1716636366 label .wc-pao-addon-price {
  display: none;
}

.wc-pao-addon-id-1716636366 .wc-pao-addon-wrap {
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.wc-pao-addon-id-1716636366 .wc-pao-addon-wrap > div {
  margin-right: 8px;
}

.wc-pao-addon-id-1716636366 .wc-pao-addon-wrap > div label {
  cursor: pointer;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  width: 100%;
  min-width: 120px;
  margin-right: 8px;
  padding: 10px 16px;
  font-weight: 500;
  display: block;
}

.wc-pao-addon-id-1716636366 .wc-pao-addon-wrap > div input[type="radio"]:checked + label {
  z-index: 1;
  background-color: #fff;
}

.wc-pao-addon-id-1716636366 .wc-pao-addon-wrap > div input[type="radio"] {
  display: none;
}

.pdp-tabs .container {
  gap: 24px;
  display: grid;
}

@media screen and (width >= 769px) {
  .pdp-tabs .container {
    grid-template-columns: 7fr 5fr;
    gap: 52px;
  }
}

.pdp-tabs .container .tabs {
  border-color: #e0e0e0;
  display: block;
}

.pdp-tabs .container .collapsable__button {
  color: #1e1e1e;
  border-color: #e0e0e0;
}

.pdp-tabs .container .collapsable svg path {
  stroke: #1e1e1e;
}

.pdp-tabs .container .collapsable__content {
  color: #1e1e1e;
}

.pdp-tabs #tab-title-details_tab ul {
  list-style-type: none;
}

.pdp-tabs #tab-title-details_tab ul li {
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 8px;
  display: flex;
}

.pdp-tabs #tab-title-details_tab ul li:not(:last-of-type) {
  border-bottom: 1px solid #0000000d;
}

.pdp-tabs #tab-title-details_tab ul li span {
  width: 50%;
  display: inline-block;
}

.pdp-tabs #tab-title-details_tab ul li span:first-of-type {
  font-weight: 500;
}

.pdp-tabs #tab-title-details_tab ul li span:last-of-type {
  text-align: right;
}

.pdp-tabs #tab-title-highlight_tab ul {
  list-style-type: none;
}

.pdp-tabs #tab-title-highlight_tab ul li {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiMxQTFBMUEiIGN4PSIxMCIgY3k9IjEwIiByPSIxMCIvPjxwYXRoIGQ9Im03IDEwLjQ4NCAyLjA3NyAyLjM2M2MuMTkxLjIxOC41MzUuMi43MDQtLjAzMkwxNCA3IiBzdHJva2U9IiNGNkY2RjYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PC9zdmc+");
  background-position-y: 5px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  margin-bottom: 4px;
  padding-left: 28px;
}

.product-notification {
  margin-top: 8px;
  font-size: 14px;
}

.product-notification__item {
  background: #e4f0e7;
  border-radius: 8px;
  margin-top: 24px;
  padding: 24px;
}

.product-notification b {
  font-weight: 600;
}

.product-highlight {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}

.product-highlight .summary {
  padding: 24px;
}

.product-highlight .summary .woocommerce-product-rating {
  margin-top: 0;
}

@media screen and (width <= 1023px) {
  .product-highlight .summary form.cart {
    padding: 16px 0 0;
    position: relative;
  }
}

@media screen and (width >= 1024px) {
  .product-highlight .summary {
    grid-column: auto;
    padding: 40px;
  }
}

.product-highlight .product-primary {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0;
}

@media screen and (width >= 1024px) {
  .product-highlight .product-primary {
    grid-template-columns: 1fr 1fr;
  }
}

.product-highlight .product-primary.container {
  padding: 0;
}

.product-highlight .gallery-main {
  border: none;
  border-radius: 0;
  height: 100%;
}

@media screen and (width >= 1024px) {
  .product-highlight .gallery-main .flickity-viewport {
    top: 50%;
    transform: translateY(-50%);
  }
}

.product-highlight .gallery-container {
  border-bottom: 1px solid #e0e0e0;
  grid-column: auto;
}

@media screen and (width >= 1024px) {
  .product-highlight .gallery-container {
    border-bottom: 0;
    border-right: 1px solid #e0e0e0;
  }
}

.product-highlight .gallery-thumbs, .product-highlight .usps {
  display: none;
}

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: #4f4f4f66;
  --pswp-preloader-color-secondary: #ffffffe6;
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
  z-index: var(--pswp-root-z-index);
  touch-action: none;
  opacity: .003;
  contain: layout style size;
  -webkit-tap-highlight-color: #0000;
  outline: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp, .pswp__bg {
  will-change: opacity;
  transform: translateZ(0);
}

.pswp__bg {
  opacity: .005;
  background: var(--pswp-bg);
}

.pswp, .pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap, .pswp__bg, .pswp__container, .pswp__item, .pswp__content, .pswp__img, .pswp__zoom-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__img, .pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img, .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active, .pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

.pswp__container, .pswp__img, .pswp__button, .pswp__counter {
  -webkit-user-select: none;
  user-select: none;
}

.pswp__item {
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  color: var(--pswp-error-text-color);
  margin: auto;
  font-size: 1em;
  line-height: 1;
}

.pswp .pswp__hide-on-close {
  opacity: .005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(.4, 0, .22, 1);
  z-index: 10;
  pointer-events: none;
}

.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

.pswp__button {
  cursor: pointer;
  box-shadow: none;
  opacity: .85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
  background: none;
  border: 0;
  width: 50px;
  height: 60px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.pswp__button:hover, .pswp__button:active, .pswp__button:focus {
  box-shadow: none;
  opacity: 1;
  background: none;
  border: 0;
  padding: 0;
  transition: none;
}

.pswp__button:disabled {
  opacity: .3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
  pointer-events: none;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 14px;
  left: 9px;
  overflow: hidden;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

div.pswp__img--placeholder, .pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  z-index: 10;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  height: 60px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  will-change: opacity;
}

.pswp__button--close {
  margin-right: 6px;
}

.pswp__button--arrow {
  width: 75px;
  height: 100px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
}

.pswp__button--arrow:disabled {
  cursor: default;
  display: none;
}

.pswp__button--arrow .pswp__icn {
  background: none;
  border-radius: 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  top: 50%;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  left: 0;
  right: auto;
}

.pswp__button--arrow--next {
  right: 0;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  transform: scale(-1, 1);
}

.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

.pswp__preloader {
  width: 50px;
  height: 60px;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity .2s linear;
  animation: .6s linear infinite pswp-clockwise;
}

.pswp__preloader--active .pswp__icn {
  opacity: .85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pswp__counter {
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: .85;
  margin-top: 15px;
  height: 30px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

.star-rating {
  letter-spacing: 2px;
  width: 71px;
  font-family: star;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}

.star-rating:before {
  content: "SSSSS";
  color: #999;
  display: block;
}

.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.star-rating span:before {
  content: "SSSSS";
  color: #1e1e1e;
}

@media screen and (width >= 1024px) {
  .single-product .product-primary .summary .star-rating {
    width: 83px;
    font-size: 14px;
  }
}

@media screen and (width >= 769px) {
  .collection {
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    margin-top: 40px;
    display: grid;
  }
}

.collection__filter {
  order: -1;
  grid-column: 1 / 4;
}

.collection__products {
  grid-column: 4 / 13;
}

.collection-header {
  margin-top: 50px;
  display: block;
}

.collection-header .page-description {
  max-width: 800px;
  margin-top: 16px;
}

.collection-content {
  border-top: 1px solid #e0e0e0;
  margin-top: 40px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.woocommerce-result-count {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  display: none;
}

.woocommerce-ordering {
  position: relative;
}

.woocommerce-ordering__text {
  margin-right: 8px;
  display: inline-block;
}

.woocommerce-ordering form {
  width: 50px;
}

.woocommerce-ordering select {
  color: #1e1e1e;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
  border: none;
  width: 100%;
  height: 100%;
  line-height: 18px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce-ordering svg {
  transform-origin: center;
  height: 10px;
  transform: rotate(90deg);
}

.woocommerce-ordering svg path {
  stroke-width: 4px;
}

.filter-bar {
  margin-top: 32px;
  margin-bottom: 24px;
}

@media screen and (width >= 769px) {
  .filter-bar {
    display: none;
  }
}

.filter-bar__filter {
  cursor: pointer;
  width: 100%;
}

@media screen and (width >= 769px) {
  .filter-bar__filter {
    display: none;
  }
}

.filter-bar .button, .filter-bar .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .filter-bar a, .filter-bar .wc-block-cart__submit-button {
  padding: 10px;
}

.product-filter {
  border-top: 1px solid #e0e0e0;
}

@media screen and (width <= 768px) {
  .product-filter {
    z-index: 9999;
    background: #fff;
    width: 80vw;
    height: 100%;
    padding: 32px;
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
    position: fixed;
    top: 0;
    left: -100%;
  }
}

.product-filter.is-active {
  left: 0;
}

.product-filter .widget {
  margin-bottom: 32px;
}

.product-filter .berocket_single_filter_widget {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 20px;
}

.product-filter .berocket_single_filter_widget .bapf_head {
  cursor: pointer;
}

.product-filter .berocket_single_filter_widget .bapf_head h3 {
  font-weight: 600;
}

.product-filter .berocket_single_filter_widget .bapf_body {
  padding-top: 20px;
}

.product-filter .berocket_single_filter_widget .bapf_colaps_smb {
  font-size: 12px;
}

.brand-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  display: grid;
}

@media screen and (width >= 769px) {
  .brand-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

.brand-list .brand {
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 24px;
  text-decoration: none;
}

@media screen and (width >= 769px) {
  .brand-list .brand {
    padding: 32px;
  }
}

.brand-list .brand__name {
  margin-top: 16px;
  font-weight: 500;
  text-decoration: none;
}

.brand-list .brand--soon-more {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-list .brand .media-box {
  height: 80px;
}

body.search-no-results .collection .woocommerce-info {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

@media screen and (width <= 768px) {
  body.search-no-results .collection .woocommerce-info {
    padding-top: 32px;
  }
}

.woocommerce-error, .woocommerce-message {
  background: #fff;
  border-radius: 2px;
  align-items: center;
  margin-bottom: 24px;
  padding: 16px;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
}

.woocommerce-error {
  background: #ffe8e8;
}

ul.woocommerce-error, ul.woocommerce-error li {
  display: block;
}

.woocommerce-notices-wrapper .button, .woocommerce-notices-wrapper .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .woocommerce-notices-wrapper a, .woocommerce-notices-wrapper .wc-block-cart__submit-button {
  order: 2;
  margin-left: auto;
}

.widget {
  font-size: 1.4rem;
}

.widget .widget-title {
  -webkit-font-smoothing: auto;
  letter-spacing: .03rem;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
  padding-bottom: 16px;
  font-family: display, -apple-system, BlinkMacSystemFont, Times, Times New Roman, serif;
  font-size: 1.2rem;
}

.widget a {
  text-decoration: none;
}

.widget_product_categories .cat-item {
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
}

.widget_product_categories .cat-item .children {
  padding-top: 8px;
  line-height: 27px;
}

.widget_product_categories .cat-item .children .cat-item {
  border-bottom: none;
  padding: 0;
  font-size: 14px;
}

.widget_product_categories .cat-item.current-cat > a {
  text-decoration: underline;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  margin-bottom: 5px;
  position: relative;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen:after {
  content: "";
  pointer-events: none;
  background: red;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
  content: "";
  pointer-events: none;
  background: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span.count {
  display: none;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  padding-left: 24px;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list button {
  color: #fff;
  background-color: #282828;
  border-radius: 3px;
  margin-top: 5px;
  padding: 6px 13px;
  font-size: 12px;
  font-weight: bold;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list button:hover {
  background-color: #000;
}

.widget_layered_nav form {
  margin: 0;
}

.widget_price_filter {
  overflow: visible;
}

.widget_price_filter .price_slider_wrapper {
  padding-top: .5em;
}

.widget_price_filter .price_slider {
  margin-bottom: 16px;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button, .widget_price_filter .price_slider_amount .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .widget_price_filter .price_slider_amount a, .widget_price_filter .price_slider_amount .wc-block-cart__submit-button {
  float: left;
  color: #1e1e1e;
  background: #f8f8f8;
  border-radius: 2px;
  padding: 7px 12px;
}

.widget_price_filter .ui-slider {
  text-align: left;
  position: relative;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  z-index: 2;
  cursor: ew-resize;
  background: #1e1e1e;
  border-radius: 50%;
  outline: 0;
  width: 15px;
  height: 15px;
  margin-top: -4px;
  position: absolute;
  top: 0;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-range {
  z-index: 1;
  background: #1e1e1e;
  border: 0;
  border-radius: 1em;
  display: block;
  position: absolute;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #d3d3d3;
  border: 0;
  border-radius: 6px;
}

.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.widget_shopping_cart, .add-to-cart-notification {
  z-index: 1001;
  color: #1e1e1e;
  pointer-events: none;
  opacity: 0;
  background: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 6px;
  width: 340px;
  min-width: 100%;
  margin-top: 16px;
  transition: all .2s ease-in-out;
  display: block;
  position: absolute;
  top: 100%;
  right: -12px;
  transform: translateY(-32px);
  box-shadow: 0 10px 10px #00000026;
}

.widget_shopping_cart.active, .active.add-to-cart-notification {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.widget_shopping_cart:after, .add-to-cart-notification:after {
  content: "";
  transform-origin: center;
  background-color: #fff;
  border: none;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: -6px;
  right: 16px;
  transform: rotate(45deg);
}

.widget_shopping_cart .woocommerce-mini-cart__empty-message, .add-to-cart-notification .woocommerce-mini-cart__empty-message {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  display: flex;
}

.widget_shopping_cart .widget_shopping_cart_content ::-webkit-scrollbar {
  width: 5px;
}

.add-to-cart-notification .widget_shopping_cart_content ::-webkit-scrollbar {
  width: 5px;
}

.widget_shopping_cart .widget_shopping_cart_content ::-webkit-scrollbar-thumb {
  background: #e0e0e0;
}

.add-to-cart-notification .widget_shopping_cart_content ::-webkit-scrollbar-thumb {
  background: #e0e0e0;
}

.widget_shopping_cart .widget_shopping_cart_content ::-webkit-scrollbar-track {
  background: #fff;
}

.add-to-cart-notification .widget_shopping_cart_content ::-webkit-scrollbar-track {
  background: #fff;
}

.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart {
  border-top: 1px solid #e0e0e0;
  max-height: 200px;
  padding: 24px;
  overflow: visible scroll;
}

.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart-item, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart-item {
  display: flex;
}

.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart-item:not(:first-of-type), .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart-item:not(:first-of-type) {
  margin-top: 10px;
}

.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart-item .remove_from_cart_button, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart-item .remove_from_cart_button {
  color: #999;
  background: #eee;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: auto;
  line-height: 1;
  display: flex;
}

.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart-item .remove_from_cart_button:hover, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart-item .remove_from_cart_button:hover {
  background: #d5d5d5;
}

.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item__thumbnail a, .add-to-cart-notification .widget_shopping_cart_content .mini_cart_item__thumbnail a {
  display: block;
}

.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item__thumbnail a img, .add-to-cart-notification .widget_shopping_cart_content .mini_cart_item__thumbnail a img {
  width: 64px;
  height: auto;
  margin-right: 16px;
  display: block;
}

.widget_shopping_cart .widget_shopping_cart_content .mini-cart-item__name, .add-to-cart-notification .widget_shopping_cart_content .mini-cart-item__name {
  color: #1e1e1e;
  font-weight: 500;
  display: block;
}

.widget_shopping_cart .widget_shopping_cart_content .quantity, .add-to-cart-notification .widget_shopping_cart_content .quantity {
  font-size: 1.3rem;
}

.widget_shopping_cart .widget_shopping_cart_content .woocommerce_mini_cart__top, .add-to-cart-notification .widget_shopping_cart_content .woocommerce_mini_cart__top {
  padding: 24px;
}

.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__total, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__total {
  display: flex;
}

.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__total strong, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  color: #777;
  margin-right: auto;
}

.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount {
  color: #1e1e1e;
  font-weight: 500;
}

.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  margin: 16px 0 0;
}

.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button, .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__buttons .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__buttons a, .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-block-cart__submit-button, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-block-cart__submit-button {
  width: 100%;
  padding: 16px;
}

.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__bottom .button, .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__bottom .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__bottom a, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__bottom .button, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__bottom .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__bottom a, .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__bottom .wc-block-cart__submit-button, .add-to-cart-notification .widget_shopping_cart_content .woocommerce-mini-cart__bottom .wc-block-cart__submit-button {
  color: #fff;
  background: #1e1e1e;
  border-radius: 0;
  width: 100%;
}

body.page-id-9 .woocommerce > h2 {
  display: none;
}

.woocommerce-MyAccount-navigation {
  white-space: nowrap;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
  padding-top: 24px;
  position: relative;
  overflow: scroll;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  display: flex;
}

.woocommerce-MyAccount-navigation ul li {
  margin-right: 24px;
}

@media screen and (width >= 1024px) {
  .woocommerce-MyAccount-navigation ul li {
    margin-right: 32px;
  }
}

.woocommerce-MyAccount-navigation ul li a {
  width: 100%;
  padding: 0 0 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block;
  position: relative;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #999;
}

.woocommerce-MyAccount-navigation ul li.is-active a:after {
  content: "";
  z-index: 2;
  background: #1e1e1e;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.woocommerce-MyAccount-content {
  max-width: 768px;
}

.woocommerce-MyAccount-content p {
  margin-top: 16px;
}

.woocommerce-MyAccount-content h3 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}

.woocommerce-MyAccount-content .woocommerce-order-details {
  margin-top: 16px;
}

.woocommerce-MyAccount-content .woocommerce-order-details__wrapper {
  margin-top: 16px;
  padding: 24px;
}

.woocommerce-Addresses {
  gap: 32px;
  margin-top: 32px;
  display: grid;
}

@media screen and (width >= 769px) {
  .woocommerce-Addresses {
    grid-template-columns: 1fr 1fr;
  }
}

.woocommerce-Addresses .woocommerce-Address {
  border-top: 1px solid #e0e0e0;
  padding-top: 24px;
  position: relative;
}

.woocommerce-Addresses .woocommerce-Address header {
  align-items: center;
  display: flex;
}

.woocommerce-Addresses .woocommerce-Address header h3 {
  font-weight: 500;
}

.woocommerce-Addresses .woocommerce-Address a {
  margin-left: auto;
}

.woocommerce-address-fields__field-wrapper, .woocommerce-EditAccountForm {
  flex-wrap: wrap;
  display: flex;
}

.woocommerce-address-fields__field-wrapper .form-row-last:first-of-type, .woocommerce-EditAccountForm .form-row-last:first-of-type {
  margin-top: 0;
}

.shop_table {
  text-align: left;
  width: 100%;
}

.shop_table td, .shop_table th {
  padding: 16px 0;
}

.shop_table td .button, .shop_table td .wc-block-cart__submit-button, .shop_table td .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .shop_table td a, .shop_table th .button, .shop_table th .wc-block-cart__submit-button, .shop_table th .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .shop_table th a {
  margin-top: -6px;
  margin-bottom: -6px;
}

.shop_table td a, .shop_table th a {
  color: #1e1e1e;
}

.shop_table thead {
  border-bottom: 1px solid #e0e0e0;
}

.shop_table tbody tr.order_item td {
  padding-top: 0;
}

.shop_table tfoot tr {
  background-color: #f6f6f6;
  border-bottom: 1px solid #fff;
}

.order-again .button, .order-again .wc-block-cart__submit-button, .order-again .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address .order-again a {
  margin-top: 16px;
}

.woocommerce-customer-details {
  margin-top: 40px;
}

.woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 16px;
  font-weight: 500;
}

.woocommerce-privacy-policy-text {
  -webkit-font-smoothing: auto;
  letter-spacing: .03rem;
  color: #999;
  margin-top: 16px;
  font-size: 1.2rem;
}

body.woocommerce-checkout {
  padding-top: 0;
}

@media screen and (width <= 1023px) {
  body.woocommerce-checkout .container {
    max-width: 760px;
  }
}

body.woocommerce-checkout .woocommerce-form-login-wrapper {
  border-bottom: 1px solid #e0e0e0;
}

body.woocommerce-checkout .woocommerce-form-login-wrapper .woocommerce-form-login-toggle {
  text-align: center;
  padding: 16px;
}

body.woocommerce-checkout .woocommerce-form-login-wrapper .woocommerce-form-login {
  background: #f8f8f8;
  border-top: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 12px 24px 24px;
}

@media screen and (width >= 1024px) {
  body.woocommerce-checkout .woocommerce-form-login-wrapper .woocommerce-form-login {
    padding: 12px 20% 24px;
  }
}

body.woocommerce-checkout .woocommerce-form-login-wrapper .woocommerce-form-login .button-register {
  display: none;
}

body.woocommerce-checkout .checkout-header {
  justify-content: space-between;
  padding: 32px 0;
  display: flex;
  position: relative;
}

@media screen and (width <= 1023px) {
  body.woocommerce-checkout .checkout-header {
    color: #ffffff80;
    background: #252525;
  }

  body.woocommerce-checkout .checkout-header svg {
    display: block;
    top: 0;
  }

  body.woocommerce-checkout .checkout-header svg path {
    fill: #fff;
  }
}

@media screen and (width >= 1024px) {
  body.woocommerce-checkout .checkout-header {
    border-bottom: 1px solid #e0e0e0;
    padding: 64px 0 32px;
  }
}

body.woocommerce-checkout .checkout-header__content ul li {
  margin-left: 8px;
  font-size: 14px;
  display: inline-block;
}

body.woocommerce-checkout .checkout-header__content ul li:last-of-type {
  font-size: 16px;
  font-weight: 500;
}

body.woocommerce-checkout .checkout-footer {
  z-index: 2;
  border-top: 1px solid #e0e0e0;
  position: relative;
}

body.woocommerce-checkout .checkout-footer__inner {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  position: relative;
}

body.woocommerce-checkout .checkout-footer__inner a {
  color: #999;
}

body.woocommerce-checkout .breadcrumbs {
  display: none;
}

body.woocommerce-checkout .coupon-form form.checkout_coupon {
  display: block !important;
}

body.woocommerce-checkout .coupon-form .woocommerce-info {
  display: none;
}

body.woocommerce-checkout .coupon-form .form-row {
  margin-top: 0;
}

body.woocommerce-checkout .coupon-form .form-row.form-row-first {
  float: left;
  width: calc(65% - 8px);
}

body.woocommerce-checkout .coupon-form .form-row.form-row-last {
  float: right;
  width: calc(35% - 8px);
}

body.woocommerce-checkout .coupon-form .form-row .button, body.woocommerce-checkout .coupon-form .form-row .wc-block-cart__submit-button, body.woocommerce-checkout .coupon-form .form-row .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address body.woocommerce-checkout .coupon-form .form-row a {
  margin-top: 0 !important;
  padding: 16px 16px 15px !important;
}

body.woocommerce-checkout .woocommerce-error {
  margin-top: 24px;
  margin-bottom: 0;
}

body.woocommerce-checkout .woocommerce-NoticeGroup {
  position: relative;
}

body.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error {
  background: none;
  margin-top: 0;
  padding-left: 0;
}

body.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error:before {
  content: "";
  z-index: -1;
  background: #ffe8e8;
  border-bottom: 1px solid #e0e0e0;
  width: 200%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -50%;
}

body.woocommerce-checkout .order_review_wrapper {
  background: #f6f6f6;
  margin-top: 16px;
  padding: 32px 0 80px;
  position: relative;
}

@media screen and (width >= 1024px) {
  body.woocommerce-checkout .order_review_wrapper {
    float: right;
    border-left: 1px solid #e0e0e0;
    width: 45%;
    min-height: 100vh;
    margin-top: 0;
    padding: 64px 0 128px 64px;
  }
}

body.woocommerce-checkout .order_review_wrapper:before {
  content: "";
  z-index: -1;
  background: #f6f6f6;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
}

@media screen and (width >= 1024px) {
  body.woocommerce-checkout .order_review_wrapper:before {
    left: 0;
  }
}

body.woocommerce-checkout .order_review_wrapper #order_review_heading {
  display: none;
}

@media screen and (width >= 1024px) {
  body.woocommerce-checkout .customer_details_wrapper {
    float: left;
    width: 55%;
    padding-right: 64px;
  }
}

body.woocommerce-checkout .woocommerce-shipping-totals th, body.woocommerce-checkout .woocommerce-form-login p:first-of-type, body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  display: none;
}

body.woocommerce-checkout .woocommerce-shipping-methods {
  text-align: left;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

body.woocommerce-checkout .woocommerce-shipping-methods li {
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

body.woocommerce-checkout .woocommerce-shipping-methods li:last-of-type {
  border-bottom: 0;
}

body.woocommerce-checkout .woocommerce-shipping-methods li input {
  margin-right: 8px;
}

body.woocommerce-checkout .woocommerce-shipping-methods li input[type="radio"] + label span {
  color: #999;
}

body.woocommerce-checkout .woocommerce-shipping-methods li input[type="radio"]:checked + label span {
  color: #1e1e1e;
  font-weight: 500;
}

body.woocommerce-checkout .woocommerce-shipping-methods li label {
  width: 100%;
  display: flex;
}

body.woocommerce-checkout .woocommerce-shipping-methods li span {
  margin-left: auto;
}

form.checkout h3 {
  color: #1e1e1e;
  margin-top: 32px;
  margin-bottom: 16px;
  font-family: Golos Text, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

form.checkout .woocommerce-billing-fields__field-wrapper, form.checkout .woocommerce-shipping-fields__field-wrapper {
  flex-wrap: wrap;
  display: flex;
}

form.checkout .woocommerce-billing-fields .form-row, form.checkout .woocommerce-shipping-fields .form-row, form.checkout .shipping_address .form-row {
  position: relative;
}

form.checkout .woocommerce-billing-fields .form-row.has-visible-label label:not(.woocommerce-form__label-for-checkbox), form.checkout .woocommerce-shipping-fields .form-row.has-visible-label label:not(.woocommerce-form__label-for-checkbox), form.checkout .shipping_address .form-row.has-visible-label label:not(.woocommerce-form__label-for-checkbox) {
  opacity: 1;
  transform: none;
}

form.checkout .woocommerce-billing-fields .form-row.has-visible-label input, form.checkout .woocommerce-shipping-fields .form-row.has-visible-label input, form.checkout .shipping_address .form-row.has-visible-label input {
  padding-top: 24px !important;
  padding-bottom: 6px !important;
}

form.checkout .woocommerce-billing-fields label:not(.woocommerce-form__label-for-checkbox):not(.checkbox), form.checkout .woocommerce-shipping-fields label:not(.woocommerce-form__label-for-checkbox):not(.checkbox), form.checkout .shipping_address label:not(.woocommerce-form__label-for-checkbox):not(.checkbox) {
  color: #777;
  opacity: 0;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  font-size: 12px;
  transition: all .2s ease-out;
  position: absolute;
  top: 6px;
  left: 16px;
  overflow: hidden;
  transform: translateY(3px);
}

form.checkout .woocommerce-billing-fields label:not(.woocommerce-form__label-for-checkbox):not(.checkbox) abbr, form.checkout .woocommerce-shipping-fields label:not(.woocommerce-form__label-for-checkbox):not(.checkbox) abbr, form.checkout .shipping_address label:not(.woocommerce-form__label-for-checkbox):not(.checkbox) abbr {
  display: none;
}

form.checkout .woocommerce-billing-fields label.woocommerce-form__label-for-checkbox, form.checkout .woocommerce-billing-fields label.checkbox, form.checkout .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox, form.checkout .woocommerce-shipping-fields label.checkbox, form.checkout .shipping_address label.woocommerce-form__label-for-checkbox, form.checkout .shipping_address label.checkbox {
  align-items: center;
  display: flex;
}

form.checkout .woocommerce-billing-fields label.woocommerce-form__label-for-checkbox input, form.checkout .woocommerce-billing-fields label.checkbox input, form.checkout .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox input, form.checkout .woocommerce-shipping-fields label.checkbox input, form.checkout .shipping_address label.woocommerce-form__label-for-checkbox input, form.checkout .shipping_address label.checkbox input {
  margin-right: 8px;
}

form.checkout .woocommerce-billing-fields #kl_newsletter_checkbox_field #kl_newsletter_checkbox, form.checkout .woocommerce-shipping-fields #kl_newsletter_checkbox_field #kl_newsletter_checkbox, form.checkout .shipping_address #kl_newsletter_checkbox_field #kl_newsletter_checkbox {
  width: auto;
}

form.checkout .woocommerce-billing-fields #kl_newsletter_checkbox_field span.optional, form.checkout .woocommerce-shipping-fields #kl_newsletter_checkbox_field span.optional, form.checkout .shipping_address #kl_newsletter_checkbox_field span.optional {
  display: none;
}

form.checkout .woocommerce-account-fields {
  margin-top: 8px;
}

form.checkout .woocommerce-shipping-fields h3 {
  font-size: 15px;
  font-weight: 500;
}

form.checkout .woocommerce-shipping-fields .form-row:first-of-type {
  margin-top: 12px;
}

form.checkout .shop_table td {
  padding: 0 0 16px;
}

form.checkout .coupon-form {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

form.checkout .coupon-form p:first-of-type {
  display: none;
}

form.checkout .coupon-form td {
  padding: 24px 0;
}

.woocommerce-order-details table.shop_table, .woocommerce-table--order-details table.shop_table, table.shop_table.woocommerce-checkout-review-order-table {
  font-size: 14px;
}

.woocommerce-order-details table.shop_table thead, .woocommerce-table--order-details table.shop_table thead, table.shop_table.woocommerce-checkout-review-order-table thead {
  display: none;
}

.woocommerce-order-details table.shop_table tbody, .woocommerce-table--order-details table.shop_table tbody, table.shop_table.woocommerce-checkout-review-order-table tbody {
  border-bottom: 1px solid #e0e0e0;
}

.woocommerce-order-details table.shop_table tbody tr td.product-total, .woocommerce-table--order-details table.shop_table tbody tr td.product-total, table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-total {
  text-align: right;
  vertical-align: middle;
  width: 20%;
  font-weight: 500;
}

.woocommerce-order-details table.shop_table tbody tr td.product-name, .woocommerce-table--order-details table.shop_table tbody tr td.product-name, table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name {
  align-items: center;
  font-weight: 500;
  display: flex;
  position: relative;
}

.woocommerce-order-details table.shop_table tbody tr td.product-name .product-item-thumbnail, .woocommerce-table--order-details table.shop_table tbody tr td.product-name .product-item-thumbnail, table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name .product-item-thumbnail {
  background: #fff;
  border-radius: 4px;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  margin-right: 16px;
  display: block;
  overflow: hidden;
}

.woocommerce-order-details table.shop_table tbody tr td.product-name .product-item-thumbnail img, .woocommerce-table--order-details table.shop_table tbody tr td.product-name .product-item-thumbnail img, table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name .product-item-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.woocommerce-order-details table.shop_table tbody tr td.product-name .product-quantity, .woocommerce-table--order-details table.shop_table tbody tr td.product-name .product-quantity, table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity {
  color: #fff;
  text-align: center;
  background: #1e1e1e;
  border-radius: 24px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  top: -5px;
  left: 49px;
}

.woocommerce-order-details table.shop_table tfoot, .woocommerce-table--order-details table.shop_table tfoot, table.shop_table.woocommerce-checkout-review-order-table tfoot {
  padding-top: 8px;
  padding-bottom: 16px;
}

.woocommerce-order-details table.shop_table tfoot tr, .woocommerce-table--order-details table.shop_table tfoot tr, table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
  background-color: #0000;
  border-bottom: none;
}

.woocommerce-order-details table.shop_table tfoot tr th, .woocommerce-order-details table.shop_table tfoot tr td, .woocommerce-table--order-details table.shop_table tfoot tr th, .woocommerce-table--order-details table.shop_table tfoot tr td, table.shop_table.woocommerce-checkout-review-order-table tfoot tr th, table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
  padding: 8px 0 0;
}

.woocommerce-order-details table.shop_table tfoot tr:first-of-type th, .woocommerce-order-details table.shop_table tfoot tr:first-of-type td, .woocommerce-table--order-details table.shop_table tfoot tr:first-of-type th, .woocommerce-table--order-details table.shop_table tfoot tr:first-of-type td, table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-of-type th, table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-of-type td {
  padding: 16px 0 0;
}

.woocommerce-order-details table.shop_table tfoot tr:nth-last-of-type(2) th, .woocommerce-order-details table.shop_table tfoot tr:nth-last-of-type(2) td, .woocommerce-table--order-details table.shop_table tfoot tr:nth-last-of-type(2) th, .woocommerce-table--order-details table.shop_table tfoot tr:nth-last-of-type(2) td, table.shop_table.woocommerce-checkout-review-order-table tfoot tr:nth-last-of-type(2) th, table.shop_table.woocommerce-checkout-review-order-table tfoot tr:nth-last-of-type(2) td {
  padding: 8px 0 16px;
}

.woocommerce-order-details table.shop_table tfoot th, .woocommerce-table--order-details table.shop_table tfoot th, table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  width: 50%;
}

.woocommerce-order-details table.shop_table tfoot td, .woocommerce-table--order-details table.shop_table tfoot td, table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}

.woocommerce-order-details table.shop_table tfoot td small.includes_tax, .woocommerce-table--order-details table.shop_table tfoot td small.includes_tax, table.shop_table.woocommerce-checkout-review-order-table tfoot td small.includes_tax {
  display: none;
}

.woocommerce-order-details table.shop_table tfoot tr.woocommerce-shipping-totals label[for="shipping_method_0_free_shipping2"], .woocommerce-table--order-details table.shop_table tfoot tr.woocommerce-shipping-totals label[for="shipping_method_0_free_shipping2"], table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals label[for="shipping_method_0_free_shipping2"] {
  color: #39ff6f;
  font-weight: 500;
}

.woocommerce-order-details table.shop_table tfoot tr.cart-discount td, .woocommerce-table--order-details table.shop_table tfoot tr.cart-discount td, table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-discount td {
  font-weight: 500;
}

.woocommerce-order-details table.shop_table tfoot tr.order-total, .woocommerce-table--order-details table.shop_table tfoot tr.order-total, table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total {
  border-top: 1px solid #e0e0e0;
}

.woocommerce-order-details table.shop_table tfoot tr.order-total th, .woocommerce-order-details table.shop_table tfoot tr.order-total td, .woocommerce-table--order-details table.shop_table tfoot tr.order-total th, .woocommerce-table--order-details table.shop_table tfoot tr.order-total td, table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th, table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  padding: 16px 0;
  font-size: 18px;
  font-weight: 500;
}

.woocommerce-order-details__wrapper {
  background-color: #f6f6f6;
}

.woocommerce-order-details__wrapper tfoot tr:last-of-type {
  border-top: 1px solid #e0e0e0;
}

.woocommerce-order-details__wrapper tfoot tr:last-of-type th, .woocommerce-order-details__wrapper tfoot tr:last-of-type td {
  font-size: 18px;
  font-weight: 500;
  padding: 16px 0 0 !important;
}

body.woocommerce-order-received .woocommerce-order-details {
  display: none;
}

body.woocommerce-order-received .woocommerce-thankyou-order-header {
  background: #39ff6f;
  border-radius: 2px;
  margin-top: 24px;
  padding: 32px;
}

body.woocommerce-order-received .woocommerce-thankyou-order-header p {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (width >= 769px) {
  body.woocommerce-order-received .woocommerce-thankyou-order-header p {
    font-size: 24px;
  }
}

body.woocommerce-order-received .woocommerce-thankyou-order-header span {
  opacity: .8;
  font-weight: 500;
}

body.woocommerce-order-received .woocommerce-thankyou-order-details {
  text-transform: uppercase;
  letter-spacing: .075rem;
  color: #777;
  justify-content: space-between;
  margin-top: 24px;
  font-family: display, -apple-system, BlinkMacSystemFont, Times, Times New Roman, serif;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
}

body.woocommerce-order-received .woocommerce-thankyou-order-content {
  margin-bottom: 64px;
}

body.woocommerce-order-received .woocommerce-order-details__title {
  color: #1e1e1e;
  margin-bottom: 16px;
  font-family: Golos Text, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

#payment .wc_payment_methods {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

#payment .wc_payment_methods li {
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

#payment .wc_payment_methods li label {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

#payment .wc_payment_methods li label img, #payment .wc_payment_methods li input {
  margin-right: 8px;
}

#payment .wc_payment_methods li:last-of-type {
  border-bottom: 0;
}

#payment .wc_payment_methods li .payment_box {
  display: none !important;
}

@media screen and (width >= 769px) {
  #sendcloudshipping_service_point_map {
    padding: 80px;
  }
}

body.woocommerce-checkout {
  background-color: #fff;
}

.woocommerce-Reviews-title {
  display: none;
}

.woocommerce-Reviews #comments ol.commentlist {
  list-style: none;
}

.woocommerce-Reviews #comments ol.commentlist li.review {
  border-bottom: 1px solid #efefef;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.woocommerce-Reviews #comments ol.commentlist li.review .comment-text .star-rating {
  margin-bottom: 12px;
}

.woocommerce-Reviews #comments ol.commentlist li.review .comment-text .meta {
  margin-top: 12px;
  font-size: 14px;
}

.woocommerce-Reviews #comments ol.commentlist li.review .comment-text .meta .woocommerce-review__author {
  color: #999;
}

.woocommerce-Reviews #comments ol.commentlist li.review .comment-text .meta .woocommerce-review__published-date {
  color: #999;
  margin-left: 8px;
}

.woocommerce-Reviews #comments ol.commentlist li.review .comment-text .meta .woocommerce-review__published-date:before {
  content: "|";
  padding-right: 8px;
}

.woocommerce-Reviews #comments ol.commentlist li.review .comment-text .meta .woocommerce-review__dash {
  display: none;
}

#reviews {
  gap: 24px;
  display: grid;
}

@media screen and (width >= 769px) {
  #reviews {
    grid-template-columns: 7fr 5fr;
    gap: 52px;
  }
}

#reviews #review_intro {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 0;
}

#reviews #review_intro .woocommerce-product-rating {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

#reviews #review_intro .woocommerce-product-rating .star-rating {
  width: 92px;
  margin-right: 8px;
  font-size: 16px;
}

#reviews #review_form_wrapper {
  padding-bottom: 40px;
}

#reviews #review_form_wrapper form label {
  margin-top: 16px;
  display: block;
}

#reviews #review_form_wrapper form input:not([type="checkbox"]), #reviews #review_form_wrapper form textarea {
  resize: vertical;
  width: 100%;
  font-weight: 600;
  display: block;
}

#reviews #review_form_wrapper form p.stars, #reviews #review_form_wrapper form p.stars a {
  display: inline-block;
}

#reviews #review_form_wrapper form p.stars {
  margin: 0;
}

#reviews #review_form_wrapper form p.stars a {
  text-indent: -999em;
  width: 1em;
  height: 1em;
  margin-right: 1px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

#reviews #review_form_wrapper form p.stars a:before {
  text-indent: 0;
  width: 1em;
  height: 1em;
  font-family: star;
  line-height: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#reviews #review_form_wrapper form p.stars a:before, #reviews #review_form_wrapper form p.stars a:hover ~ a:before, #reviews #review_form_wrapper form p.stars.selected a.active ~ a:before {
  color: #999;
  content: "S";
}

#reviews #review_form_wrapper form p.stars.selected a.active:before, #reviews #review_form_wrapper form p.stars:hover a:before, #reviews #review_form_wrapper form p.stars.selected a:not(.active):before {
  opacity: 1;
  color: #1e1e1e;
  content: "S";
}

#reviews #review_form_wrapper form .comment-form-cookies-consent {
  display: none;
}

#reviews #review_form_wrapper .review_intro__stars {
  margin-bottom: 32px;
}

#reviews #review_form_wrapper .button, #reviews #review_form_wrapper .wc-block-cart__submit-button, #reviews #review_form_wrapper .woocommerce-Addresses .woocommerce-Address a, .woocommerce-Addresses .woocommerce-Address #reviews #review_form_wrapper a {
  margin-top: 10px;
}

#reviews #review_form {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-top: 24px;
  padding: 24px;
}

#reviews #review_form #respond #reply-title {
  display: none;
}

.reviews {
  margin-top: 40px;
}

.reviews .review {
  width: 80%;
  margin-right: 40px;
}

@media screen and (width >= 769px) {
  .reviews .review {
    width: 50%;
  }
}

@media screen and (width >= 1024px) {
  .reviews .review {
    width: 25%;
  }
}

.reviews .review__title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 600;
}

.reviews .review__content {
  margin-top: 16px;
}

.reviews .review__name {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 600;
}

.sb-feed-container {
  margin-top: 24px;
}

.sb-feed-container .sb-feed-header-heading {
  display: none;
}

.sb-feed-container .sb-post-item-wrap {
  border-bottom: 0;
}

.sb-feed-container .sb-post-item-wrap .sb-post-item br {
  display: none;
}

.sb-feed-container .sb-feed-header-btn-ctn {
  display: none !important;
}

.sb-feed-container .sb-item-provider-icon img {
  height: 20px;
}

body.error404 .rte, body.page-template-page-cart.shopping-cart-empty .rte {
  text-align: center;
  padding: 10vh 0;
}

.post-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  display: grid;
}

@media screen and (width >= 769px) {
  .post-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 52px;
  }
}

.single-post .post-meta {
  margin-top: 8px;
}

@media screen and (width >= 1024px) {
  .single-post .post-meta {
    opacity: .3;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
  }
}

.single-post .rte {
  margin-top: 24px;
}

@media screen and (width >= 1024px) {
  .single-post .rte {
    margin-top: 40px;
  }
}

.single-post .post-thumbnail {
  border-radius: 8px;
  margin-top: 24px;
}

@media screen and (width >= 1024px) {
  .single-post .post-thumbnail {
    margin-top: 40px;
  }
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  height: 100%;
  transition: height .2s;
  position: relative;
  overflow: hidden;
}

.flickity-slider {
  width: 100%;
  height: 100%;
  position: absolute;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  border: none;
  position: relative;
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #39ff6f;
}

.flickity-button:active {
  opacity: .6;
}

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: #fff;
  stroke-width: 1px;
  stroke: currentColor;
}

.flickity-prev-next-button {
  background-color: #1f1f1e;
  border-radius: 50%;
  width: 38px;
  height: 38px;
}

.flickity-prev-next-button.previous {
  left: 0;
}

@media screen and (width >= 769px) {
  .flickity-prev-next-button.previous {
    left: 10px;
  }
}

.flickity-prev-next-button.next {
  right: 0;
}

@media screen and (width >= 769px) {
  .flickity-prev-next-button.next {
    right: 10px;
  }
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
}

@media screen and (width >= 769px) {
  .flickity-rtl .flickity-prev-next-button.previous {
    right: 10px;
  }
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
}

@media screen and (width >= 769px) {
  .flickity-rtl .flickity-prev-next-button.next {
    left: 10px;
  }
}

.flickity-prev-next-button .flickity-button-icon {
  width: 30%;
  height: 30%;
  position: absolute;
  top: 35%;
  left: 35%;
}

.flickity-page-dots {
  margin: -8px 24px 0;
  padding: 0;
  line-height: 1;
  list-style: none;
  bottom: 0;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  opacity: .08;
  cursor: pointer;
  background: #1f1f1e;
  width: 12px;
  height: 3px;
  margin: 0 2px;
  display: inline-block;
}

@media screen and (width >= 769px) {
  .flickity-page-dots .dot {
    width: 24px;
  }
}

@media screen and (width >= 1024px) {
  .flickity-page-dots .dot {
    width: 80px;
  }
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.custom-controls {
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.custom-controls .next {
  order: 2;
}
/*# sourceMappingURL=main.css.map */
