/** Shopify CDN: Minification failed

Line 29:0 Unexpected "}"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
@font-face {
  font-family: 'KapraNeuePro';
  src: url('/cdn/shop/files/KapraNeueBoldCondensed.woff2?v=1788318858') format('woff2'),
       url('/cdn/shop/files/KapraNeueBoldCondensed.woff?v=1788318858') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KapraNeuePro';
  src: url('/cdn/shop/files/KapraNeueSemiBoldCondensed.woff2?v=1788318858') format('woff2'),
       url('/cdn/shop/files/KapraNeueSemiBoldCondensed.woff?v=1788318858') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'KapraNeuePro', sans-serif !important;
  font-weight: 600 !important;
}
}
/*---------------- Global Custom CSS -------------------*/


/*---------------- 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){
  
}/* Mobile aspect ratio fix for slideshow */
@media screen and (max-width: 768px) {
  .slideshow-carousel,
  [class*="ai_gen_block"] .slideshow,
  .slideshow-section {
    aspect-ratio: 16 / 9 !important;
  }
  
  .slideshow-carousel img,
  [class*="ai_gen_block"] .slideshow img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
