/** Shopify CDN: Minification failed

Line 22:14 Expected identifier but found whitespace
Line 22:16 Unexpected "{"
Line 22:26 Expected ":"
Line 22:46 Expected identifier but found ","

**/
/******Top Bar*****/
p.announcement-bar__message.h5 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
a.announcement-bar__link.link.link--text.focus-inset.animate-arrow {
    text-decoration: none;
}

 
/* Apply body font */
body {
  font-family: {{ settings.body_font.family }}, system-ui, sans-serif;
  line-height: normal;

}
h1 {
 
    font-weight: 900 !important;
}
p{line-height: normal;} 
 
 

/* Make header transparent and overlapping */
.scrolled-past-header sticky-header.header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom {
    background: #fff !important;
}
#shopify-section-sections--25407193022808__header sticky-header.header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom {
    background: transparent;
    position: absolute;
}
#shopify-section-sections--25407193022808__header sticky-header.header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom {
    background: transparent;
    position: absolute;
    width: 100%;
}
header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-account a {
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
}
nav.header__inline-menu a {
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
}
span.header__active-menu-item {
    color: #e6ca85;
}
details-modal.header__search svg.icon.icon-search path {
    fill: #fff;
}
.scrolled-past-header sticky-header.header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom a {
    color: #333 !important;
}
.scrolled-past-header details-modal.header__search svg.icon.icon-search path {
    fill: #333333 !important;
}


  /*******Effects****/
  .button-hover-gradient {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
  }
  
  .button-hover-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, #f093fb, #f5576c);
    transition: all 0.5s ease;
    z-index: -1;
  }
  
  .button-hover-gradient:hover::before {
    left: 0;
  }
  .button-hover-ripple {
    position: relative;
    overflow: hidden;
  }
  
  .button-hover-ripple::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    opacity: 0;
    transition: transform 0.5s, opacity 1s;
  }
  
  .button-hover-ripple:hover::after {
    transform: scale(2.5);
    opacity: 1;
  }
  .button-hover-shimmer {
    position: relative;
    overflow: hidden;
  }
  
  .button-hover-shimmer::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    height: 100%;
    width: 50%;
    background: linear-gradient(120deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.3) 100%);
    transform: skewX(-20deg);
  }
  
  .button-hover-shimmer:hover::before {
    left: 125%;
    transition: all 0.8s ease;
  }

  .button-anim-grow:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
  }
  .button-anim-shrink:hover {
    transform: scale(0.95);
    transition: all 0.3s ease;
  }
  
  .button-anim-shadow:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
  }
  
  .button-anim-underline:hover {
    text-decoration: underline;
    transition: all 0.3s ease;
  }

  .btn:hover i {
    transform: translateX(4px);
  }
  .btn {
    color: #fff;  
  }
  .btn i {
    color: inherit;  
    margin-right: 0.5em;
    transition: transform 0.3s ease;
  }
span.underline-gold {
    border-bottom: solid #e6ca85;
}
a.btn {
    background: #e6ca85;
    font-size: 16.45px;
    font-family: "Inter";
    text-decoration: none;
    max-width: 215px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
    text-align: center;
    border-radius: 50px;
  }
span.gold-text {
    font-weight: 700;
    color: #e6ca85;
} 
section#shopify-section-template--25407193317720__collapsible_content_hcdHRp .accordion ul li {
    font-size: 16px;
}
