/** Shopify CDN: Minification failed

Line 24:20 Expected identifier but found whitespace
Line 24:22 Unexpected "{"
Line 24:36 Expected ":"

**/
  /* Lists*/
     .c-list-item {
              display: flex;
              align-items: start;
              padding: 4px 0 !important;
             line-height: normal !important;
          }
            .c-list-item-prepend-slot {
              min-width: 15px;
              min-height: 15px;
              margin-right: 8px;
          }
            .c-list-item-icon {
              display: inline-block;
              width: 15px;
              height: 15px;
              color: {{primary-color}}
            }
            .c-list-item-img{
              width: 15px;
              height: 15px;
              aspect-ratio: 1 / 1
              margin-right: 4px;
            }