/** Shopify CDN: Minification failed

Line 292:1 Unexpected "{"

**/
.New-Article {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding-top: 30px;
}
.New-Article p,
.New-Article span {
  font-size: 16px;
  margin: 3px 0 0;
  line-height: 1.4;
}
.New-Article strong {
  color: #272727;
  font-family: Avenir Black;
  line-height: 2;
}
.single-img {
  padding: 40px 0;
}
.New-Article h2,
.image-with-text-article h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Avenir Black";
  letter-spacing: 0px;
}
body.temp_article-new-article-2 .New-Article-Content img.cstm-img {
  height: auto;
}
.New-Article-Content img {
  /* width: 100%; */
  /* object-fit: cover; */
  /* height: 100%; */
}
/* .New-Article-Content img:first-child {
    width: 33.33%;
}
.New-Article-Content:nth-child(2) {
    width: 33.33%;
}
.New-Article-Content:nth-child(3) {
    width: 33.33%;
} */
.inline_icons_blg {
  padding-left: 35%;
}
.blog_page_social_icons .list-social {
  gap: 10px;
}
.image-with-text-article {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.image-with-text-article {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 50px 0 30px;
  position: relative;
  width: 100%;
}
.image-with-text-article-image {
  aspect-ratio: 1.7481296758104738 / 1;
  border-radius: 10px;
  flex: 1 0 0px;
  overflow: visible;
  position: sticky;
  top: 150px;
  will-change: transform;
  z-index: 1;
}
.image-with-text-article-image > div {
  position: absolute;
  border-radius: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.image-with-text-article-image > div > img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-position: center;
  object-fit: cover;
  image-rendering: auto;
}
.main-article-flex,
.article-two-flex {
  display: grid;
  width: 100%;
  padding-top: 40px;
  grid-template-columns: auto auto auto;
  gap: 40px;
}
.article-two-flex {
  grid-template-columns: auto auto;
}
.article-new-meta h1 {
  margin-bottom: 5px;
}
.article-new-meta p {
  margin: 0;
}
.Meta-detail-article svg {
  width: 30px;
  height: 30px;
}
.Meta-detail-article {
  align-items: center;
  border-radius: 10px;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  height: min-content;
  justify-content: flex-start;
  padding: 15px 0 30px 0;
  position: relative;
  width: 100%;
}
.Meta-article-info {
  align-items: center;
  display: flex;
  flex: 1 0 0px;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  height: min-content;
  justify-content: flex-start;
  padding: 0;
  position: relative;
}
.top-content-col-rhs {
  flex: none;
  height: auto;
  position: relative;
  width: auto;
}
.Meta-detail-button {
  flex: none;
  height: auto;
  position: relative;
  width: auto;
}
.top-content-col-rhs button {
  background-color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 12px 25px;
  position: relative;
  width: max-content;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: "Inter";
  transition: 1s ease;
  font-family: "Avenir Regular", "Avenir Regular Placeholder", sans-serif;
  border: 1px solid #000;
}
.Meta-detail-button button {
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  transition: 1s ease;
  font-family: Avenir black, Avenir Regular Placeholder, sans-serif;
  border: none;
  background: no-repeat;
  text-decoration: underline;
  color: #bf935a;
}
.top-content-col-rhs button:hover {
  background-color: #000;
  color: #fff;
  transition: 1s ease;
}
.article-top-content-row:has(.top-content-col-rhs) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.article-new-meta h1 {
  padding-top: 0.13em;
}
.service-icon-col span,
.pre-time-col span,
.cook-time-col span {
  font-weight: 400;
}
.service-icon-col {
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 20px;
}
nav.breadcrumbs {
  position: relative;
}
nav.breadcrumbs:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  left: 0;
  bottom: 0;
}
.image-with-text-article-sticky li {
  list-style-type: none;
  position: relative;
}
.New-Article li span {
  position: relative;
  display: inline-block;
}
.New-Article li {
  list-style-type: none;
  position: relative;
}
.New-Article li:before {
  content: "";
  width: 7px;
  padding-inline-end: 0.75ch;
  display: inline-block;
  background-color: #000;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: 10px;
}
.image-with-text-article-sticky li::before {
  content: ".";
  width: 2.25ch;
  padding-inline-end: 0.75ch;
  display: inline-block;
}
.image-with-text-article-sticky li:before {
  background-color: #ffff;
}
.article-new-meta {
  padding-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}
.blog_page_social_icons a {
  /* background-color: #f7f7f7; */
  border-radius: 5px;
  padding: 10px;
}
.blog_share_icon svg {
  width: 22.5px !important;
  height: 24px !important;
}
.blog_share_icon span {
  font-size: 16px;
  font-family: Avenir Regular;
  font-weight: 600;
  font-style: italic;
}
.inline_icons_blg {
  display: flex;
  gap: 10px;
}
.blog_share_icon button.share-button__button {
  height: 44px;
  width: 144px;
  justify-content: space-between;
  padding: 10px 20px;
  /* background-color: #f7f7f7; */
  border-radius: 5px;
}
 {
  max-width: 35%;
  margin: 0 auto;
}
.blog_page_social_icons {
  padding: 50px 0;
}
.custom-article-banner .articlel-banner-content {
  position: relative;
  background: transparent;
}
.custom-article-banner .article-banner-content h1 {
  margin: 0;
}
.custom-article-banner .article-banner-content {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
}
.custom-article-banner .article-banner-content p {
  margin: 5px 0 0;
  font-size: 24px;
  font-family: Liberator Heavy;
  line-height: 1.4;
}
.custom-article-banner .article-banner-media img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 10px;
}
.article-template__content.page-width p {
  margin: 0;
  color: #272727;
}
.temp_article .article-template__content.page-width h4 {
  color: #bf955a;
}
/* .temp_article .article-template__content.page-width h2 {
    font-size: 16px;
    font-family: Avenir black;
    margin-top: 40px;
    margin-bottom: 12px;
    color: #272727;
} */
.temp_article .article-template__content.page-width strong {
  color: #ba8c40;
}
.temp_article .article-template h3, .temp_article .article-template h5{
  color: #ba8c40;
}
.temp_article .article-template a, .temp_article .article-template a{
  color: #ba8c40;
}
.temp_article .article-template strong, .temp_article .article-template strong{
  color: #ba8c40;
}
.temp_article .article-template strong, .temp_article .article-template strong span{
  color: #ba8c40 !important;
}
.blog-breadcrumb-wrapper {
  padding: 40px 0px;
  border-bottom: 1px solid #e0e0e0;
}
/* .field label.field__label {
  display: none;
} */
article.article-template h3, article.article-template h5 {
    font-family: 'Avenir Black';
}
article.article-template h4 {
    font-family: 'Avenir Regular';
}
/* ============responsive========== */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .New-Article-Content .image-with-text-article {
    padding: 20px 0 0;
  }
  .temp_article-new-article-2 .blog_page_social_icons {
    max-width: 100%;
    margin-right: 0;
    padding-top: 20px;
  }
  .custom-article-banner .article-banner-content {
    padding-top: 50px;
  }
  .blog_page_social_icons {
    padding: 10px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  /* .inline_icons_blg {
    padding-left: 5rem;
  } */
  .image-with-text-article {
    padding: 10px 0 0;
  }
  .main-article-flex {
    grid-template-columns: auto;
    gap: 15px;
  }
  .Meta-detail-article {
    display: inline-block;
    padding: 20px 0;
  }
  .Meta-article-info {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .Meta-detail-article svg {
    width: 25px;
    height: 25px;
  }
  .Meta-article-info b {
    font-size: 14px;
  }
  .Meta-detail-button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .Meta-detail-button button {
    padding: 10px 15px;
    font-size: 15px;
  }
  .temp_article-new-article-2
    .article-template
    > *:first-child:not(.article-template__hero-container) {
    margin-top: 0rem !important;
  }
  .New-Article-Ingredients {
    padding-top: 15px;
  }
  .New-Article h2,
  .image-with-text-article h2 {
    line-height: 1.3;
  }
  .temp_article-new-article-2 .blog_page_social_icons {
    max-width: 100%;
    margin-top: 20px !important;
  }
  .blog_page_social_icons a {
    padding: 5px;
    margin: 0 2px;
  }
  .main-article-flex,
  .article-two-flex {
    gap: 20px;
  }
  .custom-article-banner .article-banner-content {
    padding-top: 30px;
  }
  .article-template__content.page-width h4 {
    margin: 10px 0;
  }
  .article-template__content.page-width h2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .blog_page_social_icons {
    padding: 10px 0 50px;
  }
  .article-new-meta h1 {
    margin-bottom: 10px;
  }
  .service-icon-col {
    justify-content: center;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .New-Article-Ingredients {
    width: 35%;
    padding-right: 50px;
  }
  .New-Article-Content {
    width: 65%;
  }
  .image-with-text-article > div {
    width: 50%;
  }
  .temp_article .main-article-flex img {
    width: 100%;
  }
  .main-article-flex img {
    width: 100%;
    height: 100%;
    object-position: 2% 48.8%;
  }
}
@media screen and (max-width: 768px) {
  .New-Article-Ingredients {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  /* .temp_article-new-article-2 .blog_page_social_icons .inline_icons_blg {
    justify-content: center;
  } */
}
