/** Shopify CDN: Minification failed

Line 60:1 Expected "}" to go with "{"

**/
.collection-stream-dtc #userwayAccessibilityIcon,
.collection-stream-dtc #shopify-section-universal-header,
.collection-stream-dtc .breadcrumbs,
.collection-stream-dtc .newsletter-promo{display:none !important;}
.collection-stream-dtc #ProductGridContainer{margin-top:50px;}
/*=========================
    HEADER
=========================*/
.collection-stream-dtc header nav, 
.collection-stream-dtc header .header__icon, 
.collection-stream-dtc header .left-icons{opacity:0; pointer-events:none;}
.collection-stream-dtc .header.mega-menu .header__inline-menu{height:0;}
.collection-stream-dtc header .right-icons .header__icon--cart{opacity:1; pointer-events:inherit;}
.collection-stream-dtc header .h1.header__heading{justify-content:center; margin-left:4.4rem; padding:1rem 0;}
.collection-stream-dtc header .header__icon--cart{display:flex;}
/*=========================
    PRE-MESSAGE
=========================*/
.collection-stream-dtc .collection-pre-message{display:flex; justify-content:center; align-items:center; padding:10px 0;}
.collection-stream-dtc .collection-pre-message-container{padding:0 1.5rem; margin:0 auto;}
.collection-stream-dtc .collection-pre-message-container p{margin:0; padding:0; font-family: Assistant, sans-serif;}
/*=========================
    FOR YOU
=========================*/
.collection-stream-dtc .collection-for-you{margin:0 auto; padding-top:50px; padding-bottom:30px;}
.collection-stream-dtc .collection-for-you-title{margin:0 0 15px 0;}
.collection-stream-dtc .collection-list-container{display:block; margin-bottom:30px;}
.collection-stream-dtc .collection-list{display:grid; grid-template-columns: 50% auto; gap:10px; width:100%; height:auto; margin:0; padding:0;}
.collection-stream-dtc .collection-list.centered{justify-content:center; justify-items:center; gap:0;}
.collection-stream-dtc .collection-list li{list-style-type:none; margin:0; padding:0;}
.collection-stream-dtc .collection-list li a{display:flex; justify-content:center; align-items:center; line-height:normal; width:100%; min-width:100% !important; height:100%; min-height:100% !important; padding:14px 28px;}
/*=========================
    DISCLAIMER
=========================*/
.collection-stream-dtc .collection-disclaimer-button-container{display:flex; justify-content:center; align-items:center; margin:20px 0 50px 0;}
.collection-stream-dtc .collection-disclaimer-button{padding:10px 15px;}

@media screen and (min-width:768px){
  /*** Header ***/
  .collection-stream-dtc header .h1.header__heading{flex:1;}
  /*** Pre-Message ***/
  .collection-stream-dtc .collection-pre-message{padding:15px 0;}
  .collection-stream-dtc .collection-pre-message-container{padding:0 3rem;}
  /** For You ***/
  .collection-stream-dtc .collection-list{grid-template-columns: 25% auto auto auto;}
  /*** Disclaimer ***/
  .collection-stream-dtc .collection-disclaimer-description{display:flex; justify-content:flex-start; align-items:flex-start;}
  .collection-stream-dtc .collection-disclaimer-description.full{flex-direction:column; gap:0;}
  .collection-stream-dtc .collection-disclaimer-description.full p{width:100%;}
  .collection-stream-dtc .collection-disclaimer-description.split{flex-direction:row; gap:20px;}
  .collection-stream-dtc .collection-disclaimer-description.split p{width:50%;}
@media screen and (min-width:1024px){
  /** For You ***/
  .collection-stream-dtc .collection-list{grid-template-columns: 20% auto auto auto auto auto;}
}