/** Shopify CDN: Minification failed

Line 143:0 Unexpected "}"
Line 208:0 Unexpected "}"

**/
/*Footer*/
span.made-by a {
  font-weight: 400;
  padding-left: 32px;
  background: transparent url(milkbottle.png) no-repeat 3px 5px;
  background-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: inherit;
  font-size: 12px;
}


.footer_policy_menu {
    display: flex;
    justify-content: center;
    margin-block-start: 30px;
}
 .footer_policy_menu .linklist {
            display: flex;
            gap: 25px;
            padding-inline-start: 0px;
        }
    .footer_policy_menu .linklist__item a {
        font-size: 14px;
    }
    .footer_policy_menu  .linklist__item:not(:first-child) {
        padding-block-start: 0px;
        list-style-type: square;
    }
    .footer_policy_menu  .linklist__item:first-child {
          list-style-type: none;

    }

@media screen and (min-width:1000px) {
    .footer__aside {
        margin-block-start: 10px;
    }
}

@media screen and (max-width:741px) {
    .footer__copyright {
    justify-content: center;
    align-items: center;
    display: flex;
}
.footer_policy_menu {
    margin-block-start: 15px;
}
.footer__aside {
    margin-block-start: 10px;
}
    .footer__payment-methods {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .payment-methods-list{
        display: flex;
    }
}

/*Testimonial*/
.testimonial__block {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}
.testimonial__block_image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial__block_image img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    min-width: 100px;
    object-fit: cover;
}
.testimonial__author {
    font-size: 18px;
}

@media screen and (max-width:741px) {
.testimonial__block {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    align-items: center;
}
.testimonial__author {
    margin-block-start: 0px;
}

.testimonial__author {
    padding: 0 10px;
}
}
/*Mythbuster*/
.mythbusters {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0px;

    .mythbuster-icon {
        display: flex;
        gap: 10px;
        align-items: center;
         img {
            width: 30px;
            height: auto;
        }
        span {
            margin-top: 3px;
        }
    }
}



/*Header search bar for mobile*/
.mbl-search  .predictive-search__form {
      border: 1px solid #000;
      border-radius: 20px;
      padding: 10px 20px;
      margin-bottom: 20px;
     }
     .header.header--bordered  {
      box-shadow: unset;
     }


}



/* Header Predictive Search style */
#predictive-search {
 position: absolute;
 top: 80px;
 background: rgb(255, 255, 255);
 padding: 10px 25px 20px;
 width: 30%;
 box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 display: none;
}
@media screen and (max-width:1199px) {
.mbl-search {
 padding-bottom: 12px;
}
 .mbl-search .nav-search {
  width: 100%;
        height: 40px;
        background: #fff;
        border: 1px solid #fe01b4;
        border-radius: 20px;
        padding: 10px 20px;
        color: #000;
        display: flex;
 }
 #predictive-search {
   position: absolute;
    top: 165px;
    background: #fff;
    padding: 0 20px 20px;
    width: 100%;
    left: 0;
    right: 0;
    display: none;
 }
 .header.header--bordered {
  box-shadow: unset;
 }
 .mobile-hide {
  display: none;
  opacity: 0;
  visibility: none;
 }
 .mbl-search .predictive-search__input {
  width:100%;
 }
}
.predictive-search__input::placeholder {
    color: #000 !important;
}
@media screen and (max-width:741px) {
 #predictive-search  {
    top: 110px;
    width: 98%;
    margin: auto;
    display: none;
    }
 }
 .mbl-search .predictive-search__input {
  width:100%;
  min-width: auto;
 }
}

.nav-search{
 display: flex;
 align-items: center;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    padding: 5px;
    background: #fff;
    color: #000;
}

.product__zoom-button {
    display: none;
}

header-predictive-search .text--large {
    color: #000;
}
@media screen and (min-width:749px) {

.multi-column--xlarge{
    --section-items-per-row: 2;
}
.multi-column__inner{
    gap:20px;
}
}
/* Blog page fix */
 .image_title-multi_block{
    display: flex;
    flex-direction: row;
    gap: 17px;
}
.image_title-multi_block_center{
    align-items: center;
}
@media screen and (max-width:749px) {
    .multi-column--xlarge{
    --section-items-per-row: 1;
}
 .image_title-multi_block.image_title-multi_block_center{
    flex-direction: column;
 }
 .image_title-multi_block.image_title-multi_block_center .multi-column__image-wrapper{
    max-width: 100% !important;
 }
 .image_title-multi_block.image_title-multi_block_center .multi-column__text-container{
    text-align: center;
 }
.shopify-section--main-article .article {
    margin: 15px 0;
}
.article__header .text--large {
    font-size: 15px;
}
.article__header .article__header-content{
    padding: 0px var(--container-gutter);
}
.article__meta.author_main_banner {
    margin-top: 15px;
}
}
.article__meta.author_main_banner {
    margin-top: 30px;
}
/* MBL custom testimonial */
.testimonial__star-rating.heading-font {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
span.testimonial__star {
  color: #ffe802;
}


.quantity-selector__button[data-tooltip]:before {
 width: 250px;
 font-size: 12px;
 text-wrap: initial;
}
.decoration-underline {
    text-decoration: underline;
}
.decoration-underline:hover {
 text-decoration: none;
}

product-sticky-form .select {
 padding-right: 36px;
}
.shopify-section--faq a, .shopify-section--main-article a{
    color: blue !important;
}

html {
  scroll-behavior: smooth;
   scroll-padding-top: 150px;
}
