
/*========== RESET ==========*/
*
    {
    box-sizing: border-box;
    }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	/*content: '';
	content: none;*/
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*========== STYLES ==========*/
html {
	font-size: 100%;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	color: white;
	cursor: default;
}
body {
	background: black;
	color: white;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: 400;
	line-height: 1.125em;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
#main
    {
    width: 100%;
    height: 100%;
}

#main .free-html {
}
#lp-gpXmas2018 {
	font-family: 'Lucas', "Trebuchet MS", Helvetica, arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 24px;
	text-align: center;
	color: rgba(0,0,0,1);
	background-color: rgba(255,255,255,1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#lp-gpXmas2018 *+h1,
#lp-gpXmas2018 *+h2,
#lp-gpXmas2018 *+h3,
#lp-gpXmas2018 *+h4,
#lp-gpXmas2018 *+p {margin-top: 16px}

#lp-gpXmas2018 h1,
#lp-gpXmas2018 h2,
#lp-gpXmas2018 h3,
#lp-gpXmas2018 h4,
#lp-gpXmas2018 h5 {
	text-transform: uppercase;
}

#lp-gpXmas2018 h1 {
	font-weight: 800;
	font-size: 48px;
	letter-spacing: 12px;
	line-height: 64px;
}
#lp-gpXmas2018 h2 {
	font-weight:300;
	font-size: 36px;
	letter-spacing: 8px;
	line-height: 48px;
}
#lp-gpXmas2018 h2.strong {
	font-weight: 500;
}
#lp-gpXmas2018 h3 {
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 24px;
}
#lp-gpXmas2018 h4 {
	font-weight: 800;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 24px;
}
#lp-gpXmas2018 h5 {
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 21px;
}
#lp-gpXmas2018 h2 + h3,
#lp-gpXmas2018 h2 + p {
	margin-top: 48px;
}

#lp-gpXmas2018 .lead p {
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 32px;
}
#lp-gpXmas2018 .medium p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 24px;
}
#lp-gpXmas2018 .small,
#lp-gpXmas2018 small,
#lp-gpXmas2018 .small p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 21px;
}
#lp-gpXmas2018 .xs p {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
}
#lp-gpXmas2018 p.productPrice {
    font-weight: 600;
    color: rgba(61,135,5,1);
}

#lp-gpXmas2018 b, 
#lp-gpXmas2018 strong {font-weight: 700;}
#lp-gpXmas2018 em,
#lp-gpXmas2018 i { font-style:italic;}
#lp-gpXmas2018 img {
	width: 100%;
	display: block;
}
/*----- LINKS -----*/
#lp-gpXmas2018 a {
	color: rgba(152,111,56,1);
	font-size: inherit;
	letter-spacing: inherit;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

#lp-gpXmas2018 a:hover,
#lp-gpXmas2018 a:focus {
	color: rgba(152,111,56,1);
	text-decoration: underline;
	outline: none;
}
/*----- BUTTONS -----*/
#lp-gpXmas2018 .btn {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: inherit;
	text-transform: uppercase;
	border: solid 1px transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 40px;
	padding: 8px 42px;
	text-align: center;
	-webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
#lp-gpXmas2018 .btn.primary {
	height: 50px;
	padding: 12px 42px;
}
#lp-gpXmas2018 .btn.cta {
	color: rgba(255,255,255,1);
	background: rgba(179,106,135,1);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .30);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .30);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .30);
}
#lp-gpXmas2018 .btn.cta:hover {
	color: rgba(255,255,255,1);
	background: rgba(179,106,135,1);
	text-decoration: none;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .30);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .30);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .30);
}
#lp-gpXmas2018 .btn.cta:visited,
#lp-gpXmas2018 .btn.cta:focus {
	color: rgba(255,255,255,1);
	background: rgba(161,95,122,1);
	text-decoration: none;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .30);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .30);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .30);
}
#lp-gpXmas2018 .btn.cta.secondary {
	color: rgba(0,0,0,1);
	background: rgba(0,0,0,0);
	border: solid 1px rgba(0,0,0,1);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#lp-gpXmas2018 .btn.cta.secondary:hover,
#lp-gpXmas2018 .btn.cta.secondary:focus {
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,1);
}
#lp-gpXmas2018 .btn.cta.secondary:visited {
	color: rgba(255,255,255,1);
	background: rgba(77,77,77,1);
}
#lp-gpXmas2018 .btn.disabled {
	color: rgba(110,110,110,1);
	background: rgba(243,243,243,1);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*#lp-gpXmas2018 button {
	border: none;
	background: transparent;
}*/

#lp-gpXmas2018 .gifting-amount {
	width: 30px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 6px;
	font-size: 16px;
	height: 100%;
	text-align: center;
}
/*----- ANCHOR -----*/
/*
.anchor {
 text-align:center
}
.anchor svg {
 margin-bottom:1.21429em!important
}
.anchor span {
 display:block;
 width:auto;
 position:relative
}
.anchor span:after {
 content:"";
 display:block;
 position:absolute;
 left:50%;
 bottom:-4px;
 transform:translateX(-50%);
 width:0;
 height:1px;
 background:#fff;
 transition:all .2s ease-in-out
}
.anchor:hover span:after {
 width:100%
}
.anchor span:after {
 background:#000
}
*/
#lp-gpXmas2018 span.arrow {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-left: none;
  border-top: none;
  border-right: 2px rgba(152,111,56,1) solid;
  border-bottom: 2px rgba(152,111,56,1) solid;
  background: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#lp-gpXmas2018 span.more {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-left: none;
  border-top: none;
  border-right: 2px rgba(152,111,56,1) solid;
  border-bottom: 2px rgba(152,111,56,1) solid;
  background: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/*========== LAYOUT ==========*/
#lp-gpXmas2018 .container-fluid {max-width: 996px;}
/*#lp-gpXmas2018 section + section {margin-top: 20px;}*/

#lp-gpXmas2018 .lp-header {
	padding: 150px 0;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#lp-gpXmas2018 .lp-header .small {
	padding: 0 15px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 20%;
	color: rgba(160,160,160,1);
}

#lp-gpXmas2018 .lp-header .info-cont {
	padding: 40px 20px;
	margin-bottom: 20px;
	color: rgba(0,0,0,1);
	background: rgba(255,255,255,1);
	border: solid 20px rgba(255,255,255,1);
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(179,106,135,1);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(179,106,135,1);
	box-shadow: inset 0px 0px 0px 2px rgba(179,106,135,1);
}
#lp-gpXmas2018 .lp-header .info-cont h1 {
	color: rgba(179,106,135,1);
}
#lp-gpXmas2018 .lp-header a {
	color: rgba(255,255,255,1);
	font-weight: 600;
}
#lp-gpXmas2018 .lp-header span.arrow {
	border-right: 2px rgba(255,255,255,1) solid;
	border-bottom: 2px rgba(255,255,255,1) solid;
}

#lp-gpXmas2018 #product-overview {
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: rgba(120,142,129,1);
}
#lp-gpXmas2018 .product-list {
	display: flex;
	flex-flow: row wrap;
	background: rgba(255,255,255,1);
}
#lp-gpXmas2018 .product-list li {
	position: relative;
	padding: 78px 0;
}
#lp-gpXmas2018 .product-list li li {
	padding: inherit;
}
#lp-gpXmas2018 .product-list li:before {
	content: " ";
	position: absolute;
	bottom: 0px;
	left: 15px;
	right: 15px;
	height: 10px;
	background: rgba(179,200,185,1);
}
#lp-gpXmas2018 .product-list li li:before {
	display: none;
}

#lp-gpXmas2018 .product-list li:nth-last-child(-n+3):before {
	display: none;
}
#lp-gpXmas2018 .product-list h3 {
	color: rgba(179,106,135,1);
}
#lp-gpXmas2018 .product-list h3 + p {
	text-transform: uppercase;
	margin-top: 0;
	min-height: 43px;
}
#lp-gpXmas2018 .product-list .product {
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: default;
	margin-top: 40px;
}
#lp-gpXmas2018 .product-list .product img {
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#lp-gpXmas2018 .product-list .product:hover img {
	opacity: 0;
}
#lp-gpXmas2018 .product-list .product .product-name {
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	opacity: 1;
	margin-top: -50px;
	margin-bottom: 50px;
	-webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#lp-gpXmas2018 .product-list .product:hover .product-name {
	opacity: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#lp-gpXmas2018 .product-list .product .overlay {
  top: 50%;
  left: 20px;
  right: 20px;
	width: inherit;
  position: absolute;
  opacity: 0;
  z-index: 1;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
}
#lp-gpXmas2018 .product-list .product:after {
  background-color: rgba(255,255,255,.6);
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
#lp-gpXmas2018 .product-list .product .overlay img {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 auto 25%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#lp-gpXmas2018 .product-list .product:hover .overlay img {
	margin: 15% auto 15%;
	opacity: 1;
}
#lp-gpXmas2018 .product-list .product .overlay .product-link {
	font-weight: 500;
	color:rgba(138,114,71,1);
}
#lp-gpXmas2018 .product-list .product a {
	text-indent: -999999px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
#lp-gpXmas2018 .product-list .product:hover .overlay,
#lp-gpXmas2018 .product-list .product.hover .overlay {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#lp-gpXmas2018 .product-list .product:hover:after,
#lp-gpXmas2018 .product-list .product.hover:after {
	background-color: rgba(255,255,255,1);
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}
#lp-gpXmas2018 .border-bottom {
	margin-top: -40px;
	height: 40px;
	background-position: bottom center;
	background-repeat: repeat-x;
}
#lp-gpXmas2018 .product-text {
	padding-top: 80px;
	padding-bottom: 80px;
	color: rgba(255,255,255,1);
	background: rgba(179,200,185,1);
}
#lp-gpXmas2018 .product-text p + h2 {
	margin-top: 48px;
}




