/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2025 | 15:28:25 */
body [contenteditable="true"] {
  caret-color: transparent;      /* Hide blinking cursor */
  pointer-events: none;          /* Prevent clicking */
  user-select: none;             /* Prevent text selection */
}


/* Hide brand name in product page  */

a[href="https://demo.schnellnetworkz.com/brand/schnell/"] {
  display: none !important;
}

.posted_in {
  display: none !important;
}
