/*
 * Embedded-store-only adaptations for eligible custom-order products.
 *
 * The live standalone storefront already applies these visibility rules. They
 * are repeated here under #v2-screen-store because the live site's inline CSS
 * is not present when Ecwid is mounted inside this application.
 */

body.vslot-target #v2-screen-store .details-product-purchase__controls,
body.vslot-target #v2-screen-store .product-details__product-options.details-product-options,
body.vslot-target #v2-screen-store .details-product-purchase__qty,
body.vslot-target #v2-screen-store .details-product-purchase--add-more,
body.vslot-target #v2-screen-store .details-product-purchase__add-to-bag,
body.vslot-target #v2-screen-store .details-product-purchase__checkout,
body.vslot-target #v2-screen-store .favorite-product,
body.vslot-target #v2-screen-store .details-product-share.details-product-share {
  display: none !important;
}
