/*
 Theme Name:   GP TailwindCSS
 Theme URI:    https://www.sanderjanssen.nl
 Description:  Lightning Fast GeneratePress TailwindCSS theme
 Author:       Sander Janssen
 Author URI:   https://www.sanderjanssen.nl
 Template:     generatepress
 Version:      0.1
*/

/*
 ! tailwindcss v2.2.15 | MIT License | https://tailwindcss.com
*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
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)
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

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

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
Remove the inner border and padding in Firefox.
*/

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

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-transform: translateX(var(--tw-translate-x)) translateY(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));
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

//* Variables */
:root {
  --font-size: 18px;
  /* Max-width */
  --container-width: 1280px;
}

.has-white-color {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.has-white-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.has-gray-100-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.has-brand-blue-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 62, 125, var(--tw-bg-opacity));
}

/*
 * Keyframes
 */

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

/* Hamburger */

#hamburger {
  display: inline-block;
  width: 16px;
  height: 12px;
  position: relative;
  cursor: pointer;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #203c7f;
  border-radius: 100px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

/* Icon 3 */

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2),
#hamburger span:nth-child(3) {
  top: 5px;
}

#hamburger span:nth-child(4) {
  top: 10px;
}

body .offside--left.is-open,
.offside-js--is-left .offside-sliding-element {
  transform: translate3d(100%, 0, 0);
}

body .offside--right.is-open,
.offside-js--is-right .offside-sliding-element {
  transform: translate3d(-100%, 0, 0);
}

.slide-opened #hamburger span:nth-child(1) {
  top: 5px;
  width: 0%;
  left: 50%;
}

.slide-opened #hamburger span:nth-child(2) {
  transform: rotate(45deg);
}

.slide-opened #hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}

.slide-opened #hamburger span:nth-child(4) {
  top: 5px;
  width: 0%;
  left: 50%;
}

/* Slideout menu */

.slideout-navigation .dropdown-menu-toggle:before {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

.slideout-navigation .sfHover > a .dropdown-menu-toggle:before {
  content: "\f107" !important;
  transform: translate(-3px, -1px) rotate(180deg);
}

#generate-slideout-menu .slideout-menu li {
  opacity: 0;
}

.slide-opened #generate-slideout-menu .slideout-menu li {
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

#generate-slideout-menu .slideout-menu > li:nth-child(1) {
  transition-delay: 0.2s;
}

#generate-slideout-menu .slideout-menu > li:nth-child(2) {
  transition-delay: 0.25s;
}

#generate-slideout-menu .slideout-menu > li:nth-child(3) {
  transition-delay: 0.3s;
}

#generate-slideout-menu .slideout-menu > li:nth-child(4) {
  transition-delay: 0.35s;
}

#generate-slideout-menu .slideout-menu > li:nth-child(5) {
  transition-delay: 0.4s;
}

#generate-slideout-menu .slideout-menu > li:nth-child(6) {
  transition-delay: 0.45s;
}

#generate-slideout-menu .slideout-menu > li:nth-child(7) {
  transition-delay: 0.5s;
}

#generate-slideout-menu .slideout-menu > li:nth-child(8) {
  transition-delay: 0.55s;
}

#generate-slideout-menu .slideout-menu > li:nth-child(9) {
  transition-delay: 0.6s;
}

#generate-slideout-menu .slideout-menu > li:nth-child(10) {
  transition-delay: 0.65s;
}

/* Submenu items */

body #generate-slideout-menu.main-navigation .main-nav ul ul {
  display: block;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 0;
}

#generate-slideout-menu.main-navigation .main-nav ul ul.toggled-on {
  max-height: 20em;
}

/* Img zoom */

a.img-zoom {
  display: block;
}

figure.wp-block-image a {
  display: block;
}

.img-zoom, figure.wp-block-image a {
  overflow: hidden;
}

.img-zoom img, figure.wp-block-image a img {
  transform: var(--tw-transform);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.img-zoom:hover img, figure.wp-block-image:hover a img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: var(--tw-transform);
}

/* CTA */

.single_add_to_cart_button:after {
  transform: var(--tw-transform);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.zp-btn:hover .cta-arrow, .single_add_to_cart_button:hover:after {
  --tw-translate-x: 0.25rem;
  transform: var(--tw-transform);
}

@font-face {
  font-family: "Cera Basic Bold";

  font-style: "bold";

  font-weight: 700;

  src: url("/wp-content/themes/gp-tailwind/fonts/cera-basic-bold.woff")
        format("woff");
}

/* General text */

html {
  font-size: 16px;
}

h1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h1.product_title {
  margin-top: 0.25rem;
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
}

h2 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

h2.woocommerce-loop-product__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h4 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

h5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

h6 {
  font-size: 0.75rem;
  line-height: 1rem;
}

h1,
h2,
h3 {
  /*@apply font-display;*/
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.375;
}

p {
  margin-bottom: 1.5rem;
}

p a {
  --tw-text-opacity: 1;
  color: rgba(32, 151, 237, var(--tw-text-opacity));
}

.video-container {
  margin-bottom: 1.5rem;
}

.body-text p + ul,
.wp-block-group__inner-container p + ul {
  margin-top: -0.5rem;
}

.text-white > *,
.text-white > p > a {
  color: white;
}

.site-content p a {
  --tw-text-opacity: 1;
  color: rgba(32, 151, 237, var(--tw-text-opacity));
}

.site-content p a.button {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.site-content p a:hover {
  text-decoration: underline;
}

.site-content p a:hover.button {
  text-decoration: none;
}

/* a {
  transition: all 0.2s ease-in-out;
  position: relative;
  &:before,
  &:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0px;
    height: 1px;
    margin: 1px 0 0;
		transition: all 0.75s ease-in-out;
    opacity: 0;
    background-color: #000;
  }
  &:before {
    left: 50%;
  }
  &:after {
    right: 50%;
  }
}
a:hover {
  &:before, &:after {
  	width:50%;
  	opacity: 1;
  }
} */

.entry-content ul {
  padding-left: 1.3rem;
  margin-bottom: 1.5rem;
}

.entry-content ul.pl-0 {
  padding-left: 0;
}

.entry-content ul li {
  list-style-type: disc;
  margin-bottom: 0.1rem;
}

.checklist ul,
ul.checklist,
.zp-list ul,
ul.zp-list,
.woocommerce-product-details__short-description ul {
  padding-left: 0;
}

.checklist ul li,
ul.checklist li,
.zp-list ul li,
ul.zp-list li,
.woocommerce-product-details__short-description ul li {
  list-style-type: none;
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.2rem;
  line-heigt: 1.5;
}

.checklist li:before,
.zp-list li:before,
.woocommerce-product-details__short-description ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M0 11l2-2 5 5L18 3l2 2L7 18z' fill='%2348bb78'/%3E%3C/svg%3E");
}

.zp-list li:before {
  background-image: url("img/zp-list.svg");
}

p.tip {
  position: relative;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 5rem;
  padding-right: 2rem;
}

p.tip:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin-left: 1.5rem;
  display: block;
  height: 100%;
  width: 1.5rem;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='w-10'%3E%3Cpath fill='%23203C7F' d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm16 400c0 8.822-7.178 16-16 16H48c-8.822 0-16-7.178-16-16V80c0-8.822 7.178-16 16-16h352c8.822 0 16 7.178 16 16v352zm-228-80h12V232h-12c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h48c6.627 0 12 5.373 12 12v140h12c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12h-72c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12zm36-240c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z' class=''%3E%3C/path%3E%3C/svg%3E");
}

#payment ul li {
  list-style-type: none;
}

.max-h-0 {
  max-height: 0;
}

.single_add_to_cart_button:after {
  margin-left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: url("img/cart.svg");
  display: inline-block;
  line-height: 1;
}

/* Button */

.shadow-btn {
  position: relative;
}

/* TODO: centreren */

.shadow-btn:before {
  position: absolute;
  content: "";
  width: 85%;
  height: 80%;
  top: 20%;
  background: #203c7f;
  opacity: 0.6;
  filter: blur(10px);
  z-index: -1;
}

.zp-btn, .single_add_to_cart_button, body.woocommerce #respond input#submit, body.woocommerce a.button, body.woocommerce button.button, body.woocommerce input.button, input[type="submit"].wpcf7-submit, a.button {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgba(22, 62, 125, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --tw-shadow: 0px 15px 15px -10px rgba(32, 60, 127, 0.25), 0px 4px 6px -1px rgba(32, 60, 127, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

.zp-btn:hover, .single_add_to_cart_button:hover, body.woocommerce #respond input#submit:hover, body.woocommerce a.button:hover, body.woocommerce button.button:hover, body.woocommerce input.button:hover, input[type="submit"].wpcf7-submit:hover, a.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(11, 31, 63, var(--tw-bg-opacity));
  text-decoration: none;
}

body .add-to-cart-panel {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.woocommerce #wc-sticky-cart-panel button.button {
  margin-top: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.woocommerce div.product form.cart div.quantity {
  margin-top: 1rem;
  margin-right: 0.5rem;
}

/* Header alignment */

#masthead .main-nav ul li:last-child a,
.secondary-navigation .main-nav ul li:nth-child(3) a {
  padding-right: 0;
}

.navigation-branding img.header-image,
.site-logo.mobile-header-logo img.header-image {
  margin-top: -4px;
  height: 80px;
}

.navigation-branding .site-logo {
  position: relative;
  z-index: 10;
  margin-bottom: -1.3rem;
}

@media (min-width: 768px) {
  .navigation-branding .site-logo {
    margin-bottom: -2.4rem;
  }

  .navigation-branding img.header-image,
    .site-logo.mobile-header-logo img.header-image {
    height: 95px;
    margin-top: -10px;
  }
}

body #generate-slideout-menu.main-navigation .main-nav ul ul {
  margin-left: 1.5rem;
}

body #generate-slideout-menu.main-navigation .main-nav ul ul li:last-child {
  margin-bottom: 1rem;
}

.header-margin {
  margin-top: -68px;
}

@media (min-width: 768px) {
  .header-margin {
    margin-top: -72px;
  }
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select, body .woocommerce form .form-row textarea {
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(11, 31, 63, var(--tw-text-opacity));
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus, body .woocommerce form .form-row textarea:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="number"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, body .woocommerce form .form-row textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, body .woocommerce form .form-row textarea:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="number"]::placeholder, textarea::placeholder, select::placeholder, body .woocommerce form .form-row textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="url"].wpcf7-not-valid, input[type="password"].wpcf7-not-valid, input[type="search"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, input[type="number"].wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid, body .woocommerce form .form-row textarea.wpcf7-not-valid {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

input[type="text"].wpcf7-not-valid + .error + .wpcf7-not-valid-tip, input[type="text"].wpcf7-not-valid + .wpcf7-not-valid-tip, input[type="email"].wpcf7-not-valid + .error + .wpcf7-not-valid-tip, input[type="email"].wpcf7-not-valid + .wpcf7-not-valid-tip, input[type="url"].wpcf7-not-valid + .error + .wpcf7-not-valid-tip, input[type="url"].wpcf7-not-valid + .wpcf7-not-valid-tip, input[type="password"].wpcf7-not-valid + .error + .wpcf7-not-valid-tip, input[type="password"].wpcf7-not-valid + .wpcf7-not-valid-tip, input[type="search"].wpcf7-not-valid + .error + .wpcf7-not-valid-tip, input[type="search"].wpcf7-not-valid + .wpcf7-not-valid-tip, input[type="tel"].wpcf7-not-valid + .error + .wpcf7-not-valid-tip, input[type="tel"].wpcf7-not-valid + .wpcf7-not-valid-tip, input[type="number"].wpcf7-not-valid + .error + .wpcf7-not-valid-tip, input[type="number"].wpcf7-not-valid + .wpcf7-not-valid-tip, textarea.wpcf7-not-valid + .error + .wpcf7-not-valid-tip, textarea.wpcf7-not-valid + .wpcf7-not-valid-tip, select.wpcf7-not-valid + .error + .wpcf7-not-valid-tip, select.wpcf7-not-valid + .wpcf7-not-valid-tip, body .woocommerce form .form-row textarea.wpcf7-not-valid + .error + .wpcf7-not-valid-tip, body .woocommerce form .form-row textarea.wpcf7-not-valid + .wpcf7-not-valid-tip {
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
  max-height: 2em;
}

input[type="text"].wpcf7-not-valid.valid, input[type="email"].wpcf7-not-valid.valid, input[type="url"].wpcf7-not-valid.valid, input[type="password"].wpcf7-not-valid.valid, input[type="search"].wpcf7-not-valid.valid, input[type="tel"].wpcf7-not-valid.valid, input[type="number"].wpcf7-not-valid.valid, textarea.wpcf7-not-valid.valid, select.wpcf7-not-valid.valid, body .woocommerce form .form-row textarea.wpcf7-not-valid.valid {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

input[type="text"].wpcf7-not-valid.valid + .error + .wpcf7-not-valid-tip,
            input[type="text"].wpcf7-not-valid.valid + .wpcf7-not-valid-tip,
            input[type="email"].wpcf7-not-valid.valid + .error + .wpcf7-not-valid-tip,
            input[type="email"].wpcf7-not-valid.valid + .wpcf7-not-valid-tip,
            input[type="url"].wpcf7-not-valid.valid + .error + .wpcf7-not-valid-tip,
            input[type="url"].wpcf7-not-valid.valid + .wpcf7-not-valid-tip,
            input[type="password"].wpcf7-not-valid.valid + .error + .wpcf7-not-valid-tip,
            input[type="password"].wpcf7-not-valid.valid + .wpcf7-not-valid-tip,
            input[type="search"].wpcf7-not-valid.valid + .error + .wpcf7-not-valid-tip,
            input[type="search"].wpcf7-not-valid.valid + .wpcf7-not-valid-tip,
            input[type="tel"].wpcf7-not-valid.valid + .error + .wpcf7-not-valid-tip,
            input[type="tel"].wpcf7-not-valid.valid + .wpcf7-not-valid-tip,
            input[type="number"].wpcf7-not-valid.valid + .error + .wpcf7-not-valid-tip,
            input[type="number"].wpcf7-not-valid.valid + .wpcf7-not-valid-tip,
            textarea.wpcf7-not-valid.valid + .error + .wpcf7-not-valid-tip,
            textarea.wpcf7-not-valid.valid + .wpcf7-not-valid-tip,
            select.wpcf7-not-valid.valid + .error + .wpcf7-not-valid-tip,
            select.wpcf7-not-valid.valid + .wpcf7-not-valid-tip,
            body .woocommerce form .form-row textarea.wpcf7-not-valid.valid + .error + .wpcf7-not-valid-tip,
            body .woocommerce form .form-row textarea.wpcf7-not-valid.valid + .wpcf7-not-valid-tip {
  max-height: 0;
}

textarea {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body .select2-container--default .select2-selection--single {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(11, 31, 63, var(--tw-text-opacity));
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.5rem;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -0.75rem;
  border-color: #082366 transparent transparent transparent;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
  border-color: #082366 transparent transparent transparent;
}

.select2-dropdown {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.grecaptcha-badge {
  visibility: hidden;
}

.woocommerce-checkout-review-order input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.woocommerce-checkout-review-order input[type="number"] {
  -moz-appearance: textfield;
  padding: 1em;
}

.woocommerce-checkout-review-order-table .pickup-location-field {
  order: 5;
}

.woocommerce-checkout-review-order-table .cqoc_remove_icon_product_name_container {
  margin-top: 0.5rem;
}

.woocommerce-checkout-review-order-table em {
  display: none;
}

body .theme_4.wpcf7-form input.error,
body .theme_4.wpcf7-form select.error,
body .theme_4.wpcf7-form textarea.error {
  border-color: rgba(229, 62, 62, 1) !important;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wpcf7 .wpcf7-form.sent p {
  display: none;
}

.wpcf7 .wpcf7-form label input, .wpcf7 .wpcf7-form label textarea {
  margin-top: 0.25rem;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin-left: 0px;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

body span.wpcf7-not-valid-tip {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

body div.wpcf7-response-output {
  margin-left: 0px;
  margin-right: 0px;
}

/* Main nav / Off-canvas menu */

.main-navigation ul li.search-item a:after {
  content: "Zoeken";
  padding-left: 7px;
  display: inline;
}

body
    .main-navigation:not(.slideout-navigation):not(.mobile-header-navigation)
    .main-nav
    > ul {
  display: block;
}

body .sf-menu > li.slideout-toggle, body .slideout-navigation .menu-item-has-children .dropdown-menu-toggle {
  padding-left: 0px;
  float: left;
}

#sticky-navigation .navigation-branding {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
}

#sticky-navigation #primary-menu {
  width: 100%;
}

#sticky-navigation #primary-menu .sf-menu {
  display: flex;
}

.slideout-navigation .sfHover > a .dropdown-menu-toggle:before {
  content: none;
  display: none;
}

html .sticky-enabled .main-navigation.is_stuck, body #mobile-header {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html.slide-opened .sticky-enabled .main-navigation.is_stuck, html.slide-opened body #mobile-header {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body #mobile-header {
  z-index: 101 !important;
}

body #mobile-header .site-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
}

#masthead,
#generate-slideout-menu,
#sticky-navigation #primary-menu,
.phead {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  #masthead,
    #generate-slideout-menu,
    #sticky-navigation #primary-menu,
    .phead {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.site-header .inside-header {
  padding-left: 0px;
  padding-right: 0px;
}

.main-navigation #primary-menu.main-nav > ul > li:first-child > a {
  padding-left: 0;
}

.main-navigation .inside-navigation .menu-toggle {
  display: none;
}

body ul.slideout-menu li a {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

body ul.slideout-menu .sub-menu li a {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

body .main-navigation ul ul {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#generate-slideout-menu.slideout-navigation {
  z-index: 100;
}

#masthead,
#mobile-header,
#mobile-header .inside-navigation {
  z-index: 110;
  background-color: transparent;
}

#mobile-header .site-logo {
  margin-left: 0px;
  left: 50%;
}

.slideout-exit {
  display: none;
}

.slideout-navigation .main-nav {
  margin-top: 5rem;
}

.slideout-navigation.main-navigation .main-nav ul li a {
  padding-left: 0px;
}

body .main-navigation.offside {
  width: 100%;
}

body .slideout-overlay {
  display: none;
}

body .offside--left {
  left: -100%;
}

body .offside--right {
  right: -100%;
}

body.offside-js--is-left.slide-opened .slideout-overlay button.slideout-exit {
  left: 100%;
}

body.woocommerce .woocommerce-breadcrumb, body.woocommerce .woocommerce-breadcrumb a {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(11, 31, 63, var(--tw-text-opacity));
}

/* Blocks alignment */

@media (min-width: 1024px) {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 3rem;
  }

  .no-sidebar .entry-content > .wp-custom-block,
    .no-sidebar .wp-block-group,
    .single-post p#breadcrumbs,
    .single-post .entry-header,
    .single-post .inside-article > .entry-content > * {
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
  }

  .blog article,
        .blog .entry-meta,
        .blog .comments-area,
        .single-post article,
        .single-post .entry-meta,
        .single-post .comments-area {
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.no-sidebar .entry-content .wp-custom-block.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto;
}

.image-box.alignwide,
.alignwide.px-content {
  padding-left: 40px;
  padding-right: 40px;
}

body .wp-block-column.is-vertically-aligned-center {
  align-self: stretch;
}

body
    .wp-block-column.is-vertically-aligned-center
    .wp-block-group.has-background {
  display: flex;
  height: 100%;
  align-items: center;
}

.has-background {
  border-radius: 0.125rem;
}

.imglink:last-child {
  margin-bottom: 0px !important;
}

figure.wp-block-image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.125rem;
}

figure.wp-block-image img {
  width: 100%;
}

figure.wp-block-video {
  width: 100%;
  overflow: hidden;
  border-radius: 0.125rem;
}

figure.wp-block-video video {
  width: 100%;
}

/* Random */

@media (min-width: 768px) {
  .load-more {
    margin-left: 40px;
  }
}

body .menu-item-has-children .dropdown-menu-toggle {
  padding-right: 4px;
}

.zp-logo {
  /* background-image:url('img/logo-zp.svg'); */
  /* background-size:100px; */
  background-image: url("img/logo-zp-vlag.png");
  background-size: 50px;
  background-position: right 1em bottom 1em;
  background-repeat: no-repeat;
}

/******* BLOCKS *******/

.accordion .accordion__answer {
  visibility: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}

.accordion svg {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
}

.accordion button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 62, 125, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

body .accordion button {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(11, 31, 63, var(--tw-text-opacity));
}

.accordion .js-active .accordion__trigger svg {
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
}

.accordion .js-active .accordion__trigger button {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 62, 125, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.accordion .js-active .accordion__answer {
  visibility: visible;
  max-height: 150rem;
  transition: max-height 1s ease-out;
}

/* Product */

body.woocommerce div.product .woocommerce-product-rating {
  margin-top: 0px;
  margin-bottom: 0.5rem;
}

.wp-post-image, .wp-post-image img, figure.wp-block-image {
  border-radius: 0.125rem;
}

figure.wp-block-image {
  margin-top: 1.5rem;
}

#wc-sticky-cart-panel .wp-post-image {
  margin-top: 0px;
  border-radius: 0px;
}

body.woocommerce div.product p.price, body.woocommerce ul.products li.product .price, .product .price {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-style: none;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: transparent;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  background-image: linear-gradient(180deg, transparent 20%, currentColor 2%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 0.1rem;
  padding: 0;
  text-decoration: none;
  transition: background-size 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  background-size: 100% 2px;
  transition-delay: 0s;
}

.woocommerce-tabs.wc-tabs-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  padding: 2rem;
}

@media (min-width: 1280px) {
  .woocommerce-tabs.wc-tabs-wrapper, .no-sidebar .entry-content .alignfull {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.wp-block-group
    > .wp-block-group__inner-container
    .wp-block-group__inner-container {
  padding-left: 0px;
  padding-right: 0px;
}

.wp-block-group.has-background .wp-block-group__inner-container {
  margin-left: 2rem;
  margin-right: 2rem;
}

.entry-content > :not(.alignfull) > .wp-block-group__inner-container {
  padding-left: 0px;
  padding-right: 0px;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: block;
  text-align: center;
}

.entry-summary form.cart {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  padding: 2rem;
}

form:not(.variations_form) #sj_quantity_wrapper h3:first-child {
  margin-top: 0px;
}

html .woovr-variations {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1px;
}

html .woovr-variations .woovr-variation > div {
  padding: 3px;
}

html .woovr-variations .woovr-variation-image img {
  width: 32px;
}

html .woovr-variations .woovr-variation.woovr-variation-radio:hover {
  background-color: transparent;
}

html .woovr-variations .woovr-variation.woovr-variation-radio {
  align-items: flex-start;
}

html .woovr-variations .woovr-variation-radio .woovr-variation-name {
  font-weight: 500;
}

html .woovr-variations .woovr-variation-radio:first-child {
  margin-top: 0.5rem;
}

.woovr-active .variations_form .variations,
.woovr-variations + .variations {
  display: block !important;
  position: absolute;
  top: 0;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  margin-bottom: 0 !important;
}

.woocommerce-variation-price {
  display: none;
}

.quantity-wrapper .qty_selected > div {
  --tw-border-opacity: 1;
  border-color: rgba(22, 62, 125, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

html .woocommerce div.product table#sj_pricetable {
  margin-bottom: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  border-width: 1px 1px 1px 1px;
}

html .woocommerce div.product table#sj_pricetable th {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

html .woocommerce div.product table#sj_pricetable tr > td {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body.woocommerce table.shop_attributes {
  border-style: none;
}

body.woocommerce table.shop_attributes td, body.woocommerce table.shop_attributes th {
  border-style: none;
  padding: 1rem;
}

body.woocommerce table.shop_attributes th {
  padding-left: 0px;
}

body.woocommerce table.shop_attributes tr:nth-child(2n) td, body.woocommerce table.shop_attributes tr:nth-child(2n) th {
  background-color: transparent;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
  --tw-text-opacity: 1;
  color: rgba(11, 31, 63, var(--tw-text-opacity));
}

body.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0px;
  border-style: none;
  padding-left: 0px;
  padding-right: 0px;
}

body.woocommerce #reviews .star-rating {
  float: none;
}

body.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin-top: 0.5rem;
}

body.woocommerce #reviews #comments ol.commentlist {
  margin-bottom: 2.5rem;
}

.comment-form-comment label {
  display: block;
}

.comment-form-comment textarea {
  max-width: 28rem;
}

.single-product section.related, .single-product section.up-sells {
  margin-top: 2.5rem;
}

/******** CART ********/

.quantity.buttons-added {
  margin-top: 0.5rem;
  display: flex;
}

.main-navigation .mobile-bar-items.wc-mobile-cart-items {
  display: none;
}

/* Hide empty cart */

.mobile-bar-items.wc-mobile-cart-items:not(.has-items),
.main-navigation li.wc-menu-item:not(.has-items) {
  display: none;
}

.woocommerce-mini-cart__buttons a.button.wc-forward:first-child {
  display: none;
}

.woocommerce.widget_shopping_cart
    .woocommerce-mini-cart__buttons
    a.button.wc-forward {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/******** Checkout *******/

#order_review:before {
  display: block;
  content: "Jouw bestelling";
  font-weight: 600;
  line-height: 1.375;
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1.375rem;
}

body .checkout.woocommerce-checkout #customer_details, body .checkout.woocommerce-checkout #order_review {
  float: none;
}

body .checkout.woocommerce-checkout #order_review_heading {
  display: none;
}

body .checkout.woocommerce-checkout #customer_details, body .checkout.woocommerce-checkout #order_review {
  width: 100%;
}

@media (min-width: 1024px) {
  body .checkout.woocommerce-checkout {
    display: grid;
  }

  body .checkout.woocommerce-checkout {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body .checkout.woocommerce-checkout {
    gap: 3rem;
  }

  body form.checkout::after,
    body form.checkout::before {
    display: none;
  }

  .woocommerce-NoticeGroup {
    grid-column: span 4 / span 4;
  }

  body #customer_details {
    grid-column: span 2 / span 2;
  }

  body #customer_details + #wc_checkout_add_ons, body #order_review, body #order_review_heading {
    grid-column: span 2 / span 2;
  }
}

body #payment .payment_methods > .wc_payment_method > label {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

button,
input,
optgroup,
select,
textarea {
  padding: 10px 15px;
}

.showcoupon {
  display: block;
}

@media (min-width: 768px) {
  .showcoupon {
    display: inline;
  }
}

.select2-container .select2-selection--single {
  height: auto;
}

html .woocommerce table.shop_table tr td, html .woocommerce table.shop_table tr th {
  padding-left: 1rem;
  padding-right: 1rem;
}

html .woocommerce table.shop_table tr:not(.shipping) td, html .woocommerce table.shop_table tr:not(.shipping) th {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

html .woocommerce table.shop_table tr:last-child td, html .woocommerce table.shop_table tr:last-child th {
  padding-bottom: 1.5rem;
}

html .woocommerce table.shop_table tfoot tr:not(.shipping) td {
  text-align: right;
}

html
    .woocommerce
    table.shop_table
    tfoot
    tr:not(.shipping)
    table.lpp-shipping-package-wrapper
    td {
  text-align: left;
}

html .woocommerce table.shop_table tfoot tr:first-child th:first-child {
  display: none;
}

shop_table
    .do-quantity-buttons
    form
    .quantity:not(.buttons-added):not(.hidden)::after,
.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden)::before,
.woocommerce form .quantity .minus,
.woocommerce form .quantity .plus,
.woocommerce form .quantity .qty {
  min-height: 38px !important;
  width: 40px !important;
}

#shipping_method li > input[type="radio"] {
  pointer-events: none;
  position: absolute;
  opacity: 0;
}

#shipping_method li > label {
  cursor: pointer;
}

#shipping_method li > label:before {
  margin-right: 0.5rem;
  font-family: WooCommerce;
  content: "\e039";
}

#shipping_method li:hover + label {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

#shipping_method li > input[type="radio"]:first-child:checked + label {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

#shipping_method li > input[type="radio"]:first-child:checked + label:before {
  content: "\e03c";
}

#shipping_method li > input[type="hidden"]:first-child + label {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

#shipping_method li > input[type="hidden"]:first-child + label:before {
  content: "\e03c";
}

ul#shipping_method li {
  display: flex;
  align-items: center;
}

li.wc_payment_method svg {
  margin-left: auto;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-top: 1rem;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  border-radius: 0.125rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgba(22, 62, 125, var(--tw-text-opacity));
}

.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon, .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:hover {
  --tw-text-opacity: 1;
  color: rgba(22, 62, 125, var(--tw-text-opacity));
}

body .woocommerce table.shop_table th, body #payment .payment_methods > .wc_payment_method > label {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

body #payment .payment_methods > .wc_payment_method > label {
  display: flex;
  align-items: center;
}

.payment_methods p {
  margin-bottom: 0.5rem;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img, nav li.wc-menu-item {
  margin-left: auto;
}

body
    #payment
    .payment_methods
    li.wc_payment_method
    > input[type="radio"]:first-child:checked
    + label {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

body #content table.shop_table a.remove {
  margin-right: 0.5rem;
  display: block;
  flex: none;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  line-height: 15px;
}

.product-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-name span.cqoc_product_name {
  display: block;
}

.product-name .quantity.buttons-added {
  margin-left: 2rem;
  width: 100%;
  flex: none;
}

.woocommerce table.shop_table td.product-total {
  vertical-align: top;
}

button#place_order {
  border-radius: 0.125rem;
}

.single-product .woocommerce-message {
  display: none;
}

/* Local pickup */

html .woocommerce ul#shipping_method li input {
  margin-top: 6px;
}

html ul.woocommerce-shipping-methods {
  min-width: 190px;
}

.woocommerce-shipping-contents {
  display: none;
}

.pickup-location-field em {
  margin-top: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-style: normal;
}

html
    body
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

html .select2-container {
  margin-top: 0.5rem;
  min-width: 240px;
}

/* Footer */

.footer-widgets {
  padding-bottom: 0px;
}

.footer-widgets:after {
  content: "";
  background-image: url("./img/pellets-footer.jpg");
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  margin-top: 1.5rem;
  display: block;
  height: 10rem;
  width: 100vw;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  html .footer-widgets {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  html .footer-widgets {
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer-widgets:after {
    margin-left: 0px;
    margin-right: 0px;
  }

  .footer-widgets:after {
    width: 100%;
  }
}

html .pointer-events-none {
  pointer-events: none;
}

html .fixed {
  position: fixed;
}

html .absolute {
  position: absolute;
}

html .relative {
  position: relative;
}

html .inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

html .inset-y-0 {
  top: 0px;
  bottom: 0px;
}

html .right-0 {
  right: 0px;
}

html .-top-0 {
  top: 0px;
}

html .top-0 {
  top: 0px;
}

html .bottom-0 {
  bottom: 0px;
}

html .left-0 {
  left: 0px;
}

html .z-10 {
  z-index: 10;
}

html .z-20 {
  z-index: 20;
}

html .z-0 {
  z-index: 0;
}

html .float-right {
  float: right;
}

html .my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

html .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

html .mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

html .my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

html .my-sm {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

html .-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

html .my-md {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

html .my-lg {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

html .ml-3 {
  margin-left: 0.75rem;
}

html .mt-6 {
  margin-top: 1.5rem;
}

html .mb-2 {
  margin-bottom: 0.5rem;
}

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

html .mt-4 {
  margin-top: 1rem;
}

html .mt-1 {
  margin-top: 0.25rem;
}

html .mb-sm {
  margin-bottom: 1.5rem;
}

html .mt-2 {
  margin-top: 0.5rem;
}

html .ml-2 {
  margin-left: 0.5rem;
}

html .mt-8 {
  margin-top: 2rem;
}

html .mb-4 {
  margin-bottom: 1rem;
}

html .ml-auto {
  margin-left: auto;
}

html .mt-3 {
  margin-top: 0.75rem;
}

html .mb-8 {
  margin-bottom: 2rem;
}

html .mr-6 {
  margin-right: 1.5rem;
}

html .mr-4 {
  margin-right: 1rem;
}

html .mb-6 {
  margin-bottom: 1.5rem;
}

html .ml-md {
  margin-left: 3rem;
}

html .-mt-16 {
  margin-top: -4rem;
}

html .-mt-4 {
  margin-top: -1rem;
}

html .ml-4 {
  margin-left: 1rem;
}

html .mb-md {
  margin-bottom: 3rem;
}

html .ml-6 {
  margin-left: 1.5rem;
}

html .mb-16 {
  margin-bottom: 4rem;
}

html .mt-5 {
  margin-top: 1.25rem;
}

html .mb-1 {
  margin-bottom: 0.25rem;
}

html .mr-1 {
  margin-right: 0.25rem;
}

html .ml-1 {
  margin-left: 0.25rem;
}

html .-mt-9 {
  margin-top: -2.25rem;
}

html .mt-sm {
  margin-top: 1.5rem;
}

html .ml-5 {
  margin-left: 1.25rem;
}

html .ml-12 {
  margin-left: 3rem;
}

html .-mb-6 {
  margin-bottom: -1.5rem;
}

html .mr-16 {
  margin-right: 4rem;
}

html .block {
  display: block;
}

html .inline-block {
  display: inline-block;
}

html .inline {
  display: inline;
}

html .flex {
  display: flex;
}

html .\!flex {
  display: flex !important;
}

html .inline-flex {
  display: inline-flex;
}

html .table {
  display: table;
}

html .grid {
  display: grid;
}

html .contents {
  display: contents;
}

html .hidden {
  display: none;
}

html .h-full {
  height: 100%;
}

html .h-5 {
  height: 1.25rem;
}

html .h-screen {
  height: 100vh;
}

html .h-4 {
  height: 1rem;
}

html .h-8 {
  height: 2rem;
}

html .h-px {
  height: 1px;
}

html .h-10 {
  height: 2.5rem;
}

html .h-3 {
  height: 0.75rem;
}

html .h-32 {
  height: 8rem;
}

html .h-6 {
  height: 1.5rem;
}

html .h-0 {
  height: 0px;
}

html .h-64 {
  height: 16rem;
}

html .h-12 {
  height: 3rem;
}

html .h-auto {
  height: auto;
}

html .max-h-0 {
  max-height: 0px;
}

html .w-full {
  width: 100%;
}

html .w-28 {
  width: 7rem;
}

html .w-8 {
  width: 2rem;
}

html .w-5 {
  width: 1.25rem;
}

html .w-4 {
  width: 1rem;
}

html .w-20 {
  width: 5rem;
}

html .w-auto {
  width: auto;
}

html .w-1\/2 {
  width: 50%;
}

html .w-10 {
  width: 2.5rem;
}

html .w-3 {
  width: 0.75rem;
}

html .w-32 {
  width: 8rem;
}

html .w-40 {
  width: 10rem;
}

html .w-64 {
  width: 16rem;
}

html .w-6 {
  width: 1.5rem;
}

html .w-24 {
  width: 6rem;
}

html .w-1 {
  width: 0.25rem;
}

html .w-12 {
  width: 3rem;
}

html .max-w-xl {
  max-width: 36rem;
}

html .max-w-screen-xl {
  max-width: 1280px;
}

html .max-w-lg {
  max-width: 32rem;
}

html .max-w-xs {
  max-width: 20rem;
}

html .flex-none {
  flex: none;
}

html .flex-1 {
  flex: 1 1 0%;
}

html .flex-shrink-0 {
  flex-shrink: 0;
}

html .transform {
  transform: var(--tw-transform);
}

html .cursor-pointer {
  cursor: pointer;
}

html .appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

html .flex-row {
  flex-direction: row;
}

html .flex-row-reverse {
  flex-direction: row-reverse;
}

html .flex-col {
  flex-direction: column;
}

html .flex-wrap {
  flex-wrap: wrap;
}

html .items-start {
  align-items: flex-start;
}

html .items-end {
  align-items: flex-end;
}

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

html .justify-center {
  justify-content: center;
}

html .justify-between {
  justify-content: space-between;
}

html .gap-4 {
  gap: 1rem;
}

html .gap-0 {
  gap: 0px;
}

html .gap-10 {
  gap: 2.5rem;
}

html .gap-x-lg {
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}

html .space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

html .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

html .space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

html .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

html .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

html .space-y-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
}

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

html .divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

html .overflow-hidden {
  overflow: hidden;
}

html .rounded-sm {
  border-radius: 0.125rem;
}

html .rounded {
  border-radius: 0.25rem;
}

html .rounded-full {
  border-radius: 9999px;
}

html .rounded-lg {
  border-radius: 0.5rem;
}

html .rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

html .border {
  border-width: 1px;
}

html .border-2 {
  border-width: 2px;
}

html .border-solid {
  border-style: solid;
}

html .border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

html .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

html .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

html .border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

html .border-zp-blue {
  --tw-border-opacity: 1;
  border-color: rgba(22, 62, 125, var(--tw-border-opacity));
}

html .border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

html .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

html .bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

html .bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

html .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

html .bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

html .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

html .bg-zp-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 5, var(--tw-bg-opacity));
}

html .bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

html .bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

html .bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

html .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

html .bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

html .bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

html .bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

html .bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

html .bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

html .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

html .from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

html .to-transparent {
  --tw-gradient-to: transparent;
}

html .bg-cover {
  background-size: cover;
}

html .bg-center {
  background-position: center;
}

html .fill-current {
  fill: currentColor;
}

html .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

html .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

html .object-top {
  -o-object-position: top;
     object-position: top;
}

html .p-8 {
  padding: 2rem;
}

html .p-6 {
  padding: 1.5rem;
}

html .p-3 {
  padding: 0.75rem;
}

html .p-md {
  padding: 3rem;
}

html .p-4 {
  padding: 1rem;
}

html .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

html .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

html .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

html .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

html .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

html .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

html .\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

html .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

html .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

html .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

html .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

html .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

html .py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

html .px-sm {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

html .py-sm {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

html .py-md {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

html .py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

html .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

html .py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

html .pr-8 {
  padding-right: 2rem;
}

html .\!pt-0 {
  padding-top: 0px !important;
}

html .pr-6 {
  padding-right: 1.5rem;
}

html .pt-6 {
  padding-top: 1.5rem;
}

html .pt-16 {
  padding-top: 4rem;
}

html .pl-0 {
  padding-left: 0px;
}

html .pt-32 {
  padding-top: 8rem;
}

html .pb-md {
  padding-bottom: 3rem;
}

html .pl-sm {
  padding-left: 1.5rem;
}

html .pr-sm {
  padding-right: 1.5rem;
}

html .pt-4 {
  padding-top: 1rem;
}

html .pb-12 {
  padding-bottom: 3rem;
}

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

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

html .align-middle {
  vertical-align: middle;
}

html .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

html .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

html .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

html .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

html .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

html .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

html .font-normal {
  font-weight: 400;
}

html .font-semibold {
  font-weight: 600;
}

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

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

html .uppercase {
  text-transform: uppercase;
}

html .italic {
  font-style: italic;
}

html .leading-snug {
  line-height: 1.375;
}

html .leading-normal {
  line-height: 1.5;
}

html .leading-tight {
  line-height: 1.25;
}

html .leading-none {
  line-height: 1;
}

html .text-current {
  color: currentColor;
}

html .text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

html .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

html .text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

html .text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

html .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

html .text-zp-blue-dark {
  --tw-text-opacity: 1;
  color: rgba(11, 31, 63, var(--tw-text-opacity));
}

html .text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

html .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

html .text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

html .text-zp-blue {
  --tw-text-opacity: 1;
  color: rgba(22, 62, 125, var(--tw-text-opacity));
}

html .text-zp-blue-link {
  --tw-text-opacity: 1;
  color: rgba(32, 151, 237, var(--tw-text-opacity));
}

html .text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

html .text-zp-yellow {
  --tw-text-opacity: 1;
  color: rgba(255, 206, 5, var(--tw-text-opacity));
}

html .text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

html .text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

html .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html .opacity-50 {
  opacity: 0.5;
}

html .shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html .shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html .shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html .transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html .duration-200 {
  transition-duration: 200ms;
}

html .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

html .visited\:text-zp-blue-dark:visited {
  --tw-text-opacity: 1;
  color: rgba(11, 31, 63, var(--tw-text-opacity));
}

html .hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

html .hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

html .hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

html .hover\:bg-zp-yellow-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 168, 0, var(--tw-bg-opacity));
}

html .hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

html .hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

html .hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

html .hover\:underline:hover {
  text-decoration: underline;
}

html .hover\:no-underline:hover {
  text-decoration: none;
}

html .focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

html .focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

html .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  html .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  html .sm\:flex {
    display: flex;
  }

  html .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html .sm\:items-center {
    align-items: center;
  }

  html .sm\:gap-16 {
    gap: 4rem;
  }

  html .sm\:space-x-sm > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  html .sm\:text-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  html .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  html .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  html .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  html .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  html .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  html .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  html .md\:mt-4 {
    margin-top: 1rem;
  }

  html .md\:ml-sm {
    margin-left: 1.5rem;
  }

  html .md\:mt-0 {
    margin-top: 0px;
  }

  html .md\:mb-8 {
    margin-bottom: 2rem;
  }

  html .md\:mb-0 {
    margin-bottom: 0px;
  }

  html .md\:ml-10 {
    margin-left: 2.5rem;
  }

  html .md\:mr-10 {
    margin-right: 2.5rem;
  }

  html .md\:mr-16 {
    margin-right: 4rem;
  }

  html .md\:ml-16 {
    margin-left: 4rem;
  }

  html .md\:block {
    display: block;
  }

  html .md\:inline-block {
    display: inline-block;
  }

  html .md\:flex {
    display: flex;
  }

  html .md\:grid {
    display: grid;
  }

  html .md\:h-6 {
    height: 1.5rem;
  }

  html .md\:h-48 {
    height: 12rem;
  }

  html .md\:w-32 {
    width: 8rem;
  }

  html .md\:w-6 {
    width: 1.5rem;
  }

  html .md\:w-2\/3 {
    width: 66.666667%;
  }

  html .md\:w-3\/4 {
    width: 75%;
  }

  html .md\:w-1\/2 {
    width: 50%;
  }

  html .md\:w-1\/3 {
    width: 33.333333%;
  }

  html .md\:w-16 {
    width: 4rem;
  }

  html .md\:w-auto {
    width: auto;
  }

  html .md\:max-w-full {
    max-width: 100%;
  }

  html .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html .md\:flex-wrap {
    flex-wrap: wrap;
  }

  html .md\:items-center {
    align-items: center;
  }

  html .md\:justify-between {
    justify-content: space-between;
  }

  html .md\:gap-lg {
    gap: 4.5rem;
  }

  html .md\:gap-6 {
    gap: 1.5rem;
  }

  html .md\:gap-y-md {
    row-gap: 3rem;
  }

  html .md\:space-x-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  html .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  html .md\:bg-none {
    background-image: none;
  }

  html .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  html .md\:px-md {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  html .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  html .md\:pt-md {
    padding-top: 3rem;
  }

  html .md\:pl-md {
    padding-left: 3rem;
  }

  html .md\:pr-lg {
    padding-right: 4.5rem;
  }

  html .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  html .lg\:mt-0 {
    margin-top: 0px;
  }

  html .lg\:ml-0 {
    margin-left: 0px;
  }

  html .lg\:ml-16 {
    margin-left: 4rem;
  }

  html .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  html .lg\:ml-md {
    margin-left: 3rem;
  }

  html .lg\:flex {
    display: flex;
  }

  html .lg\:w-1\/2 {
    width: 50%;
  }

  html .lg\:w-1\/3 {
    width: 33.333333%;
  }

  html .lg\:w-2\/3 {
    width: 66.666667%;
  }

  html .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  html .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  html .lg\:items-start {
    align-items: flex-start;
  }

  html .lg\:items-center {
    align-items: center;
  }

  html .lg\:justify-between {
    justify-content: space-between;
  }

  html .lg\:gap-16 {
    gap: 4rem;
  }

  html .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  html .lg\:pt-16 {
    padding-top: 4rem;
  }
}

@media (min-width: 1280px) {
  html .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  html .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  html .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
