/* CSS styles go in here */

*,:after,:before{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}

:root {
	
}

html {
	font-size:18px;
}

body {
	margin:0px; padding:0px;
	font-family: 'Roboto', sans-serif;
	color:#fefefe;
	background: #181818 url('background-scaled.webp') top center repeat-y;
	background-size:110% auto;
} 
div { 
	display:block; 
	position:relative; 
	margin:0px; 
	padding:0px; 
}
.body-wrapper {
	max-width:100%;
	width:100%; 
	overflow:hidden; 
}
.container {
	float:none; 
	clear:both; 
	margin:0; 
	padding:0;
	width:100%; 
	height:auto; 	
}
.padded-container {
	padding:3rem 0px;
}
.row {
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
	align-items:stretch;
	margin:0 auto; 
	padding:0 1rem; 
	width:100%; height:auto; 
	max-width:926px; 
}
div[class*='span'] {
	margin:0px auto; 
	padding:1.5rem; 
}
.span5 { width:5%; }
.span10 { width:10%; }
.span15 { width:15%; }
.span20 { width:20%; }
.span25 { width:25%; }
.span30 { width:30%; }
.span33 { width:33%; }
.span35 { width:35%; }
.span40 { width:40%; }
.span45 { width:45%; }
.span50 { width:50%; }
.span55 { width:55%; }
.span60 { width:60%; }
.span65 { width:65%; }
.span66 { width:66%; }
.span70 { width:70%; }
.span75 { width:75%; }
.span80 { width:80%; }
.span85 { width:85%; }
.span90 { width:90%; }
.span100 { width:100%; }

h1 {
	font-size:3rem;
	line-height:135%;
	margin:1.5rem 0;
}

h2 {
	font-size:2.4rem;
	line-height:135%;
	margin:1.5rem 0;
}

h3 {
	font-size:1.8rem;
	line-height:135%;
	margin:1.5rem 0;
}

h4 {
	font-size:1.4rem;
	line-height:135%;
	margin:1rem auto;
}

p, ul li {
	font-size:1.1rem;
	line-height:140%;
	margin:1.1rem 0;
	padding:0;
}
a {
	transition: 180ms ease all; 
	text-decoration:none;
	color:#ffd40c;
}
a:hover {
	color:#ffffff;
}
img {
	display:block; 
	max-width:100%; 
	height:auto; 
	border:0px;
	padding:0px;
	margin:0px auto;
}
svg {
    display: block;
    height: auto;
    max-width: 100%;
    position: relative;
}
small {font-size:70%;}
.bold, strong {font-weight:bold;}
.italic, em { font-style:italic;}
.hidden { display:none; }
.clear {	clear:both; float:none; display:block; position:relative; }
.text-center { text-align:center; }
.text-right { text-align:right; } 

input, textarea, select {
    font-family: Roboto,sans-serif;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 0.85rem 1.25rem;
    margin: 0.5rem auto;
    font-size: 0.85rem;
    line-height: 130%;
    border: 2px #ccc solid;
}

select {
 	-webkit-appearance:none; 
}

.footer input {
    background: #262626;
    border-color: #484848;
    color: white;
}

a.button, input[type=submit], button {
    font-family: Roboto,sans-serif;
    display: inline-block;
    position: relative;
    margin: 1rem auto;
    padding: 1rem 2rem;
    width: auto;
    height: auto;
    font-size: 1.1rem;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2rem;
    border: 2px solid #ffd40c;
    background: #ffd40c;
    color: #fff;
    transition: .24s;
    cursor: pointer;
    transition: 180ms ease all;
  	-webkit-appearance:none;
}

a.button:hover, input[type=submit]:hover, button:hover {
    border-color: white;
    color: #fff;
}

a.button.outline,
button.outline {
    border: 2px solid #ffd40c;
    background: transparent;
    color: #ffd40c;
    font-weight: 300;
    font-size: 0.75rem;
    padding: 0.75rem 2rem;
}

a.button.outline:hover,
button.outline:hover {
 	color:white;
  	border-color:white;
}

.back-button a.button.outline {
 	margin:0; 
}


.visuallyhidden, .visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.header .row, .footer .row {
 	max-width:100%; 
}

.header .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
}

.logo-holder {
	display:flex;
  	flex-flow:column;
  	justify-content:center;
  	align-items:center;
  	margin:0 0.5rem;
}

.logo-holder svg {
    width: 58px;
    height: 49px;
}

.logo-holder svg path {
 	fill:white; 
}

.cart-holder a {
    display: flex;
    padding: 1rem;
    position: relative;
}

.cart-holder svg {
    width: 28px;
    height: 35px;
}

.cart-holder svg path {
    fill: white;
}

.cart-holder a span {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.8rem;
    color: white;
    background: #ffd40c;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    transform: translate(-50%,-50%);
}


.span50.copyright {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.copyright p {
    font-size: 0.65rem;
}

.copyright svg.swoosh path {
    fill: white;
}
.copyright svg.swoosh {
    display: block;
    width: 126px;
    height: auto;
    max-width: 100%;
    margin: 0 0 1rem 0;
}

.payments {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.payments ul li {
    margin: 0 0.5rem;
}
.payments ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.payment-icon {
    width: 2rem;
  	height:auto;
}

main {
    min-height: 50vh;
}

.container.wings-video {
    height: 25vw;
    position: relative;
    overflow: hidden;
}

.wingsVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-22.5vw);
    width: 25vw;
    height: auto;
    z-index: 1;
}

.wingsVideo:nth-of-type(5) {
    left: 100%;
}

.wingsVideo:nth-of-type(4) {
    left: 75%;
}
.wingsVideo:nth-of-type(2) {
    left: 0;
}
.wingsVideo:nth-of-type(1) {
    left: 25%;
}

.container.collection-container {
    padding: 4rem 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.container.collection-container .row {
    max-width: 1280px;
}

.container.collection-container ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}

.container.collection-container ul li {
    list-style: none;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.collection-container .product img {
    position: relative;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-bottom: 1rem;
}

.collection-container .price {
    font-size: 0.75rem;
    line-height: 100%;
    font-weight: 300;
    display: block;
    color: white;
    margin: 0.5rem 0;
}

.product-title a {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: bold;
    display: block;
    line-height: 100%;
    margin: 0;
}

ul.four-column li {
    width: 25%;
    padding: 1rem;
}

li.product.sold-out:after {
    content: 'SOLD OUT';
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: #ffd40c;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.65rem;
    line-height: 100%;
    font-weight: bold;
}

li.product.on-sale:after {
    content: 'ON SALE';
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: #ffd40c;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.65rem;
    line-height: 100%;
    font-weight: bold;
}

li.product.sold-out {
    pointer-events: none;
}

li.product.sold-out img {
    filter: grayscale(0.8);
    opacity: 0.5;
}

.product-images ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}

li.product-photo-thumb {
    width: 98px;
    margin: 1rem 1rem 0 0;
}

.product-info h1 {
    margin-top: 0;
}

div#product-price {
    color: #ffd40c;
    font-size: 1.6rem;
    font-weight: 300;
    margin: 1rem 0;
}

.product-info ul li {
    margin: 0.5rem 0;
}

.product-info p, .product-info ul li {
    font-size: .85rem;
    line-height: 165%;
}

.fancybox-navigation button {
    position: fixed;
}

.item-info {
    flex: 1;
}

.cart-title {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.cart-title svg {
    width: 150px;
    height: auto;
    margin-right: 2rem;
}

.cart-title svg path {
 	fill:white; 
}

.cart-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.cart-row > div {
    box-sizing: border-box;
    position: relative;
    padding: 1rem;
}

.cart-row.header-row {
    border-bottom: 2px solid white;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
}

.cart-row .item-qty input {
    padding: 0.25rem;
    margin: 0;
    background: #202020;
    color: white;
}

.cart-row .item {
    width: 100%;
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.cart-row .item img {
    display: block;
    aspect-ratio: 1/1;
    margin: 0 1rem 1rem 0;
    width: 120px;
    height: auto;
}

.item-info h3 a {
    color: white;
}

.item-info h3 {
    font-size: 1.25rem;
    margin: 0;
    font-weight: 400;
}

.cart-row .item-qty {
    width: 15%;
}
.cart-row .item-price {
    width: 15%;
}

.cart-row .item-subtotal {
    width: 15%;
}

.cart-row .item-remove {
    width: calc(24px + 2rem);
}

.item-remove svg path {
    fill: #ffd40c;
}

.item-remove svg {
    display: block;
    width: 24px;
    height: auto;
    position: relative;
}

.cart-row.subtotal-row {
    border-top: 2px solid white;
}

.subtotal h3 {
    margin: 1.25rem 0 0 0;
}

.cart-row .item-notes {
    width: 50%;
}

.item-notes textarea {
    background: #202020;
    color: white;
}

.cart-row .subtotal {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50%;
}

.cart-row .subtotal input {
    margin: 1rem 0 0 0;
    font-size: 0.75rem;
    padding: 1rem;
}

.cart-row.checkout-row, .cart-row.checkout-row .checkout {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.shopify-cleanslate ul {
    justify-content: flex-end;
    align-items: flex-end;
}

.cart-row.checkout-row .checkout input {
    margin: 1rem 0;
    background: green;
    font-size: 1.5rem;
    border-radius: 0.25rem;
    border-color: green;
}

.cart-row.checkout-row .checkout input:hover {
    border-color:white;
}

.subtotal p {
    font-weight: 300;
    font-size: 0.85rem;
    line-height: 100%;
    margin: 0;
}

@media all and (max-width:1079px) {
  
    html {
          font-size:16px; 
    }


	div[class*='span'] {
		float:none; 
		clear:both; 
		width:100%; 
      	padding:1rem;
	}
  
      .span100.back-button {
        display: none;
    }
  
    ul.four-column li {
        width: 50%;
    }
  
  li.product-photo-thumb {
    width: 64px;
}
  
  .span50.copyright {
      align-items: center;
  }
  
    .row {
      max-width: 480px;
  }
  
      .footer .row {
        max-width: 480px;
        padding: 0;
    }
  
  .cart-container .row > .span100 {
      padding-left: 0;
      padding-right: 0;
  }
	
    .cart-title {
      justify-content: center;
      text-align: center;
  }
  
    .cart-title h1 {
      font-size: 2rem;
  }
  
  .cart-title svg {
      width: 96px;
      margin-right: 1rem;
  }

  .cart-row.header-row {
      height: 2px;
      overflow: hidden;
      font-size: 0rem;
      background: white;
      pointer-events: none;
  }
  
  .cart-row .item {
      flex: 0 1 100%;
      flex-flow: column;
      justify-content: center;
      align-items: center;
  }
  
  .cart-row .item-qty, .cart-row .item-price, .cart-row .item-subtotal {
      width: 100%;
      flex: 1;
  }
  
  .cart-row .item-qty:before {
      content: 'QTY';
      display: block;
      position: relative;
      margin: 0 0 0.5rem 0;
      font-size: 0.75rem;
      line-height: 100%;
      font-weight: 300;
  }
  
  .cart-row .item-price:before {
      content: 'PRICE';
      display: block;
      position: relative;
      margin: 0 0 0.5rem 0;
      font-size: 0.75rem;
      line-height: 100%;
      font-weight: 300;
  }
  
  .cart-row .item-subtotal:before {
      content: 'TOTAL';
      display: block;
      position: relative;
      margin: 0 0 0.5rem 0;
      font-size: 0.75rem;
      line-height: 100%;
      font-weight: 300;
  }

  .cart-row .item-notes {
      width: 100%;
      order: 2;
  }
  
  .cart-row .subtotal {
      width: 100%;
  }

}

@media all and (max-width:479px) {
  	.row {
     	padding:0; 
    }
   ul.four-column li {
        width: 100%;
    }
  
  .container.wings-video {
		height: 50vh;
	}
	.wingsVideo:nth-of-type(5),
	.wingsVideo:nth-of-type(4),
	.wingsVideo:nth-of-type(2),
	.wingsVideo:nth-of-type(1) {
		display:none;
	}
	video.wingsVideo {
		top: 0;
		left: 0;
		width: 100%;
		height: 50vh;
		transform: none;
		display: block;
		object-fit: cover;
	}
}

















/* BURNING VAN
================================ */ 

body#burning-van-a-closer-look-at-a-far-gone-world {
    background: #181818 url(bg-van.webp) top center no-repeat;
    background-size: cover;
}

body#burning-van-a-closer-look-at-a-far-gone-world footer * {
    opacity: 0.0;
    pointer-events: none;
}

body#burning-van-a-closer-look-at-a-far-gone-world .header * {
    opacity: 0.0;
    pointer-events: none;
}

.burning-van-intro p {
    display: block;
    position: relative;
    background: rgba(0,0,0,0.55);
    text-align: center;
    padding: 1.5rem;
    font-size: 1.15rem;
}

#burning-van-product .product-info h1 {
    font-size: 2.5rem;
    color: #ffd40c;
}

#burning-van-product .product-info h1 span {
    display: block;
    font-size: 1.75rem;
    line-height: 125%;
    color: white;
    font-weight: 500;
    margin-bottom: 2rem;
}

#burning-van-product .product-info p {
    font-size: 1rem;
}

#burning-van-product .product-info p:first-of-type {
    font-size: 1.25rem;
}

#burning-van-product .product-info p:nth-of-type(2) {
    font-size: 1.1rem;
}

#burning-van-product div#product-price {
    color: #ffd40c;
    font-weight: bold;
    font-size: 2.75rem;
}

div#qty-picker {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

#qty-picker input {
    width: 100px;
    margin: 0 1rem 0 0;
}

#burning-van-product input[type=submit] {
    background: #ffd40c;
    border-color: #ffd40c;
    color: black;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 1.75rem;
}

.sign-up.container, .logo-holder {
    pointer-events: none;
    opacity: 0.0;
}
