/** Shopify CDN: Minification failed

Line 40:15 Unexpected "{"
Line 40:24 Expected ":"
Line 54:15 Unexpected "{"
Line 54:24 Expected ":"
Line 57:13 Unexpected "{"
Line 57:22 Expected ":"
Line 66:13 Unexpected "{"
Line 66:22 Expected ":"
Line 73:15 Unexpected "{"
Line 73:24 Expected ":"
... and 26 more hidden warnings

**/


/* CSS from section stylesheet tags */
.custom-collection-list .prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  color: #000;
  background: #fff;
}
.custom-collection-list .next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  color: #000;
  background: #fff;
}
.template-product .image-overlap.image-overlap_wrap img{
    box-shadow: 0 0 45px 1px #00000012;
  }
  .about-sec--{{ section.id }} .lightly-spaced-row-above .btn {
    background: #ffffff;
    color: #000000;
    border: none;
    max-width: 300px;
    padding: 25px 75px 25px 30px;
    width: 100%;
    box-shadow: 1px 1px 1px 1px rgba(217,217,217, 217);
    border-bottom: 0;
    font-size: 20px;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .about-sec--{{ section.id }} .majortitle {
    position: relative;
}
.about-sec--{{ section.id }} .majortitle:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 5px;
    bottom: -4px;
    background: #c8102e;
    left: 0;
}
.about-sec--{{ section.id }} .about_text .rte {
    font-size: 16px;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}
  
@media (max-width: 767px) {
  .about-sec--{{ section.id }} .about_text .rte {
    padding-top: 0.5rem;
    padding-bottom: 0.1rem;
}
.about-sec--{{ section.id }} .lightly-spaced-row-above .btn {
    padding: 15px 30px 15px 30px;
}  
.majortitle {
    padding-top: 15px;
}  
}
.template-product .image-overlap.image-overlap_wrap img{
    box-shadow: 0 0 45px 1px #00000012;
  }
.template-product .image-overlap.image-overlap_wrap img{
    box-shadow: 0 0 45px 1px #00000012;
  }
  .about-sec--{{ section.id }} .lightly-spaced-row-above .btn {
    background: #ffffff;
    color: #000000;
    border: none;
    max-width: 300px;
    padding: 25px 75px 25px 30px;
    width: 100%;
    box-shadow: 1px 1px 1px 1px rgba(217,217,217, 217);
    border-bottom: 0;
    font-size: 20px;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .about-sec--{{ section.id }} .majortitle {
    position: relative;
}
.about-sec--{{ section.id }} .majortitle:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 5px;
    bottom: -4px;
    background: #c8102e;
    left: 0;
}
.about-sec--{{ section.id }} .about_text .rte {
    font-size: 16px;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}
  
@media (max-width: 767px) {
  .about-sec--{{ section.id }} .about_text .rte {
    padding-top: 0.5rem;
    padding-bottom: 0.1rem;
}
.about-sec--{{ section.id }} .lightly-spaced-row-above .btn {
    padding: 15px 30px 15px 30px;
}  
.majortitle {
    padding-top: 15px;
}  
}
{% if product.tags contains 'Sports Bra' %}

  .sports-top{
    display: none;
  }
 
  {% endif %}

  {% if product.tags contains 'Hoodies' %}

      .hide_pr{
    display:none;
  }
  {% endif %}
  
  {% if product.tags contains  'Shorts' %}

  .sports-top{
    display: none;
  }
  .hide_pr{
    display:none !important;
  }

 
  {% endif %}
    .product_in_text {
    font-weight: 600!important;
}