/** Shopify CDN: Minification failed

Line 299:0 Expected "}" to go with "{"

**/
.card__information.custom_recepies_blog{
  background-color: #ffffff;
  padding: 16px 12px 16px 12px;
}
.article-card__excerpt.custom_recepies_para{
  color: #1B1B1B;
  margin: 16px 0px 0px 0px;
    line-height: 21.6px;
}

.custom_heading_recepies {
  color: #1B1B1B;
  font-size: 16px;
}
a.find-more-recipes-btn {
    font-size: 16px;
    text-decoration: none;
    color: #1B1B1B;
}
.find-more-button{
  padding-left: 10px;
  margin-top: 24px;
}
.custom_recepies_flex{
 display: flex;
 justify-content: space-between;
 }
.time-button{
  display: flex;
  align-items: center;
  color: #1B1B1B;
}
/* single_product_categories */
.custom_blog_slider {
  width: 100%;
  margin: 0 auto;
}

.custom_blog_slider .slick-slide {
  padding: 10px; 
  box-sizing: border-box;
} 

.custom_blog_slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  list-style: none;
}

.custom_blog_slider .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #D9D9D9;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom_blog_slider .slick-dots li.slick-active button {
  background-color: #B7090A;
}
.custom_blog_slider .slick-prev, .slick-next {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.custom_blog_slider li {
    transform: none !important;
}
.custom_slider_button_blog{
    display: none;
  }
.custom_blog_slider .slick-dots li button:before{
  display: none;
}  
@media (max-width: 1024px) {

  .find-more-button{
  margin-top: 16px;
}
  a.find-more-recipes-btn {
    font-size: 14px;
  }
  .custom_blog_slider .slick-dots li{
    width: 0px;
  }
 .page-product-single-categories .custom_padding_blog{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .custom_blog_slider{
    position: relative;
  } 
.custom_blog_slider .slick-dots {
  position: absolute;
  bottom: -1px;
  left: -2px;
}
.article-card__excerpt.custom_recepies_para{
  margin: 8px 0px 0px 0px;
  font-size: 14px;
  line-height: 18.9px;
}
.card__heading.h2.custom_heading_recepies{
  font-size: 18px;
  line-height: 21.4px;
}
.time-button{
  font-size: 14px;
}  
  
}



@media screen and (max-width: 749px) {
  .articles-wrapper .article {
    width: 100%;
  }
}

.article {
  display: flex;
  align-items: center;
}

.article.grid__item {
  padding: 0;
}

.grid--peek .article-card {
  box-sizing: border-box;
}

.article-card__image-wrapper > a {
  display: block;
}

.article-card__title {
  text-decoration: none;
  word-break: break-word;
}

.article-card__title a:after {
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.article-card__link.link {
  padding: 0;
}

.article-card__link {
  text-underline-offset: 0.3rem;
}

.article-card .card__heading {
  margin-bottom: 0.6rem;
}

.blog-articles .article-card .card__information,
.blog__posts .article-card .card__information {
  padding-left: 2rem;
  padding-right: 2rem;
}

.article-card__info {
  padding-top: 0.4rem;
}

.article-card__footer {
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
}

.article-card__footer:not(:last-child) {
  margin-bottom: 1rem;
}

.article-card__footer:last-child {
  margin-top: auto;
}

.article-card__excerpt {
  width: 100%;
  margin-top: 1.2rem;
}

.article-card__link:not(:only-child) {
  margin-right: 3rem;
}

@media screen and (min-width: 990px) {
  .article-card__link:not(:only-child) {
    margin-right: 4rem;
  }
}

.article-card__image--small .ratio::before {
  padding-bottom: 11rem;
}

.article-card__image--medium .ratio::before {
  padding-bottom: 22rem;
}

.article-card__image--large .ratio::before {
  padding-bottom: 33rem;
}

@media screen and (min-width: 750px) {
  .article-card__image--small .ratio::before {
    padding-bottom: 14.3rem;
  }

  .article-card__image--medium .ratio::before {
    padding-bottom: 21.9rem;
  }

  .article-card__image--large .ratio::before {
    padding-bottom: 27.5rem;
  }
}

@media screen and (min-width: 990px) {
  .article-card__image--small .ratio::before {
    padding-bottom: 17.7rem;
  }

  .article-card__image--medium .ratio::before {
    padding-bottom: 30.7rem;
  }

  .article-card__image--large .ratio::before {
    padding-bottom: 40.7rem;
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .articles-wrapper.grid {
    margin: 0 0 5rem 0;
  }

  @media screen and (min-width: 750px) {
    .articles-wrapper.grid {
      margin-bottom: 7rem;
    }
  }
}
@media (max-width: 766px){
.custom_blog_slider ul.slick-dots {
    position: absolute;
    bottom: -2px;
  }
  .custom_blog_slider .slick-slide {
    padding: 0px; 
    box-sizing: border-box;
}
.article-card__excerpt.custom_recepies_para{
  margin: 8px 0px 0px 0px;
  font-size: 14px;
  line-height: 18.9px;
}
.card__heading.h2.custom_heading_recepies{
  font-size: 18px;
  line-height: 21.4px;
}
.time-button{
  font-size: 14px;
}
.page-product-single-categories .custom_padding_blog{
  padding-top: 24px;
  padding-bottom: 48px;
}  


