:root {
  --primary: #19A941;
  --background-color: #0082FF;
  --cart-color: var(--primary);
  --border-color: rgb(233, 233, 233);
  --dark-1: #606e7e;
  --dark-2: rgb(75, 75, 75);
  --grey: #f9f9f9;
  --blue: var(--background-color);
  --green: var(--primary);
  --red: var(--primary);
  --purple: var(--primary);
  --box-shadow-1: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --secondary: 19A941;
  --search-color: var(--primary);
  --pros-color: var(--background-color);
  --cons-color: var(--secondary);
  --usp-bg-color: #343a40;
  --usp-light-color: #f8f9fa;
  --usp-img-filter: invert(1);
}
/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Poppins, Arial, Helvetica, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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 in Chrome and Safari on macOS.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
  }
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  }
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  }
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  }
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-right-4 {
  right: -1rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-4 {
  top: -1rem;
}
.-top-\[0\.5rem\] {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-16 {
  top: 4rem;
}
.top-24 {
  top: 6rem;
}
.top-4 {
  top: 1rem;
}
.top-8 {
  top: 2rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!ml-0 {
  margin-left: 0px !important;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-\[calc\(100vh_-_6rem\)\] {
  max-height: calc(100vh - 6rem);
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-24 {
  width: 6rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-96 {
  width: 24rem;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[30vw\] {
  width: 30vw;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[45vw\] {
  width: 45vw;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3\/4 {
  max-width: 75%;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[380px\] {
  max-width: 380px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-prose {
  max-width: 65ch;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-none {
  transform: none;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.\!list-none {
  list-style-type: none !important;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-border-color {
  --tw-border-opacity: 1;
  border-color: rgb(232 238 245 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-primary-default {
  --tw-border-opacity: 1;
  border-color: rgb(31 50 224 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-footer-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(31 50 224 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-grayscale-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(246 249 252 / var(--tw-bg-opacity));
}
.bg-lightgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 251 / var(--tw-bg-opacity));
}
.bg-negative-trend {
  --tw-bg-opacity: 1;
  background-color: rgb(250 71 70 / var(--tw-bg-opacity));
}
.bg-positive-trend {
  --tw-bg-opacity: 1;
  background-color: rgb(25 169 65 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(25 169 65 / var(--tw-bg-opacity));
}
.bg-primary-default {
  --tw-bg-opacity: 1;
  background-color: rgb(31 50 224 / var(--tw-bg-opacity));
}
.bg-primary-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(229 242 255 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(31 50 224 / var(--tw-bg-opacity));
}
.bg-secondary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(243 130 26 / var(--tw-bg-opacity));
}
.bg-success-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(22 166 114 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-footer-text {
  --tw-text-opacity: 1;
  color: rgb(204 229 255 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-grayscale-dark {
  --tw-text-opacity: 1;
  color: rgb(92 121 144 / var(--tw-text-opacity));
}
.text-grayscale-darker {
  --tw-text-opacity: 1;
  color: rgb(40 73 100 / var(--tw-text-opacity));
}
.text-gunmetal {
  --tw-text-opacity: 1;
  color: rgb(51 59 67 / var(--tw-text-opacity));
}
.text-header-nav-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-orange {
  --tw-text-opacity: 1;
  color: rgb(25 169 65 / var(--tw-text-opacity));
}
.text-price {
  --tw-text-opacity: 1;
  color: rgb(31 50 224 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(25 169 65 / var(--tw-text-opacity));
}
.text-primary-darker {
  --tw-text-opacity: 1;
  color: rgb(3 79 160 / var(--tw-text-opacity));
}
.text-primary-default {
  --tw-text-opacity: 1;
  color: rgb(31 50 224 / var(--tw-text-opacity));
}
.text-success-default {
  --tw-text-opacity: 1;
  color: rgb(0 186 136 / var(--tw-text-opacity));
}
.text-text-gray-1 {
  --tw-text-opacity: 1;
  color: rgb(94 114 136 / var(--tw-text-opacity));
}
.text-text-gray-2 {
  --tw-text-opacity: 1;
  color: rgb(96 110 126 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
body {
  color: black;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div[data-oembed-type="video"] {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
div[data-oembed-type="video"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
.magnify{
  border-radius: 50%;
  border: 2px solid black;
  position: absolute;
  z-index: 20;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: inset 0 0 20px rgba(0,0,0,.5);
  display: none;
  cursor: none;
}
p {
  line-height: 1.4;
  color: var(--dark-2);
  margin-bottom: 1.5rem;
}
p:last-child {
    margin-bottom: 0;
  }
iframe {
  max-width: 100%;
}
*:focus {
    outline: 0;
  }
ul {
  color: var(--dark-2);
}
img {
  max-width: 100%;
}
.page-header {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 2rem;
}
.product-link {
  text-decoration: none;
  color: inherit;
  background: white;
}
.product-link:visited,
  .product-link.active {
    color: inherit;
  }
.product-link.box-shadow {
    transition: box-shadow 0.3s;
  }
.product-link.box-shadow:hover {
    box-shadow: 0 15px 15px rgba(8, 8, 8, 0.15);
  }
.product-link .price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 1.1rem;
  }
.product-link .aanbieding {
    margin-top: 0.5rem;
    margin-bottom: -0.5rem;
  }
.product-link .aanbieding-price {
    margin-left: 1rem;
  }
.product-link .aanbieding-price span {
      text-decoration: line-through;
      color: rgb(126, 126, 126);
      display: block;
      font-size: 0.9rem;
      font-weight: normal;
    }
.header-row {
  padding: 1.5rem 0rem;
}
.header-mid {
  padding: 1rem 0rem;
  background: var(--background-color);
  z-index: 10;
  position: relative;
}
.header-bot {
  background: var(--background-color);
}
.header-usp {
  font-size: 0.9rem;
  background: var(--usp-bg-color);
  color: var(--usp-light-color);
  white-space: nowrap;
  min-width: 190px;
}
.header-usp img {
    max-height: 30px;
    width: 30px;
    background: #222;
    border-radius: 5px;
    padding: 0.1rem;
    margin-right: 1rem;
    filter: var(--usp-img-filter);
  }
.header-usp a {
    color: var(--dark-1);
  }
nav ul {
    padding: 0;
  }
nav ul li {
      list-style: none;
    }
.nav-wrapper {
  display: flex;
  align-items: center;
}
.handleiding-html video {
    max-width: 100%;
  }
.handleiding-html h2 {
  margin-top: 1rem;
}
.handleiding-html h2 {
  margin-bottom: 0.5rem;
}
.handleiding-html h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.handleiding-html h2 {
  font-weight: 500;
}
.handleiding-html h3 {
  margin-bottom: 0.5rem;
}
.handleiding-html h3 {
  font-weight: 500;
}
.handleiding-html .section-content {
    margin-bottom: 2rem;
  }
.snipcart-featured-payment-methods {
  display: none !important;
}
.single-blog .block-img {
    text-align: center;
  }
.single-blog .block-img img {
      max-width: 80%;
      margin: auto;
    }
.single-blog h2 {
  margin-bottom: 0.25rem;
}
.single-blog h2 {
  margin-top: 1rem;
}
.single-blog h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.single-blog h2 {
  font-weight: 500;
}
.single-blog h3 {
  margin-bottom: 0.25rem;
}
.single-blog h3 {
  margin-top: 1rem;
}
.single-blog h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.single-blog h3 {
  font-weight: 500;
}
.single-blog ul {
    list-style: disc;
    margin-left: 1rem;
    margin-bottom: 1.5rem;
  }
#primary-nav ul {
    margin-left: -1rem;
    margin-right: -1rem;

  }
#primary-nav li {
    position: relative;
  }
#primary-nav li:hover .sub-menu--item {
        display: block;
      }
#primary-nav a {
    text-align: center;
    font-weight: medium;
    font-size: 1rem;
    padding: 0.5rem 0rem;
  }
#primary-nav .sub-menu--item {
    display: none;
    position: absolute;
    top: calc(100% - 1.2rem);
    left: 50%;
    transform: translateX(-50%) translateY(1rem);
    background: white;
    min-width: 10rem;
    padding: 0.5rem 1rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
    padding: 0.8rem;
    z-index: 99;

  }
#primary-nav .sub-menu--item:after {
      width: 0.7rem;
      height: 0.7rem;
      position: absolute;
      content: '';
      top: 0%;
      left: 80%;
      transform: translate(-50%, -50%) rotate(45deg);
      background: white;
    }
.bt {
  border-top: 1px solid var(--border-color);
}
.bb {
  border-bottom: 1px solid var(--border-color);
}
@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}
@keyframes Skeleton {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}
.skeleton {
  background: linear-gradient(-45deg, #DDDDDD, #F0F0F0, #DDDDDD, #F0F0F0);
  background-size: 400% 400%;
  -webkit-animation: Skeleton 2.25s ease infinite;
          animation: Skeleton 2.25s ease infinite;
}
.stock--skeleton {
  height: 1.5rem;
  width: 100%;
}
.klantenservice table td {
      padding: 0.5rem 0rem;
      padding-right: 2rem;
    }
.klantenservice table td:first-child {
        font-weight: bold;
      }
.btn {
  padding: 0.6rem 1rem;
  background: var(--primary);
  color: white;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  font-size: 100%;
  font-family: inherit;
  box-shadow: 0;
  border: 0;
}
.btn:hover {
    filter: brightness(110%);
  }
.btn-width {
  min-width: 180px;
  text-align: center;
}
.btn.btn-cart {
  background: var(--cart-color);
  background-size: 200% 100%;
  background-position: right bottom;
  color: white;
}
.btn.btn-cart.animate {
    -webkit-animation: cart-anim 1s forwards;
            animation: cart-anim 1s forwards;
    color: black;
  }
@-webkit-keyframes cart-anim {
  0% {
    background-position: right bottom;
  }

  60% {
    background-position: left bottom;
  }

  100% {
    background-position: left bottom;
  }
}
@keyframes cart-anim {
  0% {
    background-position: right bottom;
  }

  60% {
    background-position: left bottom;
  }

  100% {
    background-position: left bottom;
  }
}
.btn.btn-secondary {
  background: var(--secondary);
  color: black;
}
.link-to-cart {
  position: relative;
  display: flex;
  align-items: center;
}
.link-to-cart .txt {
    display: inline;
    margin-left: 0.3rem;
  }
.link-to-cart img {
    height: 14px;
    width: auto;
    margin-right: 4px;
  }
.link-to-cart span {
    width: 25px;
    height: 25px;
    background: white;
    color: #222;
    position: absolute;
    top: -12px;
    right: -12px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 0.8rem;
    font-weight: bold;
  }
.box-shadow {
  box-shadow: var(--box-shadow-1);
}
.collection .product-img {
    text-align: center;
  }
.collection .product-img img {
      height: 200px;
    }
.collection .product {
    padding: 0.2rem;
    text-align: center;
  }
.collection .inner {
    padding: 4rem 2rem;
  }
.collection h2 {
    font-size: 1.2rem;
    font-weight: bold;
  }
.desc-short {
  max-width: 400px;
  margin: auto;
  padding-top: 1rem;
  padding-bottom: 2rem;
  text-align: center;
}
.pros-cons {
  display: table;
  margin: auto;
}
.pros-cons ul {
    list-style: none;
    flex: 1;
  }
.pros-cons li {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;

    margin-bottom: 0.5rem;
  }
.pro span, .con span {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
  }
.pro span, .con span {
  height: 1rem;
}
.pro span, .con span {
  width: 1rem;
}
.pro span, .con span {
    font-weight: bold;
    border-radius: 50%;
    line-height: 0;
    font-size: 14px;
    flex-shrink: 0;
  }
.pro span {
    background: var(--pros-color);
  }
.con span {
  --tw-bg-opacity: 1;
  background-color: rgb(250 71 70 / var(--tw-bg-opacity));
}
.con span {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.br {
  border-radius: 1rem;
}
blockquote {
  text-align: left;
  border-radius: 5px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
blockquote p {
    text-overflow: -o-ellipsis-lastline;
    max-height: calc(4rem * 1.4);
    min-height: calc(2rem * 1.4);
    overflow: hidden;
  }
blockquote cite {
    text-align: left;
    color: grey;
    font-style: normal;
  }
#shop-reviews {
  background: #272727;
  color: white;
}
#shop-reviews h2 {
    padding-left: 1rem;
    padding-right: 1rem;
    color: white;
    font-size: 2rem;
  }
#shop-reviews p {
    color: darken(white, 20%);
  }
#shop-reviews .quotes-wrapper {
    overflow: hidden;
  }
#shop-reviews .quotes::-webkit-scrollbar {
    display: none;
  }
#shop-reviews .quotes {
    display: flex;
    overflow: scroll;
    padding: 0rem 0.5rem;
    -ms-overflow-style: none;
  }
#shop-reviews blockquote {
    text-align: left;
    border: 1px solid #333;
    background: #161616;
    padding: 1rem;
    width: calc(20vw - 1.2rem);
    flex-shrink: 0;
    margin: 0 0.5rem;
    display: flex;
    flex-direction: column;
  }
#shop-reviews blockquote p {
      text-overflow: -o-ellipsis-lastline;
      max-height: calc(4rem * 1.4);
      overflow: hidden;
    }
#shop-reviews blockquote cite {
      color: grey;
    }
#shop-reviews .lees-alle {
    width: calc(20vw - 1.2rem);
    flex-shrink: 0;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 1rem;
  }
#shop-reviews .lees-alle a {
      text-decoration: underline;
      color: white;
    }
footer strong {
    margin-bottom: 0.5rem;
    display: block;
  }
footer ul {
    color: inherit;
  }
footer li {
    padding: 0.4rem 0rem;
    color: inherit;
  }
footer a {
    color: inherit;
    line-height: 1;
    text-decoration: none;
  }
.payment-icons {
  display: flex;
  list-style: none;
  padding: 0;
}
.payment-icons img {
    height: 20px;
    width: auto;
    margin-right: 0.6rem;
    max-width: initial;
  }
.site-footer__copyright--bottom {
  margin-top: 2rem;
  font-size: 0.8rem;
  opacity: 0.8;
}
.main-img {
  display: flex;
  justify-content: center;
  height: 480px;
}
.main-img img {
    max-height: 90%;
    max-width: 90%;
    align-self: center;
  }
.img-selector-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.img-selector-wrap img {
    height: 90%;
    max-width: 90%;
    align-self: center;
  }
.img-selector-wrap .img-selector {
    padding: 0.5rem;
    border: 1px solid lightgrey;
    border-radius: 5px;
    width: 70px;
    height: 70px;
    margin: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
.img-selector-wrap .img-selector.active,
    .img-selector-wrap .img-selector:hover {
      border: 1px solid black;
    }
.aanbieding {
  color: var(--secondary);
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.Cookie--bottom {
  right: 8rem !important;
  width: initial !important;
}
.aanbieding-price {
  margin-left: 1rem;
}
.aanbieding-price span {
    text-decoration: line-through;
    color: rgb(126, 126, 126);
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
  }
.product-info-top .price {
    font-weight: normal;
    font-size: 1.8rem;
    display: flex;
    align-items: flex-end;
  }
.product-info-top .btn {
    width: 100%;
    padding: 0.8rem;
  }
.usp-list {
  padding: 0;
  list-style: none;
  line-height: 1.4;
}
.rating {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.star-wrap {
  position: relative;
  margin-right: 0.4rem;
  color: grey;
}
.star-wrap .absolute-stars {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
.rating-info {
  font-size: 1rem;
}
.review-item {
  border: 1px solid rgb(224, 224, 224);
  margin-bottom: 0.5rem;
}
button.no-style {
  font-weight: bold;
  outline: 0;
  box-shadow: 0;
  font-family: inherit;
  font-size: 90%;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
}
button.no-style:hover {
    text-decoration: underline;
  }
button.btn-select {
  border: 2px solid var(--cart-color);
  padding: 0.5rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  background: transparent;
  border-radius: 5px;
  min-width: 140px;
  cursor: pointer;
  transition: 0.3s all;
  color: var(--cart-color);
}
button.btn-select:hover {
    background: var(--cart-color);
    color: white;
  }
button.btn-cart.disabled {
  background: rgb(83, 83, 83);
  cursor: initial;
}
button.btn-cart.disabled:hover {
    filter: brightness(100%);
  }
.btn-purple {
  background: var(--purple);
}
.variants-wrap {
  display: flex;
}
.variants-wrap label {
    width: 100%;
    display: block;
    margin-bottom: 0.4rem;
  }
.variant-item {
  flex: 1;
  margin-right: 0.5rem;
}
.variant-item:last-child {
    margin-right: 0;
  }
select {
  border-radius: 3px;
  border: 1px solid var(--border-color);
  background: transparent;
  height: 2.5rem;
  width: 100%;
  display: block;
  font-size: 100%;
}
.ais-SearchBox-input {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 251 / var(--tw-bg-opacity));
  padding: 0.5rem;
}
.ais-SearchBox-form {
  display: flex;
}
.ais-SearchBox-submit {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 50 224 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ais-SearchBox-submit svg {
    fill: white;
    width: 16px;
    height: 16px;
  }
.ais-SearchBox-reset {
  display: none !important;
}
#cart h2 {
    font-size: 1.1rem;
  }
#cart .cart-head {
    text-align: left;
    padding: 1rem 0rem;
  }
#cart .price-div {
    font-weight: bold;
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
#cart .qt-selector {
    border: 1px solid var(--green);
    border-radius: 3px;
    overflow: hidden;
    display: flex;
  }
#cart .qt-selector button {
      background: var(--green);
      color: black;
      border: 0;
      flex: 1;
      cursor: pointer;
      height: 24px;
      width: 24px;
    }
#cart .counter {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    height: 24px;
    width: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
#cart button.cart-item-remove {
    background: var(--secondary);
    color: white;
    border: 0;
    border-radius: 3px;
    margin-right: 2rem;
    cursor: pointer;
    height: 24px;
    width: 24px;
  }
#cart .cart-final {
    line-height: 1.6;
    font-weight: bold;
    font-size: 1.1rem;
  }
#cart .cart-final small {
      font-weight: normal;
      font-size: 0.8rem;
      color: grey;
    }
#cart .btn.btn-cart {
    padding: 0.8rem 1rem;
    min-width: 240px;
    text-align: center;
  }
#cart .cart-row img {
      max-height: 80px;
    }
#cart .cart-row {

    padding: 1rem 0rem;
}
#cart .cart-body .cart-row {
      border-bottom: 2px solid rgb(223, 223, 223);
    }
#cart .total-price {
    font-weight: bold;
    color: var(--cart-color);
  }
.rec-item-img {
  width: 80px;
  text-align: center;
  margin-right: 1.8rem;
  flex-shrink: 0;
}
.rec-item-img img {
    max-width: 100%;
  }
.recommended-item .price {
    margin: 0.5rem 0rem;
    font-weight: bold;
  }
.recommended-item {

  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--border-color);
}
.recommended-item:last-child {
    padding-bottom: 2rem;
    margin-bottom: 0;
    border-bottom: 0;
  }
.recommended-item .price {
    min-width: 80px;
  }
.btn-text {
  color: inherit;
  padding: 1rem 2rem;
  background: transparent;
  text-decoration: underline;
}
.cart-window {
  position: fixed;
  z-index: 99;
  background: rgba(black, 0);
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  -webkit-animation: bg-anim 0.5s forwards;

          animation: bg-anim 0.5s forwards;
  overflow-y: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cart-window-inner {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  max-width: 620px;
  margin: auto;
}
.cart-window-inner .top {
    background: var(--grey);
  }
.cart-window-inner .recommended-item .price {
      margin: 0.5rem 0rem;
      font-weight: bold;
    }
.cart-window-inner .recommended-item {

    margin-bottom: 2rem;
}
.cart-window-inner .recommended-item:last-child {
      margin-bottom: 0;
    }
.cart-window-inner .close {
    position: absolute;
    top: 0;
    right: 0;
    background: 0;
    outline: 0;
    box-shadow: 0;
    font-weight: bold;
    border: 0;
    font-size: 1.6rem;
    padding: 0.5rem 0.7rem;
    cursor: pointer;
  }
@-webkit-keyframes bg-anim {
  from {
    background: rgba(black, 0);
  }

  to {
    background: rgba(black, 0.6);
  }
}
@keyframes bg-anim {
  from {
    background: rgba(black, 0);
  }

  to {
    background: rgba(black, 0.6);
  }
}
.price {
  color: var(--cart-color);
}
.usp-inner-wrap {
  height: 34px;
}
.highlight {
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  min-height: 270px;
  text-decoration: none;
  transition: 0.3s all;

  @extend .box-shadow;
}
.highlight:hover {
    filter: brightness(95%);
  }
.highlight:last-child {
    margin-bottom: 0;
  }
.highlight p {
    max-width: 400px;
    opacity: 0.92;
  }
.md\:w-6 .highlight {
    height: 270px;
  }
.md\:w-6 .highlight .content {
      max-width: 45%;
      flex-shrink: 1;
    }
.md\:w-6 .highlight .highlight-img {
      flex-shrink: 0;
      align-self: flex-end;
      top: 2rem;
      bottom: 0rem;
      max-height: 90%;
      width: auto;
    }
.highlight-img {
  position: absolute;
  right: 2rem;
  top: 0rem;
}
.single-page ul {
    margin-bottom: 1.5rem;
  }
.single-page .werknemers {
    text-align: center;
  }
.single-page .werknemers h2 {
      width: 100%;
      text-align: center;
      margin-bottom: 2rem;
    }
.single-page .werknemers img {
      border-radius: 50%;
      max-height: 80px;
      margin-bottom: 0.5rem;
    }
.single-page .werknemers {

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.single-page .werknemer-item {
    margin: 1rem 2rem;
  }
.single-page .werknemer-item h2 {
      font-size: 1rem;
    }
.single-page a {
    color: var(--cart-color);
  }
.single-page a:visited {
      color: var(--cart-color);
    }
.logo {
  height: 32px;
  width: auto;
}
.logo-wrapper {
  flex-shrink: 0;
}
.single-product .html-block h2:first-of-type {
    margin-top: 0;
  }
.html-block .btn, .rich-text .btn {
    color: white;
    background: var(--primary);
    display: inline-block;
  }
.html-block .btn:visited, .rich-text .btn:visited {
      color: white;
    }
.html-block ul, .rich-text ul {
    list-style: disc;
    margin-bottom: 1.5rem;
    margin-left: 1rem;
    line-height: 1.4;
    color: var(--dark-2);
  }
.html-block ol, .rich-text ol {
    list-style: number;
    margin-left: 1rem;
  }
.html-block p, .rich-text p {
    margin-bottom: 1.5rem;
  }
.html-block p:last-child, .rich-text p:last-child {
      margin-bottom: 0;
    }
.html-block .btn,
  .html-block button,
  .rich-text .btn,
  .rich-text button {
    text-decoration: none;
  }
.html-block a, .rich-text a {
    text-decoration: none;
    color: var(--purple);
    text-decoration: underline;
  }
.html-block h2, .rich-text h2 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
.html-block h2:first-of-type, .rich-text h2:first-of-type {
      margin-top: 0;
    }
.html-block h3, .rich-text h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
.html-block h4, .rich-text h4 {
    font-size: 1.2rem;
  }
.nav-toggle {
  display: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: relative;
}
.nav-toggle span {
    display: block;
    content: " ";
    width: 100%;
    height: 3px;
    background: black;
    position: relative;
    transition: 0.3s all;
    position: absolute;
    left: 0;
  }
.nav-toggle span:first-child {
      top: 0;
    }
.nav-toggle span:nth-child(2) {
      top: calc(50% - 1.5px);
    }
.nav-toggle span:last-child {
      bottom: 0;
    }
.nav-toggle.active {
    justify-content: center;
  }
.nav-toggle.active span:first-child {
      transform: rotate(45deg);
      top: calc(50% - 1px);
    }
.nav-toggle.active span:nth-child(2) {
      opacity: 0;
    }
.nav-toggle.active span:last-child {
      transform: rotate(-45deg);
      top: calc(50% - 1px);
    }
.form-item label {
    display: block;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.4rem;
    color: var(--dark-2);
  }
.form-item input,
  .form-item textarea {
    padding: 0.5rem 0.3rem;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0;
    border: 1px solid var(--border-color);
  }
.form-item textarea {
    min-height: 200px;
  }
.form-item {

  margin-bottom: 1rem;
}
.form-item:last-child {
    margin-bottom: 0;
  }
.chat-box {
  border-radius: 10px;
  overflow: hidden;
  min-width: 290px;
}
.chat-box .txt {
    background: var(--grey);
    font-weight: bold;
  }
.chat-box .c-i {
    flex: 1;
  }
.chat-box .online {
    font-weight: normal;
    font-size: 0.9rem;
    color: grey;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
  }
.chat-box .online span {
      margin-right: 0.4rem;
      flex-shrink: 0;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: var(--green);
      display: block;
    }
.chat-box button {
    min-width: 140px;
    background: var(--purple);
  }
.redirect footer {
    display: none;
  }
.redirect header {
    display: none;
  }
.redirect #shop-reviews {
    display: none;
  }
.search-icon {
  display: none;
  height: 40px;
  width: auto;
  margin-left: 0.8rem;
  cursor: pointer;
}
.search-btn {
  background: var(--search-color);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  min-width: 50px;
  border: 1px solid var(--search-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn img {
    height: 20px;
    align-self: center;
    width: auto;
    margin-right: 5px;
    opacity: 0.9;
  }
.search-input {
  background: white;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0;
  border: 0;
  border: 1px solid var(--secondary);
  outline: 0;
  padding: 0.5rem 1rem;
  width: 100%;
  font-family: inherit;
  font-size: 90%;
}
.search-input::-webkit-input-placeholder {
    /* Edge */
    color: #9b958d;
  }
.search {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.search img {
    align-self: center;
  }
.search h2 {
    margin-bottom: 0.5rem;
  }
.search h3 {
    font-size: 1rem;
  }
.search .img {
    width: 50px;
    text-align: center;
    margin-right: 0.6rem;
    flex-shrink: 0;
  }
.search .result-item {
    padding: 1rem 0rem;
    border-top: 1px solid transparent;
    border-bottom: 1px solid var(--border-color);
    transition: border 0.1s;
  }
.search .result-item:hover {
      border-top: 1px solid var(--purple);
      border-bottom: 1px solid var(--purple);
    }
.search .result-item:hover h3 {
        text-decoration: underline;
      }
.search .price {
    margin-top: 7px;
  }
.search .pro {
    margin-left: 0.3rem;
  }
.search a {
    color: inherit;
    text-decoration: none;
  }
.search .coin-count {
    font-size: 0.8rem;
    color: grey;
    margin-top: 0.5rem;
  }
.search .coin-name {
    overflow: hidden;
    width: 60px;
    white-space: nowrap;
    position: relative;
  }
.search .coin-name:after {
      content: "";
      position: absolute;
      display: block;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0+1,1+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 1) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ffffff', GradientType=1);
      /* IE6-9 */

      top: 0;
      right: 0;
      bottom: 0;
      width: 16px;
    }
.search .pro span {
      width: 12px;
      height: 12px;
      font-size: 12px;
      margin-right: 0;
    }
.search .icon-result {
    margin-left: 0.4rem;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-size: 0.7rem;
    padding: 0.2rem 0.3rem;
  }
.search .icon-result span.symbol {
      color: grey;
      font-size: 0.6rem;
      display: block;
    }
.search .icon-result img {
      width: 12px;
      margin-right: 5px;
    }
.search-btn-close {
  background: white;
  border: 0;
  outline: 0;
  padding: 0.5rem 0.8rem;
  border-top: 1px solid var(--secondary);
  border-bottom: 1px solid var(--secondary);
  margin-left: -2px;
  font-size: 1rem;
  cursor: pointer;
}
.account input {
    padding: 0.3rem;
  }
.account h1 {
    text-align: center;
  }
.account form {
    max-width: 500px;
    margin: auto;
  }
.input-wrap {
  padding: 0.5rem 0rem;
}
.input-wrap label {
    margin-bottom: 0.4rem;
  }
.success {
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 930px) {
    .search .img {
      width: 40px;
      margin-right: 0.4rem;
    }
}
@media (max-width: 875px) and (min-width: 767px) {
  .icon-result-wrap {
    flex-direction: column;
  }

  .icon-result {
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 600px) {
  .icon-result-wrap {
    flex-direction: column;
  }

  .icon-result {
    margin-bottom: 0.3rem;
  }
}
.header-search {
  max-width: 700px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex: 1 1 700px;
  padding: 0rem 2rem;
}
.header-search .search {
    position: relative;
  }
.header-search .search.active {
      @extend .box-shadow;
    }
.header-search .search.active .all-results {
        @extend .box-shadow;
      }
.header-search .all-results {
    max-height: 70vh;
    overflow-y: scroll;
    z-index: 999;
    background: white;
    padding: 0rem 1rem;
    padding-top: 1rem;
    top: calc(100% - 1rem);
    left: 0px;
    right: 0px;
    position: absolute;
  }
.header-search .all-results:hidden {
      display: none;
    }
.account-cart {
  flex-shrink: 0;
}
.notification {
  min-width: 250px;
  text-align: center;
  background: var(--red);
  color: white;
  font-weight: bold;
  padding: 0.5rem;
  text-decoration: none;
  font-size: 0.9rem;
}
@media (max-width: 1600px) {

  #shop-reviews blockquote,
  #shop-reviews .lees-alle {
    width: calc(25vw - 1.2rem);
  }
}
@media (max-width: 1400px) {

  #shop-reviews blockquote,
  #shop-reviews .lees-alle {
    width: calc(33vw - 1.2rem);
  }
}
@media (max-width: 1050px) {

  #shop-reviews blockquote,
  #shop-reviews .lees-alle {
    width: calc(50vw - 1.2rem);
  }
    .search .icon-result {
      margin-left: 0.3rem;
    }
}
@media (max-width: 767px) {
  .header-wrap {
    flex-wrap: wrap;
  }

  .mobile-nav {
    display: none;
  }
    .mobile-nav.mobile-active {
      display: block;
    }

  .header-search {
    order: 999;
    width: 100%;
    flex: initial;
    padding: 0;
    padding-top: 1rem;
  }

  footer {
    font-size: 90%;
    overflow: hidden;
  }

    footer li {
      padding: 0.6rem 0rem;
    }

  .header-top {
    height: 3px;
  }

  .cart-window {
    padding: 1rem;
    font-size: 0.9rem;
  }

    .cart-window .top img {
      margin-right: 0.5rem;
    }
    .recommended-item .btn-text {
      order: -1;
      text-align: left;
      padding: 0;
      width: 100%;
      margin-bottom: 1rem;
    }

  .link-to-cart {
    padding: 0.5rem 0.4rem;
  }

    .link-to-cart .txt {
      display: none;
    }

    .link-to-cart img {
      height: 17px;
    }

  h1 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.3rem;
  }

  .page-header {
    margin-bottom: 1rem;
  }

  .header-usp {
    font-size: 0.8rem;
  }

  .usp-inner-wrap {
    height: 30px;
  }

  .img-selector-wrap .img-selector {
    padding: 0.5rem;
    width: 50px;
    height: 50px;
    margin: 0.3rem;
  }

  .header-row {
    padding: 0.8rem 0rem;
  }

  .main>.section-pad:first-of-type {
    padding-top: 2rem;
  }

  .main>.section-pad:last-of-type {
    padding-bottom: 2rem;
  }
    .w-12 .highlight, .md\:w-6 .highlight {
      height: 360px;
      flex-wrap: wrap;
    }

      .w-12 .highlight .content, .md\:w-6 .highlight .content {
        width: 100%;
        max-width: initial;
      }

      .w-12 .highlight .highlight-img, .md\:w-6 .highlight .highlight-img {
        position: relative;
        right: initial;
        bottom: initial;
        transform: translateY(0%);
        display: block;
        margin: auto;
        margin-top: 1rem;
        max-width: 205px;
        width: initial;
      }

  #shop-reviews blockquote,
  #shop-reviews .lees-alle {
    width: calc(90vw - 2.4rem);
  }

  .main-img {
    height: 250px;
  }

  .product-info-top {
    padding-top: 0rem;
  }

  .search-icon {
    display: block;
  }

  .nav-toggle {
    display: block;
  }

  

  .nav-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .lang-switch {
    margin-top: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .header-bot {
    display: none;
  }

    .header-bot.active {
      display: block;
    }
    #primary-nav ul {
      flex-direction: column;
      align-items: flex-end;
    }

      #primary-nav ul li {
        padding: 0.5rem 0rem;
        padding-right: 2rem;
      }
          #primary-nav ul li:hover .sub-menu--item {
            display: none;
          }

      #primary-nav ul a {
        padding: 0.5rem 0rem;
        display: flex;
      }
}
.snipcart-modal__container {
  z-index: 999999;
  border-left: 1px solid rgb(240, 240, 240);
  box-shadow: -8px 0 20px rgba(0, 0, 0, 0.15) !important;
}
.snipcart {
  --bgColor-buttonPrimary: #1f32e0;
  --color-link: #1f32e0;
  z-index: 9999999;
  position: relative;
}
.snipcart-shipping-rates-list-item--guaranteed_days {
  display: none !important;
}
.snipcart-dropdown-custom-field--standard {
  display: none !important;
}
.hover\:bg-green-pantone:hover {
  background-color: ##1db954;
}
.hover\:text-header-nav-sub-text:hover {
  --tw-text-opacity: 1;
  color: rgb(31 50 224 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:block {
  display: block;
}
@media (min-width: 640px) {
  .sm\:relative {
    position: relative;
  }
  .sm\:top-auto {
    top: auto;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-40 {
    width: 10rem;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem;
  }
  .sm\:pr-0 {
    padding-right: 0px;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:relative {
    position: relative;
  }
  .md\:bottom-auto {
    bottom: auto;
  }
  .md\:left-1\/2 {
    left: 50%;
  }
  .md\:left-auto {
    left: auto;
  }
  .md\:right-auto {
    right: auto;
  }
  .md\:top-16 {
    top: 4rem;
  }
  .md\:top-8 {
    top: 2rem;
  }
  .md\:top-full {
    top: 100%;
  }
  .md\:z-0 {
    z-index: 0;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:ml-4 {
    margin-left: 1rem;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:mr-auto {
    margin-right: auto;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-24 {
    height: 6rem;
  }
  .md\:h-4 {
    height: 1rem;
  }
  .md\:h-64 {
    height: 16rem;
  }
  .md\:h-8 {
    height: 2rem;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:max-h-full {
    max-height: 100%;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-64 {
    width: 16rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:min-w-\[14rem\] {
    min-width: 14rem;
  }
  .md\:max-w-md {
    max-width: 28rem;
  }
  .md\:flex-none {
    flex: none;
  }
  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:gap-32 {
    gap: 8rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .md\:overflow-auto {
    overflow: auto;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:overflow-visible {
    overflow: visible;
  }
  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .md\:rounded-lg {
    border-radius: 0.5rem;
  }
  .md\:border-none {
    border-style: none;
  }
  .md\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(31 50 224 / var(--tw-bg-opacity));
  }
  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pr-8 {
    padding-right: 2rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pt-40 {
    padding-top: 10rem;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-header-nav-sub-text {
    --tw-text-opacity: 1;
    color: rgb(31 50 224 / var(--tw-text-opacity));
  }
  .md\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md\:invert-0 {
    --tw-invert: invert(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .group:hover .md\:group-hover\:block {
    display: block;
  }
}
@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .xl\:max-w-1\/2 {
    max-width: 50%;
  }
}
@media (min-width: 1536px) {
  .\32xl\:flex {
    display: flex;
  }
  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}