/* Keep Doofinder product recommendations inside the product content column.
   The widget is injected into a Bootstrap flex row; without min-width: 0 its
   card list can force a 2160px intrinsic width and push the next arrow offscreen. */
#product .dfd-widget,
#product .dfwidget-host {
  width: 100%;
  max-width: 100vw;
  min-width: 0;
}
