@charset "UTF-8";

body {
  font-family: "NewParis Skyline";
  letter-spacing: 0.5px;
  line-height: 1.4;
}

:root {
  --jet: #393939;
  --brunswick-green: #374D39;
  --feldgrau: #3B5047;
  --forest-green: #3F863F;
  --pistachio: #8DC877;
  --icterine: #FAFC70;
  --seashell1: #FDF6F1;
  --baby-powder: #F9F9F5;
  --antiflash-white: #EFEFEF;
  --alabaster: #E5E8DE;
}

hr {
  padding: 0;
  margin: 0;
  height: 1px;
  opacity: 1;
  background-color: currentColor;
  border: none;
}

.container {
  max-width: 1720px;
  padding-inline: clamp(25px, 5vw, 100px);
}

@media (max-width: 768px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 1s;
}

.animated.hinge-2 {
  animation-duration: 2s;
}

.animated.hinge-3 {
  animation-duration: 3s;
}

.animated.hinge-4 {
  animation-duration: 4s;
}

.animated.delay {
  animation-delay: 100s;
}

.animated.delay-1 {
  animation-delay: 100ms;
}

.animated.delay-2 {
  animation-delay: 200ms;
}

.animated.delay-3 {
  animation-delay: 300ms;
}

.animated.delay-4 {
  animation-delay: 400ms;
}

.animated.delay-5 {
  animation-delay: 500ms;
}

.animated.delay-6 {
  animation-delay: 600ms;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

@media (min-width: 992px) {

  .u-animated-hidden,
  .c-animated {
    opacity: 0;
  }
}

@media (min-width: 992px) {
  .u-animated-visible {
    opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.bg-jet {
  background-color: #393939;
}

.text-jet {
  color: #393939;
}

.border-jet {
  border-color: #393939;
}

.bg-brunswick-green {
  background-color: #374D39;
}

.text-brunswick-green {
  color: #374D39;
}

.border-brunswick-green {
  border-color: #374D39;
}

.bg-feldgrau {
  background-color: #3B5047;
}

.text-feldgrau {
  color: #3B5047;
}

.border-feldgrau {
  border-color: #3B5047;
}

.bg-forest-green {
  background-color: #3F863F;
}

.text-forest-green {
  color: #3F863F;
}

.border-forest-green {
  border-color: #3F863F;
}

.bg-pistachio {
  background-color: #8DC877;
}

.text-pistachio {
  color: #8DC877;
}

.border-pistachio {
  border-color: #8DC877;
}

.bg-icterine {
  background-color: #FAFC70;
}

.text-icterine {
  color: #FAFC70;
}

.border-icterine {
  border-color: #FAFC70;
}

.bg-seashell1 {
  background-color: #FDF6F1;
}

.text-seashell1 {
  color: #FDF6F1;
}

.border-seashell1 {
  border-color: #FDF6F1;
}

.bg-baby-powder {
  background-color: #F9F9F5;
}

.text-baby-powder {
  color: #F9F9F5;
}

.border-baby-powder {
  border-color: #F9F9F5;
}

.bg-antiflash-white {
  background-color: #EFEFEF;
}

.text-antiflash-white {
  color: #EFEFEF;
}

.border-antiflash-white {
  border-color: #EFEFEF;
}

.bg-alabaster {
  background-color: #E5E8DE;
}

.text-alabaster {
  color: #E5E8DE;
}

.border-alabaster {
  border-color: #E5E8DE;
}

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

.zindex-1 {
  z-index: 1;
}

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

.zindex-2 {
  z-index: 2;
}

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

.zindex-3 {
  z-index: 3;
}

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

.zindex-4 {
  z-index: 4;
}

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

.zindex-5 {
  z-index: 5;
}

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

.zindex-6 {
  z-index: 6;
}

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

.zindex-7 {
  z-index: 7;
}

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

.zindex-8 {
  z-index: 8;
}

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

.zindex-9 {
  z-index: 9;
}

@font-face {
  font-family: "NewParis Skyline";
  src: url("../fonts/NewParisSkyline-Bold.woff2") format("woff2"), url("../fonts/NewParisSkyline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NewParis Skyline";
  src: url("../fonts/NewParisSkyline-Medium.woff2") format("woff2"), url("../fonts/NewParisSkyline-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NewParis Skyline";
  src: url("../fonts/NewParisSkyline-Regular.woff2") format("woff2"), url("../fonts/NewParisSkyline-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roslindale";
  src: url("../fonts/RoslindaleV2-DisplayCondensedRegular.woff2") format("woff2"), url("../fonts/RoslindaleV2-DisplayCondensedRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.text-skyline {
  font-family: "NewParis Skyline";
  letter-spacing: 1px;
}

.text-roslindale {
  font-family: "Roslindale";
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .text-roslindale {
    letter-spacing: 1.5px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  padding: 1.375rem 0px;
}

@media (max-width: 768px) {
  .header .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.header-logo {
  display: inline-block;
}

.header-logo img {
  max-height: 2.188rem;
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .header-logo img {
    width: auto;
    height: auto;
    max-height: 25px;
  }
}

.header-dark .nav-header .nav-link {
  color: var(--feldgrau) !important;
}

.header-dark .nav-header>ul>.nav-item .nav-link {
  color: var(--bs-white);
}

.header-dark .btn-toggles span {
  background-color: var(--feldgrau);
}

.header-single .nav-link-cart {
  color: var(--feldgrau) !important;
}

.header-scrolled {
  background-color: rgba(57, 57, 57, 0);
}

.header-scrolled.header-dark {
  background-color: rgba(229, 232, 222, 0);
}

.header-animated .header-logo {
  opacity: 0;
}

.header-animated.actived .header-logo {
  opacity: 1;
}

.footer {
  position: relative;
  padding-top: 70px;
  overflow: hidden;
}

.footer-grid {
  display: grid;
  grid-template-columns: auto auto auto;
}

.footer-grid> :nth-child(1) {
  max-width: 400px;
}

@media (max-width: 1240px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
  }

  .footer-grid> :nth-child(1) {
    grid-area: 2/1/3/2;
  }

  .footer-grid> :nth-child(2) {
    grid-area: 2/2/3/3;
  }

  .footer-grid> :nth-child(3) {
    grid-area: 1/1/2/3;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 768px) {
  .footer-grid {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }

  .footer-grid> :nth-child(1) {
    order: 3;
    grid-area: inherit;
    max-width: 100%;
  }

  .footer-grid> :nth-child(2) {
    order: 2;
  }

  .footer-grid> :nth-child(3) {
    order: 1;
    margin: 0px;
  }
}

.footer-logo {
  max-width: 400px;
  display: inline-block;
}

.footer-logo img {
  max-width: 100%;
}

@media (max-width: 1600px) {
  .footer-logo {
    max-width: 300px;
  }
}

@media (max-width: 1280px) {
  .footer-logo {
    max-width: 280px;
  }
}

@media (max-width: 768px) {
  .footer-logo {
    max-width: 150px;
  }
}

.footer-logo__wrap {
  position: relative;
}

.footer-logo__desc {
  position: absolute;
  left: 180px;
  bottom: 3rem;
}

@media (max-width: 768px) {
  .footer-logo {
    margin-left: -10px;
  }

  .footer-logo__desc {
    left: auto;
    right: 10px;
    text-align: right;
  }

  .footer-logo__desc .text-h5 {
    font-size: 4.5vw;
    line-height: 4.8vw;
    white-space: normal;
  }
}

.footer-nav {
  display: flex;
  gap: 150px;
}

@media (max-width: 768px) {

  .footer-nav .nav-link,
  .footer-nav a {
    font-size: 1rem !important;
  }

  .footer-nav>.nav:nth-child(1) {
    order: 2;
  }

  .footer-nav>.nav:nth-child(2) {
    order: 1;
  }
}

.footer-nav .nav {
  display: flex;
  flex-direction: column;
}

.footer-nav .nav-link {
  color: var(--bs-white);
  font-size: 1.125rem;
  letter-spacing: 0px;
  font-weight: normal;
}

@media (max-width: 1400px) {
  .footer-nav .nav-link {
    padding-left: 0px;
  }
}

.footer-nav .nav-link:last-child {
  padding-top: 0;
}

.form {
  position: relative;
}

.form-control,
.form-select {
  position: relative;
  padding: 0.625rem 2.5rem;
  border-radius: 2.5rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid rgba(55, 77, 57, 0.6);
}

.form-control::placeholder,
.form-select::placeholder {
  color: rgba(55, 77, 57, 0.6);
}

.form-control:focus-visible,
.form-control:focus,
.form-select:focus-visible,
.form-select:focus {
  border: 1px solid rgba(55, 77, 57, 0.6);
  box-shadow: none;
  background-color: transparent;
}

.form-inline .form-control {
  background-color: transparent;
  line-height: 32px;
  color: var(--bs-white);
  border: none;
  border-bottom: 1px solid var(--bs-white);
  border-radius: 0;
  padding: 0;
}

.form-inline .form-control::placeholder {
  opacity: 0.6;
  color: var(--bs-white);
}

.footer form>p {
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .footer form>p {
    font-size: 1rem;
  }
}

input[type=search] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14.27' height='14.27' viewBox='0 0 14.27 14.27'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectángulo_669' data-name='Rectángulo 669' width='14.27' height='14.27' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Grupo_241' data-name='Grupo 241' transform='translate(0 0)' opacity='0.6'%3E%3Cg id='Grupo_245' data-name='Grupo 245' clip-path='url(%23clip-path)'%3E%3Ccircle id='Elipse_177' data-name='Elipse 177' cx='5.894' cy='5.894' r='5.894' transform='translate(0.5 0.5)' fill='none' stroke='%233b5047' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Línea_509' data-name='Línea 509' x2='3.355' y2='3.355' transform='translate(10.562 10.562)' fill='none' stroke='%233b5047' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 1rem auto;
  background-position: center left 1rem;
  background-repeat: no-repeat;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.blockUI.blockOverlay {
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.blockUI.blockMsg {
  display: block !important;
  height: 80px;
  width: 80px;
  background-image: url(../gfx/faviicon.svg);
  background-size: auto 90%;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0 !important;
  bottom: 0;
  margin: auto;
  left: 0 !important;
  right: 0;
  animation: flipX 1500ms ease-in-out infinite;
}

@keyframes flipX {
  0% {
    transform: scaleX(1);
  }

  50% {
    transform: scaleX(-1);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.dropdown.bootstrap-select {
  position: relative;
  width: 100% !important;
}

.dropdown.bootstrap-select .dropdown-toggle {
  border: 0px solid rgba(55, 77, 57, 0.6);
  padding: 0.75rem 2.5rem;
  border-radius: 2.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  background-color: rgba(55, 77, 57, 0.6) !important;
  color: var(--bs-white);
}

.dropdown.bootstrap-select .dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1886_81' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Cpath d='M20 20L20 8.74228e-07L8.74228e-07 0L0 20L20 20Z' fill='%23FFFFFF'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1886_81)'%3E%3Cpath d='M10.7386 15.1314L19.7386 6.46138C20.0786 6.13138 20.0886 5.60138 19.7586 5.26138C19.4286 4.92138 18.8986 4.91137 18.5586 5.24137L10.1486 13.3414L1.73863 5.24137C1.39863 4.91137 0.858634 4.92138 0.538634 5.26138C0.378634 5.43138 0.298629 5.64137 0.298629 5.85137C0.298629 6.06137 0.388623 6.30138 0.558623 6.46138L9.55862 15.1314C9.88862 15.4514 10.4086 15.4514 10.7386 15.1314Z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: auto 1rem;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  margin: auto;
}

.dropdown.bootstrap-select .dropdown-toggle:focus-visible,
.dropdown.bootstrap-select .dropdown-toggle:focus,
.dropdown.bootstrap-select .dropdown-toggle:active,
.dropdown.bootstrap-select .dropdown-toggle:hover,
.dropdown.bootstrap-select .dropdown-toggle.show {
  box-shadow: none;
  outline: none !important;
  background-color: transparent;
  border-color: rgba(55, 77, 57, 0.6);
}

.dropdown.bootstrap-select .dropdown-toggle:hover {
  transform: none;
}

.dropdown.bootstrap-select .dropdown-menu:not(ul) {
  background-color: var(--bs-white);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
  padding: 1rem;
  border-radius: 25px;
  border: none;
  margin-top: 0.65rem !important;
}

.dropdown.bootstrap-select .dropdown-menu ul.dropdown-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: transparent;
}

.dropdown.bootstrap-select .dropdown-menu ul.dropdown-menu li .dropdown-item {
  padding: 0.5rem 1.25rem;
  border-radius: 25px;
  color: var(--brunswick-green);
  font-size: 0.875rem;
  transition: 250ms linear;
}

.dropdown.bootstrap-select .dropdown-menu ul.dropdown-menu li.active .dropdown-item,
.dropdown.bootstrap-select .dropdown-menu ul.dropdown-menu li:hover .dropdown-item {
  color: var(--bs-white);
  background-color: rgba(55, 77, 57, 0.6);
}

.nav-header {
  font-size: 0.875rem;
}

.nav-header>ul>.nav-item .nav-link {
  color: var(--bs-white);
  text-decoration: none;
}

.nav-header>ul>.nav-item .nav-link:hover,
.nav-header>ul>.nav-item .nav-link:focus {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.nav-header>ul>.nav-item .nav-link>span {
  position: relative;
  display: inline-block;
}

.nav-header>ul>.nav-item .nav-link>span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2em;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.header-dark .nav-header>ul>.nav-item .nav-link>span::after {
  background-color: #3B5047;
}

.nav-header>ul>.nav-item .nav-link:hover>span::after,
.nav-header>ul>.nav-item .nav-link:focus>span::after {
  transform: scaleX(1);
}

.nav-header .nav-link {
  color: var(--feldgrau);
}

@media (max-width: 768px) {
  .nav-header .nav-link {
    color: var(--bs-white);
  }
}

.nav-header .nav-item.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.nav-header .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  padding: 2.5rem;
  border-radius: 24px;
  background-color: var(--alabaster);
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 250ms linear;
}

@media (max-width: 768px) {
  .nav-header .sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 1rem;
    padding-left: 36px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 25px;
    margin: 0;
    border-radius: 0;
    padding-bottom: 0;
  }
}

.nav-header .sub-menu>.nav-item>.nav-link {
  padding: 0;
}

.nav-header .sub-menu>.nav-item>.nav-link.menu-product-link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  color: var(--feldgrau);
  text-decoration: none;
}

.nav-header .sub-menu .nav-link {
  text-decoration: none;
}

.nav-header .sub-menu .nav-link>span::after {
  display: none;
}

.nav-header .sub-menu>.nav-item>.nav-link.menu-product-link .menu-product-title {
  border-bottom: 0;
}

@media (max-width: 768px) {
  .nav-header .sub-menu>.nav-item>.nav-link.menu-product-link {
    color: var(--bs-white);
    display: block;
    text-align: left;
  }
}

.nav-header .sub-menu>.nav-item>.nav-link.menu-product-link .menu-product-image {
  height: 400px;
  width: 320px;
  border-radius: 24px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .nav-header .sub-menu>.nav-item>.nav-link.menu-product-link .menu-product-image {
    display: none;
  }
}

.nav-header .sub-menu>.nav-item>.nav-link.menu-product-link .menu-product-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 250ms linear;
}

.nav-header .sub-menu>.nav-item>.nav-link.menu-product-link:hover .menu-product-image img {
  transform: scale(1.1);
}

.nav-tabs {
  position: relative;
  justify-content: center;
  align-items: center;
  border: none;
}

.breadcrumb {
  position: relative;
  font-size: 0.85rem;
}

.alert {
  margin-top: 10px;
}

.alert .btn-close {
  position: absolute;
  padding: 0;
  top: 10px;
  right: 10px;
}

.alert-warning {
  position: relative;
}

.btn {
  position: relative;
  border-radius: 25px;
  padding: 0.625rem 2rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
  .btn {
    padding: 0.4rem 1.6rem;
  }
}

.btn .bi,
.btn .icon {
  font-size: 1.4rem;
  line-height: 1;
}

.btn>span {
  vertical-align: middle;
  transition: 250ms linear;
}

.btn>span+.bi {
  padding-left: 0.25rem;
}

.btn>.bi+span {
  padding-right: 0.25rem;
}

.btn:hover>span+.bi {
  padding-left: 0.5rem;
}

.btn:hover>.bi+span {
  padding-right: 0.5rem;
}

.btn-lg {
  padding: 1rem 1rem;
}

.btn-feldgrau {
  position: relative;
  background-color: var(--feldgrau);
  border: 2px solid var(--feldgrau);
  color: var(--bs-white);
}

.btn-feldgrau:hover {
  border: 2px solid var(--feldgrau);
  color: var(--feldgrau);
}

.btn-outline-white {
  border: 1px solid var(--bs-white);
  color: var(--bs-white);
  box-shadow: 0 0 0 0 var(--bs-white);
}

.btn-outline-white:hover {
  color: var(--bs-white);
  border: 1px solid var(--bs-white);
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 1.6rem;
  border-radius: 999px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-submit__icon {
  width: 18px;
  height: 18px;
  display: block;
}

.btn-outline-brunswick-green {
  border: 1px solid var(--brunswick-green);
  color: var(--brunswick-green);
  box-shadow: 0 0 0 0 var(--brunswick-green);
}

.btn-outline-brunswick-green:hover {
  color: var(--brunswick-green);
  border: 1px solid var(--brunswick-green);
  box-shadow: 2px 5px 0 0 var(--brunswick-green);
}

.btn-toggles {
  position: relative;
  height: 1rem;
  width: 35px;
  padding: 0;
  border-radius: 0;
  display: none;
}

@media (max-width: 992px) {
  .btn-toggles {
    display: block;
  }
}

.btn-toggles:focus-within,
.btn-toggles:focus-visible,
.btn-toggles:hover,
.btn-toggles:active {
  box-shadow: none !important;
  outline: none;
  border: none;
}

.btn-toggles span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--antiflash-white);
  left: 0;
}

.btn-toggles span:nth-child(1) {
  top: 0;
}

.btn-toggles span:nth-child(2) {
  bottom: 0;
}

.card {
  position: relative;
}

.card-product {
  position: relative;
  border: none;
  background-color: transparent;
}

.card-product .card-figure {
  padding-top: 100%;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
}

.card-product .card-figure figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-product .card-figure img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-product .card-figure__price {
  position: absolute;
  bottom: 0;
  width: calc(100% - 2.7rem);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: var(--feldgrau);
  color: var(--alabaster);
  padding: 10px;
  font-size: 1.375rem;
  border-radius: 25px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0;
  transition: 250ms linear;
}

@media (max-width: 1600px) {
  .card-product .card-figure__price {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .card-product .card-figure__price {
    font-size: 14px;
  }
}

.card-product .card-body a {
  text-decoration: none;
  color: inherit;
}

.card-product .card-body .colors {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.card-product .card-body .colors li {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.card-product .card-body .colors li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid currentColor;
  transition: 250ms linear;
}

.card-product .card-body .colors li:hover::after {
  transform: scale(1.5);
}

.card-product:hover .card-figure__price {
  opacity: 1;
  bottom: 1.85rem;
}

.card-faq {
  position: relative;
  display: block;
  border: none;
  border-radius: 1.875rem;
  padding: 1.25rem 2.5rem;
  color: var(--feldgrau);
  transition: 250ms linear;
}

@media (max-width: 768px) {
  .card-faq {
    padding: 1.4rem 1.4rem;
  }
}

.card-faq .card-body {
  padding: 0;
}

.card-faq:hover {
  background-color: var(--feldgrau);
  color: var(--alabaster);
}

.slick {
  position: relative;
}

.slick-gap {
  margin: 0 -1rem;
}

.slick-gap .slick-slide {
  padding: 0 1rem;
}

.slick-arrows .slick-arrow {
  position: absolute;
  transform: initial;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--bs-white);
  color: var(--jet);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12);
  font-size: 1.125rem;
  z-index: 10;
  transition: 250ms linear all;
}

.slick-arrows .slick-arrow::before {
  display: none;
}

.slick-arrows .slick-arrow:hover {
  background-color: var(--jet);
  color: var(--bs-white);
  transform: scale(1.05);
}

.slick-arrows\:bottom {
  position: relative;
  margin-bottom: 3.75rem;
}

.slick-arrows\:bottom .slick-arrow {
  top: calc(100% + 1.25rem);
}

.slick-arrows\:bottom .slick-arrow.slick-prev {
  left: calc(100% - 7rem);
}

.slick-arrows\:bottom .slick-arrow.slick-next {
  right: 1rem;
}

.slick-arrows\:center .slick-arrow {
  top: 0;
  bottom: 0;
  margin: auto;
}

.slick-arrows\:center .slick-arrow.slick-prev {
  left: -0.25rem;
}

.slick-arrows\:center .slick-arrow.slick-next {
  right: -0.25rem;
}

.slick-our__images {
  position: absolute;
  width: 50vw;
  height: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
  transform: translateZ(0);
}

@media (max-width: 768px) {
  .slick-our__images {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 60vh;
    transform: translateX(-50%);
  }
}

.slick-our__images .bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease, opacity 0.5s ease;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.slick-our__images .bg-layer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 80, 71, 0.5);
}

.slick-our__images .bg-current {
  z-index: 1;
}

.slick-our__images .bg-next {
  z-index: 2;
}

#slick-our-craft .slick-our__text {
  margin-top: var(--our-craft-text-offset, 0px);
}

#slick-our-craft {
  min-height: 85vh;
}

#slick-our-craft .row {
  min-height: 85vh;
}

#slick-our-craft .section-py\:100.zindex-10 {
  height: 100%;
  display: flex;
  align-items: center;
}

#slick-our-craft .slick-our__dots {
  width: 100%;
}

#slick-our-craft .slick-our__dots .slick-dots {
  margin: 0;
}

@media (min-width: 769px) {
  #slick-our-craft .info-sec {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .slick-our__dots {
    max-width: 90%;
    margin: auto;
  }
}

.slick-our__dots .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  bottom: initial;
  gap: 2.5rem;
  list-style: none;
}

@media (max-width: 768px) {
  .slick-our__dots .slick-dots {
    gap: 20px;
  }
}

.slick-our__dots .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  color: inherit;
  opacity: 0.3;
  transition: 250ms linear;
}

.slick-our__dots .slick-dots li.slick-active {
  opacity: 1;
  padding-left: 3.125rem;
}

@media (max-width: 768px) {
  .slick-our__dots .slick-dots li.slick-active {
    padding-left: 20px;
  }
}

.slick-our__dots .slick-dots li button {
  width: auto;
  height: auto;
  font-size: 2.313rem;
  color: inherit;
  padding: 0;
  line-height: initial;
}

@media (max-width: 1600px) {
  .slick-our__dots .slick-dots li button {
    font-size: 1.875rem;
  }
}

@media (max-width: 768px) {
  .slick-our__dots .slick-dots li button {
    font-size: 1.5rem;
  }
}

.slick-our__dots .slick-dots li button::before {
  display: none;
}

.slick-our__title {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .slick-our__title {
    position: relative;
    text-align: center;
  }

  .slick-our__title br {
    display: none;
  }
}

@media (max-width: 768px) {

  #slick-our-craft .section-py\:100.zindex-10,
  #slick-our-craft .container {
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #slick-our-craft .row {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;
    min-height: 100vh !important;
    margin: 0 !important;
    width: 100% !important;
  }

  #slick-our-craft .col-md-6.position-relative:first-child {
    width: 100% !important;
    height: 55vh !important;
    order: 1 !important;
    padding: 0 !important;
    position: relative !important;
    overflow: hidden;
  }

  .slick-our__images {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0;
    left: 0;
    transform: none !important;
  }

  .slick-our__dots {
    position: absolute !important;
    top: 3rem !important;
    left: 1.5rem !important;
    bottom: auto !important;
    right: 1.5rem !important;
    padding-right: 1rem !important;
    width: auto !important;
    margin: 0 !important;
    z-index: 50 !important;
    pointer-events: auto;
    order: unset !important;
  }

  .slick-our__dots .slick-dots {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1.5rem !important;
  }

  .slick-our__dots .slick-dots li {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
    margin: 0;
    padding: 0;
    padding-left: 0.5rem;
    text-indent: 0.4rem;
    display: block;
    font-size: 1.1rem;
  }

  .slick-our__dots .slick-dots li.slick-active {
    color: #ffffff !important;
    font-weight: 500;
    padding-left: 0 !important;
    padding-right: 0.75rem;
  }

  .slick-our__dots .slick-dots li button {
    transition: transform 0.35s ease, padding 0.35s ease;
    display: block;
    padding: 0.1rem 0.25rem;
    text-align: left;
  }

  .slick-our__dots .slick-dots li.slick-active button {
    transform: translateX(18px);
  }

  #slick-our-craft .col-md-6.position-relative:last-child {
    width: 100% !important;
    height: 45vh !important;
    order: 2 !important;
    padding: 30px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .slick-our__text {
    margin-top: 0 !important;
    --our-craft-text-offset: 0px !important;
    position: relative !important;
    background: transparent !important;
    padding: 0 !important;
    width: 100% !important;
    color: var(--alabaster) !important;
    pointer-events: auto;
  }

  .slick-our__text .info-sec,
  .slick-our__text [text-split],
  .slick-our__text .word {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .info-sec {
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
    text-align: center;
  }

  .slick-our__title {
    position: absolute !important;
    bottom: 20px !important;
    right: 20px !important;
    width: auto !important;
    text-align: right !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .slick-our__title h2 {
    font-size: 2.5rem !important;
    line-height: 1 !important;
    color: var(--alabaster) !important;
    text-align: right !important;
  }
}

.accordion {
  position: relative;
}

.modal-backdrop {
  background-color: rgba(57, 57, 57, 0.8);
}

.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 1;
}

.modal-verificate .modal-dialog {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

@media (max-width: 768px) {
  .modal-verificate .modal-dialog {
    max-width: 95%;
  }
}

.modal-verificate .modal-content {
  border: none;
  border-radius: 2.5rem;
  background-image: url(../gfx/bg-verificate.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 30px 45px 30px;
  background-clip: initial;
  background-color: transparent;
}

.modal-verificate .modal-body {
  max-width: 500px;
  margin: auto;
}

.modal-verificate .modal-body .modal-verificate__eyebrow {
  font-size: 0.85rem;
  letter-spacing: 1px;
  line-height: 1.2;
}

.modal-verificate .modal-body .logo {
  max-width: 100px;
  margin: auto;
}

.modal-verificate .modal-body .logo img {
  max-width: 100%;
}

.offcanvas-nav {
  background-image: url(../gfx/bg-mobile.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.offcanvas-nav.offcanvas-start {
  max-width: 100%;
  width: 100%;
}

.offcanvas-nav .offcanvas-header {
  display: inline-block;
  padding-left: 25px;
  padding-top: 25px;
}

.offcanvas-nav .offcanvas-body {
  padding-left: 25px;
}

.offcanvas-nav .btn-close {
  opacity: 1;
  margin: 0;
  margin-left: 0;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3E%3C/svg%3E");
  filter: invert(1) grayscale(100%) brightness(200%);
  background-size: 100%;
}

.offcanvas-nav .nav-header>.nav {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.offcanvas-nav .nav-header>.nav .nav-link {
  padding-left: 0;
  padding: 0;
}

.offcanvas-body {
  padding-top: 36px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(40px);
  opacity: 1;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.mfp-close {
  width: 35px;
  height: 35px;
  line-height: 44px;
  position: absolute;
  right: -40px;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  color: #FFF;
  font-style: normal;
  font-size: 0px;
}

.mfp-close::after,
.mfp-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 100%;
  background-color: #FFF;
}

.mfp-close::after {
  transform: rotate(45deg);
}

.mfp-close::before {
  transform: rotate(-45deg);
}

.mfp-close::hover,
.mfp-close::focus {
  opacity: 1;
}

.mfp-close::active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #FFF;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow::after,
.mfp-arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left::after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left::before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right::after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right::before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-ready .mfp-figure {
  opacity: 0;
}

div.mfp-title {
  line-height: 1.4em;
  font-size: 13px;
}

.mfp-title a {
  text-decoration: underline;
  color: #fff;
}

.mfp-title a::hover {
  text-decoration: none;
  opacity: 0.8;
}

.mfp-zoom-in .mfp-figure {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.95);
}

.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.95);
}

.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-image-loaded .mfp-figure {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}

.mfp-zoom-in.mfp-ready.mfp-bg .mfp-preloader {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-figure {
  transform: scale(0.95);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
  transform: scale(0.95);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0;
}

.avia-popup .mfp-iframe-scaler {
  overflow: visible;
}

.avia-popup .mfp-iframe-scaler .mfp-close {
  top: -20px;
}

@media (max-width: 768px) {
  .avia-popup .mfp-iframe-scaler .mfp-close {
    right: calc(50vw - 25px);
    top: -60px;
  }
}

.avia-popup .mfp-zoom-out-cur {
  cursor: auto;
}

.avia-popup .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.avia-popup .mfp-close {
  width: 40px;
  height: 40px;
  right: -50px;
  text-align: center;
  border-radius: 100px;
  border: 2px solid transparent;
  line-height: 38px;
  padding: 0;
  top: 40px;
  transition: all 0.3s ease-out;
}

.avia-popup .mfp-close:hover {
  transform: scale(0.8) rotateZ(90deg);
}

.avia-popup .mfp-figure::after {
  box-shadow: none;
  display: none;
}

.avia-popup button.mfp-arrow::after,
.avia-popup button.mfp-arrow::before {
  border: none;
  margin: 0;
  display: none;
}

.avia-popup button.mfp-arrow::before {
  opacity: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  color: #fff;
  font-size: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  transition: all 0.3s ease-out;
  transform: scale(1, 1);
}

.avia-popup button.mfp-arrow:hover::before {
  transform: scale(0.8, 0.8);
}

.avia-popup button.mfp-arrow::before {
  content: "\f285";
  font-family: "bootstrap-icons";
}

.avia-popup button.mfp-arrow-left::before {
  content: "\f284";
  font-family: "bootstrap-icons";
}

.avia-popup .mfp-s-error .mfp-preloader {
  background: transparent;
  width: 100%;
  animation: none;
  white-space: nowrap;
}

.mfp-img {
  animation: none !important;
}

.mfp-wrap.avia-mfp-is-video .mfp-iframe-holder {
  padding: 0px;
}

.mfp-wrap.avia-mfp-is-video .mfp-iframe-holder .mfp-content {
  max-width: unset;
  padding: 0 50px;
}

.mfp-wrap.avia-mfp-is-video .mfp-iframe-scaler {
  position: relative;
  top: 50%;
  transform: translateY(-50%) !important;
}

.mfp-wrap.avia-mfp-video-16-9 .mfp-iframe-holder .mfp-content {
  height: 50.625vw;
  width: 90vw;
}

.mfp-wrap.avia-mfp-video-16-9 .mfp-iframe-scaler {
  padding-top: 56.25%;
}

.mfp-wrap.avia-mfp-video-4-3 .mfp-iframe-holder .mfp-content {
  height: 67.5vw;
  width: 90vw;
}

.mfp-wrap.avia-mfp-video-4-3 .mfp-iframe-scaler {
  padding-top: 75%;
}

.mfp-wrap.avia-mfp-video-9-16 .mfp-iframe-holder .mfp-content {
  height: 85vh;
  width: 47.8vh;
}

.mfp-wrap.avia-mfp-video-9-16 .mfp-iframe-scaler {
  padding-top: 178%;
}

.mfp-wrap.avia-mfp-video-3-4 .mfp-iframe-holder .mfp-content {
  height: 85vh;
  width: 63.8vh;
}

.mfp-wrap.avia-mfp-video-3-4 .mfp-iframe-scaler {
  padding-top: 134%;
}

.no-scroll {
  overflow: hidden;
}

.marker-custom {
  position: relative;
}

.marker-custom img {
  z-index: 2;
  position: relative;
}

.marker-custom span {
  position: absolute;
  z-index: 1;
  margin-left: -1rem;
  background-color: var(--bs-white);
  padding: 8px 20px;
  letter-spacing: 0.5px;
  left: 50%;
  text-wrap: nowrap;
  height: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0px 8px 8px 0px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.marker-custom.hide {
  opacity: 0;
  visibility: hidden;
}

.video-modal {
  position: relative;
}

.video-modal span.bi {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  color: var(--bs-white);
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 250ms linear all;
}

.video-modal span.bi::before {
  margin-left: 5px;
}

.video-modal:hover span.bi {
  width: 65px;
  height: 65px;
  color: var(--forest-green);
  background-color: rgba(255, 255, 255, 0.6);
}

.section-banner {
  max-height: 100svh;
  height: 100svh;
  background-color: #000;
}

.section-banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.section-banner__bg picture {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}

.section-banner__bg picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-banner__body {
  max-height: 100%;
  height: 100%;
  padding-top: 14rem;
  z-index: 10;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.section-banner__content {
  padding-right: 4%;
  padding-left: 4%;
}

@media (max-width: 768px) {
  .section-banner__content {
    padding-right: 45px;
    padding-left: 45px;
  }
}

.section-banner__spacing {
  padding: 10% 0px;
}

@media (max-height: 900px) {
  .section-banner__spacing {
    padding: 5% 0px;
  }
}

.section-banner__animate {
  z-index: 20;
}

.section-banner__animate.actived {
  opacity: 0;
}

.section-banner #logo {
  width: auto;
  height: auto;
  margin: auto;
}

@media (max-width: 768px) {
  .section-banner #logo {
    width: 92vw;
    max-width: 92vw;
    height: auto;
  }
}

.section-py\:25 {
  padding: 25px 0px;
}

@media (max-width: 1600px) {
  .section-py\:25 {
    padding: 18px 0px;
  }
}

@media (max-width: 768px) {
  .section-py\:25 {
    padding: 1rem 0px;
  }
}

.section-py\:50 {
  padding: 50px 0px;
}

@media (max-width: 1600px) {
  .section-py\:50 {
    padding: 35px 0px;
  }
}

@media (max-width: 768px) {
  .section-py\:50 {
    padding: 25px 0px;
  }
}

.section-py\:100 {
  padding: 100px 0px;
}

@media (max-width: 1600px) {
  .section-py\:100 {
    padding: 75px 0px;
  }
}

@media (max-width: 768px) {
  .section-py\:100 {
    padding: 50px 0px;
  }
}

.section-py\:150 {
  padding: 150px 0px;
}

@media (max-width: 1600px) {
  .section-py\:150 {
    padding: 120px 0px;
  }
}

.section-py\:200 {
  padding: 200px 0px;
}

@media (max-width: 1600px) {
  .section-py\:200 {
    padding: 150px 0px;
  }
}

.section-px\:100 {
  padding: 0px 100px;
}

@media (max-width: 768px) {
  .section-px\:100 {
    padding: 0px 50px;
  }
}

.section-pt\:25 {
  padding-top: 25px;
}

.section-pt\:50 {
  padding-top: 50px;
}

.section-pt\:100 {
  padding-top: 100px;
}

.section-pt\:150 {
  padding-top: 150px;
}

@media (max-width: 768px) {
  .section-pt\:150 {
    padding-top: 100px;
  }
}

.section-pb\:100 {
  padding-bottom: 100px;
}

.section-pb\:150 {
  padding-bottom: 150px;
}

.section-ps\:p20 {
  padding-left: 20%;
}

.section-ps\:p30 {
  padding-left: 30%;
}

.section-pe\:p20 {
  padding-right: 20%;
}

.section-promise__text {
  position: absolute;
  bottom: 0;
}

.section-map__wrap {
  display: flex;
}

@media (max-width: 768px) {
  .section-map__wrap {
    flex-wrap: wrap;
  }
}

.section-map__map {
  position: relative;
  width: calc(100% - 500px);
  border-radius: 2.375rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .section-map__map {
    width: 100%;
    height: 450px;
    border-radius: 20px;
  }
}

.section-map__filter {
  position: relative;
  width: 500px;
  padding: 3.125rem;
  border-radius: 2.375rem;
}

@media (max-width: 768px) {
  .section-map__filter {
    width: 100%;
    border-radius: 20px;
    padding: 25px 1.25rem;
  }
}

.section-map__filter .list-addres {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 3.125rem;
  flex-direction: column;
  counter-reset: item;
}

@media (max-width: 768px) {
  .section-map__filter .list-addres {
    gap: 20px;
  }
}

.section-map__filter .list-addres__wrap {
  max-height: 50vh;
  height: 80vh;
  overflow: auto;
  scrollbar-color: var(--brunswick-green) var(--pistachio);
}

.section-map__filter .list-addres li {
  counter-increment: item;
  position: relative;
  display: flex;
  cursor: pointer;
}

.section-map__filter .list-addres li .number {
  width: 50px;
}

.section-map__filter .list-addres li .number span {
  height: 1.875rem;
  width: 1.875rem;
  line-height: 1.875rem;
  background-color: var(--brunswick-green);
  border-radius: 50%;
  text-align: center;
  color: var(--bs-white);
  display: block;
}

.section-map__filter .list-addres li .desc {
  width: calc(100% - 50px);
}

@media (max-width: 768px) {
  .section-map__filter .list-addres li .desc {
    font-size: 14px;
  }

  .section-map__filter .list-addres li .desc .text-h5 {
    font-size: 1.25rem;
  }
}

.section-map__filter .list-addres li.item-none {
  display: none;
}

.section-map__filter .list-addres p {
  padding: 0;
  margin: 0;
}

.section-map__filter .list-addres a {
  color: var(--brunswick-green);
}

.text-h2 {
  font-size: 4.25rem;
  line-height: 1.2;
  letter-spacing: 1.5px;
}

@media (max-width: 1600px) {
  .text-h2 {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .text-h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

.text-h5 {
  font-size: 1.875rem;
  margin: 0;
}

.text-h5 h1,
.text-h5 h2,
.text-h5 h3,
.text-h5 h4,
.text-h5 h5,
.text-h5 h6 {
  font-size: 1.875rem;
}

@media (max-width: 1600px) {

  .text-h5 h1,
  .text-h5 h2,
  .text-h5 h3,
  .text-h5 h4,
  .text-h5 h5,
  .text-h5 h6 {
    font-size: 1.5rem;
  }
}

@media (max-width: 1600px) {
  .text-h5 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .text-h5 {
    font-size: 1.375rem;
  }
}

.text-h6 {
  font-size: 1.375rem;
}

@media (max-width: 1600px) {
  .text-h6 {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .text-h6 {
    font-size: 0.75rem;
  }
}

.text-balance {
  text-wrap: balance;
}

.text-nundeline {
  text-decoration: none;
}

.text {}

.mw-200 {
  max-width: 200px;
}

.mw-300 {
  max-width: 300px;
}

@media (max-width: 768px) {
  .mw-300 {
    max-width: 180px;
  }
}

.mw-350 {
  max-width: 350px;
}

.mw-400 {
  max-width: 400px;
}

.mw-500 {
  max-width: 500px;
}

.mw-580 {
  max-width: 580px;
}

@media (max-width: 768px) {
  .mw-580 {
    max-width: 320px;
  }
}

.mw-600 {
  max-width: 600px;
}

@media (max-width: 768px) {
  .mw-600 {
    max-width: 320px;
  }
}

.w-content {
  width: fit-content;
}

.ls-1 {
  letter-spacing: 0.5px;
}

.ls-1px {
  letter-spacing: 1px;
}

.grid-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media (max-width: 768px) {
  .shop-footer-layout {
    min-height: 60vh;
  }

  .shop-footer-layout .section-bg {
    min-height: 60vh;
  }

  .shop-footer-layout .container.position-relative {
    min-height: 60vh;
    display: flex;
    align-items: center;
  }

  .shop-footer-layout .row {
    width: 100%;
  }

  .shop-footer-layout .mw-600 {
    max-width: 260px;
  }
}

@media (max-width: 768px) {
  .grid-products {
    grid-template-columns: 1fr;
  }
}

.grid-features {
  padding: 0;
  margin: 0;
  padding-left: 1.5rem;
}

@media (max-width: 768px) {
  .grid-features {
    padding: 0;
  }
}

.grid-features .item {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  gap: 0px 40px;
  border-bottom: 1px solid var(--feldgrau);
}

@media (max-width: 768px) {
  .grid-features .item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: none;
    gap: 0px;
  }
}

.grid-features .elem {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

@media (max-width: 768px) {
  .grid-features .elem {
    border-bottom: 1px solid var(--feldgrau);
    text-align: center;
  }

  .grid-features .elem:nth-child(1),
  .grid-features .elem:nth-child(3) {
    padding-right: 25px;
  }

  .grid-features .elem:nth-child(2),
  .grid-features .elem:nth-child(4) {
    padding-left: 25px;
  }
}

.grid-features .elem p {
  margin: 0;
}

.grid-faq {
  position: relative;
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.188rem;
}

@media (max-width: 768px) {
  .grid-faq {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.m-shared {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 2rem;
  gap: 1rem;
}

.apparel-ig-handle {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.apparel-ig-handle+.m-shared {
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .apparel-ig-handle {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
  }

  .apparel-ig-handle+.m-shared {
    margin-top: 0.4rem;
  }

  .m-shared a {
    height: 2.2rem;
    width: 2.2rem;
    font-size: 1.35rem;
  }
}

.m-shared a {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  background-color: var(--feldgrau);
  border: 1px solid var(--feldgrau);
  color: var(--alabaster);
  text-decoration: none;
  transition: 250ms linear;
}

.m-shared a span {
  display: flex;
}

.m-shared a:hover {
  background-color: var(--alabaster);
  color: var(--feldgrau);
  transform: scale(1.1);
}

.single-product__animate {
  opacity: 1;
  transform: none;
}

.js-animate .single-product__animate {
  opacity: 0;
  transform: translateY(16px);
}

.single-product__animate.single-product__animate--in {
  animation: singleProductFadeUp 0.6s ease forwards;
  animation-delay: var(--sp-delay, 0s);
}

@media (prefers-reduced-motion: reduce) {
  .single-product__animate {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .js-animate .single-product__animate {
    opacity: 1;
    transform: none;
  }

  .single-product__animate.single-product__animate--in {
    animation: none;
  }
}

@keyframes singleProductFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.single-product__thumbnail {
  position: absolute;
  top: 0;
  width: calc(50vw - 1.25rem);
  right: 1.25rem;
  height: 100%;
}

@media (max-width: 768px) {
  .single-product__thumbnail {
    width: 100vw;
    height: auto;
    position: relative;
    margin-left: 50%;
    transform: translateX(-50%);
    right: initial;
  }

  .single-product__thumbnail img {
    height: auto !important;
  }
}

.single-product__thumbnail\:v2 {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50vw - 23%);
  height: 100%;
}

@media (max-width: 768px) {
  .single-product__thumbnail\:v2 {
    position: relative;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .single-product__certificates {
    margin-right: 0;
    margin-bottom: -25px;
    z-index: 10;
    justify-content: flex-end;
  }

  .single-product__certificates img {
    max-width: 100px;
  }
}

.marker-numb {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #29332B;
  background-color: #3F5048;
  border-radius: 50%;
  color: var(--alabaster);
}

.imagen-animation {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 140px;
}

@media (max-width: 769px) {
  .imagen-animation {
    width: 60px;
  }
}

.info-sec {
  font-size: 30px;
  line-height: 40px;
}

@media (max-width: 1600px) {
  .info-sec {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 769px) {
  .position\:absolute {
    position: absolute;
  }
}

@media (max-width: 768px) {
  .mmx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mmw-50 {
    max-width: 50%;
  }

  .mmw-55 {
    max-width: 55%;
  }

  .mmw-60 {
    max-width: 60%;
  }

  .mmw-200 {
    max-width: 200px;
    width: 100%;
  }

  .mmw-240 {
    max-width: 240px;
    width: 100%;
  }

  .mmw-350 {
    max-width: 350px;
    width: 100%;
  }

  .mtext-h6 {
    font-size: 24px;
  }

  .mtext-h6-lh {
    line-height: 28px;
  }

  .mtext-initial {
    font-size: 1rem !important;
  }

  .mtext-12 {
    font-size: 1rem;
  }

  .mtext-small {
    font-size: 10px;
  }

  .mtext-center {
    text-align: center;
  }

  .mtext-cite {
    font-size: 10px;
    line-height: 12px;
    padding: 1rem 0px;
  }

  .msection-pb\:0 {
    padding-bottom: 0px;
  }

  .msection-pb\:50 {
    padding-bottom: 50px;
  }

  .msection-pt\:25 {
    padding-top: 25px;
  }

  .msection-px\:0 {
    padding-left: 0;
    padding-right: 0;
  }

  .mlist-img img {
    max-width: 100px;
    height: auto;
  }

  .mps-100 {
    padding-left: 100px;
  }

  .mpt-20 {
    padding-top: 20px;
  }

  .mpt-40 {
    padding-top: 40px;
  }

  .mpt-100 {
    padding-top: 100px;
  }

  .mpt-180 {
    padding-top: 180px;
  }

  .mpb-70 {
    padding-bottom: 70px;
  }

  .mpb-100 {
    padding-bottom: 100px;
  }

  .mpy-20 {
    padding: 20px 0px;
  }

  .mpy-30 {
    padding: 30px 0px;
  }

  .mpy-40 {
    padding: 40px 0px;
  }

  .mpy-50 {
    padding: 50px 0px;
  }

  .mpy-70 {
    padding: 70px 0px;
  }

  .mpy-100 {
    padding: 100px 0px;
  }

  .mps\:p20 {
    padding-left: 20%;
  }

  .mbr br {
    display: none;
  }

  .mflex-right {
    display: flex;
    justify-content: flex-end;
  }

  .msection-banner>.section-banner__body {
    padding: 0;
    height: 55vh;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .msection-banner>.section-banner__body>.container {
    height: 100%;
  }

  .msection-banner>.section-banner__body>.container>.row {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }

  .msection-banner>.section-banner__body>.container>.row .section-banner__spacing {
    padding: 15px 0px;
  }

  .nav-link-cart {
    padding: 0;
  }

  .info-sec {
    font-size: 1rem;
    line-height: 24px;
    padding: 0px 20px;
    padding-top: 50px;
  }
}

[text-split]:not(.is-split) {
  opacity: 0;
}

[text-split].is-split {
  opacity: 1;
}

.word {
  display: inline-block;
  line-height: 1;
  transform-origin: bottom;
}/* force update */