/* Safe responsive guard for the Fesselliebe PS9 theme. Activated by JS config. */
html.flfix-responsive-guard,
html.flfix-responsive-guard body {
  max-width: 100%;
  overflow-x: clip;
}

html.flfix-responsive-guard img,
html.flfix-responsive-guard video,
html.flfix-responsive-guard iframe,
html.flfix-responsive-guard svg {
  max-width: 100%;
}

html.flfix-responsive-guard .table-responsive,
html.flfix-responsive-guard .product-features,
html.flfix-responsive-guard .product-information,
html.flfix-responsive-guard .product-variants,
html.flfix-responsive-guard .product-add-to-cart,
html.flfix-responsive-guard .product-actions {
  max-width: 100%;
  min-width: 0;
}

html.flfix-responsive-guard .product-variants .product-variants-item,
html.flfix-responsive-guard .product-variants .input-container,
html.flfix-responsive-guard .product-actions,
html.flfix-responsive-guard .product-add-to-cart {
  flex-wrap: wrap;
}

html.flfix-responsive-guard .product-variants label,
html.flfix-responsive-guard .product-variants .radio-label,
html.flfix-responsive-guard .product-variants .color {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  html.flfix-responsive-guard .product-actions,
  html.flfix-responsive-guard .product-add-to-cart,
  html.flfix-responsive-guard .product-quantity {
    width: 100%;
    max-width: 100%;
  }

  html.flfix-responsive-guard table {
    max-width: 100%;
  }
}
