.bose-secondary[c-boseProductNotAvailable_boseProductNotAvailable] button {
	width: 26.5rem;
	max-height: 3.5rem;
	background-color: transparent;
	color: #131317;
	border: 0.0625rem solid #131317;
	border-radius: 0.125rem;
	font-family: 'Bose (Medium)';
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	padding: 1.5rem 2rem;
	margin-bottom: 18.75rem;
}
.bose-secondary[c-boseProductNotAvailable_boseProductNotAvailable] button:active {
        border: none;
}
/* Mobile view starts */

@media (min-width:20rem) and (max-width:32rem) {
    .bose-secondary[c-boseProductNotAvailable_boseProductNotAvailable] button {
        width: 100%;
        margin-bottom: 5rem;
    }
}

/* Mobile view ends */