/** Shopify CDN: Minification failed

Line 145:32 Expected identifier but found ")"
Line 819:0 Expected "}" to go with "{"

**/
img {
  max-width: 100%;
  height: auto;
}

.row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.text-right {
  text-align: right; 
}

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

.custom-btn {
  line-height: 1;
  padding: 9.5px 16px;
  text-align: center;
  text-transform: uppercase;
  background: #ffb5ab;
  font-weight: 500;
  color: #222;
  font-size: 14px;
  border-radius: 9999px;
  display: inline-block;
  border: 1px solid #ffb5ab;
  transition: all 0.3s linear;
  text-decoration: none;
}

.custom-btn:hover {
  background: #fff;
  color: #000;
}

#affiliates-hero-section {
  padding: 85px 0;
}

#affiliates-hero-section h1 {
  margin: 0;
  padding-bottom: 24px;
  color: #222;
  font-size: 26px;
  line-height: 1;
}

#affiliates-hero-section p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  padding-bottom: 40px;
}

.wrapper-who-are {
  padding: 56px 0;
}

.wrapper-who-are .row {
  justify-content: center;
}

.wrapper-who-are img {
    width: 120px;
    margin-bottom: 10px;
}

.wrapper-who-are h2 {
  font-size: 26px;
  color: #222;
  line-height: 1.5;
  margin: 0 0 25px; 
  font-weight: 500;
}

.wrapper-who-are p {
  text-align: left;
  color: #222;
  font-size: 16px;
  margin-bottom: 25px;
}

.wrapper-youWill-love {
  padding: 85px 0;
}

.wrapper-youWill-love h2 {
  font-size: 26px;
  color: #222;
  margin: 0 0 20px;
  line-height: 1.5;
}

.wrapper-youWill-love p {
  font-size: 16px;
  color: #222;
  margin: 0;
  line-height: 1.5;
}

.wrapper-youWill-love ul li {
    margin-bottom: 20px;
    font-size: 14px;
    color: #222;
    line-height: 1;
    position: relative;
    list-style: none;
}

.wrapper-youWill-love ul li:last-child {
  margin-bottom: 0;
}

.wrapper-youWill-love ul {
  margin: 0;
}

.wrapper-youWill-love ul li::before {
    content: '';
    position: absolute;
    background: url(/cdn/shop/files/Mediamodifier-Design_59b1cad7-f9dc-4169-a875-0ac74503ae82.svg?v=1703263947) no-repeat center center / contain;
    width: 17px;
    height: 17px;
    left: -40px;
    top: 50%;
    transform: translateY(-50%););
}

.wrapper-youWill-love .row {
    align-items: stretch;
}

.wrapper-get-started {
    padding: 64px 15px;
}

.wrapper-get-started .table-view {
    border: 1px solid #909090;
    margin-bottom: 40px; 
}

.wrapper-get-started .table-view ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.wrapper-get-started .table-view ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 12px;
    border-right: 1px solid #909090;
    text-align: center;
}

.wrapper-get-started .table-view ul li span {
    font-size: 16px;
    color: #fff;
    background: #ffb5ab;
    margin-bottom: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 32px;
    display: inline-block;
}

.wrapper-get-started .table-view ul li h4 {
    font-size: 16px;
    color: #222;
    margin: 0 0 20px;
    font-family: 'Poppins';
    line-height: 1.2;
    font-weight: 600;
}

.wrapper-get-started .table-view ul li p {
    font-size: 14px;
    color: #222;
    margin: 0;
    line-height: 1.5;
}

.wrapper-get-started .table-view ul li:last-child {
    border-right: none;
}

.wrapper-get-started .table-view h2 {
    margin: 0;
    text-align: center;
    color: #222;
    font-size: 18px;
    font-family: 'Poppins';
    letter-spacing: 0;
    padding: 16px 0;
    border-bottom: 1px solid #909090;
}

.ingredients-slider-for-image .items-image img {
    aspect-ratio: 1 / 1;
    background-color: #F7F7F7;
    width: 190px;
    border-width: 1px;
    border-color: #D9D9D9;
    border-radius: 9999px;
    transform: scale(0.55);
    transition: all 300ms ease-in-out;
    margin: auto;
}

.ingredients-slider-for-image .items-image h3 {
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
    font-size: 16px;
    font-family: 'Poppins';
    color: #222;
    font-weight: 600;
    margin: 20px 0 0;
}

.ingredients-slider-for-image .slick-current .items-image img {
    transform: scale(1);
}

.ingredients-slider-for-image .slick-current .items-image h3 {
    visibility: visible;
    opacity: 1;
}

.ingredients-slider-for-image .items-image {
    text-align: center;
    padding: 0 5px; 
}

.wrapper-ingredients h2 {
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 20px;
}

.ingredients-slider-for-content {
    max-width: 50%;
    margin: 20px auto 0;
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
}

.items-content p {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin: 0;
}

.ingredients-slider-for-content .slick-arrow::before {
    display: none;
}

.ingredients-slider-for-content .slick-arrow {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #000 !important;
    z-index: 2;
    transform: translate(0, 0);
}

.ingredients-slider-for-content .slick-arrow::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    inset: 0;
    margin: auto;
    filter: invert(1);
    background: url(/cdn/shop/files/Mediamodifier-Design_ce3e968d-e3ea-4cf9-a44b-181ed5cb09fb.svg?v=1703254864) no-repeat center center / 22px;
}

.ingredients-slider-for-content .slick-prev.slick-arrow:after {
    transform: rotate(180deg);
}

.ingredients-slider-for-content .slick-prev.slick-arrow {
    left: 0px;
    top: -40px;
}

.ingredients-slider-for-content .slick-next.slick-arrow {
    right: 0px;
    top: -40px;
}

.ingredients-slider-for-content .slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.4;
}

.plh-featured .plan-price {
    text-align: right;
}

.plh-featured .plan-price h3 {
    margin-bottom: 0;
    font-size: 16px;
}

.plh-featured .plan-price h4 {
    margin: 0 0 18px;
    font-size: 16px; 
}

.plh-featured .plh-desc p {
    min-height: 75px;
}

.addtoCart-container {
    display: flex;
    flex-wrap: wrap;
}

.addtoCart-container .product-form {
    flex: 0 0 100%;
}

.addtoCart-container .product-form+div {
    flex: 1 0 auto;
}

.sticky-atc--show .sticky-atc-inner .atc-buy-button .addtoCart-container {
    display: block;
}

.sticky-atc--show .sticky-atc-inner .atc-buy-button .addtoCart-container product-form.product-form + div {
    display: none;
}

.plh-featured a {
    text-decoration: none;
    align-self: center;
}

@media screen and (max-width: 1024px) {
  .addtoCart-container {
    display: block;
  }
  .reviews-io-nuggets-widget {
    display: block;
  }
  .NuggetsWidget-prefix .NuggetsWidget {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  .wrapper-who-are .col-6 {
      flex: 0 0 80%;
      max-width: 80%;
  }
  .ingredients-slider-for-content {
      max-width: 70%; 
  }
  .skio-flex-containers {
      flex-direction: column !important;
  }
  .skio-group-container--available {
      width: 100% !important;
  }
  .skio-group-container--available:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .skio-group-container--available:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .plh-featured a {
    text-align: center;
  }

  .plh-img {
      max-width: 25% !important;
  }
  .col-container {
      flex-direction: column !important;
      align-items: center;
  }
  .col-a2,
  .col-a1 {
      width: 100% !important;
  }
  .col-a2 .button.button--primary {
      margin: 0 auto !important;
  }
  .items-content p {
    font-size: 14px;
    line-height: 1.5;
  }
  .ingredients-slider-for-image .items-image h3 {
    font-size: 14px;
  }
  .ingredients-slider-for-content {
    max-width: 100%;
  }
  .wrapper-ingredients h2 {
    font-size: 26px;
    margin: 0 0 20px;
  }
  .col-6 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  #affiliates-hero-section {
      padding: 55px 0;
  }
  .row {
      gap: 30px;
  }
  .wrapper-who-are .col-6 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .wrapper-who-are p {
    text-align: center;
  }
  .wrapper-who-are,
  .wrapper-youWill-love,
  .wrapper-get-started {
      padding: 50px 0;
  }
  .wrapper-get-started .table-view ul {
      flex-wrap: wrap;
  }
  .wrapper-get-started .table-view ul li {
      flex: 0 0 100%;
      max-width: 100%;
      border-right: none;
      border-bottom: 1px solid #909090;
  }
  .wrapper-get-started .table-view ul li:last-child {
      border-bottom: none;
  }
}

.boost-cart__checkout-cta {
    text-transform: capitalize;
}
 
.ticker {
  margin-bottom: -44px !important;
  margin-right: 8px;
  background: white !important;
  border: 1px solid black;
}

#product-grid .quick-add__submit {
    border: 2px solid black;
    color: black !important;
    background-color: white;
    box-shadow: none;
      }


@font-face {
    font-family: "BookmaniaBold";
    src: url("/cdn/shop/files/BookmaniaBold.woff2?v=1717013373") format("woff2");
}
@font-face {
    font-family: "Glacial";
    src: url("/cdn/shop/files/GlacialIndifference-Regular.woff2?v=1717013436") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Glacial";
    src: url("/cdn/shop/files/GlacialIndifference-Bold.woff2?v=1717013606") format("woff2");
    font-weight: bold;
    font-style: normal;
}


/* Blog CSS ZM */

.bloggle--nav-item {
    text-wrap: nowrap;
    background: #F8F0ED;
    border-radius: 8px;
    padding: 2px 8px;
    margin: 0px !important;
}
.bloggle--nav  { 
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow: auto;
    padding-bottom: 8px;
}

.bloggle--nav-item.bloggle--active {
    border: 2px solid black;
    text-decoration: none !important
}

.bloggle--nav::-webkit-scrollbar-track {
    background-color: #f8f0ed;
    border: none;
    border-radius: 4px
}

.bloggle--nav::-webkit-scrollbar {
    width: 100px;
    height: 10px;
}

.bloggle--nav::-webkit-scrollbar-thumb {
    background: #393535;
    border-radius: 4px
}

#article-header h1 {
    font-family: 'bookmania';
    font-weight: 600;
    color: #393535;
}
.bggle--product-title {
    font-family: 'bookmania';
    font-weight: bold;
    font-size: 18px;
    color: #393535 !important;
}
.bggle--sideBar--title {
    font-family: 'Glacial' !important;
    font-size: 20px !important;
}
#bloggle_sideBar .bloggle--blog-item-button {
    margin-top: 0px !important;
    background: #393535 !important;
}

@media screen and (max-width: 768px) {

#bloggle_sideBar a .bggle--product-item-img {
    border-radius: 8px;
}

#bloggle_sideBar {
  height: fit-content !important;
  background: #F8F0ED !important;
}

#bloggle_sideBar a {
    padding: 4px 12px !important;
    box-shadow: 0px 8px 20px 0px #393535;
}
}

@media screen and (min-width: 769px) {

#bloggle_sideBar a .bggle--product-item-img {
    border-radius: 8px;
    height: unset !important;
    width: unset !important;
    margin-top: 8px;
}

.bggle--info-siderBar-product {
    margin-top: -15px !important;
    flex-direction: column;
    }

#bggle--product-related {
    display: flex;
    flex-direction: column;
    background: #f8f0ed;
    border: 2px solid #393535;
    border-radius: 16px;
    padding: 12px !important;
}

#bggle--product-related-link {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
#bloggle_sideBar #bggle--product-related .bggle--sideBar--title {
    text-align: center;
    padding: 0px !important;
    border-bottom: 1px solid #393535 !important;
    
}
#bloggle_sideBar .bggle--info-siderBar-product .bggle--product-info {
    margin-left: 0px !important;
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 8px;
}
#bloggle_sideBar {
    top: 100px !important;
}
#last-articles {
    display: flex;
    flex-direction: column;
    background: #393535;
    border: 2px solid #f8f0ed;
    border-radius: 16px;
    padding: 12px !important;
    margin-top: 16px;
}
#bggle-latest-articles{
    color: white !important;
}
.bggle-latest-article {
    display: flex;
    flex-direction: column;
    background: #f8f0ed;
    border-radius: 16px;
    margin-bottom: 0px !important;
}
.bggle-latest-article p {
    padding: 8px;
    font-size: 14px !important;
    line-height: 18px !important;
}
.bggle-latest-article-img {
    width: 100% !important;
    border-radius: 16px;
}
#bloggle_sideBar #last-articles .bggle--sideBar--title {
    text-align: center;
    padding: 0px !important;
    border-bottom: 1px solid #f8f0de !important;
}

}
/* ZM NEW BUTTONS */
.new-blog-btn {
    width: 75%;
    max-width: 600px;
    margin-top: 8px;
    background: #393535;
    color: #FFFFFF;
    border-radius: 16px;
    border: 2px solid #393535;
    display: block;
    text-decoration: none;
    margin: 16px auto 0px;
    padding: 12px 8px;
    line-height: 1;   
    font-family: 'Glacial';
}
.new-blog-btn:hover{
    background: #F8F0ED;
    color: #393535;
}

@media screen and (min-width: 990px) {
.new-blog-btn {
    font-size: 20px;
}
}
@media screen and (max-width: 989px) {
.new-blog-btn {
    font-size: 14px;
}
}

.new-blog-btn-scnd {
    width: 75%;
    max-width: 600px;
    margin-top: 8px;
    background: #F8F0ED;
    color: ##393535;
    border-radius: 16px;
    border: 2px solid #393535;
    display: block;
    text-decoration: none;
    margin: 16px auto 0px;
    padding: 12px 8px;
    line-height: 1;   
    font-family: 'Glacial';
}
.new-blog-btn-scnd:hover{
    background: #393535;
    color: #FFFFFF;
}

@media screen and (min-width: 990px) {
.new-blog-btn-scnd {
    font-size: 20px;
}
}
@media screen and (max-width: 989px) {
.new-blog-btn-scnd {
    font-size: 14px;
}
}
.zm-new-btn {
    width: 75%;
    max-width: 600px;
    margin-top: 8px;
    background: #393535;
    color: #FFFFFF;
    border-radius: 16px;
    border: 2px solid #393535;
    display: block;
    text-decoration: none;
    margin: 16px auto 0px;
    padding: 12px 8px;
    line-height: 1;   
    font-family: 'Glacial';
    text-align: center;
}
.zm-new-btn:hover{
    background: #F8F0ED;
    color: #393535;
}

@media screen and (min-width: 990px) {
.zm-new-btn {
    font-size: 20px;
}
}
@media screen and (max-width: 989px) {
.zm-new-btn {
    font-size: 14px;
}
}
.zm-new-btn-scnd {
    width: 75%;
    max-width: 600px;
    margin-top: 8px;
    background: #F8F0ED;
    color: #393535;
    border-radius: 16px;
    border: 2px solid #393535;
    display: block;
    text-decoration: none;
    margin: 16px auto 0px;
    padding: 12px 8px;
    line-height: 1;   
    font-family: 'Glacial'
    text-align: center;
}
.zm-new-btn-scnd:hover{
    background: #fadacf;
    color: #393535;
}

@media screen and (min-width: 990px) {
.zm-new-btn-scnd {
    font-size: 20px;
}
}
@media screen and (max-width: 989px) {
.zm-new-btn-scnd {
    font-size: 14px;
}
}

@media screen and (max-width: 768px) {
#bloggle_sideBar #bggle--product-related {
  height: auto !important;
}
}

/* RIVO LOYALTY PAGE */

@media screen and (max-width: 750px) {
.rivo-hero-buttons .zm-new-btn {
    width: 100%
}
.rivo-hero-buttons .zm-new-btn-scnd {
    width: 100%
}
}

@media screen and (min-width: 751px) {
.rivo-hero-buttons .zm-new-btn {
    width: 40%
}
.rivo-hero-buttons .zm-new-btn-scnd {
    width: 40%
}

.rivo-hero-buttons {
  width: 100%;
  max-width: 100% !important;
}

