/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 29:0 Unexpected "<"

**/





<style>
  .custom-header {
    font-family: 'Zurich Extended', sans-serif;
    letter-spacing: 2px;
    text-align: center;
    padding: 20px;
    background-color: #f0f0f0; /* Set your desired background color */
  }

  .countdown {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .xp-drop {
    font-size: 20px;
  }
</style>






   .imgDiv img{
   width: 60px;
   }
  .truncate-content {
     max-height: 170px; /* Adjust the value to control the height of the truncated content */
     overflow: hidden;
     transition: max-height 0.3s ease; /* Smoothly transition max-height over 0.3 seconds */
   }
   .truncate-content.expanded {
     max-height: 1000px; /* A large value to ensure the full content is visible when expanded */
   }
   .read-more-btn {
     cursor: pointer;
     color: white; /* Customize the link color to your preference */
   }
  .read-more-btn:hover{
    text-decoration:underline;
  }








  h2{
    font-family: zurich extended;
    letter-spacing: 2px;
  }




