More sales from the traffic you already have
This entry settles what a quiz result or a checkout button actually promises a beauty shopper, and why most merchants read a theme's marketing page instead of its code and its live Core Web Vitals numbers.
A beauty shopper takes a quiz, gets a recommendation, adds three products, and then either buys or leaves. Most merchants assume the leak happens somewhere in that quiz logic, so they spend weeks tuning question copy. The actual leak, in a large share of stores, is upstream of any quiz: it is whether the page loads within Core Web Vitals thresholds on the phone the shopper is holding, and whether the checkout flow has any settings a merchant can even touch. Those two things are measurable right now, and they are not what most audits look at first.
Theme Store lists 132 themes under Beauty as of the check on 2026-09-04. Two names that show up in that list are pristine, sitting at rank 41, and jade, at rank 51. A gap of ten ranks in a category of 132 is not nothing, but it also is not a gap that tells a merchant why one theme sits above the other, because Theme Store rank alone does not expose the Core Web Vitals numbers or the code structure behind either theme. Rank is a starting filter, not a verdict.
Across the surveyed market, the median theme price is $300, with prices ranging from $100 to $500. The average rating is 4.53 out of 5, calculated across 308 themes, and the median number of reviews sitting behind that rating is 23. None of those three numbers say anything about what a specific theme’s checkout section can or cannot configure. A $500 theme and a $100 theme can carry the same rating and the same review count while having entirely different checkout code underneath. Price and stars answer “is this theme popular,” not “can I configure the accelerated checkout button.”
| Metric | Value |
|---|---|
| Themes in market aggregate | 329 |
| Median theme price | $300 |
| Price range | $100–$500 |
| Average rating | 4.53 / 5 (308 themes) |
| Median review count | 23 |
| Beauty category listings | 132 |
| pristine rank in Beauty | 41 |
| jade rank in Beauty | 51 |
CrUX field data from July 2026, drawn from real visitors rather than a lab run, shows a median of 85.5% of stores passing all Core Web Vitals on mobile, across 247 themes with sufficient data to measure. The best theme in the market hits 98.6% on mobile, the worst hits 46.1%. On desktop the median is 86.2%, across 199 themes with sufficient data, with the best theme at 99.2% and the worst at 30.3%. A beauty store leaning on a visual quiz and product photography is likely mobile-heavy, so the mobile figures matter more here than the desktop ones, and the 46.1% floor on mobile is a reminder that a theme’s category listing says nothing about whether it clears that bar for a given store.
Method: these are CrUX-reported field measurements per theme, aggregated to a median across each device, not a single lab test run once and generalized.
Anyone searching Dawn’s codebase for a checkout settings section will find the word checkout in 63 of its 351 files, as measured against Shopify/dawn commit 258f00f from 2026-08-10. Every one of those 63 files is a stylesheet or asset script, things like assets/base.css, assets/component-cart-drawer.css, assets/component-cart.css, and assets/section-main-product.css. There is no dedicated section carrying that setting. The same pattern shows up with the word store, which appears in 70 of the same 351 files but lives in .gitignore, LICENSE.md, README.md, and assets/cart-disclosure-modal.js, none of which is a merchant-facing settings block. Searching a theme’s file list for a word is not the same as finding a control for it, and Dawn is the clearest case of that gap in this dataset.
Horizon carries a block at blocks/accelerated-checkout.liquid, labeled t:names.accelerated_checkout, as measured against Shopify/horizon commit 8b42ace from 2026-08-31. That block has 0 settings defined. It can be added to a page, but there is nothing in the theme editor to adjust about it, no toggle, no color field, no text option. For a beauty store hoping to customize how an accelerated checkout button looks or behaves next to a quiz result page, this block as measured offers nothing to configure beyond placement.
Check the Theme Store category rank and the review count for any theme under consideration, then go straight to that theme’s own CrUX pass rate on mobile before trusting rank or stars alone. If checkout customization matters to the store, open the actual liquid and CSS files named here rather than assuming a settings panel exists for it.
The facts here do not separate themes by quiz feature, so that comparison cannot be made from this dataset. What can be said is that mobile Core Web Vitals pass rates across 247 themes with sufficient data range from 46.1% at the worst to 98.6% at the best, with a median of 85.5%. That spread is wide enough that a quiz widget is not the deciding factor, the underlying theme build is. Anyone choosing a theme for a quiz-heavy beauty store should check that theme's own CrUX numbers before assuming the quiz itself is the bottleneck.
No. The word checkout turns up in 63 of Dawn's 351 files as of the Shopify/dawn commit 258f00f from 2026-08-10, but every one of those references is inside CSS component files such as assets/component-cart.css and assets/section-main-product.css, not inside a settings schema. There is no dedicated checkout section in the theme editor tied to that word. If a store needs checkout-specific styling changes, that work happens in code, not in a settings panel.
Very little from the merchant side. The block lives at blocks/accelerated-checkout.liquid in Shopify/horizon as of commit 8b42ace from 2026-08-31, carries the label t:names.accelerated_checkout, and has 0 settings defined. That means the block can be placed on a page but offers no exposed options to adjust, so any change to its behavior requires editing the liquid file directly.
Across the surveyed market the median number of reviews per theme is 23. The average rating across themes with enough reviews to count is 4.53 out of 5, measured on 308 themes. Beauty is one category among the 329 themes tracked in the aggregate ranking as of 2026-09-04, and the facts here do not break review counts out by category, so 23 is a market-wide figure, not a beauty-only one.
Not automatically. Desktop pass rates have their own spread, from 30.3% at the worst theme up to 99.2% at the best, with a median of 86.2% across 199 themes with sufficient data. Mobile has a separate spread, 46.1% to 98.6%, median 85.5%, across 247 themes. A theme that leads on desktop is not guaranteed to lead on mobile, so a mobile-heavy beauty store should check the mobile figure for a specific theme rather than lean on its desktop rank.