#fw-section-image-3a709691-1ce1-4d5b-b20d-8455399a0173 {

/* Targets the image (img) within this specific section */
.fw-image-section img,
.section-image-block img,
.image-wrapper img {
  /* Smoothly transition any changes over 0.5 seconds */
  transition: transform 0.5s ease-in-out;
}

/* When the user hovers the mouse over the image */
.fw-image-section img:hover,
.section-image-block img:hover,
.image-wrapper img:hover {
  /* Rotate and slightly grow the image */
  transform: rotate(5deg) scale(1.03);
}
}



#fw-section-header {

/* Hide Cart and Supporters (Account) icons */
a[href*="cart"], 
a[href*="supporters"],
.header__action-item--cart,
.header__action-item--account {
    display: none !important;
}


}