.grid-container {
  max-width: 85rem;
}

body, *, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, input, textarea {
  font-family: "Roboto Slab", serif;
}

header {
  background-color: #332c2a;
  padding: 18px 0;
  position: relative;
  z-index: 30;
}

@media (min-width: 1200px) {
  .gutter-cm-x-l {
    padding-left: 84px;
  }

  .gutter-cm-x-r {
    padding-right: 84px;
  }

  .gutter-cm-x {
    padding-left: 84px;
    padding-right: 84px;
  }

  .margin-cm-x-l {
    margin-left: -84px;
  }

  .margin-cm-x-r {
    margin-right: -84px;
  }

  .margin-cm-x {
    margin-left: -84px;
    margin-right: -84px;
  }

  .gutter-cm-x-l-70 {
    padding-left: 70px;
  }

  .gutter-cm-x-r-70 {
    padding-right: 70px;
  }

  .gutter-cm-x-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .margin-cm-x-l-70 {
    margin-left: -70px;
  }

  .margin-cm-x-r-70 {
    margin-right: -70px;
  }

  .margin-cm-x-70 {
    margin-left: -70px;
    margin-right: -70px;
  }
}
.header-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.social-header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.social-header ul li {
  padding: 0 25px;
}
.social-header ul li a {
  display: inline-block;
}

.header-btn {
  padding-left: 25px;
}

.brand-logo {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.button-head {
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #9f1f63;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  min-width: 180px;
  max-width: 180px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 64px;
  padding: 5px 15px;
  margin: 0;
}

.gutter-y-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.data-sticky-container, .data-sticky {
  background-color: #332c2a;
}

.is-stuck .button-head {
  font-size: 18px;
  min-height: 38px;
}
.is-stuck .brand-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-main {
  width: 100%;
  position: relative;
  background-color: #9f1f63;
  padding-bottom: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 30px;
  min-height: 320px;
}
.hero-main::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background-color: #00aeef;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}
.hero-main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 290px;
  background: url("../images/hero-partten.png") repeat-x center bottom;
  display: block;
  z-index: 1;
}
.hero-main .cell {
  max-width: 50%;
  width: 50%;
  position: relative;
  z-index: 5;
}
.hero-main figure {
  margin: 0;
  text-align: center;
}
.hero-main figure img {
  max-width: 100%;
  height: auto;
}
.hero-main .hero-bottle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-main .shap-bottole {
  min-width: 125px;
  position: relative;
}
.hero-main .shap-bottole img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}
.hero-main .hero-logo {
  min-height: 275px;
}

.carousel-cell figure {
  margin: 0;
  padding: 0;
  padding-top: 75%;
  width: 100%;
  position: relative;
}
.carousel-cell figure a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.carousel-cell figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-card-swiper {
  padding-top: 65px;
  padding-bottom: 35px;
}
.section-card-swiper .carousel-main {
  margin: 0 -30px;
}

.flickity-prev-next-button.previous {
  left: 32px;
}

.flickity-prev-next-button.next {
  right: 32px;
}

.section-title {
  font-size: 36px;
  color: #332c2a;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 40px;
}

@media (min-width: 1200px) {
  p {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
}
.section-somejoy {
  padding-bottom: 55px;
}
.section-somejoy figure {
  margin: 0;
  padding: 0;
}
.section-somejoy figure img {
  max-width: 100%;
  height: auto;
}

.section-tagline {
  background: #332c2a url("../images/tag-line-bg.png") repeat-x center bottom;
  padding: 20px 0;
  min-height: 155px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-tagline.primary-color {
  background-color: #9f1f63;
}
.section-tagline.secondary-color {
  background-color: #00aeef;
}
.section-tagline .tag-line {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.innerhero-main {
  position: relative;
}
.innerhero-main figure {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.innerhero-main figure img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}
.innerhero-main .over-layer-media {
  position: absolute;
  right: 175px;
  top: 0;
}

.section-innerhero {
  margin-bottom: 45px;
}

.section-ingredients figure {
  margin-bottom: 35px;
}

.gutter-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.graphic-button {
  background: #332c2a url("../images/pattern-btn.png") repeat-x 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 38px;
  min-height: 99px;
}

.intro-btn {
  padding-top: 50px;
}

.section-ourstory {
  padding-top: 65px;
}

.introtext h3 {
  font-size: 20px;
  color: #332c2a;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.introtext h2 {
  font-size: 24px;
  color: #332c2a;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.carousel-header {
  background-color: #00aeef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 157px;
  position: relative;
  z-index: 10;
}
.carousel-header .carousel-media {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.carousel-header .carousel-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.carousel-header .carousel-title * {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.carousel-header .carousel-media {
  padding-left: 65px;
}
.carousel-header .carousel-media .bottle-media-shap {
  position: relative;
  min-height: 100px;
}
.carousel-header .carousel-media .bottle-media-shap img {
  position: absolute;
  left: 0;
  top: 0;
}

.section-carousel .carousel-item {
  width: 50%;
}
.section-carousel .carousel-item figure {
  margin: 0;
  padding: 0;
}
.section-carousel .carousel-item figure img {
  max-width: 100%;
  height: auto;
}

.carousel-main {
  background-color: #00aeef;
}
.carousel-main .flickity-prev-next-button {
  top: 80%;
}

.section-carousel {
  padding-bottom: 45px;
}

ul.market-list {
  padding: 0 40px;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
ul.market-list li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  padding: 20px 42px;
}
ul.market-list .market-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
ul.market-list .market-in .cover-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
ul.market-list .market-in .market-media {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 150px;
}
ul.market-list .market-in .market-media figure {
  margin: 0;
}
ul.market-list .market-in .market-media figure img {
  max-width: 100%;
  height: auto;
}
ul.market-list .market-in .market-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 150px);
  padding-left: 30px;
}
ul.market-list .market-in .market-title h3 {
  font-size: 36px;
  font-weight: bold;
  color: #332c2a;
}
ul.market-list .market-in .market-title p {
  color: #332c2a;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .section-ingredients {
    padding-top: 50px;
  }

  .intro-btn {
    padding-top: 14px;
  }

  .carousel-header .carousel-media .bottle-media-shap {
    min-height: 76px;
  }

  .carousel-header .carousel-media .bottle-media-shap img {
    width: 380px;
  }
}
@media (max-width: 1199px) {
  .section-tagline .tag-line {
    font-size: 26px;
  }

  .section-title {
    font-size: 32px;
  }

  .innerhero-main .over-layer-media img {
    width: 270px;
    height: auto;
  }

  .innerhero-main .over-layer-media {
    right: 80px;
  }

  .carousel-header .carousel-media .bottle-media-shap img {
    width: 370px;
  }

  .carousel-header .carousel-media .bottle-media-shap {
    position: relative;
    min-height: 72px;
  }

  .carousel-header .carousel-media {
    padding-left: 30px;
  }

  ul.market-list {
    padding: 0;
  }

  ul.market-list .market-in .market-title h3 {
    font-size: 28px;
  }
}
@media (max-width: 990px) {
  .social-header ul li {
    padding: 0 12px;
  }

  .innerhero-main .over-layer-media img {
    width: 210px;
    height: auto;
  }

  .section-title {
    font-size: 28px;
  }

  .carousel-header .carousel-title * {
    font-size: 24px;
  }

  .carousel-header .carousel-media .bottle-media-shap img {
    width: 300px;
    height: auto;
  }

  .carousel-header .carousel-media .bottle-media-shap {
    position: relative;
    min-height: 61px;
  }

  ul.market-list li {
    padding: 20px 25px;
  }

  ul.market-list .market-in .market-title {
    padding-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .hero-main .hero-logo {
    padding-left: 15px;
  }

  ul.market-list .market-in .market-title h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .social-header {
    display: none;
  }

  .grid-margin-x > .cell {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-margin-x {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .grid-container {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .grid-container:not(.full) > .grid-padding-x {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .brand-logo img {
    width: 210px;
    height: auto;
  }

  .grid-margin-x > .small-8 {
    width: 60%;
    padding: 0 15px;
  }

  .grid-margin-x > .small-4 {
    width: 40%;
    padding: 0 15px;
  }

  .button-head {
    font-size: 14px;
    min-width: 128px;
    max-width: 128px;
    min-height: 42px;
  }

  .hero-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-card-swiper .cell.large-12 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-card-swiper .carousel-cell {
    margin-bottom: 25px;
  }

  .section-somejoy .grid-x .cell, .section-tagline .grid-x .cell, .section-ourstory .grid-x .cell {
    padding: 0 15px;
  }

  .innerhero-main .over-layer-media img {
    width: 170px;
    height: auto;
  }

  .section-title {
    font-size: 26px;
  }

  .section-ingredients .grid-x .ingredients-title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-ingredients .grid-x .ingredients-media {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .section-ingredients .grid-x .ingredients-intro {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .intro-btn {
    padding-top: 30px;
    margin-bottom: 16px;
  }

  .section-carousel .carousel-item {
    width: 100%;
  }

  .section-ourstory {
    padding-top: 34px;
  }

  .cell-ourstory-media {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .carousel-header .carousel-media {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .carousel-header .carousel-title {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 20px 15px;
  }

  .carousel-header .carousel-media .bottle-media-shap {
    position: relative;
    min-height: 115px;
  }

  .carousel-header .carousel-media .bottle-media-shap img {
    width: 457px;
    height: auto;
  }

  .section-carousel .cell {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title br {
    display: none;
  }

  .carousel-header .carousel-media {
    padding-left: 15px;
    padding-right: 15px;
  }

  .carousel-main {
    margin-left: 15px;
    margin-right: 15px;
  }

  ul.market-list li {
    padding: 10px 0px;
    width: 100%;
  }

  ul.market-list .market-in .market-title h3 {
    font-size: 24px;
  }

  footer .cell, .section-ingredients .cell {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-avliable .cell {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gutter-x-20 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .is-stuck .button-head {
    font-size: 12px;
    min-height: 38px;
  }
}
@media (max-width: 480px) {
  .innerhero-main .over-layer-media img {
    width: 119px;
    height: auto;
  }

  .innerhero-main .over-layer-media {
    right: 40px;
  }

  .section-title {
    padding-bottom: 15px;
  }

  .carousel-header .carousel-media .bottle-media-shap img {
    width: 345px;
    height: auto;
  }

  .flickity-prev-next-button.next {
    right: 10px;
  }

  .flickity-prev-next-button.previous {
    left: 10px;
  }

  ul.market-list .market-in .market-media {
    width: 90px;
  }

  ul.market-list .market-in .market-title {
    width: calc(100% - 90px);
  }

  .section-title {
    font-size: 24px;
  }

  .is-stuck .button-head {
    font-size: 12px;
    min-height: 38px;
  }
}
@media (max-width: 380px) {
  .button-head {
    font-size: 14px;
    min-width: 95px;
    max-width: 95px;
    min-height: 42px;
  }

  .carousel-header .carousel-media .bottle-media-shap img {
    width: 252px;
    height: auto;
  }

  .carousel-header .carousel-media .bottle-media-shap {
    position: relative;
    min-height: 70px;
  }

  ul.market-list .market-in .market-title h3 {
    font-size: 20px;
  }

  ul.market-list .market-in .market-title p {
    font-size: 14px;
  }
}
footer {
  background-color: #00aeef;
  padding: 45px 0;
}

.footer-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-social li {
  padding: 0 25px;
}

.footer-intro-warp {
  text-align: center;
  max-width: 765px;
  margin: 0 auto;
  padding: 35px 0;
}
.footer-intro-warp p {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.footer-intro-warp p a {
  font-weight: bold;
  color: #fff;
}

.copyright-warp {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.copyright-warp p {
  font-size: 17px;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.copyright-warp p a {
  color: #fff;
}

@media (max-width: 767px) {
  footer .cell, footer .grid-padding-x > .cell {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .copyright-warp p {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .copyright-warp p span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 380px) {
  .footer-intro-warp p {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
  }

  .copyright-warp p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=app.css.map */
