#fw-section-rich-text-6937165d-7c1d-4af5-b552-fe4bba0d520b {
--color-primary: #15A347;
--color-primary-rgb: 21, 163, 71;
--color-background: #dcdcdc;
--color-background-rgb: 220, 220, 220;
--color-on-primary: #FFFDF7;
--color-on-primary-rgb: 255, 253, 247;
--color-on-background: #120e02;
--color-on-background-rgb: 18, 14, 2;
--color-product-image-background: #120e02;
--color-background-brightness: 220;
background-color: var(--color-background);
color: var(--color-on-background);

}




#fw-section-custom-html-4464420e-f835-4c04-91da-edbbc8dcbd5f {

/* Replace your CSS with this updated version */
.secret-link-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px;  /* Made it a bit bigger so the bee is more visible */
  height: 80px;
  z-index: 9999;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.secret-link-container:hover {
  opacity: 1;
}

.secret-link {
  display: block;
  width: 100%;
  height: 100%;
}

.secret-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;  /* Changed from 'cover' to 'contain' */
  border-radius: 8px;
}
}