/** Shopify CDN: Minification failed

Line 10:14 Expected ")" to end URL token
Line 11:10 Expected ")" to end URL token
Line 12:10 Expected ")" to end URL token

**/
@font-face {
  font-family: 'Graphik';
  src: 	url({{'Graphik-400-Regular.otf' | asset_url }}) format('otf'),
    url({{'Graphik-Regular.woff' | asset_url }}) format('woff'),
    url({{'Graphik-400-Regular.otf' | asset_url }}) format('otf');
  font-weight: 400;
  font-style: normal;
}


body{
  background:#000;
  font-family:'Graphik';
}

.main-content{
  padding-bottom:40px;
}

p{
  font-size:11px;
}

.page-container{
  margin-bottom:0px;
}

.page-width{
  padding: 0 2.5vw;
}

.site-header{
  padding: 0 2.5vw;
  background-color: transparent;
  color:white;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap;
  position:relative;
}

.site-header a{
  color:white;
  font-size:30px;
}

.internal-link{
  color:black;
}

.site-name{
  width:300px;
}


.internal-page{
  background-color:white;
}

.page-contact{
  background-color:white;
}


.heading {
  font-size: 30px!important;
  letter-spacing: 0 !important;
  padding-right: 10px;
  letter-spacing: 0px !important;
}

.site-nav__label{
  font-size:24px !important;
}

.site-header__mobile-nav {
  background-color: transparent;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  padding-top:40px;
}

.site-header__icons-wrapper {
  align-items: flex-start;
}

.bracket{
  padding:0px;
}

.grid-view-item__title, .price-item, .price-item--regular{
  color:white;
  font-family: 'IBM Plex Mono', monospace;
}

.product-header{
  padding: 30px 2.5vw;
  border-bottom: 1px solid black;
}

.page-title{
  font-size:14px;
  padding-bottom:88px;
  font-weight:400;
  text-transform: none;
  font-family: 'IBM Plex Mono', monospace;
}

.collection-title{
  font-weight: 500;
  text-transform: none;
}

.product-wrapper{
  display:flex;
  justify-content: space-between;
  padding-right:1.5vw;
}

.product-img-col{
  width:50%;
}

.product-details-col{
  width:21.5%;
  padding:20px;
  padding-top:40px;
}

.product-details-col.left{
  border-right: 1px solid black;
}

.swiper-slide{
  height:50vw;
}

.product-single__media{
  padding-top:50vw;
}

.product-single__media img{
  object-position: center center;
}

.template-product .swiper-container{
  width: 100%;
  padding-bottom: 0px;
}

.radio-container{
  border-bottom: 1px solid black;
  display:flex;
  justify-content: flex-start;
}

.custom-radio-cont .checkmark{
  border:none;
  width:30px;
  font-family: 'IBM Plex Mono', monospace;
}

.custom-radio-cont input:checked~.checkmark{
  color:black;
  background-color: white;

}

.custom-radio-cont{
  width:22px;
}

.custom-radio-cont input~.checkmark{
  border-bottom: 1px solid white;
}

.custom-radio-cont:hover input~.checkmark{
  border-bottom: 1px solid black;
}

.custom-radio-cont:hover input~.checkmark{
  border-bottom: 1px solid black;
}

.custom-radio-cont input:checked~.checkmark{
  border-bottom: 1px solid black;
}

.custom-radio-cont.unavailable .checkmark{
  border-bottom: 1px solid white;
}


.product-drop-down{
  border-bottom: 1px solid black;
  padding: 8px 0px;
  display: block;
  width: 100%;
  font-size: 11px;
}

#afterpay-trigger{
  padding-top:15px;
}

.price-item{
  font-size:12px;
}

.plyr__poster {
  background-size: cover;
}


.swiper-button-next{
  height: 100% !important;
  width: 30% !important;
  top: 0px !important;
  right: 0px !important;
  margin-top: 0px !important;
  cursor: url("https://cdn.shopify.com/s/files/1/0013/6658/9507/files/arrow-right_44176287-a4eb-40c2-831b-407109a6af11.svg?v=1627515983"), auto !important;

}

.swiper-button-prev{
  height: 100% !important;
  width: 30% !important;
  top: 0px !important;
  left: 0px !important;
  margin-top: 0px !important;
  cursor: url("https://cdn.shopify.com/s/files/1/0013/6658/9507/files/arrow-left_2e882cd5-f2ac-4ee7-9f3a-f3c97d7e20df.svg?v=1627515983"), auto !important;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
  content: none !important;  
}


.subscription-bar{
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  display:flex;
}

.sub-col{
  padding: 40px 2vw;
  width:50%;
}

.sub-col-left{
  border-right: 1px solid black;
}

.product-recommendations__inner{
  padding: 80px 0 80px 0;
}

.all-caps{
  text-transform: none;
  font-weight:500;
}

.smaller{
  font-size:11px;
}

.ig-section{
  border-bottom: 1px solid black;
}

.ig-header{
  border-bottom: 1px solid black;
  text-align: center;
  padding-top:7px;
  padding-bottom:4px;
}

.ig-wrapper{
  display:flex;
  width:100%;
}

.ig{
  width:25vw;
  height:25vw;
}

.big-five{
  width:24%
}

.stacked-five{
  padding-bottom:20px !important;
}

.button-block{
	padding-top:40px;
}

.ring-button{
  border: 1px solid black;
  padding: 5px 15px;  
  padding-bottom: 5px !important;
}  

.ring-button:hover{
  border: 1px solid #999;
}  

.ring-button:disabled,
.ring-button[disabled]{
  border: 1px solid #999999;
  background-color: #fff;
  color: #999;
  cursor: default;
}

.product-meta{
  position:absolute;
  bottom:0px;
  display:flex;
  flex-direction:row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding:20px;
  opacity: 0;
}

.featured-product-card:hover .product-meta{
  opacity:1;
}

.product-meta .heading{
  font-family: 'IBM Plex Mono', monospace;
  font-size:14px !important;
  color:white !important;
}


.flex{
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
}

.space-around{
  justify-content:space-between;

}

.featured-product-image-hover{
  opacity:0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.big-five:hover .featured-product-image-hover{
  opacity:1;
}


.product-card:hover .size-list{
  opacity:0;
}

.members-bar{
  border-top:1px solid black;
  border-bottom:1px solid black;
  padding:40px 2.5vw;
  text-align:left;
  display:flex;
}

.half{
  width:50%;
}

.members-input{
  border: none;
  border-bottom: 1px solid black;

}

.members-submit{
  background:white;
  border-bottom: 1px solid black;
}

.members-submit:hover{
  background:white;
  background-color:white !important;
  border-bottom: 1px solid black;
  color:#9D9D9D;

}

.members-submit_btn{
  background:white;
  color:rgba(0,0,0,0);
  background-image:url(https://cdn.shopify.com/s/files/1/0013/6658/9507/files/arrow.svg?v=1625631297);
  background-position: right;
  background-repeat: no-repeat;
}

.members-submit_btn:hover{
  color:rgba(0,0,0,0);
  background-image:url(https://cdn.shopify.com/s/files/1/0013/6658/9507/files/arrow-hover.svg?v=1625631784);
}

.members-submit{
  background: white;
}

#SubscribeFooter{
  width:80%;
}

.history-section{
  background:black;
  text-align: center;
  margin: 0 auto;
  padding:75px 2.5vw;
}


.history-title{
  color: white;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 30px;
}


.history-copy{
  color:white;
  font-weight:500;
  font-size:14px;
  text-transform:none;
  font-family: 'IBM Plex Mono', monospace;
}

.history-half{
  width:50%;
  margin:0 auto;
  max-width:500px;
}

.history-svg-wrapper{
  width:300px;
  padding-bottom:20px;
  margin:0 auto;
}

.garment-details{
  display:flex;
  position:absolute;
  left:20px;
  top:20px;
}

.garment-name{
  padding-left:10px;
}

.product-info-container{
  display:flex;
  align-items: center;
  justify-content: center;
  position:relative;
}

.collection-details-container{
  text-align:center;
}	

.collection-name{
  font-size:22px;
  text-transform:none;
  margin-top:9px;
}

.collection-number{
  text-transform:none;
  margin-top:9px;
}

.s--home-next{
  width: 25% !important;
  left: 25vw !important;
}

.s--home-prev{
  width: 25% !important;
}

.full-height-video{
  height: calc(100vh - 40px);
  width: 100%;
  overflow: hidden;
}

.image-bar__link:hover .image-bar__image, .image-bar__link:hover video {
  mix-blend-mode: unset;
  filter: unset;
}

.home-video-wrapper{
  position: relative;
}

.center-logo{
  left: calc(50% - 65px);
  top: calc(50vh - 65px);
  max-width: 100%;
  border: 0;
  position: absolute;
  width: 130px;

  left: calc(50% - 230px);
  top: calc(50vh - 200px);
  max-width: 100%;
  border: 0;
  position: absolute;
  width: 460px;
  display:none;
}

.video-bar{
  border-bottom: 1px solid black;
}

.image-underlay-wrapper video{
  height:101%;
}

.password-image{
  width:60%;
  margin:0 auto;
}

.password-main{
  background-image: url('https://cdn.shopify.com/s/files/1/0013/6658/9507/files/A98I4112.jpg?v=1627352300');
  background-size: cover;

}

.size-tables{

}

.footer-logo{
  max-width:200px;
}


.site-footer__footer-item{
  margin-bottom:50px;
}

.site-footer{
  height:auto;
}

.site-footer .copyright-wrapper{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}


.site-footer .copyright-footer{
  color:#fff;
  font-family: 'IBM Plex Mono', monospace;
  font-size:11px !important;
  padding-right:20px;
}

.footer-social{
  padding-left:10px;
  width:42px;
}

.footer-social img{
  width:100%;
}

.product-single__media--video{
  padding-top:50vw !important;
}

.plyr video, .plyr audio{
  object-fit:cover;
}

.plyr__controls{
  display:none !important;
  opacity:0 !important;
}

.collection-quote{
  color: #ffffff;
  position: absolute;
  left: 5%;
  top: 5%;
  text-align: left;
  font-size: 30px;
  text-transform: none;
  width: 70%;
}

.product-template__container{
  background:white;
}

.product-single__description{
  font-family: 'IBM Plex Mono', monospace;
  font-size:12px;
}

.product-drop-down{
  font-family: 'IBM Plex Mono', monospace;
  font-size:12px;
}

.single-option-selector{
  font-family: 'IBM Plex Mono', monospace;
  font-size:12px;
  border:none;
  padding-left: 0px;
  border-bottom:1px solid black;
}

.product-form__cart-submit, .shopify-payment-button .shopify-payment-button__button--unbranded {
  display: block;
  width: 100%;
  line-height: 1.4;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
  margin-top: 0;
  min-height: 35px;
  background: white;
  border: 1px solid black;
  color: black;
  font-family: 'IBM Plex Mono', monospace;
}

.custom-radio-cont input:checked~.checkmark{
  border-bottom:0px;
}

.grid-view-item__title, .price-item, .price-item--regular{
  color: inherit;
}



.featured-product__price, .product__price{
  font-weight: 700 !important;
  font-size: 14px;
  padding-top:35px;
  padding-bottom:35px;
}

.custom-radio-cont{
  margin-bottom:0px;
}


.internal-price .price-item, .price-item--regular{
	  color: #5e5e5e !important;
}


.grid-view-item__title, .price-item, .price-item--regular {
  color: inherit;
  font-family: 'IBM Plex Mono',monospace;
  font-weight: 300;
  font-size: 14px!important;
  color: #fff !important;
}


.mobile-swiper{
  display:none;
}

.desktop-images{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  padding-left:10px;
}

.swiper-slide{
  width:50% !important;
  padding-right:10px;
  margin-bottom:10px;
}


.product-single__media img{
  max-height: 580px;
}

.product-single__media{
  height: 580px;
  margin-bottom: 10px;
  padding-top: 0;
  overflow: hidden;
}

.product-single__media-wrapper{
  width:49%;
}

.site-footer-white{
  background: white;
}

.site-footer-white .copyright-footer{
  color:black;
}

.page-contact .page-title{
  padding-bottom: 40px;
}

.contact-wrapper{
  border-top: 1px solid black;
  padding-top: 20px;
}

.contact-wrapper .flex{
  justify-content: space-between;
}

.accordion-panel{
  border-bottom: 1px solid black;
}

.accordion-body{
  width:50%;
}

.accordion-body{
  font-family: 'IBM Plex Mono',monospace;
  font-weight: 300;
  font-size: 12px!important;
  padding-bottom:40px;
}



.page-contact .page-title{
  padding-bottom: 40px;
}

.faq-wrapper{
  border-top: 1px solid black;
  padding-top:0px;
}

.contact-wrapper{
  border-top: 1px solid black;
  padding-top: 20px;
}

.contact-wrapper .flex{
  justify-content: space-between;
}

.accordion-panel{
  border-bottom: 1px solid black;
}

.accordion-body{
  width:50%;
}


.accordion-body{
  font-family: 'IBM Plex Mono',monospace;
  font-weight: 300;
  font-size: 12px!important;
  padding-bottom:80px;
}


.cart-label{
  padding-right:10px !important;
}

#CartCount{
  margin-top:-2px;
}

.no-break{
  white-space: nowrap; 
}

.accordian-heading a{
  font-size:30px !important; 
}



/* Small Desktop Breakpoint */

@media only screen and (max-width: 1024px){

  .big-five{
    width:24%;
    padding:1%;
  }

}

.video_mobile {
  display: none;
}

.video_desktop {
  display: inherit;
}

/* Tablet Breakpoint */


@media only screen and (max-width: 899px){

  .half{
    width: 100%;
  }

  .bracket{
    padding-right: 1px !important;
  }

  .cart-label{
    padding-right:10px !important;
  }

  #CartCount{
    margin-top:-8px;
  }

  .m-gc-4-5 {
    width: 100%;
  }

  .site-header__icons-wrapper a{
    padding:0px;
    padding-right:10px;
  }

  .site-header__mobile-nav {
    background-color: transparent;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    padding-top: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .featured-collection {
    margin: 0px 0;
  }

  .site-nav__label {
    font-size: 18px!important;
    padding-right: 10px;
  }

  .video_mobile {
    display: inherit;
  }

  .video_desktop {
    display: none;
  }

  .plyr__controls{
    display:none !important;
    opacity:0 !important;
  }


  .footer-logo{
    display:none;
  }

  .image-bar .grid__item:first-of-type{
    margin-bottom:0px;
  }

  .medium-up--one-half{
    width:100%;
  }

  .center-logo{
    left: calc(50% - 55px);
    top: calc(50vh - 55px);
    max-width: 100%;
    border: 0;
    position: absolute;
    width: 110px;

    left: calc(50% - 150px);
    top: calc(50vh - 100px);
    width: 300px;  
    display:none;
  }

  .page-container{
    margin-bottom:0px;
  }


  .page-width{
    padding: 0 2vw;
  }

  p{
    font-size:13px;
  }

  .price-item{
    font-size:14px;
  }

  .product-drop-down{
    font-size: 12px;
  }

  .product-img-col{
    width:100%;
    border-right:none;
  }

  .swiper-slide{
    padding-right:0px;
  }

  .hamburger{
    display:none;
  }


  .site-header{
    padding-top:20px;
  }


  .template-product .main-content{
    padding: 40px 10px;
  }



  .product-details-col{
    width:50%;
  }

  .product-wrapper{
    flex-wrap: wrap;
    padding:0px;
  }

  .product-single__media-group{
    margin-bottom:0px;
  }

  .template-product .swiper-container{
    height:auto;
  }

  .swiper-pagination-fraction, .template-product .swiper-container-horizontal>.swiper-pagination-bullets, .template-product .swiper-pagination-custom{
    bottom:20px;
  }


  .big-five{
    width:49%;
    padding:1%;
  }

  .s--home-next, .s--home-prev{
    display:none !important;
  }

  .collection-details-container {
    text-align: left;
    width: 50%;
    margin-left: 50%;
    top: 14px;
    position: relative;
  }

  .product-info-container {
    display: block;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    height: 150px;
  }

  .collection-quote{
    left: 0px;
    top: 10px;
    font-size: 18px;
    width: 70%;
  }


  .swiper-pagination-home{
    bottom:155px !important;
  }

  .swiper-pagination-home .swiper-pagination-bullet{
    background: #FFF !important;
    border: 1px solid white;
    opacity:1;
  }

  .swiper-pagination-home .swiper-pagination-bullet-active{
    background: #000 !important;
    border: 1px solid white;
    opacity:1;
  }


  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    display:none;
  }


  /* .collection-name, .collection-number, .garment-name{
  color:black !important;
}*/

  .home-arrow{
    fill:black !important;
  }

  .video-bar .grid__item:first-of-type {
    margin-bottom: 0px;
  }

  .plyr video{
    height:100%;
  }

  .product-meta {
    position: static;
    opacity: 1;
    display: none;
  }
}




/* Mobile Breakpoint */




@media only screen and (max-width: 550px){
  
  .site-footer .copyright-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  
  #Collection{
  	padding-top:0px;
    margin-top:0px;
  }
  
  .main-content{
  	padding-top:20px;
  }
  

  .product-heading{
    line-height: 26px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 24px !important;
  }

  .accordion-body {
    width: 100%;
  }

  .accordian-heading{
    font-size:20px !important; 
  }

  .accordian-heading a{
    font-size:20px !important; 
  }

  .mobile-swiper{
    display:block;
  }

  .desktop-images{
    display:none;
  }

  .swiper-pagination-bullets .swiper-pagination-bullet{
    border-radius: 100px;
  }

  .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid{
    background: transparent;
    color:white;
  }

  .product-single__media-wrapper{
    width:100% !important;
  }

  .product-meta {
    position: static;
    opacity: 1;
    display: none;
  }

  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    display:none;
  }

  .plyr__controls{
    display:none !important;
    opacity:0 !important;
  }

  .site-name{
    width:270px;

  }

  body {
    overflow-x: hidden;
  }

  .page-title, .collection-name{
    font-size:18px;
  }

  .product-info-container{
    display: flex;
    flex-direction: column-reverse;
    height: 120px;

  }

  .swiper-pagination-home{
    bottom:140px !important;
  }


  .swiper-pagination-home .swiper-pagination-bullet{
    background: #FFF !important;
    border: 1px solid white;
    opacity:1;
  }

  .swiper-pagination-home .swiper-pagination-bullet-active{
    background: #000 !important;
    border: 1px solid white;
    opacity:1;
  }

  .history-half{
    width:100%;
  }
  .history-svg-wrapper{
    width:auto;
  }

  .page-width {
    padding: 0 10px;
  }

  .big-five {
    width: 49%;
    padding: 0px;
  }

  .grid-view-item__image-wrapper {
    margin: 0 auto 7px;
    position: relative;
    width: 100%;
  }

  .collection-details-container {
    text-align: left;
    width: 100%;
    margin-left: 0;
    left: 20px;
    position: relative;
  }

  .garment-details{
    position: relative;
    padding-bottom: 20px;
  }

  .history-section{
    padding:75px 45px;
  }


  .members-bar{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: black;
    padding: 40px 20px;
    margin-bottom:60px;
  }

  .members-bar .page-title, .members-bar .collection-title{
    color:white;
  }

  .members-input-home{
    border-bottom: 1px solid #fff;
  }

  .members-submit-home{
    background: #000;
    border-bottom: 1px solid #fff;
  }

  .members-submit-home .members-submit_btn{
    background: #000;
    color: transparent;
    background-image: url(https://cdn.shopify.com/s/files/1/0013/6658/9507/files/arrow-white.svg?v=1626153298);
    background-position: right;
    background-repeat: no-repeat;
  }

  .members-bar .half{
    width: 100%;
  }

  #SubscribeFooter{
    width:90%;
  }


  .product-details-col{
    width:100%;
    padding: 0px;
    padding-bottom:40px;
  }

  .product-details-col.left{
    padding-top:20px;
    border-right:none;
  }

  .product-details-col.left{
    display:block;
    width:100%;
  }

  .collection-quote{
    width: 80%;
  }



  .sub-col{
    padding: 40px 20px;
    width:100%;

  }

  .sub-col-left{
    border-right: none;
  }

  .sub-col-right{
    display:none;
  }

  .ig-wrapper{
    flex-wrap:wrap;
  }

  .ig{
    width:50vw;
    height:50vw;
  }

  .site-footer__newsletter{
    display:none;
  }

  .bracket{
    padding-right: 0px !important;
  }

  .site-header__icons-wrapper{
    justify-content: flex-start;
  }

  #CartCount {
    display: inline-block;
    height: 45px;
    margin-left: 5px;
  }

  .swiper-pagination-fraction, .template-product .swiper-container-horizontal>.swiper-pagination-bullets, .template-product .swiper-pagination-custom{
    bottom:40px;
  }
  .swiper-pagination-bullets .swiper-pagination-bullet{
    background: white;
  }

}