/** Shopify CDN: Minification failed

Line 32:1 Expected "}" to go with "{"

**/
 .product-form__buttons{
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr; 
#more-payment-options-link{
    display:none;
}
.seperate-description h2{
    margin-top:125px;
}
.seperate-description hr{
    margin:25px 0px;
}
#product-grid{
    display: grid;
    column-gap:20px;
    row-gap:30px;
    grid-template-columns: repeat(3,1fr);
}
#product-grid li{
    min-width: 100%;
}
@media (max-width:600px){
    #product-grid{
    grid-template-columns: repeat(1,1fr);
}
}