@font-face {
	font-family: aReg;
	src: url(../../fonts/afd20/aRegular.woff);
}

@font-face {
	font-family: "aM";
 	src: url(../../fonts/afd20/aM.woff);
}

@font-face {
	font-family: aBold;
 	src: url(../../fonts/afd20/aBold.woff);
}

@font-face {
	font-family: hn65;
 	src: url(../../fonts/afd20/hn65.woff);
}
@keyframes fade{
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes fade2{
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}

#trigger3 {
	position: relative;
	grid-row-start: 5;
	grid-row-end: 6;
}

html {
	scroll-behavior: smooth;
}

html, body {
	background-color: #0f0f0f;
	color: #6d6d6d;
	margin: initial;
 	font-family: hn65, serif;
}

html[lang="zh-CN"] .divider small,
html[lang="zh-CN"] .modal-content p,
html[lang="zh-CN"] .title,
html[lang="zh-CN"] .gallery__content{
font-family: "aM", "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  line-height:1.5;
}

html[lang="zh-CN"] header.subnav,
html[lang="zh-CN"] .announce,
html[lang="zh-CN"] .intro p, 
html[lang="zh-CN"] .banner p, 
html[lang="zh-CN"] .divider p{
  font-family:aReg, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}

html[lang="zh-CN"] .announce{
  line-height:1;
}
html[lang="zh-CN"] .gallery__item > div > table,
html[lang="zh-CN"] .site-foot nav h3{
  font-family:hn65, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}

body {
	/* opacity: 0; */
	transition: opacity 750ms ease;
	transition-delay: 1000ms;
	overflow-x: hidden;
/* 	overflow-y: hidden; */
}

body::-webkit-scrollbar-track {
/* 	background-color: transparent; */
}

body::-webkit-scrollbar {
/*
	width: 6px;
	background-color: transparent;
*/
}

body::-webkit-scrollbar-thumb {
/* 	background-color: #000000; */
}

main {
/*
	scrollbar-width: thin;
	scrollbar-color: #000 transparent;
*/
}

.photoGallery::-webkit-scrollbar {
/* 	display: none; */
}

.photoGallery::-webkit-scrollbar-track {
/* 	background-color: red; */
}

.photoGallery::-webkit-scrollbar {
/*
	width: 6px;
	background-color: red;
*/
}

.photoGallery::-webkit-scrollbar-thumb {
/* 	background-color: rgba(0,0,0,0.5); */
}

 

/* 	body.pass {overflow-y: scroll;} */


 	body.is-loaded {
	opacity: 1;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

a{
  color:inherit;
  text-decoration:none;
}

.gallery__item table a{
	text-decoration: underline;
}
header h2 {
	margin: initial;
}


/*shame*/

body.is-loaded {
	opacity: 1;
}

h1, h2, h3, h4 {
	font-weight: normal;
}
a{
  color:inherit;
  text-decoration:none;
}

.gallery__item table a{
	text-decoration: underline;
}
header h2 {
	margin: initial;
}

.photoGallery {
	height: 100vh;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
/* Requires that the scroll position always be
 	 at a snap position when the scrolling
 	 operation completes. */
 	scroll-snap-type: y mandatory;
	scrollbar-width: thin;
	scrollbar-color: #000 transparent;
}

.photoGallery > * {
	scroll-snap-align: center none;
}

.hero.art,
 	.hero.gallery,
 	.znrth {
	height: 100vh;
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
}

@media only screen and (min-width: 640px) {
	.hero.art,
	 .hero.gallery,
	 .znrth {
		height: 100vh;
	}
} 	

.znrth {
	width: 100%;
/* 	background-image: url(img/heroA.min.jpg), url(img/heroB.min.jpg); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
/* 	transform:scale(var(--translateHero)); */
}

.znrth.b {
/* 	background-image: url(img/heroB.min.jpg); */
}

.hero.art.gallery {
/* 	 background:none; */
}

.slide {
	opacity: 0;
	background-color: #7d7d7d;
	background-image: url(kinetic.min.jpeg);
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	z-index: 100;
	mix-blend-mode: screen;
}

.bg {
	height: 50vh;
	position: relative;
	background-image: url(kinetic.min.jpeg);
}

.bg:before {
	content: '';
	height: 65px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(125,125,125,1) 50%, rgba(2,0,36,0) 100%);
}

@media only screen and (min-width: 1112px) {
	.hero {
		height: 100vh;
	}
}

.hero figure,
 	.photoGallery figure {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: initial;
	width: 40%;
	width: 65%;
	max-width: 490px;
	margin: auto;
	opacity: 1;
	transition: all 250ms ease;
}

.hero figure.logo,
 	.photoGallery figure.logo {
	mix-blend-mode: difference;
}

body.suppers .photoGallery figure {
	opacity: 0;
	transition: all 250ms ease;
}

@media only screen and (min-width: 767px) {
	.hero figure,
 	 .photoGallery figure {
		width: 30%;
	}
}

@media only screen and (min-width: 1112px) {
	.hero figure,
 	.photoGallery figure {
		width: 25%;
	}
}

.hero figure div.logo,
 	.photoGallery figure div.logo {
	margin: auto;
/* 	mix-blend-mode: difference; */
}

.hero figure div img,
 	.photoGallery figure div img {
	width: 100%;
}

.hero .figure .figcaption {
	display: none;
}

.intro {
/* 	font-family: hn65, serif; */
	position:relative;
/* 	background-color: #f8f8f9; */
 	display: flex;
 	flex-direction:column;
	padding: 0 0 250px 0;
/* 	margin-bottom: 20%; */
}

@media only screen and (min-width: 767px) {
  .intro {
	  
  }	
}

.intro > * {
  width: 95%;
  margin:auto;
}

.intro h2 {
	color:#d4d4d4;
	text-align: left;
	margin: initial;
}


@media only screen and (min-width: 767px) {
	.intro{
		padding: 200px 0 300px 0;
		padding: 0 0 300px 0;
		flex-direction:row;
	}
	.intro > * {
	width: 50%;
	margin-top:initial;
	}	
	
	.intro h2 {
	text-align: center;
	}

}


.intro .scrollTrig {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
}

.intro .scrollTrig.uno {
	background-color: blue;
}

.intro .scrollTrig.dos {
	background-color: green;
	top: 30%;
}

.intro .scrollTrig.tres {
	background-color: aqua;
	top: 50%;
}

.intro p {
/* 	font-family: "aM"; */
	color:#d4d4d4;
	font-size: 0.8em;	
	line-height:1.6em;
	padding-right: 2.5%;
	will-change: transform, opacity;
/* 	margin:initial;	 */
}


.intro p.uno {
	margin-top: initial;
}

.intro p.quattro {
	font-style:italic;
	font-size:0.8em;
	line-height:1.6em;
	margin-bottom: initial;
}

@media only screen and (min-width: 767px) {
	.intro p {
		font-size: 1em;
		padding-left: 15%;
		width: 65%;
		opacity: 0;
	}
	
	.intro p.uno {
	opacity: var(--opacitySTU);
	}
	.intro p.dos {
	opacity: var(--opacitySTD);
	}
	.intro p.tres {
	opacity: var(--opacitySTT);
	}
	.intro p.quattro {
	opacity: var(--opacitySTT);
	}	
}

.swiper-slide {
	background: transparent !important;
	overflow: hidden;
	position: relative;
}

#single-gallery .swiper-slide {
	background: #0f0f0f !important;
}

.derp p {
	position: relative;
	z-index: 0;
	opacity: 0;
	transform: translateY(20%);
	transition: opacity 2000ms ease, transform 1500ms ease;
}

.derp .mask {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transform-origin: center center;
	transform: rotate(-90deg);
	transition: all 250ms ease;
}

.derp.hot .mask {
	transform: rotate(0);
}

.derp .mask:before,
 	.derp .mask:after {
/* 	content:""; */
	height: 100%;
	display: block;
	transition: all 250ms ease;
	transition-delay: 250ms;
}

.derp.hot .mask:before {
	transform: translateX(100%);
}

.derp.hot .mask:after {
	transform: translateX(-100%);
}

.derp .mask:before {
/* 	background-color: red; */
}

.derp .mask:after {
/* 	background-color: green; */
}
.product .swiper-slide p.title,
.product .swiper-slide p.price{
	opacity: 0;
}
.product .swiper-slide p.title {
	mix-blend-mode:difference;
	transform: translateY(15%);
	transition: transform 750ms ease,opacity 1000ms ease;
}

.derp .swiper-slide-active p,
.product .swiper-slide-active p.title,
.product .swiper-slide-active p.price {
	opacity: 1;
	transform: translateY(0);
}

.intro {
	overflow: hidden;
}

.introBG {
/* 	background-color: #0f0f0f; */
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
/* 	background-image: url(bg_025.png); */
	background-size: cover;
	background-position: center bottom;
	mix-blend-mode: overlay;
	animation-name: example;
	animation-duration: 900s;
	animation-iteration-count: infinite;
}

.introBG:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(bg_025.png);
	background-size: cover;
	background-position: center top;
/* 	mix-blend-mode:overlay; */
	opacity: 0.75;
	transition: transform 20000ms ease;
	will-change: transform;
}

.intro:hover .introBG:before {
	transform: scale(1.05) translateY(-5%);
}

@media only screen and (min-width: 767px) {
	.intro {
/* 	flex-direction: row; */
	}

	.intro > * {
/* 	width: 50%; */
	}

	.intro .introBG {
		width: 100%;
	}
}

.banner {
	position: relative;
	text-align:center;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: 5% auto 5%;
	grid-template-rows: auto;
}

.banner .titles {
	width:100%;
	text-align:center;
	z-index: 10;
	position: absolute;
/*
	top:50%;
	transform: translateY(-50%);
*/
	left: 0;
	right: 0;
	margin: auto;

}

.banner .frame {
	display: flex;
	align-items: center;
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
	height: 400px;
	will-change: opacity;
}

@media only screen and (min-width: 767px) {
	.banner .titles {
		top: initial;
		transform: initial;
	}
	.banner .frame {
		opacity: 0;
	}
}

.banner.three .frame {
	grid-column-start: 1;
	grid-column-end: 2;
}

.banner h2 {
	margin: initial;
	margin: auto;
	text-align: center;
	font-size: 10vw;
	line-height: 0.8em;
	text-transform: uppercase;
	color: #d4d4d4;
}

.banner p {
	color: #d4d4d4;
	font-size: 0.8em;
	font-family: aReg, serif;
	text-align: center;
	margin-top: 40px;
}

.banner .frame img {
	width: 100%;
	margin: auto;
	will-change:transform, opacity;
}

@media only screen and (min-width: 767px) {
	.banner h2 {
		font-size: 75px;
	}
	.banner p {
		/*font-size: 1.2em; */
	}
	.banner.prod h2 {
		font-size: 65px;
	}

	.banner .frame {
		height: 750px;
	}

	.banner.prod .frame {
		height: 550px;
	}

	.banner .frame img {
		width: 70%;
	}

	.banner.prod .frame img {
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
/*
	.banner h2 {
		font-size: 80px;
	}
*/
	.banner .frame img {
		width: 70%;
	}
}

.four-up {
	display: grid;
	grid-template-columns: 20% 30% 30% 20%;
	grid-template-rows: auto;
/*
	margin-top: 160px;
	margin-bottom: 240px;
	margin-bottom: 300px;
*/
}

 	

/*no-grid*/


 	.four-up.ng {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
}

.four-uo.ng #trigger2 {
	position: absolute;
	top: 0;
	display: none;
}

.four-up.two {
	grid-template-columns: 30% 20% 20% 30%;
	grid-template-rows: auto;
	margin-top: 160px;
	margin-bottom: 340px;
}

.four-up > * {
	width: 100%;
	will-change: transform;
	display: inline-block;
	max-width: 25%;
}

.four-up .left {
	grid-column-start: 1;
	grid-column-end: 2;
/* 	transform: translateY(var(--translateY)); */

}

.four-up.two .left {
	width: 75%;
/* 	transform: translateY(var(--translateBA)); */
}

.four-up .middle {
	grid-column-start: 2;
	grid-column-end: 3;
/* 	transform: translateY(var(--translateYB)); */

}

.four-up.two .middle {
	grid-column-start: 3;
	grid-column-end: 4;
/* 	transform: translateY(var(--translateDC)); */
}

.four-up .right {
	grid-column-start: 4;
	grid-column-end: 5;
	height: 50%;
	margin: auto;
/* 	transform: translateY(var(--translateYC)); */

}

.four-up.two .right {
	height: 100%;
/* 	transform: translateY(var(--translateY)); */
	
}

.four-up.ng > img {
	width: initial;
	margin: initial;
	max-width: initial;
	will-change:transform
}

.four-up.ng .left {
	width: 20%;
}

.four-up.ng #left1 {
	transform: translateY(var(--translateYX));
}

.four-up.ng #left1B {
	margin-right: 30%;
	transform: translateY(var(--translateBA));
}

.four-up.ng .middle {
	width: 40%;
}

.four-up.ng #mid1 {
	transform: translateY(var(--translateYY));
}

.four-up.ng #mid1B {
	transform: translateY(var(--translateYYA));
}

.four-up.ng .right {
	margin-left:10%;
	width: 30%;
}

@media only screen and (min-width: 767px) {
  .four-up.ng .middle{width:30%;}
  .four-up.ng .right {
	margin-left: 30%;
	width: 20%;
  }	
}

.four-up.ng #right1 {
	transform: translateY(var(--translateYZ));
}

.four-up.ng #right2 {
	margin-left: initial;
	transform: translateY(var(--translateDCBA));
}

.shop-title {
	box-sizing:border-box;
	width: 95%;
	padding: 0 2.5% 120px 2.5%;
	padding: 0 2.5%;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	text-align: center;
	margin: auto;
/* 	font-family: aReg, serif; */
/* 	font-size: 1.4em; */
}

@media only screen and (min-width: 767px) {
	.shop-title {
		width: 50%;
		padding:0;
/* 		padding: 250px 27.5%; */
/* 		padding: 0 27.5% 250px 27.5%; */
/* 		padding-bottom:250px; */
	}
}

@media only screen and (min-width: 1400px) {
	.shop-title {
		width: 45%;
	}
}

.cards {
	display: flex;
	display: none;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
/* 	 height:60vh;	 */
	width: 100vw;
}

.cards >* {
	height: 100%;
	width: 95%;
	margin: 1.5% auto;
}

@media only screen and (min-width: 767px) {
	.cards {
		flex-direction: row;
		flex-wrap: row-wrap;
		justify-content: flex-start;
		width: 100%;
		margin: auto;
	}

	.cards > * {
		box-sizing: border-box;
		width: 33.333%;
		margin: initial;
	}

	.cards > *:nth-child(even) {
/* 	 margin-top:15%; */
	}
}

.cards figure {
	position: relative;
}

.cards figure img {
	display: block;
	width: 100%;
	filter: grayscale(1);
	will-change: filter;
	transition: all 500ms ease;
}

.cards figure:hover img {
	width: 100%;
	filter: grayscale(0);
}

.cards figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.cards figure figcaption p {
	margin: initial;
	text-align: center;
	display: inline-block;
}

.cards figure figcaption .title {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	font-size: 2em;
/* 	 font-size:2.6em; */
	line-height: 0.8em;
	width: 95%;
	margin: auto;
	color: #ffffff;
	transition: font-size 500ms ease;
}

.cards figure:hover .title {
/* 	 font-size:2.6em; */	
/* 	 will-change:font-size; */;
}

.cards figure figcaption .price {
	position: absolute;
	bottom: 55px;
	left: 0;
	right: 0;
	font-size: 1.2em;
	width: fit-content;
	margin: auto;
	color: #ffffff;
}

.cards figure figcaption .price:before {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
	content: "+";
	font-size: 1.5em;
}

.cards .product-details {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: height 150ms ease-in-out, opacity 750ms ease-in-out;
	width: 100%;
	max-height: 960px;
}

.cards.active .product-details {
	display: block;
	height: 65vh;
	opacity: 1;
	background-image: url(single-details.png);
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
}

header.subnav {
	font-family: aReg, serif;
	font-family: "aReg", "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
	font-size: 10px;
	line-height: 1em;
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	left:0;
	right:0;
	padding: 250px 0;
	padding: initial;
	color: #fff;
/* 	 font-size:16px;
	 line-height:1.49em; */;
}
header.subnav ul.polylangProxy{
  font-family: "aReg", "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}
header.subnav.disable li{	
	opacity:0;
	visibility: hidden;	
	transition:none;
}

header.subnav ul {
	box-sizing: border-box;
	width: 100%;
	width:45%;
	margin:auto;
/* 	padding-left: 150px; */
/* 	padding-right: 5%; */
	transform: translateY(-100%);
	transition: transform 250ms ease;
}
header.subnav ul.polylangProxy,
.subNavB ul.polylangProxy{
  display:none;
  visibility:hidden;
  position:absolute;
  top:30px;  
  right:2.5%;  
  /* right:-1.5em; */
  /* transform:translateX(100%);   */
  width:fit-content;  
  transition: none;
}
header.subnav.sticky ul.polylangProxy,
.subNavB.enable ul.polylangProxy{
  display:block;
  visibility:visible;
}
.subNavB ul.polylangProxy{
  /* right:calc(27.5% - 2em); */
  right:2.5%;
  /* transform: translateX(100%); */
}

@media only screen and (min-width: 767px) {
	header.subnav ul {
/* 		width: 60%; */
	}
}
header.subnav.sticky ul {
	transform: translateY(0%);
}

header.subnav li.secondary{
	transition: opacity .5s, visibility 0s .5s;
}
header.subnav.disable{
	z-index:1;	
}
header.subnav.disable ul,
header.subnav li.secondary,
.subNavB ul li{
	opacity: 0;
	visibility: hidden;
}

.subNavB ul li.secondary{	
	transition: all 500ms ease;	
}

.subNavB ul li.secondary,
.subNavB.enable ul li{
	opacity: 1;
	visibility: visible;
}

header.subnav li:nth-child(2) {
/* 	transform: translateY(-5px); */
}

header.subnav a {
	color: inherit;
	text-decoration: none;
}

.subnav h2 {
	text-align: center;
	margin: intial;
	margin-bottom: 2em;
}

header.subnav h2 {
	position: absolute;
	color: transparent;
	margin-bottom: initial;
	background-image: url(//alliedfeather.com/wp-content/themes/afd-com/img/AFD-2020.min.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	top: 15px;
	left: 2.5%;
	width: 45px;
	height: 57px;
}

@media only screen and (min-width: 767px) {
	header.subnav h2 {
		background-image: url(//alliedfeather.com/wp-content/themes/afd-com/img/AFD-2020-wordmark.min.svg);
		background-size: cover;
		width: 97px;
		left: 25px;
	}
}

.subnav ul {
	list-style-type: none;
	padding: initial;
	margin: initial;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width: 95%;
	margin: auto;
}

.subnav ul.center {
	justify-content: center;
}

@media only screen and (min-width: 767px) {
	.subnav ul {
		width: 60%;
		flex-direction: row;
	}
}

header.subnav.sticky ul {
	margin-top: 30px;
}
header.subnav.sticky ul.polylangProxy{
  margin-top: initial;
} 

.subnav ul li {
/* 	 display:block; */
/* 	 font-size:1em; */
/* 	 line-height:2.45em; */
 	align-self: flex-start;
}

.subnav ul:not(.center) li:last-child {
/* 	transform: translateY(0px); */
}

.subnav ul li > a {
	padding: initial;
}

.subNavWrap{
	position:relative;
	z-index:900;
}
.subNavB{
	position:relative;
	z-index:900;
	color:#fff;	
	font-family: "aReg", "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
	inset: initial !important;
}

.subNavB ul{	
	list-style-type: none;
	padding: initial;
	margin: initial;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width: 45%;
	margin: auto;
	font-size:10px;
	line-height:1em;	
}

.subNavB ul.polylangProxy li{
  margin:initial;
}

@media only screen and (min-width: 767px) {
	header.subnav,
	.subNavB ul{		
	  font-size: 14px;	  
	}
}

.subNavB ul li{margin-top:30px;}

.divider {
/* 	margin-bottom: 200px; */
	overflow:hidden;
}

.divider h2 {
	font-size: 25vw;
	line-height: 1em;
	margin: initial;
	white-space: nowrap;
	will-change: transform;
	transition: transform 0ms linear;
}

.divider h2.active {
	transform: translateX(-150%);
	transition: transform 20000ms linear;
}

.divider small,
.divider p {
/* 	font-family: "aM", monospaced; */
	font-size: 10px;
	line-height: 1.6em;
}

@media only screen and (min-width: 640px) {
	.divider small,
	.divider p {
		font-size: 0.875em;
		font-size:17.920000076293945px;
	}
}

.divider small {
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 1em;
	width: 95%;
	max-width: 680px;
}

.divider p {
	color: #5C5C5C;
	opacity: 0.6;
	margin: 2em auto;
	width: 95%;
	margin: auto;
}

@media only screen and (min-width: 767px) {
	.divider p{
		width: 80%;
	}
}

.intro p,
.banner p,
.divider small,
.divider p,
.modal-content p {
	font-family: aReg, serif;
/* 	font-size: 0.8em; */
	font-size: 12.8px;
	line-height:1.6em;
}

.modal-content p {font-size: 10px;}
.modal-content p > a {font-family:aM, serifl; text-decoration:underline; font-size:9px;}

.explore {
	position: relative;
	z-index:1;
	padding-top:40vh;	
	display: grid;
	grid-template-columns: 35% 15% 10% 40%;
	grid-template-rows: 160px auto auto auto auto auto auto auto auto;
}

@media only screen and (min-width: 767px) {
	.explore {
	  padding-top:150px;		
	}	
}

.explore figure {
	margin: initial;
	position: relative;
}

.explore figure img {
	width: 100%;
	display: block;
}

.explore .sidekick {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
	width: 100%;
	max-width: 303px;
	margin-left: -100%;
	will-change: transform;
	transform: translateY(var(--translateYE));
}

.explore .itc,
.explore .route-to-root,
.explore .large.left {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 3;
	grid-row-end: 4;
	will-change: transform;
	transform: translateY(var(--translateYD));
}

.gallery__item figcaption a,
.itc figcaption a,
.smallB figcaption a,
.divider a {
	text-decoration: none;
	color: inherit;
}

.itc figcaption p,
.route-to-root figcaption p,
.smallB figcaption p {
	color: #d4d4d4;
	position: relative;
	margin: initial;
	padding: 30px 10% 2.5% 5%;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1em;
}


@media only screen and (min-width: 900px) {
	.itc figcaption p,
	.gallery__item.small figcaption p,
	.smallB figcaption p {
		font-size: 19px;
	}
	.smallB figcaption p {
	padding-left:0;
	}

}
	
	

/*.largeA > div:after */
.route-to-root figcaption p:after,
.gallery__link:after,
.largeB:after,
.largeC:after,
.large:after {
	color: #fff;
	position: absolute;
	content: '+';
	font-size: 22px;
	line-height: 1em;
}

.itc figcaption p:after,
.route-to-root figcaption p:after,
.smallB p:after {
	top: 30px;
	right: 0;
}

@media only screen and (min-width: 767px) {
	.itc figcaption p:after,
	.route-to-root figcaption p:after,	
	.smallB p:after {
	  top: -1em;
	  right: 3%;	
	}
}


.gallery__item > div,
.smallB > div {
	cursor: crosshair;
	position: relative;
	display: block;
	box-sizing: border-box;
}
.gallery__item > div > p,
.gallery__item > div > table,
.smallB > div > p {
	opacity: 0;
	font-size: 12.8px;
	line-height: 1.4em;
	text-transform: initial;
	position: absolute;
	z-index:3000;
	width: 100%;
	padding: 5%;
	bottom: 0;
	left: 0;
	color: #d4d4d4;
}
@media only screen and (min-width: 767px) {
	.gallery__item > div > p,
	.gallery__item > div > table,
	.smallB > div > p {
	font-size: 9px;
	}
}

.gallery__item > div > table{
	bottom: 5%;
}

@media only screen and (min-width: 900px) {
	.gallery__item > div > p,
	.gallery__item > div > table,
	 	.smallB > div > p {
		width: 90%;
		font-size: 1vw;
		bottom: 2.5%;
	}
	.gallery__item > div > table{
		bottom:0;
	}
}

@media only screen and (min-width: 1024px) {
	.gallery__item > div > p,
	.gallery__item > div > table,
	.smallB > div > p {
		font-size: 0.8em;
	}
}

.gallery__item > div > table {
	box-sizing: border-box;
/* 	font-family: "aM", monospace; */
	font-family: "aReg", monospace;
}

.gallery__item > div > table a{
	font-family: "aM", monospace;
	font-size:11px;
}

.gallery__item > div > table td {
	padding: 2.5%;
	vertical-align: top;
}

.gallery__item > div > table td:first-child {
	width: 30%;
}

.gallery__item > div > table td:last-child {
	width: 70%;
}

.gallery__item > a > p,
.gallery__item > a > img,
.gallery__item > a > table,
.gallery__item > figcaption,
.smallB > a > p,
.smallB > a > img {
	transition: opacity 1000ms ease;
}

.gallery__item > div:hover + figcaption,
.gallery__item > div:hover > p,
.gallery__item > div:hover > img,
.gallery__item > div:hover > table,
.smallB > div:hover > p,
.smallB > div:hover > img{
	opacity: 0.1;
	transition: opacity 1000ms ease;
}

.gallery__item:hover > div > img{
	opacity: 0.1;
}
.gallery__item:hover >div + figcaption,
.smallB:hover > div > img{	
	
}

.gallery__item > div:hover > p,
/*  	.gallery__item > a:hover > table, */
 	.smallB > div:hover > p {
	display: block;
	opacity: 1;
}

.gallery__item > div > p:after,
 	.smallB > div > p:after {
	display: none;
}

.gallery__item > div > p,
.gallery__item > div > table {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility 0s .5s;
}

.gallery__item > div:hover > p,
.gallery__item > div:hover > table,
.gallery__item:hover > div > p,
.gallery__item:hover > div > table{
	opacity: 1;
	visibility: visible;
	transition: all 500ms ease;
}

.gallery__item:hover figcaption,
.gallery__item:hover figcaption > *{
	opacity: 0.1;
}

.gallery__item.small:hover figcaption,
.gallery__item.small:hover figcaption > *{
	opacity:1;
}


.gallery__link:after,
.largeB:after,
.largeC:after,
.large:after,
.largeA > div:after,
.large > div:after {
	top: 5px;
	left: 3%;
}

@media only screen and (min-width: 767px) {
	.gallery__link:after,
	.largeB:after,
	.largeC:after,
	.largeA > div:after,
	.large > div:after {
		top: 0.8em;
	}

	.itc figcaption p:after,
	.gallery__item figcaption p:after,
	.smallB p:after {
		top: 28px;
		right: 3%;
	}

	.smallB p:after {
		top: 1.4em;
	}
}

.explore .largeA {
	grid-column-start: 5;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 4;
	position: relative;
	width: 100%;
	max-width: 756px;
	margin: auto;
	margin-top: 0;
	margin-right: 0;
	transform: translateY(-50%);
}

.explore .largeA:hover{
	grid-column-start: 1;
	grid-column-end: 5;
	z-index:300;
}

@media only screen and (min-width: 640px) {
	.explore .largeA {	 
	  grid-column-end: 4;
	  transform: initial;
	}
	.explore .largeA:hover{
	  grid-column-start: 5;
	  grid-column-end: 4;
	}

}

.explore .largeA:hover > div{
	background-color:#000;
}

.largeA > * {
	top: 0;
	left: 0;
	position: absolute;
}

.largeA > div {
	position: relative;
}


.largeA p > small{
	font-size: 10px;
	line-height: 1.4em;
	width: 75%;
	margin: auto;
}


@media only screen and (min-width: 640px) {
	.largeA p > small{
		font-size: 19px;
		line-height:1em;
	}
}

.explore .smallA {
	grid-column-start: 5;
	grid-column-end: 4;
	grid-row-start: 4;
	grid-row-end: 5;
	will-change: transform;
	transform: translateY(var(--translateYF));
}

.smallA > * {
	width: 30%;
	margin: auto;
}

.explore .largeB {
	grid-column-start: 1;
	grid-column-end: 6;
	
	grid-row-start: 5;
	grid-row-end: 6;
	
	grid-row-start: 6;
	grid-row-end: 7;
	
	position: relative;
	width: 60%;
	margin: auto;
}
.explore #animateY{width:35%;}

.explore .largeC:hover,
.explore .largeB:hover,
.explore #animateY:hover{
	width: 100%;
}

.explore #animateY:hover{
	position:absolute;
	z-index:10;
	grid-column-start: 1;
	grid-column-end: 6;
}

.explore #animateY:hover .gallery__content{
	padding-left:2.5%;
}

.explore #animateZ{
  	position:relative;
	z-index:0;	
}

@media only screen and (min-width: 767px) {
	.explore .largeB {
		width: 30%;
	}
	
	.explore .largeB:hover{
		width: 30%;
	}
	.explore #animateY:hover{
		position:relative;
		width:35%;
	}
	
	.explore #animateY:hover .gallery__content{
		padding:initial;
	}
}

.explore figure.largeA figcaption,
 	.explore figure.largeB figcaption,
 	.explore figure.largeC figcaption,
 	.explore figure.large figcaption {
	color: #d4d4d4;
	width: 95%;
	margin: auto;
	text-align: center;
	position: absolute;
	cursor: crosshair;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	font-size: 20px;
	line-height: 0.9em;
	text-transform: uppercase;
	mix-blend-mode:hard-light;
/* 	opacity: 0.75;
	margin-left: -20px; */;
}

.explore figure.largeA figcaption {
	top: 42.5%;
	top: 50%;
}

.explore figure.gallery__item.largeB figcaption small,
.explore figure.gallery__item.largeC figcaption small,
.explore figure.gallery__item.large figcaption small{
	display: block;
}

@media only screen and (min-width: 767px) {
	.explore figure.gallery__item.largeA figcaption,
	 	.explore figure.gallery__item.largeB figcaption,
	 	.explore figure.gallery__item.largeC figcaption
	 	.explore figure.gallery__item.large figcaption {
		font-size: 32px;
	}

/*
	.explore figure.largeA figcaption sup,
	 	.explore figure.gallery__item.largeB figcaption sup,
	 	.explore figure.gallery__item.largeB figcaption small,
	 	.explore figure.gallery__item.largeC figcaption small {
		font-size: 20px;
	}
*/
}

@media only screen and (min-width: 1024px) {
	.explore figure.gallery__item.largeA figcaption,
	 	.explore figure.gallery__item.largeB figcaption,
	 	.explore figure.gallery__item.largeC figcaption,
	 	.explore figure.gallery__item.large figcaption {
		font-size: 47px;
		line-height: 1em;	
		margin-left: auto;
	}

	.explore figure.largeA figcaption sup,
	 	.explore figure.largeB figcaption sup,
	 	.explore figure.largeB figcaption small,
	 	.explore figure.largeC figcaption small,
	 	.explore figure.large figcaption small {
		font-size: 30px;
	}
}

.explore figure.smallB figcaption sup {
	font-size: 0.8em;
	margin: auto 0.5em;
}

@media only screen and (min-width: 767px) {
	.explore figure.smallB figcaption sup {
		font-size: 12px;
	}
}

.explore figure.largeA figcaption a,
.explore figure.itc figcaption a,
.explore figure.gallery__item figcaption a,
.explore figure.largeB figcaption a,
.explore figure.largeC figcaption a,
.explore figure.large figcaption a {
	text-decoration: none;
	color: inherit;
}

.gallery__item{
	color:#d4d4d4;
}

.explore figure.largeA figcaption p,
 	.explore figure.largeB figcaption p,
 	.explore figure.largeC figcaption p,
 	.explore figure.large figcaption p {
	margin: initial;
}

.explore figure.largeA figcaption small,
.explore figure.largeB figcaption small,
.explore figure.largeC figcaption small,
.explore figure.large figcaption small{
  display:block;	 	
}

.explore .smallB {
	grid-column-start: 1;
	grid-column-end: 2;
	
	grid-row-start: 6;
	grid-row-end: 7;
	
	
	grid-row-start: 7;
	grid-row-end: 8;
	
	
	width: 100%;
	margin: auto;
	margin-right: 0;
}


.explore .smallB:hover,
.explore .small:hover{	
	grid-column-end:end;
	transform:initial;
}

@media only screen and (min-width: 767px) {
	.explore .smallB,
	.explore .small {
		width: 73.2%;
	}
	
	.explore .small.itc,
	.explore .small.route-to-root,
	.explore .large.left{
		width: 100%;
	}
	.explore .smallB:hover,
	.explore .small:hover {
	  grid-column-start: 1;
	  grid-column-end: 2;
	}
	
	.explore #animateZC{
	  width:30%;	
	}
}

.explore .route-to-root,
.explore .large.left{
	grid-row-start: 8;
	grid-row-end: 9;
	
	grid-row-start: 9;
	grid-row-end: 10;
}


.explore .largeC {
	grid-column-start: 2;
	grid-column-end: end;
	
	grid-row-start: 7;
	grid-row-end: 8;
	
	
	grid-row-start: 8;
	grid-row-end: 9;
	
	width: 87%;
	max-width: 702px;
	margin: auto;
	margin-left: 0;
	will-change: transform, width;
	transform: translateY(var(--translateYG));
	
	transition:all 100ms ease;
}

@media only screen and (max-width: 767px) {
.explore .largeC:hover{	
	grid-column-start: 1;
	transform: initial !important;
}
}

@media only screen and (min-width: 767px) {
	.explore .largeC {
	  grid-column-start: 5;
	  grid-column-end: 4;
	  width: 87%;
	  max-width: 702px;
	}
	.explore .largeC:hover{	
	  grid-column-start: 5;
	  grid-column-end: 4;	
	  width: 87%;
	}
}

.explore .smallC {
	grid-column-start: 1;
	grid-column-end: 5;
	
	grid-row-start: 9;
	grid-row-end: 9;
	
	grid-row-start: end;
	grid-row-end: end;
	
	width: 40%;
	margin: auto;
	margin-top: 120px;
}

@media only screen and (min-width: 767px) {
	.explore .smallC {
		width: 15%;
		max-width: 273px;
		margin-top: 250px;
	}
}

.site-foot .subnav {
	padding-bottom: 1.49em;
}

.element {
/*
 	 * Use the same CSS variable as specified in our instance.
 	 */	
/* 	opacity: var(--opacity); */
/*
 	 * The will-change CSS property provides a way for authors to hint browsers about the kind of changes
 	 * to be expected on an element, so that the browser can setup appropriate optimizations ahead of time
 	 * before the element is actually changed.
 	 */
 	will-change: opacity;
}

.announce {
/*
 	transform: translateY(var(--translateY));
 	opacity: var(--opacity);
 	 	will-change: opacity, top;
*/
}

 	

/*swiper*/
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px;
}

.swiper.widescreen {
	height: auto;
	max-height: 100vh;
	margin: 250px 0;
	width: 100%;
	max-width: 1920px;
}

.widescreen picture img {
	width: 100%;
}

.swiper {
	width: 100%;
	margin: auto;
}

.swiper-button-next::after, .swiper-button-prev::after {
	font-size:30px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
/* Center slide text vertically */	
 	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media only screen and (min-width: 451px) {
	.swiper-slide {
		font-size: 1.2vw;
	}
}

@media only screen and (min-width: 767px) {
	.swiper-slide {
		font-size: 18px;
	}
}

.swiper-slide picture {
	display: block;
	width: 100%;
	object-fit: contain;
}

.swiper-slide picture > * {
	max-width: 100%;
	display: block;
}

.swiper-slide picture,
 	.swiper-slide img.prodHero {
/* 	 filter: grayscale(100%); */
}

.productHat{position:relative;}
.productHat .swiper-lazy {
	opacity: 0;
	transition: opacity 750ms ease;
}

.productHat .swiper-lazy.swiper-lazy-loaded {
	opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
	opacity: 0.25;
	color: #f8f8f9;
	background-image:none;
}

.title {
	font-family: hn65, serif;
	text-align: center;
	text-transform: uppercase;
	display: block;
	position: absolute;
	z-index:10;
	top: 45%;
	left: 0;
	right: 0;
	font-size: 28px;
	line-height: 0.8em;
	width: 95%;
	margin: auto;
	color: #ffffff;
}

#single-gallery .title{
	width:75%;
	transition:opacity 750ms ease;
	transition-delay:1000ms;
}

@media only screen and (min-width: 640px) {
	.title {
		transform: translateY(-50%);
		font-size: 2em;
		font-size:28.8px;
	}
}

.price {
/* 	display: none; */
	font-family:"aM", serif;	
	position: absolute;
	z-index:10;	bottom: 55px;
	left: 0;
	right: 0;
	font-size: 1.2em;
	font-size:14px;
	line-height:1em;
	width: fit-content;
	margin: auto;
	color: #ffffff;
}

.swiper-slide {
	position: relative;
	cursor: pointer;
}

.swiper-slide:before,
 	.price:before {
	display: none;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
	content: "+";
	font-size: 1.5em;
	font-size:27px;
}

.swiper-wrapper > a,
 	.swiper-slide > a,
 	.mySwiper4 > a {
	box-sizing: border-box;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	text-decoration: none;
	top: 1em;
	left: 0;
	right: 0;
	padding-right: 1em;
	width: 100%;
	margin: auto;
	font-size: 25px;
	color: #ffffff;
	text-align: right;
}

@media only screen and (min-width: 640px) {
	.swiper-wrapper > a,
	 	.swiper-slide > a,
	 	.mySwiper4 > a {
		top: 5px;
		width: 100%;
/* 		font-size: 1.5em; */
		font-size:27px;
	}
}

.swiper-wrapper > a {
	font-size: 27px;
}

.swiper-slide:before {
	top: 5px;
	right: 30px;
	color: #ffffff;
	text-align: right;
}

.product {	
	height: auto;
	scroll-margin: 4em;
}

#itc,
#dxlb {
	position: relative;
	scroll-margin: 8em;
}

.productHat .swiper-slide .shade {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,1);
	transition: background 750ms ease;
}

.productHat .swiper-slide-active .shade,
 	.productHat .swiper-slide:hover .shade {
	background-color: rgba(0,0,0,0);
}

.productHat .swiper-slide img.prodHero,
.productHat .swiper-slide img {
	filter:grayscale(100%);
	max-width: 100%;
}
.productHat .swiper-slide:hover img.prodHero,
.productHat .swiper-slide-active img.prodHero{
	filter:grayscale(0%);
	transition: all 750ms ease;
}
@media only screen and (min-width: 640px) {
	.productHat .swiper-slide img.prodHero,
	 	.productHat .swiper-slide img {
		max-width: 100%;
	}
}

body.singleGallery .shade img {
	object-fit: contain;
	max-width: 80%;
	margin: auto;
}

.product-info p,
 	.product-info > * {
	font-size: 12px;
	line-height: 1.6em;
}

.swiper-v {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

body.deets .swiper-v {
/* 	display: block; */
}

.mySwiper2,
 	.mySwiper4 {
	width: 100%;
	height: 100%;
	margin: auto;
}

.mySwiper2 .swiper-slide,
 	.mySwiper4 .swiper-slide {
	background-color: #000;
}

.mySwiper {
	position: relative;
	z-index: 0;
}

body.singleGallery .shade {
	display: block;
}

#main-nav-overlay,
	body .productHat #single-gallery,
	body .product-info {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s, visibility 0s .5s;
	-moz-transition: opacity .5s, visibility 0s .5s;
	-ms-transition: opacity .5s, visibility 0s .5s;
	-o-transition: opacity .5s, visibility 0s .5s;
	transition: opacity .5s, visibility 0s .5s;
}

body.menu #main-nav-overlay,
	body.deets .productHat #single-gallery,
 	body.deets .product-info {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .75s ease;
	-moz-transition: opacity .75s ease;
	-ms-transition: opacity .75s ease;
	-o-transition: opacity .75s ease;
	transition: opacity .75s ease;
}

.mySwiper4 {
	position: absolute;
	z-index: 9100;
	top: 0;
	left: 0;
}

.mySwiper4 .swiper-pagination-bullet,
.mySwiper4 .swiper-pagination-bullet-active {
	background-color: #ffffff;
}
 	
/*prod*/
body .product-info {
	box-sizing: border-box;
	padding: 2.5%;	
	width: 95%;
	margin: auto;
	color: #d4d4d4;
}

@media only screen and (min-width: 767px) {
	body .product-info{
	  width: 38.333%;
	  max-width: 960px;
	}
}

#prod-dc {
	width: 100%;
	margin: auto;
}

.product-info .block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-info .block > * {
/* 	margin:auto; */
}

.product-info .block .two {
	box-sizing: border-box;
	width: 50%;
}

.product-info .block h4 {
	font-family: "aBold", serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1em;
}

.product-info .block p {
	font-family: "aReg", serif;
	font-weight: normal;
	color: #f8f8f9;
	font-size: 10px;
	line-height: 1.6em;
}

.product-info .top.block > * {
	margin-left: initial;
}

.product-info .top.block p {
	font-size: 14px;
}

 	

/*cart*/


 	.shopify-buy-frame--toggle.is-sticky {
	position: absolute;
	top: 18px !important;
	right: 30px !important;
	transform: initial !important;
}

.shopify-buy__cart-toggle {
/* 	 height:35px; */	
/* 	 width:35px; */
	background-color: transparent !important;
}

.shopify-buy__cart-toggle__count {
	display: none;
}

.shopify-buy__type--center {
	text-align: center;
}

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

.shopify-buy__btn,
	 .shopify-buy__btn[disabled] {
	background-color: transparent !important;
}

.shopify-buy__btn:hover,
	 .shopify-buy__btn[disabled] {
	color: #f8f8f9 !important;
}

.shopify-buy__btn {
	color: #fff;
	font-size: 15px;
	padding: 12px 40px;
	letter-spacing: .3px;
	display: block;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: background 200ms ease;
	transition: background 200ms ease;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.2;
	border: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.shopify-buy__btn:hover, .shopify-buy__btn:focus {
	background-color: #5f9d3e;
}

.shopify-buy__btn--parent {
	background-color: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.shopify-buy__btn--parent:hover .product__variant-img, .shopify-buy__btn--parent:focus .product__variant-img {
	opacity: .7;
}

.shopify-buy__btn--cart-tab {
	padding: 5px 11px;
	border-radius: 3px 0 0 3px;
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	opacity: 0;
	min-width: inherit;
	width: auto;
	height: auto;
	z-index: 2147483647;
}

.shopify-buy__btn--cart-tab.is-active {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}

.shopify-buy__btn__counter {
	display: block;
	margin: 0 auto 10px auto;
	font-size: 18px;
}

.shopify-buy__icon-cart--side {
	height: 20px;
	width: 20px;
	vertical-align: middle;
}

.shopify-buy__btn[disabled] {
	background-color: #999;
	pointer-events: none;
}

.shopify-buy__btn--close {
	position: absolute;
	right: 9px;
	top: 8px;
	font-size: 35px;
	color: #767676;
	border: none;
	background-color: transparent;
	-webkit-transition: color 100ms ease, -webkit-transform 100ms ease;
	transition: color 100ms ease, -webkit-transform 100ms ease;
	transition: transform 100ms ease, color 100ms ease;
	transition: transform 100ms ease, color 100ms ease, -webkit-transform 100ms ease;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-right: 9px;
}

.shopify-buy__btn--close:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	color: hsl(0, 0%, 41.2745098039%);
}

.shopify-buy__cart-toggle-wrapper {
	display: inline-block;
}

.shopify-buy__cart-toggle {
	background-color: #78b657;
	color: #fff;
	border-radius: 3px 0 0 3px;
	; padding: 8px 10px;
	text-align: center;
	display: inline-block;
	min-width: 46px;
	margin-right: 0;
	cursor: pointer;
	-webkit-transition: background 200ms ease;
	transition: background 200ms ease;
}

.shopify-buy__cart-toggle:hover {
	background-color: #5f9d3e;
}

.shopify-buy__cart-toggle__count {
	font-size: 18px;
	margin-bottom: 10px;
}

.shopify-buy__icon-cart__group {
	fill: #fff;
}

.is-inline .shopify-buy__icon-cart, .is-inline .shopify-buy__cart-toggle__title, .is-inline .shopify-buy__cart-toggle__count {
	display: inline-block;
	vertical-align: middle;
}

.shopify-buy__cart-toggle__title {
	font-size: 16px;
	font-weight: normal;
}

.shopify-buy__cart-toggle__count {
	margin-left: 21px;
	margin-bottom: 0;
	position: relative;
}

.shopify-buy__cart-toggle__count:before {
	content: "";
	display: block;
	position: absolute;
	left: -12px;
	height: 100%;
	width: 1px;
	background-color: #fff;
	opacity: 0.3;
}

.is-inline.shopify-buy__cart-toggle {
	border-radius: 3px;
	padding: 5px 10px;
}

.shopify-buy__cart-toggle:hover {
	background-color: #1d1d1d;
}

.shopify-buy__cart-toggle:focus {
	background-color: #1d1d1d;
}

.shopify-buy__cart-toggle {
	background-color: #111111;
}

 

/*options*/


 .shopify-buy__product {
	padding-top: 60px;
}

.shopify-buy__select-icon {
	display: none;
	visibility: hidden;
}

.shopify-buy__product__variant-selectors {
	display: flex;
	flex-direction: row;
}

.shopify-buy__option-select__select {
	appearance: none;
	background-color: transparent;
	border: none;
	border: solid 1px #fff;
	padding: 0 1em 0 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
}

.shopify-buy__btn {
	padding: initial;
	width: 100%;
	margin: 1.6em auto;
	margin-bottom: 0px;
	text-decoration: none;
	transition: background 250ms ease-in-out, transform 150ms ease;
	font-size: 16px;
	line-height: 40px;
}

@media only screen and (min-width: 640px) {
	.shopify-buy__btn {
	  width: 60%;
	  margin-left:initial;
	}
}

.shopify-buy__option-select__select,
 .shopify-buy__btn {
	border: solid 1px #f8f8f9;
	background: transparent;
	border-radius: 0;
	font-family: aReg, sans-serif;
	font-weight: 500;
	cursor: crosshair;
	text-align: center;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.shopify-buy__btn:focus,
 .shopify-buy__btn:hover {
	color: #000;
	background: #f8f8f9;
}

.shopify-buy__option-select__select {
	padding: 9px 12px;
	background: #0f0f0f;
}

.shopify-buy__option-select:nth-child(1) {
	order: 2;
}

.shopify-buy__option-select:nth-child(1) .shopify-buy__option-select__select {
	background-image: url(downArrow_light.svg);
	background-size: 20% 20%;
	background-repeat: no-repeat;
	background-position: 85% 55%;
	padding-right: 35px;
}

.shopify-buy__option-select:nth-child(2) {
	order: 1;
	margin-right: 30px;
}

.shopify-buy__option-select__select option {
	background: transparent;
}	

/* shame */
.photoGallery {
	height: 100vh;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
/* Requires that the scroll position always be
 	 at a snap position when the scrolling
 	 operation completes. */
 	scroll-snap-type: y mandatory;
	scrollbar-width: thin;
	scrollbar-color: #000 transparent;
}

.photoGallery > * {
	scroll-snap-align: center none;
}

.hero.art,
 	.hero.gallery,
 	.znrth {
	height: 100vh;
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
}

@media only screen and (min-width: 640px) {
	.hero.art,
	 .hero.gallery,
	 .znrth {
		height: 100vh;
	}
} 	

.znrth {
	width: 100%;
/* 	background-image: url(//alliedfeather.com/img/heroA.min.jpg), url(//alliedfeather.com/img/heroB.min.jpg); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
/* 	transform:scale(var(--translateHero)); */
}

.znrth.b {
/* 	background-image: url(//alliedfeather.com/img/heroB.min.jpg); */
}

.hero.art.gallery {
/* 	 background:none; */
}

.slide {
	opacity: 0;
	background-color: #7d7d7d;
	background-image: url(kinetic.min.jpeg);
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	z-index: 100;
	mix-blend-mode: screen;
}

.bg {
	height: 50vh;
	position: relative;
	background-image: url(kinetic.min.jpeg);
}

.bg:before {
	content: '';
	height: 65px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(125,125,125,1) 50%, rgba(2,0,36,0) 100%);
}

@media only screen and (min-width: 1112px) {
	.hero {
		height: 100vh;
	}
}

.hero figure,
 	.photoGallery figure {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: initial;
	width: 40%;
	width: 65%;
	max-width: 490px;
	margin: auto;
	opacity: 1;
	transition: all 250ms ease;
}

.hero figure.logo,
 	.photoGallery figure.logo {
	mix-blend-mode: difference;
}

body.suppers .photoGallery figure {
	opacity: 0;
	transition: all 250ms ease;
}

@media only screen and (min-width: 767px) {
	.hero figure,
 	 .photoGallery figure {
		width: 30%;
	}
}

@media only screen and (min-width: 1112px) {
	.hero figure,
 	.photoGallery figure {
		width: 25%;
	}
}

.hero figure div.logo,
 	.photoGallery figure div.logo {
	margin: auto;
/* 	mix-blend-mode: difference; */
}

.hero figure div img,
 	.photoGallery figure div img {
	width: 100%;
}

.hero .figure .figcaption {
	display: none;
}

.intro {
	position:relative;
/* 	background-color: #f8f8f9; */
/* 	height:50vh; */
 	display: flex;
 	flex-direction:column;
/* 	padding: 120px 0; */
/* 	margin-bottom: 20%; */
}

.intro > * {
  width: 95%;
  margin:auto;
}

.intro h2 {
	text-align: left;
	margin-top: initial;
}


@media only screen and (min-width: 767px) {
	.intro{
/* 		padding: 200px 0; */
		flex-direction:row;
	}
	.intro > * {
/* 	width: 50%; */
	margin-top:initial;
	}	
	
	.intro h2 {
	text-align: center;
	}

}


.intro .scrollTrig {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	opacity: 0;
}

.intro .scrollTrig.uno {
	background-color: blue;
}

.intro .scrollTrig.dos {
	background-color: green;
	top: 30%;
}

.intro .scrollTrig.tres {
	background-color: aqua;
	top: 50%;
}

.intro p {
/* 	font-family: "aM"; */
/* 	font-size: 0.8em;	 */
	padding-right: 2.5%;
	will-change: transform, opacity;
/* 	margin:initial;	 */
}


.intro p.uno {
	margin-top: initial;
}

.intro p.tres {
	margin-bottom: initial;
}

@media only screen and (min-width: 767px) {
	.intro p {
/* 		font-size: 1em; */
		padding-left: 15%;
		width: 65%;
		opacity: 0;
	}
	
	.intro p.uno {
	opacity: var(--opacitySTU);
	}
	.intro p.dos {
	opacity: var(--opacitySTD);
	}
	.intro p.tres {
	opacity: var(--opacitySTT);
	}
}


.swiper-slide {
	background: transparent !important;
	overflow: hidden;
	position: relative;
}

#single-gallery .swiper-slide {
	background: #0f0f0f !important;
}

.derp p {
	position: relative;
	z-index: 0;
	opacity: 0;
	transform: translateY(20%);
	transition: opacity 2000ms ease, transform 1500ms ease;
}

.derp .mask {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transform-origin: center center;
	transform: rotate(-90deg);
	transition: all 250ms ease;
}

.derp.hot .mask {
	transform: rotate(0);
}

.derp .mask:before,
 	.derp .mask:after {
/* 	content:""; */
	height: 100%;
	display: block;
	transition: all 250ms ease;
	transition-delay: 250ms;
}

.derp.hot .mask:before {
	transform: translateX(100%);
}

.derp.hot .mask:after {
	transform: translateX(-100%);
}

.derp .mask:before {
	background-color: red;
}

.derp .mask:after {
	background-color: green;
}

.product .swiper-slide p.title,
.product .swiper-slide p.price {
	opacity: 0;
}

.product .swiper-slide p.title{
	transform: translateY(15%);
	transition: transform 750ms ease,opacity 1000ms ease;
	mix-blend-mode:difference;
}

.derp .swiper-slide-active p,
.product .swiper-slide-active p.title,
.product .swiper-slide-active p.price {
	opacity: 1;
	transform: translateY(0);
}

.intro {
	overflow: hidden;
}

.introBG {
/* 	background-color: #0f0f0f; */
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
/* 	background-image: url(bg_025.png); */
	background-size: cover;
	background-position: center bottom;
	mix-blend-mode: overlay;
	animation-name: example;
	animation-duration: 900s;
	animation-iteration-count: infinite;
}

.introBG:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(bg_025.png);
	background-size: cover;
	background-position: center top;
/* 	mix-blend-mode:overlay; */
	opacity: 0.75;
	transition: transform 20000ms ease;
	will-change: transform;
}

.intro:hover .introBG:before {
	transform: scale(1.05) translateY(-5%);
}

@media only screen and (min-width: 767px) {
	.intro {
/* 	flex-direction: row; */
	}

	.intro > * {
/* 	width: 50%; */
	}

	.intro .introBG {
		width: 100%;
	}
}

.banner {
	position: relative;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: 5% auto 5%;
}

.banner .titles {
	z-index: 10;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;	
	mix-blend-mode: difference;
}

.banner .frame {
	display: flex;
	align-items: center;
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
	height: 400px;
	will-change: opacity;
}

@media only screen and (min-width: 767px) {
	.banner .titles {
		top: initial;
		transform: initial;
	}
	.banner .frame {
		opacity: 0;
	}
}

.banner.three .frame {
	grid-column-start: 1;
	grid-column-end: 2;
}

.banner h2 {
	margin: initial;
	margin: auto;
	text-align: center;
/* 	font-size: 10vw; */
	line-height: 0.8em;
	text-transform: uppercase;
	color: #d4d4d4;
}

.banner p {
	color: #d4d4d4;
/* 	font-size: 1.2em; */
	font-family: aReg, serif;
	text-align: center;
	margin: initial;
	margin-top: 40px;
}

.banner .frame img {
	width: 100%;
	margin: auto;
}

@media only screen and (min-width: 767px) {
	.banner h2 {
/* 		font-size: 100px; */
	}

	.banner.prod h2 {
		font-size: 65px;
	}

	.banner .frame {
		height: 750px;
	}

	.banner.prod .frame {
		height: 550px;
	}

	.banner .frame img {
		width: 70%;
	}

	.banner.prod .frame img {
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.banner .frame img {
		width: 70%;
	}
}

.four-up {
	display: grid;
	grid-template-columns: 20% 30% 30% 20%;
	grid-template-rows: auto;
/*
	margin-top: 160px;
	margin-bottom: 240px;
	margin-bottom: 300px;
*/
	min-height:65vh;
}

 	

/*no-grid*/
.four-up.ng {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
}

.four-uo.ng #trigger2 {
	position: absolute;
	top: 0;
	display: none;
}

.four-up.two {
	grid-template-columns: 30% 20% 20% 30%;
	grid-template-rows: auto;
	margin-top: 160px;
	margin-bottom: 340px;
}

.four-up > * {
	width: 100%;
	will-change: transform;
	display: inline-block;
	max-width: 25%;
}

.four-up .left {
	grid-column-start: 1;
	grid-column-end: 2;
/* 	transform: translateY(var(--translateY)); */

}

.four-up.two .left {
	width: 75%;
/* 	transform: translateY(var(--translateBA)); */
}

.four-up .middle {
	grid-column-start: 2;
	grid-column-end: 3;
/* 	transform: translateY(var(--translateYB)); */

}

.four-up.two .middle {
	grid-column-start: 3;
	grid-column-end: 4;
/* 	transform: translateY(var(--translateDC)); */
}

.four-up .right {
	grid-column-start: 4;
	grid-column-end: 5;
	height: 50%;
	margin: auto;
/* 	transform: translateY(var(--translateYC)); */

}

.four-up.two .right {
	height: 100%;
/* 	transform: translateY(var(--translateY)); */
	
}

.four-up.ng > * {
	width: initial;
	margin: initial;
	max-width: initial;
}

.four-up.ng .left {
	width: 20%;
}

.four-up.ng #left1 {
	transform: translateY(var(--translateYX));
}

.four-up.ng #left1B {
	margin-right: 30%;
	transform: translateY(var(--translateBA));
}

.four-up.ng .middle {
	width: 40%;
}

.four-up.ng #mid1 {
	transform: translateY(var(--translateYY));
}

.four-up.ng #mid1B {
	transform: translateY(var(--translateYYA));
}

.four-up.ng .right {
	margin-left:10%;
	width: 30%;
}

@media only screen and (min-width: 767px) {
  .four-up.ng .middle{width:30%;}
  .four-up.ng .right {
	margin-left: 30%;
	width: 20%;
  }	
}

.four-up.ng #right1 {
	transform: translateY(var(--translateYZ));
}

.four-up.ng #right2 {
	margin-left: initial;
	transform: translateY(var(--translateDCBA));
}

/*
.shop-title {
	width: 95%;
	padding: 120px 2.5%;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	text-align: center;
	margin: initial;
	font-family: aReg, serif;
	font-size: 1.4em;
}
*/

/*
@media only screen and (min-width: 767px) {
	.shop-title {
		width: 45%;
		padding: 250px 27.5%;
	}
}
*/

.cards {
	display: flex;
	display: none;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
/* 	 height:60vh;	 */
	width: 100vw;
}

.cards >* {
	height: 100%;
	width: 95%;
	margin: 1.5% auto;
}

@media only screen and (min-width: 767px) {
	.cards {
		flex-direction: row;
		flex-wrap: row-wrap;
		justify-content: flex-start;
		width: 100%;
		margin: auto;
	}

	.cards > * {
		box-sizing: border-box;
		width: 33.333%;
		margin: initial;
	}

	.cards > *:nth-child(even) {
/* 	 margin-top:15%; */
	}
}

.cards figure {
	position: relative;
}

.cards figure img {
	display: block;
	width: 100%;
	filter: grayscale(1);
	will-change: filter;
	transition: all 500ms ease;
}

.cards figure:hover img {
	width: 100%;
	filter: grayscale(0);
}

.cards figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.cards figure figcaption p {
	margin: initial;
	text-align: center;
	display: inline-block;
}

.cards figure figcaption .title {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	font-size: 2em;
/* 	 font-size:2.6em; */
	line-height: 0.8em;
	width: 95%;
	margin: auto;
	color: #ffffff;
	transition: font-size 500ms ease;
}

.cards figure:hover .title {
/* 	 font-size:2.6em; */	
/* 	 will-change:font-size; */;
}

.cards figure figcaption .price {
	position: absolute;
	bottom: 55px;
	left: 0;
	right: 0;
	font-size: 1.2em;
	width: fit-content;
	margin: auto;
	color: #ffffff;
}

.cards figure figcaption .price:before {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
	content: "+";
	font-size: 1.5em;
}

.cards .product-details {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: height 150ms ease-in-out, opacity 750ms ease-in-out;
	width: 100%;
	max-height: 960px;
}

.cards.active .product-details {
	display: block;
	height: 65vh;
	opacity: 1;
	background-image: url(single-details.png);
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
}

.subnav {
	padding: 250px 0;
/* 	font-family: aReg, serif; */
	font-family: "aM", serif;
	font-size: 14px;
	line-height: 1em;
}

header.subnav {
/* 	position: fixed; */
/* 	z-index: 99999; */
/* 	width: 100%; */
/* 	top: 0; */
/* 	padding: initial; */
/* 	color: #fff; */
/* 	 font-size:16px;
	 line-height:1.49em; */;
}

header.subnav ul {
	box-sizing: border-box;
/* 	width: 100%; */
/* 	width:60%; */
/*
	padding-left: 150px;
	padding-right: 5%;
*/
/* 	transform: translateY(-100%); */
/* 	transition: transform 250ms ease; */
}

header.subnav.sticky ul {
	transform: translateY(0%);
}

header.subnav li:nth-child(2) {
/* 	transform: translateY(-5px); */
}

header.subnav a {
	color: inherit;
	text-decoration: none;
}

.subnav h2 {
	text-align: center;
	margin: intial;
	margin-bottom: 2em;
}

header.subnav h2 {
	position: absolute;
	color: transparent;
	margin-bottom: initial;
	background-image: url(//alliedfeather.com/wp-content/themes/afd-com/img/AFD-2020.min.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	top: 15px;
	left: 2.5%;
	width: 45px;
	height: 57px;
}

@media only screen and (min-width: 767px) {
	header.subnav h2 {
		background-image: url(//alliedfeather.com/wp-content/themes/afd-com/img/AFD-2020-wordmark.min.svg);
		background-size: cover;
		width: 97px;
		left: 25px;
	}
}

.subnav ul {
	list-style-type: none;
	padding: initial;
	margin: initial;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width: 95%;
	margin: auto;
}

.subnav ul.center {
	justify-content: center;
}

@media only screen and (min-width: 767px) {
	.subnav ul {
		width: 60%;
		flex-direction: row;
	}
}

header.subnav.sticky ul {
	margin-top: 30px;
}

.subnav ul li {
/* 	 display:block; */
/* 	 font-size:1em; */
/* 	 line-height:2.45em; */
 	align-self: flex-start;
}

.subnav ul:not(.center) li:last-child {
/* 	transform: translateY(0px); */
}

.subnav ul li > a {
	padding: initial;
}

.divider {
/* 	margin-bottom: 200px; */
	overflow:hidden;
}

.divider h2 {
	font-size: 25vw;
	line-height: 1em;
	margin: initial;
	white-space: nowrap;
	will-change: transform;
	transition: transform 0ms linear;
}

.divider h2.active {
	transform: translateX(-150%);
	transition: transform 20000ms linear;
}

.divider small,
.divider p {
/* 	font-family: "aM", monospaced; */
/* 	font-size: 10px; */
/* 	line-height: 1em; */
}

@media only screen and (min-width: 640px) {
	.divider small,
	.divider p {
/* 		font-size: 0.875em; */
	}
}

.divider small {
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 1em;
	width: 95%;
	max-width: 680px;
}

.divider p {
	color: #5C5C5C;
	opacity: 0.6;
	margin: 2em auto;
	width: 95%;
	margin: auto;
}

@media only screen and (min-width: 767px) {
	.divider p{
		width: 80%;
	}
}


.explore {
	position: relative;
	display: grid;
	grid-template-columns: 35% 15% 10% 40%;	
	grid-template-rows: 160px auto auto auto auto auto auto auto auto auto;
}

.explore figure {
	margin: initial;
	position: relative;
}

.explore figure img {
	width: 100%;
	display: block;
}

.explore .sidekick {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
	width: 100%;
	max-width: 303px;
	margin-left: -25%;
	will-change: transform;
	transform: translateY(var(--translateYE));
}

.explore .itc,
.explore .route-to-root,
.explore .large.left {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 3;
	grid-row-end: 4;
	will-change: transform;
	transform: translateY(var(--translateYD));
}

.explore .large.left {
	will-change: transform, width;
}

.gallery__item figcaption a,
.itc figcaption a,
.smallB figcaption a,
.divider a {
	text-decoration: none;
	color: inherit;
}

.itc figcaption p,
.route-to-root figcaption p,
.smallB figcaption p {
	color: #d4d4d4;
	position: relative;
	margin: initial;
	padding: 30px 10% 2.5% 5%;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1em;
}

@media only screen and (min-width: 900px) {
	.itc figcaption p,
	.gallery__item.small figcaption p,
	.smallB figcaption p {
		font-size: 19px;
	}
}
	
	

/*.largeA > div:after */
.itc figcaption p:after,
.route-to-root figcaption p:after,
.smallB p:after,
.largeB:after,
.largeC:after,
.large:after {
	color: #fff;
	position: absolute;
	content: '+';
	font-size: 22px;
	line-height: 1em;
}

.itc figcaption p:after,
.route-to-root figcaption p:after,
.smallB p:after {
	top: 30px;
	right: 0;
}

@media only screen and (max-width: 766px) {
.itc:hover figcaption p:after{
	top: 23px;
}
}

@media only screen and (min-width: 767px) {
	.itc figcaption p:after,
	.route-to-root figcaption p:after,		
	.smallB p:after {
	  top: -1em;
	  right: 3%;	
	}
}


.gallery__item > div,
.smallB > div {
	cursor: crosshair;
	position: relative;
	display: block;
	box-sizing: border-box;
}
.gallery__item > div > p,
.gallery__item > div > table,
.smallB > div > p {
	opacity: 0;
	font-size: 9px;
	line-height: 1.4em;
	text-transform: initial;
	position: absolute;
	z-index:3000;
	width: 100%;
	padding: 5%;
	bottom: 0;
	left: 0;
	color: #d4d4d4;
}

.gallery__item > div > table{
	bottom: 5%;
}

@media only screen and (min-width: 900px) {
	.gallery__item > div > p,
	.gallery__item > div > table,
	 	.smallB > div > p {
		width: 90%;
		font-size: 1vw;
		bottom: 2.5%;
	}
	.gallery__item > div > table{
		bottom:0;
	}
}

@media only screen and (min-width: 1024px) {
	.gallery__item > div > p,
	.gallery__item > div > table,
	.smallB > div > p {
		font-size: 0.7em;
	}
}

.gallery__item > div > table {
	box-sizing: border-box;
/* 	font-family: "aM", monospace; */
}

.gallery__item > div > table td {
	padding: 2.5%;
	vertical-align: top;
}

.gallery__item > div > table td:first-child {
	width: 30%;
}

.gallery__item > div > table td:last-child {
	width: 70%;
}

.gallery__item > a > p,
.gallery__item > a > img,
.gallery__item > a > table,
.gallery__item > figcaption,
.smallB > a > p,
.smallB > a > img {
	transition: opacity 1000ms ease;
}

.gallery__item > div:hover + figcaption,
.gallery__item > div:hover > p,
.gallery__item > div:hover > img,
.gallery__item > div:hover > table,
.smallB > div:hover > p,
.smallB > div:hover > img{
	opacity: 0.1;
	transition: opacity 1000ms ease;
}

.gallery__item:hover > div > img{
	opacity: 0.1;
}
.gallery__item:hover >div + figcaption,
.smallB:hover > div > img{	
	
}

.gallery__item > div:hover > p,
/*  	.gallery__item > a:hover > table, */
 	.smallB > div:hover > p {
	display: block;
	opacity: 1;
}

.gallery__item > div > p:after,
 	.smallB > div > p:after {
	display: none;
}

.gallery__item > div > p,
.gallery__item > div > table {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility 0s .5s;
}

.gallery__item > div:hover > p,
.gallery__item > div:hover > table,
.gallery__item:hover > div > p,
.gallery__item:hover > div > table{
	opacity: 1;
	visibility: visible;
	transition: all 500ms ease;
}

.gallery__item:hover figcaption,
.gallery__item:hover figcaption > *{
	opacity: 0.1;
}

.gallery__item.small:hover figcaption,
.gallery__item.small:hover figcaption > *{
	opacity:1;
}

.explore-right{
	padding:200px 0 400px 0; 
	grid-row-start:5;
	grid-row-end:6;
	grid-column-start: 1;
	grid-column-end: 6;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	flex-direction:row-reverse;
}

@media only screen and (max-width: 766px) {
#animateY:hover{
	position:absolute;
	width:100% !important;
	order:1;
}
#animateY:hover figcaption{
	padding-left:2.5%;
}
}


#animateY figcaption{
	color:#d4d4d4;
	font-size:12px;
}

.largeB:after,
.largeC:after,
.large:after,
.largeA > div:after,
.large > div:after {
	top: 5px;
	left: 3%;
}

@media only screen and (min-width: 767px) {
	.largeB:after,
	.largeC:after,
	.largeA > div:after,
	.large > div:after {
		top: 0.8em;
	}

	.itc figcaption p:after,
	.gallery__item figcaption p:after,
	.smallB p:after {
		top: 28px;
		right: 3%;
	}

	.smallB p:after {
		top: 1.4em;
	}
}

.explore .largeA {
	grid-column-start: 5;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 4;
	position: relative;
	width: 100%;
	max-width: 756px;
	margin: auto;
	margin-top: 0;
	margin-right: 0;
	transform: translateY(-50%);
}

.explore .largeA:hover{
	grid-column-start: 1;
	grid-column-end: 5;
	z-index:300;
}

@media only screen and (min-width: 640px) {
	.explore .largeA {	 
	  grid-column-end: 4;
	  transform: initial;
	}
	.explore .largeA:hover{
	  grid-column-start: 5;
	  grid-column-end: 4;
	}

}

.explore .largeA:hover > div{
	background-color:#000;
}

.largeA > * {
	top: 0;
	left: 0;
	position: absolute;
}

.largeA > div {
	position: relative;
}

.explore .smallA {
	grid-column-start: 5;
	grid-column-end: 4;
	grid-row-start: 4;
	grid-row-end: 5;
	will-change: transform;
	transform: translateY(var(--translateYF));
}

.smallA > * {
	width: 30%;
	margin: auto;
}

.explore .largeB {
	grid-column-start: 1;
	grid-column-end: 6;
	
	grid-row-start: 5;
	grid-row-end: 6;
	
	grid-row-start: 6;
	grid-row-end: 7;
	
	position: relative;
	width: 60%;
	margin: auto;
}

.explore .largeD:hover,
.explore .largeC:hover,
.explore .largeB:hover{
	width: 100%;
}

@media only screen and (min-width: 767px) {
	.explore .largeB {
		width: 30%;
	}
	
	.explore .largeB:hover{
		width: 30%;
	}
}

.explore figure.largeA figcaption,
 	.explore figure.largeB figcaption,
 	.explore figure.largeC figcaption,
 	.explore figure.large figcaption {
	color: #d4d4d4;
	width: 95%;
	margin: auto;
	text-align: center;
	position: absolute;
	cursor: crosshair;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	font-size: 13px;
	line-height: 0.9em;
	text-transform: uppercase;
	mix-blend-mode:hard-light;
/* 	opacity: 0.75;
	margin-left: -20px; */;
}

@media only screen and (min-width: 413px) {
	.explore figure.gallery__item.largeA figcaption,
	 	.explore figure.gallery__item.largeB figcaption,
	 	.explore figure.gallery__item.largeC figcaption,
	 	.explore figure.gallery__item.large figcaption {
		font-size: 20px;
	}


}

.explore figure.largeA figcaption {
	top: 42.5%;
}

.explore figure.gallery__item.largeB figcaption small,
.explore figure.gallery__item.largeC figcaption small,
.explore figure.gallery__item.large figcaption small{
	display: block;
}

@media only screen and (min-width: 767px) {
	.explore figure.gallery__item.largeA figcaption,
	 	.explore figure.gallery__item.largeB figcaption,
	 	.explore figure.gallery__item.largeC figcaption,
	 	.explore figure.gallery__item.large figcaption {
		font-size: 32px;
	}

/*
	.explore figure.largeA figcaption sup,
	 	.explore figure.gallery__item.largeB figcaption sup,
	 	.explore figure.gallery__item.largeB figcaption small,
	 	.explore figure.gallery__item.largeC figcaption small {
		font-size: 20px;
	}
*/
}

@media only screen and (min-width: 1024px) {
	.explore figure.gallery__item.largeA figcaption,
	 	.explore figure.gallery__item.largeB figcaption,
	 	.explore figure.gallery__item.largeC figcaption,
	 	.explore figure.gallery__item.large figcaption {
		font-size: 47px;
		line-height: 1em;	
		margin-left: auto;
	}
	
	
	.explore figure.largeA figcaption sup,
	.explore figure.largeA figcaption small,
	 	.explore figure.largeB figcaption sup,
	 	.explore figure.largeB figcaption small,
	 	.explore figure.largeC figcaption small,
	 	.explore figure.large figcaption small {
/* 		font-size: 30px; */
	}
}

.explore figure.smallB figcaption sup {
	font-size: 0.8em;
	margin: auto 0.5em;
}

@media only screen and (min-width: 767px) {
	.explore figure.smallB figcaption sup {
		font-size: 12px;
	}
}

.explore figure.largeA figcaption a,
.explore figure.itc figcaption a,
.explore figure.gallery__item figcaption a,
.explore figure.largeB figcaption a,
.explore figure.largeC figcaption a,
.explore figure.large figcaption a {
	text-decoration: none;
	color: inherit;
}

.explore figure.largeA figcaption p,
 	.explore figure.largeB figcaption p,
 	.explore figure.largeC figcaption p,
 	.explore figure.large figcaption p {
	margin: initial;
}

.explore figure.largeA figcaption small,
.explore figure.largeB figcaption small,
.explore figure.largeC figcaption small,
.explore figure.large figcaption small{
  display:block;	 	
}

.explore .smallB {
	grid-column-start: 1;
	grid-column-end: 2;
	
	grid-row-start: 6;
	grid-row-end: 7;
	
	
	grid-row-start: 7;
	grid-row-end: 8;
	
	
	width: 100%;
	margin: auto;
	margin-right: 0;
}


.explore .smallB:hover,
.explore .small:hover{	
	grid-column-end:end;
	transform:initial;
}


@media only screen and (max-width: 766px) {
.itc:hover p:after{
	right:5%;
}
}


@media only screen and (min-width: 767px) {
	.explore .smallB,
	.explore .small {
		width: 73.2%;
	}
	
	.explore .small.itc,
	.explore .small.route-to-root,
	.explore .large.left{
		width: 100%;
	}
	.explore .smallB:hover,
	.explore .small:hover {
	  grid-column-start: 1;
	  grid-column-end: 2;
	}
}

.explore .route-to-root,
.explore .large.left{
	grid-row-start: 8;
	grid-row-end: 9;
	
	grid-row-start: 9;
	grid-row-end: 10;
}


.explore .largeC {
	grid-column-start: 2;
	grid-column-end: end;
	
	grid-row-start: 7;
	grid-row-end: 8;
	
	
	grid-row-start: 8;
	grid-row-end: 9;
	
	width: 87%;
	max-width: 702px;
	margin: auto;
	margin-left: 0;
	will-change: transform;
	transform: translateY(var(--translateYG));
	
/* 	transition:all 100ms ease; */
}

.explore .largeD{
	will-change: transform, width;	
	transition:all 100ms ease;
}

@media only screen and (max-width: 767px) {
  .explore .largeD:hover {
    grid-column-end: 5;
  }
}

@media only screen and (max-width: 767px) {
.explore .largeC:hover,
.explore .largeD:hover{	
	grid-column-start: 1;
	transform: initial !important;
}
}

@media only screen and (min-width: 767px) {
	.explore .largeC {
	  grid-column-start: 5;
	  grid-column-end: 4;
	  width: 87%;
	  max-width: 702px;
	}
	.explore .largeC:hover{	
	  grid-column-start: 5;
	  grid-column-end: 4;	
	  width: 87%;
	}
}

.explore .largeD {
	grid-column-start: 1;
/*
	grid-column-end: 4;	
*/
	grid-column-end: end;
		
	grid-row-start: 10;
	grid-row-end: 11;
	
	width: 65%;
	max-width: 502px;
	margin: auto;
/* 	margin-left: 0; */
	will-change: transform, width;
	transform: translateY(var(--translateYG));
	
	transition:all 100ms ease;
	z-index:10;
}

@media only screen and (max-width: 767px) {
.explore .largeD:hover{	
	grid-column-start: 1;
	margin-top:inherit;
	max-width: 100%;
	width:100%;
	transform: initial !important;
}
}

@media only screen and (min-width: 767px) {
	.explore .largeD {
	  grid-column-start: 1;
/*	 
	  grid-column-end: 4;
*/
/* 	  width: 87%; */
/* 	  max-width: 702px; */
	}
	.explore .largeD:hover{	
/*
	  grid-column-start: 2;
	  grid-column-end: 4;	
*/
/* 	  width: 87%; */
	}
}

.explore .smallC {
	grid-column-start: 1;
	grid-column-end: 5;
	
	grid-row-start: 9;
	grid-row-end: 9;
	
	grid-row-start: end;
	grid-row-end: end;
	
	width: 40%;
	margin: auto;
	margin-top: 120px;
}

@media only screen and (min-width: 767px) {
	.explore .smallC {
		width: 15%;
		max-width: 273px;
		margin-top: 250px;
	}
}

.site-foot .subnav {
	padding-bottom: 1.49em;
}


/*swiper*/
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px;
}

.swiper.widescreen {
	height: auto;
	max-height: 100vh;
	margin: 250px 0;
	width: 100%;
	max-width: 1920px;
}

.widescreen picture img {
	width: 100%;
}

.swiper {
	width: 100%;
	margin: auto;
}

.swiper-button-next::after, .swiper-button-prev::after {
	font-size:30px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
/* Center slide text vertically */	
 	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media only screen and (min-width: 451px) {
	.swiper-slide {
		font-size: 1.2vw;
	}
}

@media only screen and (min-width: 767px) {
	.swiper-slide {
		font-size: 18px;
	}
}

.swiper-slide picture {
	display: block;
	width: 100%;
	object-fit: contain;
}

.swiper-slide picture > * {
	max-width: 100%;
	display: block;
}

.swiper-slide picture,
 	.swiper-slide img.prodHero {
/* 	 filter: grayscale(100%); */
}

.productHat .swiper-lazy {
	opacity: 0;
	transition: opacity 750ms ease;
}

.productHat .swiper-lazy.swiper-lazy-loaded {
	opacity: 1;
}

.swiper-button-prev,
 	.swiper-button-next {
	opacity: 0.25;
	color: #f8f8f9;
}

.title {
	font-family: hn65, serif;
	text-align: center;
	text-transform: uppercase;
	display: block;
	position: absolute;
	z-index:10;
	top: 45%;
	left: 0;
	right: 0;
	font-size: 28px;
	line-height: 0.8em;
	width: 95%;
	margin: auto;
	color: #ffffff;
}

#single-gallery .title{
	width:75%;
	transition:opacity 750ms ease;
	transition-delay:1000ms;
}

@media only screen and (min-width: 640px) {
	.title {
		transform: translateY(-50%);
		font-size: 2em;
	}
}

.price {
/* 	display: none; */
	font-family:"aM", serif;	
	position: absolute;
	z-index:10;
	bottom: 55px;
	left: 0;
	right: 0;
	font-size: 1.2em;
	font-size:14px;
	line-height:1em;
	width: fit-content;
	margin: auto;
	color: #ffffff;
}

.swiper-slide {
	position: relative;
	cursor: pointer;
}

.swiper-slide:before,
 	.price:before {
	display: none;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
	content: "+";
	font-size: 1.5em;
}

.swiper-wrapper > a,
 	.swiper-slide > a,
 	.mySwiper4 > a {
	box-sizing: border-box;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	text-decoration: none;
	top: 1em;
	left: 0;
	right: 0;
	padding-right: 1em;
	width: 100%;
	margin: auto;
	font-size: 25px;
	color: #ffffff;
	text-align: right;
}

@media only screen and (min-width: 640px) {
	.swiper-wrapper > a,
	 	.swiper-slide > a,
	 	.mySwiper4 > a {
		top: 5px;
		width: 100%;
		font-size: 1.5em;
	}
}

.swiper-wrapper > a {
	font-size: 27px;
}

.swiper-slide:before {
	top: 5px;
	right: 30px;
	color: #ffffff;
	text-align: right;
}

.product {
	height: auto;
	scroll-margin: 4em;
}

.product,
 	.productHat {
	position: relative;
}

.productHat .swiper-slide .shade {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,1);
/* 	mix-blend-mode: color; */
	transition: background 750ms ease;
}

/*
.productHat .swiper-slide-active .shade,
.productHat .swiper-slide:hover .shade {
	background-color: rgba(0,0,0,0);	
}
*/


.productHat .swiper-slide img.prodHero,
.productHat .swiper-slide img {
	filter:grayscale(100%);
	max-width: 100%;
}
.productHat .swiper-slide:hover img.prodHero,
.productHat .swiper-slide-active img.prodHero{
	filter:grayscale(0%);
	transition: all 750ms ease;
}

@media only screen and (min-width: 640px) {
	.productHat .swiper-slide img.prodHero,
	.productHat .swiper-slide img {
		max-width: 100%;
	}
}

body.singleGallery .shade img {
	object-fit: contain;
	max-width: 80%;
	margin: auto;
}

.product-info p,
 	.product-info > * {
	font-size: 12px;
	line-height: 1.6em;
}

.swiper-v {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

body.deets .swiper-v {
/* 	display: block; */
}

.mySwiper2,
 	.mySwiper4 {
	width: 100%;
	height: 100%;
	margin: auto;
}

.mySwiper2 .swiper-slide,
 	.mySwiper4 .swiper-slide {
	background-color: #000;
}

.mySwiper {
	position: relative;
	z-index: 0;
}

/*
body.singleGallery .shade {
	display: block;
}
*/

#main-nav-overlay,
	body .productHat #single-gallery,
	body .product-info {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s, visibility 0s .5s;
	-moz-transition: opacity .5s, visibility 0s .5s;
	-ms-transition: opacity .5s, visibility 0s .5s;
	-o-transition: opacity .5s, visibility 0s .5s;
	transition: opacity .5s, visibility 0s .5s;
}

body.menu #main-nav-overlay,
	body.deets .productHat #single-gallery,
 	body.deets .product-info {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .75s ease;
	-moz-transition: opacity .75s ease;
	-ms-transition: opacity .75s ease;
	-o-transition: opacity .75s ease;
	transition: opacity .75s ease;
}

.mySwiper4 {
	position: absolute;
	z-index: 9100;
	top: 0;
	left: 0;
}

.mySwiper4 .swiper-pagination-bullet,
.mySwiper4 .swiper-pagination-bullet-active {
	background-color: #ffffff;
}
 	
/*prod*/
body .product-info {
	box-sizing: border-box;
	padding: 2.5%;	
	width: 95%;
	margin: auto;
	color: #f8f8f9;
}

@media only screen and (min-width: 767px) {
	body .product-info{
	  width: 38.333%;
	  max-width: 960px;
	}
}

#prod-dc {
	width: 100%;
	margin: auto;
}

.product-info .block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-info .block > * {
/* 	margin:auto; */
}

.product-info .block .two {
	box-sizing: border-box;
	width: 50%;
}

.product-info .block h4 {
	font-family: "aBold", serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1em;
}

.product-info .block p {
	font-family: "aReg", serif;
	font-weight: normal;
	color: #f8f8f9;
	font-size: 10px;
	line-height: 1.6em;
}

.product-info .top.block > * {
	margin-left: initial;
}

.product-info .top.block p {
	font-size: 14px;
}

 	

/*cart*/


 	.shopify-buy-frame--toggle.is-sticky {
	position: absolute;
	top: 18px !important;
	right: 30px !important;
	transform: initial !important;
}

.shopify-buy__cart-toggle {
/* 	 height:35px; */	
/* 	 width:35px; */
	background-color: transparent !important;
}

.shopify-buy__cart-toggle__count {
	display: none;
}

.shopify-buy__type--center {
	text-align: center;
}

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

.shopify-buy__btn,
	 .shopify-buy__btn[disabled] {
	background-color: transparent !important;
}

.shopify-buy__btn:hover,
.shopify-buy__btn[disabled] {
	color: #f8f8f9 !important;
}

.shopify-buy__btn {
	color: #f8f8f9 !important;
	font-size: 15px;
	padding: 12px 40px;
	letter-spacing: .3px;
	display: block;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: background 200ms ease;
	transition: background 200ms ease;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.2;
	border: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.shopify-buy__btn:hover, .shopify-buy__btn:focus {
	background-color: #5f9d3e;
}

.shopify-buy__btn--parent {
	background-color: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.shopify-buy__btn--parent:hover .product__variant-img, .shopify-buy__btn--parent:focus .product__variant-img {
	opacity: .7;
}

.shopify-buy__btn--cart-tab {
	padding: 5px 11px;
	border-radius: 3px 0 0 3px;
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	opacity: 0;
	min-width: inherit;
	width: auto;
	height: auto;
	z-index: 2147483647;
}

.shopify-buy__btn--cart-tab.is-active {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}

.shopify-buy__btn__counter {
	display: block;
	margin: 0 auto 10px auto;
	font-size: 18px;
}

.shopify-buy__icon-cart--side {
	height: 20px;
	width: 20px;
	vertical-align: middle;
}

.shopify-buy__btn[disabled] {
	background-color: #999;
	pointer-events: none;
}

.shopify-buy__btn--close {
	position: absolute;
	right: 9px;
	top: 8px;
	font-size: 35px;
	color: #767676;
	border: none;
	background-color: transparent;
	-webkit-transition: color 100ms ease, -webkit-transform 100ms ease;
	transition: color 100ms ease, -webkit-transform 100ms ease;
	transition: transform 100ms ease, color 100ms ease;
	transition: transform 100ms ease, color 100ms ease, -webkit-transform 100ms ease;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-right: 9px;
}

.shopify-buy__btn--close:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	color: hsl(0, 0%, 41.2745098039%);
}

.shopify-buy__cart-toggle-wrapper {
	display: inline-block;
}

.shopify-buy__cart-toggle {
	background-color: #78b657;
	color: #fff;
	border-radius: 3px 0 0 3px;
	; padding: 8px 10px;
	text-align: center;
	display: inline-block;
	min-width: 46px;
	margin-right: 0;
	cursor: pointer;
	-webkit-transition: background 200ms ease;
	transition: background 200ms ease;
}

.shopify-buy__cart-toggle:hover {
	background-color: #5f9d3e;
}

.shopify-buy__cart-toggle__count {
	font-size: 18px;
	margin-bottom: 10px;
}

.shopify-buy__icon-cart__group {
	fill: #fff;
}

.is-inline .shopify-buy__icon-cart, .is-inline .shopify-buy__cart-toggle__title, .is-inline .shopify-buy__cart-toggle__count {
	display: inline-block;
	vertical-align: middle;
}

.shopify-buy__cart-toggle__title {
	font-size: 16px;
	font-weight: normal;
}

.shopify-buy__cart-toggle__count {
	margin-left: 21px;
	margin-bottom: 0;
	position: relative;
}

.shopify-buy__cart-toggle__count:before {
	content: "";
	display: block;
	position: absolute;
	left: -12px;
	height: 100%;
	width: 1px;
	background-color: #fff;
	opacity: 0.3;
}

.is-inline.shopify-buy__cart-toggle {
	border-radius: 3px;
	padding: 5px 10px;
}

.shopify-buy__cart-toggle:hover {
	background-color: #1d1d1d;
}

.shopify-buy__cart-toggle:focus {
	background-color: #1d1d1d;
}

.shopify-buy__cart-toggle {
	background-color: #111111;
}

 

/*options*/


 .shopify-buy__product {
	padding-top: 60px;
}

.shopify-buy__select-icon {
	display: none;
	visibility: hidden;
}

.shopify-buy__product__variant-selectors {
	display: flex;
	flex-direction: row;
}

.shopify-buy__option-select__select {
	appearance: none;
	background-color: transparent;
	border: none;
	border: solid 1px #fff;
	padding: 0 1em 0 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
}

.shopify-buy__btn {
	padding: initial;
	width: 100%;
	margin: 1.6em auto;
	margin-bottom: 0px;
	text-decoration: none;
	transition: background 250ms ease-in-out, transform 150ms ease;
	font-size: 16px;
	line-height: 40px;
}

@media only screen and (min-width: 640px) {
	.shopify-buy__btn {
	  width: 60%;
	  margin-left:initial;
	}
}

.shopify-buy__option-select__select,
 .shopify-buy__btn {
	border: solid 1px #f8f8f9;
	background: transparent;
	border-radius: 0;
	font-family: aReg, sans-serif;
	font-weight: 500;
	cursor: crosshair;
	text-align: center;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.shopify-buy__btn:focus,
.shopify-buy__btn:hover {
	background: #f8f8f9;
}

.shopify-buy__option-select__select {
	padding: 9px 12px;
	background: #0f0f0f;
}

.shopify-buy__option-select:nth-child(1) {
	order: 2;
}

.shopify-buy__option-select:nth-child(1) .shopify-buy__option-select__select {
	background-image: url(../../../../../img/downArrow_light.svg);
	background-size: 20% 20%;
	background-repeat: no-repeat;
	background-position: 85% 55%;
	padding-right: 35px;
}

.shopify-buy__option-select:nth-child(2) {
	order: 1;
	margin-right: 30px;
}

.shopify-buy__option-select__select option {
	background: transparent;
}	

/**hack**/
.menu-overlay,.afd-header{display:none;visibility:hidden;}

/*220308*/
body{width:100%;}
main{width:100%;}
.heroHat{
    box-sizing: border-box;
    min-height:100vh;
    height:auto;
    width:100%;
}
.heroHat .split,
.heroHat .blocks{
    width: 100%;
    min-height: 100vh;
    display: grid;
    position: relative;
    z-index: 0;
}
.heroHat .split{
    grid-template-columns: 50% 50%;
    grid-template-rows: 100%;			    
    margin-bottom:25vh;
}
@media only screen and (min-width: 767px) {
	.heroHat .split{
    	margin-bottom:50vh;
	}    
}
.heroHat .blocks{
    height:60vh;
	grid-template-columns:25% 25% 25% 25%;
	grid-template-rows:auto;
	padding: 120px 0 250px 0;
}
@media only screen and (min-width: 767px) {
    .heroHat .blocks{
      height:120vh;    
      padding:0;
    }
}
.heroHat .mark{
  display:block;
  position:absolute;
  z-index:10;  
  top:50%;
  left:50%;
  width:250px;
  margin:0;
  margin:auto;
  opacity:1;
  transform:translate3d(-50%, -50%, 0) scale(1);
  transform-origin: top left;
  will-change: transform;
  /*transition:opacity 500ms ease;   */
  /*transition:all 500ms ease;   */
}
						
@media only screen and (min-width: 767px) {
	.heroHat .mark{
      width:400px;				  
	}
}

@media only screen and (min-width: 1400px) {
	.heroHat .mark{
      width:500px;				  
	}
}			

/*
.heroHat.about .mark{
	opacity:0;
}
*/

.heroHat .hero-l,
.heroHat .hero-r{
  background-size:cover;
  background-position: center;			  
  position:relative;
  z-index:0;  
  will-change: opacity;
}			
.hero-l img,
.hero-r img{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    animation-iteration-count: infinite;
}
.hero-l img{
    animation-name: fade;
    animation-duration: 18s;
}

.hero-r img{
    animation-name: fade2;
    animation-duration: 24s;
}

.heroHat .hero-l{   			  			  
  grid-column-start:1;
  grid-column-end:2;
  grid-row-start:1;
  grid-row-end:1;
}
.heroHat .hero-r{
  background-image:none;  
  grid-column-start:2;
  grid-column-end:3;
  grid-row-start:1;
  grid-row-end:1;
}
#f1 {}
#f2 {animation-delay: -12s;}
#f3 {animation-delay: -6s;}

#f4 {}
#f5 {animation-delay: -16s;}
#f6 {animation-delay: -8s;}

/*blocks*/
.blocks > div{
  background-position:center;
  background-size:cover;
  width:100%;  
  will-change: transform;  
}

.blocks .block-l,
.blocks .block-l2{
  order:1;
  z-index:10;
  grid-column-start:1;
  grid-column-end:2;
  margin-top:65%;
  width:80%;
  max-height:25%;
  background-image:url('../../../../../img/AFD0N-introA.jpg');
}

.blocks .block-m,
.blocks .block-m2{
  order:2;
  z-index:0;
  grid-column-start:2;
  grid-column-end:4;
  width:100%;
  max-height:60%;
  margin-left:-30%;
  margin-top:0;
  background-image:url('../../../../../img/AFD0N-introB2.jpg');
}

.blocks .block-m2{
  grid-column-start:3;
  grid-column-end:5;
}

.blocks .block-r,
.blocks .block-r2{
  order:3;
  grid-column-start:5;
  grid-column-end:4;
  justify-self:end;
  width:80%;
  max-height:45%;
  background-image:url('../../../../../img/AFD0N-introC1.jpg');		 
}

.blocks .block-r2{
  margin-top:0;
}
.four-up{
	margin-bottom:100vh;
}
@media only screen and (min-width: 767px) {
	.four-up{
		margin-bottom:50vh;
	}
}

aside.disclaimer{
	position:fixed;
	z-index:900;
	top:0;
	left:0;
	height:100vh;
	width:100%;
	
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s, visibility 0s .5s;
	-moz-transition: opacity .5s, visibility 0s .5s;
	-ms-transition: opacity .5s, visibility 0s .5s;
	-o-transition: opacity .5s, visibility 0s .5s;
	transition: opacity .5s, visibility 0s .5s;
}

aside.disclaimer.active{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .75s ease;
	-moz-transition: opacity .75s ease;
	-ms-transition: opacity .75s ease;
	-o-transition: opacity .75s ease;
	transition: opacity .75s ease;
}
			
#modal-toggle{
	display: none;
}

.modal-content,
.modal-backdrop {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
}

#modal-toggle:checked ~ .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}

.modal-close {
  color: #aaa;
  position: absolute;
  margin:0;
  top:25px;
  right:25px;
  background: transparent;
  font-size: 16px;
  line-height:1em;
  width: 25px;
  height: 25px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

#modal-toggle:checked ~ .modal-content {
  box-sizing:border-box;
  opacity: 1;
  background-color: #0f0f0f;
  background-color: none;			  
  width:100%;
  max-width: 550px;
  height:310px;
  padding:2.5%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform:translate3D(-50%, -50%, 0);
  border-radius: 4px;
  z-index: 999;
  pointer-events: auto;
  cursor: auto;
  visibility: visible;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
  overflow-y:auto;			  		  			  
}		
			
						
/*bonus styles*/
.product{
	max-width:1900px;				
	margin:auto;
}

h2:before{
  display:none;
}

 .locked {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-family: aReg, serif;
	color: #d4d4d4;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.429em
}

.locked .site {
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh
}

.site-content,.site-content > form {
	margin: auto
}

input[type="password"] {
	background: transparent;
	border-radius: initial;
	box-sizing: border-box;
	font-family: inherit;
	font-size: initial;
	font-weight: initial;
	line-height: initial;
	padding: initial;
	text-decoration: none;
	vertical-align: bottom;
	padding-left: initial;
	color: inherit;
	border: none;
	text-decoration: none;
	transition: background 250ms ease
}

input[type="submit"] {
	background: transparent;
	color: inherit;
	border: solid 1px #fff;
	max-width: 250px;
	display: block;
	margin: 2em auto auto;
	padding: initial;
	width: 100%;
	font-size: 20px;
	line-height: 50px
}

body,html {
	margin: 0;
	overflow-x: hidden;
	background-color: #0f0f0f
}

.post-password-form p {
	text-align: center
}

.site-content input[type="password"] {
	padding-bottom: 3px;
	border-bottom: solid 1px #fff
}

.site-content > a {
	display: block
}

.video-block {
	position: relative;
	padding-top: 71.5%;
	z-index: 100
}

.video-block.pp {
	padding-top: 10%
}

img {
	position: relative;
	display: block
}

.video-block video {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 120%;
        left: -10%
}

/* --- Accessibility / Skip Link --- */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
