/******* Do not edit this file *******
Code Snippets Manager
Saved: Apr 30 2026 | 13:45:47 */
/* prevent horizontal scrolling on touch screens */
html:not(.no-touch) .l-canvas {
  overflow: hidden;
}
/* reset default body margin */
body {
  margin: 0;
}
/* blog filter - child bg */
.jet-list-tree__children .jet-radio-list__button {
  background-color: #F5FBFF !important;
  color: #0A3D5D !important;
}
.jet-list-tree__children .jet-radio-list__button:hover {
  background-color: #1E81C4 !important;
  color: #ffffff !important;
}
ul li {
  margin-bottom: 10px;
}
ul li::marker {
  color: #E27396;
}
/* WooCommerce */
a.added_to_cart.wc-forward {
  display: none;
}
body.checkout-wc, html, main.checkoutwc {
  height: initial;
}
