/* Mobile Fixes */
@media screen and (max-width: 767px) {
body.template-product .product-variants input[type="radio"] + label {
width: auto !important;
max-width: 100% !important;
display: block !important;
margin-bottom: 8px !important;
}
body.template-product .sqs-add-to-cart-button {
width: 100% !important;
padding: 14px !important;
}
}