/** Shopify CDN: Minification failed

Line 44:0 Unexpected "<"
Line 50:0 Unexpected "<"

**/


/* === FONT DEFINITIES === */
@font-face {
  font-family: 'ManropeLocal';
  src: url('//www.gearfreak.nl/cdn/shop/files/Manrope.ttf?v=15159988827971965663') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MonaSansSerif';
  src: url('//www.gearfreak.nl/cdn/shop/files/MonaSans.woff2?v=8521034358068371534') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MonaSansItalic';
  src: url('//www.gearfreak.nl/cdn/shop/files/MonaSansItalic.woff2?v=8525467675783443605') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* === DEFAULT VARIABELEN === */
:root {
  --font-family: 'ManropeLocal', monospace !important;
  --heading-font-family: 'MonaSansSerif', serif !important;
  --accent-font-family: 'ManropeLocal', sans-serif !important;
}

/* === SHOPIFY FONT-OVERRIDES === */


<style>

    :root {
      --font-family: "SF Mono", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    }

</style>

/* === GEBRUIK === */
body, p, li, span {
  font-family: var(--font-family) !important;
}

h1, h2, h3, h4 {
  font-family: var(--heading-font-family) !important;
}

button, .accent, .btn, a.button {
  font-family: var(--accent-font-family) !important;
  font-weight: 500
}

.gf-bulletpoints {
  font-family: 'ManropeLocal', sans-serif;
  font-size: 14px;
  color: #888 !important; /* Lichtgrijs voor tekst */
  margin-top: 16px;
  padding-left: 0;
  list-style: none;
}

.gf-bulletpoints li {
  margin-bottom: 6px;
}

/* === Producttekst H2 header === */
.rich-text-description h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;     /* kleiner dan standaard H2 */
  font-weight: 600;
  line-height: 1.6;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  color: #000;              /* of een merk-kleur zoals #FF614D voor 'bravery' */
}

@media (max-width: 768px) {
  .rich-text-description h2 {
    font-size: 1.4rem;
  }
}
/* === Producttekst Block Quote === */
.rich-text-description blockquote {
  border-left: 4px solid #FF614D; /* Bravery kleur */
  padding-left: 1.25rem;
  margin: 2rem 0;
  margin-left: 2rem; 
}

.rich-text-description blockquote p {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6;
  color: #111; /* Eventueel: #333 als je het iets subtieler wilt */
}

.rich-text-description ul li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.rich-text-description table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* H2 in blogposts */
.yv-blog-detail-content h2 {
  font-family: "Mona Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #1a1a1a;
  margin: 28px 0 6px;
  line-height: 1.3;
  border-bottom: 3px solid #d8ff4d;
  display: inline-block;
  padding-bottom: 2px;
}

/* H3 in blogposts */
.yv-blog-detail-content h3 {
  font-family: "Mona Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #2b2b2b;
  margin: 24px 0 10px;
  line-height: 1.4;
}

/* Bodytekst in blogposts */
.yv-blog-detail-content p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #2b2b2b;
  margin: 0 0 16px;
}

/* Bullets */
.yv-blog-detail-content ul li::marker {
  color: #d8ff4d;
}

/* ============================
   GearFreak JOY underline
   Alleen voor H1 & H2 in surfshop-c template
============================ */

.template_collection-surfshop-c h1,
.template_collection-surfshop-c h2,
.template_collection-snowshop-c h1,
.template_collection-snowshop-c h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 0.4rem;
}

/* JOY-lijn */
.template_collection-surfshop-c h1::after,
.template_collection-surfshop-c h2::after,
.template_collection-snowshop-c h1::after,
.template_collection-snowshop-c h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;               /* lengte van de lijn */
  height: 3px;               /* dikte van de lijn */
  background-color: #D8FF4D; /* JOY kleur */
  border-radius: 2px;        /* afgeronde uiteinden */
}

/* --- GearFreak Accordion Font & Header Size Fix --- */
.yv-accordion-header,
.yv-accordion-header h6,
.yv-accordion-content,
.yv-accordion-content p,
.yv-accordion-content li {
  font-family: "Manrope", sans-serif !important;
  color: var(--color-foreground);
  font-weight: 400;
  line-height: 1.6;
}

/* Header styling: iets kleiner, moderner en subtieler */
.yv-accordion-header h6 {
  font-size: 1.2rem; /* was ~1.2rem */
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.2px;
  margin: 0;
  padding: 0.25rem 0;
}

/* Actieve header accent (Joy geel) */
.yv-accordion-header.active h6 {
  color: var(--color-foreground);
  border-bottom: 2px solid #D8FF4D;
  padding-bottom: 3px;
}

/* Optioneel: spacing tussen secties */
.yv-accordion-header {
  margin-top: 0.5rem;
}

