header{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: var(--white);
}
header.sticky,
header:has(+ main section:first-child:not(.sec-hero):not(.bg-snow)){
  box-shadow: 0px 0px 0px 1px #E1E3E3;
}
.header-top{
  padding: 1.2rem 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top p{
  color: var(--white);
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.bg-brown{
  background: var(--brown);
}
.header-block{
  min-height: 8.8rem;
  padding: 0 4rem;
  flex-wrap: nowrap;
}
.header-left {
  flex-shrink: 0;
}
.logo{
  width: 18.4rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
}
.logo a{
  display: block;
}
.logo img{
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
nav{
  margin-left: 6.4rem;
}
.menu-head{
  display: none;
}
nav > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
nav li{
  margin: 0;
  padding: 0;
}
nav li::after{
  content: none;
}
nav > ul > li{
  margin-left: 2.8rem;
}
nav > ul > li:first-child{
  margin-left: 0;
}
nav > ul > li > a{
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
nav > ul > li.active > a,
nav > ul > li:hover > a{
  color: var(--pink);
}
.header-search{
  width: 100%;
  max-width: 56rem;
  margin: 0 3.2rem;
}
.header-right{
  min-width: 32.3rem;
  flex-shrink: 0;
  justify-content: flex-end;
}
.header-link{
  margin-left: 3.2rem;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
.header-link:first-child{
  margin-left: 0;
}
.header-link:hover{
  color: var(--pink);
}
.header-link-icon{
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 2.2rem;
  margin-bottom: 0.6rem;
}
.header-link-icon img{
  max-width: 100%;
  max-height: 100%;
}
.header-link:hover .header-link-icon img{
  filter: var(--filter-pink);
}
.header-link-icon span{
  position: absolute;
  top: -0.6rem;
  right: -1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.2rem solid var(--white);
  color: var(--white);
  background: var(--pink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
}
.translate{
  position: relative;
  margin-left: 3.2rem;
  border-left: 1px solid #E1E3E3;
  padding-left: 3.2rem;
}
.translate:first-child{
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.btn-translate{
  position: relative;
  height: 3.8rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-right: 1.8rem;
  font-weight: normal;
  text-transform: uppercase;
}
.btn-translate::after{
  position: absolute;
  content: "";
  right: 0;
  width: 1.2rem;
  height: 0.8rem;
  background: url(../images/icon-arrow-down.png);
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
}
.translate.show .btn-translate::after{
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.translate-dropdown{
  position: absolute;
  top: calc(100% + 0.8rem);
  right: 0;
  min-width: 11.6rem;
  background: var(--white);
  padding: 0.8rem;
  border-radius: 0.4rem;
  box-shadow: 0px 4px 16px 0px #1D0D050F,0px -4px 16px 0px #1D0D050F;
  display: none;
}
.translate.show .translate-dropdown{
  display: block;
}
.translate-dropdown li {
  margin-bottom: 0.8rem;
}
.translate-dropdown a {
  display: flex;
  align-items: center;
  padding: 0.2rem 1.2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  position: relative;
  border-radius: 0.4rem;
  color: var(--black);
  font-weight: normal;
}
.translate-dropdown li:not(.active):hover a{
  background: #FFECEE;
}
.translate-dropdown li.active a{
  font-weight: 600;
}
.translate-dropdown li.active a::after {
  position: relative;
  content: "";
  margin-left: auto;
  width: 1.1rem;
  height: 0.8rem;
  background: url(../images/icon-tick.png);
  background-size: cover;
  background-position: center;
}
.toggleMenu{
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.toggleMenu span{
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background: var(--black);
  margin: 0.3rem 0;
}
.toggleMenu span:first-child{
  margin-top: 0;
}
.toggleMenu span:last-child{
  margin-bottom: 0;
}
@media(min-width:1360px) and (max-width:1459.98px){
  .header-top {
    padding: 1rem 1.5rem;
  }
  .header-top p {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .header-block {
    min-height: 8rem;
    padding: 0 3rem;
  }
  .logo {
    width: 16.4rem;
    height: 2.5rem;
  }
  nav {
    margin-left: 4.8rem;
  }
  nav > ul > li > a {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .header-search {
    margin: 0 2.8rem;
  }
  .header-right {
    min-width: 29rem;
  }
  .header-link {
    margin-left: 2.4rem;
  }
  .header-link-icon {
    height: 2rem;
  }
  .header-link-icon span {
    right: -0.8rem;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
  .translate {
    margin-left: 2.4rem;
    padding-left: 2.4rem;
  }
  .btn-translate {
    height: 3.4rem;
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .header-top {
    padding: 0.8rem 1.5rem;
  }
  .header-top p {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .header-block {
    min-height: 8rem;
    padding: 0 2rem;
  }
  .logo {
    width: 15.4rem;
    height: 2.4rem;
  }
  nav {
    margin-left: 3.2rem;
  }
  nav > ul > li {
    margin-left: 2.4rem;
  }
  nav > ul > li > a {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .header-search {
    margin: 0 2.4rem;
  }
  .header-right {
    min-width: 28.5rem;
  }
  .header-link {
    margin-left: 2.4rem;
  }
  .header-link-icon {
    height: 2rem;
  }
  .header-link-icon span {
    right: -0.8rem;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
  .translate {
    margin-left: 2.4rem;
    padding-left: 2.4rem;
  }
  .btn-translate {
    height: 3.2rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-right: 1.6rem;
  }
}
@media(min-width:1100px) and (max-width:1199.98px){
  .header-top {
    padding: 0.8rem 1.5rem;
  }
  .header-top p {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  .header-block {
    min-height: 8rem;
    padding: 0 1.5rem;
  }
  .logo {
    width: 13.4rem;
    height: 2.1rem;
  }
  nav {
    margin-left: 2.8rem;
  }
  nav > ul > li > a {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  nav > ul > li {
    margin-left: 2rem;
  }
  .header-search {
    margin: 0 2.4rem;
  }
  .header-right {
    min-width: 27rem;
  }
  .header-link-icon {
    height: 2rem;
  }
  .header-link {
    margin-left: 2rem;
  }
  .header-link-icon span {
    right: -0.8rem;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
  .translate {
    margin-left: 2rem;
    padding-left: 2rem;
  }
  .btn-translate {
    height: 3.2rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-right: 1.6rem;
  }
}
@media(max-width:1099.98px){
  body.showmenu{
    overflow: hidden;
  }
  .header-top {
    padding: 1rem 1.5rem;
  }
  .header-top p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .header-block {
    min-height: 7.2rem;
    padding: 0 1.5rem;
    flex-wrap: nowrap;
  }
  .header-left {
    flex-wrap: wrap;
  }
  .logo {
    width: 10rem;
    height: 1.6rem;
  }
  .toggleMenu{
    display: flex;
    margin-left: 1.6rem
  }
  nav{
    position: fixed;
    top: 0;
    right: -100%;
    margin: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: var(--white);
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.showmenu nav{
    right: 0;
  }
  .menu-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    height: 5rem;
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: 1px solid #E1E3E3;
  }
  #menuClose{
    height: 4rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -1rem;
  }
  nav ul{
    height: calc(100vh - 4.8rem);
    height: calc(100dvh - 4.8rem);
    overflow: hidden;
    overflow-y: auto;
    display: block;
  }
  nav > ul > li{
    margin: 0;
  }
  nav > ul > li > a{
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #E1E3E3;
  }
  .header-right {
    min-width: 26rem;
  }
  .header-search {
    max-width: 45rem;
    margin: 0 2rem;
  }
  .translate {
    margin-left: 1.6rem;
    padding-left: 1.6rem;
  }
  .btn-translate {
    font-size: 1.4rem;
    padding-right: 1.6rem;
    height: 3.2rem;
  }
  .header-link {
    margin-left: 2.4rem;
  }
  .header-link-text{
    display: none;
  }
  #showCart .header-link-text{
    display: none !important;
  }
  .header-link-icon {
    height: 2rem;
    margin-bottom: 0;
  }
  .header-link-icon span {
    right: -0.8rem;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
  .header-search .form-control {
    height: 4.2rem;
  }
}
@media(max-width:767.98px){
  header {
    position: relative;
  }
  .header-top {
    padding: 0.5rem 1.5rem;
  }
  .header-block{
    flex-wrap: wrap;
    padding-top: 1rem;
  }
  .header-left {
    order: 0;
    flex-shrink: initial;
  }
  .header-right{
    order: 1;
    flex-shrink: initial;
    min-width: initial;
  }
  .header-search{
    order: 2;
  }
  .header-link-icon {
    height: 1.9rem;
    margin-bottom: 0;
  }
  .header-link-icon span {
    width: 1.8rem;
    height: 1.8rem;
    right: -0.5rem;
    font-size: 0.8rem;
  }
  .translate {
    margin-left: 0;
    border-left: 0;
    padding-left: 1.6rem;
  }
  .btn-translate {
    height: 3.2rem;
    font-size: 1.4rem;
    padding-right: 1.6rem;
  }
  .toggleMenu {
    margin-left: 1.4rem;
  }
  .header-link {
    margin-left: 1.2rem;
  }
  .header-search {
    width: calc(100% + 3rem);
    max-width: calc(100% + 3rem);
    margin: 0 -1.5rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #E1E3E3;
    margin-top: 1rem;
  }
}