/** Shopify CDN: Minification failed

Line 28:20 Unexpected "{"
Line 28:29 Expected ":"

**/
  .description h1, 
  .description h2, 
  .description h3, 
  .description h4, 
  .description h5, 
  .description h6{
    margin-top: unset
  }
  .profile__content{
    background-color: rgb(var(--color-foreground) / .5);
    min-height: 130px;
  }
  .lf-portfolio .button-wrapper {
      margin-block-end: 0;
  }
  .lf-portfolio .button-wrapper .button:hover{
    color: rgb(var(--color-foreground)) !important;
  }
  .lf-portfolio .indicators .button[disabled] {
    opacity: .3;
  }
  #shopify-section-{{ section.id }} a.profile__link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
}
  @media screen and (max-width: 767px) {
    .profile__content{
      gap: 10px;
      flex-direction: column;
      text-align: center;
      justify-content: center;
    }
  }