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

body .wa-prefooter {
  gap: var(--space-l);
}
body .wa-prefooter-section {
  padding-bottom: var(--space-m);
  position: relative;
}
body .wa-prefooter-section::after {
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  top: 0;
  width: calc(100% - var(--space-s));
  max-width: 170rem;
  height: 100%;
  z-index: -1;
}
body .wa-prefooter-section--alt {
  padding-bottom: var(--space-xl);
}
body .wa-prefooter-section--alt .wa-prefooter {
  width: 1034px;
  padding-inline: calc(var(--space-xxl)* .85);
}
body .wa-prefooter-section--alt::after {
  max-width: 1034px;
}
body .wa-prefooter-right {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
body .wa-prefooter-bottom {
  width: 100%;
}
body .wa-prefooter-contact {
  border-radius: var(--radius-xl);
  background-color: var(--white);
  box-shadow: 0px 0px 70px 0px var(--primary-light-trans-20);
  padding: var(--space-m);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-m);
}
body .wa-prefooter-contact img {
  max-height: 8.6rem;
  object-fit: contain;
  width: auto;
}
body .wa-prefooter-contact__title {
  font-weight: 700;
  font-size: calc(var(--text-l)* .9);
}
body .wa-prefooter-contact__desc {
  font-size: calc(var(--text-m)* .85);
  color: var(--base-medium);
}
body .wa-prefooter-contact-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}
body .wa-prefooter-contact-bottom {
  display: flex;
  flex-direction: row;
  gap: var(--space-xs);
  align-items: flex-start;
}
body .wa-prefooter-contact-bottom svg {
  min-height: 2rem;
  min-width: 2rem;
}
body .wa-prefooter-contact-bottom svg path {
  fill: var(--base-light);
}
body .wa-prefooter-contact-inner {
  display: flex;
  flex-direction: row;
  column-gap: var(--space-xs);
  align-items: center;
  flex-wrap: wrap;
}
body .wa-prefooter-contact .wa-footer-contacts__text {
  color: var(--base);
}
body .wa-prefooter-contact .wa-footer-contacts__text::after {
  border-color: var(--base);
}
body .wa-prefooter-contact .wa-footer-contacts__text:hover {
  color: var(--base);
}
body .wa-prefooter-contact .wa-footer-contacts__text:hover::after {
  transform: scale(1);
  transform-origin: left center;
}
body .wa-footer {
  background-color: var(--base);
  border-radius: var(--radius-xxl);
  padding: calc(var(--space-xxl)* .9) var(--space-xl);
  gap: var(--space-xxl);
}
body .wa-footer-section {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
body .wa-footer-section--checkout {
  padding-block: var(--space-m) !important;
}
body .wa-footer-section--checkout .wa-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-m) var(--space-l);
}
body .wa-footer-section--checkout .wa-footer * {
  font-size: var(--text-m) !important;
  text-align: center;
}
body .wa-footer-section--checkout .wa-footer-right {
  align-items: center;
  color: var(--white) !important;
  gap: var(--space-m);
}
body .wa-footer__logo {
  height: 6.8rem;
  position: relative;
  width: auto;
}
body .wa-footer__logo img {
  width: auto;
  object-fit: contain;
}
body .wa-footer-copy {
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body .wa-footer-copy__text {
  font-size: var(--text-s);
  text-align: center;
  color: var(--base);
}
body .wa-footer-copy__text a {
  transition: 0.2s;
  font-weight: 700;
  color: var(--white);
}
body .wa-footer-copy__text a:hover {
  color: var(--primary);
}
body .wa-footer-left {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  color: var(--white);
  font-size: calc(var(--text-l)* .9);
  line-height: 1.4;
}
body .wa-footer-left-inner {
  display: flex;
  flex-direction: row;
  gap: var(--space-xs);
}
body .wa-footer-left__img {
  max-width: 5.6rem;
}
body .wa-footer-contacts {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}
body .wa-footer-contacts__icon {
  display: flex;
  width: 2rem;
  height: 2rem;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  color: var(--white);
  transition: 0.2s all ease-in-out;
}
body .wa-footer-contacts__text {
  transition: 0.2s all ease-in-out;
  color: var(--white);
  position: relative;
}
body .wa-footer-contacts__text:after {
  display: block;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0;
  width: 100%;
  border-bottom: 0.1rem solid var(--white);
  content: "";
  transition: transform 0.6s cubic-bezier(0.28, 0.75, 0.22, 0.95);
  transform: scaleX(0);
  transform-origin: right center;
}
body .wa-footer-contacts a {
  transition: 0.2s all ease-in-out;
  width: fit-content;
  color: var(--white);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-s);
}
body .wa-footer-contacts a svg path {
  transition: 0.2s all ease-in-out;
}
body .wa-footer-contacts a:hover {
  color: var(--white);
}
body .wa-footer-contacts a:hover svg path {
  fill: var(--secondary-medium);
}
body .wa-footer-contacts a:hover .wa-footer-contacts__text:after {
  transform: scale(1);
  transform-origin: left center;
}
body .wa-footer-contacts-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-s);
}
body .wa-footer-socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-s);
}
body .wa-footer-socials__heading {
  font-weight: 700;
}
body .wa-footer-socials-inner {
  display: flex;
  flex-direction: row;
  column-gap: var(--space-s);
  align-items: center;
}
body .wa-footer-socials-inner-box {
  height: 2.5rem;
}
body .wa-footer-socials a {
  height: 3.2rem;
  width: 3.2rem;
}
body .wa-footer-socials__icon {
  width: 3.2rem;
  height: 3.2rem;
}
body .wa-footer-socials__icon path {
  transition: 0.2s all ease-in-out;
}
body .wa-footer-socials__icon:hover path {
  fill: var(--secondary-medium);
}
body .wa-footer-right {
  display: flex;
  flex-direction: row;
  gap: var(--space-xxl);
}
body .wa-footer-right__heading {
  font-size: calc(var(--text-l) * 0.8);
  color: var(--white);
  font-weight: 700;
}
body .wa-footer-right__menu ul {
  flex-direction: column !important;
  gap: var(--space-xs);
}
body .wa-footer-right__menu ul li {
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  column-gap: calc(var(--space-xs) * 0.5);
  align-items: center;
  transition: 0.2s all ease-in-out;
}
body .wa-footer-right__menu ul li a {
  transition: 0.2s all ease-in-out;
  position: relative;
  width: fit-content !important;
  color: var(--white);
  text-wrap: nowrap;
}
body .wa-footer-right__menu ul li a:after {
  display: block;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0;
  width: 100%;
  border-bottom: 0.1rem solid var(--white);
  content: "";
  transition: transform 0.6s cubic-bezier(0.28, 0.75, 0.22, 0.95);
  transform: scaleX(0);
  transform-origin: right center;
}
body .wa-footer-right__menu ul li a:hover {
  color: var(--white);
}
body .wa-footer-right__menu ul li a:hover:after {
  transform: scale(1);
  transform-origin: left center;
}
body .wa-footer-right__menu ul li .aria-current a:after, body .wa-footer-right__menu ul li a[aria-current=page]:after {
  transform: scale(1) !important;
  transform-origin: left center !important;
}
body .wa-footer-right__menu ul li .aria-current a, body .wa-footer-right__menu ul li a[aria-current=page] {
  color: var(--white);
}
@media (max-width: 1370px) {
  body .wa-footer {
    gap: var(--space-xl);
  }
  body .wa-footer-right {
    gap: var(--space-m);
    justify-content: space-between;
  }
}
@media (max-width: 1050px) {
  body .wa-prefooter-section::after {
    background: none;
    background-size: cover;
    border-radius: var(--radius-l);
    background-color: var(--primary-light-trans-10);
    height: 90%;
  }
  body .wa-footer {
    grid-template-columns: 1fr;
  }
  body .wa-footer-section--checkout .wa-footer {
    flex-direction: column-reverse;
    align-items: center;
    gap: var(--space-m);
  }
  body .wa-footer-section--checkout .wa-footer-right {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  body .wa-prefooter-contact img {
    max-height: 7.2rem;
    max-width: 7.2rem;
  }
}
@media (max-width: 767px) {
  body .wa-prefooter-section {
    padding-inline: calc(var(--gutter) + var(--space-s));
  }
  body .wa-prefooter-section::after {
    width: calc(100% - var(--space-l));
  }
  body .wa-prefooter-section--alt .wa-prefooter {
    padding-inline: 0;
  }
  body .wa-prefooter-contact {
    border-radius: var(--radius-l);
  }
  .wa-form, .wa-map, .wa-map-cta {
    border-radius: var(--radius-l);
  }
  body .wa-footer {
    padding: var(--space-xxl) var(--space-s);
    border-radius: var(--radius-l);
  }
  body .wa-footer-right {
    gap: var(--space-xl);
    flex-direction: column;
  }
}
@media (max-width: 479px) {
  body .wa-footer-copy {
    flex-direction: column-reverse;
  }
  body .wa-footer-socials a, body .wa-footer-socials__icon {
    height: 2.4rem;
    width: 2.4rem;
  }
}
@media (max-width: 374px) {
  .wa-map-cta {
    width: calc(100% - 2* var(--space-s));
  }
}
