Add custom CSS to bundles and the cart drawer
You can add your own CSS to style bundle deals and the cart drawer. Changes show in the preview right away.
Bundles
- Open Section Store → Bundles & Quantity Breaks.
- Open the bundle you want to style.
- Scroll to the Fine-tune styling card and expand it.
- Scroll to the bottom to Custom Styles and turn it on.
- Choose All deals (styles every bundle) or This deal (only this bundle).
- Paste your CSS in the editor. Watch the preview on the right.
- Click Save.
Cart drawer
- Open Section Store → Cart Drawer.
- Open your cart drawer.
- Switch to Settings (not the AI assistant view).
- Under General, open the Styles card.
- Scroll to Custom styles and turn it on.
- Paste your CSS, check the preview, then click Save.
Cart drawer CSS is one global editor. There is no All deals / This deal split.

Tips
- Start with one rule at a time so you can see what changed.
- Prefer targeting Section Store classes instead of your whole theme.
- Custom CSS is for tweaks. If a block structure changes later, a brittle selector may stop working.
- On bundles you can also use Customize with AI for visual changes. Use Custom Styles when you need exact CSS control.