/******* Do not edit this file *******
Code Snippets Manager
Saved: Mar 25 2026 | 10:46:13 */
/* prevent horizontal scrolling on touch screens */
html:not(.no-touch) .l-canvas {
  overflow: hidden;
}
/* reset default body margin */
body {
  margin: 0;
}
/* 20px padding under bullet lists */
ul {
  margin-bottom: 20px;
}
/* Bigger font size for product price */
.fct-product-item-price, .fct-product-payment-type {
  font-size: 35px !important;
  line-height: 1.6em !important;
  color: #DB7F51 !important;
  font-weight: 600 !important;
}
/* hide product gallery */
.fct-product-gallery-wrapper.thumb-pos-bottom .fct-gallery-thumb-controls {
  display: none;
}
