.atome-btn{
	width: 100%;
	background-color: rgba(244, 255, 95);
	padding-top: 4px;
	padding-bottom: 4px;
	height: 40px;
	cursor: pointer;
	border-radius: 6px;
	margin-bottom: 10px;
}
.atome-cart-btn{
	width: 100%;
	background-color: rgba(244, 255, 95);
	padding-top: 4px;
	padding-bottom: 4px;
	height: 48px;
	cursor: pointer;
	border-radius: 6px;
	margin-bottom: 15px;
}
.atome-desc{
	margin-bottom: 15px;
}
.atome-primary-color{
	color: #00a19f;
}