/** Shopify CDN: Minification failed

Line 134:0 Unexpected "{"
Line 134:1 Expected identifier but found "%"
Line 148:0 Unexpected "{"
Line 148:1 Expected identifier but found "%"

**/
.shop-by-color {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.color-block {
  margin: 10px;
  text-align: center;
}

.color-block img {
  max-width: 200px;
  border-radius: 50%;
}

.btn{
  display: inline-block;
  margin-top: 10px;
  padding: 15px 36px 12px 36px;
  border: 2px solid black;
  border-radius: 20px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
.carousel-layout {
  display: none;
}
.shop-by-color-section{
  padding: 60px 40px;
}
.shop-by-color-section h2{
  font-size: 104px;
  line-height: 93.6px;
  font-weight: 700;
  font-family: 'Founders Grotesk X-Condensed' !important;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.color-block h3{
  font-size: 32px;
  line-height: 28.8px;
  font-weight: 700;
  font-family: 'Founders Grotesk X-Condensed' !important;
  text-transform: uppercase;
  margin-top: 20px;
}
.shop-by-color-section h2 em {
  font-size: 87px;
  line-height: 78.3px;
  font-weight: 300;
  font-family: 'Canela' !important;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.shop-by-color-section p{
  font-size: 24px;
  line-height: 26.4px;
  font-weight: 500;
  font-family: 'Founders Grotesk' !important;
  letter-spacing: 2%;
  margin: 0 auto 10px auto;
  width: 590px;
  text-align: center;
}
.shop-by-color-section a{
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  font-family: 'Founders Grotesk' !important;
  letter-spacing: 2%;
  margin-bottom: 10px;
  
}
.shop-by-color-section a.btn {
  padding: 10px !important;
  letter-spacing: 1.8px;
  width: 100%;
  max-width: 172px;
  padding-left: 8px !important;
  padding-right: 8px !important;
  border-radius: 25px;
  padding-bottom: 5px !important;
}
.shop-by-color-section a:hover{
  color: #000;
}

@media screen and (max-width: 991px){
  .shop-by-color {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .shop-by-color-section p{
    width: 100% !important;
    margin: 0;
    font-size: 18px;
    line-height: 19.2px;
  }
  .shop-by-color-section{
    padding: 40px 20px;
  }
  .shop-by-color-section h2{
    font-size: 64px;
    line-height: 57.6px;
  }
  .shop-by-color-section h2 em{
    font-size: 55px;
    line-height: 49.5px;
  }
  .color-block h3{
    font-size: 28.8px;
  }
  .color-block img{
    max-width: 100% !important;
  }
  .btn{
    padding: 15px 30px 12px 30px !important;
  }
  .shop-by-color-section a{
    font-size: 13px;
  }
}

{% if request.path == '/collections/shop-by-color' %}

  .shop-by-color-section{
    padding: 100px 40px;
  }
  .btn{
    padding: 15px 36px 12px 36px;
  }
  @media screen and (max-width: 991px){
    .shop-by-color-section{
      padding: 100px 20px 20px;
    }
  }

{% endif %}