@charset "UTF-8";
/* ## Mixins
--------------------------------------------- */
/* ## Colors
--------------------------------------------- */
/* ## Variables
--------------------------------------------- */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Reset CSS
   ========================================================================== */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

/* # Main SCSS files
---------------------------------------------------------------------------------------------------- */
/* ## Extra fonts
--------------------------------------------- */
/* ## Base
--------------------------------------------- */
* {
  outline: none !important;
}

strong, b {
  font-weight: 700;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p:empty {
  display: none;
}

html {
  font-size: 62.5%;
  position: relative;
}

body {
  width: 100%;
  font: normal 400 1.6rem/1 "Inter", sans-serif;
  color: #242323;
  margin: 0;
  padding: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F9F9F9;
}

figure {
  border-radius: 0.2rem;
}

img,
iframe {
  display: block;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

img.lazy {
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
}

img.loaded {
  opacity: 1;
}

img.with-border {
  padding: 1rem;
  background: #FFF;
  box-shadow: 0rem 0rem 0.4rem 0rem rgba(0, 0, 0, 0.12);
}

.align-center img {
  margin: 0 auto;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.google-maps-wrapper {
  position: relative;
  padding: 0 0 40% 0;
  height: 0;
}
.google-maps-wrapper img,
.google-maps-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .google-maps-wrapper {
    padding: 0 0 66.67% 0;
  }
}
@media only screen and (max-width: 480px) {
  .google-maps-wrapper {
    padding: 0 0 100%;
  }
}

.wrap-square,
.wrap-16-9,
.wrap-4-3 {
  display: block;
  position: relative;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.wrap-square img,
.wrap-16-9 img,
.wrap-4-3 img {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap-square {
  padding: 0 0 100% 0;
}

.wrap-16-9 {
  padding: 0 0 56.25% 0;
}

.wrap-4-3 {
  padding: 0 0 66.67% 0;
}

.center-align {
  margin-left: auto;
  margin-right: auto;
}

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

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.alignleft,
.float-left {
  float: left;
}

.alignright,
.float-right {
  float: right;
}

::-moz-selection {
  background: #242323;
  color: #FFF;
}

::selection {
  background: #242323;
  color: #FFF;
}

::-moz-selection {
  background: #242323;
  color: #FFF;
}

/* ## Clear
--------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

/* ## Desktop / Mob-only
--------------------------------------------- */
.mob-only {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .mob-only {
    display: block !important;
  }
}

.desktop-only {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .desktop-only {
    display: none !important;
  }
}

.mob-img {
  display: none;
}
@media only screen and (max-width: 750px) {
  .mob-img {
    display: block;
  }
}

.desktop-img {
  display: block;
}
@media only screen and (max-width: 750px) {
  .desktop-img {
    display: none;
  }
}

/* ## Animations
--------------------------------------------- */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.animated-view {
  transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.animated-view.fade-to-left {
  transform: translateX(20rem);
  opacity: 0;
}
.animated-view.fade-to-left.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-right {
  transform: translateX(-20rem);
  opacity: 0;
}
.animated-view.fade-to-right.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animated-view.fade-to-top {
  transform: translateY(20rem);
  opacity: 0;
}
.animated-view.fade-to-top.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-to-bottom {
  transform: translateY(-20rem);
  opacity: 0;
}
.animated-view.fade-to-bottom.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.animated-view.fade-in {
  opacity: 0;
}
.animated-view.fade-in.in-view {
  opacity: 1;
}
.animated-view.zoom-in {
  transform: scale(0);
  transform-origin: center center;
}
.animated-view.zoom-in.in-view {
  transform: scale(1);
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs {
  padding-top: 1.4rem;
}
.breadcrumbs__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #242323;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.breadcrumbs__text a {
  color: #242323;
  text-decoration: none;
}
.breadcrumbs__text a:hover {
  text-decoration: underline;
  color: #00B67A;
}

body.single-post .breadcrumbs, body.page-template-page-complaint .breadcrumbs {
  padding-top: 1.4rem;
}
body.single-post .breadcrumbs__text, body.page-template-page-complaint .breadcrumbs__text {
  color: #FFF;
}
body.single-post .breadcrumbs__text a, body.page-template-page-complaint .breadcrumbs__text a {
  color: #FFF;
}

/* ## Wrap
--------------------------------------------- */
#main {
  padding: 0;
  position: relative;
  margin-top: 19.3rem;
}
@media only screen and (max-width: 1023px) {
  #main {
    margin-top: 15.3rem;
  }
}
@media only screen and (max-width: 750px) {
  #main {
    margin-top: 10rem;
  }
}

.wrap {
  max-width: 140rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}
.wrap__full-width {
  max-width: 100%;
}
.wrap__inner-wrap {
  max-width: 112.4rem;
}
.wrap__text-wrap {
  max-width: 102.4rem;
}

/* ## Lay-out styling
--------------------------------------------- */
.content-row {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.spacing-row {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.small-gap {
  gap: 1.6rem;
}

.medium-gap {
  gap: 3.2rem;
}

.big-gap {
  gap: 6.4rem;
}

.bigger-gap {
  gap: 9.6rem;
}

.align-items-center {
  align-items: center;
}

.col-2-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 750px) {
  .col-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .col-3-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .col-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-4-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  .col-4-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .col-4-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-6-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1023px) {
  .col-6-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .col-6-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.col-2-1-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .col-2-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-2-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (max-width: 1023px) {
  .col-1-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-1-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) 0.9fr;
}
@media only screen and (max-width: 1023px) {
  .col-3-1-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-3-grid {
  display: grid;
  grid-template-columns: 0.9fr minmax(0, 3fr);
}
@media only screen and (max-width: 1023px) {
  .col-1-3-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-3-2-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) 2fr;
}
@media only screen and (max-width: 1023px) {
  .col-3-2-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.col-1-4-grid {
  display: grid;
  grid-template-columns: 0.9fr minmax(0, 4fr);
}
@media only screen and (max-width: 1023px) {
  .col-1-4-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ## WP defaults
--------------------------------------------- */
.gallery {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.gallery .gallery-item {
  margin: 0;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.gallery a {
  display: block;
  line-height: 0;
  position: relative;
}
.gallery a img {
  width: 100%;
  height: auto;
}
.gallery.gallery-columns-2 .gallery-item {
  flex-basis: 50%;
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.gallery.gallery-columns-4 .gallery-item {
  flex-basis: 25%;
  max-width: 25%;
}

.wp-caption {
  max-width: 100%;
  position: relative;
  padding-bottom: 3rem;
}

.wp-caption-text {
  font-size: 1.4rem;
  font-style: italic;
  display: block;
  padding: 0.5rem 0 0 0;
}

/* ## Text
--------------------------------------------- */
a {
  text-decoration: underline;
  color: #242323;
}
a:hover {
  text-decoration: none;
  color: #242323;
}
a.text-link {
  color: #242323;
}

p,
label,
address,
td,
th,
li {
  font: 400 1.6rem/2.5rem "Inter", sans-serif;
  color: #242323;
  margin: 0 0 3.2rem 0;
}

label {
  font: 600 1.4rem/2.5rem "Inter", sans-serif;
}
label.gfield_consent_label {
  font-weight: 400;
}

.smaller,
small {
  font-size: 1.4rem;
}

.bigger {
  font-size: 1.8rem;
}

.with-icon {
  padding-left: 2.5rem;
  position: relative;
}
.with-icon i {
  position: absolute;
  left: 0;
}

hr {
  margin: 0 0 3.2rem 0;
  padding: 0;
  border: 0;
  height: 1px;
  background: #242323;
  display: block;
}

ul,
ol {
  display: block;
  padding: 0;
  margin: 0 0 3.2rem 0;
}
ul li,
ol li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 2rem;
}
ul li:before,
ol li:before {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background: #242323;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
}
ul.two-columns,
ol.two-columns {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-count: 2;
       column-count: 2;
}
@media only screen and (max-width: 480px) {
  ul.two-columns,
  ol.two-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
ul.three-columns,
ol.three-columns {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  -moz-column-count: 3;
       column-count: 3;
}
@media only screen and (max-width: 750px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  ul.three-columns,
  ol.three-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
ul.green-checks,
ol.green-checks {
  display: flex;
  gap: 2rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
ul.green-checks li:before,
ol.green-checks li:before {
  background: none;
  background-image: url("../img/custom-icons/green-check.svg");
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  display: block !important;
}

ol li {
  counter-increment: step-counter;
  padding-left: 2.5rem;
}
ol li:before {
  content: counter(step-counter) ". ";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border-radius: 0;
}

blockquote {
  position: relative;
  display: block;
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}

table {
  margin: 0 0 3rem 0;
  width: 100%;
}

.single-product-description table {
  margin: 0 0 3rem 0;
  width: 100%;
}
.single-product-description table tr {
  display: flex;
  gap: 2rem;
}
.single-product-description table tr:nth-child(even) td {
  background: #FFF;
}
.single-product-description table tr td {
  width: 100%;
  max-width: 28rem;
  margin: 0;
  padding: 1.6rem 2rem;
  border: 1px solid #F1F1F1;
  border-radius: 0.2rem;
}

td, th {
  text-align: left;
  padding: 1rem;
}

th {
  font-weight: 700;
}

#form .label {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 1;
  background: #FFF;
  border-radius: 2rem;
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.white-text h1, .white-text .h1,
.white-text h2, .white-text .h2,
.white-text h3, .white-text .h3,
.white-text ul li,
.white-text ol li,
.white-text ul li:before,
.white-text ol li:before,
.white-text label,
.white-text p,
.white-text span,
.white-text i,
.white-text a {
  color: #FFF;
}
.white-text ul li:before {
  background: #FFF;
}
.white-text ol li:before {
  color: #FFF;
}

.static {
  position: static !important;
}

.black-text h1, .black-text .h1,
.black-text h2, .black-text .h2,
.black-text h3, .black-text .h3,
.black-text ul li,
.black-text ol li,
.black-text ul li:before,
.black-text ol li:before,
.black-text label,
.black-text p,
.black-text span,
.black-text i,
.black-text a {
  color: #242323;
}
.black-text ul li:before {
  background: #242323;
}
.black-text ol li:before {
  color: #242323;
}

/* ## Heading styling
--------------------------------------------- */
h1, .h1 {
  font: 700 4.8rem/1.1 "Inter", sans-serif;
  color: #242323;
  padding: 0;
  margin: 0 0 2.6rem 0;
}
h1.product_title, .h1.product_title {
  font-size: 2.8rem;
  font-weight: 600;
  color: #FFF;
}

h2, .h2 {
  font: 700 4.6rem/1.4 "Inter", sans-serif;
  color: #242323;
  padding: 0;
  margin: 0 0 2.6rem 0;
}

h3, .h3 {
  font: 500 2.8rem/1.4 "Inter", sans-serif;
  color: #242323;
  padding: 0;
  margin: 0 0 2.6rem 0;
}

h4, .h4 {
  font: 500 2.4rem/1.2 "Inter", sans-serif;
  padding: 0;
  margin: 0 0 2.6rem 0;
}

h5, .h5 {
  font: 500 2rem/2 "Inter", sans-serif;
  padding: 0;
  margin: 0 0 2.6rem 0;
}

h6, .h6 {
  font: 700 1.6rem/2 "Inter", sans-serif;
  padding: 0;
  margin: 0 0 1.6rem 0;
}

/* ## Cards
--------------------------------------------- */
.card {
  position: relative;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
}
.card > :last-child {
  margin-bottom: 0;
}

.with-border-radius {
  border-radius: 0.2rem;
}

.with-shadow {
  box-shadow: 0rem 0rem 0.4rem 0rem rgba(0, 0, 0, 0.12);
}

/* ## Forms styling
--------------------------------------------- */
label, legend {
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 0;
  position: relative;
  line-height: 1.25;
}

input[type=text],
input[type=number],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=phone],
input[type=url],
select,
textarea {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.8rem 2.2rem;
  font: 400 1.6rem/1.25 "Inter", sans-serif;
  color: #242323;
  margin: 0;
  border: 1px solid #242323;
  border-radius: 0.2rem;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=phone]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: rgba(0, 0, 0, 0.2);
}

#form input[type=checkbox],
#form input[type=radio], .cart-collaterals input[type=checkbox],
.cart-collaterals input[type=radio], .checkout input[type=checkbox],
.checkout input[type=radio] {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  inset: 0 0 0 0;
  height: 100%;
  opacity: 0;
}
#form input[type=checkbox] + label, #form input[type=checkbox] + span, #form input[type=checkbox] + td,
#form input[type=radio] + label,
#form input[type=radio] + span,
#form input[type=radio] + td, .cart-collaterals input[type=checkbox] + label, .cart-collaterals input[type=checkbox] + span, .cart-collaterals input[type=checkbox] + td,
.cart-collaterals input[type=radio] + label,
.cart-collaterals input[type=radio] + span,
.cart-collaterals input[type=radio] + td, .checkout input[type=checkbox] + label, .checkout input[type=checkbox] + span, .checkout input[type=checkbox] + td,
.checkout input[type=radio] + label,
.checkout input[type=radio] + span,
.checkout input[type=radio] + td {
  display: block;
  position: relative;
  padding: 0 0 0 2.5rem;
  margin: 0;
  cursor: pointer;
  text-transform: none !important;
}
#form input[type=checkbox] + label:before, #form input[type=checkbox] + span:before, #form input[type=checkbox] + td:before,
#form input[type=radio] + label:before,
#form input[type=radio] + span:before,
#form input[type=radio] + td:before, .cart-collaterals input[type=checkbox] + label:before, .cart-collaterals input[type=checkbox] + span:before, .cart-collaterals input[type=checkbox] + td:before,
.cart-collaterals input[type=radio] + label:before,
.cart-collaterals input[type=radio] + span:before,
.cart-collaterals input[type=radio] + td:before, .checkout input[type=checkbox] + label:before, .checkout input[type=checkbox] + span:before, .checkout input[type=checkbox] + td:before,
.checkout input[type=radio] + label:before,
.checkout input[type=radio] + span:before,
.checkout input[type=radio] + td:before {
  display: block;
  position: absolute;
  height: 1.6rem;
  width: 1.6rem;
  content: "";
  padding: 0;
  background: #FFF;
  border: 1px solid #B9B9B9;
  border-radius: 0.5rem;
  inset: 0 0 0 0;
}
#form input[type=checkbox] + label:after, #form input[type=checkbox] + span:after, #form input[type=checkbox] + td:after,
#form input[type=radio] + label:after,
#form input[type=radio] + span:after,
#form input[type=radio] + td:after, .cart-collaterals input[type=checkbox] + label:after, .cart-collaterals input[type=checkbox] + span:after, .cart-collaterals input[type=checkbox] + td:after,
.cart-collaterals input[type=radio] + label:after,
.cart-collaterals input[type=radio] + span:after,
.cart-collaterals input[type=radio] + td:after, .checkout input[type=checkbox] + label:after, .checkout input[type=checkbox] + span:after, .checkout input[type=checkbox] + td:after,
.checkout input[type=radio] + label:after,
.checkout input[type=radio] + span:after,
.checkout input[type=radio] + td:after {
  display: block;
  position: absolute;
  background: #242323;
  height: 1rem;
  width: 1rem;
  background: #242323;
  border-radius: 0.3rem;
  inset: 0 0 0 0;
}

#wapo-total-price-table {
  display: none;
}

.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip span {
  white-space: normal !important;
  background-color: #D71918 !important;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .tooltip span:after {
  border-top-color: #D71918 !important;
}

.yith-wapo-block {
  margin-bottom: 3rem;
}

.yith-wapo-option {
  border-top: 1px solid #F1F1F1;
  padding-top: 10px;
}
.yith-wapo-option .label {
  position: relative;
}
.yith-wapo-option .option-container {
  width: 100%;
}
.yith-wapo-option .option-container .radio-button-container, .yith-wapo-option .option-container .checkbox-button-container {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.yith-wapo-option .option-container .radio-button-container .yith-wapo-label, .yith-wapo-option .option-container .radio-button-container .yith-wapo-addon-label, .yith-wapo-option .option-container .checkbox-button-container .yith-wapo-label, .yith-wapo-option .option-container .checkbox-button-container .yith-wapo-addon-label {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 400;
}
.yith-wapo-option .option-container .radio-button-container .yith-wapo-label .option-price .brackets, .yith-wapo-option .option-container .radio-button-container .yith-wapo-label .option-price .sign, .yith-wapo-option .option-container .radio-button-container .yith-wapo-addon-label .option-price .brackets, .yith-wapo-option .option-container .radio-button-container .yith-wapo-addon-label .option-price .sign, .yith-wapo-option .option-container .checkbox-button-container .yith-wapo-label .option-price .brackets, .yith-wapo-option .option-container .checkbox-button-container .yith-wapo-label .option-price .sign, .yith-wapo-option .option-container .checkbox-button-container .yith-wapo-addon-label .option-price .brackets, .yith-wapo-option .option-container .checkbox-button-container .yith-wapo-addon-label .option-price .sign {
  display: none;
}
.yith-wapo-option .option-container .radio-button-container .yith-wapo-label .option-price span.woocommerce-Price-amount.amount, .yith-wapo-option .option-container .radio-button-container .yith-wapo-addon-label .option-price span.woocommerce-Price-amount.amount, .yith-wapo-option .option-container .checkbox-button-container .yith-wapo-label .option-price span.woocommerce-Price-amount.amount, .yith-wapo-option .option-container .checkbox-button-container .yith-wapo-addon-label .option-price span.woocommerce-Price-amount.amount {
  font-size: 1.4rem;
  color: #242323;
}

.bapf_to input {
  margin: auto 0 auto auto !important;
}

.bapf_to input, .bapf_from input {
  padding: 1rem !important;
  text-align: center;
  border-radius: 0.5rem;
  border-color: #B9B9B9;
}

.bapf_slidr_main {
  margin-top: 1rem;
}
.bapf_slidr_main .ui-slider-range {
  background: #FFF !important;
  border: 1px solid #F1F1F1;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
  background: #FFF;
  border: 1px solid #B9B9B9;
}

input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + span:after, input[type=checkbox]:checked + td:after {
  inset: 0.3rem 0 0 0.3rem;
  content: "";
}

input[type=radio] + label:before, input[type=radio] + span:before, input[type=radio] + td:before {
  border-radius: 50%;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + span:after, input[type=radio]:checked + td:after {
  content: "";
  border-radius: 50%;
  inset: 0.3rem 0 0 0.3rem;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
  background: #FFF url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
}

textarea {
  height: 13rem;
  padding: 2rem;
  max-width: 100%;
  min-width: 100%;
  transition: none;
}

.input-number-wrap {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 14rem;
  height: 4.1rem;
  background: #FFF;
}
.input-number-wrap .number-min,
.input-number-wrap .number-plus {
  cursor: pointer;
  display: flex;
  height: 4.1rem;
  width: 4.1rem;
  align-items: center;
  justify-content: center;
  color: #242323;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.input-number-wrap input[type=number] {
  width: calc(100% - 8.2rem);
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  min-width: 8rem;
}

.gfield_consent_label {
  display: inline-block !important;
}

::-webkit-input-placeholder {
  opacity: 0.5;
}

:-moz-placeholder {
  opacity: 0.5;
}

::-moz-placeholder {
  opacity: 0.5;
}

:-ms-input- {
  opacity: 0.5;
}

/* ## FiboSearch
--------------------------------------------- */
.mob-fibo {
  margin-bottom: 1.4rem;
}

@media only screen and (max-width: 1023px) {
  .dgwt-wcas-search-wrapp {
    max-width: none;
    width: 100%;
    border-radius: 0.3rem;
  }
}

@media only screen and (max-width: 1023px) {
  .nav-bar .dgwt-wcas-search-wrapp {
    display: none;
  }
}

/* ## Gravity forms addons
--------------------------------------------- */
.gform_wrapper {
  margin: 0 0 2.8rem 0;
  position: relative;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.4rem 0;
}
.gform_wrapper .gfield {
  position: relative;
  width: 100%;
}
.gform_wrapper .gfield.gfield_visibility_hidden {
  display: none;
}
.gform_wrapper .gchoice {
  position: relative;
}

.gform_footer {
  display: flex;
  justify-content: flex-start;
  margin: 2.4rem 0 0 0;
}

#gform_1 .gform_footer {
  justify-content: center;
}

.gform_heading h2 {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 500;
}

.gf_name_has_2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .gf_name_has_2 {
    grid-template-columns: 1fr;
  }
}

.gfield_error input[type=text],
.gfield_error input[type=number],
.gfield_error input[type=search],
.gfield_error input[type=email],
.gfield_error input[type=tel],
.gfield_error input[type=password],
.gfield_error input[type=date],
.gfield_error input[type=phone],
.gfield_error input[type=url],
.gfield_error select,
.gfield_error textarea,
.woocommerce-invalid input[type=text],
.woocommerce-invalid input[type=number],
.woocommerce-invalid input[type=search],
.woocommerce-invalid input[type=email],
.woocommerce-invalid input[type=tel],
.woocommerce-invalid input[type=password],
.woocommerce-invalid input[type=date],
.woocommerce-invalid input[type=phone],
.woocommerce-invalid input[type=url],
.woocommerce-invalid select,
.woocommerce-invalid textarea {
  border-color: #D71918;
}

.instruction,
.gfield_validation_message {
  font-style: italic;
  font-size: 1.4rem;
  display: flex;
  margin: 1rem 0 0 0;
}

.gfield_validation_message {
  color: #D71918;
}

.gfield_required {
  margin: 0 0 0 0.2rem;
  color: #D71918;
  font-size: 1.2rem;
}

.hidden_label > legend,
.hidden_label > label {
  display: none;
}

body img.gform_ajax_spinner {
  position: absolute;
  inset: 0 0 0 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

/* ## Select2 styling
--------------------------------------------- */
.select2-container--default .select2-selection--single {
  height: 4.1rem !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "Inter", sans-serif !important;
  background: #FFF url("../img/custom-icons/chevron-down.svg") right 1.5rem center no-repeat;
  background-size: 1.6rem;
}

ul.select2-results__options li {
  padding: 1rem 1.5rem !important;
  font: 400 1.6rem/1.25 "Inter", sans-serif !important;
}
ul.select2-results__options li:before {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #242323;
  color: #FFF;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

body .dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline {
  font-weight: 400;
  margin-bottom: 0;
}
body .dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
  padding-bottom: 1.2rem;
}
body .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  color: #FFF;
  height: auto;
}
body .dgwt-wcas-sf-wrapp button:before {
  display: none;
}

/* ## Colors
--------------------------------------------- */
.bg-black {
  background: #242323;
}

.black-color {
  color: #242323 !important;
}

.bg-lightgray {
  background: #F3F3F3;
}

.bg-gray {
  background: #F0F0F0;
}

.bg-white {
  background: #FFF;
}

.bg-darkgray {
  background: #d8d8d8;
}

.bg-mediumgray {
  background: #F3F3F3;
}

.white-color {
  color: #FFF !important;
}

.bg-red {
  background: #D71918;
}

.red-color {
  color: #D71918 !important;
}

.bg-green {
  background: #00B67A;
}

.green-color {
  color: #00B67A !important;
}

.bg-yellow {
  background: #FC0;
}

.yellow-color {
  color: #FC0 !important;
}

/* ## Buttons
--------------------------------------------- */
.button,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 1.8rem 2.4rem;
  font: 600 1.4rem/1.25 "Inter", sans-serif;
  border-radius: 0.2rem;
  text-decoration: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
.button.full-width,
input[type=submit].full-width,
button[type=submit].full-width {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .button,
  input[type=submit],
  button[type=submit] {
    width: 100%;
  }
}
.button:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  background: #242323;
  color: #FFF;
}
.button:hover:hover,
input[type=submit]:hover:hover,
button[type=submit]:hover:hover {
  color: #FFF;
}
.button.loading:after,
input[type=submit].loading:after,
button[type=submit].loading:after {
  content: "";
  background-image: url("../img/custom-icons/loader.svg");
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.8rem;
  animation: spin 4s linear infinite;
}
.button.loading:hover:after,
input[type=submit].loading:hover:after,
button[type=submit].loading:hover:after {
  filter: brightness(0) invert(1);
}
.button.added:after,
input[type=submit].added:after,
button[type=submit].added:after {
  background-image: url("../img/custom-icons/check.svg");
  content: "";
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: center center;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 0.8rem;
}
.button.black,
input[type=submit].black,
button[type=submit].black {
  background: #242323;
  color: #FFF;
}
.button.black .text,
input[type=submit].black .text,
button[type=submit].black .text {
  color: #FFF;
}
.button.black:hover,
input[type=submit].black:hover,
button[type=submit].black:hover {
  background: #00B67A;
}
.button.green,
input[type=submit].green,
button[type=submit].green {
  background: #00B67A;
  color: #FFF;
}
.button.green .text,
input[type=submit].green .text,
button[type=submit].green .text {
  color: #FFF;
}
.button.green:hover,
input[type=submit].green:hover,
button[type=submit].green:hover {
  background: #01cc88;
}
.button.white,
input[type=submit].white,
button[type=submit].white {
  background: #FFF;
  color: #242323;
  border: 1px solid #d8d8d8;
}
.button.white .text,
input[type=submit].white .text,
button[type=submit].white .text {
  color: #242323;
}
.button.white:hover,
input[type=submit].white:hover,
button[type=submit].white:hover {
  background: #242323;
  color: #FFF;
}
.button.white:hover .text,
input[type=submit].white:hover .text,
button[type=submit].white:hover .text {
  color: #FFF;
}
.button svg,
input[type=submit] svg,
button[type=submit] svg {
  max-height: 1.2rem;
  margin-left: 0.8rem;
}
@media only screen and (max-width: 640px) {
  .button .view-product,
  input[type=submit] .view-product,
  button[type=submit] .view-product {
    display: none;
  }
}

.button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.responsive-iframe-wrapper,
.responsive-video-wrapper {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  margin: 0 0 3rem 0;
}
.responsive-iframe-wrapper img,
.responsive-iframe-wrapper iframe,
.responsive-video-wrapper img,
.responsive-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.responsive-iframe-wrapper .play-button,
.responsive-video-wrapper .play-button {
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
}
.responsive-iframe-wrapper .play-button svg,
.responsive-video-wrapper .play-button svg {
  filter: brightness(0);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translateX(0.2rem);
}
.responsive-iframe-wrapper .play-button:hover svg,
.responsive-video-wrapper .play-button:hover svg {
  transform: translateX(0.2rem) scale(1.25);
}

/* Sm icons
--------------------------------------------- */
.sm-icons {
  display: flex;
  align-items: center;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
.sm-icons li {
  padding-left: 0;
  margin-right: 0.6rem;
}
.sm-icons li svg {
  height: 2.4rem;
}
.sm-icons li:before {
  display: none;
}

/* Sm share buttons
--------------------------------------------- */
.social-share {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 6rem;
}
.social-share p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}

.sm-share-buttons {
  display: flex;
  margin: 0;
  padding: 0;
}
.sm-share-buttons li {
  display: flex;
  margin: 0;
  padding: 0;
}
.sm-share-buttons li:not(:last-child) {
  margin: 0 0.5rem 0.5rem 0;
}
.sm-share-buttons li:before {
  display: none;
}
.sm-share-buttons li a {
  display: flex;
  height: 4.2rem;
  width: 4.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  background: #FFF;
  box-shadow: 0rem 0rem 0.4rem 0rem rgba(0, 0, 0, 0.12);
}
.sm-share-buttons li:hover svg {
  transform: scale(1.25);
}
.sm-share-buttons svg {
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.publish-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  gap: 2rem;
}
.publish-info p {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.employee-cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  max-width: 70rem;
  margin: 0 auto;
}
.employee-cta .image {
  width: 16rem;
  height: 16rem;
}
.employee-cta .content {
  display: flex;
  flex-direction: column;
}
.employee-cta .content p {
  margin-bottom: 0.8rem;
}
.employee-cta .content .ask {
  margin-bottom: 1.3rem;
  font-weight: bold;
}
.employee-cta .content .name {
  font-weight: bold;
}
.employee-cta .content .button-wrap {
  justify-content: center;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0;
}
.contact-info li:before {
  display: none;
}
.contact-info a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 0.7rem;
}
.contact-info .icon {
  color: #00B67A;
  width: 1.8rem;
  height: 1.8rem;
}
.contact-info .icon svg {
  width: 1.8rem;
  height: 1.8rem;
}

@media only screen and (max-width: 880px) {
  .top-bar .contact-info {
    display: none;
  }
}

.swiper-pagination-bullet {
  background: none;
  border: 2px solid #707070;
}

.swiper-pagination-bullet-active {
  background: #242323;
  border: none;
}

.products-button, .review-button, .history-button {
  position: absolute;
  top: 50%;
  background: #FFF;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  padding: 1.1rem 1.2rem 1rem;
  box-shadow: 0rem 0rem 0.4rem 0rem rgba(0, 0, 0, 0.12);
  vertical-align: middle;
}
.products-button svg, .review-button svg, .history-button svg {
  max-width: 1.3rem;
}
.products-button.prev, .review-button.prev, .history-button.prev {
  left: 0;
}
@media only screen and (max-width: 480px) {
  .products-button.prev, .review-button.prev, .history-button.prev {
    left: 1rem;
  }
}
.products-button.next, .review-button.next, .history-button.next {
  right: 0;
}
@media only screen and (max-width: 480px) {
  .products-button.next, .review-button.next, .history-button.next {
    right: 1rem;
  }
}
.products-button.swiper-button-disabled, .review-button.swiper-button-disabled, .history-button.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.brandSwiper {
  margin-top: -2rem;
}
.brandSwiper .swiper-wrapper {
  align-items: center;
}

.swiper-pagination.brandPagination {
  bottom: -1rem;
}
.swiper-pagination.productPagination {
  bottom: -1rem;
}
.swiper-pagination.reviewPagination {
  bottom: -1rem;
}

.historySwiper {
  overflow: hidden;
  padding: 0.5rem 2rem 4rem;
}
.historySwiper:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 200rem;
  background: #F9F9F9;
  z-index: 2;
}
.historySwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  max-width: 40rem;
  background: #FFF;
  box-shadow: 0rem 0rem 0.4rem 0rem rgba(0, 0, 0, 0.12);
  border-radius: 0.2rem;
}
@media only screen and (max-width: 480px) {
  .historySwiper .swiper-wrapper .swiper-slide {
    max-width: 42rem;
  }
}
@media only screen and (max-width: 375px) {
  .historySwiper .swiper-wrapper .swiper-slide {
    max-width: 32rem;
  }
}
.historySwiper .swiper-wrapper .swiper-slide .label {
  position: absolute;
  left: 2rem;
  top: 2rem;
  background: white;
  display: block;
  z-index: 3;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.2rem 0.8rem;
  border-radius: 1rem;
}
.historySwiper .swiper-wrapper .swiper-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.historySwiper .swiper-wrapper .swiper-slide .content {
  padding: 2rem;
}
.historySwiper .swiper-wrapper .swiper-slide .content p {
  margin-bottom: 0;
}

/* # Blocks SCSS files
---------------------------------------------------------------------------------------------------- */
/* # Header index
---------------------------------------------------------------------------------------------------- */
/* Main-header
--------------------------------------------- */
.main-header {
  position: fixed;
  inset: 0 0 unset 0;
  z-index: 250;
  width: 100%;
  top: 0;
  border-bottom: 0.1rem solid #F9F9F9;
  background: #242323;
}

.site-logo {
  display: block;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .site-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.site-logo img {
  width: 100%;
  max-width: 14rem;
}
@media only screen and (max-width: 1023px) {
  .site-logo img {
    max-width: 11rem;
  }
}
@media only screen and (max-width: 750px) {
  .site-logo img {
    max-width: 9.5rem;
  }
}

.cart li, .cart a {
  color: #FFF;
}

#page-header {
  background: #242323;
}
#page-header.home-header {
  background: none;
  padding-top: 4rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  #page-header.home-header {
    padding-top: 2rem;
  }
}
#page-header.home-header .image {
  position: relative;
  padding: 6rem 4rem 4rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #page-header.home-header .image {
    padding: 3rem 3rem 1rem;
  }
}
#page-header.home-header .image .text {
  position: relative;
  z-index: 1;
  max-width: 20rem;
}
@media only screen and (min-width: 750px) {
  #page-header.home-header .image .text {
    max-width: 25rem;
  }
}
#page-header.home-header .image .text h1 {
  font-size: 3.2rem;
  font-weight: normal;
}
#page-header.home-header .image:before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(36, 35, 35);
  background: linear-gradient(90deg, rgba(36, 35, 35, 0.812762605) 0%, rgba(36, 35, 35, 0) 48%);
}
#page-header.home-header .pages {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #page-header.home-header .pages {
    gap: 0.6rem;
  }
}
#page-header.home-header .pages .category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  padding: 1rem;
  gap: 1.5rem;
  border: 1px solid #F1F1F1;
  border-radius: 0.3rem;
  text-decoration: none;
}
#page-header.home-header .pages .category img {
  height: 10rem;
  width: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 750px) {
  #page-header.home-header .pages .category img {
    height: 6rem;
    width: 6rem;
  }
}
@media only screen and (max-width: 750px) {
  #page-header.home-header .pages .category .text {
    flex-grow: 1;
  }
}
#page-header.home-header .pages .category .title {
  display: block;
  color: #D71918;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (max-width: 750px) {
  #page-header.home-header .pages .category .title {
    margin-bottom: 0;
    color: #242323;
  }
}
#page-header.home-header .pages .category .excerpt {
  font-size: 1.4rem;
}
@media only screen and (max-width: 750px) {
  #page-header.home-header .pages .category .excerpt {
    display: none;
  }
}
#page-header.home-header .pages .category .cat-link {
  height: 4rem;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  background: #D71918;
  color: white;
  transition: all 0.3s ease-out 0s;
}
#page-header.home-header .pages .category .cat-link:hover {
  background: #242323;
}
#page-header.about-header h1, #page-header.about-header h2, #page-header.about-header h3 {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#page-header.about-header .image {
  width: calc(100% + 30rem);
  height: auto;
}
@media only screen and (max-width: 1023px) {
  #page-header.about-header .image {
    width: calc(100% + 15rem);
  }
}
@media only screen and (max-width: 750px) {
  #page-header.about-header .image {
    width: 100%;
  }
}
#page-header.about-header .content {
  z-index: 1;
  padding: 5rem 0;
}
#page-header.about-header .content > .text {
  background: #FFF;
  padding: 5rem;
}
#page-header.about-header .content > .text p:last-child {
  margin-bottom: 0;
}
#page-header.complaint-header {
  background: rgb(36, 35, 35);
  background: linear-gradient(180deg, rgb(36, 35, 35) 0%, rgb(36, 35, 35) calc(100% - 20rem), rgb(249, 249, 249) calc(100% - 20rem), rgb(249, 249, 249) 100%);
}
#page-header.complaint-header .form-wrap {
  background: #FFF;
  padding: 2rem;
}
#page-header.complaint-header .form-wrap .form-title {
  font-weight: bold;
  margin-bottom: 1rem;
}
#page-header.complaint-header .form-wrap .gform_description {
  font-size: 1.4rem;
}
#page-header.contact-header {
  padding-bottom: 0;
  background: rgb(36, 35, 35);
  background: linear-gradient(180deg, rgb(36, 35, 35) 0%, rgb(36, 35, 35) calc(100% - 5rem), rgb(249, 249, 249) calc(100% - 5rem), rgb(249, 249, 249) 100%);
  overflow-x: hidden;
}
#page-header.contact-header .content ul li {
  line-height: 1.8;
  margin-bottom: 2rem;
  padding-left: 3rem;
}
#page-header.contact-header .content ul li svg {
  position: absolute;
  top: 0.5rem;
  left: 0;
  color: #D71918;
  width: auto;
  height: 1.8rem;
}
#page-header.contact-header .content ul li:before {
  display: none;
}
#page-header.contact-header .content ul li .button {
  margin-top: 1rem;
}
#page-header.contact-header .content ul li.location {
  font-weight: bold;
}
#page-header.contact-header .content ul li.mail {
  font-weight: bold;
}
#page-header.contact-header .image {
  width: calc(100% + 20rem);
}
#page-header.contact-header .pages {
  margin-top: 6rem;
}
#page-header.contact-header .pages a {
  display: block;
  text-decoration: none;
}
#page-header.contact-header .pages a:hover .useful-page {
  border-bottom-color: #D71918;
}
#page-header.contact-header .pages .useful-page {
  height: 100%;
  background: #FFF;
  padding: 2rem;
  border: 1px solid #F1F1F1;
  border-radius: 0.2rem;
  transition: all 0.3s ease-out 0s;
}
#page-header.contact-header .pages .useful-page strong {
  display: block;
  margin-bottom: 1rem;
}
#page-header.contact-header .pages .useful-page p {
  margin: 0;
  font-size: 1.4rem;
}

/* Top-bar
--------------------------------------------- */
.top-bar {
  background: rgba(255, 255, 255, 0.25);
  padding: 0.5rem 0;
}
.top-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 880px) {
  .top-bar .wrap {
    justify-content: center;
  }
}
.top-bar ul, .top-bar li, .top-bar a {
  color: #FFF;
  font-size: 1.2rem;
}
@media only screen and (max-width: 880px) {
  .top-bar .green-checks {
    display: none;
  }
}
.top-bar .reviews {
  color: #00B67A;
}
.top-bar .reviews a {
  text-decoration: none;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.top-bar .reviews svg {
  width: 1.4rem;
}
.top-bar .reviews .score-text {
  font-size: 1.4rem;
  color: #FFF;
}
.top-bar .reviews .trustpilot {
  height: 2rem;
  width: auto;
}

/* Nav-bar
--------------------------------------------- */
.nav-bar {
  position: relative;
  background-color: #242323;
  padding-top: 2rem;
}
@media only screen and (max-width: 1023px) {
  .nav-bar {
    padding: 2rem 0;
  }
}
.nav-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-bar .wrap .buttons {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media only screen and (max-width: 1023px) {
  .nav-bar .wrap .buttons {
    display: none;
  }
}
.nav-bar .wrap .buttons .ghost, .nav-bar .wrap .buttons .green {
  border-color: #FFF;
}
.nav-bar .wrap.menu-container {
  margin-top: 2.2rem;
  background: #D71918;
}
.nav-bar .wrap.menu-container::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100rem;
  right: 100%;
  background: #D71918;
}
.nav-bar .wrap.menu-container::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100rem;
  left: 100%;
  background: #D71918;
}
.nav-bar__menu-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.nav-bar .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.nav-bar .menu .menu-item {
  position: relative;
}
.nav-bar .menu .menu-item.has-megamenu {
  position: unset;
}
.nav-bar .menu .menu-item:last-child {
  margin-right: 0;
}
.nav-bar .menu .menu-item.menu-item-has-children > a[href="#"] {
  pointer-events: none;
}
.nav-bar .menu .menu-item.extern-icon a:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.4rem;
  background: url("../img/custom-icons/arrow-up-right-from-square-solid.svg");
  background-position: center;
  filter: invert(1);
}
.nav-bar .menu .menu-item.extern-icon a:hover:after {
  filter: invert(0);
}
.nav-bar .menu .menu-item > a {
  padding: 1.6rem 2rem;
}
.nav-bar .menu .menu-item a {
  display: block;
  font: 500 1.6rem/1 "Inter", sans-serif;
  color: #FFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
}
.nav-bar .menu .menu-item a .menu-item__toggle {
  max-width: 1.6rem;
  height: 1.2rem;
}
.nav-bar .menu .menu-item a .menu-item__toggle svg {
  width: 100%;
  height: auto;
}
.nav-bar .menu .menu-item.current-menu-item > a, .nav-bar .menu .menu-item.current-menu-ancestor > a, .nav-bar .menu .menu-item.current_page_item > a, .nav-bar .menu .menu-item.current_page_ancestor > a {
  color: #242323;
  background: #FFF;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.nav-bar .menu .menu-item.current-menu-item > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current-menu-ancestor > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current_page_item > a .nav-bar__toggle-icon, .nav-bar .menu .menu-item.current_page_ancestor > a .nav-bar__toggle-icon {
  fill: #242323;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu,
.nav-bar .menu .menu-item.menu-item-has-children .mega-menu-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  transform-origin: top left;
  transition: all 0.3s ease-out 0s;
  padding-bottom: 0;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu {
  left: unset;
  max-width: 26rem;
  width: 100%;
  padding-bottom: 0;
  background: #FFF;
  box-shadow: 0rem 0.2rem 1.2rem 0rem rgba(0, 0, 0, 0.06);
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  padding: 0 1.4rem;
  border-bottom: 0.1rem solid #F9F9F9;
  margin-right: 0;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item:last-child {
  border-bottom: unset;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item > a {
  padding: 1rem 0;
  color: #242323;
}
.nav-bar .menu .menu-item.menu-item-has-children .sub-menu .menu-item > a:hover {
  color: #242323;
}
.nav-bar .menu .menu-item.menu-item-has-children .mega-menu-wrap {
  width: calc(100% - 4rem);
  left: 2rem;
  right: 2rem;
  padding-top: 0;
  box-shadow: 0rem 0rem 0.4rem 0rem rgba(0, 0, 0, 0.12);
}
.nav-bar .menu .menu-item.menu-item-has-children .mega-menu-wrap__categories {
  background-color: #FFF;
  padding: 4rem 4rem 0 4rem;
}
.nav-bar .menu .menu-item.menu-item-has-children .mega-menu-wrap__content {
  background: white;
  padding: 0 4rem 4rem 0;
}
.nav-bar .menu .menu-item.menu-item-has-children .mega-menu-wrap__cat-content {
  padding: 4rem 4rem 0 4rem;
  height: 100%;
  background: #F9F9F9;
}
.nav-bar .menu .menu-item:hover .main-header {
  background: #FFF;
}
.nav-bar .menu .menu-item:hover > a {
  color: #242323;
  background: white;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.nav-bar .menu .menu-item:hover > a .nav-bar__toggle-icon {
  transform: rotate(180deg);
  fill: #242323;
}
.nav-bar .menu .menu-item:hover .sub-menu,
.nav-bar .menu .menu-item:hover .mega-menu-wrap {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .nav-bar__menu-wrap {
    display: none;
  }
}

.menu-item {
  padding-left: 0;
}
.menu-item:before {
  display: none;
}

.mega-menu-wrap {
  display: grid;
  grid-template-columns: minmax(0, 35rem) minmax(0, 1fr);
  padding-top: 2.4rem;
}
.mega-menu-wrap .category-title {
  font-weight: 600;
  padding-bottom: 0.6rem;
  font-size: 2rem;
  margin-bottom: 1.2rem;
  color: #242323;
}
.mega-menu-wrap__content {
  padding-left: 5.2rem;
}
.mega-menu-wrap__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
}
.mega-menu-wrap__menu .category-title {
  font-weight: 600;
  padding-bottom: 0.6rem;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
.mega-menu-wrap__menu .menu-list li {
  padding-left: 0;
  padding: 1.2rem 0;
}
.mega-menu-wrap__menu .menu-list li:before {
  display: none;
}
.mega-menu-wrap__menu .menu-list li a {
  font-weight: 400 !important;
  color: #242323 !important;
}
.mega-menu-wrap__menu .menu-list li:hover a {
  font-weight: bold !important;
  color: #D71918 !important;
}
.mega-menu-wrap__menu .go-to-overview {
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 400 !important;
}
.mega-menu-wrap__menu .go-to-overview:hover {
  color: #242323 !important;
}
.mega-menu-wrap__cat-content {
  display: none;
  grid-template-columns: 1fr;
  gap: 6rem;
  padding-right: 6rem;
  transition: all 0.3s ease-out 0s;
}
.mega-menu-wrap__cat-content--active {
  display: grid;
}
.mega-menu-wrap__featured .product .green-checks,
.mega-menu-wrap__featured .product .product-rating {
  display: none;
}
.mega-menu-wrap__featured .product .wrap-square {
  width: 100%;
}
.mega-menu-wrap__featured .product .add_to_cart_button {
  justify-content: center;
  color: #FFF !important;
}

.product-cat-nav {
  padding-bottom: 0;
}
.product-cat-nav__item {
  padding: 1.2rem 0;
  border-bottom: 0.1rem solid rgba(235, 235, 235, 0.25);
  transition: all 0.1s ease-out 0s;
}
.product-cat-nav__item:last-child {
  border-bottom: 0;
}
.product-cat-nav__item:before {
  display: none;
}
.product-cat-nav__item a {
  color: #242323 !important;
  font-weight: normal !important;
}
.product-cat-nav__item span {
  display: flex;
  justify-content: space-between;
  padding-right: 1rem;
}
.product-cat-nav__item--active:before {
  opacity: 1;
  visibility: visible;
}
.product-cat-nav__item--active a {
  padding-left: 0 !important;
  font-weight: bold !important;
  color: #D71918 !important;
  text-decoration: underline !important;
}
.product-cat-nav__item--active a svg {
  color: #D71918;
}
.product-cat-nav__item--active .category-list__icon {
  color: #FFF;
}
.product-cat-nav__item:hover a {
  font-weight: bold !important;
}
.product-cat-nav__item:hover .category-list__icon {
  color: #FFF;
}
.product-cat-nav__icon {
  width: 1.6rem;
  stroke-width: 0.3rem;
  padding-top: 0.1rem;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  border-radius: 0.2rem;
}

input.dgwt-wcas-search-input {
  max-height: 4rem;
}

button.dgwt-wcas-search-submit {
  top: 1.3rem !important;
}

/* # Flexible index
---------------------------------------------------------------------------------------------------- */
/* Section
--------------------------------------------- */
.section__header {
  margin-bottom: 4.6rem;
}
.section__header--center {
  text-align: center;
}
.section__header--right {
  text-align: right;
}
.section__title {
  padding-bottom: 0;
}
.section__content p:last-child {
  margin-bottom: 0;
}
.section__content > :last-child:not(a):not(.responsive-video-wrapper) {
  padding-bottom: 0;
}
.section__footer {
  display: flex;
  margin-top: 4rem;
  justify-content: center;
}
.section.media .section__content p:last-child {
  margin-bottom: 3.2rem;
}
.section.history {
  overflow: hidden;
}
.section.history .text-left {
  background: #F9F9F9;
  z-index: 2;
}
.section.history .text-left .button-wrap p {
  margin: 0;
}
.section .image-form {
  padding: 2rem;
}

@media only screen and (max-width: 1023px) {
  section.usp-bar.spacing-row {
    margin: 4rem 0;
  }
}
section.usp-bar .outer {
  border-radius: 0.2rem;
  padding: 1rem 0;
}
@media only screen and (max-width: 640px) {
  section.usp-bar .outer {
    border-radius: 0.5rem;
    padding: 1.6rem 0;
  }
}
section.usp-bar .single-usp {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 1023px) {
  section.usp-bar .single-usp {
    justify-content: center;
  }
}
section.usp-bar .single-usp p {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  section.usp-bar .single-usp:nth-child(2), section.usp-bar .single-usp:nth-child(3) {
    display: none;
  }
}

body.woocommerce #shop-archive-container section.usp-bar {
  margin: 1rem -2rem;
}

@media only screen and (max-width: 750px) {
  section.landing-pages .col-2-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 640px) {
  section.landing-pages .col-2-grid {
    grid-template-columns: 1fr;
  }
}
section.landing-pages .section__content {
  padding: 0.8rem 2rem 0.8rem 0.8rem;
  background: #FFF;
  display: grid;
  grid-template-columns: 26rem 1fr;
  gap: 2rem;
  border: 1px solid #F9F9F9;
}
@media only screen and (max-width: 750px) {
  section.landing-pages .section__content {
    display: flex;
    flex-direction: column;
    padding: 0.8rem;
  }
}
section.landing-pages .section__content .section__image {
  border-radius: 0.2rem;
}
section.landing-pages .section__content .section__title {
  color: #D71918;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
section.landing-pages .section__content .section__text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section.landing-pages .section__content .section__text .button {
  padding: 1.3rem 1.8rem;
}
section.landing-pages .section__content .section__text .button-wrap p {
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  section.landing-pages .section__content .section__text {
    height: 100%;
  }
  section.landing-pages .section__content .section__text .button-wrap {
    margin-top: auto;
  }
  section.landing-pages .section__content .section__text .button-wrap p {
    width: 100%;
  }
}
section.landing-pages .section__content p {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}
section.landing-pages .section__content p:last-child {
  margin-bottom: 0;
}

section#recent-blogs #post-container {
  margin-bottom: 4rem;
}

section.categories .col-6-grid {
  gap: 2rem;
}
section.categories .category a {
  text-decoration: none;
}
section.categories .category img {
  border: 0.1rem solid #F1F1F1;
  border-radius: 0.5rem;
}
section.categories .category .title {
  font-weight: 600;
  display: block;
  text-align: left;
  margin-top: 1rem;
  font-size: 1.4rem;
  padding-right: 2rem;
  position: relative;
}
section.categories .category .title .small-arrow {
  color: #242323;
  max-width: 1.2rem;
  margin-left: 0.6rem;
  position: absolute;
  right: 0;
  top: 0;
}

/* Content-two-columns
--------------------------------------------- */
.content-two-columns .section__content {
  z-index: 1;
}
.content-two-columns--reverse .section__media {
  order: -1;
}
.content-two-columns.overlap--reverse .section__media {
  justify-self: flex-start;
}
@media only screen and (min-width: 750px) {
  .content-two-columns.overlap .section__content {
    background: #FFF;
    box-shadow: 0rem 0rem 0.4rem 0rem rgba(0, 0, 0, 0.12);
    padding: 4rem;
  }
}
@media only screen and (min-width: 750px) {
  .content-two-columns.overlap .section__media {
    width: calc(100% + 14rem);
    justify-self: flex-end;
  }
}

/* Media
--------------------------------------------- */
/* Text-text
--------------------------------------------- */
/* Text
--------------------------------------------- */
/* # Footer index
---------------------------------------------------------------------------------------------------- */
/* Main-footer
--------------------------------------------- */
.main-footer {
  background: #242323;
}

/* Footer-nav
--------------------------------------------- */
.footer-nav {
  padding: 5rem 0 2rem;
}
.footer-nav .wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.2rem;
}
.footer-nav ul, .footer-nav li, .footer-nav p, .footer-nav a, .footer-nav span {
  color: #FFF;
  font-size: 1.3rem;
}
.footer-nav p.footer-nav__title {
  font-size: 1.4rem;
  font-weight: bold;
}
.footer-nav ul {
  padding-bottom: 0;
}
.footer-nav ul li {
  padding-left: 0;
}
.footer-nav ul li:before {
  display: none;
}
.footer-nav a {
  text-decoration: none;
}
.footer-nav a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .footer-nav .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .footer-nav .wrap {
    grid-template-columns: 1fr;
  }
}

.payment-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.payment-options img, .payment-options svg {
  max-height: 3rem;
  width: auto;
}

/* Footer-copyright
--------------------------------------------- */
.footer-copyright {
  padding: 1rem 0;
}
.footer-copyright .wrap {
  display: flex;
  justify-content: space-between;
}
.footer-copyright p {
  margin-bottom: 0;
}
.footer-copyright__menu-wrap {
  position: relative;
  flex-grow: 1;
}
.footer-copyright__menu-wrap .menu {
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.footer-copyright__menu-wrap .menu li {
  display: table-cell;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}
.footer-copyright__menu-wrap .menu li a {
  color: #FFF;
  text-decoration: none;
}
.footer-copyright__menu-wrap .menu li a:hover {
  text-decoration: underline;
}
.footer-copyright__menu-wrap .menu li:before {
  display: none;
}
.footer-copyright__menu-wrap .menu li:after {
  display: inline-block;
  padding: 0 1rem;
  content: "|";
  color: #FFF;
}
.footer-copyright__menu-wrap .menu li:last-child:after {
  display: none;
}
.footer-copyright__copy, .footer-copyright__creator {
  padding-bottom: 0;
  font-size: 1.2rem;
  color: #FFF;
}
.footer-copyright__copy a, .footer-copyright__creator a {
  color: #FFF;
  text-decoration: none;
}
.footer-copyright__copy a:hover, .footer-copyright__creator a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright {
    padding-bottom: 1rem;
  }
  .footer-copyright .wrap {
    flex-wrap: wrap;
  }
  .footer-copyright__menu-wrap {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 1.6rem;
  }
  .footer-copyright__copy {
    order: 2;
  }
  .footer-copyright__creator {
    order: 3;
  }
}
@media only screen and (max-width: 750px) {
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright .wrap {
    flex-direction: column;
  }
  .footer-copyright__copy {
    margin-bottom: 1.6rem;
  }
  .footer-copyright__menu-wrap .menu {
    display: block;
  }
  .footer-copyright__menu-wrap .menu li {
    display: block;
    padding-right: 0;
  }
  .footer-copyright__menu-wrap .menu li:after {
    display: none;
  }
}

/* Mobile
---------------------------------------------------------------------------------------------------- */
/* .mobile-navigation
--------------------------------------------- */
.mobile-navigation {
  position: fixed;
  inset: 11rem 0 0 -100%;
  z-index: 550;
  visibility: hidden;
  background: #242323;
  transform-origin: center left;
  width: 100%;
  overflow: auto;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.mobile-navigation ul, .mobile-navigation li, .mobile-navigation p, .mobile-navigation span, .mobile-navigation a {
  color: #FFF;
}
.mobile-navigation .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mobile-navigation .megamenu-nav-wrap {
  margin: 0 -2rem;
}
.mobile-navigation .megamenu-nav-wrap .menu .active-menu-item > a svg {
  transform: rotate(180deg);
}
.mobile-navigation .megamenu-nav-wrap .menu li.menu-item {
  padding: 0 2rem;
}
.mobile-navigation .megamenu-nav-wrap .menu li.menu-item > .sub-menu {
  margin-bottom: 0;
}
.mobile-navigation .megamenu-nav-wrap .menu li.menu-item > .sub-menu.active {
  background: #3A3939;
}
.mobile-navigation .megamenu-nav-wrap .menu li.menu-item > .sub-menu li a {
  padding: 1.6rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.mobile-navigation .megamenu-nav-wrap .menu li.menu-item > .sub-menu li:last-child a {
  border-bottom: unset;
}
.mobile-navigation .megamenu-nav-wrap .menu li.menu-item a.top-level {
  font-weight: bold;
  font-size: 2rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 0;
}
.mobile-navigation .megamenu-nav-wrap .menu li.menu-item a.top-level.active svg {
  transform: rotate(180deg);
}
.mobile-navigation .megamenu-nav-wrap .menu > .menu-item a {
  border-bottom: 1px solid white;
}
.mobile-navigation .megamenu-nav-wrap .menu .product-cat-nav {
  padding: 0 2rem;
  margin-bottom: 0;
  background: #3A3939;
}
.mobile-navigation .megamenu-nav-wrap .menu .product-cat-nav .product-cat-nav__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: unset;
}
.mobile-navigation .megamenu-nav-wrap .menu .product-cat-nav .product-cat-nav__item .sub-menu {
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.mobile-navigation .megamenu-nav-wrap .menu .product-cat-nav .product-cat-nav__item .sub-menu li {
  padding: 0 2rem;
}
.mobile-navigation .megamenu-nav-wrap .menu .product-cat-nav .product-cat-nav__item .sub-menu li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 1.6rem;
}
.mobile-navigation .megamenu-nav-wrap .menu .product-cat-nav .product-cat-nav__item .sub-menu li:last-child a {
  border-bottom: unset;
}
.mobile-navigation .megamenu-nav-wrap .menu .product-cat-nav .product-cat-nav__item .sub-menu li .sub-menu li {
  padding: 0 2rem;
}
.mobile-navigation .megamenu-nav-wrap .menu .product-cat-nav .product-cat-nav__item .sub-menu li .sub-menu li:before {
  display: none;
}
.mobile-navigation .megamenu-nav-wrap .menu .product-cat-nav .product-cat-nav__item .sub-menu li .sub-menu li a {
  padding: 1rem 0;
}
.mobile-navigation .megamenu-nav-wrap .menu .product-cat-nav__item a {
  color: #FFF !important;
  text-decoration: none;
}
.mobile-navigation .megamenu-nav-wrap .menu ul li a:hover {
  font-weight: normal !important;
}
.mobile-navigation .mob-sub-nav ul li {
  text-align: center;
}
.mobile-navigation .mob-sub-nav ul li a {
  text-decoration: none;
  font-size: 1.8rem;
  padding: 0.6rem 0;
  display: block;
}
.mobile-navigation .contact-info {
  margin-top: auto;
  position: relative;
  flex-direction: column;
  margin-bottom: 3rem;
  gap: 1.2rem;
}
.mobile-navigation .contact-info li {
  padding-left: 0;
}

.mob-nav-active .mobile-navigation {
  left: 0;
  visibility: visible;
}

.mobile-nav-toggle {
  position: relative;
  display: none;
}
.mobile-nav-toggle__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: none;
  padding: 0;
  border: 2px solid #242323;
  border-radius: 0.2rem;
  position: relative;
  color: #FFF;
  cursor: pointer;
}
.mobile-nav-toggle__button .strokes {
  width: 2.6rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mobile-nav-toggle__button .strokes span {
  display: block;
  position: relative;
  height: 0.4rem;
  width: 100%;
  margin: 0 0 0.5rem 0;
  border-radius: 0.1rem;
  padding: 0;
  background: #FFF;
  transition: all 0.3s ease-out 0s;
}
.mobile-nav-toggle__button .strokes span:last-child {
  margin-bottom: 0;
}
.mobile-nav-toggle__button .text {
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .mobile-nav-toggle {
    display: flex;
  }
}

.mob-nav-active .mobile-nav-toggle__button .strokes span:first-child {
  transform: rotate(45deg);
  top: 0.8rem;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(2) {
  transform: rotate(-45deg);
  top: -0.1rem;
}
.mob-nav-active .mobile-nav-toggle__button .strokes span:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}

/* Entities SCSS files
---------------------------------------------------------------------------------------------------- */
#page-header {
  padding-bottom: 10rem;
}
#page-header .page-title {
  font-weight: 500;
}

body.single-post #page-header {
  padding-bottom: 1rem;
}
body.single-post .page-title {
  font-weight: 500;
}

body.blog #page-header {
  padding-bottom: 30rem;
  margin-bottom: -30rem;
}

#blog-categories {
  border-radius: 0.2rem;
}
#blog-categories .select-wrap {
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.4rem 0.4rem 2rem;
  max-width: 108rem;
  margin: 0 auto;
  border-radius: 0.2rem;
}
#blog-categories .select-wrap span {
  color: #242323;
  display: block;
}
#blog-categories .select-wrap select {
  width: auto;
  padding: 1.3rem 8rem 1.3rem 2rem;
  border-radius: 0.2rem;
  border-color: #d8d8d8;
}

.blog-summary {
  background: #FFF;
  border-radius: 0.2rem;
  box-shadow: 0rem 0rem 0.4rem 0rem rgba(0, 0, 0, 0.12);
}
.blog-summary__img {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border: 0.2rem solid #FFF;
}
.blog-summary__header {
  padding: 2rem;
}
.blog-summary__cat {
  color: #D71918;
  font-weight: 500;
}
.blog-summary__title {
  line-height: 1.4;
  margin-bottom: 0;
}
.blog-summary__title a {
  text-decoration: none;
}
.blog-summary .button-wrap {
  justify-content: flex-end;
  padding: 0 2rem;
  margin-bottom: 1rem;
}
.blog-summary .button-wrap a {
  color: #D71918;
}

body.single-post #single-content {
  background: rgb(36, 35, 35);
  background: linear-gradient(180deg, rgb(36, 35, 35) 0%, rgb(36, 35, 35) 60rem, rgba(36, 35, 35, 0) 60rem, rgba(36, 35, 35, 0) calc(100% - 60rem), rgb(36, 35, 35) calc(100% - 60rem), rgb(36, 35, 35) 100%);
}
body.single-post #single-content > .wrap {
  background: #FFF;
  padding: 4rem 5rem;
}
body.single-post #single-content > .wrap .title {
  font-weight: 500;
  text-align: center;
}

.post-options {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 3rem 0;
}
.post-options a {
  text-decoration: none;
  font-weight: 600;
}
.post-options a:hover {
  text-decoration: underline;
}

body.page-template-page-landing #page-header .content {
  padding-right: 4rem;
}
@media only screen and (max-width: 750px) {
  body.page-template-page-landing #page-header .content {
    padding-right: 0;
  }
}
body.page-template-page-landing #page-header .form-wrap .image {
  border-radius: 50%;
}
body.page-template-page-landing #page-header .form-wrap .form .gform_title {
  color: #FFF;
}
body.page-template-page-landing #page-header .form-wrap .form form {
  padding: 2rem;
  background: #FFF;
  border-radius: 0.2rem;
}
body.page-template-page-landing section.intro {
  margin-top: -4rem;
}

body.page-template-page-contact td, body.page-template-page-contact th {
  max-width: none;
  width: 50%;
  border: 0.1rem solid #F1F1F1;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 0;
}
body.page-template-page-contact td a, body.page-template-page-contact th a {
  font-size: 1.4rem;
}
body.page-template-page-contact tr {
  gap: 4rem;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  body.page-template-page-contact tr {
    gap: 1rem;
  }
}
body.page-template-page-contact tr:nth-child(odd) th, body.page-template-page-contact tr:nth-child(odd) td {
  background-color: #F1F1F1;
}

.single-review {
  display: flex;
  flex-direction: column;
  padding: 2rem 2rem 3.2rem;
  background: #FFF;
  border: 1px solid #F3F3F3;
  border-radius: 0.2rem;
  height: 30rem;
  overflow: hidden;
}
.single-review__header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.single-review__header .author {
  width: 4.2rem;
  height: 4.2rem;
  background: #242323;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 50%;
}
.single-review__user {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.single-review__user .date {
  font-size: 1.4rem;
}
.single-review__score {
  padding: 2rem 0;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 3rem;
}
.single-review__content {
  overflow-y: auto;
}
.single-review__content p {
  font-size: 1.4rem;
  padding-right: 1rem;
}

.trustpilot-link {
  margin-top: 3rem;
}

/* # Woocommerce SCSS files
---------------------------------------------------------------------------------------------------- */
/* General
--------------------------------------------- */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments,
.review,
.woocommerce-thankyou-order-details,
.woocommerce-column {
  margin: 0 0 2.4rem 0;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-left: 0.4rem solid #242323;
  background: #FFF;
  padding: 1.6rem 2.4rem;
  position: relative;
  width: 100%;
}

.woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-notices-wrapper .button {
  padding: 0;
}
.woocommerce-notices-wrapper .button:hover {
  color: #242323;
  text-decoration: underline;
  background: none;
}
.woocommerce-notices-wrapper .restore-item {
  text-decoration: none;
  font: 600 1.4rem/1.25 "Inter", sans-serif;
}
.woocommerce-notices-wrapper .restore-item:hover {
  text-decoration: underline;
}

.form-row {
  width: 100%;
  margin: 0 0 1.6rem 0;
  position: relative;
}
.form-row-last, .form-row-first {
  width: calc(50% - 1rem);
}
@media only screen and (max-width: 640px) {
  .form-row-last, .form-row-first {
    width: 100%;
  }
}

.woocommerce-column {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

/* Archive
--------------------------------------------- */
.woocommerce-products-header__title {
  font-size: 2.8rem;
  font-weight: 500;
}

.woocommerce-result-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1.4rem 0;
  background: #FFF;
  border-radius: 0.5rem;
  border: 1px solid #F1F1F1;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-result-options {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0.5rem;
  }
  .woocommerce-result-options form.woocommerce-ordering {
    width: 100%;
  }
}
.woocommerce-result-options select {
  border-radius: 0.5rem;
  border-color: #F1F1F1;
  font-size: 1.4rem;
}

.woocommerce-result-count {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.archive-read-more {
  display: block;
  margin-top: -2rem;
}
.archive-read-more a {
  color: #D71918;
  font-weight: bold;
  text-decoration: none;
}

ul.products {
  display: grid;
  gap: 4rem 1rem;
}
ul.products.swiper-wrapper {
  display: flex;
  gap: unset;
}
ul.products.swiper-wrapper .swiper-slide {
  height: auto;
}
ul.products.swiper-wrapper .swiper-slide .product {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: calc(100% - 4rem);
}
@media only screen and (max-width: 480px) {
  ul.products.swiper-wrapper .swiper-slide .product {
    max-width: 74%;
    margin: 0 auto;
  }
}
ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
ul.products.columns-2 {
  grid-template-columns: repeat(3, 1fr);
}
ul.products.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
ul.products li {
  background: #FFF;
  border-radius: 0.5rem;
  border: 1px solid #F1F1F1;
  margin: 0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  ul.products li {
    padding: 1rem;
  }
}
ul.products li a {
  text-decoration: none;
}
ul.products li a .woocommerce-loop-product__title {
  margin: 1rem 0;
  font-weight: 600;
}
ul.products li:before {
  display: none;
}

span.woocommerce-Price-amount.amount {
  font-size: 2rem;
  font-weight: bold;
  color: #00B67A;
}

.archive-link-single {
  margin-top: 1.6rem;
  border-radius: 0.3rem;
}

.product .sale-cashback {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.product .sale-cashback .onsale {
  background: #D71918;
  color: #FFF;
  font: 600 1rem/1 "Inter", sans-serif;
  padding: 0.6rem 0.8rem;
  border-radius: 0.3rem;
}
.product .sale-cashback .cashback {
  background: #00B67A;
  color: #FFF;
  font: 600 1rem/1 "Inter", sans-serif;
  padding: 0.6rem 0.8rem;
  border-radius: 0.3rem;
}
.product .price {
  color: #00B67A;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.product .price del {
  text-decoration: line-through;
  color: #242323;
  font-size: 1.3rem;
  margin-right: 1rem;
}
.product .discount-percentage {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.4rem;
  line-height: 1;
  background: #00B67A;
  color: #FFF;
  font-weight: 600;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin: 0;
}
.product .discount-percentage span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product ul.product-tags {
  margin-bottom: 2rem;
}
.product ul.product-tags li {
  padding: 0;
  background: none;
  border: unset;
  font-size: 1.4rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.product ul.product-tags li svg {
  margin-right: 1rem;
  color: #00B67A;
  max-width: 1.6rem;
}

.colspan-4 {
  grid-column-start: 1;
  grid-column-end: 5;
}
@media only screen and (max-width: 1023px) {
  .colspan-4 {
    grid-column-end: 4;
  }
}
@media only screen and (max-width: 750px) {
  .colspan-4 {
    grid-column-end: 3;
  }
}

#shop-archive-container {
  display: grid;
  gap: 3.4rem;
}
@media only screen and (min-width: 1024px) {
  #shop-archive-container {
    grid-template-columns: 28rem 1fr;
  }
}

#shop-sidebar {
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1023px) {
  #shop-sidebar {
    background-color: #FFF;
    position: fixed;
    inset: 0;
    transform: translateX(-100%);
    visibility: hidden;
    transform-origin: center bottom;
    width: 100%;
    z-index: 555;
    overflow-y: scroll;
    padding-bottom: 5.4rem;
    padding: 1rem 2rem;
  }
}
#shop-sidebar.shop-sidebar--open {
  transform: translateX(0) !important;
  visibility: visible !important;
}

.shop-sidebar__filter-toggle {
  display: none;
  position: fixed;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  z-index: 556;
  background-color: #00B67A;
  border: none;
  color: #FFF;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.4rem;
  width: 100%;
  max-width: 18rem;
  padding: 1.2rem 1.8rem;
  border-radius: 3rem;
  box-shadow: 0rem 0rem 0.4rem 0rem rgba(0, 0, 0, 0.12);
}
.shop-sidebar__filter-toggle .shop-sidebar__filter-icon--close {
  display: none;
}
.shop-sidebar__filter-toggle:hover, .shop-sidebar__filter-toggle:focus {
  background-color: #00B67A;
  color: #FFF;
}
.shop-sidebar__filter-toggle.shop-sidebar__filter-toggle--open .shop-sidebar__filter-icon {
  display: none;
}
.shop-sidebar__filter-toggle.shop-sidebar__filter-toggle--open .shop-sidebar__filter-icon--close {
  display: block;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .shop-sidebar__filter-toggle {
    display: flex;
  }
}
.shop-sidebar__filter-toggle svg {
  margin-left: 0;
  max-height: 2rem;
}
.shop-sidebar__filter-icon {
  width: 1.6rem;
}

.filter-labels {
  display: flex;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1023px) {
  .filter-labels {
    display: none;
  }
}
.filter-labels .filter-label {
  font-size: 1.1rem;
  background: #242323;
  color: #FFF;
  font-weight: 600;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  margin-right: 0.4rem;
  border: none;
  cursor: pointer;
}

ul.page-numbers {
  display: flex;
  justify-content: center;
  margin: 5rem 0 7rem;
  gap: 0.8rem;
}
@media only screen and (max-width: 1023px) {
  ul.page-numbers {
    justify-content: flex-start;
    gap: 0.4rem;
  }
}
ul.page-numbers li {
  padding: 0;
  display: flex;
  width: 5rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 1px solid #F1F1F1;
  font-weight: bold;
}
ul.page-numbers li span, ul.page-numbers li a {
  display: flex;
  width: 5rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 0.3rem;
  transition: all 0.3s ease-out 0s;
}
ul.page-numbers li span.current, ul.page-numbers li a.current {
  background: #242323;
  color: #FFF;
}
ul.page-numbers li a:hover {
  background: #d8d8d8;
}
ul.page-numbers li:before {
  display: none;
}
@media only screen and (max-width: 1023px) {
  ul.page-numbers li {
    width: 3.2rem;
    height: 3.2rem;
  }
  ul.page-numbers li span, ul.page-numbers li a {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.shop-filters {
  background: #FFF;
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #F1F1F1;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1023px) {
  .shop-filters {
    margin-bottom: 2rem;
  }
}
.shop-filters .bapf_body label {
  padding-left: 22px;
}

.bapf_head h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 1.6rem 0;
}

.bapf_show_hide {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-decoration: underline;
}

.bapf_stylecolor input + label:before {
  display: none;
}

ul li:before {
  display: none;
}
ul li label {
  font-weight: 400;
  margin-left: -1.8rem;
}

.color-select span.bapf_clr_span {
  border-radius: 0.3rem;
  border: 5px solid #FFF;
  border-style: none;
  position: relative;
  overflow: visible;
}
.color-select span.bapf_clr_span:before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #F1F1F1;
  left: -5px;
  top: -5px;
  border-radius: 0.5rem;
}
.color-select li.checked label:after {
  display: none;
}
.color-select input:checked + label span.bapf_clr_span {
  box-shadow: none;
}
.color-select input:checked + label span.bapf_clr_span:before {
  border-color: #00B67A;
}

.archive-seo {
  margin-bottom: 7rem;
}
.archive-seo h2, .archive-seo .h2 {
  font: 500 2.8rem/1.4 "Inter", sans-serif;
}

.archive-seo-categories {
  display: block;
  width: 100%;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1280px) {
  .archive-seo-categories {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .archive-seo-categories {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (max-width: 640px) {
  .archive-seo-categories {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.archive-seo-categories .category {
  margin-bottom: 1.6rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.archive-seo-categories .category .top-level {
  font-weight: bold;
  margin-bottom: 2.4rem;
}
.archive-seo-categories .category .top-level a {
  text-decoration: none;
  font-weight: bold;
}
.archive-seo-categories .category .sub-level {
  position: relative;
  display: block;
  padding: 0.4rem 0 1.2rem 2.2rem;
}
.archive-seo-categories .category .sub-level .view-category {
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 1.4rem;
  height: auto;
}
.archive-seo-categories .category .sub-level .view-category path {
  fill: black;
}
.archive-seo-categories .category .sub-level.current {
  color: #D71918;
}

/* Single
--------------------------------------------- */
#woocommerce-content div.product {
  flex-wrap: wrap;
  gap: 0rem 8rem;
  justify-content: space-between;
}

body.single-product #woocommerce-content {
  background: rgb(36, 35, 35);
  background: linear-gradient(180deg, rgb(36, 35, 35) 0%, rgb(36, 35, 35) 60rem, rgba(36, 35, 35, 0) 60rem);
}

section#single-product-header {
  padding: 3rem;
  background: #FFF;
  border-radius: 0.5rem;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  section#single-product-header {
    display: block;
  }
}
section#single-product-header #single-product-gallery {
  width: 50%;
  display: flex;
  max-height: 52rem;
}
@media only screen and (max-width: 1023px) {
  section#single-product-header #single-product-gallery {
    width: 100%;
    margin-bottom: 4rem;
    flex-direction: column;
  }
}
section#single-product-header #single-product-gallery .woocommerce-product-gallery {
  width: calc(100% - 20rem);
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  section#single-product-header #single-product-gallery .woocommerce-product-gallery {
    width: 100%;
  }
}
section#single-product-header #single-product-gallery .woocommerce-product-gallery__image {
  border-radius: 0.5rem;
  overflow: hidden;
  max-height: 52rem;
  position: relative;
  padding: 0 0 100% 0;
}
section#single-product-header #single-product-gallery .woocommerce-product-gallery__image a {
  position: absolute;
  inset: 0;
}
section#single-product-header #single-product-gallery .woocommerce-product-gallery__image img {
  max-height: unset;
  max-width: 100%;
  margin: auto;
  height: auto;
  width: auto;
}
section#single-product-header #single-product-gallery #thumbnail-slider {
  position: relative;
  width: 17rem;
  overflow: hidden;
  padding: 4rem 0;
}
@media only screen and (max-width: 1023px) {
  section#single-product-header #single-product-gallery #thumbnail-slider {
    width: 100%;
    overflow: visible;
    padding: 0 4rem;
    margin: 2rem 0;
  }
}
section#single-product-header #single-product-gallery #thumbnail-slider .flex-viewport {
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
section#single-product-header #single-product-gallery #thumbnail-slider ul.flex-direction-nav {
  width: 100%;
  max-width: 10rem;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  section#single-product-header #single-product-gallery #thumbnail-slider ul.flex-direction-nav {
    max-width: none;
  }
}
section#single-product-header #single-product-gallery #thumbnail-slider ul.flex-direction-nav .flex-nav-prev {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
}
section#single-product-header #single-product-gallery #thumbnail-slider ul.flex-direction-nav .flex-nav-next {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  section#single-product-header #single-product-gallery #thumbnail-slider ul.flex-direction-nav .flex-nav-next {
    left: auto;
    right: 0;
  }
}
section#single-product-header #single-product-gallery #thumbnail-slider ul.flex-direction-nav .flex-nav-prev, section#single-product-header #single-product-gallery #thumbnail-slider ul.flex-direction-nav .flex-nav-next {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F3F3;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 1023px) {
  section#single-product-header #single-product-gallery #thumbnail-slider ul.flex-direction-nav .flex-nav-prev, section#single-product-header #single-product-gallery #thumbnail-slider ul.flex-direction-nav .flex-nav-next {
    width: auto;
    height: 100%;
  }
}
section#single-product-header #single-product-gallery #thumbnail-slider ul.flex-direction-nav .flex-nav-prev a, section#single-product-header #single-product-gallery #thumbnail-slider ul.flex-direction-nav .flex-nav-next a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  section#single-product-header #single-product-gallery #thumbnail-slider ul.flex-direction-nav .flex-nav-prev a, section#single-product-header #single-product-gallery #thumbnail-slider ul.flex-direction-nav .flex-nav-next a {
    height: 100%;
  }
}
section#single-product-header #single-product-gallery #thumbnail-slider ul.flex-direction-nav .flex-nav-prev a svg, section#single-product-header #single-product-gallery #thumbnail-slider ul.flex-direction-nav .flex-nav-next a svg {
  transform: rotate(90deg);
}
@media only screen and (max-width: 1023px) {
  section#single-product-header #single-product-gallery #thumbnail-slider ul.flex-direction-nav .flex-nav-prev a svg, section#single-product-header #single-product-gallery #thumbnail-slider ul.flex-direction-nav .flex-nav-next a svg {
    transform: none;
  }
}
section#single-product-header #single-product-gallery #thumbnail-slider ul.slides {
  margin-bottom: 0;
  max-width: 100%;
}
@media only screen and (max-width: 1023px) {
  section#single-product-header #single-product-gallery #thumbnail-slider ul.slides {
    max-width: none;
  }
}
section#single-product-header #single-product-gallery #thumbnail-slider ul.slides li {
  float: none !important;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 0 !important;
  padding-left: 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  section#single-product-header #single-product-gallery #thumbnail-slider ul.slides li {
    float: left !important;
    margin-right: 10px !important;
    margin-bottom: 0px !important;
  }
}
section#single-product-header #single-product-gallery #thumbnail-slider ul.slides li:before {
  display: none;
}
section#single-product-header .summary {
  width: calc(50% - 10rem);
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  section#single-product-header .summary {
    width: 100%;
  }
}
section#single-product-header .summary .stock-delivery {
  display: flex;
}
section#single-product-header .summary .stock-delivery p {
  width: 50%;
  font-size: 1.4rem;
}
section#single-product-header .summary .stock-delivery .in-stock {
  padding-left: 1.6rem;
  position: relative;
}
section#single-product-header .summary .stock-delivery .in-stock:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  height: 0.8rem;
  width: 0.8rem;
  background-color: #00B67A;
  border-radius: 50%;
}
section#single-product-header .summary .stock-delivery .out-of-stock {
  padding-left: 1.6rem;
  position: relative;
}
section#single-product-header .summary .stock-delivery .out-of-stock:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  height: 0.8rem;
  width: 0.8rem;
  background-color: #D71918;
  border-radius: 50%;
}
section#single-product-header .summary .stock-delivery svg {
  vertical-align: middle;
}
section#single-product-header .summary .single-price-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2rem 0 0.8rem;
}
section#single-product-header .summary .single-price-wrapper del span.woocommerce-Price-amount.amount {
  text-decoration: line-through;
  color: #242323;
  font-size: 1.4rem;
  margin-right: 1rem;
  font-weight: 400;
}
section#single-product-header .summary .single-price-wrapper ins {
  text-decoration: none;
}
section#single-product-header .summary .single-price-wrapper ins span.woocommerce-Price-amount .amount bdi {
  text-decoration: none;
  unicode-bidi: plaintext;
}
section#single-product-header .summary .price {
  margin-bottom: 2rem;
  display: flex;
  align-items: baseline;
  flex-direction: row-reverse;
  gap: 1.4rem;
}
section#single-product-header .summary .price .amount {
  font-size: 2.8rem;
}
section#single-product-header .summary .single_add_to_cart_button {
  border: none;
  background: #00B67A;
  color: #FFF;
  border-radius: 0.5rem;
  width: 100%;
}
section#single-product-header .summary .single_add_to_cart_button:hover {
  background: #01cc88;
}
section#single-product-header .summary .single_add_to_cart_button svg {
  max-width: 1.2rem;
  stroke: #FFF;
}
section#single-product-header .summary .single_add_to_cart_button:before {
  content: "";
  display: inline-block;
  background-image: url(../img/custom-icons/shopping-cart.svg);
  background-size: 1.6rem;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  top: 0.2rem;
  margin-right: 0.8rem;
  filter: invert(1);
}
section#single-product-header .summary .single_add_to_cart_button:after {
  content: "";
  display: inline-block;
  background-image: url(../img/custom-icons/arrow-right.svg);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  top: 0.4rem;
  margin-left: 0.8rem;
  filter: invert(1);
}
@media only screen and (max-width: 640px) {
  section#single-product-header .summary .single_add_to_cart_button:after {
    display: none;
  }
}
section#single-product-header .summary .cart-link-buttons {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  font-size: 1.4rem;
}
section#single-product-header .summary .cart-link-buttons svg {
  vertical-align: middle;
}
section#single-product-header .summary div.yith-wapo-block:nth-of-type(2) {
  display: none;
  visibility: hidden;
}

.woocommerce-products-header ul li:before {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background: #242323;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
}

.single-product-description {
  display: grid;
  grid-template-columns: 30rem minmax(0, 1fr);
  gap: 4.6rem;
  position: relative;
  margin: 6rem 0;
}
.single-product-description .product-description ul li:before {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background: #242323;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  .single-product-description {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.single-product-description__sidebar {
  position: relative;
}
.single-product-description__fixed {
  position: sticky;
  top: 22rem;
}
@media only screen and (max-width: 1023px) {
  .single-product-description__fixed {
    position: relative;
    top: auto;
  }
}
.single-product-description__content {
  padding: 3rem 4rem;
  background-color: #FFF;
  border: 0.1rem solid #F1F1F1;
  border-radius: 0.5rem;
}
.single-product-description__content .product-specifications td, .single-product-description__content .product-specifications th, .single-product-description__content .product-specifications p {
  margin-bottom: 0;
}
.single-product-description__content .product-specifications th {
  padding-left: 2rem;
}
.single-product-description__content .product-specifications td, .single-product-description__content .product-specifications th {
  max-width: none;
  width: 50%;
  border: 0.1rem solid #F1F1F1;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.single-product-description__content .product-specifications td a, .single-product-description__content .product-specifications th a {
  font-size: 1.4rem;
}
.single-product-description__content .product-specifications tr {
  gap: 4rem;
}
@media only screen and (max-width: 1023px) {
  .single-product-description__content .product-specifications tr {
    gap: 1rem;
  }
}
.single-product-description__content .product-specifications tr:nth-child(odd) th, .single-product-description__content .product-specifications tr:nth-child(odd) td {
  background-color: #F1F1F1;
}

.single-product-bought-together {
  margin: 4rem 0 0;
  background: #FFF;
  border-radius: 0.5rem;
}
.single-product-bought-together__content {
  padding: 4rem;
}
.single-product-bought-together__text p:last-child {
  margin-bottom: 0;
}

.product-sidebar-block {
  padding: 2rem;
  background-color: #FFF;
  border: 0.1rem solid #F1F1F1;
  border-radius: 0.5rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1023px) {
  .product-sidebar-block:first-child {
    margin-bottom: 0;
  }
}
.product-sidebar-block__title {
  margin-bottom: 1.8rem;
}
.product-sidebar-block .green-checks {
  margin-bottom: 3rem;
  flex-direction: column;
  gap: 1rem;
}
.product-sidebar-block .green-checks li {
  font-size: 1.4rem;
}
.product-sidebar-block .sidebar-menu {
  margin-bottom: 0;
}
.product-sidebar-block .sidebar-menu li {
  padding-left: 0;
  line-height: 2;
}
.product-sidebar-block .sidebar-menu li a {
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
}
.product-sidebar-block .sidebar-menu li a:hover {
  color: #D71918;
}
.product-sidebar-block .sidebar-menu li svg {
  max-width: 1.2rem;
  margin-right: 1rem;
}
.product-sidebar-block .sidebar-menu li:before {
  display: none;
}
.product-sidebar-block .sidebar-menu li.sidebar-menu__item--active a {
  color: #D71918;
  font-weight: bold;
}

body:not(.single-product) section.related.products ul.products {
  grid-template-columns: repeat(5, 1fr);
}

/* Cart
--------------------------------------------- */
ul.cart {
  margin: 0;
}

.cart-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
  text-decoration: none;
  background: #00B67A;
  padding: 1.4rem 2rem;
  border-radius: 0.2rem;
}
@media only screen and (max-width: 1023px) {
  .cart-button {
    flex-direction: column;
    gap: 0.4rem;
    padding: 1.4rem 1.4rem;
  }
  .cart-button .text {
    display: none;
  }
}
.cart-button .icon {
  color: #FFF;
  width: auto;
  height: 1.8rem;
}
.cart-button .icon svg {
  width: 1.8rem;
  height: 1.8rem;
}
.cart-button .icon svg path {
  stroke: white;
}
.cart-button .amount {
  position: absolute;
  top: -1.3rem;
  right: -1.3rem;
  height: 2.6rem;
  width: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D71918;
  color: #FFF;
  font: 400 1.2rem/1 "Inter", sans-serif;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: scale(0);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  .cart-button .amount {
    width: 1.8rem;
    height: 1.8rem;
    top: -0.9rem;
    right: -0.9rem;
  }
}
.cart-button .amount:empty {
  display: none;
}
.cart-button.loaded .amount {
  transform: scale(1);
  opacity: 1;
}

body.woocommerce-cart {
  background: #F3F3F3;
}
body.woocommerce-cart h1, body.woocommerce-cart h2 {
  font-size: 2.8rem;
}
body.woocommerce-cart .woocommerce table {
  border-collapse: collapse;
}
body.woocommerce-cart .woocommerce thead th.product-name {
  visibility: hidden;
}
body.woocommerce-cart .woocommerce thead th {
  border-bottom: 1px solid #FFF;
}
body.woocommerce-cart .woocommerce th.product-remove .screen-reader-text, body.woocommerce-cart .woocommerce th.product-thumbnail .screen-reader-text {
  position: relative !important;
  height: auto !important;
  width: auto !important;
  clip: unset;
  clip-path: none;
  display: block;
}
@media only screen and (max-width: 640px) {
  body.woocommerce-cart .woocommerce td.product-remove {
    position: absolute;
    right: 2rem;
    width: 6rem;
    border: none !important;
  }
}
@media only screen and (max-width: 640px) {
  body.woocommerce-cart .woocommerce td.product-thumbnail {
    padding: 2rem !important;
  }
  body.woocommerce-cart .woocommerce td.product-thumbnail a {
    margin: 0 !important;
  }
}
body.woocommerce-cart .woocommerce td.product-quantity .number-min, body.woocommerce-cart .woocommerce td.product-quantity .number-plus {
  display: none;
}
body.woocommerce-cart .woocommerce .woocommerce-cart-form span.woocommerce-Price-amount.amount {
  font-size: 1.7rem;
  color: #242323;
}
body.woocommerce-cart .woocommerce .cart-subtotal th {
  font-size: 1.4rem;
}
body.woocommerce-cart .woocommerce .cart-subtotal span.woocommerce-Price-amount.amount {
  font-size: 1.7rem;
  color: #242323;
}
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  body.woocommerce-cart .woocommerce .wc-proceed-to-checkout {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  body.woocommerce-cart .woocommerce .wc-proceed-to-checkout .continue-shopping {
    display: none;
  }
}
body.woocommerce-cart .woocommerce .wc-forward {
  background: #00B67A;
  color: #FFF;
}
body.woocommerce-cart .woocommerce .woocommerce-message .wc-forward {
  background: none;
}
@media only screen and (max-width: 1023px) {
  body.woocommerce-cart .woocommerce .woocommerce-cart-form,
  body.woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
}

.cart-collaterals .shipping .woocommerce-shipping-destination {
  display: none;
}
.cart-collaterals .woocommerce-shipping-totals th {
  font-size: 1.4rem;
  vertical-align: middle;
}
.cart-collaterals .payment-methods-cart {
  display: flex;
  align-items: center;
}
.cart-collaterals .payment-methods-cart .safe-payment {
  font-weight: 500;
}
.cart-collaterals .payment-methods-cart ul {
  margin-bottom: 0;
  margin-left: 0.8rem;
  display: flex;
  gap: 0.4rem;
}
.cart-collaterals .payment-methods-cart ul li {
  padding: 0;
  border: 1px solid lightgray;
  border-radius: 3px;
  overflow: hidden;
}
.cart-collaterals .payment-methods-cart ul li img {
  max-height: 2.4rem;
  width: auto;
}

.shop_table {
  border-collapse: separate;
}
.shop_table thead {
  margin-bottom: 2rem;
}
.shop_table thead .product-remove .screen-reader-text,
.shop_table thead .product-thumbnail .screen-reader-text {
  display: none;
}
.shop_table td, .shop_table th {
  padding: 2rem 1.6rem;
}
.shop_table thead th {
  font-size: 1.4rem;
  margin: 0;
  background: none;
}
.shop_table thead .product-remove {
  text-align: center;
  width: 6.4rem;
}
.shop_table thead .product-thumbnail {
  padding-left: 4.6rem;
}
.shop_table tbody td {
  border-bottom: 1px solid #FFF;
}
.shop_table tbody td, .shop_table tbody th {
  vertical-align: top;
}
.shop_table tbody tr:nth-child(even) td, .shop_table tbody tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.shop_table ul#shipping_method {
  margin-left: auto;
  max-width: 20rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.shop_table .cart_item td, .shop_table .cart_item th {
  vertical-align: middle;
}
.shop_table .cart_item .variation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 0.4rem;
}
.shop_table .cart_item .variation dt, .shop_table .cart_item .variation dd, .shop_table .cart_item .variation dd p {
  font-size: 1.2rem;
  line-height: 2;
}
.shop_table .cart_item .variation dt {
  font-weight: 700;
}
.shop_table .cart_item .product-remove {
  text-align: center;
}
.shop_table .cart_item .product-remove a {
  text-decoration: none;
  color: #242323;
  font-size: 2rem;
  line-height: 1;
}
.shop_table .cart_item .product-thumbnail {
  width: 8rem;
  padding-left: 4.6rem;
}
.shop_table .cart_item .product-thumbnail a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  width: 8rem;
  position: relative;
}
.shop_table .cart_item .product-thumbnail a img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  max-width: auto;
}
.shop_table .cart_item .product-name a {
  text-decoration: none;
  color: #242323;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 1rem;
}
.shop_table .cart_item .product-name a:hover {
  text-decoration: underline;
}
.shop_table .cart_item .product-name dl.variation {
  width: 100%;
}
.shop_table .cart_item .product-name dl.variation dt {
  display: none;
}
.shop_table .cart_item .product-name dl.variation dd {
  width: 100%;
  font-style: italic;
}
.shop_table .cart_item .product-name dl.variation dd div {
  width: 100%;
  display: block;
  align-items: center;
  justify-content: space-between;
}
.shop_table .cart_item .product-name dl.variation dd div span.woocommerce-Price-amount.amount {
  font-size: 1.4rem;
  color: #242323;
}
.shop_table .cart_item .product-quantity .quantity {
  display: flex;
}
.shop_table .cart_item .product-quantity .quantity label {
  display: none;
}
.shop_table .actions {
  display: none;
  padding: 1.6rem;
}
.shop_table .actions .coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0.8rem 0;
}
.shop_table .actions .coupon label {
  margin: 0;
}
.shop_table .actions .coupon #coupon_code {
  width: 20rem;
  margin-left: auto;
  margin-right: 0.8rem;
}
.shop_table .actions .coupon button {
  background: #242323;
  color: #FFF;
}
.shop_table .actions button[name=update_cart] {
  display: block;
  margin-left: auto;
  background: #242323;
  color: #FFF;
}
.shop_table .product-subtotal {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .shop_table.shop_table_responsive .input-number-wrap {
    margin-left: auto;
  }
  .shop_table.shop_table_responsive thead, .shop_table.shop_table_responsive th {
    display: none;
  }
  .shop_table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
    margin: 0;
  }
  .shop_table.shop_table_responsive tr td.product-thumbnail {
    text-align: center;
    width: 100%;
  }
  .shop_table.shop_table_responsive tr td.product-thumbnail a {
    margin: 0 auto;
  }
  .shop_table.shop_table_responsive tr td:after {
    content: "";
    display: block;
    clear: both;
  }
  .shop_table.shop_table_responsive tr td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
  }
  .shop_table .actions {
    padding-top: 3.2rem;
  }
  .shop_table .actions .coupon #coupon_code {
    width: 100%;
    margin: 0 0 0.8rem 0;
  }
}

.cart_totals .shop_table tr td:last-child,
.cart_totals .shop_table tr th:last-child,
.woocommerce-checkout-review-order-table tr td:last-child,
.woocommerce-checkout-review-order-table tr th:last-child {
  text-align: right;
}
.cart_totals .shop_table tr td:last-child .select2,
.cart_totals .shop_table tr th:last-child .select2,
.woocommerce-checkout-review-order-table tr td:last-child .select2,
.woocommerce-checkout-review-order-table tr th:last-child .select2 {
  text-align: left;
}

ul#shipping_method li {
  text-align: right;
}
ul#shipping_method li label {
  text-align: right;
  margin-left: auto;
}
ul#shipping_method li label .amount {
  margin-left: auto;
}
ul#shipping_method li:before {
  display: none;
}
ul#shipping_method li label {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1023px) {
  ul#shipping_method li label {
    flex-direction: column;
  }
}

/* Checkout
--------------------------------------------- */
body.woocommerce-checkout {
  background: #F3F3F3;
}
body.woocommerce-checkout h1,
body.woocommerce-checkout h2 {
  font-size: 2.8rem;
}
body.woocommerce-checkout input[type=text],
body.woocommerce-checkout input[type=number],
body.woocommerce-checkout input[type=search],
body.woocommerce-checkout input[type=email],
body.woocommerce-checkout input[type=tel],
body.woocommerce-checkout input[type=password],
body.woocommerce-checkout input[type=date],
body.woocommerce-checkout input[type=phone],
body.woocommerce-checkout input[type=url],
body.woocommerce-checkout select,
body.woocommerce-checkout textarea {
  border-color: #d8d8d8;
}
body.woocommerce-checkout h3,
body.woocommerce-checkout .h3 {
  font-size: 2rem;
}

.woocommerce-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}

.woocommerce-form-coupon {
  margin: -2.4rem 0 2.4rem 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border-left: 0.4rem solid #242323;
  background: #FFF;
  padding: 1.6rem 2.4rem;
  position: relative;
  width: 100%;
}

.woocommerce-checkout h3 {
  margin-bottom: 2.4rem;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 0 2.4rem 0;
}
.woocommerce-billing-fields__field-wrapper h3,
.woocommerce-shipping-fields__field-wrapper h3 {
  width: 100%;
}

.woocommerce-shipping-fields {
  margin-bottom: 4rem;
}

ul.woocommerce-error {
  padding: 1.4rem 2.4rem;
  background: #ffe7e7;
  border-radius: 0 0.2rem 0 0;
  border-color: #D71918;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
ul.woocommerce-error li {
  color: #D71918;
}
ul.woocommerce-error li:before {
  background: #D71918;
}

.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-checkout form.woocommerce-checkout {
    flex-direction: column;
    gap: 2.4rem 0;
  }
}

.woocommerce-NoticeGroup {
  display: contents;
}

#customer_details {
  width: calc(100% - 56rem);
}
@media only screen and (max-width: 1023px) {
  #customer_details {
    width: 100%;
  }
}

.includes_tax {
  display: block;
}
.includes_tax span.woocommerce-Price-amount.amount {
  font-size: 1.5rem;
  color: #242323;
}

#checkout-order-wrap {
  width: 48rem;
  background: white;
  padding: 2rem;
  border-radius: 5px;
}
#checkout-order-wrap .shop_table {
  border-collapse: collapse;
}
#checkout-order-wrap .shop_table td,
#checkout-order-wrap .shop_table th {
  padding: 0.5rem 0;
}
#checkout-order-wrap tr:nth-child(even) td,
#checkout-order-wrap tr:nth-child(even) th {
  background: none;
}
#checkout-order-wrap .cart_item {
  padding: 0.3rem 0;
  border-bottom: 2px solid #F3F3F3;
}
#checkout-order-wrap .cart_item td {
  font-size: 1.4rem;
}
#checkout-order-wrap .cart_item .product-name dl.variation dd div {
  display: block;
}
#checkout-order-wrap .cart_item span.woocommerce-Price-amount.amount {
  color: #242323;
}
#checkout-order-wrap .cart_item .product-total span.woocommerce-Price-amount.amount {
  font-size: 1.7rem;
}
#checkout-order-wrap .payment-icons {
  margin-top: -2.4rem;
}
@media only screen and (max-width: 1023px) {
  #checkout-order-wrap {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

button[name=woocommerce_checkout_place_order] {
  width: 100%;
  margin: 2.4rem 0 1.6rem 0 !important;
  border: unset;
  border-radius: 0.2rem;
  background: #00B67A;
  color: #FFF;
}

#payment ul li {
  padding-left: 0;
}
#payment ul li:before {
  display: none;
}

.checkout #payment ul {
  padding-bottom: 2.6rem;
}
.checkout #payment ul li {
  border-bottom: 0.1rem solid #d2d2d2;
  padding: 1.6rem 0;
}
.checkout #payment ul li input[type=checkbox],
.checkout #payment ul li input[type=radio] {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  inset: 0;
  height: 100%;
  opacity: 0;
}
.checkout #payment ul li label {
  font-weight: 400;
  margin-left: 0;
  padding-left: 2.5rem;
  width: 100%;
}
.checkout #payment ul li.payment_method_buckaroo_ideal img {
  position: absolute;
  right: 0;
  top: 0rem;
  max-width: 4rem;
}
.checkout #payment .payment_box {
  margin-top: 1rem;
  padding: 0 2.5rem;
}

.payment_box {
  z-index: 2;
  position: relative;
}
.payment_box p {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.woocommerce-terms-and-conditions-wrapper label {
  display: flex;
}
.woocommerce-terms-and-conditions-wrapper a {
  position: relative;
  z-index: 3;
}
.woocommerce-terms-and-conditions-wrapper .required {
  display: none;
}

/* Thank you
--------------------------------------------- */
.woocommerce-thankyou-order-details {
  flex-direction: column;
  align-items: flex-start;
}

ul.wc-item-meta {
  flex-direction: column;
  gap: 0;
  margin: 0;
}
ul.wc-item-meta li {
  display: flex;
  margin: 0;
  padding: 0;
  font: 400 1.2rem/2 "Inter", sans-serif;
  gap: 0 0.4rem;
}
ul.wc-item-meta li:before {
  display: none;
}
ul.wc-item-meta li p {
  font: 400 1.2rem/2 "Inter", sans-serif;
  margin: 0;
}

/* Account
--------------------------------------------- */
body.woocommerce-account h1, body.woocommerce-account .h1, body.woocommerce-account h2, body.woocommerce-account .h2 {
  font-size: 2.8rem;
}

.woocommerce-MyAccount-navigation {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8rem;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  font: 400 1.6rem/1.25 "Inter", sans-serif;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 0.6rem 1.8rem;
  text-decoration: none;
  background-image: none;
  background-position: center left 0;
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #242323;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background-image: url("../img/custom-icons/chevron-right.svg");
}

body.woocommerce-account #default-content .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-account #default-content .woocommerce .woocommerce-MyAccount-navigation {
  width: 26rem;
}
body.woocommerce-account #default-content .woocommerce .woocommerce-MyAccount-content {
  width: calc(100% - 34rem);
}
@media only screen and (max-width: 1023px) {
  body.woocommerce-account #default-content .woocommerce {
    flex-direction: column;
  }
  body.woocommerce-account #default-content .woocommerce .woocommerce-MyAccount-navigation,
  body.woocommerce-account #default-content .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}

.woocommerce-MyAccount-content fieldset legend {
  font-weight: 700;
  margin: 0 0 1.6rem 0;
}
.woocommerce-MyAccount-content__field-wrapper,
.woocommerce-MyAccount-content .edit-account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-MyAccount-content .clear {
  width: 100%;
}

.col2-set {
  width: 100%;
}

#customer_login h2 {
  display: none;
}
#customer_login h3 {
  margin-bottom: 2.4rem;
}

/*# sourceMappingURL=style.css.map*/