/** Shopify CDN: Minification failed

Line 84:35 Unterminated string token
Line 96:14 Expected "{" but found "("
Line 100:14 Expected "{" but found "("

**/
/*===COLORS===*/
* {
--sky-blue: #b1e4fc;
--candy-pink: #ffcdd2;
--vivid-grass: #C9D787;
--soft-coral: #ffc8b1;
--spring-yellow: #fff7a8;
--sweet-purple: #E2BDE9;
}

/*==FONTS==*/

/*Lulu Clean One*/
@font-face {
  font-family: "Lulo Clean One";
  src: url("/cdn/shop/files/Lulo_Clean_One.otf?v=1763087441")format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lulo Clean One";
  src: url("/cdn/shop/files/Lulo-Clean-One-Bold.otf?v=1760720824")format("opentype"), url("/cdn/shop/files/Lulo_Clean_One_Bold.ttf?v=1763087441")format("truetype");
  font-weight: bold;
  font-style: normal;
}

/*Brandon Grotesque*/

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/cdn/shop/files/Brandon_thin.otf?v=1763087507")format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/cdn/shop/files/Brandon_thin_it.otf?v=1763087507")format("opentype");
  font-weight: 100;
  font-style: italic;
}


@font-face {
  font-family: "Brandon Grotesque";
  src: url("/cdn/shop/files/Brandon_reg.otf?v=1763087507")format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/cdn/shop/files/Brandon_reg_it.otf?v=1763087507")format("opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url("/cdn/shop/files/Brandon_bld.otf?v=1763087507")format("opentype");
  font-weight: bold;
  font-style: normal;
}


/*Viva La Fiesta - Uno*/

@font-face {
  font-family: "Viva La Fiesta Uno";
  src: url("/cdn/shop/files/Viva_La_Fiesta_-_Uno_Base.otf?v=1783713359")format("opentype"), url("/cdn/shop/files/Viva_La_Fiesta_-_Uno_Base.ttf?v=1783713359")format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Viva La Fiesta Uno;
  src: url("/cdn/shop/files/Viva_La_Fiesta-_Uno.otf?v=1783713359")format("opentype"), url("/cdn/shop/files/Viva_La_Fiesta_-_Uno.ttf?v=1783713359")format("truetype");
  font-weight: bold;
  font-style: normal;
}

/*==GENERAL==*/

@media screen and (min-width: 1025px) {

}

@media screen (min-width:768px) and (max-width: 1024px) {
    
}

@media screen (max-width:767px) {
    
}


/*==HOME==*/