@font-face {
  font-family: "Century Gothic";
  src: url(../fonts/gothic.eot);
  src: local("Century Gothic"), url(../fonts/gothic.woff) format("woff"), url(../fonts/gothic.ttf) format("truetype");
}
body {
  min-height: 100svh;
}
@media (min-width: 576px) {
  body {
    font-size: 1rem;
  }
}

p:last-of-type {
  margin-bottom: 0;
}

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

.object-fit-center {
  -o-object-position: center;
     object-position: center;
}

.site-wrapper {
  min-height: 100svh;
}

.header {
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  transition: transform 0.4s ease-in-out;
  position: relative;
}
.header.is-hidden {
  transform: translateY(-100%);
}
.header.is-visible {
  transform: translateY(0);
}

.custom-logo {
  width: 120px;
  height: 83px !important;
  max-width: 100%;
}

.main-nav {
  --bs-navbar-nav-link-padding-y: 10px;
  --bs-navbar-nav-link-padding-x: 50px;
}
.main-nav .nav-link {
  color: #000;
  font-weight: 700;
  font-size: 1rem;
}
.main-nav .current-menu-item .nav-link {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}

.mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: perspective(80vw) rotateX(-5deg);
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}
.mobile-menu[data-open=true] {
  opacity: 1;
  pointer-events: all;
  transform: perspective(80vw) rotateX(0);
}

.btn-menu-toggler {
  position: relative;
  width: 32px;
  height: 24px;
  background-color: transparent !important;
}
.btn-menu-toggler span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-bottom: 1px solid #000;
  transition: all 0.2s;
}
.btn-menu-toggler span:first-child {
  top: 0%;
}
[data-menu-open=true] .btn-menu-toggler span:first-child {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}
.btn-menu-toggler span:nth-child(2) {
  opacity: 0;
}
[data-menu-open=true] .btn-menu-toggler span:nth-child(2) {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
[data-menu-open=true] .btn-menu-toggler span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btn-menu-toggler span:last-child {
  top: 100%;
}
[data-menu-open=true] .btn-menu-toggler span:last-child {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}

.front-page-slider .link {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  padding-right: 20px;
  color: #fff;
  text-decoration: none;
  align-self: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.front-page-slider .link:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.link-arrow-down {
  position: relative;
}
.link-arrow-down::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: solid black;
  border-width: 0 3px 3px 0;
  top: 24px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.product-info {
  height: 70svh;
}

.link-arrow-right {
  position: relative;
  text-decoration: none;
  padding-right: 30px;
}
.link-arrow-right:after {
  content: "";
  position: absolute;
  top: 53%;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}

.fw-600 {
  font-weight: 600;
}

.filter-link {
  position: relative;
  padding-right: 5px;
  text-decoration: none;
}
.filter-link.is-active {
  text-decoration: underline;
}

.counter-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  font-size: 0.7em;
  color: #6c757d;
}

.elementor a {
  text-decoration: underline;
}
.elementor a:hover {
  text-decoration: none;
}

.downloads-search {
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.downloads-search:focus {
  box-shadow: none;
}

.link-slider {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  padding-right: 20px;
  color: #fff;
  text-decoration: none !important;
  align-self: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.link-slider:after {
  content: "";
  position: absolute;
  top: 63%;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.subfooter {
  font-size: 0.825rem;
}/*# sourceMappingURL=theme.css.map */