<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 6:45 Unexpected "{"

**/
h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, {
font-family: new-spirit, serif !important;
font-weight: 200;
font-style: normal;
}


/* assign width of scrollbar */
html::-webkit-scrollbar {
      width: 15px; 
}
/* assign background color of scrollbar*/
html::-webkit-scrollbar-track {
    background: #F3EFE0;
    
}
/*assign color &amp; shape of draggle part of scrollbar*/
html::-webkit-scrollbar-thumb {
    background: #FF5150;
    border-radius: 50px;
  border: 1px solid #000;
}

/* Changing the look of the buttons */

.product-card__btn-wrapper--with-labels {
  border: 1px solid #000;
  border-radius: 40px;
  box-shadow: 4px 4px 0px #000;
  
}

.product-form__btn-wrapper{
    border: 1px solid #000;
  border-radius: 40px;
  box-shadow: 4px 4px 0px #000;
  
}

.images-with-text__buttons{
  border: 1px solid #000;
  border-radius: 40px;
  box-shadow: 4px 4px 0px #000;
 
}

.btn--lg{
  border: 1px solid #000;
  border-radius: 40px;
  box-shadow: 4px 4px 0px #000;
 
}

.input-btn{
  border: 1px solid #000;
  border-radius: 40px;
  
 
}

/* Hero Section CSS*/

.LT-IVB-description {
  display: block;
  font-size: 1.5em;
  margin: 0.83em 0;
  font-weight: bold;
}

.LT__btn-pill {
  padding:13px 60px;
  background: #ff5150;
  border: 1px solid #000;
  border-radius: 40px;
  box-shadow: 4px 4px 0 #000;
}</pre></body></html>