/* MENU STYLES */
.nav-wrapper ul {
  list-style-type: none;
  padding: 0;
}

.nav-wrapper {
  --mega-menu-height: 12rem;
  --fixed-bar-height: 112px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 112px;
  background-color: rgba(255, 255, 255, 0);
  transition: box-shadow .4s ease;
}

.nav-wrapper.home {
  transition: background-color .2s ease-out;
}

.nav-wrapper > .maxwidth-control {
  margin-left: auto;
  margin-right: auto;
}

.nav-wrapper.fixed {
  position: fixed;
  background-color: white !important;
  -webkit-box-shadow: 5px 5px 15px -5px rgb(87 22 38 / 10%); 
  box-shadow: 5px 5px 15px -5px rgb(87 22 38 / 10%); 
}

.nav-wrapper.fixed.home .menu_ul_1 > .menu-item > .menu-link {
  color: #571626;
}

.nav-logo { 
  float: left;
  height: 112px;
  padding: 30px 0px 30px 20px;
}

.nav-wrapper.mob-forced .nav-menu.desktop {
  display: none;
}

.nav-menu.desktop {
  float: right;
}

.nav-menu.mobile {
  display: none;
}

.nav-wrapper.mob-forced .nav-menu.mobile {
  display: block;
}

.nav-logo img {
  height: 100%;
  padding: 0px;
}

.nav-wrapper.home.hover,
.nav-wrapper.home:focus-within {
  background-color: rgba(255, 255, 255, 1) !important;
  border-bottom: solid 1px rgba(151, 151, 151, .2);
}

.nav-wrapper.home.closenav:not(.hover) {
  animation: fadeWh;
  animation-duration: .15s;
  animation-timing-function: ease-in;
  background-color: rgba(255, 255, 255, 0);

}

.desktop .menu-link {
  font-size: .6rem;
}

.nav-wrapper.hover .desktop .menu_ul_1 > .menu-item > .menu-link,
.nav-wrapper:focus-within .desktop .menu_ul_1 > .menu-item > .menu-link {
  color: #571625;
  text-decoration: none;
}

.desktop .menu_ul_1 > .menu-item.hover > .menu-link {
  -webkit-text-stroke: 1px;
}

.desktop .menu_ul_1 {
  display: flex;
  justify-content: right;
  margin: 0;
  padding: 0;
  align-items: center;
  height: var(--fixed-bar-height);
}

.desktop .menu_ul_1 > .menu-item {
  padding: 0 13px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  height: 112px;
}


.nav-wrapper .desktop .menu_ul_1 > .menu-item.hover > .menu-link::before {
  content: "";
  height: 4px;
  width: 100%;
  min-width: 25px;
  display: block;
  position: absolute;
  background: linear-gradient(90deg,#ff1e1e 60%,#ffb6e3);
  border-radius: 5px;
  z-index: 2;
  bottom: -45px;
  animation: growRight;
  animation-duration: .3s;
  animation-timing-function: ease-out;
}

.desktop .menu_ul_1 > .menu-item > .menu-link {
  color: #571625;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  position: relative;
  top: 2px;
}

.home .menu_ul_1 > .menu-item > .menu-link {
  color: #fff;
}

.desktop .menu_ul_1 .menu-item .search-icon {
  width: .8rem;
}

.home:not(.hover) .desktop .menu_ul_1 .menu-item .search-icon svg,
.home:not(.fixed) .desktop .menu_ul_1 .menu-item .search-icon svg {
  fill: #fff;
}

.nav-wrapper.hover .desktop .menu_ul_1 .menu-item .search-icon svg,
.nav-wrapper.fixed .desktop .menu_ul_1 .menu-item .search-icon svg,
.nav-wrapper.home.fixed .desktop .menu_ul_1 .menu-item .search-icon svg,
.nav-wrapper:focus-within .desktop .menu_ul_1 .menu-item .search-icon svg {
  fill: #571625;
}

.desktop .menu_ul_1 .menu-item.hover .search-icon svg {
  fill: #fff;
}

.desktop .menu_ul_1 .menu-item .search-icon svg {
  background: 
  position: relative;
  top: 3px;
  transform: rotate(270deg);
}

.desktop .menu_ul_1 > .menu-item:not(.list_below) .menu_ul_2 > .menu-item > .menu-link {
  color: rgba(87, 22, 37, 1);
  text-decoration: none;
  padding-right: 30px;
}

.menu_ul_1 > .menu-item.list_below .menu_ul_2 > .menu-item > .menu-link {
  color: rgba(87, 22, 37, 1);
  text-decoration: none;
  white-space: nowrap;
  padding: 0 0 7px;
  display: block;
  transition: color .1s ease;
}

.desktop .menu_ul_1 > .menu-item.list_below .menu_ul_2 > .menu-item.hover > .menu-link {
  font-weight: 500;
}

.desktop .menu_ul_1 > .menu-item:not(.list_below) .menu_ul_2 > .menu-item.hover > .menu-link {
  font-weight: 500;
}

.desktop .menu_ul_2 > .menu-item object {
  fill: rgba(87, 22, 37, 1); 
  height: .56rem;
  margin: 0 50px 0 0;
  position: relative;
  top: 1px;
}

.desktop .menu_ul_2 > .menu-item svg polygon {
  fill: rgba(87, 22, 37, 1);
}

.nav-wrapper.hover .desktop .menu-item svg,
.nav-wrapper:focus-within .desktop .menu-item svg {
  fill: #571625;
}

.desktop .menu_ul_1 > .menu-item:not(.list_below).hover > .submenu {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: var(--fixed-bar-height);
  height: var(--mega-menu-height);
  background-color: transparent;
  border-top: solid 1px #eaeaeb;
  animation-timing-function: ease-out;
  animation-name: fadeIn;
  animation-duration: .3s;
  z-index: 1;
  pointer-events: all;
  visibility: visible;
}

.desktop .menu_ul_1 > .list_below.hover > .submenu {
  position: absolute;
  width: max-content;
  margin: 0;
  padding: 0px;
  left: -20px;
  top: var(--fixed-bar-height);
  height: auto;
  background-color: #fff;
  border-top: solid 1px #eaeaeb;
  animation-timing-function: ease-out;
  animation-name: fadeIn;
  animation-duration: .3s;
  z-index: 1;
  pointer-events: all;
  visibility: visible;
  display: flex;
}

.submenu .submenu-col {
  padding: 22px 30px;
}

.desktop .submenu {
  background-color: rgba(255, 255, 255, 0);
  display: none;
  transition: background-color .25s ease-in-out;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.desktop .menu-item.hover:not(.list_below) > .submenu.menu_ul_2 > .menu-item {
  width: 34vw;
  text-align: right;
  padding-top: 2rem;
}

.desktop .submenu.menu_ul_2 .menu_ul_3 {
  display: contents;
  padding-left: 0;
  text-align: left;
  visibility: visible;
}

.desktop .submenu.menu_ul_2 .menu-item {
  padding: 8px 0;
}

.desktop .submenu.menu_ul_2 .menu-link {
  cursor: pointer;
}

.submenu .link_group_label {
  cursor: default;
  color: #571626;
  font-family: "GT America";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
  letter-spacing: 0.433px;
  text-transform: uppercase;
  opacity: .4;
  padding: 0 0 10px !important;
}

.desktop .menu_ul_3 > .menu-item {
  /*     padding-top: 2rem; */
}

.desktop .menu_ul_3 > .menu-item > .menu-link {
  color: #571626;
  max-width: 22ch;
  display: block;
}

.desktop .menu_ul_3 > .menu-item > .menu-link:hover {
  /*     font-weight: 500; */
}

.desktop .menu-item.list_below.hover {
  position: relative
}

.desktop .menu-item.list_below.hover > .submenu.menu_ul_2 {
  border: solid .5px rgba(150, 150, 150, 0.2);
  border-top: none;
  border-right: none;
  box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.08);
}

.menu_ul_1 > .menu-item.search .hs-search-field {
  width: 100%;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.7rem;
}

.menu_ul_1 > .menu-item.search .hs-search-field form {
  display: flex;
  align-items: center;
}

.menu_ul_1 > .menu-item.search .hs-search-field form label {
  display: none;
}

.nav-wrapper::after {
  content: none;
}

.nav-wrapper.navopen::after {
  position: absolute;
  content: '';
  top: var(--fixed-bar-height);
  width: 100%;
  height: var(--mega-menu-height);
  left: 0;
  right: 0;
  background-color: #fff;
  animation-timing-function: ease-out;
  animation-name: slideDown;
  animation-duration: .2s;
  box-shadow: 0px 20px 20px rgb(20 20 20 / 20%);
  opacity: 1;
}

.menu_ul_1 > .menu-item.search .hs-search-field .hs-search-field__input {
  font-size: .6rem;
  height: 50px;
  border: none;
  border-bottom: 1px solid #979797;
  border-radius: 0px;
  transition: border-bottom .5s;
  color: #000;
}

.menu_ul_1 > .menu-item.search .hs-search-field .hs-search-field__input::placeholder {
  color: #979797;
}

.menu_ul_1 > .menu-item.search .hs-search-field .hs-search-field__input:focus-visible {
  outline: none;
  border-bottom: 2.6px solid #ff1e1e;
}

.menu_ul_1 > .menu-item.search .hs-search-field form button {
  background: transparent;
  border-radius: 0px;
  border: none;
  margin-left: 20px;
  width: 75px;
  height: 50px;
  padding: 0px 3px 0px 0px;
  position: relative;
  z-index: 1;
}

.menu_ul_1 > .menu-item.search .hs-search-field form button::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right,#ff1e1e 36%,#ffb6e3);
  z-index: -1;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  clip-path: circle(18px);
}

.menu_ul_1 > .menu-item.search .hs-search-field form button:hover::before {
  opacity: 1;
}

.menu_ul_1 > .menu-item.search .hs-search-field form button svg {
  width: 20px;
  fill: #571625;
  transition: fill .1s ease;
  position: relative;
  top: 3.5px;
  left: 0px;
}

.menu_ul_1 > .menu-item.search .hs-search-field form button:hover svg {
  fill: #fff;
}

.menu_ul_1 > .menu-item.search .hs-search-field {
  position: relative;
}

.menu_ul_1 > .menu-item.search .hs-search-field .hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  white-space: nowrap;
}

.menu_ul_1 > .menu-item.search .hs-search-field .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}

.menu_ul_1 > .menu-item.search .hs-search-field .hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}

.menu_ul_1 > .menu-item.search .hs-search-field .hs-search-field__suggestions #results-for {
  font-weight: bold;
  color: #979797;
  padding-top: .5rem;
}

.menu_ul_1 > .menu-item.search .hs-search-field .hs-search-field__suggestions a {
  color: #571626;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.menu_ul_1 > .menu-item.search .hs-search-field .hs-search-field__suggestions a,
.menu_ul_1 > .menu-item.search .hs-search-field .hs-search-field__suggestions #results-for {
  display: block;
  font-size: .6rem;
}

.menu_ul_1 > .menu-item.search .hs-search-field .hs-search-field__suggestions a:hover,
.menu_ul_1 > .menu-item.search .hs-search-field .hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.desktop .menu_ul_1 > .menu-item > .menu-link {
  font-size: .6rem;
  font-weight: 300;
}

.menu-link.active {
  color: #ff1e1e !important;
}

.desktop .menu_ul_1 > .menu-item:nth-child(2) .menu_ul_2 .menu-item:first-child .menu-link {
  max-width: 15ch;
  display: flex;
  white-space: pre-wrap;
  position: relative;
  padding: 0;
}

.desktop .menu-item .submenu-col {
  width: fit-content;
}

.desktop .menu-item .submenu-col:nth-child(n+2) {
  border-left: solid 1px #E9E9E9;
}

.nav-wrapper.home:not(.fixed):not(.hover):not(.mobile_open) .nav-logo svg path.logo_letter {
  fill: #fff;
}

.desktop .submenu-link-stack .menu-link {
  color: rgba(87, 22, 37, 1);
  text-decoration: none;
  padding: 20px 0;
  transition: color .1s ease;
}

.desktop .submenu-link-stack .menu-link:hover {
  -webkit-text-stroke-width: .7px;
  -webkit-text-stroke-color: rgba(87, 22, 37, 1);
}


/* MOBILE STYLES */

.mob_nav_btn {
  display: flex;
  justify-content: right;
  margin: 0;
  padding: 0 20px 0 0;
  align-items: center;
  height: 3rem;
}

.nav-menu.mobile .menu_ul_1 {
  display: none;
  background-color: white;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

.nav-menu.mobile .mob_nav_btn svg line {
  transition: transform .5s ease;
}

.home .mob_nav_btn svg g {
  stroke: rgba(255, 255, 255, 1);
}

.home.fixed .mob_nav_btn svg g {
  stroke: #571626;
}

.home .nav-menu.mobile.open .mob_nav_btn svg g {
  stroke: rgba(87, 22, 37, 1) !important;
}

.nav-menu.mobile.open .mob_nav_btn svg line:first-child {
  transform: rotate(45deg) translate(5px, -15px);
}

.nav-menu.mobile.open .mob_nav_btn svg line:nth-child(2) {
  transform: rotate(-45deg) translate(-20px, 0px);
}

.nav-menu.mobile.open .menu_ul_1 {
  opacity: 1;
  padding: 0 0 0 25px;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  line-height: 2.5;
  padding-bottom: 30px;    
  box-shadow: 0 20px 20px rgb(20 20 20 / 20%); 
  pointer-events: auto;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
} 

.nav-menu.mobile .menu_ul_1 .menu-item .menu-link {
  color:rgba(87, 22, 37, 1);
}

.nav-menu.mobile.open .menu_ul_1 ul.menu_ul_2 {
  padding: 5px 0 0 10px;
}

.nav-menu.mobile.open .menu_ul_1 ul.menu_ul_3 {
  padding: 0 0 10px 0;
}

.nav-menu.mobile.open .menu_ul_1 .menu-item {
  position: relative;
}

.nav-menu.mobile .menu_ul_1 .submenu {
  position: relative;
  height: 0px;
  opacity: 0;
  line-height: 0;
  transition: none;
}

.nav-menu.mobile.open .menu_ul_1 > .menu-item.active .submenu,
.nav-menu.mobile.open .menu_ul_2 > .menu-item.active .submenu,
.nav-menu.mobile.open .menu_ul_3 > .menu-item.active .submenu {
  opacity: 1;
  height:  auto;
  line-height: 2.5;
  transition: height .3s ease, opacity .3s linear, line-height .3s ease;
  display: block;
  visibility: visible;
}

.nav-menu.mobile.open .menu-item .mob_expand {
  color: #571625;
  position: absolute;
  top: 0;
  right: 37px;
  height: 20px;
  width: 40px;
  display: flex;
  justify-content: flex-end;
}

.nav-menu.mobile.open .menu-item .mob_expand:focus-visible {
  outline: none !important;
}

.nav-menu.mobile.open .menu-item .mob_expand svg {
  fill: #571625;
  width: 10px;
  transition: transform .5s ease;
}

.nav-menu.mobile.open .menu_ul_1 > .menu-item.active > .mob_expand > svg {
  transform: rotate(90deg);
}

.nav-menu.mobile.open .menu_ul_2 > .menu-item > .mob_expand > svg {
  transform: scale(.8);
}

.nav-menu.mobile.open .menu_ul_2 > .menu-item.active > .mob_expand > svg {
  transform: scale(.8) rotate(90deg);
}

.nav-menu.mobile.open .menu_ul_1 svg polygon {
  fill:rgba(87, 22, 37, 1);
}

.nav-menu.mobile .menu_ul_1 > .menu-item.search .submenu {
  padding: 0px;
}

.nav-menu.mobile .menu_ul_1 > .menu-item.search .hs-search-field {
  margin-top: 10px;
  padding-right: 30px;
  max-width: 100%;
}

.nav-menu.mobile .menu_ul_1>.menu-item.search .hs-search-field .hs-search-field__input {
  width: 100%;
}

.nav-menu.mobile .menu_ul_1 > .menu-item.search .hs-search-field form {
  align-items: flex-end;
}

.nav-menu.mobile .menu_ul_1 > .menu-item.search .hs-search-field form button {
  width: 65px;
  height: 40px;
}

.nav-menu.mobile .menu_ul_1 > .menu-item.search .hs-search-field form button svg {
  width: 14px;
  position: relative;
  top: 2px;
}

.nav-menu.mobile.open .menu-item.active > .menu-link {
  color: #FF1E1E;
}

.nav-menu.mobile.open .menu-item.active > .mob_expand svg polygon {
  fill: #FF1E1E;
}

.nav-menu.mobile.open {
  background-color: #fff;
}

@media (max-width: 1200px) and (min-width: 1101px) {
  .desktop .menu_ul_1 > .menu-item {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 1100px) { 
  .nav-menu.desktop { 
    display: none; 
  }

  .nav-menu.mobile { 
    display: block;
  }

  .nav-wrapper {
    height: 70px;  
  }

  .nav-logo {
    padding: 15px;
    height: 70px;
  }

  .nav-logo svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .nav-logo a {
    display: block;
    width: 100%;
    height: 100%;
  }

}



/* ANIMATIONS */

@keyframes slideDown {
  from {
    height: 0vh;
    opacity: 0;
  }
  to {
    height: var(--mega-menu-height);
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    height: var(--mega-menu-height);
    opacity: 1;
  }
  to {
    height: 0vh;
    opacity: 0;
  }
}

@keyframes colSlideDown {
  from {
    height: 0%;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }  
}

@keyframes fadeWh {
  from {
    background-color: rgba(255, 255, 255, 1);
  }
  to {
    background-color: rgba(255, 255, 255, 0);
  }  
}

@keyframes growRight {
  from {
    width: 0%;
    min-width: 0%;
  }
  to {
    width: 100%;
    min-width: 25px;
  }
}


