/** Shopify CDN: Minification failed

Line 90:2 Unexpected "}"

**/
 .article-card-wrapper-new .article-card__footer {
      padding: 12px 20px 14px 20px;
      justify-content: center;
      align-items: center;
      display: flex;
      gap: 10px;
      border-radius: 5px;
      background: #fff4d3;
      max-width: 120px;
  }
  .article-card-wrapper-new .article-card__footer span.article-card__link {
      color: #701111;
      text-align: center;
      font-family: var(--font-heading-family);
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: capitalize;
  }
  .article-card-wrapper-new  .card__content { position:absolute;padding:0 30px!important;bottom:0; }
  .article-card-wrapper-new .card__content a.full-unstyled-link {
       font-size: 24px;
      line-height: 36px;color:#fff;font-family: "Plumber's Gothic";
  }
  .article-card-wrapper-new .article-card__info {
      border-radius: 5px;
     background: rgba(245, 245, 245, 0.10); 
      backdrop-filter: blur(75px);
      padding: 10px 16px;
      display: flex;
      align-items: flex-start;flex-wrap: wrap;
  }
  .article-card-wrapper-new .article-card__info span {
      overflow: hidden;
      color: #fff;
      text-overflow: ellipsis;
      font-family: var(--font-heading-family);
      font-size: 13px;
      font-style: normal;
      font-weight: 700;
      line-height: 21px;
  }
 .article-card-wrapper-new .circle-divider:after {
      margin: 0 0.8rem 0 1rem;
  }

 .article-card-wrapper-new .article-card__excerpt {
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: var(--font-heading-family);
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;color:#fff;
  }
  .card__information {
/*padding: 0px!important;*/
  }
  .article-card-wrapper-new .article-card__image img {
    position: relative; transition: all 0.3s ease-in-out;
  }
  .article-card-wrapper-new .article-card__image .blog-article-overlay {
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(253,187,45,0) 100%);
    top: 0;
    bottom:0;
  }
  .article-card-wrapper-new:hover .media.media--hover-effect>img:first-child:not(:only-child) {
    opacity: 1;
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;

  }
  @media screen and (min-width: 750px) {
    .article-card-wrapper-new .article-card__image--large .ratio:before{padding-bottom:40rem}
  }
  @media screen and (max-width: 767px) {
   .article-card-wrapper-new .article-card__image--large .ratio:before{padding-bottom:35.7rem}
  }
  @media screen and (max-width: 600px) {
   .article-card-wrapper-new  .card__content a.full-unstyled-link{font-size:16px;}
   .article-card-wrapper-new  .article-card__info span { font-size:10px}}
   .article-card-wrapper-new  .card__content{padding: 0 20px!important;}     
  }
 
  @media screen and (min-width: 767px) {
    .article-card-wrapper-new .article-card__image--large .ratio:before{padding-bottom:40.7rem}
  }
   @media screen and (max-width: 300px) {
    .article-card-wrapper-new .article-card__image--large .ratio:before{padding-bottom:50rem}
 }