/* 
**************
* page
**************
*/
/* text selection color */
::selection {
  background: rgb(from var(--color-primary-main, #e9e9e9) r g b / 10%);
}

/* search text highlight color */
::target-text {
  background-color: var(--color-primary-main, #e9e9e9);
  color: var(--color-primary-text, #000000);
}

/* ensure the content always fills the viewport */
body.wynd-website-kit {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

div[data-elementor-type='wp-page'],
div[data-elementor-type='wp-post'],
div[data-elementor-type='single'],
div[data-elementor-type='archive'],
div[data-elementor-type='product'],
div[data-elementor-type='product-archive'],
div[data-elementor-type='error-404'],
#content {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
}

body.wynd-website-kit.overflow-hidden {
  overflow: hidden;
}

/* backdrop when opening menus */
body.wynd-website-kit::before {
  background-color: var(--color-black);
  content: '';
  height: 100vh;
  opacity: 0;
  position: fixed;
  transition: var(--transition-default) all;
  width: 100vw;
}

body.wynd-website-kit:has(.elementor-menu-toggle.elementor-active)::before,
body.wynd-website-kit:has(.e-n-menu-toggle[aria-expanded='true'])::before,
body.wynd-website-kit:has(
    .e-n-menu-dropdown-icon[aria-expanded='true']
  )::before {
  opacity: 0.4;
  z-index: 80;
}

.wynd-website-kit main {
  padding: 0;
}

/* hide page title on every page */
.wynd-website-kit h1.entry-title {
  display: none;
}

/* 
**************
* utility
**************
*/
.wynd-website-kit .hidden {
  display: none;
}

@media (min-width: 768px) {
  .wynd-website-kit .mobile-only {
    display: none;
  }
}

@media (min-width: 1025px) {
  .wynd-website-kit .tablet-only {
    display: none;
  }
}

@media (max-width: 1024px) {
  .wynd-website-kit .desktop-only {
    display: none;
  }
}

.wynd-website-kit .full-height-centered {
  flex: 1 !important;
}

.wynd-website-kit .full-height-centered .e-con-inner {
  justify-content: center !important;
}

.wynd-website-kit a.disabled {
  cursor: default;
  pointer-events: none;
}

.wynd-website-kit .parent-relative .e-con-inner {
  position: relative;
}

.wynd-website-kit .content-small {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--width-content-small, 800px) !important;
}

.wynd-website-kit .wynd-anchor {
  position: absolute;
  top: calc(var(--padding-content-y-sm) * -1) !important;
}

@media (min-width: 768px) {
  .wynd-website-kit .wynd-anchor {
    top: calc(var(--padding-content-y-md) * -1) !important;
  }
}

/* 
**************
* text
**************
*/
.wynd-website-kit h1,
.wynd-website-kit h2,
.wynd-website-kit h3,
.wynd-website-kit h4,
.wynd-website-kit h5,
.wynd-website-kit h6 {
  font-family: var(--font-family-heading);
  margin: 0;
}

.wynd-website-kit h1,
.wynd-website-kit .wynd-h1,
.wynd-website-kit h1 a,
.wynd-website-kit .wynd-h1 a,
.wynd-website-kit h1 a:hover,
.wynd-website-kit .wynd-h1 a:hover {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-h1, 700);
  line-height: var(--line-height-h1);
}

.wynd-website-kit h2,
.wynd-website-kit .wynd-h2,
.wynd-website-kit h2 a,
.wynd-website-kit .wynd-h2 a,
.wynd-website-kit h2 a:hover,
.wynd-website-kit .wynd-h2 a:hover {
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-h2, 700);
  line-height: var(--line-height-h2);
}

.wynd-website-kit h3,
.wynd-website-kit .wynd-h3,
.wynd-website-kit h3 a,
.wynd-website-kit .wynd-h3 a,
.wynd-website-kit h3 a:hover,
.wynd-website-kit .wynd-h3 a:hover {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-h3, 700);
  line-height: var(--line-height-h3);
}

.wynd-website-kit h4,
.wynd-website-kit .wynd-h4,
.wynd-website-kit h4 a,
.wynd-website-kit .wynd-h4 a,
.wynd-website-kit h4 a:hover,
.wynd-website-kit .wynd-h4 a:hover {
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-h4, 700);
  line-height: var(--line-height-h4);
}

.wynd-website-kit h5,
.wynd-website-kit .wynd-h5,
.wynd-website-kit h5 a,
.wynd-website-kit .wynd-h5 a,
.wynd-website-kit h5 a:hover,
.wynd-website-kit .wynd-h5 a:hover {
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-h5, 700);
  line-height: var(--line-height-h5);
}

.wynd-website-kit h6,
.wynd-website-kit .wynd-h6,
.wynd-website-kit h6 a,
.wynd-website-kit .wynd-h6 a,
.wynd-website-kit h6 a:hover,
.wynd-website-kit .wynd-h6 a:hover {
  font-size: var(--font-size-h6);
  font-weight: var(--font-weight-h6, 700);
  line-height: var(--line-height-h6);
}

@media (max-width: 767px) {
  .wynd-website-kit h1,
  .wynd-website-kit .wynd-h1,
  .wynd-website-kit h1 a,
  .wynd-website-kit .wynd-h1 a,
  .wynd-website-kit h1 a:hover,
  .wynd-website-kit .wynd-h1 a:hover {
    font-size: round(
      calc(var(--font-size-h1) * var(--font-size-responsive-factor-large)),
      1px
    ) !important;
    line-height: round(
      calc(var(--line-height-h1) * var(--font-size-responsive-factor-large)),
      1px
    ) !important;
  }

  .wynd-website-kit h2,
  .wynd-website-kit .wynd-h2,
  .wynd-website-kit h2 a,
  .wynd-website-kit .wynd-h2 a,
  .wynd-website-kit h2 a:hover,
  .wynd-website-kit .wynd-h2 a:hover {
    font-size: round(
      calc(var(--font-size-h2) * var(--font-size-responsive-factor-large)),
      1px
    ) !important;
    line-height: round(
      calc(var(--line-height-h2) * var(--font-size-responsive-factor-large)),
      1px
    ) !important;
  }

  .wynd-website-kit h3,
  .wynd-website-kit .wynd-h3,
  .wynd-website-kit h3 a,
  .wynd-website-kit .wynd-h3 a,
  .wynd-website-kit h3 a:hover,
  .wynd-website-kit .wynd-h3 a:hover {
    font-size: round(
      calc(var(--font-size-h3) * var(--font-size-responsive-factor-large)),
      1px
    ) !important;
    line-height: round(
      calc(var(--line-height-h3) * var(--line-height-responsive-factor-large)),
      1px
    ) !important;
  }

  .wynd-website-kit h4,
  .wynd-website-kit .wynd-h4,
  .wynd-website-kit h4 a,
  .wynd-website-kit .wynd-h4 a,
  .wynd-website-kit h4 a:hover,
  .wynd-website-kit .wynd-h4 a:hover {
    font-size: round(
      calc(var(--font-size-h4) * var(--font-size-responsive-factor-medium)),
      1px
    ) !important;
    line-height: round(
      calc(var(--line-height-h4) * var(--font-size-responsive-factor-medium)),
      1px
    ) !important;
  }

  .wynd-website-kit h5,
  .wynd-website-kit .wynd-h5,
  .wynd-website-kit h5 a,
  .wynd-website-kit .wynd-h5 a,
  .wynd-website-kit h5 a:hover,
  .wynd-website-kit .wynd-h5 a:hover {
    font-size: round(
      calc(var(--font-size-h5) * var(--font-size-responsive-factor-medium)),
      1px
    ) !important;
    line-height: round(
      calc(var(--line-height-h5) * var(--font-size-responsive-factor-medium)),
      1px
    ) !important;
  }

  .wynd-website-kit h6,
  .wynd-website-kit .wynd-h6,
  .wynd-website-kit h6 a,
  .wynd-website-kit .wynd-h6 a,
  .wynd-website-kit h6 a:hover,
  .wynd-website-kit .wynd-h6 a:hover {
    font-size: round(
      calc(var(--font-size-h6) * var(--font-size-responsive-factor-medium)),
      1px
    ) !important;
    line-height: round(
      calc(var(--line-height-h6) * var(--font-size-responsive-factor-medium)),
      1px
    ) !important;
  }
}

.wynd-website-kit p {
  margin: 0;
}

.wynd-website-kit a {
  transition: var(--transition-default) all;
}

.wynd-website-kit strong a,
.wynd-website-kit strong a:hover {
  font-weight: var(--font-weight-bold, 700);
}

/* block text with headings, e.g. on data privacy page*/
.wynd-website-kit .wynd-text-formatted h1,
.wynd-website-kit .wynd-text-formatted h2,
.wynd-website-kit .wynd-text-formatted h3,
.wynd-website-kit .wynd-text-formatted h4,
.wynd-website-kit .wynd-text-formatted h5,
.wynd-website-kit .wynd-text-formatted h6 {
  margin: 24px 0 12px 0;
}

.wynd-website-kit .wynd-text-formatted h2 {
  font-size: 24px !important;
  line-height: 32px !important;
}

@media (min-width: 1025px) {
  .wynd-website-kit .wynd-text-formatted h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}

.wynd-website-kit .wynd-text-formatted h3 {
  font-size: 20px !important;
  line-height: 28px !important;
}

@media (min-width: 1025px) {
  .wynd-website-kit .wynd-text-formatted h3 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
}

.wynd-website-kit .wynd-text-formatted h4 {
  font-size: 18px !important;
  line-height: 26px !important;
}

@media (min-width: 1025px) {
  .wynd-website-kit .wynd-text-formatted h4 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

.wynd-website-kit .wynd-text-formatted h5,
.wynd-website-kit .wynd-text-formatted h6 {
  font-size: 16px !important;
  line-height: 24px !important;
}

@media (min-width: 1025px) {
  .wynd-website-kit .wynd-text-formatted h5,
  .wynd-website-kit .wynd-text-formatted h6 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

.wynd-website-kit .wynd-text-formatted p,
.wynd-website-kit .wynd-text-formatted ul,
.wynd-website-kit .wynd-text-formatted ol {
  margin-bottom: 16px;
}

.wynd-website-kit .wynd-text-formatted a,
.wynd-website-kit .wynd-text-formatted p a {
  text-decoration: underline;
  transition: var(--transition-default) all;
  word-wrap: anywhere;
}

.wynd-website-kit .wynd-text-formatted > :first-child,
.wynd-website-kit
  .wynd-text-formatted
  .elementor-widget-container
  > :first-child {
  margin-top: 0;
}

.wynd-website-kit .wynd-text-formatted > :last-child,
.wynd-website-kit
  .wynd-text-formatted
  .elementor-widget-container
  > :last-child {
  margin-bottom: 0;
}

/* hide skip to content link for normal users, but keep on focus for screen readers */
.wynd-website-kit a.skip-link {
  display: block;
  left: -999px;
  position: absolute;
  top: -999px;
}

.wynd-website-kit a.skip-link:focus {
  border: 1px solid var(--color-primary-main);
  left: 0;
  padding: 4px;
  top: 0;
}

/* preserve heading styles for nested links */
.wynd-website-kit
  .elementor-widget-heading
  .elementor-heading-title[class*='elementor-size-']
  > a {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  word-spacing: inherit;
}

/* style links/a tags to match specific text styles */
.wynd-website-kit .link-button a,
.wynd-website-kit .link-button a:hover {
  font-family: var(--font-family-button);
  font-size: var(--font-size-button);
  font-style: var(--font-style-button);
  font-weight: var(--font-weight-button);
  line-height: var(--line-height-button);
}

.wynd-website-kit .link-body a,
.wynd-website-kit .link-body a:hover {
  font-family: var(--font-family-body);
  font-size: var(--font-size-body);
  font-style: var(--font-style-body);
  font-weight: var(--font-weight-body);
  line-height: var(--line-height-body);
}

.wynd-website-kit .link-body-small a,
.wynd-website-kit .link-body-small a:hover {
  font-family: var(--font-family-body-small);
  font-size: var(--font-size-body-small);
  font-style: var(--font-style-body-small);
  font-weight: var(--font-weight-body-small);
  line-height: var(--line-height-body-small);
}

/* 
**************
* input
**************
*/
.wynd-website-kit input[type='date'],
.wynd-website-kit input[type='email'],
.wynd-website-kit input[type='number'],
.wynd-website-kit input[type='password'],
.wynd-website-kit input[type='search'],
.wynd-website-kit input[type='tel'],
.wynd-website-kit input[type='text'],
.wynd-website-kit input[type='url'],
.wynd-website-kit select,
.wynd-website-kit textarea {
  border-color: var(--color-input-border, #e9e9e9);
  border-radius: var(--border-radius-input, 4px);
}

/* preset outline color to prevent flickering on focus */
.wynd-website-kit button,
.wynd-website-kit input,
.wynd-website-kit select,
.wynd-website-kit textarea,
.wynd-website-kit .elementor-field-group .elementor-field-textual {
  outline-color: var(--color-primary-main);
}

/* show outline on input element focus */
.wynd-website-kit button:focus,
.wynd-website-kit input[type='date']:focus,
.wynd-website-kit input[type='email']:focus,
.wynd-website-kit input[type='number']:focus,
.wynd-website-kit input[type='password']:focus,
.wynd-website-kit input[type='search']:focus,
.wynd-website-kit input[type='tel']:focus,
.wynd-website-kit input[type='text']:focus,
.wynd-website-kit input[type='url']:focus,
.wynd-website-kit select:focus,
.wynd-website-kit textarea:focus,
.wynd-website-kit .elementor-field-group .elementor-field-textual:focus {
  border-color: var(--color-primary-main) !important;
  outline: 1px solid var(--color-primary-main);
}

/* hide admin bar on mobile */
@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }

  #wpadminbar {
    display: none;
  }
}

/* 
**************
* image
**************
*/
.aspect-ratio-auto img,
.aspect-ratio-1 img,
.aspect-ratio-1-fixed img,
.aspect-ratio-2-4 img,
.aspect-ratio-3-2 img,
.aspect-ratio-product img {
  aspect-ratio: 1.7;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.aspect-ratio-1-fixed img {
  aspect-ratio: 1;
}

.aspect-ratio-product img {
  aspect-ratio: var(--aspect-ratio-product);
}

@media (min-width: 1025px) {
  .aspect-ratio-auto img {
    aspect-ratio: auto;
  }

  .aspect-ratio-1 img {
    aspect-ratio: 1;
  }

  .aspect-ratio-2-4 img {
    aspect-ratio: 2.4;
  }

  .aspect-ratio-3-2 img {
    aspect-ratio: 3/2;
  }
}

@media (max-width: 767px) {
  .img-mobile-full-width img {
    border-radius: 0 !important;
    margin-left: calc(var(--padding-content-x-sm, 16px) * -1);
    max-width: 100vw !important;
    width: 100vw !important;
  }
}

@media (max-width: 1024px) {
  .img-mobile-full-width img {
    border-radius: 0 !important;
    margin-left: calc(var(--padding-content-x-md, 32px) * -1);
    max-width: 100vw !important;
    width: 100vw !important;
  }
}

/* 
**************
* wp-die-page
**************
*/
body.wynd-website-kit:has(#wp-die-page)::before {
  display: none;
}

#wp-die-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100vh;
  justify-content: center;
  margin: auto;
  max-width: 1280px;
  padding: 16px;
}

@media (min-width: 768px) {
  #wp-die-page {
    align-items: center;
    padding: 32px;
  }
}

#wp-die-page #wp-die-logo img {
  height: 72px;
  margin-bottom: 16px;
  width: auto;
}

#wp-die-page #wp-die-back-link {
  color: #000000;
  text-decoration: underline;
}

/* 
**************
* text
**************
*/
.wynd-website-kit .p-margin p:not(:last-child) {
  margin-bottom: 16px;
}

.wynd-website-kit .p-margin a,
.wynd-website-kit .a-underline a {
  text-decoration: underline !important;
}

.wynd-website-kit .a-small a,
.wynd-website-kit .a-small a:hover {
  font-family: var(--font-family-body-small);
  font-size: var(--font-size-body-small);
  font-style: var(--font-style-body-small);
  font-weight: var(--font-weight-body-small);
  line-height: var(--line-height-body-small);
}

/* add underline effect to links */
.wynd-website-kit .link-effect .link-effect-target,
.wynd-website-kit
  .link-effect
  .link-effect-target-title
  .elementor-heading-title,
.wynd-website-kit .link-effect a,
.wynd-website-kit .link-effect div[role='button']:not(.elementor-menu-toggle),
.wynd-website-kit .link-effect-menu .e-n-menu-title,
.wynd-website-kit .link-effect-permanent a,
.wynd-website-kit
  .link-effect-permanent
  div[role='button']:not(.elementor-menu-toggle),
.wynd-website-kit
  a.link-effect-permanent:not(
    :has(.link-effect-target, .link-effect-target-title)
  ),
.wynd-website-kit
  a.link-effect:not(:has(.link-effect-target, .link-effect-target-title)) {
  background: linear-gradient(to right, currentColor, currentColor) 0 1px / 0
    1px no-repeat;
  background-position: bottom right;
  color: var(--color-text, #000000) !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1) background-size !important;
}

.wynd-website-kit
  .link-effect
  .link-effect-target-title
  .elementor-heading-title {
  display: inline;
}

@media (min-width: 1025px) {
  /* show link effect on hover */
  .wynd-website-kit .link-effect a:hover,
  .wynd-website-kit
    .link-effect
    div[role='button']:not(.elementor-menu-toggle):hover,
  .wynd-website-kit .link-effect-menu .e-n-menu-title:hover,
  .wynd-website-kit .link-effect-permanent a:hover,
  .wynd-website-kit
    .link-effect-permanent
    div[role='button']:not(.elementor-menu-toggle):hover,
  .wynd-website-kit .link-effect-trigger:hover .link-effect-target,
  .wynd-website-kit .link-effect:hover .link-effect-target,
  .wynd-website-kit
    .link-effect:hover
    .link-effect-target-title
    .elementor-heading-title,
  .wynd-website-kit
    a.link-effect-permanent:not(
      :has(.link-effect-target, .link-effect-target-title)
    ):hover,
  .wynd-website-kit
    a.link-effect:not(
      :has(.link-effect-target, .link-effect-target-title)
    ):hover,
  .wynd-website-kit
    a.link-effect:not(
      :has(.link-effect-target-title, .link-effect-target-title)
    ):hover {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}

/* always show link effect */
.wynd-website-kit .link-effect-permanent .link-effect-target,
.wynd-website-kit
  .link-effect-permanent
  .link-effect-target-title
  .elementor-heading-title,
.wynd-website-kit .link-effect-permanent a,
.wynd-website-kit
  a.link-effect-permanent:not(
    :has(.link-effect-target, .link-effect-target-title)
  ):hover,
.wynd-website-kit
  .link-effect-permanent
  div[role='button']:not(.elementor-menu-toggle) {
  background: linear-gradient(to right, currentColor, currentColor) 0 1px / 100%
    1px no-repeat;
  background-position: bottom right;
}

/* remove permanent link effect on hover */
@media (min-width: 1025px) {
  .wynd-website-kit .link-effect-permanent:hover .link-effect-target,
  .wynd-website-kit
    .link-effect-permanent:hover
    .link-effect-target-title
    .elementor-heading-title,
  .wynd-website-kit .link-effect-permanent a:hover,
  .wynd-website-kit
    a.link-effect-permanent:not(
      :has(.link-effect-target, .link-effect-target-title)
    ):hover,
  .wynd-website-kit
    .link-effect-permanent
    div[role='button']:not(.elementor-menu-toggle):hover {
    background-position: bottom right;
    background-size: 0 1px;
  }
}

/* 
**************
* button
**************
*/
.wynd-website-kit .button-mobile-full-width .elementor-button {
  width: 100%;
}

.wynd-website-kit .button-mobile-full-width .elementor-button-text {
  flex-grow: 0;
}

@media (min-width: 768px) {
  .wynd-website-kit .button-mobile-full-width .elementor-button {
    width: auto;
  }
}

.wynd-website-kit .elementor-button-icon,
.wynd-website-kit .icon-button .elementor-button {
  align-items: center;
  display: flex;
}

.wynd-website-kit .elementor-button-text {
  text-align: center;
}

@media (min-width: 768px) {
  .wynd-website-kit .elementor-button-text {
    text-align: left;
  }
}

.wynd-website-kit .elementor-button-link .elementor-button-icon svg {
  transition: var(--transition-default) all;
}

.wynd-website-kit .elementor-button[disabled],
.wynd-website-kit .button.disabled {
  background-color: var(--color-gray-200, #e9e9e9) !important;
  border-color: var(--color-gray-200, #e9e9e9) !important;
  color: var(--color-gray-700, #5a5a5a) !important;
}

/*
**************
* menu
**************
*/
/* reset styles for menu buttons to ensure correct display before loading custom styles */
.wynd-website-kit .elementor-widget-n-menu .e-n-menu-title.e-current,
.wynd-website-kit .elementor-widget-n-menu .e-n-menu-title.e-current a {
  color: var(--color-text, #000000);
}

.wynd-website-kit button.e-n-menu-toggle {
  background: none;
  border-radius: 0;
  border: none;
  padding: 0;
}

.wynd-website-kit .e-n-menu-heading {
  list-style: none;
  padding: 0;
}

.wynd-website-kit
  .elementor-widget-n-menu
  .e-n-menu-title-container
  .e-n-menu-title-text {
  cursor: pointer;
}

/* 
**************
* form
**************
*/
.wynd-website-kit .elementor-field-group {
  align-content: flex-start;
}

.wynd-website-kit .elementor-field:focus {
  border-color: var(--color-primary-main) !important;
}

.wynd-website-kit .elementor-field-group .elementor-field-textual:focus {
  box-shadow: none;
}

/* input, textarea and select */
.wynd-website-kit
  .elementor-field-group
  .elementor-field:not(.elementor-select-wrapper):not(
    .elementor-acceptance-field
  ) {
  background-color: var(--color-input-bg, #ffffff) !important;
  border: 1px solid var(--color-input-border, #e9e9e9) !important;
  border-radius: var(--border-radius-input, 4px) !important;
  padding: var(--padding-input-y-sm, 8px) var(--padding-input-x-sm, 16px);
}

@media (min-width: 768px) {
  .wynd-website-kit
    .elementor-field-group
    .elementor-field:not(.elementor-select-wrapper):not(
      .elementor-acceptance-field
    ) {
    padding: var(--padding-input-y-md, 16px) var(--padding-input-x-md, 16px);
  }
}

.wynd-website-kit
  .elementor-field-group
  .elementor-field:not(.elementor-select-wrapper):not(
    .elementor-acceptance-field
  ):focus {
  border-color: var(--color-primary-main) !important;
}

/* checkbox, radio, acceptance */
.wynd-website-kit .elementor-field-option,
.wynd-website-kit .elementor-select-wrapper {
  align-items: flex-start !important;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-xs, 8px);
}

.wynd-website-kit .elementor-field-type-checkbox input,
.wynd-website-kit .elementor-field-type-checkbox label,
.wynd-website-kit .elementor-field-type-radio input,
.wynd-website-kit .elementor-field-type-radio label,
.wynd-website-kit .elementor-field-type-acceptance input,
.wynd-website-kit .elementor-field-type-acceptance label,
.wynd-website-kit .elementor-field-type-checkbox label a,
.wynd-website-kit .elementor-field-type-acceptance label a {
  cursor: pointer;
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}

.wynd-website-kit .elementor-field-type-checkbox label,
.wynd-website-kit .elementor-field-type-acceptance label {
  width: calc(100% - var(--width-checkbox, 20px) - var(--spacing-xs, 8px));
}

.wynd-website-kit .elementor-field-type-checkbox label a,
.wynd-website-kit .elementor-field-type-acceptance label a {
  text-decoration: underline;
}

.wynd-website-kit .elementor-field-type-checkbox input,
.wynd-website-kit .elementor-field-type-acceptance input {
  margin-top: calc(var(--width-checkbox, 20px) / 10);
}

.wynd-website-kit .elementor-field-type-radio input {
  margin-top: calc(var(--width-radio, 18px) / 6);
}

.wynd-website-kit .elementor-field-type-radio .elementor-field-subgroup {
  flex-direction: column;
  gap: 6px;
}

/* file upload */
.wynd-website-kit .elementor-field-type-upload .elementor-field {
  cursor: pointer;
}

/* submit button */
.wynd-website-kit .elementor-button[type='submit'] .elementor-button-icon,
.wynd-website-kit .elementor-button[type='submit'] .elementor-form-spinner {
  display: none;
}

@media (max-width: 767px) {
  .wynd-website-kit .elementor-button[type='submit'] {
    width: 100%;
  }
}

.wynd-website-kit .elementor-message {
  margin: var(--spacing-xs) 0 0 0;
}

/* hide message icons */
.wynd-website-kit .elementor-message::before {
  display: none;
}

.wynd-website-kit .wynd-form .elementor-message-success,
.wynd-website-kit .wynd-form .elementor-field-option .elementor-message,
.wynd-website-kit .wynd-form .elementor-select-wrapper .elementor-message {
  margin: 0;
}

/* hide specific elements when form has been submitted successfully */
.wynd-website-kit
  .wynd-form:has(.elementor-message-success)
  .elementor-form-fields-wrapper,
.wynd-website-kit .wynd-form:has(.elementor-message-success) .hide-on-success,
.wynd-website-kit .wynd-form .show-on-success {
  display: none;
}

/* show specific elements when form has been submitted successfully */
.wynd-website-kit .wynd-form:has(.elementor-message-success) .show-on-success {
  display: block;
}

/* field label */
.wynd-website-kit .elementor-mark-required .elementor-field-label {
  cursor: initial;
}

/* required mark */
.wynd-website-kit .elementor-mark-required .elementor-field-label::after {
  padding-inline-start: 0;
}

/* 
**************
* select
**************
*/
.wynd-website-kit .elementor-field-type-select select,
.wynd-website-kit .wc-blocks-components-select__select,
.wynd-website-kit .jet-sorting-select {
  cursor: pointer;
}

.wynd-website-kit
  .elementor-field-group
  .elementor-select-wrapper
  .select-caret-down-wrapper
  svg,
.wynd-website-kit
  .wc-blocks-components-select
  .wc-blocks-components-select__expand,
.wynd-website-kit .jet-filter-items-dropdown__label::after {
  display: none !important;
}

.wynd-website-kit .elementor-field-group .elementor-select-wrapper::before,
.wynd-website-kit .wc-blocks-components-select__container::before,
.wynd-website-kit .jet-sorting::before,
.wynd-website-kit .jet-filter-items-dropdown::before {
  border-top: var(--border-width-select-icon) solid var(--color-text, #000000);
  border-right: var(--border-width-select-icon) solid var(--color-text, #000000);
  bottom: calc(var(--padding-input-y-sm, 8px) * 2.5);
  content: '';
  display: inline-block;
  height: var(--size-select-icon);
  inset-block-start: unset;
  pointer-events: none;
  position: absolute;
  right: calc(var(--size-select-icon) + var(--padding-input-x-sm, 16px));
  text-shadow: none;
  top: calc((var(--padding-input-y-sm, 8px) * 1.5));
  transform: rotate(135deg) translateY(-100%);
  width: var(--size-select-icon);
  z-index: 99;
}

@media (min-width: 768px) {
  .wynd-website-kit .elementor-field-group .elementor-select-wrapper::before,
  .wynd-website-kit .wc-blocks-components-select__container::before,
  .wynd-website-kit .jet-sorting::before,
  .wynd-website-kit .jet-filter-items-dropdown::before {
    bottom: calc(var(--padding-input-y-md, 16px) * 2.5);
    right: calc(var(--size-select-icon) + var(--padding-input-x-md, 16px));
    top: calc((var(--padding-input-y-md, 16px) * 1.5));
  }
}

.wynd-website-kit .jet-filter-items-dropdown.jet-dropdown-open::before {
  bottom: calc(var(--padding-input-y-sm, 8px) * 1.75);
  right: 22px;
  transform: rotate(-45deg) translateY(50%);
}

@media (min-width: 1025px) {
  .wynd-website-kit .jet-filter-items-dropdown.jet-dropdown-open::before {
    bottom: calc(var(--padding-input-y-md, 16px) * 1.75);
  }
}

/* 
**************
* checkbox
**************
*/
.wynd-website-kit input[type='checkbox'] {
  appearance: none;
  border-radius: var(--border-radius-checkbox, 2px) !important;
  cursor: pointer;
  display: inline-grid !important;
  height: var(--width-checkbox, 20px) !important;
  margin-top: 2px;
  min-width: var(--width-checkbox, 20px);
  padding: 0 !important;
  place-content: center;
  transition: var(--transition-default) all;
  width: var(--width-checkbox, 20px) !important;
}

.wynd-website-kit input[type='checkbox']:not(.brlbs-cmpnt-checkbox) {
  background-color: var(--color-checkbox-unchecked-background) !important;
  border-color: var(--color-checkbox-unchecked-border) !important;
}

.wynd-website-kit input[type='checkbox']:not(.brlbs-cmpnt-checkbox):checked {
  background-color: var(--color-checkbox-checked-background) !important;
  border-color: var(--color-checkbox-checked-border) !important;
}

.wynd-website-kit input[type='checkbox']::before {
  border-bottom: 2px solid var(--color-checkbox-checkmark);
  border-right: 2px solid var(--color-checkbox-checkmark);
  content: '';
  height: 10px;
  opacity: 0;
  margin-top: -2px;
  transform: rotate(45deg);
  transition: var(--transition-default) all;
  visibility: hidden;
  width: 6px;
}

.wynd-website-kit input[type='checkbox']:checked::before {
  opacity: 1;
  visibility: visible;
}

/* 
**************
* radio button
**************
*/
.wynd-website-kit input[type='radio'] {
  appearance: none;
  background-clip: content-box;
  background-color: transparent;
  border: 1px solid var(--color-checkbox-unchecked-border) !important;
  border-radius: 200px !important;
  display: inline-block !important;
  height: var(--width-radio, 18px) !important;
  padding: 0 !important;
  position: relative;
  visibility: visible !important;
  width: var(--width-radio, 18px) !important;
}

.wynd-website-kit input[type='radio']:checked {
  background-color: var(--color-checkbox-checked-background) !important;
  border-color: var(--color-checkbox-checked-border) !important;
}

.wynd-website-kit input[type='radio']:focus {
  border-color: var(--color-primary-main) !important;
  border-radius: 200px;
}

.wynd-website-kit input[type='radio']:checked::before {
  display: none;
}

.wynd-website-kit input[type='radio']:checked::after {
  background-color: var(--color-checkbox-checkmark) !important;
  border-radius: 200px;
  content: '';
  display: inline-block;
  height: calc(var(--width-radio, 18px) / 3);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  width: calc(var(--width-radio, 18px) / 3);
}

/* 
**************
* accordion
**************
*/
/* hide default arrow on iOS */
.wynd-website-kit details > summary::-webkit-details-marker {
  display: none;
}

.wynd-website-kit .e-n-accordion-item:last-child .e-n-accordion-item-title,
.wynd-website-kit .e-n-accordion-item:last-child .e-con {
  border: none !important;
}

/*
**************
* slider
**************
*/
.wynd-website-kit .swiper-pagination-bullet {
  transition: var(--transition-default) all;
}

/*
**************
* icons
**************
*/
.wynd-website-kit .elementor-icon-wrapper {
  display: flex;
}

/*
**************
* image links
**************
*/
.wynd-website-kit a.e-image-link-base {
  display: flex;
  justify-content: center;
  width: inherit;
}

/*
**************
* social icons
**************
*/
/* fix icon size on hover */
.wynd-website-kit .elementor-widget-social-icons .elementor-social-icon:hover {
  font-size: var(--icon-size, 25px);
  height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
  line-height: var(--icon-size, 25px);
  width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
}

.wynd-website-kit .elementor-widget-social-icons .elementor-social-icon i {
  transition: var(--transition-default) all;
}

/* 
**************
* login/registration forms
**************
*/
.wynd-website-kit
  .elementor-field-type-checkbox.elementor-remember-me
  label[for='elementor-login-remember-me'] {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 8px;
}

/* 
**************
* lightbox/dialog
**************
*/
/* fix dialogs not being visible on mobile */
.wynd-website-kit.dialog-prevent-scroll {
  max-height: unset;
}

.wynd-website-kit .dialog-lightbox-close-button {
  font-size: 20px !important;
}

.wynd-website-kit .dialog-lightbox-close-button svg,
.wynd-website-kit .elementor-lightbox .elementor-swiper-button svg {
  transition: var(--transition-default) all;
}

/* prevent close dialog button from being highlighted initially on mobile */
@media (max-width: 767px) {
  .wynd-website-kit
    .elementor-popup-modal
    .dialog-close-button.dialog-lightbox-close-button:focus-visible {
    outline: none;
  }
}

/* show hover effect only on big screens */
@media (min-width: 1025px) {
  .wynd-website-kit .dialog-close-button.dialog-lightbox-close-button:hover {
    color: var(--color-white, #ffffff);
  }
}

/*
**************
* borlabs cookie
**************
*/
/* individual settings header */
.wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-dialog-details-header,
.wynd-website-kit .brlbs-cmpnt-container .brlbs-cmpnt-dialog-details-header {
  gap: 8px;
  justify-content: space-between;
}

.wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-dialog-details-header > div,
.wynd-website-kit
  .brlbs-cmpnt-container
  .brlbs-cmpnt-dialog-details-header
  > div {
  flex-basis: 100%;
  gap: 24px;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-dialog-details-header > div,
  .wynd-website-kit
    .brlbs-cmpnt-container
    .brlbs-cmpnt-dialog-details-header
    > div {
    flex-basis: 25%;
    justify-content: flex-end;
    row-gap: 8px;
  }
}

/* left align main heading on mobile, center on tablet and above */
@media (min-width: 768px) {
  .wynd-website-kit
    #BorlabsCookieBox
    .brlbs-cmpnt-dialog-details-header
    > div:nth-child(2) {
    flex-basis: 40%;
    justify-content: center;
    margin: 0;
    order: unset;
    text-align: center;
  }
}

/* text links */
.wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-dialog-entrance-description a {
  font-weight: 400;
  line-height: inherit;
  text-decoration: underline;
}

.wynd-website-kit
  #BorlabsCookieBox
  .brlbs-cmpnt-dialog-entrance-description
  a:hover,
.wynd-website-kit
  #BorlabsCookieBox
  .brlbs-cmpnt-card
  .brlbs-cmpnt-accordion-toggle:hover,
.wynd-website-kit
  #BorlabsCookieBox
  .brlbs-cmpnt-list-item
  .brlbs-cmpnt-accordion-toggle:hover,
.wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-inline-link :hover,
.wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-inline-link:hover,
.wynd-website-kit .brlbs-cmpnt-container .brlbs-cmpnt-inline-link :hover,
.wynd-website-kit .brlbs-cmpnt-container .brlbs-cmpnt-inline-link:hover {
  font-family: var(--font-family-body-small);
  font-size: calc(var(--dialog-font-size) * 0.875);
  font-style: var(--font-style-body-small);
  font-weight: var(--font-weight-body-small);
}

.wynd-website-kit
  #BorlabsCookieBox
  .brlbs-cmpnt-dialog-entrance-description
  a:hover,
.wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-inline-link :hover,
.wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-inline-link:hover,
.wynd-website-kit
  .brlbs-cmpnt-container
  .brlbs-cmpnt-dialog-entrance-description
  a:hover,
.wynd-website-kit .brlbs-cmpnt-container .brlbs-cmpnt-inline-link :hover,
.wynd-website-kit .brlbs-cmpnt-container .brlbs-cmpnt-inline-link:hover {
  text-decoration: underline;
}

/* buttons */
.wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-link:focus,
.wynd-website-kit #BorlabsCookieBox button:focus {
  box-shadow: none;
}

/* card links */
.wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-inline-link,
.wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-inline-link *,
.wynd-website-kit .brlbs-cmpnt-container .brlbs-cmpnt-inline-link,
.wynd-website-kit .brlbs-cmpnt-container .brlbs-cmpnt-inline-link * {
  color: var(--dialog-card-text-color);
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  transition: var(--transition-default) all;
}

/* tabs */
.wynd-website-kit
  #BorlabsCookieBox
  .brlbs-cmpnt-card
  .brlbs-cmpnt-accordion-toggle
  *,
.wynd-website-kit
  #BorlabsCookieBox
  .brlbs-cmpnt-card
  .brlbs-cmpnt-accordion-toggle,
.wynd-website-kit
  #BorlabsCookieBox
  .brlbs-cmpnt-list-item
  .brlbs-cmpnt-accordion-toggle
  *,
.wynd-website-kit
  #BorlabsCookieBox
  .brlbs-cmpnt-list-item
  .brlbs-cmpnt-accordion-toggle,
.wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-tab.brlbs-cmpnt-tab-active,
.wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive,
.wynd-website-kit
  .brlbs-cmpnt-container
  .brlbs-cmpnt-list-item
  .brlbs-cmpnt-accordion-toggle
  *,
.wynd-website-kit
  .brlbs-cmpnt-container
  .brlbs-cmpnt-list-item
  .brlbs-cmpnt-accordion-toggle,
.wynd-website-kit
  .brlbs-cmpnt-container
  .brlbs-cmpnt-tab.brlbs-cmpnt-tab-active,
.wynd-website-kit
  .brlbs-cmpnt-container
  .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive {
  outline: none;
  transition: var(--transition-default) all;
}

.wynd-website-kit
  #BorlabsCookieBox
  .brlbs-cmpnt-tab.brlbs-cmpnt-tab-inactive:hover {
  background-color: rgb(from var(--color-primary-main) r g b / 10%);
}

.wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-accordion-toggle {
  line-height: 12px;
}

/* search bar */
.wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-search-bar-input {
  transition: var(--transition-default) all;
}

/* switch */
.wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-btn-switch-status-text {
  width: 30px;
}

/* reset heading font size after responsive adjustments */
.wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-container .brlbs-text-2xl {
  font-size: calc(var(--dialog-font-size) * 1.5) !important;
  line-height: calc(var(--dialog-font-size) * 2.25) !important;
}

.wynd-website-kit #BorlabsCookieBox h2.brlbs-cmpnt-h2,
.wynd-website-kit #BorlabsCookieBox .brlbs-cmpnt-container h2.brlbs-cmpnt-h2 {
  font-size: calc(var(--dialog-font-size) * 0.875) !important;
  line-height: calc(var(--dialog-font-size) * 1.25) !important;
}

/* 
**************
* friendly captcha
**************
*/
.wynd-website-kit .elementor-field-type-frcaptcha {
  flex-direction: column;
}

.wynd-website-kit .frc-captcha {
  border-color: var(--color-input-border, #e9e9e9);
  border-radius: var(--border-radius-input);
  min-width: 340px;
  padding: 8px;
  width: 100%;
}

@media (min-width: 768px) {
  .wynd-website-kit .frc-captcha {
    width: auto;
  }
}

html[lang='en-US'] .wynd-website-kit .frc-captcha,
html[lang='en-GB'] .wynd-website-kit .frc-captcha {
  width: 100%;
}

/* limit width until breakpoint 390px + x padding 16px */
@media (min-width: 422px) {
  html[lang='en-US'] .wynd-website-kit .frc-captcha,
  html[lang='en-GB'] .wynd-website-kit .frc-captcha {
    min-width: 390px;
    width: auto;
  }
}

.wynd-website-kit .frc-content {
  overflow-y: hidden;
}

.wynd-website-kit .frc-icon {
  height: 40px;
  margin: 0 8px 0;
  width: 40px;
}

.wynd-website-kit .frc-button {
  background: none !important;
  border: none;
  border-radius: 0;
  margin-right: auto;
  margin-top: 4px;
  max-width: 300px;
  padding: 0;
  transition: var(--transition-default) all !important;
  width: auto;
}

.wynd-website-kit .frc-button:hover {
  background-color: transparent;
  border: none;
  color: var(--color-primary-dark);
}

.wynd-website-kit .frc-banner a {
  color: var(--color-text, #000000) !important;
  text-decoration: none;
}
