

.shopify-policy__container {
    max-width: 1200px !important;
}


.m-menu__link--main:after {
    height: 0px !important;
  bottom: calc(var(--main-link-py) - 0px) !important;
}

button#scroll-to-top-button {
    display: none !important;
}

#shopify-section-sections--19774776246316__header{
  .both-center .m-header__menu:first-child .m-menu {
    justify-content: start;
}
  .m-header__menu .m-menu {
    justify-content: end;
}
.m-header__center {
    width: 100% !important;
}
.m-header__left, .m-header__right{
  width: 0% !important;
}
.both-center .m-header__logo {
    z-index: 999;
}
.m-menu {
    --main-link-px: 30px !important;
    --main-link-py: 6px !important;
}

a.m-menu__link.m-menu__link--main {
    transition: all 0.3s;
    border-radius: 50px;
    padding: 4px 30px;
}
a.m-menu__link.m-menu__link--main:hover {
    background-color: #211D1E;
    color: #ffff;
}

.m-header__inner{
  position: relative;
}

.m-header__inner::after{
  content: "";
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #211D1E;
  z-index: 1;
}
}

section#m-section--template--19774776016940__scrolling_promotion_LqtGkd {
    border-top: 2px solid #211D1E;
    border-bottom: 2px solid #211D1E;
}

header.m-header__mobile {
    display: none;
}

header.m-header__desktop.both-center.m-gradient.m-color-footer {
    display: block;
    padding: 0 8px;
}

@media (max-width: 1024px){
  #shopify-section-sections--19774776246316__header{
    m-header__desktop{
  display: block !important;
}
.m-header__inner::after {
  bottom: 30px;
    height: 1px;
}
  }
}

@media (max-width: 768px){

}
@media (max-width: 450px){
  #shopify-section-sections--19774776246316__header{
    a.m-menu__link.m-menu__link--main {
    padding: 2px 10px;
    font-size: 14px;
}
.both-center .m-header__logo {
    width: 30%;
}
.m-header__inner::after {
    bottom: 20px;
    height: 1px;
}
  }

  #shopify-section-template--19774776016940__custom_content_HECxzy{
    .m-custom-content__block-inner {
    padding-top: 50px;
}
  }
}