/** Shopify CDN: Minification failed

Line 24:0 Unexpected "16"
Line 26:0 Expected identifier but found "18"
Line 27:0 Expected identifier but found "19"
Line 28:0 Expected identifier but found "20"

**/
.theme__header {
    border-bottom:1px solid #fff;
}

.footer__payment-methods .payment-methods-list {
    grid-template-columns:repeat(auto-fit, 30px);
}

.payment-methods-list svg {
    max-width:30px;
}

.product-variant-swatches .swatch-list .swatch-item .underline {
    height:3px;
}
16  
17  product-grid-item {
18      display: block;
19      position: relative;
20  }