  html:not(.w-editor) [data-text-split] {
    visibility: hidden;
  }

  [bottle-bundle="header"] {
    display: none;

  }

  [cart-object="price-secondary"] {
    display: none;
  }

  .product_filter-card.accessoires,
  .product_gift-edit,
  .product_gift-card {
    display: none;

  }

  smootify-product:not(.loaded) :where(label, smootify-product, p, h1, h2, h3, h4, h5, h6, button, span, select, input, textarea, .w-dropdown-toggle, [variation], [variant], [condition], [option], [product], [metafield], [tagged], [metaobject], [variant-metafield], [customer-metafield], error-message),
  smootify-variant:not(.loaded) :where(label, p, h1, h2, h3, h4, h5, h6, button, span, select, input, textarea, .w-dropdown-toggle, [variation], [variant], [condition], [option], [product], [metafield], [metaobject], [variant-metafield], [customer-metafield]),
  dynamic-property:not(.loaded) :where(label, p, h1, h2, h3, h4, h5, h6, button, span, select, input, textarea, .w-dropdown-toggle, [variation], [variant], [condition], [option], [product], [metafield], [metaobject], [variant-metafield], [customer-metafield]) {

    opacity: 0;
  }
