/** Shopify CDN: Minification failed

Line 107:1 Unexpected "{"

**/
/* Praktika Rounded Condensed Fonts */
@font-face {
  font-family: 'Praktika Rounded';
  src: url('/cdn/shop/files/Praktika_Rnd_ExtraBold_Cnd.woff?v=1762386490') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Praktika Rounded';
  src: url('/cdn/shop/files/Praktika_Rnd_Light_Cnd.woff?v=1762386490') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Hero Slideshow Styling */
.slideshow .slide__item-content {
  padding: 60px 40px;
}

.slideshow .content-box h2,
.slideshow .slideshow__heading {
  font-family: 'Praktika Rounded', Arial, sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(40px, 7vw, 100px) !important;
  line-height: 0.8 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  text-shadow: 3px 3px 12px rgba(0,0,0,0.2) !important;
  margin-bottom: 20px !important;
}

.slideshow .slideshow__text,
.slideshow .content-box p {
  font-family: 'Praktika Rounded', Arial, sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(16px, 2.5vw, 30px) !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.2) !important;
  text-transform: uppercase !important;
  margin-bottom: 30px !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .slideshow .slide__item-content {
    padding: 40px 20px !important;
  }
  
  .slideshow .content-box h2,
  .slideshow .slideshow__heading {
    font-size: clamp(32px, 9vw, 60px) !important;
    line-height: 0.9 !important;
    margin-bottom: 15px !important;
  }
  
  .slideshow .slideshow__text,
  .slideshow .content-box p {
    font-size: clamp(14px, 4vw, 20px) !important;
    margin-bottom: 20px !important;
  }
}

.slideshow .slide__item-content {
  padding: 60px 40px;
}

.slideshow .content-box h2 {
  font-family: 'Praktika Rounded', Arial, sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(40px, 7vw, 100px) !important;
  line-height: 0.8 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  text-shadow: 3px 3px 12px rgba(0,0,0,0.2) !important;
  margin-bottom: 20px !important;
}

.slideshow .content-box p {
  font-family: 'Praktika Rounded', Arial, sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(16px, 2.5vw, 30px) !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.2) !important;
  text-transform: uppercase !important;
  margin-bottom: 30px !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .slideshow .slide__item-content {
    padding: 40px 20px !important;
  }
  
  .slideshow .content-box h2,
 {
    font-size: clamp(32px, 9vw, 60px) !important;
    line-height: 0.9 !important;
    margin-bottom: 15px !important;
  }
  
  .slideshow .content-box p {
    font-size: clamp(14px, 4vw, 20px) !important;
    margin-bottom: 20px !important;
  }
}