* Force Shopify product grid background to be black */ .shopify-buy-frame, .shopify-buy__collection, .shopify-buy__product { background-color: black !important; } /* Make product titles and prices blue */ .shopify-buy__product-title, .shopify-buy__product__price { color: #00aaff !important; } /* Style the Add to cart button */ .shopify-buy__btn { background-color: #00aaff !important; color: black !important; border-radius: 6px !important; } .shopify-buy__btn:hover { background-color: #8a2be2 !important; color: white !important; }>