.hoffmeister-product-buttons-container {
	display: flex;
}

.hoffmeister-product-button a {
	transition: all .3s ease-in-out;
	padding-left: 40px;
    padding-right: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: var(--global-palette1, #3182CE);
    font-size: 25px;
    background: var(--global-palette2, #2B6CB0);
    border-color: #555555;
    margin-bottom: 10px;
}

@media (max-width: 1700px) {
	.hoffmeister-product-button a {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1450px) {
	.hoffmeister-product-button a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 1350px) {
	.hoffmeister-product-buttons-container {
		display: block;
	}
	
	.hoffmeister-product-button:not(:first-child) {
		margin-top: 35px;
	}
}

.hoffmeister-product-button a:hover{
	background: var(--global-palette9, #ffffff);
}

.hoffmeister-product-button a:hover,
.hoffmeister-product-button a,
.hoffmeister-product-button a span
.hoffmeister-product-button a:hover span {
	text-decoration: none;
    color: var(--global-palette1, #3182CE) !important;
	font-size: 25px;
	line-height: 1.6;
}

.hoffmeister-product-button:not(:last-child) {
	margin-right: 33px;
}