/** Shopify CDN: Minification failed

Line 16:20 Unexpected "{"
Line 16:29 Expected ":"
Line 19:22 Unexpected "{"
Line 19:31 Expected ":"
Line 21:4 Unexpected "{"
Line 21:5 Expected identifier but found "%"
Line 23:4 Unexpected "{"
Line 23:5 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
#collections-list--{{ section.id }} .swatches {
    display: none;
  }
  #collections-list--{{ section.id }} .collection-list {
    margin: 0 1rem;
    {% if section.settings.enable_grid_gap %}
      gap: 5px;
    {% endif %}
  }
  
  /* Custom styles for swatch variant quick add to match original functionality */
  .swatch-quick-add-button {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }

  .product-item:hover .swatch-slideup {
    transform: translateY(0);
  }
  
  .swatch-variant-form {
    width: 100%;
  }
  
  .swatch-caps,
  .swatch-submit-btn {
    position: relative;
    text-decoration: none;
    display: block;
    width: 100%;
    color: var(---color-text);
    padding: 15px;
    font-size: .775rem;
    cursor: pointer;
    text-align: center;
    box-shadow: none;
    backdrop-filter: blur(10px);
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-family: var(---font-stack-body);
    font-weight: var(---font-weight-body);
    font-size: calc(11px * var(---font-adjust-body));
  }