/** Shopify CDN: Minification failed

Line 407:7 Expected identifier but found "{"
Line 407:8 Unexpected "{"
Line 407:10 Expected identifier but found "35"
Line 407:82 Expected ":"
Line 518:2 Unexpected "{"
Line 518:3 Expected identifier but found "%"
Line 518:38 Unexpected "{"
Line 518:39 Expected identifier but found "%"
Line 825:7 Expected identifier but found "{"
Line 825:8 Unexpected "{"
... and 2 more hidden warnings

**/





.view-by-default .dynamic-filter-headers.filter-menu-style {
    display: block;
}
.view-by-default .dynamic-filters.filter-menu-style {
    display: none;
}
.view-by-default .vbstyle {
	display: none;
}

.view-by-style .dynamic-filter-headers.filter-menu-style {
    display: block;
}
.view-by-style .dynamic-filters.filter-menu-style {
    display: block;
}
.view-by-style .vbstyle {
	display: none;
}

.view-by-size .dynamic-filter-headers.filter-menu-size {
    display: block;
}
.view-by-size .dynamic-filters.filter-menu-size {
    display: block;
}
.view-by-size .vbsize {
	display: none;
}

.view-by-print .dynamic-filter-headers.filter-menu-print {
    display: block;
}

.view-by-print .dynamic-filters.filter-menu-print {
    display: block;
}
.view-by-print .vbprint {
	display: none;
}

.view-by-fabric .dynamic-filter-headers.filter-menu-fabric {
    display: block;
}
.view-by-fabric .dynamic-filters.filter-menu-fabric {
    display: block;
}
.view-by-fabric .vbfabric {
	display: none;
}

.view-by-sleeve_length .dynamic-filter-headers.filter-menu-sleeve_length {
    display: block;
}
.view-by-sleeve_length .dynamic-filters.filter-menu-sleeve_length {
    display: block;
}
.view-by-sleeve_length .vbsleeve_length {
	display: none;
}
@media screen and (max-width: 915px) {
	.view-by-default .dynamic-filters.filter-menu-style {
        display: none;
    }
    .filtered-collection-sidebar h2.futura:after {
        content: "\67";
        float: right;
        font-family: "untitled-font-4" !important;
    }
    .filtered-collection-sidebar.open h2.futura:after {
        content: "\68";
    }
	.filtered-collection-sidebar {
		height: 40px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.filtered-collection-sidebar.open {
		height: auto;
	}
}
.template-collection main>.wrapper {
    padding-right: 0;
}


#mc_embed_signup_scroll label {
	display: none;
}
.mc-field-group {
	display: inline-block;
	flex-grow: 1;
	flex-basis: 60%;
}
div#mce-responses {
	display: inline-block;
	flex-grow: 1;
	flex-basis: 100%;
	position: absolute;
	bottom: -40px;
	width: 100%;
	height: 100%;
}
div#mc_embed_signup_scroll {
	display: flex;
	width: 100%;
	position: relative;
}
input#mce-EMAIL {
	width: 100%;
	background: transparent;
	border: 1px white solid;
}
.sub {
	flex-grow: 1;
	flex-basis: 40%;
}
input#mc-embedded-subscribe {
	width: 100%;
	border: 1px solid white;
	background: white;
	color: #cda248;
}
#mce-EMAIL::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: white;
}
#mce-EMAIL::-moz-placeholder {
	/* Firefox 19+ */
	color: white;
}
#mce-EMAIL:-ms-input-placeholder {
	/* IE 10+ */
	color: white;
}
#mce-EMAIL:-moz-placeholder {
	/* Firefox 18- */
	color: white;
}
#mce-EMAIL {
	color: white;
}
@media screen and (max-width: 914px) {
	.footer-stuffs {
		display: flex;
		flex-direction: column;
	}
	.footer-stuffs .legal {
		order: 3;
	}
	.footer-stuffs .grid__item, .footer-stuffs hr {
		order: 2;
	}
	.footer-stuffs .emailsub {
		order: 1;
	}
}




.swiper-slide .full.billboard.scream.bg-img {
    text-align: center;
}

.swiper-slide .full.billboard.scream.bg-img.align-left-mobile {
    padding-left: 50px;
    text-align: left;
}

.swiper-slide .full.billboard.scream.bg-img.align-right-mobile {
    padding-right: 50px;
    text-align: right;
}	


@media screen and (min-width: 915px) {
	.swiper-slide .full.billboard.scream.bg-img.align-left {
        padding-left: 50px;
        text-align: left;
    }

    .swiper-slide .full.billboard.scream.bg-img.align-right {
        padding-right: 50px;
        text-align: right;
    }
	
}
.swiper-slide .full.billboard.whisper.bg-img {
    text-align: center;
}

.swiper-slide .full.billboard.whisper.bg-img.align-left-mobile {
    padding-left: 50px;
    text-align: left;
}

.swiper-slide .full.billboard.whisper.bg-img.align-right-mobile {
    padding-right: 50px;
    text-align: right;
}	


@media screen and (min-width: 915px) {
	.swiper-slide .full.billboard.whisper.bg-img.align-left {
        padding-left: 50px;
        text-align: left;
    }

    .swiper-slide .full.billboard.whisper.bg-img.align-right {
        padding-right: 50px;
        text-align: right;
    }
	
}



















































/*START ACCORDION*/
.product-single h4.accordion-toggle { 
    background: white;
    border-top: 1px solid #1a375d;
    padding-left: 0;
    padding-right: 0;
}
.product-single h4.accordion-toggle:hover {
    background: white;
}

.product-single .accordion span.icon.icon-plus, .product-single .accordion span.icon.icon-minus {
    border: 0;
}
.product-single .accordion .icon-plus:before {
    content: "\2227";
    font-size: 16px;
    transform: rotate(180deg);
    display: inline-block !important;
    margin-top: 7px;
    color: #1a375d;
}
.product-single .accordion .icon-minus:before {
    content: "\2227";
    font-size: 16px;
    display: inline-block !important;
    color: #1a375d;
}

.product-single .accordion-content {
    background: white;
	padding: 0 0 15px 0;
}

/*END ACCORDION*/
.product-selector-default {display:none !important;}

/* 
   Swatches Styles
*/

.swatch { 
  margin:1em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
	display:none !important;
}
.image-swatch {
	min-width: 50px;
}
.swatch label {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  min-width:30px; 
  height:35px !important;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#ccc 1px solid;
  /* Background color */
  background-color:#ddd;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:35px;
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  border-color:transparent;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
img.crossed-out {
    visibility: hidden;
}
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:{{ 35 | remove: 'px' | to_number | divided_by: 2 | minus: 50 | plus: 2 }}px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}
label.image-swatch {
    background-size: cover;
    background-position: center center;
}
#image-gallery {
	display: flex;
	flex-wrap: wrap;
}

#image-gallery .portrait {
	flex-basis: 50%;
	padding-bottom: 75%;
	display: inline-block;
	border: white .5em solid;
	background: whitesmoke;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#image-gallery .landscape {
	flex-basis: 100%;
	padding-bottom: 65%;
	border: white .5em solid;
	background: white;
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	height: 0;
}
#image-gallery article.landscape.video {
  {% comment %}background-image: none;{% endcomment %}
}

@media screen and (max-width: 914px){
    #image-gallery .portrait:first-of-type {
        flex-basis: 100%;
        border-width: .2rem;
        padding-bottom: 133%;
    }
    #image-gallery .portrait:not(:first-of-type) {
        flex-basis: 25%;
    }
    #image-gallery .landscape {
        flex-basis: 25%;
    }
    #image-gallery .portrait:not(:first-of-type), #image-gallery .landscape, #image-gallery .landscape.video  {
        padding-bottom: 50%;
        background-position: top;
        border-width: .2rem;
    }
}
.selector-wrapper {
    display: none;
}
section.product-optiones {
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.product-optiones .size {
    flex-grow: 1;
}
.swatch.prints {
	margin: 0 auto;
    width: 80%;
}
.swatch.prints .swatch-element.print {
    padding: 5px;
    overflow: hidden;    
    box-sizing: border-box;
 	border: 1px solid white;
	margin: 0;
}

.swatch.prints label.image-swatch {
    height: 50px !important;
	width: 50px;
	min-width: 50px;
	max-width: 50px;
    padding: 0;
    margin: 0;
	background-color: white;
    border: 0;
	box-shadow: none;
    border-radius: 50%;
	transform: translateX(-90%) translateX(50px);
}
.swatch.prints .swatch-element.print:hover {
	/*border: 1px solid #1a375d;*/
}
.swatch-element.size {
    margin: 0;
    border: 0;
    background: none;
}

.swatch-element.size label {
    border: 0;
    background: none;
    box-shadow: none;
    padding: 0 5px;
    margin: 0;
    border-radius: 0;
}

.swatch.sizes input:checked + label {box-shadow: none;border-bottom: 3px solid #1a365d;}

.swatch.sizes.clearfix {
    display: flex;
    justify-content: space-between;
}

.qty label.quantity-selector {
    display: none !important;
}

button.js-qty__adjust {
    font-size: 10px;
    padding: 0 3px;
    line-height: 10px;
}

.js-qty {
    margin-bottom: 0;
}

.swatch.sizes.clearfix {
    margin: 0;
}

.swatch .swatch-element.size {
    margin: 0;
}

.js-qty input#Quantity {
    padding: 0 15px;
}
button#AddToCart {
    width: 100%;
}

section.product-optiones {
    margin: 7px 0 15px 0;
    padding-top: 10px;
    border-top: 1px solid;
}

.header.prints {
    color: white;
    border-top: 1px solid #1a375d;
    height: 18px;
}
.product-info {
    position: relative;
}
h3#ProductPrice {
    top: 5px;
    position: absolute;
    right: 0;
    margin-bottom: 0;
}

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

.product-info h4#styleno {
    color: #cda248;
}
/* STICKY SIDEBAR */
div#shopify-section-product-template-image-gallery .grid.product-single {
    display: flex;
    align-items: stretch;
}
@media screen and (max-width: 914px) {
div#shopify-section-product-template-image-gallery .grid.product-single {
    flex-direction: column;
}
iframe#VaryingVariantVideo {
    display: none;
}
}
/* IMAGE ZOOM ON HOVER 
#image-gallery article {
    overflow: hidden;
    transition: all .2s ease;
    position: relative;
}

#image-gallery article:hover:after {
    transform: scale(1.4);
}

#image-gallery article:after {
    transition: .3s ease all;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
	left: 0;
}
*/
#image-gallery article.landscape.video:after {
    display: none;
}
img.size-chart {
    width: 100%;
}
#image-gallery article {
  min-height: 33vw;
}
#image-gallery article.landscape.video {
  min-height: 0;
}
@media screen and (max-width: 914px){
  #image-gallery article:first-of-type {
    min-height: 60vw;
  }
}
@media screen and (min-width: 915px){
  #image-gallery .portrait.image-1 {
    border-left: 0;
  }
  #image-gallery .portrait.image-4 {
    border-left: 0;
  }

  #image-gallery .portrait.image-2 {
    border-right: 0;
  }
  #image-gallery .portrait.image-5 {
    border-right: 0;
  }

  #image-gallery .landscape.image-3 {
    border-right: 0;
    border-left: 0;
  }
  #sticky {
      position: sticky;
      top: 75px;
      padding-top: 40px;
      bottom: 20px;
  }
  h3#ProductPrice {
      margin-top: 40px;
  }
}

.wrapper.non-core.variant-gallery {
    padding-right: 0;
}
.iconf-account:before {
    margin-right: 0;
}


.product-selector-default {display:none !important;}

/* 
   Swatches Styles
*/

.swatch { 
  margin:1em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
	display:none !important;
}
.swatch label {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  min-width:30px; 
  height:35px !important;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#ccc 1px solid;
  /* Background color */
  background-color:#ddd;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:35px;
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  border-color:transparent;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:{{ 35 | remove: 'px' | to_number | divided_by: 2 | minus: 50 | plus: 2 }}px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}




