/** Shopify CDN: Minification failed

Line 18:0 Unexpected "{"
Line 18:1 Expected identifier but found "%"
Line 18:25 Unexpected "-"
Line 18:51 Expected identifier but found "%"
Line 25:0 Unexpected "@media"
Line 42:0 Unexpected "{"
Line 42:1 Expected identifier but found "%"
Line 42:25 Unexpected "-"
Line 42:83 Expected identifier but found "%"
Line 110:0 Unexpected "{"
... and 23 more hidden warnings

**/
 

{%comment%} PREORDER APP - MAKE FONT RED AND BOLD {%endcomment%}
.design-pre-order-template-wrapper.left-direction .pre-order-2-message, .design-pre-order-template-wrapper.right-direction .pre-order-2-message {
  color: red !important;
}
      fddasg


@media (min-width: 1100px)
.design-pre-order-template-wrapper.left-direction .pre-order-2-message, .design-pre-order-template-wrapper.right-direction .pre-order-2-message {
    position: absolute;
    margin: 0;
}
@media (min-width: 1100px)
.design-pre-order-template-wrapper.right-direction .pre-order-2-message {
    max-width: 200px !important;
    right: 150px !important;
    top: 50%;
    transform: translateX(100%) translateY(-50%);
}

.gPreorderSellingPlanWrapper {
  display:none;
}

{%comment%} PREORDER APP - MAKE "SOLD OUT" (PREORDER OVER) FONT GREYED OUT BUTTON {%endcomment%}
.pre-order-closed-message{
	display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: LIGHTGREY ;
    padding: 13px 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.285;
    color: #666;
    border: 2px solid transparent;
    border-radius: 0;
    text-decoration: none;
	cursor: not-allowed;
    pointer-events: none;
	width: 100%;}



/*
	PL custom css start
*/

.footer__copyright{
  display:flex;
  flex-wrap:wrap;
  a{    text-decoration: none;}
}

.nav-mobile.is-active {    overflow: scroll !important; display:block !important}

.breadcrumbs{
  display:none;
}
.product__country{
    margin-bottom: 30px;
    position: relative;
    padding-left: 55px;
    margin-top: 30px;
  &:before{
    content: '';
    background-image: url(/cdn/shop/files/unnamed.png?v=1596491819);
    background-size: contain;
    height: 44px;
    width: 44px;
    display: inline-block;
    position: absolute;
    top: -13px;
    left: 0;
  }
}
.nav__overlay{
  display:none!important;
}


/*
	PL custom css end
*/

{% comment %}Size Recommender Tooltip{% endcomment %}


{% comment %}Size Recommender Popup{% endcomment %}



{% comment %}Sold Out Tag{% endcomment %}
.hc-soldout-tag {
z-index: 2;
display: inline-block;
width: auto;
height: 26px;
background: #999 !important;
position: absolute;
left: 0;
top: 0;
color: #fff;
font-size: 14px;
font-weight: 700;
line-height: 26px;
padding: 0 10px;
opacity: 50%;}
  
{% comment %}Preorder Tag{% endcomment %}
.hc-preorder-tag {
z-index: 2;
display: inline-block;
width: auto;
height: 26px;
background: #999 !important;
position: absolute;
left: 0;
top: 0;
color: #fff;
font-size: 14px;
font-weight: 700;
line-height: 26px;
padding: 0 10px;}


{%comment%} COMMUNITY PAGES {%endcomment%}

img.headercommunity { 
  width: 100%;
  margin-bottom: 0px ;
}
img.headercommunity2 { 
  width: 100%;
  margin-bottom: 0px ;
  height: 100%;
}
div.wrappercommunity { 
   position: relative;
   overflow:hidden;
   padding-top: 40px;
}
div.wrappercommunity2 { 
   position: relative;
   overflow:hidden;
   padding-top: 0px;

}
div#imageBlur, div.descriptioncommunity {
   height: 92.5%;
   position: absolute;
   left: 50%;
   width: 50%;
   padding-left: 20px;

}
div#imageBlur, div.descriptioncommunity2 {
   height: 85%;
   position: absolute;
   left: 10%;
   width: 80%;

}
div#imageBlurcommunity {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 8px;
    background-position-x: 100%;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    bottom: 8px;
}
div.descriptioncommunity {
   bottom: 4px;
    background-color:rgba(0, 0, 0, 0.4) ;
    color: white;
    top: 40px;
}
div.descriptioncommunity2 {
   bottom: 4px;
    background-color:rgba(255, 255, 255, 0.2) ;
    color: white;
    top: 40px;
    padding-left: 20px;
}
p.description_contentcommunity {font-size: 50px;}
blockquote1{
    border-left:solid 2px #b8d900;
    padding-left:15px;
    font-size: 22px;
    margin-left: 0px;
    padding: 15px 15px 5px 20px !important;
}


}


@media (min-width: 1200px) {
img.headercommunity { 
  width: 100%;
  margin-bottom: 0px ;
}
img.headercommunity2 { 
  width: 100%;
  margin-bottom: 0px ;
  height: 550px;
}
div.wrappercommunity { 
   position: relative;
   overflow:hidden;
   padding-top: 40px;
}
div.wrappercommunity2 { 
   position: relative;
   overflow:hidden;
   padding-top: 0px;

}
div#imageBlur, div.descriptioncommunity {
   height: 100%;
   position: absolute;
   left: 50%;
   width: 50%;

}
div#imageBlur, div.descriptioncommunity2 {
   height: 85%;
   position: absolute;
   left: 10%;
   width: 80%;

}
div#imageBlurcommunity {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 8px;
    background-position-x: 100%;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    bottom: 8px;
}
div.descriptioncommunity {
   bottom: 4px;
    background-color:rgba(0, 0, 0, 0.4) ;
    color: white;
    top: 40px;
}div.descriptioncommunity2 {
   bottom: 4px;
    background-color:rgba(255, 255, 255, 0.2) ;
    color: white;
    top: 40px;
}

p.description_contentcommunity {font-size: 50px;}
blockquote1{
    border-left:solid 2px #b8d900;
    padding-left:15px;
    font-size: 22px;
    margin-left: 22px;
}}


@media (min-width: 950px) and (max-width:1199px) {

	p.description_contentcommunity {font-size: 50px;}
	blockquote1{
	font-size: medium!important;
}}

@media (min-width: 850px) and (max-width: 949px) {

	p.description_contentcommunity {font-size: 50px;}
	blockquote1{
	font-size: 14px !important;
}}
@media (min-width: 50px) and (max-width: 849px) {
 	div.descriptioncommunity {
    bottom: 4px;
    background-color:rgba(0, 0, 0, 1.0) ;
    color: white;
    top: 0px;
}	 
div.descriptioncommunity2 {
   bottom: 4px;
    background-color:#fafafa ;
    color: black;
    top: 0;
}
div#imageBlur, div.descriptioncommunity {
   height: 100%;
   position: relative;
   left: 0%;
   width: 100%;
   margin-top: -50px;

}  
p.description_contentcommunity {font-size: 50px;}
	blockquote1{
	font-size: medium!important;

}
  img.headercommunity2 { 
  	height: 500px;
}
div#imageBlur, div.descriptioncommunity2 {
   height: 550px;
   position: absolute;
   left: 0%;
   width: 100%;

}}

/* RUNS LARGE TEXT  */

@media (max-width: 1023px) {
.runs_large1{
  display:none!important;
}
}
@media (min-width: 1024px) {
.runs_large2{
  display:none!important;
}
}






/* COLLECTION SUBTITLE  */
.collectionsubtitle  {
  font-size: smaller;
  font-weight: 500;
}





/* Home Page Best Seller Tabs  */

.container { 
  max-width: 2000px; 
  height: 100%;
  margin: 0 auto; 
  padding: 10px;
}

/* ------------------- */
/* PEN STYLES      -- */
/* ----------------- */

/* MAKE IT CUTE ----- */
.tabs {
  position: relative;
  display: flex;
  min-height: 468px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.tabby-tab {
  flex: 1;
  height: 580px;
}

.tabby-tab label {
  display: block;
  box-sizing: border-box;
  /* tab content must clear this */
    height: 40px;
  
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: background 0.5s ease;
  margin-top: 20px;
  
}



.tabby-tab label:hover {
}

.tabby-content {
  position: absolute;
  
  left: 0; bottom: 0; right: 0;
  /* clear the tab labels */
    top: 40px; 
  

  border-radius: 0 0 8px 8px;
  
  transition: 
    opacity 0.8s ease,
    transform 0.8s ease   ;
  
  /* show/hide */
    opacity: 0;
    transform: scale(0.1);
    transform-origin: top left;
  
}

.tabby-content img {
  float: left;
  margin-right: 20px;
  border-radius: 8px;
}


/* MAKE IT WORK ----- */

.tabby-tab [type=radio] { display: none; }
[type=radio]:checked ~ label {
  border: 0px solid #b8d900;
  border-bottom-width: thin;
  z-index: 2;
}

[type=radio]:checked ~ label ~ .tabby-content {
  z-index: 1;
  
  /* show/hide */
    opacity: 1;
    transform: scale(1);
}

/* BREAKPOINTS ----- */
@media screen and (min-width: 390px) and (max-width: 480px) {
  .tabs { min-height: 750px !important;}
}
@media screen and (max-width: 767px) {
  .tabs { min-height: 650px;}
}


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

  .tabby-tab label { 
    height: 40px;
  }
  .tabby-content { top: 60px; }
  .tabby-content img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tabby-tab label {
    font-size: 0.65em !important;
    letter-spacing: .1em !important;
    white-space: nowrap;
  }
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}


/* 16x9 Aspect Ratio */

.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}


/* 4x3 Aspect Ratio */

.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* Remove Sezzle from Product page */
.sezzle-shopify-info-button {display:none !important;}



/* Add youtube popup on link in hero */

.pagepopup {
    position: relative;
    z-index:99;
}

@media (max-width: 768px) {
.popup {
    position:absolute;
    z-index:2;
    top:-200px;
    left:0;
    width:100%;
    height:600px;
    background:rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
  z-index:0;
}
}

@media (min-width: 769px) {
.popup {
    position: absolute;
    z-index: 2;
    top: -350px;
    left: 0;
    width: 100%;
    height: 500px;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 0;
}
}
.show-popup .popup {
    opacity:1;
    visibility: visible;    
}

.popup > iframe {
    position:relative;
    top:10px;

}

@media (max-width: 768px) {
.image_customcontent_mobile{
  width:100%;
}
.image_customcontent_desktop{
  display: none !important;
}  
}

@media (min-width: 769px) {
.image_customcontent_mobile{
  display:none !important;
}
.image_customcontent_desktop{
  width:100%;
}  
}

@media (max-width: 768px) {
#framepopup{
  width:560px;
  height:315px;
}  
}

@media (min-width: 769px) {
#framepopup{
    width: 100%;
    height: 100%;
    max-height: 550px;
}  
}

@media (max-width: 768px) {
.section_customcontent_mobile{
  display:none !important;
}
}
@media (min-width: 769px) {
.section_customcontent_desktop{
  display:none !important;
}  
}


.stamped-reviews-sca__stars {
  color: #b8d900 !important;
}
.stamped-reviews-sca__days {
  color:white !important;
}

.grecaptcha-badge { visibility: hidden; }

@media (max-width: 978px) {
.flex-grid__item--f21297cf-fbbc-4126-b3a7-dfc21f1327e2  {
    min-height: 150px !important;
}
}
@media (max-width: 978px) {
.flex-grid__item--d4080f81-7f89-44c5-a6e6-e1d137577fcf  {
    min-height: 150px !important;
}
}
@media (max-width: 978px) {
.flex-grid__item--ce233322-353f-4ffe-87f6-cbb4cb61e963  {
    min-height: 150px !important;
}
}
@media (max-width: 978px) {
.advanced_smaller_logo {
    display:none;
}
}
.linebeforeandafter {
      font-size:0.75em;
      position: relative;
      padding: 10px 80px;
}
.linebeforeandafter:before {
        content: "";
        display: block;
        width: 14%;
        height: 5px;
        background: #fafafa;
        left: 0;
        top: 50%;
        position: absolute;
}.linebeforeandafter:after {
        content: "";
        display: block;
        width: 14%;
        height: 5px;
        background: #fafafa;
        right: 0;
        top: 50%;
        position: absolute;

}

.geoip-popup-banner {
  height:50% !important;
}

@media (min-width: 769px) {
  #StickyHeaderWrap {
  height:145px !important;
}
}

#stamped-reviews-widget[data-widget-type=carousel] {
    min-height: 400px !important;
}

.ks-calculator-container.sizing-calculator-container.ks-calculator-inject {
  height: 0;
  overflow: hidden;
}

.ks-calculator-container.sizing-calculator-container.ks-calculator-inject[aria-hidden="false"] {
  height: auto;
}

.btn.ks-calculator-modal-button {
  box-shadow: inset 0 0 0 1px black;
  padding: 10px 16px 10px !important;
  height: 40px;
}

.btn.ks-calculator-modal-button span.with-icon {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-left: -25px;
  gap: 1em;
}

.btn.ks-calculator-modal-button span.with-icon .kiwi-svg {
  position: relative;
}

.btn.ks-calculator-modal-button ._ks_text {
  color: var(--colorTextBody) !important;
  font-size: max(calc(var(--typeBaseSize) - 4px), 13px) !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.btn.ks-calculator-modal-button:hover,
.btn.ks-calculator-modal-button:focus {
  background-color: #b8d900 !important;
  opacity: 1 !important;
}

a[href="/pages/size-charts"][target="_blank"] {
  text-decoration: underline;
}

.btngeneral {
  border: 1px solid !important;
  background-color: #b8d900; 
  padding:15px;width:100%;
  font-weight:700;
  text-align:center;
}


{%comment%} PREORDER NOW APP  {%endcomment%}

=======
.template-product .widget-visible:has(#chat-bubble) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  user-select: none !important;
}

p.custom-pre-order-content {
  color:red;    
  margin-bottom: -70px;}

{%comment%} SHIPSCOUT  {%endcomment%}

.shipscout-widget {
    color: #b8d900;
    font-weight: 700 !important;
    background: #262626;

.shipscout-widget {
    color: #b8d900 !important;
    font-weight: 700 !important;
    background: #262626 !important;
}
  .shipscout-banner {
    color: #b8d900 !important;
    background: #262626 !important;
    font-weight: 700 !important;
}

.shopify-pc__banner__dialog h2 {
    font-size: .8em !important;
}  
.shopify-pc__banner__dialog p {
    font-size: .8em !important;
}  
.shopify-pc__banner__dialog button  {
    font-size: .8em !important;
}  
