/* Hide your shop intro/banner */
#myShop .shop-intro,
#myShop .shop-header,
#myShop .seller-information,
#myShop .shop-information,
#myShop .shop-teaser,
#myShop .shop-description,
#myShop .shopHero,
#myShop .shopBanner {
display: none !important;
}
/* Hide the "Create your own thing" section */
#myShop .create-your-own,
#myShop .productCreator,
#myShop .product-creator,
#myShop .design-yourself,
#myShop [data-testid*="create"],
#myShop [class*="create"],
#myShop [class*="creator"] {
display: none !important;
}
/* Hide footer */
#myShop footer,
#myShop .footer,
#myShop .shop-footer,
#myShop .copyright,
#myShop .powered-by,
#myShop .legal-footer {
display: none !important;
}
/* Hide any marketing sections below products */
#myShop section:last-of-type,
#myShop .marketing,
#myShop .promo,
#myShop .promo-section,
#myShop .usp,
#myShop .features {
display: none !important;
}