/** Shopify CDN: Minification failed

Line 30:1 Expected identifier but found "."
Line 35:1 Expected identifier but found whitespace
Line 55:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
/* Kalles Announcement Bar - Gold Text Override */
.top-bar,
.top-bar *,
.top-bar a,
.top-bar span,
.top-bar p,
.top-bar .top-bar__content,
.top-bar .top-bar__item,
.top-bar .top-bar__text,
.header--transparent .top-bar,
.header--transparent .top-bar *,
.header--transparent .top-bar a,
.header--transparent .top-bar span {
  color: #F5D76E !important;
.t4s-announcement-bar {
  padding: 4px 0 !important;
  min-height: auto !important;
}
..t4s-announcement-bar {
  padding: 4px 0 !important;
  min-height: auto !important;
}

.

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}