/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 08 2025 | 10:17:35 */
/* Hide konfigurator iframe and tablet*/
@media (max-width: 1024px) {
  ._custom-desktop-konfigurator {
    display: none !important;
  }
}

/* Phone only */
@media (max-width: 767px) {
  ._custom-desktop-konfigurator {
    display: none !important;
  }
}



/* Desktop-only version */
@media (min-width: 1025px) {
  ._custom-desktop-konfigurator {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  ._custom-desktop-konfigurator {
    display: none !important;
  }
}

/* Mobile + tablet only */
._custom-mobile-tablet-konfigurator {
  display: none !important; 
}
@media (max-width: 1024px) {
  ._custom-mobile-tablet-konfigurator {
    display: block !important;
  }
}
