/** Shopify CDN: Minification failed

Line 18:14 Unexpected "{"
Line 18:23 Expected ":"
Line 22:14 Unexpected "{"
Line 22:23 Expected ":"
Line 31:14 Unexpected "{"
Line 31:23 Expected ":"
Line 35:14 Unexpected "{"
Line 35:23 Expected ":"
Line 41:14 Unexpected "{"
Line 41:23 Expected ":"
... and 44 more hidden warnings

**/
/*Mobile & Tablet CSS*/
  @media screen and (max-width: 767px){
    .section-{{ section.id }} .navigation{
      margin: 75px 10px 0px 10px;
      padding: 0px 0px 0px 10px;
    }
    .section-{{ section.id }} .fss_text_column_20 p{
      margin-top: 45px;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 1.2;
      float: right;
      margin-bottom: 30px;
      padding-right: 10px;
    }
    .section-{{ section.id }} .scroll_collections{
      overflow: auto;
      white-space: nowrap;
    }
    .section-{{ section.id }} .scroll_collections a{
      display: inline-block;
      text-decoration: none;
      padding: 0px 3.5px;
      text-align: center;
    }
    .section-{{ section.id }} .scroll_collections h6{
      padding-top: 5px;
      margin: 0px;
      text-align: center;
      font-weight: 100;
    }
    .section-{{ section.id }} .scroll_collections img{
      width: 100px;
      border-radius: 50%;
      border: 2px solid #d7d4d4;
    }
    .section-{{ section.id }} .fss_text_column_20{
      float: left;
      max-width: 30%;
    }
    .section-{{ section.id }} .fss_img_column_80{
      float: left;
      max-width: 70%;
    }
    .section-{{ section.id }} .row {
      display: flex;
      flex-wrap: wrap;
    }
  }

/*Square Desktop First Tier*/
  @media screen and (min-width: 768px) and (max-width: 1260px){
    /*Secondary Navigation Title*/
    .section-{{ section.id }} .navigation{
      margin: 120px 50px 0px 50px;
      padding: 0px 50px;
    }
    .section-{{ section.id }} .fss_text_column_20 p{
      margin-top: 60px;
      text-transform: uppercase;
      font-size: 26px;
      line-height: 1.2;
      float: right;
      margin-bottom: 30px;
      padding-right: 20px;
    }
    /*Secondary Navigation scroll section*/
    .section-{{ section.id }} .scroll_collections{
      overflow: auto;
      white-space: nowrap;
    }
    .section-{{ section.id }} .scroll_collections a{
      display: inline-block;
      text-decoration: none;
      font-size: 22px;
      padding: 0px 5px;
      text-align: center;
    }
    .section-{{ section.id }} .scroll_collections h6{
      padding-top: 10px;
      margin: 0px;
      text-align: center;
      font-weight: 100;
    }
    .section-{{ section.id }} .scroll_collections img{
      width: 150px;
      border-radius: 50%;
      border: 2px solid #d7d4d4;
    }
    /*Column Settings*/
    .section-{{ section.id }} .fss_text_column_20{
      float: left;
      max-width: 20%;
      min-width: 20%;
    }
    .section-{{ section.id }} .fss_img_column_80{
      float: left;
      max-width: 80%;
    }
    .section-{{ section.id }} .row {
      display: flex;
      flex-wrap: wrap;
    }
  }
  /*Rectangular Desktop Second Tier*/
  @media screen and (min-width: 768px){
    /*Secondary Navigation Title*/
    .section-{{ section.id }} .navigation{
      margin: 120px 50px 0px 50px;
      padding: 0px 50px;
    }
    .section-{{ section.id }} .fss_text_column_20 p{
      margin-top: 60px;
      text-transform: uppercase;
      font-size: 26px;
      line-height: 1.2;
      float: right;
      margin-bottom: 30px;
      padding-right: 20px;
    }
    /*Secondary Navigation scroll section*/
    .section-{{ section.id }} .scroll_collections{
      overflow: auto;
      white-space: nowrap;
    }
    .section-{{ section.id }} .scroll_collections a{
      display: inline-block;
      text-decoration: none;
      font-size: 22px;
      padding: 0px 5px;
      text-align: center;
    }
    .section-{{ section.id }} .scroll_collections h6{
      padding-top: 10px;
      margin: 0px;
      text-align: center;
      font-weight: 100;
    }
    .section-{{ section.id }} .scroll_collections img{
      width: 150px;
      border-radius: 50%;
      border: 2px solid #d7d4d4;
    }
    /*Column Settings*/
    .section-{{ section.id }} .fss_text_column_20{
      float: left;
      max-width: 20%;
      min-width: 20%;
    }
    .section-{{ section.id }} .fss_img_column_80{
      float: left;
      max-width: 80%;
    }
    .section-{{ section.id }} .row {
      display: flex;
      flex-wrap: wrap;
    }
  }