/* stylelint-disable */
.tapcart-webbridge {
  .shopify-section--header,
  product-recommendations,
  .snptwdgt-feed,
  .yotpo,
  #kustomer-ui-sdk-iframe {
    display: none !important;
  }

  .product {
    margin-top: 0;
  }

  .drawer__header {
    display: flex;
  }
}
