/** Shopify CDN: Minification failed

Line 362:0 Unexpected "#404-page-bg"

**/
/* ================================================== 
   ==================================================
          #CG CUSTOM Styles from CG-custom.css
==================================================
================================================== */
/*  CG CUSTOM Variables
================================================== */
/*Example variable use */
/*
.title {
  font-family:  var(--font-futura);
  font-weight: var(--font-bold-condensed);
  text-transform: uppercase;
}
.title-italic {
  font-style: italic; 
}
.title-straight {
  font-style: normal; 
}
*/


/*   Typography Variables
================================================== */
:root {
  /* Typography Variables */
  --font-futura: "futura-pt-condensed", Helvetica, sans-serif;
  --font-headline: "futura-pt-condensed", Helvetica, sans-serif;
  --font-condensed: "Open Sans Condensed", sans-serif;
  --font-navigation: "Open Sans Condensed", Helvetica, sans-serif;
  /* font weights */
  --font-default: 400;
  --font-bold: 800;
  --font-bold-condensed: 700;
  /* colors */
  --cg-red: #d7272e;
}
  
/*   Typography
================================================== */
.container h2.title,
.container .page h1,
.homepage_content h2.title,
.homepage_content .page h1,
.detail-sections h2.title,
.detail-sections .page h1,
.recommended-products__title h2.title,
.recommended-products__title .page h1 {
    font-family:  var(--font-futura);
    font-weight: var(--font-bold-condensed);
    text-transform: uppercase;
    font-style: italic; 
    background: #000;
    color: #FFF; 
    padding-left: 120px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: -120px;
    margin-right: -120px;
    text-align: left;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
/* product tagline to match catalog */
.description h2 {
  color: #d7272e;
  font-style: italic;
  font-family: "futura-pt-condensed", Helvetica, sans-serif;
}
.container h2.title a,
.container .page h1 a,
.homepage_content h2.title a,
.homepage_content .page h1 a,
.detail-sections h2.title a,
.detail-sections .page h1 a,
.recommended-products__title h2.title a,
.recommended-products__title .page h1 a {
    text-align: left;
    color: #FFF;
}
.newsletter_section h2 {
  color: black !important;
  background: none !important;
  margin-top: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {

    .container h2.title,
    .container .page h1,
    .homepage_content h2.title,
    .homepage_content .page h1,
    .detail-sections h2.title,
    .detail-sections .page h1,
    .recommended-products__title h2.title,
    .recommended-products__title .page h1 {
        padding-left: 12%;
        margin-left: -8%;
        margin-right: -12%;
    }
}

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

    .container h2.title,
    .container .page h1,
    .homepage_content h2.title,
    .homepage_content .page h1,
    .detail-sections h2.title,
    .detail-sections .page h1,
    .recommended-products__title h2.title,
    .recommended-products__title .page h1 {
        padding-left: 40%;
        margin-left: -40%;
        margin-right: -40%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 798px) {

    .container h2.title,
    .container .page h1,
    .homepage_content h2.title,
    .homepage_content .page h1,
    .detail-sections h2.title,
    .detail-sections .page h1,
    .recommended-products__title h2.title,
    .recommended-products__title .page h1 {
        padding-left: 26%;
        margin-left: -26%;
        margin-right: -26%;
    }
}
/* headings settings */
/* fix line heights for headings */
h4.title, h5.title, h6.title {
  line-height: 1em;
}
.size_chart {
    font-family: "futura-pt-condensed", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}
.size_chart {
    font-family:  var(--font-futura);
    font-weight: var(--font-bold-condensed);
    text-transform: uppercase;
    font-style: italic;
}
/* CG LINK SPECIFIC
================================================== */
.collapsible-tab__text ul li {
  margin-bottom: 0.1em;
}
/* collapsible tab pop up link */
a .product-popup__text,
a .product-popup__text visited,
a span.product-popup__text  {
  color: #333333;
}
.collapsible-tab-popup__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1rem 1rem 1rem 0;
}
.collapsible-tab__heading span,
.collapsible-tab-popup__heading span {
  font-weight: bold;
  font-style: italic;
  font-family: "futura-pt-condensed", Helvetica, sans-serif;
}
.collapsible-tab__text ul {
  margin-top: 0;
  margin-bottom: 0;
}
.collapsible-tab__text h5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.collapsible-tab-popup__heading span:after {
  content: "\e909";
  font-family: "turbo";
  font-size: 0.75rem;
  float: right;
}
/* make sure arrow that's part of the link is positioned like others */
.collapsible-tab-popup__heading a {
  width: 100%;
}
.collapsible-tab-popup__heading span:after {
  float: right;
}
/* end arrow position */
/* CG CUSTOM PAGE SPECIFIC
================================================== */

/* Mitten collection / Mitten Construction page */
.shopify-section--logo-list .container {
  /*background-color: #f6f7f9;*/
}
.mitten-construction-even {
  background-color: #f6f7f9;
  /*border-bottom: solid white 2px;*/
  padding-top: 1em;
}
.mitten-construction-odd {
  background-color: #FFF;
  border-bottom: none;
  padding-top: 1em;
}
.mitten-construction-odd h3.regular_text ,
.mitten-construction-even h3.regular_text  {
  font-family:  var(--font-futura);
  font-style: italic;
  font-size: 1.3em;
  color: var(--cg-red); /* #d7272e */
}
/* About Page */
.wrapper {
    width: 100%;
}

#about .profile-wrapper {
    padding: 20px 0;
    display: table;
}

#about .profile-header {
    width: 36%;
    height: auto;
    margin: 5%;
    display: table-cell;
}

#about .profile-header img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#about .profile-content {
    padding-left: 20px;
    width: 54%;
    display: table-cell;
    vertical-align: middle;
}

/* Team Pages */
/* traction family list */
.list-traction-team {
    clear: both;
    max-width: 80%;
    column-count: 3;
    margin: 0 auto;
    list-style-type: none;
    padding-top: 24px;
}

.list-traction-team li {
    font-family: "futura-pt-condensed", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}

@media only screen and (min-width: 799px) and (max-width: 1024px) {
    .list-traction-team {
        column-count: 2;
    }
}

@media only screen and (min-width: 481px) and (max-width: 798px) {
    .list-traction-team {
        column-count: 1;
        max-width: 100%;
    }
}

#mitten-team .product-list .thumbnail .thumbnail-overlay,
#mitten-team .slider-gallery .thumbnail .thumbnail-overlay,
#mitten-team .list-collections .thumbnail .thumbnail-overlay {
    background: none;
}

/* size chart pages */
.size-chart-wrapper {
    text-align: center;
    width: 100%;
}

.size-chart-container {
    display: inline-block;
    min-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.size-chart-container .columns {
    min-width: 140px;
    padding-bottom: 20px;
}

.size-chart-container h4 {
    color: #999999;
    font-size: 1.2vw;
    font-size: 16px;
}

.size-chart-container img {
    max-width: 80px;
    height: auto;
}

@media only screen and (min-width: 799px) and (max-width: 1024px) {
    .size-chart-container .two.columns {
        max-width: 18%;
    }
    .size-chart-container .columns {
        min-width: 140px;
        max-width: 25%;
    }

    .size-chart-container h4 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 798px) {
    .size-chart-container .two.columns {
        max-width: 40%;
    }
    .size-chart-container .columns {
        min-width: 140px;
        max-width: 50%;
    }

    .size-chart-container h4 {
        font-size: 14px;
    }

    .size-chart-container br.clear {
        display: none;
    }
}

/* 404 page */
#404-page-bg {
    color: grey;
    background: url(/cdn/shop/t/8/assets//cdn/shop/files/yellow_blue_green_mini_claw_pile_noburst.jpg?v=1499648743&2088) center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* CG CUSTOM HEADER
================================================== */
.main_nav div.logo {
    max-width: 120px;
}

.main_nav div.logo img {
    position: relative;
    z-index: 1000;
}
/* CG SEARCH in top bar */
.top-bar .icon-search {
  color: #999999;
}
.top-bar .icon-search:hover {
  color: #111111;
}
/* .sticky_nav {
  .header-message {
    display: none;
  }
} */

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 798px) {
  /* adjust header logo size on mobile AV */
  .mobile_nav-fixed--true.promo-banner--show .section-wrapper {
    display: block;
    margin-top: 96px;
  }
   #header .top-bar {
     height: 66px;
   }
  #header a.mobile_logo img {
    max-width: 150px;
    max-height: 60px;
  }
  
}
/* CG CUSTOM HEADER MESSAGE 
================================================== */
/* float logo and move on top of hdr msg */
.w_hdrmsg a { 
  float: left;
  z-index: 100;
}
.header-message {
    padding: 2.2em 0 .5em;
    margin: 0 auto;
    margin-left: -1em;
    position: relative;
    float: left;
}

.sticky_nav .header-message {
    display: none;
}

.header-message h2 {
    font-family: "futura-pt-condensed", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-align: left;
    font-size: 3vmin;
    line-height: 1em;
    padding: 0 3em .05em 1.4em;
    margin: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

@media only screen and (min-width: 799px) and (max-width: 1400px) {
    .header-message h2 {
        font-size: 3.5vmin;
    }
}

.header-message h2 {
    color: #FFF;
    background-color: #000;
    transform: skew(-12deg);
}

.wf-loading .header-message h2 {
    background-color: #FFF;
}

.index .header-message h2:before {
    content: "We keep you from slipping.";
}

#your-shopping-cart .header-message h2:before {
    content: "Thank you!";
}

#checkout .header-message h2:before {
    content: "Thank you!";
}

#dealers .header-message h2:before,
#store-locator .header-message h2:before,
#dealer-finder .header-message h2:before {
    content: "Support your local shop.";
}

body.search .header-message h2:before {
    content: "Hmmm, where did I put it?";
}

.error-404 .header-message h2:before {
    content: "Got lost at Sea?";
}

#about .header-message h2:before {
    content: "The Biggest Little Company in Snowboarding.";
}
#grab-guide .header-message h2:before,
#grab-guide-goofy .header-message h2:before,
#grab-guide-regular .header-message h2:before {
    /*content: "The Future Is In Your Hands.";*/
    content: "Do you know your grabs?"; 
}
#email-signup .header-message h2:before {
    content: "LET'S KEEP IN TOUCH.";
}

#traction-size-chart .header-message h2:before {
    content: "Size it up.";
}

#mitten-size-chart .header-message h2:before {
    content: "Check your Girth.";
}

#accessories .header-message h2:before {
    content: "Tiny Items.";
}
#valentines-collection .header-message h2:before {
    content: "Love is in the air.";
}
#crab-grab-gift-card .header-message h2:before {
    content: "Dealer's choice.";
}
#traction .header-message h2:before,
#our-traction .header-message h2:before,
#snowboard-traction-and-stomp-pads-crab-grab .header-message h2:before,
.type-traction .header-message h2:before {
    content: "Almost better than bindings.";
}

#mittens .header-message h2:before,
#our-mittens .header-message h2:before,
#mittens-amp-gloves .header-message h2:before,
#snowboard-mittens-amp-snowboard-gloves-crab-grab .header-message h2:before,
.type-mittens-gloves .header-message h2:before {
    content: "WARM. DRY. GRIPPY. TOUGH.";
}

#mitten-team .header-message h2:before,
.page-team-rider .header-message h2:before {
    content: "We're in good hands.";
}

#traction-family .header-message h2:before {
    content: "This crew don't slip.";
}

#phone .header-message h2:before {
    content: "Fewer dropped calls.";
}

#clothing .header-message h2:before,
.type-clothing .header-message h2:before {
    content: "Damn. You look good today.";
}

#hoodies .header-message h2:before {
    content: "Damn. You look good today.";
}

#t-shirts .header-message h2:before {
    content: "Damn. You look good today.";
}

#socks .header-message h2:before {
    content: "Like beanies for your feet.";
}

#headwear .header-message h2:before,
.type-beanie .header-message h2:before {
    content: "Let's keep that head warm.";
}

#beanies .header-message h2:before {
    content: "Damn. You look good today.";
}

#facemasks .header-message h2:before,
.type-facemask .header-message h2:before {
    content: "You need a nice mask.";
}

#enamel-pins .header-message h2:before {
    content: "Tiny Trinkets.";
}

#stickers .header-message h2:before {
    content: "Stick with us.";
}

#bags .header-message h2:before {
    content: "Little Luggage Division.";
}

#contact-us .header-message h2:before {
    content: "We need to talk.";
}

#sponsorship .header-message h2:before {
    content: "Sorry!";
}

#sticker-info .header-message h2:before {
    content: "It's a sticky situation..";
}

#shipping-policy .header-message h2:before {
    content: "Ships A'Hoy!";
}

#privacy-policy .header-message h2:before {
    content: "Stuff our lawyer wrote.";
}

#info .header-message h2:before {
    content: "It's all in the details.";
}

.header-message #shop:before {
    content: "We keep you from slipping.";
}

#everything .header-message h2:before {
    content: "Literally everything we make.";
}

#mittens .header-message h2:before {
    content: "WARM. DRY. GRIPPY. TOUGH.";
}

#phone .header-message h2:before {
    content: "Fewer dropped calls.";
}

#grab-directory .header-message h2:before {
    content: "Know Your Grabs.";
}

#binding-bags .header-message h2:before,
.type-binding-bag .header-message h2:before {
    content: "Little Luggage Division.";
}

/* CG CUSTOM FOOTER
================================================== */
/* AV add buffer for footer logo */
.footer_credits {
  margin-top: 30px;
}
.footer-message {
    width: 60%;
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-top: -20px;
}
/* END AV add buffer for footer logo */

.footer-message {
    float: left;
    width: 60%;
    max-width: 60%;
    text-align: center;
}

.footer-message h2 {
    color: #FFFFFF;
}

/* CG CUSTOM UTILITIES 
================================================== */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.caption .headline {
    font-family: "futura-pt-condensed", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1em;
}

.caption .headline.dark {
    color: #111;
}

dl {
    margin-bottom: 20px;
}

dl dt {
    font-weight: bold;
}

dl dd {
    font-weight: normal;
    padding-bottom: 20px;
}

#about blockquote {
    max-width: 80%;
    margin: 0 auto;
    border-left: none;
}

#about blockquote .quote-text {
    font-size: 18px;
    color: #333333;
    text-transform: none !important;
}

#about blockquote .quote-author {
    font-size: 16px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-style: normal;
    text-align: right;
    padding-right: 20px;
}

/* CG CUSTOM NAVIGATION
=================================================== */
/* balance main nav/menu items with and w/o dropdown */
span.icon-down-arrow {
  line-height: 0px;
}
/* .dropdown_column ul.dropdown_title {
    border-bottom: solid 2px #111111;
    padding-bottom: 6px;
} */

.mega-menu ul {
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 2px;
}

.mega-menu ul a,
.mega-menu ul a:visited,
.mega-menu ul a:hover {
    color: #111111 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-style: italic;
    padding-top: 4px;
    padding-bottom: 4px;
}

.mega-menu ul a:hover {
    color: #666666 !important;
}

.mega-menu .dropdown_title a,
.mega-menu .dropdown_title a:visited,
.mega-menu .dropdown_title a:hover {
    color: #111111 !important;
    font-size: 18px;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
}

.mega-menu .dropdown_title a:hover {
    color: #666666 !important;
}

.mobile-mega-menu .image-element__wrap {
    max-width: 60% !important;
}

/* CG CUSTOM product color swatches
=================================================== */

/* modal price, hide sold out text next to price to avoid confusion */
.product__details--product-page .price-ui .sold_out {
  order: 3;
  display: none;
}
/* CG custom - collection swatches mittens */
.option_title {
    text-transform: uppercase;
}
  /* CG custom - selected swatch */
 .swatch_options .cg_swatch-color .swatch-element {
    opacity: 70%;
  }
   .swatch_options .cg_swatch-color .swatch-element:hover {
    opacity: 100%;
  }

.swatch_options input:checked + .swatch-element {
    border-color: #000;
    background-color: black;
    color: #FFF;
    box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
  }

  .swatch_options .cg_swatch-color input:checked + .swatch-element {
    opacity: 100%;
    background-color: white;
    border-color: black;
    border-width: 2px;
  }

.collection_swatches .swatch {
    display: inline-block;
    padding: 1px;
    line-height: 0;
}
.collection_swatches .swatch span {
  width: 38px;
  min-width: 34px;
  height: 46px;
  border: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0;
}

/* CG custom - product grid swatches mittens */
.swatch-element.color.swatch-element label {
    padding: 0;
    margin: 0;
    width: 70px;
    height: 90px;
}
.swatch_options .swatch label { 
    color: #999; /*subdued to make selected stand out more */
}
.swatch_options .swatch label:hover { 
    color: #000; /*subdued to make selected stand out more */
}
.swatch_options input:checked + .swatch-element label {
   color: #FFF;
  }
.swatch-element.color, .swatch-element.color label {
    border-radius: 4%;
}
.swatch-element.color label {
  /* inner box - remove double line */
  border: none;
}
.swatch .color label {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 34px;
    min-width: 50px;
    line-height: 90px;
}
.s-swatch {
  /* size swatch - match color radius visually */
  border-radius: 6%;
}
/* END CG CUSTOM product color swatches - old theme */

/* columns from old site */
  /* Nested Column Classes */
  .column.alpha, .columns.alpha               { margin-left: 0; }
  .column.omega, .columns.omega               { margin-right: 0; }
  
/* fix sliding on mobile */
@media (max-width: 768px) {
  html,body{
    overflow-x: hidden!important;
  }
}