/*
 * Hidden triggers the Tilda markup clicks through assets/js/tilda-cart-bridge.js.
 * The modals themselves belong to the parent theme, so only this helper is kept here.
 */
.intimflex-shop-trigger {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
    padding: 0 !important;
    margin: -1px !important;
}

/*
 * Two price variants live in the hero artboard: `pricedef` (regular) and `pricesell` (promo).
 * Tilda hid `pricesell` from a T123 script that drove its own cart; that script is gone, so the
 * rule below keeps the default look (regular price only) on every landing.
 */
.pricesell {
    display: none !important;
}
