body,
fieldset,
figure,
form,
ul, .tplus-image {
  margin: 0;
}
*, .fp-section, .slick-slider, .style-select, .style-select * {
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  text-align: center;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999
}

img{border:0;}
.column {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
  display: inline-block;
}

.whole {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.whole > .background-image {
  position: static;
}
.ticker {
  background-color: #B4FDD6;
}
/* #B3FED7 */
.ticker__text {
  vertical-align: top
}
.ticker {
  position: relative;
  color: #000000;
  text-align: left;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  height: 20px;
  z-index: 9;
  margin-top: 42px;
}
.ticker__track {
  position: absolute
}
.ticker__track {
  height: 100%;
  top: 0;
  left: 0;
  white-space: nowrap;

}

.ticker__track.is-initialized {
  opacity: 1;
  -webkit-animation-name: tick;
  animation-name: tick;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.ticker__text {
  display: inline-block;
  padding-top: 1px;
  padding-right: 3em
}

.ticker__link {
  display: block;
  width: 100%;
  height: 100%
}
.ticker__link:focus {

}
a, button {
  transition: all .3s ease;
}


@-webkit-keyframes tick {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@keyframes tick {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}


.desktop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ead6b6;
  width: 100%;
  height: 42px;
  background-color: #000
}

.desktop-menu__menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.desktop-menu__link,
.desktop-menu__logo,
.logo-menu,
.logo-menu__link,
.logo-menu__list-item {
  display: inline-block
}

.desktop-menu__logo {
  font-size: 16px;
  line-height: 1;
  color: #f9f5ec;
  padding: 6px 10px 0 20px;
  transition: none;
  height:30px;
}

.logo_menu{
  height:16px;
}

.desktop-menu__list {
  padding: 0 10px
}

.desktop-menu__list-item {
  display: inline-block;
  vertical-align: top;
  line-height: 1
}

.desktop-menu__list-item .search {
  margin-top: 5px
}

.desktop-menu__list-item .search__submit {
  height: 21px;
  padding-top: 3px
}

.desktop-menu__link {
  vertical-align: top;
  padding: 7px 10px
}

.desktop-menu__link--shop {
  color: #f9f5ec;
  padding: 8px 10px
}


.logo-menu__list-item {
  margin: 0
}
a.is-disabled,
body,
html {
  cursor: url('/img/cursor_large.png') 16 16, auto;
}  
a {
  text-decoration: none;
  color: #B4FDD6;
  cursor: url('/img/cursor_small.png') 16 16,auto;
}

.logo-menu__link {
  vertical-align: top;
  line-height: 1;
  padding: 11px 10px 10px;
  transition: none
}

.mobile-menu {
  display: none
}

.main-menu__link {
  display: inline-block;
  padding: 4px 0
}

.background-image.background-image-cover {
  background-size: cover;
  background-position: center center
}

.background-image.background-image-contain {
  background-size: contain;
  background-position: center center
}
.background-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  border-image-width: auto;
}
.background-image,
.image-container--contain {
  width: 100%;
  height: 100%;
}

.section-copy strong, .uppercase, .t-menu {
  text-transform: uppercase;
  letter-spacing: .1em
}

.t-menu {
  font-size: 16px;
  font-weight: 600
}

.t-menu--small {
  font-size: 11px
}

.t-menu--large {
  font-size: 30px;
  padding-top: 40px;
}
.page-content {
  background-color: transparent;
  padding: 0
}

.page-container {
  padding-bottom: 32px
}

#allfullpage .section:not(.fp-auto-height) {
  background-color: #EAFFF3;
}

/* #f9f5ec */
#allfullpage .section {
  opacity: 0;
  transition: opacity .3s ease
}

#allfullpage .section.fp-section {
  opacity: 1
}

.section {
  display: block;
  position: relative;
  overflow-x: hidden;
}

.section.copy-position-left-bottom .column-left .background-image {
  background-position: 50% 90%
}

.section.copy-position-left-top .column-left .background-image {
  background-position: 50% 10%
}

.section.copy-position-right-bottom .column-right .background-image {
  background-position: 50% 90%
}

.section.copy-position-right-top .column-right .background-image {
  background-position: 50% 10%
}


.column .background-image {
  position: static;
  border: none !important;
}

.section-copy {
  position: absolute;
  line-height: 1.15em;
  width: 100%;
  max-width: 380px;
  background-color: transparent;
  text-align: left;
  padding: 72px 40px;
}

.section-copy:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 13px;
  background-color: #000
}

.section-copy strong {
  font-size: 12px;
  font-weight: 600;
  line-height: 1
}

.section-copy p {
  margin: 8px 0;
  padding: 16px;
  background-color: rgba(255,255,255,0.2);
  font-size: 14px;
}


.section-copy.left-top {
  right: 50%;
  top: 0
}

.section-copy.left-bottom {
  right: 50%;
  bottom: 0
}

.section-copy.right-top {
  left: 50%;
  top: 0
}

.section-copy.right-bottom {
  left: 50%;
  bottom: 0
}

.fp-section.copy-position-right-bottom .column-left,
.fp-section.copy-position-right-top .column-left {
  z-index: 3
}

.fp-section.copy-position-right-bottom .column-right,
.fp-section.copy-position-right-top .column-right {
  z-index: 1
}

.fp-section.copy-position-right-bottom .section-copy,
.fp-section.copy-position-right-top .section-copy {
  z-index: 2;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.fp-section.copy-position-right-bottom.active .section-copy,
.fp-section.copy-position-right-top.active .section-copy {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.fp-section.copy-position-left-bottom .column-left,
.fp-section.copy-position-left-top .column-left {
  z-index: 1
}

.fp-section.copy-position-left-bottom .column-right,
.fp-section.copy-position-left-top .column-right {
  z-index: 3
}

.fp-section.copy-position-left-bottom .section-copy,
.fp-section.copy-position-left-top .section-copy {
  z-index: 2;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.fp-section.copy-position-left-bottom.active .section-copy,
.fp-section.copy-position-left-top.active .section-copy {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.fp-section .section-copy {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  transition: all .6s ease .3s
}
.sticky-footer {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 32px;
  bottom: 0;
  z-index: 99;
  font-size: 13px;
  font-weight: 600;
}

.sticky-footer{
  background-color: #B4FDD6;
}
/* #B4FDD6; */
/* #ead6b6; */
.sticky-footer {
  display: none
}
.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
}

.sticky-footer__messaging {
  line-height: 1;
  padding: 3px 0 1px 10px
}


@media screen and (max-height:640px) {
  .section-copy {
    max-width: 340px
  }

  .section-copy strong {
    font-size: 11px
  }

  .section-copy p {
    font-size: 14px
  }
}

@media screen and (max-width:767px) {
  .desktop-menu {
    display: none;
  }
  .menu-list{
padding-left: 10px;
  }
  .fp-section.copy-position-right-bottom .section-copy,
  .fp-section.copy-position-right-top .section-copy,
  .fp-section.copy-position-right-bottom.active .section-copy,
  .fp-section.copy-position-right-top.active .section-copy,
  .fp-section.copy-position-left-bottom .section-copy,
  .fp-section.copy-position-left-top .section-copy,
  .fp-section.copy-position-left-bottom.active .section-copy,
  .fp-section.copy-position-left-top.active .section-copy,
  .fp-section .section-copy 
  {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-transform: none;
    transform: none;
  }

  .mobile-menu {
    display: block
  }

  .mobile-menu__header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    color: #f9f5ec;
    background-color: #000;
    height: 42px;
    z-index: 100000
  }
  .mobile-menu__trigger {
    position: absolute;
    top: 0;
    left: 0
  }
  .mobile-menu__logo {
    display: inline-block;
    padding: 10px 10px 5px
  }
  .mobile-menu__logo>img {
    height: 22px;
    width: auto
  }
  .mobile-menu-closed .mobile-menu__logo {
    display: none
  }

  .mobile-menu-open .mobile-menu__logo {
    display: inline-block
  }

  .mobile-menu__cart-link {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    font-size: 17px;
    padding: 10px 16px 6px 10px
  }
  .mobile-menu__content {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #000;
    padding-top: 42px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .3s, opacity .3s ease;
    z-index: 99999
  }
  .mobile-menu__content>.inner {
    position: relative;
    height: auto;
    min-height: 100%;
    padding-bottom: 149px
  }
  .mobile-menu-open .mobile-menu__content {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s linear 0s, opacity .3s ease
  }
  .mobile-menu .signup {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ead6b6;
    padding: 16px 16px 72px
  }
  .mobile-menu .signup__heading {
    font-size: 12px
  }

  .mobile-menu .signup__form-container {
    max-width: 326px;
    margin: 0 auto
  }

  .mobile-menu .signup.show-thank-you {
    padding-bottom: 16px
  }

  .mobile-menu .footer-menu {
    margin-bottom: 20px
  }

  .trigger-toggle-menu {
    display: inline-block;
    padding: 12px 10px 5px
  }

  .trigger-toggle-menu .toggle-menu-button {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 16px
  }
  .trigger-toggle-menu .toggle-menu-button:after,
  .trigger-toggle-menu .toggle-menu-button:before,
  .trigger-toggle-menu .toggle-menu-button>span {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #f9f5ec;
    transition: all .3s ease
  }
  .trigger-toggle-menu .toggle-menu-button>span {
    top: 0;
    margin: 7px 0
  }
  .trigger-toggle-menu .toggle-menu-button:before {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  .trigger-toggle-menu .toggle-menu-button:after {
    top: 14px;
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  .trigger-toggle-menu.active .toggle-menu-button>span {
    width: 0
  }
  .trigger-toggle-menu.active .toggle-menu-button:before {
    top: 7px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .trigger-toggle-menu.active .toggle-menu-button:after {
    top: 7px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }



  #allfullpage .section {
    opacity: 1
  }

  .column {
    height: 65vw;
  }

  .whole {
    height: 65vw;
  }

  .section::after {
    clear: both;
    content: "";
    display: table;
    border: none !important;
  }

  .section-copy {
    position: relative;
    float: left;
    left: 0;
    max-width: none;
    padding: 36px 40px;
    opacity:1;
  }

  .section-copy p:last-child {
    margin-bottom: 0;
    border: none !important;
  }

  .section-copy.left-bottom,
  .section-copy.left-top {
    right: 0;
    top: 0;
  }

  .section-copy.right-bottom,
  .section-copy.right-top {
    left: 0;
    top: 0;
  }

  .fp-tableCell {
    vertical-align: top;
    border: none !important;
}

.sticky-footer {
  font-size: 8px;
  font-weight: 600;
}
}


