/* Header */

.mt-header {
  margin-top: 88px;
}

header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(118 183 45 / 0.05);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1280px) {
  header {
    padding-left: 0px;
    padding-right: 0px;
  }
}

header.color .navbar-logo {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

header:not(.color) #logo {
  --tw-brightness: brightness(0);
  --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);
}

header.color #logo-color {
  display: block;
}

header.color #logo {
  fill: #76B72D;
}

header.color {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

header #mobile-menu {
  pointer-events: none;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 1280px) {
  header .container {
    max-width: calc(100% - 80px) !important;
  }
}

/* Menu - Show */

header button > div {
  transition-duration: 300ms;
}

ul.navbar-nav {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 0px;
  list-style-type: none;
  padding: 0px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1280px) {
  ul.navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
  }
}

header:not(.transparant) ul.navbar-nav {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.show-mobile-menu #mobile-menu {
  pointer-events: auto;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
}

.kj-button.primary.show-mobile-menu #mobile-menu {
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

.shadow-box.kj-button.primary.show-mobile-menu #mobile-menu {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

.kj-button.secondary.show-mobile-menu #mobile-menu {
  border-color: rgb(255 255 255 / 0.3);
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kj-button.secondary.show-mobile-menu #mobile-menu:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

.kj-button.text.show-mobile-menu #mobile-menu {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kj-button.outline.show-mobile-menu #mobile-menu {
  border-color: rgb(255 255 255 / 0.3);
}

.kj-button.outline.show-mobile-menu #mobile-menu:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* Menu Mobile Toggle Button */

.mobile-nav-button .navbar-bar {
  height: 0.125rem;
  width: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(4 21 42 / var(--tw-bg-opacity));
  opacity: 1;
  transition-duration: 200ms;
}

.show-mobile-menu .mobile-nav-button .navbar-nav {
  opacity: 1;
}

@media (min-width: 1024px) {
  .show-mobile-menu .mobile-nav-button .navbar-nav {
    display: block;
  }
}

.navbar-nav .nav-item {
  position: relative;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 3.7s;
  transition-duration: 300ms;
}

.show-mobile-menu .navbar-nav .nav-item {
  opacity: 1;
}

.show-mobile-menu .navbar-bar.bar1 {
  width: 2rem;
  transform-origin: center;
  --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));
}

.show-mobile-menu .navbar-bar.bar2 {
  margin-left: auto;
  margin-right: auto;
  width: 0px;
}

.show-mobile-menu .navbar-bar.bar3 {
  width: 2rem;
  transform-origin: center;
  --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));
}

.show-mobile-menu :is(.navbar-wrapper-1) {
  --tw-translate-y: 0.625rem;
  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));
}

.show-mobile-menu .navbar-wrapper-3 {
  --tw-translate-y: -0.625rem;
  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));
}

.show-mobile-menu .menu-overlay {
  pointer-events: auto;
  opacity: 0.3;
}

/* Basic UL / LI */

header ul.menu {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
}

@media (min-width: 1024px) {
  header ul.menu {
    flex-direction: row;
  }
}

header ul li.menu-item {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  font-family: Host Grotesk, 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;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 3.7s;
  transition-duration: 300ms;
}

header ul li.menu-item:last-child {
  margin-right: 0px;
}

header ul li.menu-item.cta a {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(7 157 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
  transition-duration: 200ms;
}

header.shadow-box ul li.menu-item.cta a {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

header ul li.menu-item.cta a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

header ul li.menu-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

header.color ul li.menu-item a {
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

header ul li.menu-item.current-menu-item a {
  --tw-text-opacity: 1;
  color: rgb(7 157 217 / var(--tw-text-opacity));
}

header ul li.menu-item-has-children {
  display: flex;
  flex-direction: row;
  align-items: center;
}

header :is(.primary-menu, .klantenservice-menu, .product-categories-menu) .menu-item.menu-item-has-children ul.sub-menu {
  pointer-events: none;
  display: flex;
  flex-direction: column;
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

header.shadow-box :is(.primary-menu, .klantenservice-menu, .product-categories-menu) .menu-item.menu-item-has-children ul.sub-menu {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

@media (min-width: 1280px) {
  header :is(.primary-menu, .klantenservice-menu, .product-categories-menu) .menu-item.menu-item-has-children ul.sub-menu {
    position: absolute;
    left: 0px;
  }
}

header .klantenservice-menu .menu-item.menu-item-has-children ul.sub-menu {
  --tw-translate-x: 1rem;
  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));
}

@media (min-width: 1280px) {
  header .klantenservice-menu .menu-item.menu-item-has-children ul.sub-menu {
    left: auto;
    right: 0px;
  }
}

header :is(.primary-menu, .klantenservice-menu, .product-categories-menu) .menu-item.menu-item-has-children:hover ul.sub-menu {
  pointer-events: auto;
  opacity: 1;
}

header .menu-item.menu-item-has-children .chevron-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1280px) {
  header .menu-item.menu-item-has-children .chevron-wrapper {
    margin-left: -0.75rem;
  }
}

header .menu-item.menu-item-has-children svg {
  fill: #76B72D;
}

header .menu-item.menu-item-has-children .chevron-wrapper svg,
header .menu-item.menu-item-has-children .chevron-wrapper svg path {
  fill: #76b72d !important;
}

@media (min-width: 1280px) {
  header .menu-item.menu-item-has-children:hover svg {
    --tw-rotate: 180deg;
    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));
  }

  header .menu-item.menu-item-has-children:hover :is(i, svg).chevron {
    --tw-rotate: 180deg;
    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));
  }
}

header .primary-menu-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* Primary Menu */

header :is(.primary-menu, .klantenservice-menu, .product-categories-menu) .menu-item.menu-item-has-children ul.sub-menu {
  top: 100%;
  right: 1.25rem;
  margin-top: 0px;
  min-width: 260px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  box-shadow: 0px 8px 40px -32px rgba(0,0,0,0.2);
}

header :is(.primary-menu, .klantenservice-menu, .product-categories-menu) .menu-item.menu-item-has-children ul.sub-menu li {
  margin-left: 0px;
  margin-right: 0px;
  font-family: Host Grotesk, 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;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

header :is(.primary-menu, .klantenservice-menu, .product-categories-menu) .search-item {
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header :is(.primary-menu, .klantenservice-menu, .product-categories-menu) .search-item:hover {
  opacity: 1;
}

header :is(.primary-menu, .klantenservice-menu, .product-categories-menu) .social-menu-item {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 221 / var(--tw-border-opacity));
  opacity: 0.4;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header.shadow-box :is(.primary-menu, .klantenservice-menu, .product-categories-menu) .social-menu-item {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

header :is(.primary-menu, .klantenservice-menu, .product-categories-menu) .social-menu-item:hover {
  opacity: 1;
}

/* Dropdown */

header ul.sub-menu :is(i, svg) {
  margin-right: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

header ul.sub-menu :is(li, a) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1 !important;
  color: rgb(4 21 42 / var(--tw-text-opacity)) !important;
  transition-duration: 200ms;
}

header :is(.primary-menu, .klantenservice-menu, .product-categories-menu) ul.sub-menu a {
  display: block;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header.shadow-box :is(.primary-menu, .klantenservice-menu, .product-categories-menu) ul.sub-menu a {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

header :is(.primary-menu, .klantenservice-menu, .product-categories-menu) ul.sub-menu a:hover {
  border-color: rgb(7 157 217 / 0.1);
  background-color: rgb(7 157 217 / 0.1);
  padding-left: 1rem;
}

/* Mobile Menu */

#mobile-menu {
  max-width: 90%;
  --tw-translate-x: 100%;
  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));
}

@media (min-width: 768px) {
  #mobile-menu {
    max-width: 60%;
  }
}

@media (min-width: 1024px) {
  #mobile-menu {
    max-width: 40%;
  }
}

#mobile-menu {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100dvh;
  /* Dynamic viewport height for mobile browsers */
  max-height: 100vh;
  max-height: 100dvh;
  /* Dynamic viewport height for mobile browsers */
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 0;
}

#mobile-menu .mobile-menu-content-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
  min-height: 0;
}

/* Ensure mobile submenus are hidden by default, overriding any global styles */

#mobile-menu .mobile-menu ul.sub-menu,
#mobile-menu .menu.mobile-menu ul.sub-menu,
#mobile-menu ul li ul.sub-menu,
#mobile-menu ul li ul.children {
  pointer-events: none !important;
  height: 0px !important;
  max-height: 0px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  display: none !important;
}

#mobile-menu :is(.mobile-menu-container, .menu) {
  width: 100%;
}

#mobile-menu ul {
  display: flex;
  width: 100%;
  flex-direction: column;
}

#mobile-menu ul li {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
}

#mobile-menu ul li a {
  display: flex;
  flex-grow: 1;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: Host Grotesk, 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;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#mobile-menu ul li .chevron-wrapper {
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  display: flex !important;
  visibility: visible !important;
}

#mobile-menu ul li.menu-item-has-children .chevron-wrapper,
#mobile-menu ul li.page_item_has_children .chevron-wrapper {
  display: flex !important;
}

#mobile-menu ul li .chevron-wrapper svg {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  display: block !important;
  visibility: visible !important;
}

#mobile-menu ul li svg {
  display: inline-block;
  fill: #ffffff;
}

#mobile-menu ul li.menu-item-has-children .chevron-wrapper svg,
#mobile-menu ul li.page_item_has_children .chevron-wrapper svg {
  fill: #76b72d;
}

#mobile-menu ul li.menu-item-has-children .chevron-wrapper svg path,
#mobile-menu ul li.page_item_has_children .chevron-wrapper svg path {
  fill: #76b72d;
}

#mobile-menu ul li.menu-item-has-children,
#mobile-menu ul li.page_item_has_children {
  flex-wrap: wrap;
}

#mobile-menu ul li ul.sub-menu,
#mobile-menu ul li ul.children {
  order: 3;
  height: 0px;
  max-height: 0px;
  width: 100%;
  flex-basis: 100%;
  --tw-translate-y: 0.5rem;
  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));
  overflow: hidden;
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: none !important;
  flex-direction: column;
}

#mobile-menu ul li.menu-item-has-children > a,
#mobile-menu ul li.page_item_has_children > a {
  order: 1;
}

#mobile-menu ul li.menu-item-has-children .chevron-wrapper,
#mobile-menu ul li.page_item_has_children .chevron-wrapper {
  order: 2;
  cursor: pointer;
}

#mobile-menu ul li ul.sub-menu li,
#mobile-menu ul li ul.children li {
  border-width: 0px;
  border-top: none !important;
}

#mobile-menu ul li ul.sub-menu li a,
#mobile-menu ul li ul.children li a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

/* Force hide submenus unless parent has .open class - works for all levels */

#mobile-menu ul li.menu-item-has-children:not(.open) > ul.sub-menu,
#mobile-menu ul li.page_item_has_children:not(.open) > ul.children,
#mobile-menu ul li.page_item_has_children:not(.open) > ul.sub-menu {
  display: none !important;
  opacity: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

#mobile-menu ul li.menu-item-has-children.open > ul.sub-menu,
#mobile-menu ul li.page_item_has_children.open > ul.children,
#mobile-menu ul li.page_item_has_children.open > ul.sub-menu {
  --tw-translate-y: 0px;
  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));
  display: flex !important;
  height: auto !important;
  max-height: 1000px !important;
  overflow: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Add padding/indentation for nested submenus */

#mobile-menu ul li ul.sub-menu,
#mobile-menu ul li ul.children {
  padding-left: 1rem;
}

#mobile-menu ul li ul.sub-menu li ul.sub-menu,
#mobile-menu ul li ul.children li ul.children {
  padding-left: 1rem;
}

/* Rotate chevron when menu item is open - only the direct chevron of the open item */

#mobile-menu li.menu-item-has-children.open > .chevron-wrapper svg,
#mobile-menu li.page_item_has_children.open > .chevron-wrapper svg {
  --tw-rotate: 180deg;
  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: rotate(180deg) !important;
}

/* Mobile Menu Navigation */

#mobile-menu .mobile-navbar-nav {
  flex: 1 1 0%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

/* Mobile Menu Buttons */

#mobile-menu .mobile-menu-buttons {
  flex-shrink: 0;
  position: sticky;
  bottom: 0;
  z-index: 10;
}

/* Search */

header :is(button, svg) {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header button svg {
  pointer-events: none;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  border-radius: 0px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search] {
  border-radius: 0px !important;
  border-width: 1px !important;
  border-color: rgb(118 183 45 / 0.1) !important;
  background-color: rgb(7 157 217 / 0.1);
  font-family: Host Grotesk, 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;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
}

#mobile-menu .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search] {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* Mobile Search */

.mobile-search {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

/* Topbar */

header .top-bar .icon svg {
  width: 0.875rem;
  height: 0.875rem;
}

/* Search */

.aws-search-result .aws_result_price {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
  text-decoration-line: none;
}

#search form.aws-search-form .aws-search-btn {
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(4 21 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#search form.aws-search-form .aws-search-btn span {
  fill: #ffffff;
  stroke: #ffffff;
}

@font-face {
  font-family: 'Host Grotesk';

  src: url('../../assets/fonts/HostGrotesk-Bold.eot');

  src: url('../../assets/fonts/HostGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/HostGrotesk-Bold.woff2') format('woff2'),
        url('../../assets/fonts/HostGrotesk-Bold.woff') format('woff'),
        url('../../assets/fonts/HostGrotesk-Bold.ttf') format('truetype');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Host Grotesk';

  src: url('../../assets/fonts/HostGrotesk-SemiBold.eot');

  src: url('../../assets/fonts/HostGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/HostGrotesk-SemiBold.woff2') format('woff2'),
        url('../../assets/fonts/HostGrotesk-SemiBold.woff') format('woff'),
        url('../../assets/fonts/HostGrotesk-SemiBold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Host Grotesk';

  src: url('../../assets/fonts/HostGrotesk-Regular.eot');

  src: url('../../assets/fonts/HostGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/HostGrotesk-Regular.woff2') format('woff2'),
        url('../../assets/fonts/HostGrotesk-Regular.woff') format('woff'),
        url('../../assets/fonts/HostGrotesk-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

footer .footer-col {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  footer .footer-col {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

footer .footer-title {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-family: Host Grotesk, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(7 157 217 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  footer .footer-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

footer .footer-link {
  position: relative;
  margin-top: 0.25rem;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 0.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-link:after {
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0px;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: '';
}

.footer-link:hover:after {
  right: auto;
  left: 0px;
  width: 100%;
}

footer .footer-contact-link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  opacity: 0.7;
}

@media (min-width: 768px) {
  footer .footer-contact-link {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.footer-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.footer-line {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

footer .socials-bar .social-item {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity));
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

footer .socials-bar .social-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

footer .social-icons-button-wrapper a {
  display: flex;
  height: 2.5rem;
  min-height: 2.5rem;
  width: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

footer .social-icons-button-wrapper a:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
  background-color: rgb(255 255 255 / 0.8);
}

footer .social-icons-button-wrapper svg {
  fill: #ffffff;
}

.wpml-ls-statics-footer {
  display: none !important;
}

/* Aanmeldformulier */

#nieuwsbrief nf-fields-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

#nieuwsbrief nf-fields-wrap nf-field {
  width: 100%;
}

@media (min-width: 768px) {
  #nieuwsbrief nf-fields-wrap nf-field {
    width: auto;
  }
}

#nieuwsbrief nf-fields-wrap .nf-field-label {
  display: none;
}

.nf-form-cont nf-fields-wrap input {
  width: 100%;
  font-family: Host Grotesk, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.nf-form-cont nf-fields-wrap input::-moz-placeholder {
  color: rgb(0 0 0 / 0.7);
}

.nf-form-cont nf-fields-wrap input::placeholder {
  color: rgb(0 0 0 / 0.7);
}

@media (min-width: 768px) {
  .nf-form-cont nf-fields-wrap input {
    width: 200px;
  }
}

.nf-form-cont nf-fields-wrap input[type=submit] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity)) !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.nf-form-cont nf-fields-wrap input[type=submit]:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
}

#nieuwsbrief nf-fields-wrap input[type=submit] svg {
  height: 1.5rem;
  width: 1.5rem;
  fill: #000000;
}

#nieuwsbrief nf-fields-wrap .nf-after-field {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #nieuwsbrief nf-fields-wrap .nf-after-field {
    position: absolute;
  }
}

#nieuwsbrief nf-fields-wrap .nf-error .nf-error-msg {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(7 157 217 / var(--tw-text-opacity)) !important;
}

nf-fields-wrap .nf-error.field-wrap .nf-field-element:after {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  height: 1.5rem;
  width: 1.5rem;
  --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));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity)) !important;
  font-size: 11px;
  line-height: 24px;
}

nf-fields-wrap .nf-pass.field-wrap .nf-field-element:after {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  --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));
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity)) !important;
  font-size: 11px;
  line-height: 24px;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

nf-fields-wrap .nf-pass .ninja-forms-field {
  --tw-border-opacity: 1 !important;
  border-color: rgb(7 157 217 / var(--tw-border-opacity)) !important;
}

nf-fields-wrap .nf-error .ninja-forms-field {
  --tw-border-opacity: 1 !important;
  border-color: rgb(118 183 45 / var(--tw-border-opacity)) !important;
}

:is(.nf-form-errors, .nf-error-wrap) :is(.nf-error-msg.nf-error-field-errors, .nf-error-msg.nf-error-required-error) {
  text-align: left !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-style: italic !important;
  --tw-text-opacity: 1 !important;
  color: rgb(7 157 217 / var(--tw-text-opacity)) !important;
}

.nf-before-form-content .nf-form-fields-required {
  display: none;
}

nf-fields-wrap .nf-field-container {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  nf-fields-wrap .nf-field-container {
    margin-bottom: 1.25rem;
  }
}

.nf-response-msg {
  text-align: center;
}

.nf-form-content .submit-container .ninja-forms-field:not([type=submit]) {
  padding: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Bookings */

#booking .booknetic_appointment {
  min-height: 100vh;
  width: 100%;
}

.page-template-booking :is(header, footer) {
  display: none !important;
}

sidebar {
  pointer-events: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

sidebar .inner-wrapper {
  --tw-translate-x: 100%;
  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));
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

sidebar .overlay {
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

sidebar .close-form:hover svg {
  --tw-rotate: 90deg;
  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));
}

sidebar.active {
  pointer-events: auto;
}

sidebar.active  .inner-wrapper {
  --tw-translate-x: 0px;
  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));
}

sidebar.active .overlay {
  opacity: 0.5;
}

sidebar input[type=submit] {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-family: Host Grotesk, ui-serif, Georgia, Cambria, Times New Roman, Times, serif !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

form :is(.forminator-label, .forminator-button) {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
}

div.open-form:hover {
  cursor: pointer;
}

sidebar#search {
  opacity: 0;
}

sidebar#search.active {
  opacity: 1;
}

sidebar#search .inner-wrapper {
  height: auto;
  --tw-translate-x: 0px;
  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));
}

sidebar#search .form-wrapper {
  --tw-translate-y: 1.25rem;
  --tw-translate-x: 0px;
  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));
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  sidebar#search .form-wrapper {
    --tw-translate-y: 0px;
    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));
  }
}

sidebar#search.active .form-wrapper {
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}

.page-content-block {
  position: relative;
  overflow: hidden;
}

.page-content-block #content :is(h2, h3) {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Host Grotesk, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

.page-content-block #content :is(h2, h3):first-child {
  margin-top: 0px;
}

.page-content-block #content :is(h2, h3):last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .page-content-block #content :is(h2, h3) {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .page-content-block #content :is(h2, h3) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.page-content-block #content :is(h4, h5) {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.page-content-block #content :is(h4, h5):first-child {
  margin-top: 0px;
}

.page-content-block #content :is(h4, h5):last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .page-content-block #content :is(h4, h5) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.page-content-block #content ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1rem;
}

.page-content-block #content ol {
  list-style-position: inside;
}

.page-content-block #content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .page-content-block #content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.page-content-block #content .kj-button {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Host Grotesk, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .page-content-block #content .kj-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.content-wrapper .page-content-block:first-child {
  margin-top: 0px;
  padding-top: 0px;
}

.content-wrapper .page-content-block:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

@media not all and (min-width: 1024px) {
  .page-content-actie {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.page-content-actie .image-col.out-box {
  position: relative;
  width: 100%;
}

@media (min-width: 1024px) {
  .page-content-actie .image-col.out-box {
    padding-bottom: 80%;
  }
}

.page-content-actie .image-col.out-box img {
  position: relative;
  top: 50%;
  left: 50%;
  height: auto;
  max-width: 100%;
  --tw-translate-x: -50%;
  --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));
  -o-object-fit: cover;
     object-fit: cover;
}

@media not all and (min-width: 1024px) {
  .page-content-actie .image-col.out-box img {
    max-width: 500px;
  }
}

@media (min-width: 1024px) {
  .page-content-actie .image-col.out-box img {
    position: absolute;
    height: 110%;
  }
}

.page-content-block:not(.is-preview):not(.page-content-cta):last-child {
  margin-bottom: 8rem;
}

/* Hero Icon */

.icon-wrapper.blue svg {
  fill: #079DD9 !important;
}

.icon-wrapper.green svg {
  fill: #76B72D !important;
}

.page-content-block.full-width :is(h2, h3) {
  color: unset !important;
}

.page-content-block.full-width.blue {
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.page-content-block.full-width.blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(7 157 217 / var(--tw-text-opacity)) !important;
}

.page-content-block.full-width.green {
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(118 183 45 / var(--tw-text-opacity)) !important;
}

/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.nav-col {
  z-index: 100;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav-col :is(.swiper-button-prev, .swiper-button-next) {
  position: relative;
  left: 0px;
  right: 0px;
}

.swiper-nav-button.swiper-button-disabled {
  opacity: 0.3;
}

.swiper-nav-button {
  position: relative;
  z-index: 10;
  height: 50px;
  width: 50px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 245 251 / var(--tw-border-opacity));
}

.shadow-box.swiper-nav-button {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 10;
  display: flex;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .swiper-button-next,
.swiper-button-prev {
    height: 3rem;
    width: 3rem;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: linear;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* USP Swiper specific styles */

.usp-swiper-wrapper {
  width: 100%;
}

.usp-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.usp-swiper .swiper-slide .icon {
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .usp-swiper .swiper-slide .font-text {
    white-space: nowrap;
  }
}

/* Desktop USP styles */

.usp-col .icon {
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .usp-col .font-text {
    white-space: nowrap;
  }
}

/* Ensure icons are visible */

.usp-swiper .icon svg,
.usp-col .icon svg {
  height: 1rem;
  width: 1rem;
}

/* Mobile USP slide styling */

.usp-swiper .swiper-slide > div {
  display: flex;
  min-height: 2rem;
  align-items: center;
}

body.woocommerce-account {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

body.woocommerce-account :is(header .category-bar, header #open-search) {
  display: none;
}

body.woocommerce-account header .main-bar {
  border-bottom-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

body.woocommerce-account section#page {
  width: 100%;
}

@media (min-width: 640px) {
  body.woocommerce-account section#page {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  body.woocommerce-account section#page {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  body.woocommerce-account section#page {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  body.woocommerce-account section#page {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  body.woocommerce-account section#page {
    max-width: 1536px;
  }
}

body.woocommerce-account section#page {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media not all and (min-width: 1280px) {
  header body.woocommerce-account section#page {
    max-width: calc(100% - 80px) !important;
  }
}

body.woocommerce-account section#page {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  body.woocommerce-account section#page {
    max-width: calc(100% - 80px);
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1280px) {
  body.woocommerce-account section#page {
    max-width: calc(100% - 200px);
  }
}

@media (min-width: 1536px) {
  body.woocommerce-account section#page {
    max-width: 1200px;
  }
}

@media (min-width: 1280px) {
  .outer-container body.woocommerce-account section#page {
    max-width: calc(100% - 100px);
  }
}

@media (min-width: 1024px) {
  body.woocommerce-account section#page {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

body.woocommerce-account section#page .woocommerce {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 1024px) {
  body.woocommerce-account section#page .woocommerce {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4rem;
  }
}

@media (min-width: 1280px) {
  body.woocommerce-account section#page .woocommerce {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6rem;
  }
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  grid-column: span 1 / span 1;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  grid-column: span 1 / span 1;
}

@media (min-width: 1024px) {
  body.woocommerce-account .woocommerce-MyAccount-content {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1280px) {
  body.woocommerce-account .woocommerce-MyAccount-content {
    grid-column: span 3 / span 3;
  }
}

body.woocommerce-account .woocommerce-MyAccount-content label {
  font-weight: 700;
}

body.woocommerce-account .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

body.woocommerce-account .woocommerce-MyAccount-content :is(input, select, textarea) {
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(118 183 45 / 0.2);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

body.shadow-box.woocommerce-account .woocommerce-MyAccount-content :is(input, select, textarea) {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

/* Navigation */

.woocommerce-MyAccount-navigation-link a {
  display: block;
  width: 100%;
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.2);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  transition-duration: 200ms;
}

.shadow-box.woocommerce-MyAccount-navigation-link a {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

.woocommerce-MyAccount-navigation-link a:hover {
  background-color: rgb(7 157 217 / 0.1);
}

.woocommerce-MyAccount-navigation-link.is-active a {
  --tw-bg-opacity: 1;
  background-color: rgb(4 21 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Edit Account */

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

body.woocommerce-account .woocommerce-EditAccountForm {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body.woocommerce-account button[type="submit"] {
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Host Grotesk, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body.woocommerce-account button[type="submit"]:hover {
  --tw-translate-y: -3px;
  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));
  cursor: pointer;
}

@media (min-width: 768px) {
  body.woocommerce-account button[type="submit"] {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* Notices */

body.woocommerce-account .woocommerce-notices-wrapper:has(*) {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: rgb(118 183 45 / 0.2);
  background-color: rgb(118 183 45 / 0.1);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

body.shadow-box.woocommerce-account .woocommerce-notices-wrapper:has(*) {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

/* Login */

body.woocommerce-account.account-login {
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
}

body.woocommerce-account.account-login section#page .woocommerce h2 {
  width: 100%;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  body.woocommerce-account.account-login section#page .woocommerce h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

body.woocommerce-account.account-login section#page .woocommerce {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 640px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(118 183 45 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

body.shadow-box.woocommerce-account.account-login section#page .woocommerce {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
  body.woocommerce-account.account-login section#page .woocommerce {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  body.woocommerce-account.account-login section#page .woocommerce {
    padding: 3rem;
  }
}

body.woocommerce-account.account-login section#page .woocommerce form {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

body.woocommerce-account.account-login section#page .woocommerce .woocommerce-form-login__rememberme {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

body.woocommerce-account.account-login section#page .woocommerce input {
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(118 183 45 / 0.2);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

body.shadow-box.woocommerce-account.account-login section#page .woocommerce input {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

body.woocommerce-account.account-login section#page .woocommerce :is(input[type="password"], button[type="submit"]) {
  width: 100%;
}

body.woocommerce-account.account-login button[type="submit"] {
  margin-top: 1rem;
}

body.woocommerce-account.account-login .woocommerce-LostPassword.lost_password {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Orders */

body.woocommerce-account .woocommerce-orders-table__row {
  border-top-width: 1px;
  border-color: rgb(118 183 45 / 0.2);
}

body.woocommerce-account .woocommerce-orders-table__cell {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1.5rem;
}

body.woocommerce-account .woocommerce-orders-table__cell:last-child {
  padding-right: 0px;
}

@media (min-width: 1024px) {
  body.woocommerce-account .woocommerce-orders-table__cell {
    padding-right: 2rem;
  }
}

body.woocommerce-account .woocommerce-orders-table__cell-order-actions {
  display: flex;
  flex-direction: row;
}

body.woocommerce-account a.button {
  margin-right: 0.375rem;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Host Grotesk, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 200ms;
}

body.woocommerce-account a.button:last-child {
  margin-right: 0px;
}

body.woocommerce-account .shop_table a.button.pay {
  --tw-bg-opacity: 1;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body.woocommerce-account .shop_table a.button.cancel {
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(118 183 45 / 0.2);
  background-color: unset;
  font-family: Host Grotesk, 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;
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
}

body.shadow-box.woocommerce-account .shop_table a.button.cancel {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

body.woocommerce-account .shop_table a.button.cancel:hover {
  background-color: rgb(118 183 45 / 0.1);
}

body.woocommerce-account .order-again a.button {
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Actions in Account */

:is(body.woocommerce-account, body.woocommerce-order-pay) h2 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  width: 100%;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  :is(body.woocommerce-account, body.woocommerce-order-pay) h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

:is(body.woocommerce-account, body.woocommerce-order-pay) .shop_table {
  margin-bottom: 3rem;
  width: 100%;
}

@media (min-width: 768px) {
  :is(body.woocommerce-account, body.woocommerce-order-pay) .shop_table {
    margin-bottom: 4rem;
  }
}

:is(body.woocommerce-account, body.woocommerce-order-pay) .shop_table thead {
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 251 / var(--tw-bg-opacity));
}

:is(body.woocommerce-account, body.woocommerce-order-pay) .shop_table th {
  border-bottom-width: 1px;
  border-color: rgb(7 157 217 / 0.2);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

:is(body.woocommerce-account, body.woocommerce-order-pay) .shop_table th:last-child {
  text-align: right;
}

:is(body.woocommerce-account, body.woocommerce-order-pay) .shop_table tr {
  border-bottom-width: 1px;
  border-color: rgb(118 183 45 / 0.1);
}

:is(body.woocommerce-account, body.woocommerce-order-pay) .shop_table td {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
}

:is(body.woocommerce-account, body.woocommerce-order-pay) .shop_table td:last-child {
  padding-right: 0px;
  text-align: right;
}

@media (min-width: 768px) {
  :is(body.woocommerce-account, body.woocommerce-order-pay) .shop_table td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1024px) {
  :is(body.woocommerce-account, body.woocommerce-order-pay) .shop_table td {
    padding-right: 2rem;
  }
}

:is(body.woocommerce-account, body.woocommerce-order-pay) .shop_table tfoot th {
  text-align: right;
  font-weight: 700;
}

:is(body.woocommerce-account, body.woocommerce-order-pay) .shop_table tfoot td {
  text-align: right;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

body.woocommerce-order-pay #payment ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

body.woocommerce-order-pay #payment ul li {
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(118 183 45 / 0.2);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

body.shadow-box.woocommerce-order-pay #payment ul li {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
  body.woocommerce-order-pay #payment ul li {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

body.woocommerce-order-pay .woocommerce-privacy-policy-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

body.woocommerce-order-pay #payment button[type="submit"] {
  margin-top: 1rem;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Host Grotesk, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body.woocommerce-order-pay #payment button[type="submit"]:hover {
  --tw-translate-y: -3px;
  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));
}

@media (min-width: 768px) {
  body.woocommerce-order-pay #payment button[type="submit"] {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

/* Page */

body.archive .page-title {
  position: relative;
  margin-bottom: 1.5rem;
  text-align: left;
  font-family: Host Grotesk, 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;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  body.archive .page-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.woocommerce-products-header .page-description {
  margin-top: 4rem;
}

/* Producten info */

#producten-info {
  margin-top: 3rem;
}

/* Filters */

body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
  --tw-border-opacity: 1 !important;
  border-color: rgb(7 157 217 / var(--tw-border-opacity)) !important;
  background-color: rgb(7 157 217 / 0.05) !important;
}

body .wpc-filter-chips-list li.wpc-chip-reset-all a {
  --tw-border-opacity: 1 !important;
  border-color: rgb(118 183 45 / var(--tw-border-opacity)) !important;
  background-color: rgb(118 183 45 / 0.05) !important;
}

.wpc-filters-section {
  margin-bottom: 0.75rem !important;
  border-bottom-width: 1px;
  border-color: rgb(7 157 217 / 0.1);
  padding-bottom: 0.75rem !important;
}

.woocommerce-result-count {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

.woocommerce-ordering {
  margin-bottom: 0.75rem !important;
  border-bottom-width: 1px;
  border-color: rgb(7 157 217 / 0.1);
  padding-bottom: 0.75rem !important;
}

.woocommerce-ordering select {
  width: 100%;
  border-width: 1px;
  border-color: rgb(7 157 217 / 0.3);
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline-width: 2px;
}

.shadow-box.woocommerce-ordering select {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

.woocommerce-ordering select:focus {
  outline-color: rgb(4 21 42 / 0.3);
}

.woocommerce-ordering select :is(option[value=price], option[value=price-desc]) {
  display: none;
}

/* Product Grid */

#product-grid ul.products {
  margin-top: 3rem;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  #product-grid ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  #product-grid ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  #product-grid ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#product-grid .has-sidebar ul.products {
  position: relative;
  margin-top: 0px;
}

@media (min-width: 1024px) {
  #product-grid .has-sidebar ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  #product-grid .has-sidebar ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Product Card */

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 8px;
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.shadow-box.product-card {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

.product-card:hover {
  --tw-translate-y: -0.25rem;
  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));
  border-color: rgb(4 21 42 / 0.3);
  box-shadow: 0px 8px 32px -16px rgba(0,0,0,0.2);
}

.product-card img.size-woocommerce_thumbnail {
  display: block;
  height: auto;
  width: 100%;
}

.product-card .woocommerce-LoopProduct-link {
  display: block;
}

.product-card .woocommerce-LoopProduct-link:has(img) {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 100%;
}

.product-card .woocommerce-LoopProduct-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  height: 100%;
  width: 100%;
  --tw-translate-y: -50%;
  --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));
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  -o-object-fit: contain;
     object-fit: contain;
}

.product-card h2.woocommerce-loop-product__title {
  margin-bottom: 0.25rem;
  font-family: Host Grotesk, 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;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .product-card h2.woocommerce-loop-product__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.product-card a.button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #079DD9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 157 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #76B72D var(--tw-gradient-to-position);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.page-content-block #content .product-card a.button {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Host Grotesk, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .page-content-block #content .product-card a.button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-card a.button {
  display: inline-block;
  text-align: center !important;
  line-height: 1;
  text-decoration-line: none !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card a.button:has(svg) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.product-card a.button.primary.small {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-card a.button.primary.small:hover {
  --tw-translate-y: -3px;
  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));
}

@media (min-width: 768px) {
  .product-card a.button.primary.small {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.product-card a.button.primary {
  border-radius: 4px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-card a.button.primary:hover {
  --tw-translate-y: -3px;
  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));
}

@media (min-width: 768px) {
  .product-card a.button.primary {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.product-card a.button.primary.gradient {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #76B72D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 183 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #079DD9 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-card a.button.primary.blue {
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
}

.product-card a.button.primary.blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(4 21 42 / var(--tw-bg-opacity));
}

.product-card a.button.primary.green {
  --tw-bg-opacity: 1;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity));
}

.product-card a.button.primary.light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
}

.product-card a.button.primary.white {
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

.shadow-box.product-card a.button.primary.white {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

.product-card a.button.hide {
  display: none !important;
}

.product-card a.button.outline {
  border-width: 1px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.shadow-box.product-card a.button.outline {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

.product-card a.button.secondary {
  border-radius: 4px;
  border-width: 1px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.shadow-box.product-card a.button.secondary {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

.product-card a.button.secondary:hover {
  --tw-translate-y: -3px;
  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));
}

@media (min-width: 768px) {
  .product-card a.button.secondary {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.product-card a.button.secondary.green {
  border-color: rgb(118 183 45 / 0.3);
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
}

.product-card a.button.secondary.green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(118 183 45 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-card a.button.secondary.blue {
  border-color: rgb(7 157 217 / 0.3);
  --tw-text-opacity: 1;
  color: rgb(7 157 217 / var(--tw-text-opacity));
}

.product-card a.button.secondary.blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(7 157 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-card a.button.secondary.white {
  border-color: rgb(255 255 255 / 0.3);
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-card a.button.secondary.white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

.product-card a.button.text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.product-card a.button.text.white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-card a.button.outline.white {
  border-color: rgb(255 255 255 / 0.3);
}

.product-card a.button.outline.white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.product-card a.button.transparant {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-card a.button.big {
  min-width: 160px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .product-card a.button.big {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.product-card a.button.line {
  position: relative;
  display: inline-block;
}

.product-card a.button.line:after {
  position: absolute;
  bottom: 0.5rem;
  left: 0px;
  height: 1px;
  width: 100%;
  --tw-translate-y: 0px;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: '';
}

.product-card a.button.line:hover:after {
  --tw-translate-y: 0.25rem;
  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));
}

.product-card a.button.icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.375rem;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card a.button.icon:hover {
  gap: 0.625rem;
}

.product-card a.button.icon .icon-circle {
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .product-card a.button.icon .icon-circle {
    height: 22px;
    width: 22px;
  }
}

.product-card a.button.icon .icon-circle svg {
  height: 0.625rem;
}

@media (min-width: 768px) {
  .product-card a.button.icon .icon-circle svg {
    height: 0.75rem;
  }
}

.product-card a.button.square {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.product-card a.button.gradient {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #76B72D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 183 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #079DD9 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-card a.button:hover {
  --tw-translate-y: -0.125rem;
  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));
}

.product-card .add-to-cart-buttons-wrapper {
  order: 1;
}

.product-card .add_to_cart_button {
  margin-top: 0px;
  height: 3rem;
  width: 4rem;
  border-radius: 4px;
}

.product-card .add_to_cart_button .add-to-cart-button-text {
  display: none;
}

.product-card .price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .product-card .price {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-card .price.has-sale del {
  order: 1;
  margin-bottom: 0px;
  display: block;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0.6;
}

.product-card .price.has-sale ins {
  order: 2;
  display: inline-block;
  line-height: 0.8;
  text-decoration-line: none;
}

.product-card .price.has-sale .incl-btw-span {
  --tw-translate-y: 0px;
  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));
}

.product-card .price.has-sale ins + span {
  display: inline-block;
}

.product-card .incl-btw-span {
  order: 3;
  margin-left: 0.25rem;
  display: block;
  --tw-translate-y: -0.125rem;
  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));
}

.product-card .price.no-sale {
  flex-direction: row;
  align-items: flex-end;
}

.product-card .price.no-sale span {
  order: 3;
  display: inline-block;
}

.product-card .card-bottom-right {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.product-card a.added_to_cart.wc-forward {
  order: 3;
  width: 100%;
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-weight: 600;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.shadow-box.product-card a.added_to_cart.wc-forward {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

.product-card a.added_to_cart.wc-forward:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 21 42 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(4 21 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Filters */

#sidebar-filters .wpc-filter-title {
  margin-bottom: 0.375rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  #sidebar-filters .wpc-filter-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.wpc-custom-selected-terms {
  margin-top: 2rem;
}

#sidebar-filters .wpc-filters-section :is(input, select) {
  border-width: 1px;
  border-color: rgb(7 157 217 / 0.3);
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(7 157 217 / var(--tw-text-opacity));
  outline-width: 2px;
}

.shadow-box#sidebar-filters .wpc-filters-section :is(input, select) {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

#sidebar-filters .wpc-filters-section :is(input, select):focus {
  outline-color: rgb(4 21 42 / 0.3);
}

#sidebar-filters .wpc-filters-section .wpc-search-field {
  padding-left: 2rem;
}

/* Spinner */

.spinner {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  border-top-width: 2px;
  border-color: rgb(255 255 255 / 0.2);
  border-top-color: rgb(255 255 255 / 0.5);
  animation: spin 1s linear infinite;
}

a.loading .spinner {
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.woocommerce-cart {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

body.woocommerce-cart :is(header .category-bar, header #open-search) {
  display: none;
}

body.woocommerce-cart header .main-bar {
  border-bottom-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

body.woocommerce-cart section#page {
  width: 100%;
}

@media (min-width: 640px) {
  body.woocommerce-cart section#page {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  body.woocommerce-cart section#page {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  body.woocommerce-cart section#page {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  body.woocommerce-cart section#page {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  body.woocommerce-cart section#page {
    max-width: 1536px;
  }
}

body.woocommerce-cart section#page {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media not all and (min-width: 1280px) {
  header body.woocommerce-cart section#page {
    max-width: calc(100% - 80px) !important;
  }
}

body.woocommerce-cart section#page {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  body.woocommerce-cart section#page {
    max-width: calc(100% - 80px);
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1280px) {
  body.woocommerce-cart section#page {
    max-width: calc(100% - 200px);
  }
}

@media (min-width: 1536px) {
  body.woocommerce-cart section#page {
    max-width: 1200px;
  }
}

@media (min-width: 1280px) {
  .outer-container body.woocommerce-cart section#page {
    max-width: calc(100% - 100px);
  }
}

@media (min-width: 1024px) {
  body.woocommerce-cart section#page {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* Cart - Content */

.wc-block-components-product-metadata__description {
  display: none;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
  width: 140px;
}

body.woocommerce-cart input.wc-block-components-quantity-selector__input {
  min-width: 3rem;
}

body.woocommerce-cart .wc-block-components-sale-badge {
  background-color: rgb(118 183 45 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
}

/* Cart - Totals */

.wc-block-cart__sidebar .wc-block-cart__submit-button {
  border-radius: 8px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #079DD9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 157 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #76B72D var(--tw-gradient-to-position);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wc-block-cart__sidebar .wc-block-cart__submit-button:hover {
  --tw-translate-y: -0.25rem;
  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));
}

@media (min-width: 768px) {
  .wc-block-cart__sidebar .wc-block-cart__submit-button {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.wc-block-cart__sidebar .wc-block-cart__submit-button {
  transition: .3s ease-in-out transform !important;
}

/* Empty Cart */

body.woocommerce-cart .wp-block-product-new {
  display: none;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1024px) {
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2 {
  display: none;
  border-width: 1px;
  border-color: rgb(7 157 217 / 0.15);
  background-color: rgb(7 157 217 / 0.1);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

body.shadow-box.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2 {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2::before {
  content: var(--tw-content);
  display: none;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2:first-child {
  display: block;
}

@media (min-width: 768px) {
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block hr {
  display: none;
}

/* Bundled Products */

.wp-block-woocommerce-cart-items-block .is-bundled .wc-block-cart-item__product {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.wp-block-woocommerce-cart-items-block .is-bundled {
  border-bottom-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
}

.wp-block-woocommerce-cart-items-block .is-bundled:last-child {
  border-bottom-width: 0px;
}

.wp-block-woocommerce-cart-items-block .wc-block-cart-item__image img {
  margin-left: 0px !important;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  -o-object-fit: contain;
     object-fit: contain;
}

.shadow-box.wp-block-woocommerce-cart-items-block .wc-block-cart-item__image img {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

body.woocommerce-checkout {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

body.woocommerce-checkout :is(header .category-bar, header #open-search) {
  display: none;
}

body.woocommerce-checkout header .main-bar {
  border-bottom-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

body.woocommerce-checkout section#page {
  width: 100%;
}

@media (min-width: 640px) {
  body.woocommerce-checkout section#page {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  body.woocommerce-checkout section#page {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  body.woocommerce-checkout section#page {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  body.woocommerce-checkout section#page {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  body.woocommerce-checkout section#page {
    max-width: 1536px;
  }
}

body.woocommerce-checkout section#page {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media not all and (min-width: 1280px) {
  header body.woocommerce-checkout section#page {
    max-width: calc(100% - 80px) !important;
  }
}

body.woocommerce-checkout section#page {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  body.woocommerce-checkout section#page {
    max-width: calc(100% - 80px);
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1280px) {
  body.woocommerce-checkout section#page {
    max-width: calc(100% - 200px);
  }
}

@media (min-width: 1536px) {
  body.woocommerce-checkout section#page {
    max-width: 1200px;
  }
}

@media (min-width: 1280px) {
  .outer-container body.woocommerce-checkout section#page {
    max-width: calc(100% - 100px);
  }
}

@media (min-width: 1024px) {
  body.woocommerce-checkout section#page {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

body.woocommerce-checkout .wc-block-components-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  body.woocommerce-checkout .wc-block-components-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.wc-block-components-checkbox__label :is(strong, a) {
  font-weight: 700;
}

.wc-block-components-checkout-place-order-button {
  --tw-bg-opacity: 1;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wc-block-components-checkout-place-order-button:hover {
  --tw-translate-y: -0.25rem;
  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));
}

@media (min-width: 768px) {
  .wc-block-components-checkout-place-order-button {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.wc-block-components-checkout-place-order-button {
  transition: .3s ease-in-out transform !important;
}

.wc-block-components-totals-coupon__button {
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.wc-block-components-checkout-step__content select {
  margin-top: 0.5rem;
  border-radius: 3px;
  border-width: 1px;
  border-color: rgb(118 183 45 / 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.shadow-box.wc-block-components-checkout-step__content select {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

.wc-block-components-order-summary .wc-block-components-product-details {
  display: none;
}

/* Mini Cart */

body #shopping-cart {
  width: 100%;
}

body.show-cart #shopping-cart {
  opacity: 1;
}

body.show-cart #shopping-cart .overlay {
  opacity: 0.1;
}

/* Top */

sidebar#shopping-cart .mini-cart-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

@media (min-width: 768px) {
  sidebar#shopping-cart .mini-cart-top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

sidebar#shopping-cart .inner-cart {
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  display: flex;
  height: 100%;
  min-height: 100%;
  width: 85%;
  --tw-translate-x: 100%;
  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));
  flex-direction: column;
  border-left-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  sidebar#shopping-cart .inner-cart {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  sidebar#shopping-cart .inner-cart {
    width: 40%;
  }
}

@media (min-width: 1280px) {
  sidebar#shopping-cart .inner-cart {
    width: 30%;
  }
}

body.show-cart sidebar#shopping-cart .inner-cart {
  pointer-events: auto;
  --tw-translate-x: 0px;
  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));
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}

sidebar#shopping-cart .mini-cart-contents {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

sidebar#shopping-cart .woocommerce-mini-cart__buttons {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}

@media (min-width: 768px) {
  sidebar#shopping-cart .woocommerce-mini-cart__buttons {
    padding: 2rem;
  }
}

sidebar#shopping-cart .woocommerce-mini-cart-content-wrapper {
  display: flex;
  height: 100%;
  flex-grow: 1;
  flex-direction: column;
  overflow-x: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
}

sidebar#shopping-cart .woocommerce-mini-cart-content-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow-y: scroll;
}

sidebar#shopping-cart .woocommerce-mini-cart-content-wrapper li {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  border-radius: 8px;
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.05);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

sidebar.shadow-box#shopping-cart .woocommerce-mini-cart-content-wrapper li {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

sidebar#shopping-cart .woocommerce-mini-cart-content-wrapper li img {
  height: 4rem;
  width: 4rem;
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  -o-object-fit: contain;
     object-fit: contain;
}

sidebar.shadow-box#shopping-cart .woocommerce-mini-cart-content-wrapper li img {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

sidebar#shopping-cart .remove.remove_from_cart_button {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

sidebar#shopping-cart .remove.remove_from_cart_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
}

sidebar#shopping-cart .mini-cart-item-data {
  display: flex;
  flex-direction: column;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

sidebar#shopping-cart .mini-cart-item-data h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

sidebar#shopping-cart .mini_cart_item.bundle_container_mini_cart_item .variation {
  display: none;
}

sidebar#shopping-cart .woocommerce-mini-cart__total.total {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  padding-bottom: 0px !important;
}

@media (min-width: 768px) {
  sidebar#shopping-cart .woocommerce-mini-cart__total.total {
    padding: 2rem;
  }
}

sidebar#shopping-cart .mini-cart-footer {
  display: flex;
  flex-direction: column;
  border-top-width: 1px;
  border-color: rgb(7 157 217 / 0.1);
}

/* Buttons */

sidebar#shopping-cart a.button {
  display: inline-block;
  border-radius: 8px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.page-content-block #content sidebar#shopping-cart a.button {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Host Grotesk, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .page-content-block #content sidebar#shopping-cart a.button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

sidebar#shopping-cart a.button {
  display: inline-block;
  text-align: center !important;
  line-height: 1;
  text-decoration-line: none !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

sidebar#shopping-cart a.button:has(svg) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

sidebar#shopping-cart a.button.primary.small {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

sidebar#shopping-cart a.button.primary.small:hover {
  --tw-translate-y: -3px;
  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));
}

@media (min-width: 768px) {
  sidebar#shopping-cart a.button.primary.small {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

sidebar#shopping-cart a.button.primary {
  border-radius: 4px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

sidebar#shopping-cart a.button.primary:hover {
  --tw-translate-y: -3px;
  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));
}

@media (min-width: 768px) {
  sidebar#shopping-cart a.button.primary {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

sidebar#shopping-cart a.button.primary.gradient {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #76B72D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 183 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #079DD9 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

sidebar#shopping-cart a.button.primary.blue {
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
}

sidebar#shopping-cart a.button.primary.blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(4 21 42 / var(--tw-bg-opacity));
}

sidebar#shopping-cart a.button.primary.green {
  --tw-bg-opacity: 1;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity));
}

sidebar#shopping-cart a.button.primary.light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
}

sidebar#shopping-cart a.button.primary.white {
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

sidebar.shadow-box#shopping-cart a.button.primary.white {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

sidebar#shopping-cart a.button.hide {
  display: none !important;
}

sidebar#shopping-cart a.button.outline {
  border-width: 1px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

sidebar.shadow-box#shopping-cart a.button.outline {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

sidebar#shopping-cart a.button.secondary {
  border-radius: 4px;
  border-width: 1px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

sidebar.shadow-box#shopping-cart a.button.secondary {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

sidebar#shopping-cart a.button.secondary:hover {
  --tw-translate-y: -3px;
  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));
}

@media (min-width: 768px) {
  sidebar#shopping-cart a.button.secondary {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

sidebar#shopping-cart a.button.secondary.green {
  border-color: rgb(118 183 45 / 0.3);
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
}

sidebar#shopping-cart a.button.secondary.green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(118 183 45 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

sidebar#shopping-cart a.button.secondary.blue {
  border-color: rgb(7 157 217 / 0.3);
  --tw-text-opacity: 1;
  color: rgb(7 157 217 / var(--tw-text-opacity));
}

sidebar#shopping-cart a.button.secondary.blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(7 157 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

sidebar#shopping-cart a.button.secondary.white {
  border-color: rgb(255 255 255 / 0.3);
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

sidebar#shopping-cart a.button.secondary.white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

sidebar#shopping-cart a.button.text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

sidebar#shopping-cart a.button.text.white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

sidebar#shopping-cart a.button.outline.white {
  border-color: rgb(255 255 255 / 0.3);
}

sidebar#shopping-cart a.button.outline.white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

sidebar#shopping-cart a.button.transparant {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

sidebar#shopping-cart a.button.big {
  min-width: 160px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  sidebar#shopping-cart a.button.big {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

sidebar#shopping-cart a.button.line {
  position: relative;
  display: inline-block;
}

sidebar#shopping-cart a.button.line:after {
  position: absolute;
  bottom: 0.5rem;
  left: 0px;
  height: 1px;
  width: 100%;
  --tw-translate-y: 0px;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: '';
}

sidebar#shopping-cart a.button.line:hover:after {
  --tw-translate-y: 0.25rem;
  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));
}

sidebar#shopping-cart a.button.icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.375rem;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

sidebar#shopping-cart a.button.icon:hover {
  gap: 0.625rem;
}

sidebar#shopping-cart a.button.icon .icon-circle {
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  sidebar#shopping-cart a.button.icon .icon-circle {
    height: 22px;
    width: 22px;
  }
}

sidebar#shopping-cart a.button.icon .icon-circle svg {
  height: 0.625rem;
}

@media (min-width: 768px) {
  sidebar#shopping-cart a.button.icon .icon-circle svg {
    height: 0.75rem;
  }
}

sidebar#shopping-cart a.button.square {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

sidebar#shopping-cart a.button.gradient {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #76B72D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 183 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #079DD9 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

sidebar#shopping-cart a.button:hover {
  --tw-translate-y: -0.125rem;
  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));
}

sidebar#shopping-cart a.button.wc-forward:not(.checkout) {
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(4 21 42 / var(--tw-bg-opacity));
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

sidebar.shadow-box#shopping-cart a.button.wc-forward:not(.checkout) {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

sidebar#shopping-cart a.button.checkout.wc-forward {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #079DD9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 157 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #76B72D var(--tw-gradient-to-position);
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

/* Empty Cart */

sidebar#shopping-cart .woocommerce-mini-cart__empty-message {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border-width: 1px;
  border-color: rgb(7 157 217 / 0.1);
  padding: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

sidebar.shadow-box#shopping-cart .woocommerce-mini-cart__empty-message {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

/* Grid */

body.single-product #main .woocommerce-notices-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  max-width: 1280px;
}

body.single-product main #product-summary .product-summary-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 768px) {
  body.single-product main #product-summary .product-summary-row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body.single-product main #product-summary .product-summary-row {
    gap: 4rem;
  }
}

body.single-product main .product .product-image-container {
  grid-column: span 1 / span 1;
}

@media (min-width: 768px) {
  body.single-product main .product .product-image-container {
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 1024px) {
  body.single-product main .product .product-image-container {
    grid-column: span 5 / span 5;
  }
}

body.single-product main .product .product-image-container .swiper-nav-button {
  position: absolute;
  bottom: 0px;
  border-radius: 4px;
}

body.single-product main .product .product-image-container .swiper-button-next {
  right: 0.5rem;
}

body.single-product main .product .product-image-container .swiper-button-prev {
  left: 0.5rem;
}

body.single-product main .product .summary {
  grid-column: span 1 / span 1;
}

@media (min-width: 768px) {
  body.single-product main .product .summary {
    grid-column: span 6 / span 6;
  }
}

body.single-product main .product .summary form {
  order: 2;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

body.single-product main .product .summary form input[type=number] {
  height: 3rem;
  width: 6rem;
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(7 157 217 / 0.2);
  background-color: rgb(7 157 217 / 0.1);
  text-align: center;
  font-weight: 700;
}

body.shadow-box.single-product main .product .summary form input[type=number] {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

body.single-product main .product .summary .single_add_to_cart_button {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

@media (min-width: 1280px) {
  body.single-product main .product .summary .single_add_to_cart_button {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

body.single-product main .product .summary .single_add_to_cart_button.afrfqbt_single_page {
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
}

body.single-product main .product .summary form :is(a.single_add_to_cart_button, button.single_add_to_cart_button) {
  margin-left: 0px !important;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Host Grotesk, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body.single-product main .product .summary form :is(a.single_add_to_cart_button, button.single_add_to_cart_button):hover {
  --tw-translate-y: -3px;
  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));
  cursor: pointer;
}

@media (min-width: 768px) {
  body.single-product main .product .summary form :is(a.single_add_to_cart_button, button.single_add_to_cart_button) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

body.single-product main .product .summary form a.added_to_cart {
  border-width: 1px;
  border-color: rgb(118 183 45 / 0.1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body.shadow-box.single-product main .product .summary form a.added_to_cart {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

body.single-product main .product .summary form a.added_to_cart:hover {
  --tw-translate-y: -3px;
  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));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body.single-product main .product .summary form a.added_to_cart {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

body.single-product main .product .summary .price {
  order: 2;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  body.single-product main .product .summary .price {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

body.single-product main .product .summary .price.has-sale del {
  order: 1;
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0.6;
}

body.single-product main .product .summary .price.has-sale ins {
  order: 2;
  display: inline-block;
  text-decoration-line: none;
}

body.single-product main .product .summary .price.has-sale ins + span {
  margin-left: 0.25rem;
  display: inline-block;
}

body.single-product main .product .summary .price.has-sale .incl-btw-span {
  order: 3;
  display: block;
}

body.single-product main .product .summary .price.no-sale {
  flex-direction: row;
  align-items: center;
}

body.single-product main .product .summary .price.no-sale span {
  order: 3;
  margin-left: 0.25rem;
  display: inline-block;
}

body.single-product main .product .woocommerce-single-product-info {
  grid-column: span 1 / span 1;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 4rem;
}

@media (min-width: 768px) {
  body.single-product main .product .woocommerce-single-product-info {
    grid-column: span 12 / span 12;
  }
}

@media (min-width: 1024px) {
  body.single-product main .product .woocommerce-single-product-info {
    margin-top: 4rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

body.single-product main .product .woocommerce--description {
  grid-column: span 1 / span 1;
}

@media (min-width: 1024px) {
  body.single-product main .product .woocommerce--description {
    grid-column: span 6 / span 6;
    grid-column-start: 7;
  }
}

body.single-product main .product  .woocommerce--additional_information {
  grid-column: span 1 / span 1;
}

@media (min-width: 1024px) {
  body.single-product main .product  .woocommerce--additional_information {
    grid-column: span 5 / span 5;
  }
}

/* Gallery */

.gallery-thumbs .swiper-slide {
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.3);
}

.shadow-box.gallery-thumbs .swiper-slide {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

.gallery-thumbs .swiper-slide {
  box-shadow: 0px 4px 40px -20px rgba(0, 0, 0, 0.1);
}

.gallery-thumbs .swiper-slide-thumb-active {
  border-color: rgb(4 21 42 / 0.5);
}

/* Summary */

#product-summary .summary {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#product-summary h1.product_title {
  order: 1;
  font-family: Host Grotesk, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #product-summary h1.product_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

#product-summary .woocommerce-product-details__short-description {
  order: 4;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

#product-summary .product_meta {
  order: 10;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  font-style: italic;
}

:is(#product-summary .woocommerce-product-details__short-description, .product-description) :is(ul, ol, p) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

:is(#product-summary .woocommerce-product-details__short-description, .product-description) :is(ul, ol, p):first-child {
  margin-top: 0px;
}

:is(#product-summary .woocommerce-product-details__short-description, .product-description) :is(ul, ol, p):last-child {
  margin-bottom: 0px;
}

:is(#product-summary .woocommerce-product-details__short-description, .product-description) :is(ul, ol) li {
  margin-left: 1.25rem;
  list-style-position: outside;
  list-style-type: disc;
}

/* Quantity */

#product-summary .quantity-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  border-radius: 6px;
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  padding: 0.25rem;
}

.shadow-box#product-summary .quantity-wrapper {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

#product-summary .quantity-wrapper button {
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#product-summary .quantity-wrapper button:hover {
  background-color: rgb(4 21 42 / 0.8);
}

#product-summary .quantity-wrapper button {
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#product-summary .quantity-wrapper button.disabled {
  pointer-events: none;
  background-color: rgb(4 21 42 / 0.2);
}

/* Beschrijving */

body.single-product main .product .woocommerce--description p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

body.single-product main .product .woocommerce--description p:first-child {
  margin-top: 0px;
}

body.single-product main .product .woocommerce--description p:last-child {
  margin-bottom: 0px;
}

/* USP's */

#product-summary .product-usps {
  order: 2;
}

/* Garanties */

#product-summary .product-guarantees {
  order: 5;
  margin-top: 1rem;
}

#product-summary .product-guarantees .garantie-item {
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.shadow-box#product-summary .product-guarantees .garantie-item {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

#product-summary .product-guarantees .garantie-item svg {
  width: 1rem;
  height: 1rem;
}

/* Docs & Tabs */

#tabs ul.tabs li {
  margin-left: 0px;
  list-style-type: none;
  padding-left: 0px;
}

#tabs .information-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  #tabs .information-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  #tabs .information-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 4rem;
  }
}

#tabs .information-grid .product-docs {
  grid-column: span 1 / span 1;
}

@media (min-width: 1280px) {
  #tabs .information-grid .product-docs {
    grid-column: span 5 / span 5;
  }
}

#tabs .information-grid .woocommerce-tabs {
  grid-column: span 1 / span 1;
}

@media (min-width: 1024px) {
  #tabs .information-grid .woocommerce-tabs {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1280px) {
  #tabs .information-grid .woocommerce-tabs {
    grid-column: span 6 / span 6;
  }
}

#tabs .information-grid .woocommerce-tabs ul.tabs {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.25rem;
}

#tabs .information-grid .woocommerce-tabs ul.tabs li {
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.05);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 600;
}

.shadow-box#tabs .information-grid .woocommerce-tabs ul.tabs li {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

#tabs .information-grid .woocommerce-tabs ul.tabs li.active {
  --tw-bg-opacity: 1;
  background-color: rgb(4 21 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#tabs .woocommerce-Tabs-panel h2 {
  margin-bottom: 1rem;
  font-family: Host Grotesk, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  #tabs .woocommerce-Tabs-panel h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* Specificaties */

table.woocommerce-product-attributes {
  width: 100%;
}

table.woocommerce-product-attributes tr {
  border-bottom-width: 1px;
  border-color: rgb(118 183 45 / 0.1);
}

table.woocommerce-product-attributes .woocommerce-product-attributes-item__label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* Related */

body.single-product main .product #related ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 3rem;
}

@media (min-width: 768px) {
  body.single-product main .product #related ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body.single-product main .product #related ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  body.single-product main .product #related ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Cross-sells */

body.single-product main .product #cross-sells .cross-sells-swiper .swiper-wrapper {
  display: flex;
}

body.single-product main .product #cross-sells .swiper-nav-button {
  position: relative;
  z-index: 10;
  display: flex;
  height: 50px;
  width: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(4 21 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

body.single-product main .product #cross-sells .swiper-nav-button svg {
  fill: #ffffff;
}

body.single-product main .product #cross-sells .swiper-nav-button.swiper-button-lock {
  display: none !important;
}

/* Upsells */

body.single-product main .product #upsells .swiper-nav-button {
  position: relative;
  z-index: 10;
  display: flex;
  height: 50px;
  width: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(4 21 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

body.single-product main .product #upsells .swiper-nav-button svg {
  fill: #ffffff;
}

body.single-product main .product #upsells .swiper-nav-button.swiper-button-lock {
  display: none !important;
}

/* Shop verder */

/* Notification */

body.single-product .woocommerce-message {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

body .woocommerce-notices-wrapper:has(div) {
  border-width: 1px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

body.shadow-box .woocommerce-notices-wrapper:has(div) {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

body .woocommerce-notices-wrapper:has(.woocommerce-error) {
  border-color: rgb(7 157 217 / 0.2);
  background-color: rgb(7 157 217 / 0.1);
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(7 157 217 / var(--tw-text-opacity));
}

body .woocommerce-notices-wrapper:has(.woocommerce-message) {
  border-color: rgb(118 183 45 / 0.1);
  background-color: rgb(118 183 45 / 0.05);
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

body .woocommerce-notices-wrapper div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

body .woocommerce-notices-wrapper a.button {
  border-width: 1px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

body.shadow-box .woocommerce-notices-wrapper a.button {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

body .woocommerce-notices-wrapper a.button:hover {
  --tw-translate-y: -0.25rem;
  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));
}

@media (min-width: 768px) {
  body .woocommerce-notices-wrapper a.button {
    margin-left: 1rem;
  }
}

body .woocommerce-notices-wrapper .woocommerce-error a.button {
  --tw-border-opacity: 1;
  border-color: rgb(7 157 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body .woocommerce-notices-wrapper .woocommerce-message a.button {
  --tw-border-opacity: 1;
  border-color: rgb(118 183 45 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Sale */

span.onsale {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 3;
  border-radius: 4px;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #04152A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 21 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #041121 var(--tw-gradient-to-position);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-family: Host Grotesk, 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;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#upsells span.onsale {
  left: 0px;
  top: 0px;
}

/* Info Box */

.product-info-box {
  border-radius: 8px;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.shadow-box.product-info-box {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
  .product-info-box {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .product-info-box {
    padding: 1.5rem;
  }
}

.product-info-box h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .product-info-box h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.product-info-box .product-info-box-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.product-info-box .product-info-box-title svg {
  width: 1rem;
  height: 1rem;
  stroke: #079DD9;
}

.product-info-box.active .product-info-box-content {
  padding-top: 1rem;
}

.product-info-box.active .product-info-box-title svg {
  --tw-rotate: 180deg;
  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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.product-info-box-title {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  transition-duration: 300ms;
}

.product-info-box.active .product-info-box-title {
  transition-delay: 300ms;
}

.product-info-box-content {
  height: 0px;
  overflow: hidden;
  transition-duration: 300ms;
}

.product-info-box-content * {
  --tw-translate-y: 0.5rem;
  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));
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-info-box.active .product-info-box-content * {
  --tw-translate-y: 0px;
  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));
  opacity: 1;
  transition-delay: 300ms;
}

.product-info-box.active .product-info-box-content :is(li, li *) {
  transition-delay: 0s;
}

.product-info-box .product-info-box-content li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  border-radius: 8px;
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  padding: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

.shadow-box.product-info-box .product-info-box-content li a {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

.product-info-box .product-info-box-content li a:hover {
  background-color: rgb(118 183 45 / 0.1);
}

@media (min-width: 768px) {
  .product-info-box .product-info-box-content li a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-info-box-content p:first-child {
  margin-top: 0px;
}

.product-info-box-content p:last-child {
  margin-bottom: 0px;
}

.product-info-box-content a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

/* Product Bundles */

body.single-product form.bundle_form {
  order: 4 !important;
}

body.single-product .bundled_wrap {
  order: 1;
}

body.single-product .bundled_product {
  order: 2;
}

body.single-product .bundle_button {
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

body.single-product .bundled_product_summary .bundled_product_images img {
  max-height: 64px;
  max-width: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

body.single-product .bundled_product_summary .bundled_product_images.images {
  display: flex;
  height: 64px;
  width: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
}

body.shadow-box.single-product .bundled_product_summary .bundled_product_images.images {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

body.single-product .bundled_product_summary {
  margin-bottom: 0px !important;
  display: flex;
  width: 100% !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding-bottom: 0.5rem !important;
}

body.single-product .bundled_product_summary .details {
  float: none !important;
  display: flex;
  width: auto !important;
  flex-grow: 1;
  padding-left: 0px !important;
}

body.single-product .bundled_product_summary .bundled_product_excerpt.product_excerpt {
  display: none;
}

body.single-product .bundled_product_summary .item_title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body.single-product .bundled_product_summary .item_title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

body.single-product .bundled_product_summary:before, body.single-product .bundled_product_summary:after {
  display: none !important;
}

body.woocommerce-order-received {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

body.woocommerce-order-received :is(header .category-bar, header #open-search) {
  display: none;
}

body.woocommerce-order-received header .main-bar {
  border-bottom-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

body.woocommerce-order-received section#page {
  width: 100%;
}

@media (min-width: 640px) {
  body.woocommerce-order-received section#page {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  body.woocommerce-order-received section#page {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  body.woocommerce-order-received section#page {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  body.woocommerce-order-received section#page {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  body.woocommerce-order-received section#page {
    max-width: 1536px;
  }
}

body.woocommerce-order-received section#page {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media not all and (min-width: 1280px) {
  header body.woocommerce-order-received section#page {
    max-width: calc(100% - 80px) !important;
  }
}

body.woocommerce-order-received section#page {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  body.woocommerce-order-received section#page {
    max-width: calc(100% - 80px);
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1280px) {
  body.woocommerce-order-received section#page {
    max-width: calc(100% - 200px);
  }
}

@media (min-width: 1536px) {
  body.woocommerce-order-received section#page {
    max-width: 1200px;
  }
}

@media (min-width: 1280px) {
  .outer-container body.woocommerce-order-received section#page {
    max-width: calc(100% - 100px);
  }
}

@media (min-width: 1024px) {
  body.woocommerce-order-received section#page {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* Thank You Message - Uses standard WooCommerce notice styling */

/* Order Details Section */

.woocommerce-order-details {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .woocommerce-order-details {
    margin-bottom: 3rem;
  }
}

.woocommerce-order-details__title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .woocommerce-order-details__title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* Order Overview */

.woocommerce-order-overview {
  margin-bottom: 2rem;
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(7 157 217 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 251 / var(--tw-bg-opacity));
  padding: 1rem;
}

.shadow-box.woocommerce-order-overview {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
  .woocommerce-order-overview {
    margin-bottom: 3rem;
    padding: 1.5rem;
  }
}

.woocommerce-order-overview li {
  border-bottom-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.woocommerce-order-overview li:first-child {
  padding-top: 0px;
}

.woocommerce-order-overview li:last-child {
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

.woocommerce-order-overview__order {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .woocommerce-order-overview__order {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.woocommerce-order-overview__order strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

.woocommerce-order-overview__order .order {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .woocommerce-order-overview__order .order {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* Order Table */

body.woocommerce-order-received .woocommerce-order {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}

body.woocommerce-order-received .shop_table {
  margin-bottom: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  body.woocommerce-order-received .shop_table {
    margin-bottom: 3rem;
  }
}

body.woocommerce-order-received .shop_table thead {
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 251 / var(--tw-bg-opacity));
}

body.woocommerce-order-received .shop_table tr {
  border-bottom-width: 1px;
  border-color: rgb(118 183 45 / 0.1);
}

body.woocommerce-order-received .shop_table th {
  border-bottom-width: 1px;
  border-color: rgb(7 157 217 / 0.2);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

body.woocommerce-order-received .shop_table td {
  border-bottom-width: 1px;
  border-color: rgb(118 183 45 / 0.1);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

body.woocommerce-order-received .shop_table tfoot tr {
  border-bottom-width: 1px;
  border-color: rgb(118 183 45 / 0.1);
}

body.woocommerce-order-received .shop_table tfoot th {
  border-bottom-width: 1px;
  border-color: rgb(118 183 45 / 0.1);
  text-align: right;
  font-weight: 700;
}

body.woocommerce-order-received .shop_table tfoot td {
  border-bottom-width: 1px;
  border-color: rgb(118 183 45 / 0.1);
  text-align: right;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

body.woocommerce-order-received .shop_table .product-name {
  font-weight: 600;
}

body.woocommerce-order-received .shop_table .product-total {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

/* Melding */

/* Thank You Message */

.woocommerce-thankyou-order-received {
  margin-bottom: 2rem;
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(118 183 45 / 0.1);
  background-color: rgb(118 183 45 / 0.05);
  padding: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
}

.shadow-box.woocommerce-thankyou-order-received {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
  .woocommerce-thankyou-order-received {
    margin-bottom: 3rem;
    padding: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .woocommerce-thankyou-order-received {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* Customer Details */

.woocommerce-customer-details {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .woocommerce-customer-details {
    margin-bottom: 3rem;
  }
}

.woocommerce-customer-details__title,
.woocommerce-customer-details h2,
.woocommerce-columns h2 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .woocommerce-customer-details__title,
.woocommerce-customer-details h2,
.woocommerce-columns h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.woocommerce-customer-details address {
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(7 157 217 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 251 / var(--tw-bg-opacity));
  padding: 1rem;
  font-style: normal;
}

.shadow-box.woocommerce-customer-details address {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
  .woocommerce-customer-details address {
    padding: 1.5rem;
  }
}

.woocommerce-customer-details address p {
  margin-bottom: 0.5rem;
}

.woocommerce-customer-details address p:last-child {
  margin-bottom: 0px;
}

.woocommerce-customer-details address strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

/* Order Notes */

.woocommerce-order-downloads {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .woocommerce-order-downloads {
    margin-bottom: 3rem;
  }
}

.woocommerce-order-downloads__title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .woocommerce-order-downloads__title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.woocommerce-order-downloads__list {
  list-style-type: none;
  padding: 0px;
}

.woocommerce-order-downloads__list li {
  margin-bottom: 0.5rem;
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(118 183 45 / 0.2);
  padding: 1rem;
}

.shadow-box.woocommerce-order-downloads__list li {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

.woocommerce-order-downloads__list li:last-child {
  margin-bottom: 0px;
}

.woocommerce-order-downloads__list a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
  transition-duration: 200ms;
}

.woocommerce-order-downloads__list a:hover {
  --tw-text-opacity: 1;
  color: rgb(7 157 217 / var(--tw-text-opacity));
}

/* Payment Info */

body.woocommerce-order-received .payment_method_bacs {
  margin-bottom: 1.5rem;
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(7 157 217 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 251 / var(--tw-bg-opacity));
  padding: 1rem;
}

body.shadow-box.woocommerce-order-received .payment_method_bacs {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
  body.woocommerce-order-received .payment_method_bacs {
    padding: 1.5rem;
  }
}

body.woocommerce-order-received .payment_method_bacs strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

/* Buttons */

body.woocommerce-order-received a.button {
  margin-top: 1rem;
  display: inline-block;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: Host Grotesk, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body.woocommerce-order-received a.button:hover {
  --tw-translate-y: -3px;
  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));
}

@media (min-width: 768px) {
  body.woocommerce-order-received a.button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

body.woocommerce-order-received a.button.alt {
  --tw-bg-opacity: 1;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body.woocommerce-order-received a.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 21 42 / var(--tw-bg-opacity));
}

body.woocommerce-order-received a.button.alt:hover {
  background-color: rgb(118 183 45 / 0.9);
}

/* Notices - Uses standard WooCommerce notice styling from single-product.css */

/* Order Status */

body.woocommerce-order-received .woocommerce-order-status {
  margin-bottom: 1rem;
  display: inline-block;
  border-radius: 4px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

body.woocommerce-order-received .woocommerce-order-status.status-completed {
  background-color: rgb(118 183 45 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
}

body.woocommerce-order-received .woocommerce-order-status.status-processing {
  background-color: rgb(7 157 217 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(7 157 217 / var(--tw-text-opacity));
}

body.woocommerce-order-received .woocommerce-order-status.status-pending {
  background-color: rgb(209 213 221 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.wc-section-pd {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .wc-section-pd {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .wc-section-pd {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.wc-section-pd-lg {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .wc-section-pd-lg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .wc-section-pd-lg {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

/* Pagination */

.woocommerce-pagination {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .woocommerce-pagination {
    margin-top: 3rem;
  }
}

.woocommerce-pagination ul.page-numbers {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.woocommerce-pagination li .page-numbers {
  position: relative;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(4 21 42 / var(--tw-border-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.shadow-box.woocommerce-pagination li .page-numbers {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

.woocommerce-pagination li .page-numbers:hover {
  background-color: rgb(4 21 42 / 0.1);
}

@media (min-width: 768px) {
  .woocommerce-pagination li .page-numbers {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.woocommerce-pagination li .page-numbers.current {
  --tw-bg-opacity: 1;
  background-color: rgb(4 21 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(7 157 217 / var(--tw-text-opacity));
}

.woocommerce-pagination li .page-numbers svg {
  stroke: #079DD9;
}

.button.add_to_cart_button:hover {
  cursor: pointer !important;
  --tw-bg-opacity: 1;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Fields */

body.woocommerce-page :is(#page, #product-grid) :is(input[type=email], input[type=text], input[type=tel], input[type=password], input[type=number], textarea, select) {
  width: 100%;
  border-radius: 3px;
  border-width: 1px;
  border-color: rgb(7 157 217 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 251 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

body.shadow-box.woocommerce-page :is(#page, #product-grid) :is(input[type=email], input[type=text], input[type=tel], input[type=password], input[type=number], textarea, select) {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

body.woocommerce-page :is(#page, #product-grid) input[type=checkbox] {
  height: 1rem;
  width: 1rem;
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: rgb(7 157 217 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 251 / var(--tw-bg-opacity));
}

body.shadow-box.woocommerce-page :is(#page, #product-grid) input[type=checkbox] {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

body.woocommerce-page :is(#page, #product-grid) input[type=checkbox] {
  border-radius: 4px;
}

@media (min-width: 768px) {
  body.woocommerce-page :is(#page, #product-grid) input[type=checkbox] {
    border-radius: 7px;
  }
}

/* Buttons */

.single_add_to_cart_button.button.alt {
  border-radius: 4px;
  border-width: 0px !important;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #76B72D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 183 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #079DD9 var(--tw-gradient-to-position);
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single_add_to_cart_button.button.alt:hover {
  --tw-translate-y: -3px;
  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));
}

@media (min-width: 768px) {
  .single_add_to_cart_button.button.alt {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

#content :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 1.5rem;
  margin-bottom: 0.625rem;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

#content :is(h1, h2, h3, h4, h5, h6):first-child {
  margin-top: 0px;
}

@media (min-width: 768px) {
  #content :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 30px;
  }
}

#content :is(ul, ol, p) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

#content :is(ul, ol, p):first-child {
  margin-top: 0px;
}

#content :is(ul, ol, p):last-child {
  margin-bottom: 0px;
}

#content h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  #content h2 {
    font-size: 22px;
  }
}

#content :is(ol, ul) li {
  margin-left: 1.25rem;
  list-style-position: outside;
  list-style-type: disc;
}

.page-content-block {
  position: relative;
}

/* Active FAQ */

.faq-item.active .faq-item-wrapper .faq-question {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.faq-item.active .faq-question h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.faq-question h3 {
  margin: 0px;
  /* remove default margins on headings inside FAQ question */
}

.faq-item.active svg {
  --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));
  stroke: #ffffff;
}

.page-template-keuzehulp .faq-item.active svg {
  stroke: #04152A;
}

.faq-item.active .faq-answer-wrapper {
  background-color: rgb(4 21 42 / 0.05);
}

.faq-item .faq-question {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-answer {
  height: auto;
}

/*  */

.faq-item {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 300ms;
}

.faq-item svg {
  stroke: #76B72D;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer {
  height: 0px;
  overflow: hidden;
  padding: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: height;
}

.faq-answer a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
}

#hero .hero-swiper {
  gap: 2rem;
}

#hero .hero-swiper .swiper-slide {
  position: relative;
}

@media (min-width: 1280px) {
  #hero .hero-swiper .swiper-slide:nth-child(1) {
    grid-column: span 2 / span 2;
  }

  #hero .hero-swiper .swiper-slide.active {
    grid-column: span 2 / span 2;
  }
}

#hero .hero-swiper .swiper-slide.active .post-card-meta {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

/* Title */

#hero .hero-swiper .swiper-slide.swiper-slide .post-card .post-card-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #hero .hero-swiper .swiper-slide.swiper-slide .post-card .post-card-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#hero .hero-swiper .swiper-slide.swiper-slide.active .post-card .post-card-title {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Excerpt */

#hero .hero-swiper .swiper-slide .post-card .post-card-excerpt {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #hero .hero-swiper .swiper-slide .post-card .post-card-excerpt {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#hero .hero-swiper .swiper-slide:not(.active) .post-card .post-card-excerpt {
  display: none;
}

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.3
*/

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1035;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.sl-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1040;
  height: 100%;
  width: 100%;
}

.sl-wrapper * {
  box-sizing: border-box;
}

.sl-wrapper button {
  cursor: pointer;
  border-radius: 4px;
  border-width: 0px;
  background-color: rgba(0,0,0,0);
  padding: 0px;
  font-size: 28px;
  background-color: transparent;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  display: none;
  height: 2.75rem;
  width: 2.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  font-family: Host Grotesk, 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;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sl-wrapper .sl-counter {
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 10060;
  display: none;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sl-wrapper .sl-download {
  position: fixed;
  bottom: 5px;
  z-index: 10060;
  display: none;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sl-wrapper .sl-download a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sl-wrapper .sl-navigation {
  display: none;
  width: 100%;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  z-index: 10060;
  margin-top: -22px;
  display: flex !important;
  height: 2.75rem;
  width: 22px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Host Grotesk, 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;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 2.75rem;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 2.75rem;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 1.25rem;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 1.25rem;
    font-size: 3rem;
  }
}

.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}

.sl-wrapper .sl-image {
  position: fixed;
  z-index: 10000;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  touch-action: none;
}

.sl-wrapper .sl-image img {
  margin: 0px;
  display: block;
  height: auto;
  width: 100%;
  border-width: 0px;
  padding: 0px;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border-width: 0px;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border-width: 0px;
  }
}

.sl-wrapper .sl-image iframe {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border-width: 0px;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border-width: 0px;
  }
}

.sl-wrapper .sl-image .sl-caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none;
  padding: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: rgba(0, 0, 0, 0.8);
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0px;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1007;
  display: none;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 40px;
  opacity: 0;
  border: 5px solid #333;
  margin: -20px 0 0 -20px;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  height: 50px;
  width: 50px;
  overflow: scroll;
}

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

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* ! tailwindcss v3.4.7 | 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: currentColor;
  /* 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: Host Grotesk, 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;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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::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;
}

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

.\!top-\[40\%\] {
  top: 40% !important;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.\!z-20 {
  z-index: 20 !important;
}

.-z-\[1\] {
  z-index: -1;
}

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

.z-\[0\] {
  z-index: 0;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[110\] {
  z-index: 110;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[3\] {
  z-index: 3;
}

.z-\[9000\] {
  z-index: 9000;
}

.order-1 {
  order: 1;
}

.order-3 {
  order: 3;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.m-0 {
  margin: 0px;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

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

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.-mb-36 {
  margin-bottom: -9rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

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

.mb-40 {
  margin-bottom: 10rem;
}

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

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

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

.ml-1\.5 {
  margin-left: 0.375rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

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

.mt-0 {
  margin-top: 0px;
}

.mt-12 {
  margin-top: 3rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[52px\] {
  height: 52px;
}

.h-\[60\%\] {
  height: 60%;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.min-h-\[48px\] {
  min-height: 48px;
}

.min-h-\[70vh\] {
  min-height: 70vh;
}

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

.w-1\.5 {
  width: 0.375rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[52px\] {
  width: 52px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-\[24px\] {
  min-width: 24px;
}

.min-w-\[52px\] {
  min-width: 52px;
}

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

.max-w-\[240px\] {
  max-width: 240px;
}

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

.max-w-none {
  max-width: none;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-sm {
  max-width: 640px;
}

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

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

.flex-grow {
  flex-grow: 1;
}

.-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 {
  --tw-translate-y: -0.25rem;
  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));
}

.translate-x-1 {
  --tw-translate-x: 0.25rem;
  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-x-3 {
  --tw-translate-x: 0.75rem;
  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-0 {
  --tw-rotate: 0deg;
  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-180 {
  --tw-rotate: 180deg;
  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));
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}

.resize {
  resize: both;
}

.scroll-mt-24 {
  scroll-margin-top: 6rem;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.\!grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

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

.\!flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

.\!gap-2 {
  gap: 0.5rem !important;
}

.\!gap-8 {
  gap: 2rem !important;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-visible {
  overflow: visible !important;
}

.overflow-visible {
  overflow: visible;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

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

.rounded-b-\[8px\] {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rounded-br-\[6px\] {
  border-bottom-right-radius: 6px;
}

.rounded-tl-\[6px\] {
  border-top-left-radius: 6px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-blue-dark {
  --tw-border-opacity: 1;
  border-color: rgb(4 21 42 / var(--tw-border-opacity));
}

.border-blue-dark\/10 {
  border-color: rgb(4 21 42 / 0.1);
}

.border-blue-light {
  --tw-border-opacity: 1;
  border-color: rgb(230 245 251 / var(--tw-border-opacity));
}

.border-blue\/10 {
  border-color: rgb(7 157 217 / 0.1);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
}

.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(4 21 42 / var(--tw-bg-opacity));
}

.bg-blue-dark\/10 {
  background-color: rgb(4 21 42 / 0.1);
}

.bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 251 / var(--tw-bg-opacity));
}

.bg-blue\/10 {
  background-color: rgb(7 157 217 / 0.1);
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

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

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

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

.from-blue {
  --tw-gradient-from: #079DD9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 157 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-dark {
  --tw-gradient-from: #04152A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 21 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/80 {
  --tw-gradient-from: rgb(118 183 45 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 183 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-50\% {
  --tw-gradient-via-position: 50%;
}

.to-black {
  --tw-gradient-to: #000000 var(--tw-gradient-to-position);
}

.to-black\/0 {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
}

.to-blue-dark\/0 {
  --tw-gradient-to: rgb(4 21 42 / 0) var(--tw-gradient-to-position);
}

.to-green {
  --tw-gradient-to: #76B72D var(--tw-gradient-to-position);
}

.fill-blue {
  fill: #079DD9;
}

.fill-green {
  fill: #76B72D;
}

.fill-white {
  fill: #ffffff;
}

.stroke-blue {
  stroke: #079DD9;
}

.stroke-blue-dark {
  stroke: #04152A;
}

.stroke-green {
  stroke: #76B72D;
}

.stroke-white {
  stroke: #ffffff;
}

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.\!p-8 {
  padding: 2rem !important;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.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-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

.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-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

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

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

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[100\%\] {
  padding-bottom: 100%;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

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

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

.pt-8 {
  padding-top: 2rem;
}

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

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

.font-sans {
  font-family: Host Grotesk, 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;
}

.font-title {
  font-family: Host Grotesk, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.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-black {
  font-weight: 900;
}

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

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

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

.lowercase {
  text-transform: lowercase;
}

.normal-case {
  text-transform: none;
}

.\!leading-normal {
  line-height: 1.5 !important;
}

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

.\!leading-\[1\.4\] {
  line-height: 1.4 !important;
}

.\!leading-\[1\.2\] {
  line-height: 1.2 !important;
}

.\!text-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(7 157 217 / var(--tw-text-opacity)) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(7 157 217 / var(--tw-text-opacity));
}

.text-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

.text-blue-dark\/50 {
  color: rgb(4 21 42 / 0.5);
}

.text-blue-dark\/70 {
  color: rgb(4 21 42 / 0.7);
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\!no-underline {
  text-decoration-line: none !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-70 {
  opacity: 0.7;
}

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

.\!transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.duration-300 {
  transition-duration: 300ms;
}

.\!ease-linear {
  transition-timing-function: linear !important;
}

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

* {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.section-title {
  font-family: Host Grotesk, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
}

h2.section-title {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  h2.section-title {
    font-size: 40px;
  }
}

h3.section-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  h3.section-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.section-subtitle {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .section-subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h6.section-subtitle {
  font-family: Host Grotesk, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  h6.section-subtitle {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.text-wrapper p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 2;
}

@media (min-width: 768px) {
  .text-wrapper p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

section {
  position: relative;
  z-index: 1;
}

.section-mg {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .section-mg {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.section-mg-t {
  margin-top: 60px;
}

@media (min-width: 1024px) {
  .section-mg-t {
    margin-top: 120px;
  }
}

.section-mg-b {
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .section-mg-b {
    margin-bottom: 120px;
  }
}

.page-section-mg {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .page-section-mg {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.section-pd {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 1024px) {
  .section-pd {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.section-pd-t {
  padding-top: 60px;
}

@media (min-width: 1024px) {
  .section-pd-t {
    padding-top: 100px;
  }
}

.section-pd-b {
  padding-bottom: 60px;
}

@media (min-width: 1024px) {
  .section-pd-b {
    padding-bottom: 100px;
  }
}

.bottom-p {
  padding-bottom: 2.5rem;
}

.section-pd.bp {
  padding-bottom: 60px;
}

@media (min-width: 1024px) {
  .section-pd.bp {
    padding-bottom: 100px;
  }
}

.section-shadow {
  box-shadow: 0px 0px 100px -40px rgba(0,0,0,0.10);
}

/* Container */

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .container {
    max-width: calc(100% - 80px);
    padding-left: 0px;
    padding-right: 0px;
  }
}

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

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

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

.container-full {
  margin-left: auto;
  margin-right: auto;
}

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

.container-wide {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .container-wide {
    width: calc(100% - 80px);
  }
}

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

@media (min-width: 1024px) {
  .ctr-py {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .ctr-pt {
    padding-top: 8rem;
  }
}

.container-frame {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  max-width: calc(100% - 24px);
}

@media (min-width: 1024px) {
  .container-frame {
    margin-left: 50px;
    margin-right: 50px;
    max-width: calc(100% - 100px);
  }
}

/* Image Container / Overlay */

.image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100%;
}

.image-container.horizontal {
  padding-bottom: 57.69%;
}

.image-container.higher {
  padding-bottom: 67.67%;
}

.image-container.standing {
  padding-bottom: 140%;
}

.image-container.vertical {
  padding-bottom: 165%;
}

.image-container img {
  position: absolute;
  top: 50%;
  min-height: 100%;
  width: 100%;
  --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));
  -o-object-fit: cover;
     object-fit: cover;
}

.image-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-content: none;
  content: var(--tw-content);
}

.gradient-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-content: none;
  content: var(--tw-content);
}

.background-container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.background-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  width: 100%;
  --tw-translate-y: -50%;
  --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));
  -o-object-fit: cover;
     object-fit: cover;
}

.image-hover img {
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.image-hover:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

/* Buttons */

.button-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.kj-button {
  display: inline-block;
  text-align: center !important;
  line-height: 1;
  text-decoration-line: none !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.kj-button:has(svg) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.kj-button.primary.small {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kj-button.primary.small:hover {
  --tw-translate-y: -3px;
  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));
}

@media (min-width: 768px) {
  .kj-button.primary.small {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.kj-button.primary {
  border-radius: 4px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kj-button.primary:hover {
  --tw-translate-y: -3px;
  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));
}

@media (min-width: 768px) {
  .kj-button.primary {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.kj-button.primary.gradient {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #76B72D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 183 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #079DD9 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kj-button.primary.blue {
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
}

.kj-button.primary.blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(4 21 42 / var(--tw-bg-opacity));
}

.kj-button.primary.green {
  --tw-bg-opacity: 1;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity));
}

.kj-button.primary.light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
}

.kj-button.primary.white {
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

.shadow-box.kj-button.primary.white {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

.kj-button.hide {
  display: none !important;
}

.button-svg {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.button-svg:hover {
  gap: 1rem;
}

.button-svg, .button-svg svg {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.kj-button.outline {
  border-width: 1px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.shadow-box.kj-button.outline {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

.kj-button.secondary {
  border-radius: 4px;
  border-width: 1px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.shadow-box.kj-button.secondary {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

.kj-button.secondary:hover {
  --tw-translate-y: -3px;
  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));
}

@media (min-width: 768px) {
  .kj-button.secondary {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.kj-button.secondary.green {
  border-color: rgb(118 183 45 / 0.3);
  --tw-text-opacity: 1;
  color: rgb(118 183 45 / var(--tw-text-opacity));
}

.kj-button.secondary.green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(118 183 45 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kj-button.secondary.blue {
  border-color: rgb(7 157 217 / 0.3);
  --tw-text-opacity: 1;
  color: rgb(7 157 217 / var(--tw-text-opacity));
}

.kj-button.secondary.blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(7 157 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(7 157 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kj-button.secondary.white {
  border-color: rgb(255 255 255 / 0.3);
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kj-button.secondary.white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

.kj-button.text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.kj-button.text.white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kj-button.outline.white {
  border-color: rgb(255 255 255 / 0.3);
}

.kj-button.outline.white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.kj-button.transparant {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.kj-button.big {
  min-width: 160px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .kj-button.big {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.kj-button.line {
  position: relative;
  display: inline-block;
}

.kj-button.line:after {
  position: absolute;
  bottom: 0.5rem;
  left: 0px;
  height: 1px;
  width: 100%;
  --tw-translate-y: 0px;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: '';
}

.kj-button.line:hover:after {
  --tw-translate-y: 0.25rem;
  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));
}

.kj-button.icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.375rem;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.kj-button.icon:hover {
  gap: 0.625rem;
}

.kj-button.icon .icon-circle {
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .kj-button.icon .icon-circle {
    height: 22px;
    width: 22px;
  }
}

.kj-button.icon .icon-circle svg {
  height: 0.625rem;
}

@media (min-width: 768px) {
  .kj-button.icon .icon-circle svg {
    height: 0.75rem;
  }
}

.kj-button.square {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.kj-button.gradient {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #76B72D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(118 183 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #079DD9 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shadow-box {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.25);
}

.shadow-box.border {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

/* Roundings */

.rounded-sm {
  border-radius: 4px;
}

@media (min-width: 768px) {
  .rounded-sm {
    border-radius: 7px;
  }
}

.rounded-md {
  border-radius: 6px;
}

@media (min-width: 768px) {
  .rounded-md {
    border-radius: 10px;
  }
}

.rounded-uneven {
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
}

@media (min-width: 768px) {
  .rounded-uneven {
    border-bottom-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}

/* Content */

.bg-transparent {
  background-color: transparent;
}

.text-transparent {
  color: transparent;
}

/* Map */

#map iframe {
  min-height: 360px;
  width: 100%;
}

@media (min-width: 1024px) {
  #map iframe {
    min-height: 480px;
  }
}

.icon-wrapper {
  position: relative;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .icon-wrapper {
    height: 5rem;
    width: 5rem;
  }
}

.icon-wrapper .svg-circle {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.icon-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  height: 2.5rem;
  width: 2.5rem;
  --tw-translate-x: -50%;
  --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));
}

@media (min-width: 768px) {
  .icon-wrapper img {
    height: 3.5rem;
    width: 3.5rem;
  }
}

/* Type Block */

.button svg {
  display: inline-block;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.arrow-button .svg-box {
  position: relative;
  display: flex;
  height: 1rem;
  width: 1rem;
  overflow: hidden;
}

:is(.group:hover .arrow-button, .arrow-button:hover) svg.first {
  --tw-translate-x: 100%;
  --tw-translate-y: -100%;
  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));
}

.arrow-button svg.second {
  position: absolute;
  left: 0px;
  top: 0px;
  --tw-translate-x: -100%;
  --tw-translate-y: 100%;
  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));
}

:is(.group:hover .arrow-button, .arrow-button:hover) svg.second {
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  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));
}

/* USP's */

.usp-col .icon {
  width: 1rem;
  height: 1rem;
}

/* Content */

.content-wrapper :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.content-wrapper :is(h1, h2, h3, h4, h5, h6):first-child {
  margin-top: 0px;
}

.content-wrapper :is(h1, h2, h3, h4, h5, h6):last-child {
  margin-bottom: 0px;
}

.content-wrapper h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  .content-wrapper h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.content-wrapper h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .content-wrapper h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.content-wrapper h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .content-wrapper h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.content-wrapper h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .content-wrapper h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.content-wrapper :is(h5, h6) {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .content-wrapper :is(h5, h6) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.content-wrapper p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.content-wrapper ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

:is(.content-wrapper, .text-wrapper) p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

:is(.content-wrapper, .text-wrapper) p:first-child {
  margin-top: 0px;
}

:is(.content-wrapper, .text-wrapper) p:last-child {
  margin-bottom: 0px;
}

:is(.content-wrapper, .text-wrapper) a {
  text-decoration-line: underline;
}

/* Klantenservice */

#klantenservice nav li {
  margin-bottom: 0.25rem;
}

#klantenservice nav li:last-child {
  margin-bottom: 0px;
}

.nav-bullet {
  margin-right: 0.625rem;
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 2px;
  border-width: 1px;
  border-color: rgb(4 21 42 / 0.3);
}

.shadow-box.nav-bullet {
  box-shadow: 0px 0px 80px -40px rgba(0,0,0,0.1);
}

li.active .nav-bullet {
  --tw-border-opacity: 1;
  border-color: rgb(4 21 42 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(4 21 42 / var(--tw-bg-opacity));
}

.marker\:text-blue-dark *::marker {
  color: rgb(4 21 42 );
}

.marker\:text-blue-dark::marker {
  color: rgb(4 21 42 );
}

.after\:\!text-lg::after {
  content: var(--tw-content);
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.after\:\!font-bold::after {
  content: var(--tw-content);
  font-weight: 700 !important;
}

.first\:ml-0:first-child {
  margin-left: 0px;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.hover\:rotate-90:hover {
  --tw-rotate: 90deg;
  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));
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-blue-dark\/20:hover {
  border-color: rgb(4 21 42 / 0.2);
}

.hover\:border-blue-dark\/30:hover {
  border-color: rgb(4 21 42 / 0.3);
}

.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:mix-blend-normal:hover {
  mix-blend-mode: normal;
}

.group:hover .group-hover\:bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(118 183 45 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:fill-white {
  fill: #ffffff;
}

.group:hover .group-hover\:stroke-blue-dark {
  stroke: #04152A;
}

.group:hover .group-hover\:stroke-white {
  stroke: #ffffff;
}

.group:hover .group-hover\:text-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(4 21 42 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px) {
  .max-lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .max-lg\:mt-6 {
    margin-top: 1.5rem;
  }
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

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

@media (min-width: 768px) {
  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

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

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

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

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

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

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

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-center {
    justify-content: center;
  }

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

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

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

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:rounded-br-\[8px\] {
    border-bottom-right-radius: 8px;
  }

  .md\:rounded-tl-\[8px\] {
    border-top-left-radius: 8px;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

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

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

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

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:fixed {
    position: fixed;
  }

  .lg\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .lg\:right-6 {
    right: 1.5rem;
  }

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

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:max-h-\[70vh\] {
    max-height: 70vh;
  }

  .lg\:w-\[min\(900px\2c 90vw\)\] {
    width: min(900px,90vw);
  }

  .lg\:max-w-\[calc\(100\%-100px\)\] {
    max-width: calc(100% - 100px);
  }

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

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

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

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

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

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

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:rounded-\[8px\] {
    border-radius: 8px;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

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

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

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

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

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-\[27px\] {
    font-size: 27px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:size-4 {
    width: 1rem;
    height: 1rem;
  }

  .xl\:max-w-\[1100px\] {
    max-width: 1100px;
  }

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

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

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

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

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

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}