Buy buttons not aligning with product variation

Hello,

I am using the Broadcast theme and when I have colour variations for a product it misaligns the buy buttons. Do you have any idea how I can fix this issue? Thank you so much!

Hi @charlotte1992 , can you share us your store URL?

Hi @charlotte1992

Please share the link to your product page so we can check

Hello @charlotte1992

Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

https://k1gabj-zy.myshopify.com/ the password is diesti

Thank you!

https://k1gabj-zy.myshopify.com/ the password is diesti

Thank you!

Please add this code to theme.css file

@media (min-width: 750px) {
    .product__submit__buttons:has(.tpo_has-option-set) .btn--secondary { margin-top: 98px; }
}

I added it below, is this the correct spot? I am still having the same issue. Do you have any other suggestions?