/* Color Tokens */
.color-tokens {
	color: #006B5C; /* $primary */
	background-color: #7D003D; /* $secondary */
	border-left-color: #7DC3B0; /* $tertiary */
	border-right-color: #EFF0F0; /* $light */
	border-bottom-color: #2C2C2E; /* $dark */
	border-top-color: #666666; /* $text */
}
/* End Color Tokens */

/* Gift Shop */
.giftshop.hc1 {
	padding: 3% 0 1%;
}
/* End Gift Shop */

/* Gift Shop Category */
.gift.category.results-feed {
	padding: 0 0 1em;
}

.gift.category.results-feed header {
	text-align: center;
}

.gift.category.results-feed header h2 {
	background-color: transparent;
	color: #006B5C; /* $primary */
	padding: 0;
	font-size: 1.9em;
}

.gift.category.results-feed .article {
	text-align: center;
	overflow: hidden;
	position: relative;
	padding: 0;
}

.gift.category.results-feed .article a:before {
	content: '';
	display: block;
	background: rgba(0,
				0,
				0,
				0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.gift.category.results-feed .article a:hover:before {
	background: transparent;
}

.gift.category.results-feed .article a {
	height: 15em;
	display: block;
	background-size: cover;
	position: relative;
}

.gift.category.results-feed .article a .icon-text-wrap {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: 0 auto;
	color: #FFFFFF;
	z-index: 2;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	padding: .25em 0 .5em 0;
}

.gift.category.results-feed .article a:hover .icon-text-wrap {
	background: #006B5C; /* $primary */
	top: auto;
	-webkit-transform: translate(0%);
	-moz-transform: translate(0%);
	-o-transform: translate(0%);
	transform: translate(0%);
	bottom: 0;
}

.gift.category.results-feed .article a .icon-text-wrap h3 {
	color: #FFF;
	font-size: 1.6em;
}

.gift.category.results-feed .article a .icon-text-wrap icon {
	font-size: 3em;
	opacity: 1;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	position: relative;
	height: auto;
	overflow: visible;
	display: block;
}

.gift.category.results-feed .article a:hover icon {
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.gift.category.results-feed .article a.category-187 icon:before {
	font-family: 'fontello' !important;
	content: '\e823';
}

.gift.category.results-feed .article a.category-189 icon:before {
	content: '\e802';
}

.gift.category.results-feed .article a.Flowers icon:before {
	font-family: 'fontello' !important;
	content: '\e804';
}

.gift.category.results-feed .article a.category-191 icon:before {
	font-family: 'fontello' !important;
	content: '\e815';
}

.gift.category.results-feed .article a.category-192 icon:before {
	font-family: 'fontello' !important;
	content: '\e805';
}
/* End Gift Shop Category */

/* Gift Shop Popular */
.gift.popular.results-feed {
	padding: 0 0 1em;
}

.gift.popular.results-feed header {
	text-align: center;
}

.gift.popular.results-feed header h2 {
	background-color: transparent;
	color: #006B5C; /* $primary */
	padding: 0;
	font-size: 1.9em;
}

.gift.popular.results-feed .article {
	background: #006B5C; /* $primary */
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	padding: 2em 0em 2em 2em;
}

.gift.popular.results-feed .article.flex {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.gift.popular.results-feed .article .image-wrap img {
	height: auto !important;
	border-width: .3em !important;
	border-style: solid;
	border-color: #006B5C; /* $primary */
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.gift.popular.results-feed .article .image-wrap a:hover img {
	border-color: #7DC3B0; /* $tertiary */
}

.gift.popular.results-feed .article .text-wrap {
	padding: 0 4%;
}

.gift.popular.results-feed .article a, .gift.popular.results-feed .article a:hover span.order {
	color: #FFFFFF;
}

.gift.popular.results-feed .article a span.order, .gift.popular.results-feed .article a:hover {
	color: #7DC3B0;
}

.gift.popular.results-feed .article span.order {
	display: block;
}
/* End Gift Shop Popular */

/* Gift Shop Content */
.giftshop-content-icon {
	color: #7D003D; /* $secondary */
	text-align: center;
	font-size: 4em;
}

.giftshop-content {
	text-align: center;
}

.giftshop-content h2 {
	padding-top: 0;
	color: #006B5C; /* $primary */
}

.giftshop-content p {
	margin: .5em auto;
}

.giftshop-content-top-wrap {
	position: relative;
}

.giftshop-content-top-wrap:before {
	content: '';
	width: 2px;
	height: 84%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: #7DC3B0;
}

.giftshop-content-right p, .giftshop-content-left p {
	display: block;
	max-width: 412px;
	font-size: 1.2em;
}

.giftshop-content p small {
	font-size: .9em;
}

.giftshop-content h3 {
	color: #7D003D; /* $secondary */
	text-transform: uppercase;
	font-weight: normal;
}
/* End Gift Shop Content */

/* Responsive @ 550px */
@media screen and (max-width:550px) {
	.giftshop-content-top-wrap:before {
		display: none;
	}

	.giftshop-content-wide {
		background-color: #FFF;
		padding: .25em 1em 1em;
		margin-top: 1em;
	}

	.giftshop-content-wide p {
		line-height: 1.5em;
	}
}
/* End Responsive @ 550px */
