/** Shopify CDN: Minification failed

Line 15:12 Unexpected "{"
Line 15:21 Expected ":"
Line 16:16 Expected identifier but found whitespace
Line 16:18 Unexpected "{"
Line 16:27 Expected ":"
Line 16:78 Expected ":"
Line 17:19 Expected identifier but found whitespace
Line 17:21 Unexpected "{"
Line 17:30 Expected ":"
Line 17:84 Expected ":"

**/
  .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;
  }

  .multicolumn {
    margin: 0; /* Remove margens do contêiner principal */
    padding: 0; /* Remove padding do contêiner principal */
  }

  .multicolumn-list {
    margin: 0; /* Remove margens da lista */
    padding: 0; /* Remove padding da lista */
    list-style: none; /* Remove marcadores de lista, se houver */
  }

  .multicolumn-list__item {
    margin: 0; /* Remove margens entre os itens */
    padding: 0; /* Remove padding entre os itens */
  }

  .multicolumn-card__image-wrapper {
    margin: 0; /* Remove margens nas imagens */
    padding: 0; /* Remove padding se houver */
  }

  .multicolumn-card__image {
    display: block; /* Garante que a imagem não tenha espaço abaixo */
    width: 100%; /* Faz com que a imagem ocupe 100% do espaço */
  }
  
