/* THIS FILE IS GENERATED AUTOMATICALLY, DO NOT MODIFY IT DIRECTLY, ANY DIRECT CHANGES WILL BE LOST */
/* Last update: 2025-12-09T03:19:53+00:00 */

:root {
  --wa-page-container-width: 1500px;
  --wa-box-shadow-primary: 0 5px 40px rgb(0 0 0 / 6%);
  --wa-wa-box-shadow-primary--hover: 0 15px 40px rgb(0 0 0 / 6%);
  --wa-primary-border-color: var(--shade-light);
  --wa-subcategory-grid: repeat(3, 1fr);
  --wa-subcategory-grid-gap: var(--space-xs);
}
@media (max-width: 767px) {
  :root {
    --wa-subcategory-grid: repeat(2, 1fr);
  }
}

.wa-button {
  text-transform: uppercase;
  text-wrap: nowrap;
  transition: all 0.2s ease-in-out;
  border: 2px solid;
  font-weight: 800;
  overflow: hidden;
  position: relative;
  width: fit-content;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: var(--space-xs);
  z-index: 10;
  border-radius: var(--radius-xl);
}
.wa-button--s {
  font-size: calc(var(--text-s) * 1.2);
  padding-inline: var(--space-s);
  padding-block: calc(var(--space-xs) * 0.5);
}
.wa-button--m {
  font-size: var(--text-m);
  padding-inline: var(--space-m);
  padding-block: calc(var(--space-xs) * 1.3);
}
.wa-button__text {
  color: var(--white);
}
.wa-button__ico {
  height: 2rem;
  width: 2rem;
}
.wa-button__ico path {
  fill: var(--white);
  transition: all 0.2s ease-in-out;
}
.wa-button__ico--alt {
  transition: 0.2s all ease-in-out;
}
.wa-button__header {
  width: 6rem;
  min-width: 6rem;
  min-height: 6rem;
  height: 6rem;
  border-radius: 100%;
  padding: 0;
}
.wa-button__primary {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}
.wa-button__primary:hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
  color: var(--white);
}
.wa-button__primary:hover .wa-button__ico--alt {
  transform: rotate(45deg);
}
.wa-button__secondary {
  color: var(--primary);
  background-color: var(--white);
  border-color: var(--primary);
}
.wa-button__secondary .wa-button__text {
  color: var(--primary);
}
.wa-button__secondary:hover {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}
.wa-button__secondary:hover .wa-button__text {
  color: var(--white);
}
.wa-button__secondary--alt {
  color: var(--white);
  border-color: var(--secondary-light);
  background-color: var(--secondary-light);
}
.wa-button__secondary--alt:hover {
  border-color: var(--secondary-medium);
  background-color: var(--secondary-medium);
}
.wa-button__secondary--fb {
  text-transform: none;
  background-color: transparent;
  color: var(--base);
  padding-block: calc(var(--space-xs) * 1);
}
.wa-button__secondary--fb .wa-button__ico {
  height: 3.2rem;
  width: 3.2rem;
}
.wa-button__secondary--fb .wa-button__ico path {
  fill: var(--primary);
}
.wa-button__secondary--fb:hover .wa-button__ico path {
  fill: var(--white);
}
.wa-button__conversion {
  color: var(--white);
  background-color: var(--action);
  border-color: var(--action);
}
.wa-button__conversion:hover {
  background-color: var(--action-hover);
  border-color: var(--action-hover);
  color: var(--white);
}
.wa-button__conversion--alt {
  color: var(--action);
  border-color: var(--action);
  background-color: var(--white);
}
.wa-button__conversion--alt:hover {
  color: var(--white);
  border-color: var(--action);
  background-color: var(--action);
}
.wa-button__conversion--outofstock {
  background-color: var(--base-light);
  border-color: var(--base-light);
}
.wa-button__conversion--outofstock:hover {
  background-color: var(--base-medium) !important;
  border-color: var(--base-medium) !important;
}
.wa-button__outline {
  color: var(--primary);
  background-color: transparent;
  border-color: var(--primary);
}
.wa-button__outline:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.wa-button--reset {
  width: max-content;
  margin-bottom: var(--space-m);
}
.wa-button--reset .wpgb-facet button.wpgb-reset, .wa-button--reset .wpgb-facet button.wpgb-button {
  margin-bottom: 0;
  border-radius: 0 !important;
  background-color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  padding: var(--space-xs) var(--space-s);
  transition: all 0.2s ease-in-out;
}
.wa-button--reset .wpgb-facet button.wpgb-reset:hover, .wa-button--reset .wpgb-facet button.wpgb-button:hover {
  color: var(--primary-light-trans-60);
}
.wa-button--load {
  width: max-content;
  align-content: center;
}
.wa-button--load .wpgb-facet button.wpgb-button {
  margin-bottom: 0;
  border-radius: 0 !important;
  background-color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  padding: var(--space-xs) var(--space-s);
  transition: all 0.2s ease-in-out;
}
.wa-button--load .wpgb-facet button.wpgb-button:hover {
  color: var(--primary-light-trans-60);
}
.wa-button--cta {
  justify-content: center;
  gap: var(--space-s);
}
@media (max-width: 767px) {
  .wa-button__header {
    width: 4.8rem;
    height: 4.8rem;
    min-width: 4.8rem;
    min-height: 4.8rem;
  }
}




@media (min-width: 768px) {
  body .wa-topless {
    padding-top: 0 !important;
  }
  body .wa-topless--xxl {
    padding-top: var(--space-xxl) !important;
  }
  body .wa-topless--xl {
    padding-top: var(--space-xl) !important;
  }
  body .wa-topless--l {
    padding-top: var(--space-l) !important;
  }
  body .wa-topless--m {
    padding-top: var(--space-m) !important;
  }
  body .wa-topless--s {
    padding-top: var(--space-s) !important;
  }
  body .wa-topless--xs {
    padding-top: var(--space-xs) !important;
  }
  body .wa-bottomless {
    padding-bottom: 0 !important;
  }
  body .wa-bottomless--xxl {
    padding-bottom: var(--space-xxl) !important;
  }
  body .wa-bottomless--xl {
    padding-bottom: var(--space-xl) !important;
  }
  body .wa-bottomless--l {
    padding-bottom: var(--space-l) !important;
  }
  body .wa-bottomless--m {
    padding-bottom: var(--space-m) !important;
  }
  body .wa-bottomless--s {
    padding-bottom: var(--space-s) !important;
  }
  body .wa-bottomless--xs {
    padding-bottom: var(--space-xs) !important;
  }
}
@media (max-width: 767px) {
  body .wa-mobile-topless {
    padding-top: 0 !important;
  }
  body .wa-mobile-topless--xxl {
    padding-top: var(--space-xxl) !important;
  }
  body .wa-mobile-topless--xl {
    padding-top: var(--space-xl) !important;
  }
  body .wa-mobile-topless--l {
    padding-top: var(--space-l) !important;
  }
  body .wa-mobile-topless--m {
    padding-top: var(--space-m) !important;
  }
  body .wa-mobile-topless--s {
    padding-top: var(--space-s) !important;
  }
  body .wa-mobile-topless--xs {
    padding-top: var(--space-xs) !important;
  }
  body .wa-mobile-bottomless {
    padding-bottom: 0 !important;
  }
  body .wa-mobile-bottomless--xxl {
    padding-bottom: var(--space-xxl) !important;
  }
  body .wa-mobile-bottomless--xl {
    padding-bottom: var(--space-xl) !important;
  }
  body .wa-mobile-bottomless--l {
    padding-bottom: var(--space-l) !important;
  }
  body .wa-mobile-bottomless--m {
    padding-bottom: var(--space-m) !important;
  }
  body .wa-mobile-bottomless--s {
    padding-bottom: var(--space-s) !important;
  }
  body .wa-mobile-bottomless--xs {
    padding-bottom: var(--space-xs) !important;
  }
}
.wa-hp-global-container {
  display: flex;
  flex-direction: column;
  row-gap: var(--space-m);
  align-items: center;
  justify-content: center;
}
.wa-form {
  display: flex;
  flex-direction: column;
  row-gap: var(--space-m);
  padding: calc(var(--space-xl)* .9) var(--space-l);
  border-radius: var(--radius-xl);
  background-color: var(--white);
  box-shadow: 0px 0px 70px 0px var(--primary-light-trans-20);
}
.wa-form__single-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-m);
}
.wa-form__half-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-m);
}
@media (max-width: 767px) {
  .wa-form__half-row {
    grid-template-columns: 1fr !important;
  }
}
.wa-form__shortcode {
  padding: var(--space-l);
  background-color: var(--accent);
  border-radius: var(--radius-m);
}
.wa-form a {
  color: var(--primary);
  position: relative;
  transition: 0.2s all ease-in-out;
  text-wrap: nowrap;
}
.wa-form a:before {
  display: block;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0;
  width: 100%;
  border-bottom: 0.1rem solid var(--primary);
  content: "";
  transition: transform 0.4s cubic-bezier(0.28, 0.75, 0.22, 0.95);
  transform: scaleX(1);
  transform-origin: right center;
}
.wa-form a:after {
  display: block;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0;
  width: 100%;
  border-bottom: 0.1rem solid var(--primary-hover);
  content: "";
  transition: transform 0.4s cubic-bezier(0.28, 0.75, 0.22, 0.95);
  transform: scaleX(0);
  transform-origin: right center;
}
.wa-form a:hover {
  color: var(--primary-hover);
}
.wa-form a:hover:after {
  transform: scale(1);
  transform-origin: left center;
}
.wa-form .wpcf7-acceptance label {
  font-weight: 400;
  position: relative;
}
.wa-form .wpcf7-acceptance label::after {
  font-size: var(--text-xl);
}
.wa-form__tel .wpcf7-form-control-wrap {
  position: relative;
}
.wa-form__tel .wpcf7-form-control-wrap::before {
  position: absolute;
  top: 0%;
  content: "+421";
  background: url(/wp-content/uploads/svk_flag.png);
  background-position: left center;
  background-size: 2rem;
  background-repeat: no-repeat;
  padding-left: 2.5rem;
}
.wa-form__tel .wpcf7-form-control-wrap input[type=tel] {
  padding-left: 6rem;
}
.wa-form label {
  display: flex;
  color: var(--base);
  font-weight: 600;
  font-size: calc(var(--text-m) * .9);
  margin-bottom: 0;
}
.wa-form label:after {
  content: "*";
  margin-left: 0.2rem;
  color: red;
  font-size: var(--text-l);
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-spinner {
  display: none !important;
}
.wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}




body.bricks-is-frontend input[type=text], body.bricks-is-frontend textarea, body.bricks-is-frontend input[type=email], body.bricks-is-frontend input[type=tel], body.bricks-is-frontend input[type=number], body.bricks-is-frontend input[type=password] {
  border: none;
  border-bottom: 2px solid var(--base-ultra-light);
  background-color: transparent;
  outline: none !important;
  color: var(--base);
  transition: 0.2s all ease-in-out;
  padding-left: 0;
  padding-right: 0;
}
body.bricks-is-frontend input[type=text]::placeholder, body.bricks-is-frontend textarea::placeholder, body.bricks-is-frontend input[type=email]::placeholder, body.bricks-is-frontend input[type=tel]::placeholder, body.bricks-is-frontend input[type=number]::placeholder, body.bricks-is-frontend input[type=password]::placeholder {
  color: var(--base-semi-light);
}
body.bricks-is-frontend input[type=text]:focus, body.bricks-is-frontend input[type=text]:focus-visible, body.bricks-is-frontend textarea:focus, body.bricks-is-frontend textarea:focus-visible, body.bricks-is-frontend input[type=email]:focus, body.bricks-is-frontend input[type=email]:focus-visible, body.bricks-is-frontend input[type=tel]:focus, body.bricks-is-frontend input[type=tel]:focus-visible, body.bricks-is-frontend input[type=number]:focus, body.bricks-is-frontend input[type=number]:focus-visible, body.bricks-is-frontend input[type=password]:focus, body.bricks-is-frontend input[type=password]:focus-visible {
  border-color: var(--base);
}
body.bricks-is-frontend input[type=text]:hover, body.bricks-is-frontend textarea:hover, body.bricks-is-frontend input[type=email]:hover, body.bricks-is-frontend input[type=tel]:hover, body.bricks-is-frontend input[type=number]:hover, body.bricks-is-frontend input[type=password]:hover {
  border-color: var(--base);
}
body.bricks-is-frontend .woocommerce-input-wrapper .field-label {
  font-size: calc(var(--text-m) * .85) !important;
  color: var(--base) !important;
  margin-bottom: calc(var(--space-xs) * .5) !important;
}
body.bricks-is-frontend input[type=text], body.bricks-is-frontend input[type=email], body.bricks-is-frontend input[type=tel], body.bricks-is-frontend input[type=number], body.bricks-is-frontend input[type=password] {
  height: 4rem;
  min-height: 4rem;
}
body.bricks-is-frontend textarea {
  max-height: 15rem;
  resize: none;
}
body.bricks-is-frontend label {
  display: flex;
  position: relative;
  color: var(--base);
  font-weight: 600;
  font-size: calc(var(--text-m)* .9);
  margin-bottom: 0;
}
body.bricks-is-frontend input[type=checkbox] {
  opacity: 0;
  margin-right: var(--space-xs);
  position: relative;
  z-index: 1;
  cursor: pointer;
  min-height: 1.5rem;
  height: 2rem;
  min-width: 1.5rem;
  width: 2rem;
}
body.bricks-is-frontend input[type=checkbox] ~ span {
  display: inline-block;
  line-height: 1;
}
body.bricks-is-frontend input[type=checkbox] ~ span:before {
  content: "";
  min-height: 1.5rem;
  height: 2rem;
  min-width: 1.5rem;
  width: 2rem;
  position: absolute;
  left: 0;
  margin-top: -3px;
  border: 2px solid var(--base);
  background-color: transparent;
  border-radius: calc(var(--radius-xs)*.5);
  transition: 0.2s all ease-in-out;
  background-size: 1.2rem;
  background-repeat: no-repeat;
  background-position: center center;
}
body.bricks-is-frontend input[type=checkbox]:hover ~ span:before {
  box-shadow: 0px 5px 15px var(--base-light);
}
body.bricks-is-frontend input[type=checkbox]:checked ~ span:before {
  background: url(/wp-content/uploads/checked.svg);
  background-size: 1.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(--base);
}
body.bricks-is-frontend input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  margin-right: var(--space-xs);
  min-height: 1.5rem;
  height: 1.9rem;
  min-width: 1.5rem;
  width: 1.9rem;
  padding: 0.7rem;
  outline: none;
  cursor: pointer;
  border-radius: 100%;
  border: 2px solid var(--base-light);
  background: transparent;
  transition: 0.2s all ease-in-out;
}
body.bricks-is-frontend input[type=radio]:hover {
  border-color: var(--primary);
  box-shadow: 0px 5px 15px var(--primary-light);
}
body.bricks-is-frontend input[type=radio] ~ span {
  line-height: 1;
}
body.bricks-is-frontend input[type=radio] ~ span:before {
  display: none;
}
body.bricks-is-frontend input[type=radio]:checked {
  border-color: var(--primary);
  background: var(--base);
  box-shadow: inset 0 0 0 3px var(--white), 0 0 0px var(--base);
}
body.bricks-is-frontend input[type=submit] {
  background-color: var(--white);
  transition: 0.2s all ease-in-out;
  border-radius: var(--radius-xl);
  padding-inline: var(--space-m);
  padding-block: calc(var(--space-xs));
  border: 2px solid;
  border-color: var(--action);
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: var(--action);
  line-height: 1.8;
}
body.bricks-is-frontend input[type=submit]:hover {
  color: var(--white);
  background-color: var(--action);
  border-color: var(--action);
}
@media (max-width: 479px) {
  input[type=submit] {
    width: 100%;
  }
}
#brx-content {
  display: flex;
  flex-direction: column;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: var(--secondary);
}
body::-webkit-scrollbar-thumb {
  background: var(--primary);
}
.wa-main-wrapper {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  gap: var(--space-xs);
}
.wa-main__title {
  font-size: var(--text-xxl);
  font-weight: 700;
  color: var(--base);
}
.wa-main__subtitle {
  font-size: var(--text-xl);
  color: var(--base);
}
.wa-breadcrumbs .item {
  color: var(--base-light);
  transition: 0.2s all ease-in-out;
  position: relative;
  line-height: 1;
}
.wa-breadcrumbs .item[aria-current="page"] {
  color: var(--base);
  font-weight: 600;
  pointer-events: none;
}
.wa-breadcrumbs .item:after {
  display: block;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0;
  width: 100%;
  border-bottom: 0.1rem solid var(--base);
  content: "";
  transition: transform 0.6s cubic-bezier(0.28, 0.75, 0.22, 0.95);
  transform: scaleX(0);
  transform-origin: right center;
}
.wa-breadcrumbs .item:first-child {
  font-size: 0;
  width: 2rem;
  height: 2rem;
}
.wa-breadcrumbs .item:first-child:before {
  content: "";
  mask: url("/wp-content/uploads/home.svg");
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: var(--base-light);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.2s all ease-in-out;
}
.wa-breadcrumbs .item:first-child:after {
  top: calc(100% + 0.3rem);
}
.wa-breadcrumbs .item:hover {
  color: var(--base);
}
.wa-breadcrumbs .item:hover:before {
  background-color: var(--base);
}
.wa-breadcrumbs .item:hover:after {
  transform: scale(1);
  transform-origin: left center;
}
.wa-breadcrumbs svg {
  height: 1.2rem;
}
.wa-breadcrumbs svg path {
  stroke: var(--base-light);
  stroke-width: 1;
}
.wa-hero {
  align-items: center;
}
.wa-hero__left {
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
}
.wa-hero__img {
  height: 50rem;
  border-radius: var(--radius-xxl);
  position: relative;
  overflow: hidden;
}
.wa-hero__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  object-position: right center;
}
.wa-hero__heading {
  font-size: calc(var(--text-xxl) * 1.2);
  font-weight: 400;
}
.wa-hero__desc {
  color: var(--base-medium);
  font-weight: 400;
}
.wa-hero__desc strong {
  color: var(--base);
}
.wa-info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--space-m);
  background-color: var(--primary-light-trans-10);
  border-radius: var(--radius-xl);
  gap: var(--space-s);
}
.wa-info-box__icon {
  height: 8rem;
  width: 8rem;
}
.wa-info-box__text {
  text-align: center;
  font-weight: 700;
  max-width: 13rem;
}
.wa-info-box__text--small {
  font-size: var(--text-s);
  font-weight: 500;
  max-width: unset;
  margin: 0;
  color: var(--base-medium);
}
.wa-info-box--alt .wa-info-box__icon {
  height: 7rem;
  width: 7rem;
  object-fit: contain;
}
.wa-info-box--alt .wa-info-box__text {
  white-space: nowrap;
  max-width: unset;
}
.wa-benefit-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-s);
  text-align: center;
}
.wa-benefit-box__icon {
  width: 8.5rem;
  height: 8.5rem;
  object-fit: contain;
}
.wa-benefit-box__title {
  font-size: vat(--text-l);
  font-weight: 700;
}
.wa-product-benefit {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: var(--space-s) 0 var(--space-s) 0;
}
.wa-product-benefit-section {
  padding-top: var(--space-s);
  padding-bottom: 0;
}
.wa-product-benefit-container {
  padding: 0 var(--space-m);
  background-color: var(--primary-light-trans-10);
  border-radius: var(--radius-xl);
  position: relative;
}
.wa-product-benefit-container:after {
  content: none;
  position: absolute;
  width: 10%;
  height: 100%;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.wa-product-benefit-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: var(--space-m);
  width: 100%;
  overflow: auto;
}
.wa-product-benefit-wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.wa-product-benefit__icon {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  object-fit: contain;
  min-height: 2rem;
  margin-right: var(--space-xs);
}
.wa-product-benefit__title {
  font-weight: 700;
  margin-right: 0.4rem;
}
@media (max-width: 1120px) {
  .wa-product-benefit:last-child {
    padding-right: var(--section-padding-block);
    z-index: 1;
  }
  .wa-product-benefit-section {
    padding-right: 0;
  }
  .wa-product-benefit-wrapper {
    justify-content: flex-start;
  }
  .wa-product-benefit-container {
    padding-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .wa-product-benefit-container:after {
    content: "";
  }
}
.wa-specific-faq {
  align-items: center;
}
.wa-specific-faq-section {
  padding-top: 0;
}
.wa-specific-faq-left {
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
  max-width: 80%;
}
.wa-specific-faq__heading {
  font-size: var(--text-xxl);
  font-weight: 700;
  line-height: 1.2;
}
.wa-specific-faq__heading span {
  color: var(--primary);
}
.wa-specific-faq__subheading {
  color: var(--base-medium);
  font-weight: 600;
}
.wa-map {
  border-radius: var(--radius-xl);
  height: 100%;
  min-height: 35rem;
  pointer-events: none;
}
.wa-map-wrapper {
  position: relative;
  height: 100%;
}
.wa-map-cta {
  position: absolute;
  bottom: var(--space-s);
  right: var(--space-s);
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-xl);
  background-color: var(--white);
  padding: var(--space-s);
  box-shadow: 0px 0px 70px 0px var(--primary-light-trans-20);
}
.wa-map-cta__title {
  font-size: var(--text-m);
  font-weight: 700;
}
.wa-map-cta__subtitle {
  font-size: var(--text-m);
  max-width: 25ch;
}
.wa-map-cta .wa-button {
  margin-top: var(--space-xs);
  width: 100%;
}
.wa-map .gmnoprint, .wa-map a {
  display: none;
}
.wa-lang-switcher {
  display: flex;
  align-items: center;
  margin-left: var(--space-s);
}
.wa-lang-switcher .sub-menu {
  background: var(--white);
  box-shadow: 0px 5px 15px var(--base-trans-20);
  border-radius: var(--radius-s);
  overflow: hidden;
  min-width: auto;
  display: flex;
  flex-direction: column;
  left: -0.8rem;
  top: 3.2rem;
}
.wa-lang-switcher .sub-menu .menu-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.wa-lang-switcher .sub-menu .menu-item a {
  transition: 0.3s all ease-in-out;
  display: flex;
  color: var(--base);
  line-height: 1;
  padding: var(--space-xs) !important;
  width: 100%;
}
.wa-lang-switcher .sub-menu .menu-item a:hover {
  background: var(--base-ultra-light);
}
.wa-lang-switcher .menu-item {
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: calc(var(--text-s) * 1.15);
}
.wa-lang-switcher .menu-item a::before {
  display: block;
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  background-repeat: no-repeat !important;
  margin-right: 0.8rem;
}
.wa-lang-switcher .sk-lang a {
  color: var(--base) !important;
  font-weight: 700;
  display: flex !important;
  flex-direction: row;
  align-items: center;
}
.wa-lang-switcher .sk-lang a::before {
  background: url(/wp-content/themes/wooptima-theme/assets/icons/countries/sk.svg);
}
.wa-lang-switcher .cz-lang > a::before {
  background: url(/wp-content/themes/wooptima-theme/assets/icons/countries/cz.svg);
}
.wa-lang-switcher .hu-lang > a::before {
  background: url(/wp-content/themes/wooptima-theme/assets/icons/countries/hu.svg);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  animation: pulse-error 2s infinite;
  box-shadow: 0 0 0 rgba(255, 233, 233, 0.95);
  background: #ffe9e9 !important;
  color: #a92f2f;
  border: none;
  margin-bottom: var(--space-m) !important;
  border-radius: var(--radius-s);
  border: none !important;
  padding: 1.2em 2em 1.2em 4em;
  margin: 1.6rem 0rem;
  position: relative;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.wpcf7 form.invalid .wpcf7-response-output::before, .wpcf7 form.unaccepted .wpcf7-response-output::before, .wpcf7 form.payment-required .wpcf7-response-output::before {
  background: url(/wp-content/themes/wooptima-theme/assets/icons/alert-notification.svg);
  content: "" !important;
  background-size: cover !important;
  width: 2.6rem;
  height: 2.6rem;
  display: block;
  position: absolute;
  top: 1.2em;
  left: 1.5em;
}
.wpcf7 form.sent .wpcf7-response-output {
  animation: pulse-message 2s infinite;
  box-shadow: 0 0 0 rgba(242, 250, 228, 0.95);
  background: #f7ffea !important;
  color: #7fa92f;
  margin-bottom: var(--space-m) !important;
  border-radius: var(--radius-s);
  border: none !important;
  padding: 1.2em 2em 1.2em 4em;
  margin: 1.6rem 0rem;
  position: relative;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.wpcf7 form.sent .wpcf7-response-output::before {
  background: url(/wp-content/themes/wooptima-theme/assets/icons/check-notification.svg);
  content: "" !important;
  background-size: cover !important;
  width: 2.6rem;
  height: 2.6rem;
  display: block;
  position: absolute;
  top: 1.2em;
  left: 1.5em;
}
@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr td.order-actions, .woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .woocommerce table.shop_table_responsive tr td.actions::before, .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce-page table.shop_table_responsive tr td.actions::before, .woocommerce-page table.shop_table_responsive tr td.product-remove::before {
    display: none;
  }
  .woocommerce table.my_account_orders tr td.order-actions, .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left;
  }
  .woocommerce table.my_account_orders tr td.order-actions::before, .woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none;
  }
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
  .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
    width: 100%;
  }
  .woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: left;
  }
  .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
    width: 48%;
    box-sizing: border-box;
  }
  .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
    display: block;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 100%;
    text-align: left;
  }
  .woocommerce-page.woocommerce-checkout form.login .form-row, .woocommerce.woocommerce-checkout form.login .form-row {
    width: 100%;
  }
  .woocommerce #payment .terms, .woocommerce-page #payment .terms {
    text-align: left;
  }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
    box-sizing: border-box;
  }
  .woocommerce .lost_reset_password .form-row-first, .woocommerce .lost_reset_password .form-row-last, .woocommerce-page .lost_reset_password .form-row-first, .woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.woocommerce div.woocommerce-error, .woocommerce div.woocommerce-message, .woocommerce div.woocommerce-info {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
  margin-bottom: var(--space-m) !important;
  border-radius: var(--radius-s);
  border: none !important;
  padding: 1.2em 2em 1.2em 4em;
  margin: 0 0 2em;
  position: relative;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.woocommerce .woocommerce-error > a, .woocommerce .woocommerce-message > a, .woocommerce .woocommerce-info > a {
  margin-left: 0.4rem;
  padding: 0 !important;
  color: inherit !important;
  background: none !important;
  text-transform: none !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.woocommerce .woocommerce-error > a:hover, .woocommerce .woocommerce-message > a:hover, .woocommerce .woocommerce-info > a:hover {
  text-decoration: none !important;
  box-shadow: none !important;
}
.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info::before {
  content: "" !important;
  background-size: cover !important;
  width: 2.6rem;
  height: 2.6rem;
  display: block;
  position: absolute;
  top: 1.2em;
  left: 1.5em;
}
@-webkit-keyframes pulse-error {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 233, 233, 0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 233, 233, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 233, 233, 0);
  }
}
@keyframes pulse-error {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 233, 233, 0.95);
    box-shadow: 0 0 0 0 rgba(255, 233, 233, 0.95);
  }
  70% {
    -moz-box-shadow: 0 0 0 12px rgba(255, 233, 233, 0);
    box-shadow: 0 0 0 12px rgba(255, 233, 233, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 233, 233, 0);
    box-shadow: 0 0 0 0 rgba(255, 233, 233, 0);
  }
}
@-webkit-keyframes pulse-message {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 250, 228, 0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(242, 250, 228, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 250, 228, 0);
  }
}
@keyframes pulse-message {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(242, 250, 228, 0.95);
    box-shadow: 0 0 0 0 rgba(242, 250, 228, 0.95);
  }
  70% {
    -moz-box-shadow: 0 0 0 12px rgba(242, 250, 228, 0);
    box-shadow: 0 0 0 12px rgba(242, 250, 228, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(242, 250, 228, 0);
    box-shadow: 0 0 0 0 rgba(242, 250, 228, 0);
  }
}
@-webkit-keyframes pulse-info {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 249, 237, 0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 249, 237, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 249, 237, 0);
  }
}
@keyframes pulse-info {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 249, 237, 0.95);
    box-shadow: 0 0 0 0 rgba(255, 249, 237, 0.95);
  }
  70% {
    -moz-box-shadow: 0 0 0 12px rgba(255, 249, 237, 0);
    box-shadow: 0 0 0 12px rgba(255, 249, 237, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 249, 237, 0);
    box-shadow: 0 0 0 0 rgba(255, 249, 237, 0);
  }
}
.woocommerce .woocommerce-error {
  animation: pulse-error 2s infinite;
  box-shadow: 0 0 0 rgba(255, 233, 233, 0.95);
  background: #ffe9e9 !important;
  color: #a92f2f;
}
.woocommerce .woocommerce-error a {
  color: #a92f2f;
  font-weight: 700;
}
.woocommerce .woocommerce-error a:hover {
  color: #a92f2f;
  text-decoration: underline;
}
.woocommerce .woocommerce-error::before {
  background: url(/wp-content/themes/wooptima-theme/assets/icons/alert-notification.svg);
}
.woocommerce .woocommerce-message {
  animation: pulse-message 2s infinite;
  box-shadow: 0 0 0 rgba(242, 250, 228, 0.95);
  background: #f7ffea !important;
  color: #7fa92f;
}
.woocommerce .woocommerce-message a {
  color: #7fa92f;
  font-weight: 700;
}
.woocommerce .woocommerce-message a:hover {
  color: #7fa92f;
  text-decoration: underline;
}
.woocommerce .woocommerce-message::before {
  background: url(/wp-content/themes/wooptima-theme/assets/icons/check-notification.svg);
}
.woocommerce .woocommerce-info {
  animation: pulse-info 2s infinite;
  box-shadow: 0 0 0 rgba(255, 249, 237, 0.95);
  background: #fff9ed !important;
  color: #DCAD43;
}
.woocommerce .woocommerce-info a {
  color: #DCAD43;
  font-weight: 700;
}
.woocommerce .woocommerce-info a:hover {
  color: #DCAD43;
  text-decoration: underline;
}
.woocommerce .woocommerce-info::before {
  background: url(/wp-content/themes/wooptima-theme/assets/icons/info-notification.svg);
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: var(--primary);
  border-radius: var(--radius-xl);
  font-size: var(--text-m);
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: var(--space-s) var(--space-l);
  color: var(--shade-white);
  transition: 0.2s all ease-in-out;
  border: none;
  cursor: pointer;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: var(--primary-hover);
  color: var(--shade-white);
  box-shadow: 0px 15px 30px var(--primary-ultra-light);
}
.woocommerce form label {
  margin: 0;
}
.woocommerce .checkout .blockUI.blockOverlay {
  display: none !important;
}
.woocommerce-invalid label {
  color: #a92f2f !important;
}
.woocommerce-invalid label a {
  color: #a92f2f !important;
}
label.screen-reader-text {
  display: none;
}
span.required {
  color: #a92f2f;
}
@media (max-width: 991px) {
  .wa-specific-faq-left {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .wa-info-box--alt {
    flex-direction: row;
    justify-content: flex-start;
  }
  .wa-info-box--alt .wa-info-box__text {
    text-align: left;
  }
  .wa-info-box--alt .wa-info-box__icon {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .wa-hero__heading {
    font-size: var(--text-xxl);
  }
  .wa-hero__img {
    height: 35rem;
  }
  .wa-benefit-box__icon {
    height: 5rem;
    width: 5rem;
  }
  .wa-info-box {
    border-radius: var(--radius-l);
  }
  .wa-info-box__icon {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 479px) {
  .wa-hero__img {
    border-radius: var(--radius-l);
    height: 25rem;
  }
}
