#all-models > div > div:nth-child(1) > div.device-content.template-item-default > div > div.template-buy-button, #all-models > div > div:nth-child(2) > div.device-content.template-item-default > div > div.template-buy-button {
	margin-bottom: 10px;
}

/* airpods-pro-2nd-gen adaptive trans text fix */
.linebr-fix {
	display: inline-block;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.linebr-fix {
		display: inline-block;
	}
}

@media only screen and (max-width: 734px) {
	.linebr-fix {
		display: inline;
	}
}
