/** Shopify CDN: Minification failed

Line 230:0 Unexpected "{"

**/
.btn--primary:hover{
    background-color:var(--BTN-PRIMARY-BG-HOVER) !important ;
  
    border-color:var(--BTN-PRIMARY-BG-HOVER);
    color:white !important;
}

.product-item{
    border: 1px solid #ECE5D8;
    display: flex;
        flex-direction: column;
}

.product-item .product-information{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-item .product-item__info{
    padding:0;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.product-item .product-link{
    height: unset;
    padding: 10px 15px;
     border: 1px solid #ECE5D8;
}

.product-item .product-link .product-item__title{
  font-size:16px;
  font-weight:500;
}


.product-item .pet-req-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align:center;
  gap: 8px;
  padding: 10px 15px;
  min-height: 40px;
  border: 1px solid #ECE5D8;
    text-transform: uppercase;
    font-size: 14px;
}

.ingredients-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    align-items: center;
    border: 1px solid #ECE5D8;
    padding: 10px 15px;
    min-height: 40px;
    flex-grow: 1;
}

.ingredients-line .inner-ing-text{
  display:flex;
  justify-content:center;
  align-items:Center;
  gap:5px;
    font-family: EideticNeoOT;
    font-style: italic;
    font-weight: 400;
    max-width:80%;
    text-align: center;
}

@media screen and (max-width: 668px) {
  .grid-item .product-link .product-item__title{
    font-size:14px;
  }
    .ingredients-line .inner-ing-text{
      display:block;
    }
     .ingredients-line .inner-ing-text *{ 
      display:inline;
      font-size:14px;
    }
      .ingredients-line .inner-ing-text .percentage-big{
        padding-right:0;
        margin-right: 3px;
      }
    
}


@media screen and (max-width: 425px) {
  .grid-item .product-link .product-item__title{
    font-size:12px;
  }
  
}

.percentage-big {
  padding-right:10px;
  font-family: "Ogg", Karla, sans-serif;
   font-size: 32px;;   /* Bigger */
    font-style:normal; /* Bold */
  color: #000;       /* Optional */
}

.ingredients-line p{
  text-align:left;
      margin: 0;
          font-size: 14px;

    line-height: 1;
}


/* .brick__block__text{
    margin:0;
}
.brick__block--images{
    flex-basis:25%;
} */


/* Form Email */

.form-description{
    text-align:center;
}

.custom-email-radio{
display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.custom-email-radio label{
    cursor:pointer;
}

/* .custom-email-text input{
   background-color: var(--bg);
} */
/* .custom-email-text input::placeholder {
  color: black;
} */

.custom-email-text .field:focus{
  outline:none;
}


/* checkbox */

.custom-checkbox{
 display: flex;
    justify-content: center;
    align-items: center;
}

.checkbox input[type=checkbox]:checked+label:before{
  content:"✔";
  box-shadow:none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}


/* flickity-button */

.flickity-button{
  background:transparent;
}

.flickity-prev-next-button{
  --bg:transparent;
  --bg-brighter:transparent;
  box-shadow:none;
}

.flickity-prev-next-button:before{
  background:white;
}

.radio__fieldset .radio__button input:checked~label{
  background:var(--BTN-PRIMARY-BG)
}

.radio__fieldset .radio__button label:hover{
  background:var(--BTN-PRIMARY-BG-HOVER);
  
}

.customAdd{
  display:flex;
}

/* Add to cart on product card */

.product-information .quick-add__holder{
  position:static !important;
}

.quick-add__button .price{
  color:var(--COLOR-QUICK-ADD-TEXT)
}

.quick-add__button .price .product__sale{
  display:none;
}

.quick-add__button .price .price__container .price__sale{
  display:flex;
  flex-direction:row-reverse;
  gap:10px;
}

.quick-add__button .price .price__container .price__sale .price-item,
{
 color:var(--COLOR-QUICK-ADD-TEXT)
}

.product-information .quick-add__button{
  display:flex;
  justify-content:space-between;
  width:100%;
}

.desktop {
  display: block;
}

@media only screen and (max-width: 749px) {
    .quick-add__holder.mobile {
       display:none;
    }
}
@media only screen and (max-width: 550px) {
  .product-information .quick-add__button{
        flex-direction: column;
    font-size:12px;
  }
}


@media only screen and (min-width: 750px) {
    .no-touch .quick-add__holder.is-disabled {
        opacity: 1;
    }
}

@media only screen and (min-width: 750px) {
    .no-touch .quick-add__holder.is-disabled .quick-add__button {
        visibility: visible;
    }
}

@media only screen and (min-width: 750px) {
    .no-touch .quick-add__holder {
        opacity: 1;
    }
}

    .product-information .quick-add__button .price {
      margin-bottom: .25rem;
    }


/* Slider button */
.slider__button{
  border-radius:50%;
}


/* .custom-readmore-btn::after {
  content: "→";
 font-size: 16.5px;
  margin-left: 2px;
  transition: 0.3s ease;
}

.custom-readmore-btn:hover{
  background:transparent;
}

.custom-readmore-btn:hover::after {
  transform: translateX(6px);
} */

.btn--text:not(.btn--text-no-underline) span:after{
  background:none;
}


/* Right menu */

.right-menu{
  display: flex;
    justify-content: center;
    align-items: center;
}


/* hero description */
.hero_description_block{
  display:flex;

  gap:30px;
}
.hero_description_block .hero__description{
  flex:1;
}

@media  screen and (max-width: 778px) {
  .hero_description_block{
    flex-direction:column;
    gap:10px;
  }
}



/* Menu drawer */
.drawer__menu{
  height:100%;
}

.mobile-menu__block{
  height:100%
}

/* Collection All */

@media only screen and (min-width: 750px) {
    .collection-block__products {
        display: flex;
    }
}

@media only screen and (max-width: 749px) {
    .collection-block__products {
        display: none;
    }
}

.custom-hero-content{
  gap:15px;
}

.brick__block  .custom-image-hero img{
  object-fit:contain;
}

.multicolumn .grid-item .block-no{
  margin:0;
}

.multicolumn .grid-item {
  display: flex;
        align-items: start;
        gap: 15px;
}

.custom-column-contain img{
   object-fit:contain !important;
}

.product__content .accordion__content ul{
  margin:0;
}

.product__content .accordion__content li{
  list-style:none;
  padding-bottom:8px;
  border-bottom: 1px solid var(--border) !important;
}