@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	padding-top:90px;
}


input,
select,
textarea {
	font-size: 1.6rem;
	max-width: 100%;
	border: 1px solid #d48466;
	border-radius: 0
}



.clearfix {
	*zoom: 1
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.visually-hidden {
	position: absolute!important;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0)
}

.js-focus-hidden:focus {
	outline: none
}

.label-hidden {
	position: absolute!important;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0)
}

.hide {
	display: none!important
}

html {
	background-color: #ffffff
}

*,
:after,
:before,
html {
	box-sizing: border-box
}

body,
html {
	height: 100%
}

ol,
ul {
	list-style: none;
	padding-left: 0
}

figure {
	margin: 0
}

img,
picture {
	margin: 0;
	max-width: 100%
}

.hamburger {
	width: 30px
}

.hamburger:after,
.hamburger:before,
.hamburger div {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	margin: 7px 0;
	transition: all .2s ease-in-out
}

.hamburger.expanded:before {
	transform: translateY(9px) rotate(135deg)
}

.hamburger.expanded:after {
	transform: translateY(-9px) rotate(-135deg)
}

.hamburger.expanded div {
	transform: scale(0)
}

.menu-close {
	width: 30px
}

.menu-close:after,
.menu-close:before,
.menu-close div {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	margin: 7px 0;
	transition: all .2s ease-in-out
}

.menu-close:before {
	transform: translateY(9px) rotate(135deg)
}

.menu-close:after {
	transform: translateY(-9px) rotate(-135deg)
}

.menu-close div {
	transform: scale(0)
}



.header-search {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.header-search,
.header-search__input {
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.header-search__input {
	-ms-flex-pack: center;
	justify-content: center
}

.header-search__input input {
	border: none;
	font-size: 90px;
	line-height: 120px;
	font-weight: 600;
	font-family: sofia-pro;
	max-width: 100%;
	width: 600px;
	overflow: visible;
	color: #2e160d
}

.header-search .recent-searches {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 600px
}

.header-search .recent-searches .title {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 27px;
	font-weight: 600;
	text-transform: uppercase
}

.header-search .recent-searches .keyword {
	cursor: pointer;
	font-size: 35px;
	line-height: 30px;
	font-weight: 300;
	position: relative
}

.header-search .recent-searches .keyword:after {
	content: "";
	position: absolute;
	background-color: #2e160d;
	left: 0;
	bottom: -10px;
	width: 0;
	height: 3px;
	transition: all .2s ease-in-out;
	transition-duration: .3s
}

.header-search .recent-searches .keyword:hover:after {
	width: 100%;
	opacity: 1
}

.header-search .recent-searches .keyword:not(:last-child) {
	margin-bottom: 20px
}

.header-search .search-results {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 50px
}

.header-search .search-results .no-result {
	font-size: 35px;
	line-height: 53px;
	font-weight: 300;
	text-align: center
}

.header-search .search-results .see-all {
	width: 100%;
	text-align: center;
	margin-bottom: 60px
}

.header-search .search-results .see-all a {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .5px;
	border-bottom: 2px solid #2e160d
}

.header-search .search-results .products {
	-ms-flex-order: 1;
	order: 1;
	display: -ms-flexbox;
	display: flex
}

.header-search .search-results .product {
	width: 259px
}

.header-search .search-results .product:not(:last-child) {
	margin-right: 42px
}

.header-search .search-results .product__image {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-color: #f7f7f7
}

.header-search .search-results .product__image:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 143.62934%
}

.header-search .search-results .product__image>.search-results .product__image__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.header-search .search-results .product__image__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header-search .search-results .product__image__content img {
	max-width: 90%
}

.header-search .search-results .product__details {
	display: block;
	margin-top: 20px;
	text-align: center;
	color: #2e160d
}

.header-search .search-results .product__details .title {
	font-size: 30px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0
}

.header-search .search-results .product__details .price {
	display: inline-block;
	font-size: 18px;
	margin-top: 8px;
	font-weight: 500
}

@media only screen and (max-width:1023px) {
	.header-search {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 40px
	}
	.header-search,
	.header-search__input {
		display: -ms-flexbox;
		display: flex;
		width: 100%
	}
	.header-search__input {
		-ms-flex-pack: center;
		justify-content: center
	}
	.header-search__input input {
		border: none;
		text-align: center;
		font-size: 45px;
		line-height: 60px;
		font-weight: 600;
		font-family: sofia-pro;
		width: 100%!important;
		overflow: visible;
		color: #2e160d
	}
	.header-search .recent-searches {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
		width: 100%!important
	}
	.header-search .recent-searches .title {
		font-size: 15px;
		margin-top: 15px;
		margin-bottom: 10px;
		font-weight: 600;
		text-transform: uppercase
	}
	.header-search .recent-searches .keyword {
		cursor: pointer;
		font-size: 17px;
		line-height: 15px;
		font-weight: 300;
		position: relative
	}
	.header-search .recent-searches .keyword:after {
		content: "";
		position: absolute;
		background-color: #2e160d;
		left: 0;
		bottom: -10px;
		width: 0;
		height: 3px;
		transition: all .2s ease-in-out;
		transition-duration: .3s
	}
	.header-search .recent-searches .keyword:hover:after {
		width: 100%;
		opacity: 1
	}
	.header-search .recent-searches .keyword:not(:last-child) {
		margin-bottom: 10px
	}
	.header-search .search-results {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%
	}
	.header-search .search-results .no-result {
		font-size: 17px;
		line-height: 25px;
		font-weight: 300;
		text-align: center
	}
	.header-search .search-results .see-all {
		width: 100%;
		text-align: center;
		margin-bottom: 20px
	}
	.header-search .search-results .see-all a {
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 600;
		border-bottom: 1px solid #2e160d
	}
	.header-search .search-results .products {
		-ms-flex-order: 1;
		order: 1;
		display: -ms-flexbox;
		display: flex;
		overflow-x: auto;
		overflow-y: hidden
	}
	.header-search .search-results .product {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	.header-search .search-results .product__image {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: end;
		justify-content: flex-end;
		background-color: #f7f7f7
	}
	.header-search .search-results .product__image:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 100%
	}
	.header-search .search-results .product__image>.search-results .product__image__content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
	.header-search .search-results .product__image__content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.header-search .search-results .product__image__content img {
		max-width: 90%
	}
	.header-search .search-results .product__details {
		display: block;
		margin-top: 10px;
		text-align: center;
		color: #2e160d
	}
	.header-search .search-results .product__details .title {
		font-size: 15px;
		font-weight: 300;
		margin-top: 0;
		margin-bottom: 0
	}
	.header-search .search-results .product__details .price {
		display: inline-block;
		font-size: 12px;
		margin-top: 4px;
		font-weight: 500
	}
}

header {
	position: fixed;
	width: 100%;
	z-index: 100;
	top:0px;
}

header .menu-overlay {
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	overflow: hidden;
	background-color: #fff;
	top: -2px;
	width: 100%;
	height: auto;
	max-height: 0;
	color: #2e160d;
	border-bottom: 2px solid #2e160d;
	transition-property: max-height;
	transition-duration: .7s;
	transition-timing-function: ease-in-out
}

header .menu-overlay.cover {
	max-height: 110px
}

header .menu-overlay.visible {
	max-height: 100vh
}

header .menu-overlay.visible .sub-menu {
	display: block
}

header .menu-overlay .sub-menus {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	z-index: 101;
	transition-property: opacity;
	transition-duration: .7s;
	transition-timing-function: ease-in-out;
	padding: 110px 60px 20px
}

header .menu-overlay .sub-menus.visible {
	position: relative;
	opacity: 1;
	z-index: 102
}

header .menu-overlay .sub-menus.full-width {
	width: 100%
}

header .menu-overlay .sub-menu:not(:last-child) {
	margin-right: 150px
}

header .menu-overlay .sub-menu ul li:not(:last-child) {
	margin-bottom: 5px;
	white-space:nowrap;
}

header .menu-overlay .sub-menu .title {
	font-size: 20px;
	font-weight: 400;
	color: #999
}

header .menu-overlay .sub-menu .small-link {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px
}

header .menu-overlay .featured {
	display: -ms-flexbox;
	display: flex;
	width: 50vw;
	position: absolute;
	padding: 110px 60px 50px;
	opacity: 0;
	z-index: 101;
	right: 0;
	transition-property: opacity;
	transition-duration: .7s;
	transition-timing-function: ease-in-out
}

header .menu-overlay .featured.visible {
	position: relative;
	opacity: 1;
	z-index: 102
}

header .menu-overlay .featured__item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: 50px
}

header .menu-overlay .featured__item img {
	width: 100%;
	max-height: 50vh;
	margin-bottom: 24px;
	-o-object-fit: cover;
	object-fit: cover
}

header .menu-overlay .featured__item .sub-title,
header .menu-overlay .featured__item .title {
	font-size: 24px;
	font-weight: 300;
	color:#000;
}

header .menu-overlay .featured__item+.featured__item {
	margin-left: 50px;
	margin-top: 150px;
	-ms-flex-preferred-size: 55%;
	flex-basis: 55%;
	-ms-flex-positive: 0;
	flex-grow: 0
}

header .menu-overlay-narrow {
	position: absolute;
	overflow: hidden;
	background-color: #fff;
	top: -2px;
	width: 100%;
	height: 0;
	color: #2e160d;
	border-bottom: 2px solid #2e160d;
	z-index: 105;
	transition-property: height;
	transition-duration: .7s;
	transition-timing-function: ease-in-out
}

@media only screen and (max-width:1023px) {
	header .menu-overlay-narrow.cover {
		height: 112px
	}
}

@media only screen and (max-width:639px) {
	header .menu-overlay-narrow.cover {
		height: 70px
	}
}

header .menu-content-narrow {
	position: absolute;
	overflow: hidden;
	height: 400px;
	width: 100%;
	padding: 24px 40px;
	top: -402px;
	background-color: #fff;
	color: #2e160d;
	border-bottom: 2px solid #2e160d;
	transition-property: top height;
	transition-duration: .7s;
	transition-timing-function: ease-in-out
}

@media only screen and (max-width:1023px) {
	header .menu-content-narrow.visible {
		top: 110px
	}
}

@media only screen and (max-width:639px) {
	header .menu-content-narrow.visible {
		top: 68px
	}
}

header .menu-content-narrow.search {
	height: 100vh
}

header .menu-content-narrow .parent-menu ul {
	display: -ms-flexbox;
	display: flex;
	font-size: 12px
}

header .menu-content-narrow .parent-menu ul li:not(:first-child) {
	margin-left: 25px
}

header .menu-content-narrow .parent-menu ul .big-link-narrow {
	position: relative;
	transition-property: color;
	transition-duration: .7s;
	transition-timing-function: ease-in-out;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase
}

header .menu-content-narrow .parent-menu ul .big-link-narrow:after {
	content: "";
	position: absolute;
	background-color: #2e160d;
	left: 0;
	bottom: -5px;
	width: 0;
	height: 3px;
	transition: all .2s ease-in-out;
	transition-duration: .3s
}

header .menu-content-narrow .parent-menu ul .big-link-narrow:hover:after {
	width: 100%;
	opacity: 1
}

header .menu-content-narrow .parent-menu ul .big-link-narrow.active:after {
	width: 100%!important;
	opacity: 1
}

header .menu-content-narrow .sub-menus-narrow {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	opacity: 0;
	z-index: 101;
	padding: 25px 0 0;
	transition-property: opacity;
	transition-duration: .7s;
	transition-timing-function: ease-in-out
}

header .menu-content-narrow .sub-menus-narrow.visible {
	opacity: 1;
	z-index: 102
}

header .menu-content-narrow .sub-menus-narrow.search {
	left: 0;
	width: 100%
}

header .menu-content-narrow .sub-menu-narrow:not(:last-child) {
	margin-right: 40px
}

header .menu-content-narrow .sub-menu-narrow ul {
	margin-top: 13px;
	margin-bottom: 0
}

header .menu-content-narrow .sub-menu-narrow .title {
	font-size: 10px;
	font-weight: 400;
	color: #999
}

header .menu-content-narrow .sub-menu-narrow .small-link {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px
}

header nav {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	z-index: 105;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	margin: 15px 60px 13px;
	transition-property: padding-left;
	transition-duration: .7s;
	transition-timing-function: ease-in-out
}

header nav .menu-close {
	top: 10px;
	position: absolute;
	display: none;
	left: 0
}

header nav .menu-close,
header nav ul {
	transition-property: all;
	transition-duration: .7s;
	transition-timing-function: ease-in-out
}

header nav ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 2;
	order: 2;
	list-style: none;
	padding-left: 0;
	font-size: 15px;
	font-weight: 600;
	align-items:center;
}

header nav ul li {
	margin-left: 80px
}

header nav ul li.search+li {
	margin-left: 40px
}

header nav ul li .big-link {
	position: relative;
	transition-property: color;
	transition-duration: .7s;
	transition-timing-function: ease-in-out;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display:flex;
	align-items: center;
	justify-content: center;
}

header nav ul li .big-link:after {
	content: "";
	position: absolute;
	background-color: #e5ba68;
	left: 0;
	bottom: -10px;
	width: 0;
	height: 3px;
	transition: all .2s ease-in-out;
	transition-duration: .3s
}
header nav ul li .big-link:hover {
	color:#e5ba68;
}
header nav ul li .big-link:hover:after {
	width: 100%;
	opacity: 1
}

header nav ul li .big-link.active:after {
	width: 100%!important;
	opacity: 1
}

header nav ul li .big-link.search {
	position: relative
}

header nav ul li .big-link.search:after {
	content: "";
	position: absolute;
	background-color: #e5ba68;
	left: 0;
	bottom: -7px;
	width: 0;
	height: 3px;
	transition: all .2s ease-in-out;
	transition-duration: .3s
}

header nav ul li .big-link.search:hover:after {
	width: 100%;
	opacity: 1
}

header nav ul li .big-link.search:hover {
	color:#e5ba68;
}

header nav ul li .big-link.search img {
	max-width: 20px;
	height: 20px;
	filter: invert(1);
	transition-property: filter;
	transition-duration: .7s;
	transition-timing-function: ease-in-out
}

header nav ul.block-1 {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-order: 0;
	order: 0
}

header nav ul.block-1 li {
	margin-left: 0;
	margin-right: 80px
}

header nav .logo-image {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-order: 1;
	order: 1
}

header nav .logo-image img {
	transition-property: filter;
	transition-duration: .7s;
	transition-timing-function: ease-in-out
}

header .menu-overlay.cover~nav ul li .big-link {
	position: relative;
	color: #2e160d
}

header .menu-overlay.cover~nav ul li .big-link:after {
	content: "";
	position: absolute;
	background-color: #2e160d;
	left: 0;
	bottom: -10px;
	width: 0;
	height: 3px;
	transition: all .2s ease-in-out;
	transition-duration: .3s
}

header .menu-overlay.cover~nav ul li .big-link:hover:after {
	width: 100%;
	opacity: 1
}

header .menu-overlay.cover~nav ul li .big-link.search {
	position: relative
}

header .menu-overlay.cover~nav ul li .big-link.search:after {
	content: "";
	position: absolute;
	background-color: #2e160d;
	left: 0;
	bottom: -7px;
	width: 0;
	height: 3px;
	transition: all .2s ease-in-out;
	transition-duration: .3s
}

header .menu-overlay.cover~nav ul li .big-link.search:hover:after {
	width: 100%;
	opacity: 1
}

header .menu-overlay.cover~nav ul li .big-link.search img {
	filter: invert(0)
}

header .menu-overlay.cover~nav .logo-image img {
	filter: invert(1)
}

header .menu-overlay.visible~nav {
	padding-left: 80px
}

header .menu-overlay.visible~nav ul li .big-link {
	position: relative;
	color: #2e160d
}

header .menu-overlay.visible~nav ul li .big-link:after {
	content: "";
	position: absolute;
	background-color: #2e160d;
	left: 0;
	bottom: -10px;
	width: 0;
	height: 3px;
	transition: all .2s ease-in-out;
	transition-duration: .3s
}

header .menu-overlay.visible~nav ul li .big-link:hover:after {
	width: 100%;
	opacity: 1
}

header .menu-overlay.visible~nav ul li .big-link.search {
	position: relative
}

header .menu-overlay.visible~nav ul li .big-link.search:after {
	content: "";
	position: absolute;
	background-color: #2e160d;
	left: 0;
	bottom: -7px;
	width: 0;
	height: 3px;
	transition: all .2s ease-in-out;
	transition-duration: .3s
}

header .menu-overlay.visible~nav ul li .big-link.search:hover:after {
	width: 100%;
	opacity: 1
}

header .menu-overlay.visible~nav ul li .big-link.search img {
	filter: invert(0)
}

header .menu-overlay.visible~nav .logo-image img {
	filter: invert(1)
}

header .menu-overlay.visible~nav .menu-close {
	display: block;
	cursor: pointer
}

header .menu-overlay-narrow.cover~nav .block-hamburger .hamburger:after,
header .menu-overlay-narrow.cover~nav .block-hamburger .hamburger:before,
header .menu-overlay-narrow.cover~nav .block-hamburger .hamburger div,
header .menu-overlay.visible~nav .menu-close:after,
header .menu-overlay.visible~nav .menu-close:before,
header .menu-overlay.visible~nav .menu-close div {
	background-color: #2e160d
}

header .menu-overlay-narrow.cover~nav .block-quick .quick-link img {
	filter: none
}

header .menu-overlay-narrow.cover~nav .logo-image img {
	filter: invert(1)
}

header .block-hamburger .hamburger:after,
header .block-hamburger .hamburger:before,
header .block-hamburger .hamburger div {
	transition-property: all;
	transition-duration: .7s;
	transition-timing-function: ease-in-out
}

header .block-quick .quick-link img {
	transition-property: filter;
	transition-duration: .7s;
	transition-timing-function: ease-in-out
}

@media only screen and (min-width:1024px) {
	header .narrow {
		display: none!important
	}
}

@media only screen and (max-width:1023px) {
	header .wide {
		display: none!important
	}
	header .block-hamburger,
	header .block-quick {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	header .block-hamburger {
		-ms-flex-order: 0;
		order: 0;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	header .block-quick {
		min-width: 100px
	}
	header .block-quick li {
		height: 30px
	}
	header .block-quick .quick-link img {
		width: 30px;
		filter: invert(100%)
	}
	header .block-quick li:first-child {
		margin-left: 0
	}
	header .block-quick li:last-child {
		margin-left: 20px
	}
}

@media only screen and (max-width:639px) {
	header nav {
		margin: 15px 25px
	}
	header nav ul {
		margin-top: 0;
		margin-bottom: 0
	}
}

@media only screen and (max-width:500px) {
	header nav {
		margin: 15px
	}
	header .block-hamburger {
		min-width: 50px
	}
	header .block-hamburger .hamburger,
	header .block-quick .quick-link img {
		width: 30px
	}
	header .block-quick li {
		margin-left: 15px!important
	}
}
