.js-store-prod-all-text {
    color: #000000;
    font-size: 22px;
    font-family: 'FuturaPT',Arial,sans-serif;
}
.js-store-prod-all-text a {
	color: #000000 !important;
	font-size: 16px;
	font-family: 'DrukTextWideTT',Arial,sans-serif;
	line-height: 1.55;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	border-width: 1px;
	border-radius: 35px;
	background-color: #fdd53d;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	display: inline-block;
	padding: 15px 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.js-store-prod-all-text a:hover {
	background-color: #000000;
    color: #ffffff!important;
}
.t-store__product-snippet .js-store-prod-all-charcs p {
	padding-bottom: 5px;
}