#fw-section-image-6f155b7a-3212-4633-af09-4ec8211a471a {

img {
    width: 6rem;      
    height: auto;

  display: block; 
  animation: spin 20s linear infinite;
  transform-origin: center;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

}
#fw-section-image-105f525f-824a-44ae-8990-77065494847e {

img {
    width: 6rem;      
    height: auto;

  display: block; 
  animation: spin 20s linear infinite;
  transform-origin: center;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
  
}
#fw-section-featured-collection-9e84669f-84f0-422b-893e-d101436d9c7f {

.full-width {
  width: 100%;      /* Makes the element span 100% of its parent */
  display: block;   /* Ensures block-level behavior if it’s inline by default */
  margin: 0;        /* Remove default margins */
  padding: 0;       /* Optional: remove default padding */
  box-sizing: border-box; /* Include padding/border in width calculation */
}

}

#fw-section-image-97e26d16-6afd-48b5-bdc8-fbfddae76005 {

img {
    width: 6rem;      
    height: auto;

  display: block; 
  animation: spin 20s linear infinite;
  transform-origin: center;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

}