/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 16:58 Unexpected "{"
Line 16:59 Expected identifier but found "%"
Line 74:0 Unexpected "{"
Line 74:1 Expected identifier but found "%"
Line 74:57 Unexpected "{"
Line 74:58 Expected identifier but found "%"
Line 95:0 Unexpected "{"
Line 95:1 Expected identifier but found "%"
... and 2 more hidden warnings

**/
{% comment %}/*========= CF CUSTOM CSS DESKTOP =========*/{% endcomment %}

.finalsale{
  color:#a41d35;
  font-family: Roboto Slab,serif;
  font-weight: 600;
  font-size:16px;
  line-height: 1.4;
  letter-spacing: .02em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-transform: uppercase;
}

.stripedivider {
  display: flex;
  height: 30px;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 30px;
  max-height: 30px;
  background-image: url("/cdn/shop/files/uspoloassn-stripe-2000x30.png");
  background-position: left top;
  background-repeat: repeat-x;
    background-size:cover;
  flex-basis: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
  z-index:100;
}

.stripedividerfull {
  display: flex;
  height: 30px;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 30px;
  max-height: 30px;
  background-image: url("/cdn/shop/files/uspoloassn-stripe-2000x30.png");
  background-position: left top;
  background-repeat: repeat-x;
    background-size:cover;
  flex-basis: 100%;
  margin: 0 0 0 calc(-1 * ((100vw - 1400px) / 2));
  padding: 0 0 0 0;
  overflow: hidden;
}

.index-section{
  width:1400px;
  margin:auto;
}





{% comment %}/*========= CF CUSTOM CSS MOBILE =========*/{% endcomment %}
@media only screen and (max-width: 766px){
 
  .stripedivider, .stripedividerfull{
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  }

.notification-bar__message {width: 250px;}

.index-section{
  width:100vw;
}
  

}




{% comment %}/*========= CF CUSTOM CSS FOR BEST DEAL DAYS PROMO =========*/{% endcomment %}
