/** Shopify CDN: Minification failed

Line 39:16 Unexpected "{"

**/
/* ===== FONTS ===== */
@font-face {
  font-family: 'Lato';
  src: url('{{ "Lato-Black.ttf" | asset_url }}') format('truetype');
  font-weight: 900;
}

@font-face {
  font-family: 'minion-pro-condensed-caption';
  src: url('{{ "Lato-Regular.ttf" | asset_url }}') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Lato';
  src: url('{{ "Lato-Thin.ttf" | asset_url }}') format('truetype');
  font-weight: 100;
}
@font-face {
  font-family: 'Akira Expanded';
  src: url('{{ "AkiraExpanded-SuperBold.woff2" | asset_url }}') format("woff2"),
  url('{{ "AkiraExpanded-SuperBold.woff" | asset_url }}') format("woff");
  font-style: normal;
  font-display: swap;
}


/* ===== GLOBAL RESETS ===== */


/* ===== TITRES ===== */


h1, h2, h3, h4, {
  font-family: 'Akira Expanded', sans-serif !important;
}

h1 {
  font-size: 34px;
}


h2 {
  font-size: 32px;
}



h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}
:root { --font-heading-family: 'Akira Expanded', sans-serif; }
a { font-family: 'Archivo', sans-serif !important; }
/* ===== TEXTE ===== */
p {
  font-size: 16px;
  font-weight: 400;
}

small {
  font-size: 14px;
  font-weight: 100;
}

/* ===== BOUTONS ===== */
button, .btn {
  font-family: 'Lato', sans-serif !important;
  font-weight: 400;
  background-color: #ffffff;
  color: #03A3B6;
  border: 1px solid #03A3B6;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

button:hover,
.btn:hover {
  background-color: #ffffff !important;
  color: #03A3B6 !important;
  border: 1px solid #03A3B6 !important;
}


/* ===== LIENS ===== */
a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #03A3B6;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
}
.button:hover::after,
.btn:hover::after,
.product-form__submit:hover::after {
  border-color: #03A3B6 !important;
  background: none !important;
}
.button--secondary::after,
.product-form__submit.button--secondary::after {
  border: none !important;
  background: none !important;
}
.sold-out img {
  filter: grayscale(100%) brightness(60%) !important;
  transition: filter 0.3s ease;
}
