/** Shopify CDN: Minification failed

Line 51:12 Unexpected "{"
Line 51:21 Expected ":"
Line 52:16 Expected identifier but found whitespace
Line 52:18 Unexpected "{"
Line 52:27 Expected ":"
Line 52:78 Expected ":"
Line 53:19 Expected identifier but found whitespace
Line 53:21 Unexpected "{"
Line 53:30 Expected ":"
Line 53:84 Expected ":"

**/
.jit-custom-blog-tags{
  margin-top: 9.5px;
}
.jit-custom-blog-tags p{
  display:flex;
  align-items: center;
}

.main-blog .blog-articles .article .article-card-wrapper .card .description-blog-card {
    background: white;
    border: 1px solid #70707033;
    border-radius: 0 0 10px 10px;
    opacity: 1;
    height: auto !important;
  }
  .description-blog-card{
    height: 169.01px !important
  }
  .blog-articles__article {
    height: 379.01px;
    width: 352px;
    margin: 0 auto;
    margin-bottom: 40px;
  } 
.custom-blog-container-class {
    margin: 0 auto;
    margin-top: 54px;
}
  .card__inner{
    border-radius: 10px !important;
  }
  .article-card__image-wrapper{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }
  .card__heading{
    text-transform: capitalize;
  }
  .article-card-wrapper .card__inner{
    height: 15.739vw;
 
  }
  .card-wrapper .card__information .blog-tags{
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .border-blog{

    height:5px;
    background-color:#E2A362;
    margin: 0;
  }
  
  .card-wrapper .card__information .blog-tags p{
    font-size: 12px !important;
    background: #EBEBEB;
    border-radius: 35px;
    font-family: Lato Bold;
    padding: 8px !important; 
    margin: 0 10px 0 0 !important;
    letter-spacing: 0px;
    color: #000000 !important;
    text-transform: uppercase;
    opacity: 0.5;
    
  }
  
  .card-wrapper .card__information .card-heading{
    width: 21.30307467057101vw;
    height: 3.8799414348462666vw;
    margin-top: 3.207906vw;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 20px/28px var(--unnamed-font-family-zodiak);
  }
  .card-wrapper .card__information h3 {
    font-family: var(--font-lato-regular);
    font-size: 20px!important;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }
  .blog-read-more{
    margin-top: 9px;
    text-decoration: none;
    font-size: 14px;
    font-family: Lato Regular !important;

  }
  .blog-read-more a{
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #363535;
    opacity: 1;
  }
  .blog-collection-mobile {
    display: none;
  }
    .blog-collection-container {
      position: relative;
      line-height: 0;
    }
    img.blog-collection-dekstopImage {
      width: 100%;
      height: auto;
  }
    .blog-collection-mainText {
      position: absolute;
      bottom: 72.63px;
      padding-left: 10.176vw;
      color: #fff;
    }
    p.blog-collection-heading {
      font-size: 3.660vw;
      font-family: var(--font-lato-regular);
      letter-spacing: -2.5px;
      color: #FFFFFF;
      text-transform: capitalize;
      opacity: 1;
  }
  h1.blog-collection-heading {
      font-size: 3.660vw;
      font-family: var(--font-lato-regular);
      letter-spacing: -2.5px;
      color: #FFFFFF;
      text-transform: capitalize;
      opacity: 1;
  }

    p.blog-collection-desc {
      width: 16.179vw;
    line-height: 100%;
    font-size: 1.318vw;
    font-family: Lato Regular;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
  }

@media (min-width: 601px) and (max-width: 1024px){
  .blog-collection-mainText{
    bottom: 0;
  }
}
