.card {
	margin-bottom: 15px;
}

.card .word {
	white-space: nowrap;
}

.card .colors {
	margin-bottom: 10px;
}

.card .color {
	border: 1px solid #dddddd;
	box-shadow: inset 0 0 0 2px #ffffff;
	color: #eeeeee;
	display: inline-block;
	font-size: 22px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: relative;
	width: 30px;
	-webkit-text-stroke: .5px #a2a6ac;
}

.card .color.dark-heather { background: url(https://m.media-amazon.com/images/G/01/gear/portal/potter/swatches/DH-swatch._V533395604_.png); }
.card .color.heather-grey { background: url(https://m.media-amazon.com/images/G/01/gear/portal/potter/swatches/HG-swatch._V533395604_.png); }
.card .color.heather-blue { background: url(https://m.media-amazon.com/images/G/01/gear/portal/potter/swatches/HB-swatch._V533395604_.png); }
.card .color.black        { background: #000000; }
.card .color.navy         { background: #15232b; }
.card .color.silver       { background: #cfd1d1; }
.card .color.royal        { background: #1c4086; }
.card .color.brown        { background: #31261d; }
.card .color.slate        { background: #818189; }
.card .color.red          { background: #b71111; }
.card .color.asphalt      { background: #3f3e3c; }
.card .color.grass        { background: #5e9444; }
.card .color.olive        { background: #4a4f26; }
.card .color.kelly-green  { background: #006136; }
.card .color.baby-blue    { background: #8fb8db; }
.card .color.white        { background: #ffffff; }
.card .color.lemon        { background: #f0e87b; }
.card .color.cranberry    { background: #6e0a25; }
.card .color.pink         { background: #f8a3bc; }
.card .color.orange       { background: #ff5c39; }
.card .color.purple       { background: #514689; }

.card-text-price {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
}

.card-text-amazon {
	font-size: 12px;
}
