/* Bouquet images fill their intended frames like photographs in a mask.
   Keep this small file after lw-custom.css so older Webflow rules cannot
   reintroduce letterboxing in the booking picker. */
html body .lw-flower-spotlight article img,
html body .lw-flower-box-option img,
html body .lw-bouquet-choice img {
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}
