@charset "UTF-8";
html {
  -webkit-font-smoothing: antialiased;
}

/*********************************** START: FOUNDATION */
/* COLORS: MONOCHROME */
/* COLORS: BRAND */
/* COLORS: SECONDARY */
/* ICONS */
@font-face {
  font-family: "icomoon";
  src: url("../assets/icomoon.eot?1qrzyv");
  src: url("../assets/icomoon.eot?1qrzyv#iefix") format("embedded-opentype"), url("../assets/icomoon.ttf?1qrzyv") format("truetype"), url("../assets/icomoon.woff?1qrzyv") format("woff"), url("../assets/icomoon.svg?1qrzyv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* TYPOGRAPHY */
@font-face {
  font-family: "Untitled-Sans";
  src: url(../assets/UntitledSans-Regular.woff);
  font-weight: 400;
}
@font-face {
  font-family: "Untitled-Sans";
  src: url(../assets/UntitledSans-Medium.woff);
  font-weight: 500;
}
@font-face {
  font-family: "Untitled-Serif";
  src: url(../assets/UntitledSerif-Medium.woff);
  font-weight: 500;
}
@font-face {
  font-family: "Untitled-Serif";
  src: url(../assets/UntitledSerif-Regular.woff);
  font-weight: 400;
}
@font-face {
  font-family: "Bellada";
  src: url("../assets/Bellada-Regular.woff") format("woff");
  font-weight: 400;
}
.bellada {
  font-family: "Bellada", Arial, Helvetica, sans-serif;
}

.untitled-sans {
  font-family: "Untitled-Sans", Arial, Helvetica, sans-serif;
}

.untitled-serif {
  font-family: "Untitled-Sans", Arial, Helvetica, sans-serif;
}

.lh-110 {
  line-height: 110%;
}

.lh-120 {
  line-height: 120%;
}

.lh-140 {
  line-height: 140%;
}

.np-bg-black {
  background-color: #05140D;
}

.np-bg-grey1 {
  background-color: #828986;
}

.np-bg-grey2 {
  background-color: #B4B9B6;
}

.np-bg-grey3 {
  background-color: #F0F0F0;
}

.np-bg-grey4 {
  background-color: #F6F6F6;
}

.np-bg-white {
  background-color: #FFFFFF;
}

.np-bg-green-soft1 {
  background-color: #E2EEE1;
}

.np-bg-green-soft3 {
  background-color: #87B17F;
}

.np-bg-green-pop {
  background-color: #367F29;
}

.np-bg-green-mature1 {
  background-color: #327521;
}

.np-bg-green-mature3 {
  background-color: #2A5D1E;
}

.np-bg-orange-pop {
  background-color: #FF7100;
}

.np-bg-orange-mature1 {
  color: #F56D00;
}

.np-bg-orange-mature3 {
  color: #E16400;
}

.np-bg-yellow-pop {
  background-color: #FFBC00;
}

.np-bg-yellow-soft3 {
  background-color: #FFE066;
}

.np-bg-silk-soft1 {
  background-color: #FEFAF0;
}

.np-bg-silk-soft3 {
  background-color: #FBEFD3;
}

.np-color-black {
  color: #05140D;
}

.np-color-grey1 {
  color: #828986;
}

.np-color-grey2 {
  color: #B4B9B6;
}

.np-color-grey3 {
  color: #F0F0F0;
}

.np-color-grey4 {
  color: #F6F6F6;
}

.np-color-white {
  color: #FFFFFF;
}

.np-color-green-soft1 {
  color: #E2EEE1;
}

.np-color-green-soft3 {
  color: #87B17F;
}

.np-color-green-pop {
  color: #367F29;
}

.np-color-green-mature1 {
  color: #327521;
}

.np-color-green-mature3 {
  color: #2A5D1E;
}

.np-color-orange-pop {
  color: #FF7100;
}

.np-color-orange-mature1 {
  color: #F56D00;
}

.np-color-orange-mature3 {
  color: #E16400;
}

.np-color-yellow-pop {
  color: #FFBC00;
}

.np-color-yellow-soft3 {
  color: #FFE066;
}

.np-color-silk-soft1 {
  color: #FEFAF0;
}

.np-color-silk-soft3 {
  color: #FBEFD3;
}

.np-color-red {
  color: #EB5757;
}

.np-brcolor-grey5 {
  border-color: #E7E7E7;
}

.np-brcolor-grey6 {
  border-color: #DADADA;
}

/*********************************** END: FOUNDATION */
.np-padding-stickynav {
  padding-top: 63px;
}

.np-stickynav-borderbottom {
  border-bottom: solid 1px #F0F0F0;
}

/* TRANSITIONS */
/*********************************** START: UI COMPONENTS */
button:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

/* BUTTON 

1. btn-primary
2. btn-cta
3. btn-outline

*/
.btn-primary {
  background-color: #367F29;
  border: solid 1px #367F29;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  -webkit-appearance: none;
}

.btn-primary:hover {
  background-color: #327521;
  border: solid 1px #327521;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

.btn-primary:active {
  background-color: #2A5D1E;
  border: solid 1px #2A5D1E;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

.btn-cta {
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  -webkit-appearance: none;
}

.btn-cta:hover {
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

.btn-cta:active {
  transition: all 0.25s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

.btn-outline {
  background-color: transparent;
  border: solid 1px #367F29;
  border-radius: 9999px;
  color: #367F29;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  -webkit-appearance: none;
}

.btn-outline:hover {
  background-color: #367F29;
  border: solid 1px #367F29;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  color: #FFFFFF;
}

.btn-outline:active {
  background-color: #2A5D1E;
  border: solid 1px #2A5D1E;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

input.btn-addtocart {
  border-width: 0px;
  border-radius: 0px;
  background-color: #FFFFFF;
  border: solid 1px #367F29;
  -webkit-appearance: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

input.btn-addtocart.btn-primary:hover {
  border: 0px;
}

input.btn-addtocart:hover {
  background-color: #FFFFFF;
}

.btn-addtocart:active {
  box-shadow: 0;
  color: #FFFFFF;
}

input.btn-addtocart:disabled {
  opacity: 1;
  color: #367F29;
  -webkit-text-fill-color: #367F29;
}

.btn-addtocart-min {
  border-radius: 9999px 0px 0px 9999px;
}

.btn-addtocart-plus {
  border-radius: 0px 9999px 9999px 0px;
}

.btn-naked {
  background-color: transparent;
  color: #367F29;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

.btn-naked:hover {
  color: #2A5D1E;
}

a.np-link-mature:link, a.np-link-mature:visited {
  color: #2A5D1E;
  text-decoration: none;
}

a.np-link-mature:hover {
  color: #2A5D1E;
  text-decoration: underline;
}

a.np-link-pop:link, a.np-link-pop:visited {
  color: #367F29;
  text-decoration: none;
}

a.np-link-pop:hover {
  color: #367F29;
  text-decoration: underline;
}

/* TEXT FIELD

1. textfield-basic
2. textfield-withicon-left
3. textfield-withicon-right
4. textfield-withflag 

*/
input[type=search] {
  -webkit-appearance: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.textfield {
  padding: 11px 16px 13px;
  border-radius: 4px;
  border: solid 1px #E7E7E7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
@media only screen and (min-width: 768px) {
  .textfield {
    padding: 17px 16px 19px;
  }
}

.textfield-basic {
  background-color: #FFFFFF;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  font-weight: 500;
}

.textfield-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url("https://cdn.shopify.com/s/files/1/1281/1137/files/chevron-down.svg?v=1610072202");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  padding-right: 30px;
}

.textfield-basic::placeholder, select option:first-child {
  color: #A3A3A3;
}

.textfield-basic:hover {
  background-color: #F0F0F0;
}

.textfield-basic:focus {
  background-color: #FFFFFF;
  border: solid 1px #2F8D03;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  font-weight: 500;
  outline: -webkit-focus-ring-color auto 0px;
}

.textfield-warning {
  background-color: #FFFFFF;
  border: solid 1px #EB5757;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.textfield-withicon-left {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.textfield-withicon-left input[type=text] {
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.textfield-withicon-left i {
  position: absolute;
  left: 0;
  top: 5px;
  padding: 8px 16px;
  color: #05140D;
}

.textfield-withicon-right {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.textfield-withicon-right input[type=text] {
  padding-right: 50px;
  -webkit-appearance: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.textfield-withicon-right i {
  position: absolute;
  left: auto;
  right: 0px;
  top: 5px;
  padding: 8px 16px;
  color: #05140D;
}

.textfield-withflag {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.textfield-withflag span {
  background-color: #FFFFFF;
  position: absolute;
  left: 1px;
  top: 1px;
  padding: 12px 16px 13px 16px;
  color: #05140D;
}

/* PROGRESS BAR */
.np-progressbar {
  height: 8px;
}

hr.np-divider {
  border-top: solid 1px #F0F0F0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

hr.np-divider-silk {
  border-top: solid 1px #E8D9B6;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

/***************************************************************************************************************************************
**************************************************************************************************************************************
PRODUCT: START

- np-product-card


**************************************************************************************************************************************
**************************************************************************************************************************************
*/
.np-product-card {
  border: solid 1px #F0F0F0;
  background-color: #FFFFFF;
  transition: border-color 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

.np-product-card:hover {
  border: solid 1px #87B17F;
}

.np-product-card-title {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.np-product-card a.title:hover {
  text-decoration: underline;
}

.np-product-card img {
  width: 100%;
  height: 100%;
}

.np-product-card .description {
  height: 40px;
}

/***************************************************************************************************************************************
**************************************************************************************************************************************
PRODUCT: END

-

**************************************************************************************************************************************
**************************************************************************************************************************************
*/
/***************************************************************************************************************************************
**************************************************************************************************************************************
BLOG: START

- np-article-large
- np-article-medium
- np-article-small
- np-pagination
- np-category-circle

**************************************************************************************************************************************
**************************************************************************************************************************************
*/
/* Article Large */
.np-article-large a.title:link, .np-article-large a.title:visited, .np-article-small a.title:link, .np-article-small a.title:visited {
  color: #2A5D1E;
  text-decoration: none;
}

.np-article-large a.title:hover, .np-article-medium a.title:hover, .np-article-small a.title:hover {
  text-decoration: underline;
}

/* Article Medium */
.np-article-medium .image-height {
  height: 12rem;
}

.np-article-medium {
  vertical-align: top !important;
  white-space: normal !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Article Small */
.np-article-small h2 {
  margin-top: 0px;
}

/* Pagination */
.np-pagination .prev-next:hover {
  text-decoration: underline;
}

.np-pagination .number-padding {
  padding: 8px;
  line-height: 120%;
  font-size: 16px;
  width: 37px;
  border-radius: 100%;
  display: inline-block;
}

.np-pagination .active {
  border: solid 1px #f7f7f7;
  cursor: auto;
  background-color: #f7f7f7;
  color: #05140d;
  margin: 0px 2px;
}

.np-pagination .inactive {
  border: solid 1px #eee;
  margin: 0px 2px;
}

.np-pagination .inactive:hover {
  border: solid 1px #297a03;
  background-color: #297a03;
  color: #fff;
}

/* Category Circle */
.np-category-circle {
  width: 82px;
  height: 82px;
  border-radius: 88px;
  border: solid 6px #F6F6F6;
}

.np-category-circle img {
  width: 82px;
  height: 82px;
}

.np-category-circle-div img {
  max-width: none;
}

a.np-category-circle-div:hover span {
  text-decoration: underline;
}

.np-productdetail-nav {
  z-index: 1000;
  background-color: #FFFFFF;
  overflow: hidden;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
}

.np-normalcart-nav-close {
  top: 17px;
  right: 24px;
}

@media screen and (min-width: 30em) {
  .np-article-single p {
    font-family: "calibre-regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    color: #05140D;
  }

  .np-article-single p img, .np-article-single a img {
    margin-top: 32px;
    margin-bottom: 16px;
    width: 100%;
  }

  .np-article-single h3 {
    font-family: "calibre-medium";
    font-size: 18px;
    line-height: 125%;
    margin-top: 24px;
    margin-bottom: 8px;
    color: #05140D;
  }

  .np-article-single h6 {
    font-family: "calibre-regular";
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 8px;
    margin: 0;
    padding: 0;
    color: #05140D;
  }

  .np-article-single ul, .np-article-single ol {
    margin-top: 0px;
    padding-left: 1.25rem;
    color: #05140D;
    margin-bottom: 24px;
  }
  .np-article-single ul ul, .np-article-single ul ol, .np-article-single ol ul, .np-article-single ol ol {
    margin-left: 8px;
  }

  .np-article-single strong {
    font-family: "calibre-semibold";
    color: #05140D;
  }

  .np-article-single p a:link, .np-article-single p a:visited {
    color: #367F29;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  }

  .np-article-single a:hover {
    background-color: transparent;
  }

  .np-article-single ul li, .np-article-single ol li {
    font-family: "calibre-regular";
    line-height: 145%;
    padding-left: 12px;
    margin-bottom: 12px;
    color: #05140D;
  }
  .np-article-single ul li ul, .np-article-single ul li ol, .np-article-single ol li ul, .np-article-single ol li ol {
    margin-left: 12px;
  }

  .np-article-single h6 ul, .np-article-single h6 ol {
    font-size: 12px;
  }

  .np-article-single blockquote p {
    font-family: "calibre-regular";
    font-size: 32px;
    line-height: 120%;
    margin-top: 96px;
    margin-bottom: 96px;
    margin-left: 32px;
    color: #05140D;
  }

  .np-article-single blockquote {
    position: relative;
  }

  .np-article-single blockquote:before {
    font-family: "Untitled-Sans", serif;
    content: "“";
    position: absolute;
    color: #B4B9B6;
    font-size: 40px;
    top: 8px;
    left: 4px;
  }

  .np-category-circle-div img {
    width: 102px;
    height: 102px;
  }

  .ui-autocomplete {
    min-width: 450px;
  }
}
.np-collection-nav {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9;
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  .np-collection-nav {
    top: 100px;
    float: left;
  }
}

@media screen and (max-width: 30em) {
  .np-article-single p img, .np-article-single a img {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
  }

  .np-article-single h6 {
    font-family: "calibre-regular";
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 8px;
    margin: 0;
    padding: 0;
    color: #05140D;
  }

  .np-article-single ul, .np-article-single ol {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 1.25rem;
    color: #05140D;
    margin-bottom: 24px;
  }

  .np-article-single strong {
    font-family: "calibre-medium";
    color: #05140D;
  }

  .np-article-single a:link, .np-article-single a:visited {
    color: #367F29;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  }

  .np-article-single a:hover {
    background-color: transparent;
  }

  .np-article-single ul li, .np-article-single ol li {
    font-family: "calibre-regular";
    line-height: 145%;
    padding-left: 12px;
    margin-bottom: 12px;
    color: #05140D;
  }
  .np-article-single ul li ul, .np-article-single ul li ol, .np-article-single ol li ul, .np-article-single ol li ol {
    margin-left: 12px;
  }

  .np-article-single blockquote p {
    font-family: "calibre-regular";
    font-size: 32px;
    line-height: 120%;
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: 0px;
    color: #05140D;
  }

  .np-article-single blockquote {
    position: relative;
  }

  .np-article-single blockquote:before {
    font-family: "Untitled-Sans", serif;
    content: "“";
    position: absolute;
    color: #B4B9B6;
    font-size: 40px;
    top: 8px;
    left: -28px;
  }

  .modal {
    position: relative;
    width: 90%;
    max-width: 28rem;
    max-height: 90%;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
  }

  #shopify-section-floating-bottom {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0px;
    z-index: 999;
    display: contents;
  }

  .np-langganan-footer {
    padding-bottom: 16px;
    padding-top: 16px;
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    bottom: 74px;
    left: 0px;
    color: #FFFFFF;
    display: block;
    transform: translateY(0px);
    transition: transform 300ms ease 0s;
    z-index: 9999;
  }

  .np-langganan-footer-drawer {
    padding-bottom: 16px;
    padding-top: 16px;
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0px;
    left: 0px;
    color: #05140D;
    display: block;
    transform: translateY(0px);
    transition: transform 300ms ease 0s;
    z-index: 9999;
    border-top: solid 1px #F0F0F0;
  }

  .np-langganan-footer-real {
    padding-bottom: 16px;
    padding-top: 16px;
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0px;
    left: 0px;
    color: #05140D;
    display: block;
    transform: translateY(0px);
    transition: transform 300ms ease 0s;
    z-index: 9998;
    border-top: solid 1px #F0F0F0;
  }

  .np-floating-desktop small.list-item-ellipsis {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
  }

  .each-address:nth-child(4n+1) {
    padding-right: 0px;
  }

  .each-address:nth-child(4n+3) {
    padding-left: 0px;
  }

  .np-address-card {
    background-color: #FFFFFF;
    transition: border-color 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  }

  .np-headerproduct-title {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  #shopify-section-header {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 999;
  }

  .np-detox-decorative {
    color: #F82829;
    position: absolute;
    top: -18px;
    left: -18px;
    transform: rotate(-6deg);
  }

  .np-category-circle-div img {
    width: 64px;
    height: 64px;
  }

  .np-important-card .image-height {
    height: 3rem;
  }

  .ui-autocomplete {
    min-width: 312px;
    width: -webkit-fill-available;
  }
}
/********************************************************************************************************
********************************************************************************************************
BLOG: END
********************************************************************************************************
********************************************************************************************************
*/
a:link {
  text-decoration: none;
}

/* homepage-cards.liquid */
.np-info-card, .np-important-card, .np-testimonial-card, .np-note-card {
  background-color: #FEFAF0;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

.np-testimonial-card:hover, .np-info-card:hover {
  background-color: #FBEFD3;
  cursor: pointer;
}

.np-info-card img {
  border-radius: 0.5rem;
}

/*
.np-testimonial-card a:link{ text-decoration:none; }
.np-info-card a:hover{ text-decoration: none; }
.np-info-card .image-height{ height:7rem; }
*/
.np-warning-card {
  background-color: #FEFAF0;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

a:link .np-warning-card span, a:visited .np-warning-card span {
  color: #367F29;
  text-decoration: none;
}

.np-warning-card:hover {
  background-color: #FBEFD3;
}

.np-testimonial-card .image-height {
  height: 9rem;
}

.mafaat-bahan-komposisi .np-category-innerscroll ul {
  margin-left: -8px;
  margin-right: -8px;
}
@media only screen and (min-width: 768px) {
  .mafaat-bahan-komposisi .np-category-innerscroll ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.np-ingredient-card-list {
  padding: 0 8px !important;
  display: inline-block;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .np-ingredient-card-list:last-child {
    padding-right: 0px;
  }
}

.np-ingredient-card {
  border: solid 1px #F0F0F0;
  border-radius: 12px;
  padding: 16px;
  position: relative;
  min-width: 290px;
}
@media only screen and (min-width: 768px) {
  .np-ingredient-card {
    min-width: 0;
  }
}

.np-ingredient-card .np-juice-order {
  top: 12px;
  left: 12px;
  position: absolute;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
}

.np-floating-cart {
  border-top: solid 1px #F0F0F0;
}

.general-cart-btn {
  background-color: #367F29;
}

nav {
  z-index: 999;
}

nav .np-nav-main a:link, nav .np-nav-main a:visited {
  color: #367F29;
}

nav .np-nav-main a:hover {
  color: #2A5D1E;
}

.np-productdetail-image {
  border: solid 1px #F0F0F0;
}

.np-category-list a:link, .np-category-list a:visited {
  text-decoration: none;
}

.np-category-list a:hover {
  text-decoration: underline;
}

.np-product-content ul li, .np-product-content ol li {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Untitled-Sans", Arial, Helvetica, sans-serif;
  line-height: 140%;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.np-product-content ul li::marker {
  color: #367F29;
}

.np-accordion-item {
  border: solid 1px #F0F0F0;
  background-color: #FFFFFF;
}

.np-accordion-item a:link, .np-accordion-item a:visited {
  color: #367F29;
  text-decoration: none;
}

.np-accordion-item a:hover {
  color: #367F29;
  text-decoration: underline;
}

.np-accordion-item-alt2 {
  background-color: #FFFFFF;
}

.accordion__item input:not(:checked) ~ .accordion__content {
  display: none;
}

.np-accordion-content {
  border-top: solid 1px #F0F0F0;
  background-color: #F6F6F6;
  border-radius: 0 0 0.25rem 0.25rem;
}

.np-accordion-content-alt2 {
  border-top: solid 1px #F0F0F0;
  background-color: #FFFFFF;
  border-radius: 0 0 0.25rem 0.25rem;
}

.np-accordion-content strong, .np-accordion-content-alt2 strong {
  font-family: "calibre-medium";
}

.np-accordion-content-alt2 ul {
  margin-left: 0px;
  padding-left: 20px;
}

.np-accordion-content-alt2 ul li {
  font-family: "calibre-regular";
  line-height: 150%;
  padding-left: 0.75rem;
  padding-bottom: 0.25rem;
}

.np-accordion-content-alt2 ul li:last-child {
  padding-bottom: 0px;
}

.np-accordion-item-label {
  position: relative;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  color: #05140D;
}

.np-accordion-item-label.active {
  color: #367F29;
}

.np-accordion-item-label:hover {
  cursor: pointer;
  background-color: #F6F6F6;
  color: #367F29;
}

.np-container {
  border: solid 1px #F0F0F0;
}

.np-container-header {
  border-bottom: solid 1px #F0F0F0;
  position: relative;
}

footer.np-footer {
  background-color: #fefaf0;
}

footer hr {
  border-top: solid 1px #f5eddb;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

a.np-socialmedia-icon svg {
  fill: #367F29;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

a.np-socialmedia-icon:hover svg {
  fill: #2A5D1E;
}

.np-product-card-small {
  background-color: #FFFFFF;
  transition: border-color 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

.np-product-card-small a:hover {
  text-decoration: none;
}

.np-product-card-small ol {
  margin: 0;
  padding-left: 12px;
}

.np-product-card-small ol li {
  margin-bottom: 12px;
  padding-left: 4px;
}

.np-product-card-small ol li:last-child {
  margin-bottom: 0px !important;
}

.np-search-container {
  left: 0;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 4px 4px 0px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.03) 0px 4px 4px 0px !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.03) 0px 4px 4px 0px !important;
  border-bottom: solid 1px #f6f6f6;
}

.np-overlay-general {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

.np-search-suggestion a:visited {
  color: #2A5D1E;
}

.np-search-suggestion a:hover {
  color: #2A5D1E;
  text-decoration: underline;
}

input[type=search]::-webkit-search-cancel-button {
  position: relative;
  right: 20px;
}

.np-controller {
  background-color: #B4B9B6;
  opacity: 0.5;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

.np-controller:hover {
  background-color: #367F29;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

.np-controller.active {
  background-color: #367F29;
  opacity: 1;
}

.np-cart-badge {
  border: solid 2px #12452c;
}

.np-cart-badge.badge-cart {
  right: -12px;
  top: -12px;
}

.np-cart-badge.badge-floatingcart {
  right: -8px;
  top: -2px;
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  font-size: 0.65rem;
}

.np-cart-calendaricon {
  right: 20px;
  top: 20px;
}

.np-cart-textarea {
  background-color: #FFFFFF;
  border: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  resize: vertical;
  height: 24px;
}

.np-cart-textfield {
  border: solid 1px #EEEEEE;
  border-radius: 4px;
}
.np-cart-textfield > div {
  padding: 13px 0 13px 19px;
}
.np-cart-textfield input {
  border: none;
}

.np-cart-textfield.active {
  border: solid 1px #367F29;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

textarea:focus, input:focus {
  outline: none !important;
}

.np-product-card-small .trash-icon {
  right: 8px;
  top: 8px;
}

.np-product-card-small .price {
  right: 8px;
  bottom: 12px;
}

/* Last Updated is here */
.np-mobile-nav {
  background-color: #FFFFFF;
  overflow: hidden;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  left: 0;
  right: 0;
  color: #05140D;
  z-index: 999;
  width: 100%;
  height: 64px;
}
.np-mobile-nav .feather {
  margin-bottom: 5px;
}
.np-mobile-nav .nav-bottom-item {
  height: 4rem;
  width: 20%;
  padding: 10px 0.5rem;
  text-align: center;
}
.np-mobile-nav .nav-bottom-item .body-regular {
  margin-top: 1px;
  margin-bottom: 3px;
  font-size: 12px;
}

.np-mobile-nav a:visited.active, .np-mobile-nav a:link.active {
  color: #367F29;
  font-weight: 500;
}

.np-mobile-nav a:visited, .np-mobile-nav a:link {
  color: #05140D;
  font-weight: 400;
}

.np-productdetail-form form {
  display: inline;
}

.np-productdetail-description p {
  font-family: "calibre-regular";
  font-size: 17px;
  line-height: 158%;
  margin-bottom: 2rem;
  color: #05140D;
}

.np-productdetail-description p img {
  margin-top: 24px;
  width: 100%;
}

.np-productdetail-description h2 {
  font-family: "calibre-medium";
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0%;
  margin-top: 32px;
  margin-bottom: 24px;
  color: #05140D;
}

.np-productdetail-description h3 {
  font-family: "calibre-medium";
  font-size: 20px;
  line-height: 125%;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #05140D;
}

.np-productdetail-description h2:first-child {
  margin-top: 24px;
}

.np-productdetail-description strong, .np-productdetail-description b {
  font-family: "calibre-medium";
  font-size: 17px;
  line-height: 158%;
  color: #05140D;
}

.np-productdetail-description a:link, .np-productdetail-description a:visited {
  color: #367F29;
  background-color: #FBEFD3;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

.np-productdetail-description a:hover {
  background-color: transparent;
}

.np-productdetail-description ul, .np-productdetail-description ol {
  padding-left: 1.25rem;
  margin-top: 12px;
}

.np-productdetail-description ul li, .np-productdetail-description ol li {
  font-family: "calibre-regular";
  font-size: 17px;
  line-height: 158%;
  padding-left: 0rem;
  margin-bottom: 4px;
  color: #05140D;
}

@media screen and (min-width: 30em) {
  #shopify-section-header {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 999;
  }

  #shopify-section-floating-bottom {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0px;
    z-index: 999;
    display: contents;
  }

  .langganan-header {
    position: sticky;
    position: -webkit-sticky;
    top: 63px;
    z-index: 998;
  }

  .product-detail-header {
    position: fixed;
    top: 0;
    z-index: 999;
  }

  .np-langganan-footer {
    padding-bottom: 16px;
    padding-top: 16px;
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0px;
    left: 0px;
    color: #05140D;
    display: block;
    transform: translateY(0px);
    transition: transform 300ms ease 0s;
    z-index: 9999;
  }

  .np-langganan-footer-drawer {
    padding-bottom: 16px;
    padding-top: 16px;
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0px;
    left: 0px;
    color: #05140D;
    display: block;
    transform: translateY(0px);
    transition: transform 300ms ease 0s;
    z-index: 9999;
    border-top: solid 1px #F0F0F0;
  }

  .np-productdetail-description p {
    font-family: "Untitled-Sans", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 158%;
    color: #05140D;
  }

  .np-productdetail-description p img {
    margin-top: 24px;
    width: 100%;
  }

  .np-productdetail-description h2 {
    font-family: "calibre-semibold";
    font-size: 24px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0%;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #05140D;
  }

  .np-productdetail-description h2:first-child {
    margin-top: 32px;
  }

  .np-productdetail-description h3 {
    font-family: "calibre-semibold";
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
    margin-top: 32px;
    margin-bottom: 20px;
    color: #05140D;
  }

  .np-productdetail-description ol {
    padding-left: 1rem;
    margin-top: 12px;
  }

  .np-productdetail-description ul {
    padding-left: 1.3rem;
    margin-top: 12px;
  }

  .np-productdetail-description strong, .np-productdetail-description b {
    font-family: "calibre-medium";
    font-size: 18px;
    font-weight: 500;
    color: #05140D;
  }

  .np-productdetail-description a:link, .np-productdetail-description a:visited {
    color: #367F29;
    background-color: #FBEFD3;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  }

  .np-productdetail-description a:hover {
    background-color: transparent;
  }

  .np-productdetail-description ol li {
    font-family: "calibre-light";
    font-size: 18px;
    font-weight: 400;
    line-height: 158%;
    padding-left: 0.5rem;
    color: #05140D;
  }

  .np-productdetail-description ul li {
    font-family: "calibre-light";
    font-size: 18px;
    font-weight: 400;
    line-height: 158%;
    padding-left: 0.2rem;
    color: #05140D;
  }

  .np-important-card .image-height {
    height: 4rem;
  }
}
@media screen and (min-width: 30em) and (max-width: 60em) {
  .np-info-card .image {
    right: 0;
    bottom: 0;
  }

  .modal {
    display: flex;
    position: relative;
    width: 80%;
    max-width: 32rem;
    max-height: 90%;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .np-floating-desktop small.list-item-ellipsis {
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .np-langganan-footer {
    bottom: 77px;
  }

  .each-address:nth-child(4n+1) {
    padding-right: 0px;
  }

  .each-address:nth-child(4n+3) {
    padding-left: 0px;
  }

  .np-address-card {
    background-color: #FFFFFF;
    transition: border-color 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  }

  .np-langganan-footer-real {
    padding-bottom: 16px;
    padding-top: 16px;
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    bottom: 0px;
    left: 0px;
    color: #05140D;
    display: block;
    transform: translateY(0px);
    transition: transform 300ms ease 0s;
    z-index: 99995;
    border-top: solid 1px #F0F0F0;
  }

  .np-headerproduct-title {
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .np-detox-decorative {
    color: #F82829;
    position: absolute;
    top: -24px;
    left: -39px;
    transform: rotate(-6deg);
  }

  .np-category-circle-div img {
    width: 88px;
    height: 88px;
  }
}
@media screen and (min-width: 60em) {
  .modal {
    position: relative;
    width: 50%;
    max-width: 600px;
    max-height: 90%;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .np-floating-desktop small.list-item-ellipsis {
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .each-address:nth-child(4n+1) {
    padding-right: 8px;
  }

  .each-address:nth-child(4n+3) {
    padding-left: 8px;
  }

  .np-address-card {
    background-color: #FFFFFF;
    transition: border-color 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  }

  .beefup__body p, .beefup__body li {
    width: 80%;
  }

  .np-detox-decorative {
    color: #F82829;
    position: absolute;
    top: -24px;
    left: -39px;
    transform: rotate(-6deg);
  }

  .np-category-circle-div img {
    width: 102px;
    height: 102px;
  }
}
.np-banner-hero img {
  position: absolute;
}

/*Langganan*/
.np-langganan-footer-inner {
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 14px 0px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 14px 0px !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 14px 0px !important;
}

@media only screen and (max-width: 767px) {
  .np-category-innerscroll {
    -ms-overflow-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .np-category-innerscroll::-webkit-scrollbar {
    display: none;
  }
  .np-category-innerscroll ul {
    display: flex;
    list-style-type: none;
    flex-direction: row;
  }
}

.np-category-innerscroll::-webkit-scrollbar {
  display: none;
}

ul.np-categories-all {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

ul.np-categories-all li {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 8px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.np-midbanner-image img {
  display: block;
  margin: 0 auto;
}

.np-nutrition h2 {
  border-bottom: 1px solid #EEE;
  margin-bottom: 0 !important;
  padding-bottom: 24px;
}

.np-nutrition .np-nutrition-row-gizi {
  padding-left: 20px;
  margin-top: -5px;
  background: #FFF;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
}
.np-nutrition .np-nutrition-row-gizi .np-nutrition-row {
  border-bottom: none;
  padding: 6px 0;
}
.np-nutrition .np-nutrition-row {
  border-bottom: solid 1px #F0F0F0;
  padding: 12px 16px 16px 0px;
}
.np-nutrition .np-nutrition-row:last-child {
  border: none;
}

.np-nutrition .np-nutrition-row .col-padding {
  padding-left: 12px;
}

.hide {
  display: none;
}

.modal-active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
}

.modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.modal-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.modal-youtube {
  width: 640px;
  height: 360px;
}

.modal-close-btn {
  background-color: #FFF;
  line-height: 0;
  padding: 20px;
  color: #05140d;
  border: 0;
  cursor: pointer;
  z-index: 1;
}

.modal-close-btn:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.modal-content {
  width: 100%;
  background-color: #FFF;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 4px;
}

.modal-footer-close {
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  padding-top: 16px;
  padding-bottom: 20px;
  background-color: #F6F6F6;
}

.modal-footer-close:hover {
  background-color: #F0F0F0;
}

ul.np-tabs {
  margin: 0px;
  padding: 0px;
}

.tab-belanja:hover {
  color: #888;
  cursor: pointer;
}

.tab-belanja.active {
  color: #05140D;
  font-weight: 500;
  margin-bottom: 0px;
}

.np-collection-nav #np-collection-nav-scrollspy {
  background-color: #FFF;
}

.np-collection-nav li {
  display: block;
}

.np-collection-nav li a {
  display: inline-block;
  width:100%;
  padding: 16px 0;
}

li.tab-belanja a:link, li.tab-belanja a:visited {
  color: #05140D;
}

li.tab-belanja.active a:link, li.tab-belanja.active a:visited {
  color: #367F29;
}

li.tab-belanja.active svg path, li.tab-belanja.active svg path, li.tab-belanja:hover svg path {
  fill: #367F29;
}

li.tab-belanja a:hover {
  color: #367F29;
}

.np-collapsible {
  padding-top: 24px;
  margin-bottom: 24px;
}

.np-collapsible .np-collapsible-header {
  background-color: #F6F6F6;
  cursor: pointer;
  padding: 16px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1rem;
  font-family: "Untitled-Sans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  border-radius: 4px;
  color: #367F29;
  border-radius: 12px;
  position: relative;
}

.np-collapsible-header::before {
  transition: transform 0.3s ease-out;
  content: "";
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 0;
  margin-top: -2px;
  padding: 3px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  color: #367F29;
}

.np-collapsible-header.active::before {
  transform: translate(0, -50%) rotate(225deg);
  margin-top: 2px;
}

.np-collapsible .np-collapsible-header.active {
  border-radius: 4px 4px 0px 0px;
  padding-bottom: 24px;
}

.np-collapsible-header:hover {
  background-color: #F0F0F0;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

.np-collapsible .np-collapsible-content {
  padding: 0 24px 0 24px;
  display: none;
  overflow: hidden;
  border-radius: 0px 0px 4px 4px;
  background-color: #F6F6F6;
  font-family: "Untitled-Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.np-collapsible-content ol {
  padding-left: 12px;
}

.np-collapsible-content ol li {
  font-size: 16px;
}

/*********************************** END: UI COMPONENTS */
.np-mt-2px {
  margin-top: 2px;
}

.np-mt-6px {
  margin-top: 6px;
}

.np-pa-24px {
  padding: 24px;
}

.np-pv-8px {
  padding-top: 8px;
  padding-bottom: 8px;
}

.np-ph-24px {
  padding-left: 24px;
  padding-right: 24px;
}

.np-w-8px {
  width: 0.5rem;
}

.np-h-8px {
  height: 0.5rem;
}

.np-pa-4px {
  padding: 4px;
}

.np-w-24px {
  width: 24px;
}

.np-h-24px {
  height: 24px;
}

.np-w-20px {
  width: 20px;
}

.np-h-20px {
  height: 20px;
}

/*********************************** BELOW: CUSTOMERS TEMPLATE */
.np-line-height-160 {
  line-height: 160%;
}

.np-f8px {
  font-size: 8px;
}

.np-f10px {
  font-size: 10px;
}

/** LOGIN / ACCOUNT AREA **/
.np-dropdown-user {
  display: none;
  position: absolute;
  top: 28px;
  margin-left: 0px;
  padding: 0px;
  z-index: 999999999;
  width: fit-content;
  min-width: 200px;
}

nav.np-nav-main a.btn-user-logged:hover {
  color: #FFFFFF;
}

.btn-user-logged:hover ~ .np-dropdown-user, .np-dropdown-user:hover {
  display: block;
}

.np-dropdown-user ul {
  padding-left: 0;
  position: relative;
  margin-top: 16px;
  padding-top: 0px;
  background-color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px 0px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px 0px !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px 0px !important;
  border-radius: 12px;
}

.np-dropdown-user li {
  padding: 16px 20px;
  list-style: none;
  font-size: 18px;
  border-bottom: 1px solid #f7f7f7;
}

.np-dropdown-user a:link li, .np-dropdown-user a:visited li {
  color: #367F29;
  border-bottom: none;
}

.np-dropdown-user a:hover li {
  background-color: #f7f7f7;
}

.np-dropdown-user a:first-child li:hover {
  background-color: #FFFFFF;
}

.np-dropdown-user a:last-child li {
  border-bottom: 0 !important;
}

.np-dropdown-user a:last-child li:hover {
  border-radius: 0px 0px 12px 12px;
}

.np-bg-accountarea {
  background-color: #F0F0F0;
}

.np-account {
  font-weight: 400;
}

.np-account-icon {
  background-color: #E2EEE1;
}

.np-account-icon-logout {
  background-color: #EB5757;
}

.np-account-logout {
  border-left: solid 3px #FFFFFF;
}

/*** ACCOUNT AREA ***/
/** ADDRESS AREA **/
.np-address-card .edit-address {
  transition: border-color 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

.np-address-card .delete-address {
  background-color: transparent;
  transition: border-color 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  border: 0;
}

/** ADDRESS AREA **/
/** Check box **/
/* Customize the label (the container) */
.np-checkbox-container {
  display: block;
  position: relative;
  padding-left: 24px;
  padding-top: 2px;
  margin-bottom: 12px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.np-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.np-checkbox-checkmark {
  position: absolute;
  border-radius: 2px;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #E2EEE1;
}

/* On mouse-over, add a grey background color */
.np-checkbox-container:hover input ~ .np-checkbox-checkmark {
  background-color: #E2EEE1;
}

/* When the checkbox is checked, add a blue background */
.np-checkbox-container input:checked ~ .np-checkbox-checkmark {
  background-color: #E2EEE1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.np-checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.np-checkbox-container input:checked ~ .np-checkbox-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.np-checkbox-container .np-checkbox-checkmark:after {
  left: 6px;
  top: 2px;
  width: 2px;
  height: 7px;
  border: solid #367F29;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/** Check box **/
/** DROPDOWN **/
/* The container must be positioned relative: */
.np-custom-select {
  position: relative;
}

.np-custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.np-select-selected {
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  background-color: #ffffff;
}

.np-select-arrow-active {
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  background-color: #E2EEE1;
}

/* Style the arrow inside the select element: */
.np-select-selected:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 20px;
  width: 8px;
  height: 8px;
  border: solid #367F29;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Point the arrow upwards when the select box is open (active): */
.np-select-selected.np-select-arrow-active:after {
  border-color: transparent transparent #367F29 transparent;
  border: solid #367F29;
  border-width: 3px 0 0 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}

/* style the items (options), including the selected item: */
.np-select-items div, .np-select-selected {
  font-family: "Untitled-Sans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #367F29;
  padding: 16px 16px;
  border-radius: 4px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.np-select-items {
  position: absolute;
  background-color: #FFFFFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.np-select-hide {
  display: none;
}

.np-select-items div:hover, .np-same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/** DROPDOWN **/
/** CUSTOM TABLE **/
.resp-table {
  width: 100%;
  display: table;
}

.resp-table-caption {
  display: table-caption;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.resp-table-header {
  display: table-header-group;
  background-color: gray;
  font-weight: bold;
  font-size: 25px;
}

.table-header-cell {
  display: table-cell;
  padding: 10px;
  text-align: justify;
  border-bottom: 1px solid black;
}

.resp-table-body {
  display: table-row-group;
}

.resp-table-row {
  display: table-row;
}

.table-body-cell {
  display: table-cell;
}

/** CUSTOM TABLE **/
/** RIWAYAT ORDER **/
.np-right-arrow:after {
  position: relative;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 4px;
  border: solid #367F29;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.np-order-card {
  background-color: #FFFFFF;
  transition: border-color 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
  justify-content: space-between;
}
.np-order-card .img-container {
  width: 100px;
  flex: 0 0 auto;
}
.np-order-card .img-container img {
  border-radius: 12px;
}

.langganan-detail-date {
  padding-left: 16px;
}
.langganan-detail-date li {
  padding-left: 8px;
}

/** RIWAYAT ORDER **/
/** SEARCH RESULT WITH SHOPIFY APPS **/
.snize-ac-results {
  font-family: "Untitled-Sans", Arial, Helvetica, sans-serif;
}

.snize-ac-results .snize-label {
  font-size: 0.75rem;
  margin-bottom: 1rem;
  font-weight: 400;
  color: #828986;
  border-bottom: none;
}

/*********************************** BELOW: ICONS */
.icon-24botol:before {
  content: "";
}

.icon-40botol:before {
  content: "";
}

.icon-account:before {
  content: "";
}

.icon-blog:before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-cart-2:before {
  content: "";
}

.icon-cart-3:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-date:before {
  content: "";
}

.icon-detox3x:before {
  content: "";
}

.icon-detox5x:before {
  content: "";
}

.icon-hamil:before {
  content: "";
}

.icon-help:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-important:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-location-2:before {
  content: "";
}

.icon-log-in:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-ramadhan:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-shopping:before {
  content: "";
}

.icon-subscription:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

.icon-reading:before {
  content: "";
}

/*
.icon-eye-hide:before {
  content: "\e901";
}
.icon-personal:before {
  content: "\e902";
}
.icon-arrow-right:before {
  content: "\e903";
}
.icon-attach:before {
  content: "\e904";
}
.icon-back:before {
  content: "\e905";
}
.icon-cart:before {
  content: "\e906";
}
.icon-circle-close:before {
  content: "\e907";
}
.icon-close:before {
  content: "\e908";
}
.icon-date:before {
  content: "\e909";
}
.icon-delete:before {
  content: "\e90a";
}
.icon-edit:before {
  content: "\e90b";
}
.icon-eye-show:before {
  content: "\e90c";
}
.icon-info:before {
  content: "\e90d";
}
.icon-minus:before {
  content: "\e90e";
}
.icon-phone:before {
  content: "\e90f";
}
.icon-place:before {
  content: "\e910";
}
.icon-plus:before {
  content: "\e911";
}
.icon-search:before {
  content: "\e912";
}
.icon-success:before {
  content: "\e913";
}
.icon-time:before {
  content: "\e914";
}
.icon-uploading:before {
  content: "\e915";
}
.icon-warning:before {
  content: "\e916";
}
.icon-search:before {
  content: "\e900";
}

*/
/* TOOLTIP FROM GITHUB PRIMER */
.btn-copytoclipboard button.btn {
  background-color: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
}

.btn-copytoclipboard button.btn:hover {
  text-decoration: underline;
  color: #367F29;
}

.btn-copytoclipboard button.btn:active {
  background-color: transparent;
  border: none;
}

.np-value-copytoclipboard {
  opacity: 0;
  height: 0;
  width: 0;
  z-index: -10;
  position: absolute;
}

.tooltipped {
  position: relative;
}

.tooltipped:after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 5px 8px;
  font: normal normal 11px/1.5 "Untitled-Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.tooltipped:before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  content: "";
  border: 5px solid transparent;
}

.tooltipped:hover:before, .tooltipped:hover:after, .tooltipped:active:before, .tooltipped:active:after, .tooltipped:focus:before, .tooltipped:focus:after {
  display: inline-block;
  text-decoration: none;
}

.tooltipped-multiline:hover:after, .tooltipped-multiline:active:after, .tooltipped-multiline:focus:after {
  display: table-cell;
}

.tooltipped-s:after, .tooltipped-se:after, .tooltipped-sw:after {
  top: 100%;
  right: 50%;
  margin-top: 5px;
}

.tooltipped-s:before, .tooltipped-se:before, .tooltipped-sw:before {
  top: auto;
  right: 50%;
  bottom: -5px;
  margin-right: -5px;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}

.tooltipped-se:after {
  right: auto;
  left: 50%;
  margin-left: -15px;
}

.tooltipped-sw:after {
  margin-right: -15px;
}

.tooltipped-n:after, .tooltipped-ne:after, .tooltipped-nw:after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 5px;
}

.tooltipped-n:before, .tooltipped-ne:before, .tooltipped-nw:before {
  top: -5px;
  right: 50%;
  bottom: auto;
  margin-right: -5px;
  border-top-color: rgba(0, 0, 0, 0.8);
}

.tooltipped-ne:after {
  right: auto;
  left: 50%;
  margin-left: -15px;
}

.tooltipped-nw:after {
  margin-right: -15px;
}

.tooltipped-s:after, .tooltipped-n:after {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.tooltipped-w:after {
  right: 100%;
  bottom: 50%;
  margin-right: 5px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.tooltipped-w:before {
  top: 50%;
  bottom: 50%;
  left: -5px;
  margin-top: -5px;
  border-left-color: rgba(0, 0, 0, 0.8);
}

.tooltipped-e:after {
  bottom: 50%;
  left: 100%;
  margin-left: 5px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.tooltipped-e:before {
  top: 50%;
  right: -5px;
  bottom: 50%;
  margin-top: -5px;
  border-right-color: rgba(0, 0, 0, 0.8);
}

.tooltipped-multiline:after {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
  word-break: break-word;
  word-wrap: normal;
  white-space: pre-line;
  border-collapse: separate;
}

.tooltipped-multiline.tooltipped-s:after, .tooltipped-multiline.tooltipped-n:after {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltipped-multiline.tooltipped-w:after, .tooltipped-multiline.tooltipped-e:after {
  right: 100%;
}

@media screen and (min-width: 0\0 ) {
  .tooltipped-multiline:after {
    width: 250px;
  }
}
.tooltipped-sticky:before, .tooltipped-sticky:after {
  display: inline-block;
}

.tooltipped-sticky.tooltipped-multiline:after {
  display: table-cell;
}

.fullscreen-overlay-enabled.dark-theme .tooltipped:after {
  color: #000;
  background: rgba(255, 255, 255, 0.8);
}

.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before, .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before, .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before, .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before, .fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before {
  border-top-color: rgba(255, 255, 255, 0.8);
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before {
  border-right-color: rgba(255, 255, 255, 0.8);
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before {
  border-left-color: rgba(255, 255, 255, 0.8);
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 999;
  max-height: 70vh;
  overflow: auto;
}

.ui-autocomplete {
  background: #fff;
  border: none;
  margin-top: 62px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px 0px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px 0px !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px 0px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #E9E9E9;
}

ul.ui-autocomplete {
  padding: 0px;
}

.ui-autocomplete li {
  list-style: none;
  font-family: "Untitled-Sans", Arial, Helvetica, sans-serif;
  padding: 0px;
  font-weight: 500;
  font-size: 14px;
}

.ui-autocomplete li:hover {
  background: #F6F6F6;
}

.ui-autocomplete li a {
  display: block;
  color: #367F29;
  font-size: 14px;
  padding: 10px 20px;
}

.ui-autocomplete .title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.ui-autocomplete .thumbnail {
  float: left;
  margin-right: 16px;
}

.ui-autocomplete .thumbnail, .ui-autocomplete .title {
  display: block;
  vertical-align: middle;
}

.autocomplete-results {
  position: relative;
}

.search-query {
  background-repeat: no-repeat;
  background-position: center;
}

.ui-autocomplete-loading {
  background-image: url(https://cdn.shopify.com/s/files/1/0103/3889/3921/files/loader.gif);
}

.beefup {
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

.beefup.accordion_small .beefup__head button {
  padding-top: 14px;
  padding-bottom: 16px;
}

.beefup__head {
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

.beefup:hover {
  border-color: #367F29;
}

.beefup__head:hover {
  color: #367F29;
}

.beefup__head:hover > button {
  color: #367F29;
}

.beefup:first-child {
  margin-top: 0;
  padding-top: 0 !important;
}

.beefup.is-open h3, .beefup.is-open h4 {
  color: #367f29 !important;
}

.beefup__body {
  background-color: #FFFFFF;
  padding: 0 0 16px 0;
}

.beefup p {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .beefup.accordion_small .beefup__head button {
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .beefup__body {
    padding: 0 0 24px 0;
  }
}
.beefup__body ul, .beefup__body ol {
  padding-left: 1.1rem;
  margin-top: 12px;
}

.beefup__body ul li, .beefup__body ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 0.5rem;
  margin-bottom: 12px;
}

.beefup__head {
  cursor: pointer;
  position: relative;
  margin: 0;
}

button.beefup__head,
button.beefup__head[aria-disabled],
.beefup__head > button[aria-disabled] {
  cursor: default;
  outline: 0;
}

.beefup__head > button {
  position: relative;
  z-index: 1;
  padding-right: 30px;
  width: 100%;
  padding-left: 0;
  background: inherit;
  border: inherit;
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 132%;
  font-family: "calibre-medium" !important;
  text-align: inherit;
}
@media only screen and (min-width: 768px) {
  .beefup__head > button {
    font-family: "calibre-medium" !important;
    font-size: 24px;
  }
  .accordion_small .beefup__head > button {
    font-size: 18px;
  }
}

.beefup__head::after {
  transition: transform 0.2s ease-out;
  content: "";
  position: absolute;
  right: 0;
  z-index: 0;
  border-style: solid;
  border-color: #367f29;
  border-width: 0 0 2px 0;
  width: 16px;
}

.beefup__head::before {
  transition: transform 0.2s ease-out;
  content: "";
  position: absolute;
  right: 7px;
  z-index: 0;
  border-style: solid;
  border-color: #367f29;
  border-width: 0 2px 0 0;
  height: 16px;
}

.beefup.is-open > .beefup__head::before {
  transform: rotate(-90deg) translatez(2px);
}

.beefup.is-open > .beefup__head::after,
.beefup.is-open > .beefup__head::before {
  color: #05140D;
}

.np-errormsg-register {
  border-radius: 12px;
}

.clearfix.bg-washed-yellow {
  padding-left: 0px;
}

.np-bantuan-whatsapp {
  background-color: #327521;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

.np-bantuan-whatsapp:hover {
  background-color: #367F29;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.4, 1) 0s;
}

.np-announcement a:link, .np-announcement a:visited {
  color: #FFF;
  text-decoration: underline;
}

.np-announcement a:hover {
  text-decoration: none;
}

nav.breadcrumb a:link, nav.breadcrumb a:visited {
  color: #367F29;
  font-family: "calibre-medium";
}

nav.breadcrumb a:hover {
  text-decoration: underline;
}

nav.breadcrumb span {
  font-family: "calibre-light";
}

#author-bios {
  background-color: #F6F6F6;
  text-align: left;
  border-radius: 12px;
}

#author-bios img.avatar {
  border-radius: 100%;
  max-width: 64px;
  max-height: 64px;
  float: left;
}

#author-bios h3 {
  height: 41px;
  margin: 10px 0 2px 0;
  padding: 10px;
  background: #2A576E;
  color: #fff;
}

#author-bios p {
  height: 86px;
  padding: 6px 10px;
  margin: 0;
}

.social-media img {
  width: 34px;
  height: 34px;
}

.social-media a:first-child {
  margin-left: -6px;
}

#author-bios a:link, #author-bios a:visited {
  color: #367F29;
}

#author-bios a:hover {
  text-decoration: underline;
}

a.np-author-link:link, a.np-author-link:visited {
  color: #367F29;
}

a.np-author-link:hover {
  text-decoration: underline;
}

.w-45 {
  width: 45%;
}

.np-1568191976287-1 {
  position: relative;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  overflow: hidden;
}

.np-1568191976287-2 {
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  float: left !important;
  width: 60% !important;
  text-align: left !important;
}

.np-1568191976287-3 {
  padding-top: 0px !important;
}

.np-1568191976287-3 h1 {
  margin-bottom: 8px !important;
}

.np-1568191976287-3 p {
  padding-right: 24px !important;
  margin-bottom: 16px !important;
  padding-bottom: 0px !important;
}

.np-1568191976287-4 {
  float: right;
  width: 80%;
  position: absolute;
  bottom: 0px;
  right: -100px;
  max-width: 300px;
}

@media screen and (min-width: 30em) and (max-width: 60em) {
  .np-1568191976287-4 {
    float: right;
    width: 80%;
    position: absolute;
    bottom: 0px;
    right: -110px;
    max-width: 360px;
  }

  .np-1568191976287-1 {
    position: relative;
    padding-top: 40px !important;
    padding-bottom: 48px !important;
    overflow: hidden;
  }

  .np-1568191976287-3 h1 {
    margin-bottom: 8px !important;
    margin-left: 0px !important;
  }

  .np-1568191976287-3 p {
    padding-right: 24px !important;
    margin-bottom: 32px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .np-1568191976287-1 {
    position: relative;
    padding-top: 80px !important;
    padding-bottom: 96px !important;
    overflow: hidden;
  }

  .np-1568191976287-4 {
    float: right;
    width: 80%;
    position: absolute;
    bottom: 0px;
    right: -90px;
    max-width: 420px;
  }
}
.np-1568191976287-btn {
  width: 75% !important;
  margin-left: 0.5rem !important;
}

.np-1568191923581-3 a {
  width: 48.8% !important;
}

/******************** NP CSS From Jason *******************/
.np-f28 {
  font-size: 28px;
}

.np-f24 {
  font-size: 24px;
}

.np-f18 {
  font-size: 18px;
}

.np-f14 {
  font-size: 14px;
}

.np-f12 {
  font-size: 12px;
}

.np-stickynav-borderbottom {
  background-color: #fff !important;
}

/* Typewriter*/
.blink {
  animation: blink 0.5s infinite;
}

@keyframes blink {
  to {
    opacity: 0;
  }
}
.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.header-sub-title {
  text-decoration: underline;
  color: #367F29;
  padding: 0.1em;
}

.image-review {
  max-width: 56px;
  max-height: 56px;
  border-radius: 100px;
}

@media screen and (min-width: 960px) {
  .np-ml10p {
    margin-left: 10%;
  }

  .np-f28-l {
    font-size: 28px;
  }

  .np-bg-mobile {
    background-color: white;
  }
}
@media screen and (max-width: 960px) {
  #shopify-section-1568191923581 {
    display: block;
  }

  .np-midbanner-image {
    padding-left: 24px;
  }

  .np-midbanner-image img {
    margin: 0;
    width: 100%;
  }

  .np-bg-mobile {
    background-color: #FBEFD3;
  }

  .np-detox-decorative-mobile {
    color: #FF7100;
    position: absolute;
    top: -10px;
    left: -18px;
    transform: rotate(-6deg);
  }
}
.slide {
  position: relative;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, transform 3s ease-in-out;
}
.slide.is-not-active {
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 2s ease-in-out;
}

.social-image {
  padding-top: 6px;
  width: 18px;
  height: 18px;
}



/******************** END OF NP CSS From Jason *******************/

/*# sourceMappingURL=application.css.map */
