#fw-section-image-with-text-69436085-a8f4-493e-9e9c-dc3c055acf6f {

/* Reduce image size only in this section */
section[data-section-id="fw-section-image-with-text-69436085-a8f4-493e-9e9c-dc3c055acf6f"] .image-with-text__image {
  width: 70% !important;   /* change this to 60%, 80%, etc. */
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;  /* center the image */
}

}



#fw-section-custom-html-fa0f9900-2ef0-40f9-a109-a4314a64556e {

selector {
  padding-top: 0 !important;
  margin-top: -20px !important; /* Pulls it up into the title */
}
}
#fw-section-collections-list-5bc8af62-95b4-4242-8f2e-4b6bacc8aa14 {
--font-heading-scale: 0.7;
--font-body-scale: 1.0;
}






#fw-section-header {

/* Make Fourthwall header menu stay fixed */
.site-header, 
.site-header .navigation {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

/* Push page content down so it doesn’t hide under the fixed header */
body {
  padding-top: 80px; /* adjust to match your header height */
}

}