/** Shopify CDN: Minification failed

Line 21:0 Unexpected "}"
Line 46:0 Unexpected "}"

**/
/* =========================
   TRENDING TITLE
========================= */

/* Mobile adjustments */
  .trending-title {
    width: 100% !important;       
    max-width: 100% !important;   
    text-align: center !important; 
    margin-left: 0 !important;    
    margin-right: 0 !important;   
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Desktop adjustments (optional) */
@media (min-width: 769px) {
  .trending-title {
    text-align: left;
    margin-bottom: 14px; 
    padding-left: 0;
  }
}

/* =========================
   MARQUEE TITLE
========================= */

/* Mobile adjustments */
  .marquee-title {
    width: 100% !important;       
    max-width: 100% !important;   
    text-align: center !important; 
    margin-left: 0 !important;    
    margin-right: 0 !important;   
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Desktop adjustments (optional) */
@media (min-width: 769px) {
  .marquee-title {
    text-align: left;
    margin-bottom: 12px; 
    padding-left: 0;
  }
}
