getComputedStyle() from the live screenshots visible here.
Color Palette
41 colors extracted via getComputedStyle(). Click any swatch to copy its hex value.
Background & Surface
Text & Content
Accent & Interactive
Border & Divider
Full Extracted Palette (+32)
Typography
All values extracted via getComputedStyle() — no estimation.
| Role | Font Family | Size / Weight | Line Height | Letter Spacing | Preview |
|---|---|---|---|---|---|
| Display Hero | Barlow | 48px / w700 | 1.1 | -0.96px | Display Hero |
| Input Large | Barlow | 32px / w700 | 1.6 | normal | Input Large |
| Caption / Badge | Barlow | 20px / w600 | 1.6 | normal | Caption / Badge |
| Card Title | Barlow | 16px / w500 | 1.6 | normal | Card Title |
| Input Large | Poppins-Klaviyo-Hosted | 16px / w700 | normal | normal | Input Large |
| Button | Barlow | 14px / w500 | 1.6 | 0.14px | Button |
Live Components
Rendered in real HTML using your extracted tokens — no screenshots.
Buttons
Form Inputs
Card
Badges & Labels
Spacing Scale
Border Radius
0px
4px
8px
12px
16px
100px
9999px
Component Specs
Extracted CSS values per component and variant state.
### Buttons
- Background: `transparent`
- Text: `#333333`
- Padding: 0px
- Radius: 2px
- Font: 16px weight 500
- Use: Subtle action, toolbar, nav button
- Background: `transparent`
- Text: `#1a1a1a` `{colors.hairline}`
- Padding: 0px 12px
- Radius: 0px
- Font: 14px weight 500
- Use: Subtle action, toolbar, nav button
Inputs & Forms
- Background: `transparent`
- Text: `#1a1a1a` `{colors.hairline}`
- Padding: 16px 20px 0px
- Radius: 8px
- Border: 1px solid rgba(26, 26, 26, 0.12)
- Font: 16px weight 500
- Use: Text fields, search inputs
- Focus: border: `1px solid rgb(26, 26, 26)`, borderColor: `rgb(26, 26, 26)`, boxShadow: `rgb(26, 26, 26) 0px 0px 0px 1px inset`
Product Cards
- Background: `#ffffff` `{colors.on-primary}`
- Text: `#1a1a1a` `{colors.hairline}`
- Padding: 0px
- Radius: 6px
- Font: 16px weight 500
- Use: Product listing grid card
Interaction State Narrative
- **Input**:
- - **focus:** shadow added, border changes
Buttons
- **DO NOT introduce new buttons variants** without justification
Inputs & Forms
- **DO NOT introduce new inputs & forms variants** without justification
Product Cards
- **DO NOT introduce new product cards variants** without justification
Visual Reference
Playwright screenshots captured during extraction — source of truth for all tokens.
Breakpoints
Elevation & Depth
Shadow levels rendered live — every value extracted directly from the design system.
rgba(63, 63, 68, 0.4) 0px 4px 10px 0px
rgba(26, 26, 26, 0.12) 0px 0px 0px 1px
Motion & Transitions
5 motion tokens — easing curves and durations.
| transition-1 | all |
| transition-2 | background 0.25s |
| transition-3 | transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s cubic-bezi… |
| transition-4 | color 0.3s |
| transition-5 | transform 0.3s cubic-bezier(0.22, 1, 0.36, 1) |
Motion Timeline
25 keyframe animations extracted from the live page. Preview 12 below — each block is animating right now with the actual extracted keyframes.
shopify-rotator
shopify-dash
acceleratedCheckoutLoadingSkeleton
pulse
translateFull
ping
klaviyo-fadein
klaviyo-fadeout
klaviyo-slideinleft
klaviyo-slideinright
klaviyo-slideinup
klaviyo-slideindown
+13 additional animations not previewed (cap at 12 for performance).
Component States
Default → Hover → Focus → Active visual diff per component. Captured via Playwright state simulation.
| Component | States | |
|---|---|---|
| button |
default
button
bg rgba(0, 0, 0, 0)
fg rgb(26, 26, 26) | |
| input |
default
input
bg rgba(0, 0, 0, 0)
fg rgb(26, 26, 26) |
focus
input
bg transparent
fg inherit |
| link |
default
link
bg rgba(0, 0, 0, 0)
fg rgb(31, 31, 31) | |
| card |
default
card
bg rgba(0, 0, 0, 0)
fg rgb(26, 26, 26) | |
| navLink |
default
navLink
bg rgba(0, 0, 0, 0)
fg rgb(26, 26, 26) |
Z-Index Stacking Context
58 z-index values detected. Top 20 ordered by stacking priority. ● 100+ (modals) · ● 10-99 (overlays) · ● 1-9 (UI chrome).
Export tokens
Copy these design tokens to any framework. Generated from uniquekicks.be live extraction.
Clicks copy to clipboard AND download the file. All values from getComputedStyle() on the live page — no estimates.
DESIGN.md
Narrative design system document — paste directly into Claude Code, Cursor, or Bolt.
---
version: alpha
name: uniquekicks.be
description: "Light product system built on #f0f0f0 with #8e0e3b as the primary CTA accent. Type anchored in Barlow at 36px / weight 700. Extracted automatically from https://uniquekicks.be/ — rendered styles via getComputedStyle() + CSS custom properties (token-only values may not be painted)."
narrative: |
uniquekicks.be is built on a soft, near-white canvas (rgb(240, 240, 240)).
The system uses rgb(142, 14, 59) as the accent for primary actions and brand signals.
Sharp 0px corners on CTAs — architectural restraint, engineering precision alongside Barlow as the primary typeface.
A restrained elevation system (2 distinct shadows) — shadows reserved for the few elements that must lift off the page.
Motion is a first-class concern — 25 keyframe animations plus transition-driven interactions.
colors:
background: "#f0f0f0"
surface-1: "#ffffff"
surface-2: "#ececec"
ink: "#1a1a1a"
ink-muted: "rgba(26, 26, 26, 0.65)"
ink-subtle: "#6b6b6b"
primary: "#8e0e3b"
on-primary: "#ffffff"
primary-hover: "#006fcf"
hairline: "rgba(26, 26, 26, 0.12)"
typography:
display-xl:
fontFamily: "Barlow, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 48px
fontWeight: 700
lineHeight: 1.1
letterSpacing: -0.96px
body:
fontFamily: "Barlow, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 14px
fontWeight: 500
lineHeight: 1.6
letterSpacing: 0.14px
caption:
fontFamily: "Barlow, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 20px
fontWeight: 600
lineHeight: 1.6
letterSpacing: 0
button:
fontFamily: "Barlow, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 14px
fontWeight: 500
lineHeight: 1.6
letterSpacing: 0.14px
mono:
fontFamily: "Barlow, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 32px
fontWeight: 700
lineHeight: 1.6
letterSpacing: 0
rounded:
none: 0px
xs: 4px
sm: 8px
md: 12px
lg: 16px
xl: 100px
pill: 9999px
spacing:
xxs: 2px
xs: 4px
sm: 8px
md: 12px
lg: 24px
xl: 32px
xxl: 64px
components:
button-ghost:
backgroundColor: "transparent"
textColor: "#333333"
typography: "{typography.button}"
rounded: "{rounded.none}"
button-ghost-2:
backgroundColor: "transparent"
textColor: "{colors.hairline}"
typography: "{typography.button}"
rounded: "{rounded.none}"
padding: 0px 12px
input-text-input:
backgroundColor: "transparent"
textColor: "{colors.hairline}"
typography: "{typography.button}"
rounded: "{rounded.sm}"
padding: 16px 20px 0px
product-card-product-tile:
backgroundColor: "{colors.on-primary}"
textColor: "{colors.hairline}"
typography: "{typography.button}"
rounded: "{rounded.xs}"
extracted_at: "2026-06-11T06:19:54.500Z"
completeness: 78
scoreVersion: "v2"
---
# Design System — uniquekicks.be
> Extracted automatically by Prism from https://uniquekicks.be
> Date: 2026-06-11
> Viewport: Desktop 1440x900 + Mobile 390x844
> Values are extracted, not hand-written: rendered styles via getComputedStyle() + colors declared in CSS custom properties (token-only values are marked `(token)` and may not be painted).
## 0. Design DNA
**Density**: moderate | **Motion**: expressive | **Weight**: heavy | **Aesthetic**: product-neutral
| Dimension | Value | Signal |
|---|---|---|
| Canvas | neutral | `#f0f0f0` |
| Type posture | sans-led (Barlow) | "Aanmelden" |
| Color assertion | dual-accent | #8e0e3b |
| Whitespace | moderate | section rhythm 48px |
| Interaction | expressive | 25 keyframes, 11 transitions |
| Radius language | 8px-rounded | from token scale |
**Prism fingerprint**: `neutral-canvas · sans-display · dual-accent · 8px-rounded · expressive-motion`
> **🤖 TL;DR for AI agents** (read this first — saves you scanning the full doc):
>
> - **Canvas**: `rgb(240, 240, 240)` is the page background. Every component composits against this.
> - **Accent**: `rgb(142, 14, 59)` for primary CTAs ONLY. Never decorative.
> - **Body type**: 16px (token: `typography.body`). Default for ALL text not in a heading role.
> - **Section rhythm**: 48px between major bands. Card padding: 24px.
> - **Default radius**: 8px on buttons/inputs. Pills (`9999px`) only for icon-buttons or status chips.
>
> **Before generating UI**: import this DESIGN.md, scan §2 (Color Palette) + §4 (Components) + §10 (Agent Guide). Skip §11–12 unless extending.
## 1. Visual Theme & Atmosphere
uniquekicks.be sits on a off-white canvas (`#f0f0f0`), a neutral foundation calibrated for sustained reading and component contrast.
Typography is anchored in **Barlow**.
Body text reads in Near-Black (`#1a1a1a`) — softened from pure black, a small but deliberate detail that lowers reading friction. **#8e0e3b** (`#8e0e3b`) is the single high-saturation color in the system — it earns its presence only on interactive elements, making CTAs and links the unmistakable focal points against the otherwise neutral palette. Elevation comes from a small, deliberate set of shadows (2 distinct), each a multi-layer stack — several blurred layers at varying offsets — used sparingly rather than across the whole UI.
Border radius varies from pill-shaped (fully rounded) to moderately rounded elements, creating visual rhythm. Motion design uses smooth easing curves for polished state transitions.
**Key Characteristics:**
- Background: Off-White (`#f0f0f0`)
- Primary typeface: Barlow
- Primary text: Near-Black (`#1a1a1a`)
- Accent: #8e0e3b (`#8e0e3b`)
- Display: 16px weight 500
- Shadow system: 2 distinct elevation levels
- Custom fonts loaded: Barlow, Poppins, impact, Caveat-Brush-Klaviyo-Hosted, Poppins-Klaviyo-Hosted
## 2. Color Palette & Roles
### Background & Surface
- **Off-White** (`#f0f0f0`): Page background (primary)
- **Pure White** (`#ffffff`): Surface / elevated background
- **Whitesmoke** (`#ececec`): Surface / elevated background
- **Whitesmoke** (`#e4dede`): Surface / elevated background
- **#fff48d** (`#fff48d`): Surface / elevated background
### Text & Content
- **Near-Black** (`#1a1a1a`): Primary body text
- **Pure Black** (`#000000`): Secondary text
- **#8e0e3b** (`#8e0e3b`): Secondary text
- **#1e3764** (`#1e3764`): Secondary text
- **Near-Black** (`#232323`): Secondary text
### Accent & Interactive
- **M Tricolor Blue** (`#006fcf`): Interactive / accent
- **#cc0066** (`#cc0066`): Interactive / accent
- **Pink** (`#ffa8cd`): Interactive / accent
- **Red** (`#eb001b`): Interactive / accent
- **Sky Bright** (`#00a2e5`): Interactive / accent
- **Indigo** (`#7375cf`): Interactive / accent
- **#f79e1b** (`#f79e1b`): Interactive / accent
### Full Extracted Palette
**35 colors rendered on the page** + **4** more declared in design tokens (CSS custom properties — not necessarily painted). (17 categorized above + 22 additional below.)
Rendered values are read via `getComputedStyle()`; token values come from CSS variable declarations. Third-party logo colors are filtered out.
- `#1d1c1c` — Near-Black
- `#0b051d` — Jet Black
- `#ff5f00` — Bright Orange
- `#5a78ff` — Brand Indigo
- `#005b9a` — Cobalt Blue
- `#e9292d` — M Tricolor Red
- `#0e73b9` — M Tricolor Blue
- `#059da4` — #059da4
- `#142688` — #142688
- `rgba(20, 20, 20, 0.6)` — Translucent Jet Black (60%)
- `#373f47` — Dark Gray
- `#606a72` — Dim Gray
- `#32cd32` — #32cd32
- `#176be5` — M Tricolor Blue
- `#505b5e` — Slate
- `#1f1f1f` — Near-Black
- `#333333` — Charcoal
- `#423b4b` — Dark Gray
- `#e9e9eb` — Whitesmoke *(token)*
- `#f7f7f7` — Off-White *(token)*
- `#6b6b6b` — Slate Grey *(token)*
- `#cc0000` — #cc0000 *(token)*
### CSS Custom Properties (Design Tokens)
**Font Weight Token**
- `--heading-font-weight`: `700`
- `--text-font-weight`: `500`
**Spacing Token**
- `--product-list-row-gap`: `3rem`
- `--spacing-52`: `13rem`
- `--section-inner-max-spacing-block`: `4.5rem`
- `--spacing-1-5`: `0.375rem`
**Shadow Token**
- `--shadow-md`: `0 5px 30px rgb(26 26 26 / 0.1)`
- `--shadow-sm`: `0 2px 8px rgb(26 26 26 / 0.1)`
- `--shadow-block`: `0px 18px 50px rgb(26 26 26 / 0.1)`
- `--smk-shadow`: `0 8px 40px rgba(0,0,0,.12)`
**Border Radius Token**
- `--rounded-xs`: `0.25rem`
- `--smk-radius`: `20px`
- `--rounded-input`: `0.5rem`
- `--rounded-lg`: `1.5rem`
**Font Family Token**
- `--text-font-family`: `Barlow, sans-serif`
- `--heading-font-family`: `Barlow, sans-serif`
**Other tokens**
- `--on-sale-text`: `248 58 58`
- `--text-h2`: `3rem`
- `--text-lg`: `1.25rem`
- `--background-primary`: `240 240 240`
- `--footer-text`: `26 26 26`
- `--text-h6`: `1.25rem`
- `--button-text-secondary`: `26 26 26`
- `--star-color`: `255 183 74`
## 3. Typography Rules
### Font Families
- **Primary**: `Barlow`
- **Secondary**: `Poppins`
- **Font 3**: `impact`
- **Font 4**: `Caveat-Brush-Klaviyo-Hosted`
- **Font 5**: `Poppins-Klaviyo-Hosted`
### Custom Fonts Loaded
- **Barlow** weight 700 (normal)
- **Barlow** weight 500 (normal)
- **Poppins** weight 400 (normal)
- **Poppins** weight 500 (normal)
- **Poppins** weight 600 (normal)
- **Poppins** weight 700 (normal)
- **Poppins** weight 800 (normal)
- **Poppins** weight 900 (normal)
- **impact** weight 400 (normal)
- **Caveat-Brush-Klaviyo-Hosted** weight 400 (normal)
- **Poppins-Klaviyo-Hosted** weight 400 (italic)
- **Poppins-Klaviyo-Hosted** weight 700 (italic)
### Typography Hierarchy
| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|------|------|------|--------|-------------|----------------|-------|
| Display Hero | Barlow | 48px | 700 | 1.1 | -0.96px | Main headline (h2) |
| Input Large | Barlow | 32px | 700 | 1.6 | normal | Form input (32px) |
| Caption / Badge | Barlow | 20px | 600 | 1.6 | normal | small text (20px) |
| Card Title | Barlow | 16px | 500 | 1.6 | normal | Card headings |
| Input Large | Poppins-Klaviyo-Hosted | 16px | 700 | normal | normal | Form input (16px) |
| Button | Barlow | 14px | 500 | 1.6 | 0.14px | Button label (14px) |
### Font Weight Scale
CSS custom properties define 2 explicit weight steps:
- `--text-font-weight`: `500` — Medium
- `--heading-font-weight`: `700` — Bold
### Full Font Size Scale
Sizes detected in the design (descending): `48px`, `36px`, `32px`, `24px`, `22px`, `20px`, `19.20px`, `16px`, `15px`, `14px`, `12px`, `9px`
> 7 size(s) detected outside the sampled hierarchy (36px, 24px, 22px, 19.2px, 15px, 12px, 9px). These appear on elements not in the sampled set — likely additional display sizes, marketing-section overrides, or third-party-widget styles.
## 4. Component Stylings
### Buttons
**Ghost**
- Background: `transparent`
- Text: `#333333`
- Padding: 0px
- Radius: 2px
- Font: 16px weight 500
- Use: Subtle action, toolbar, nav button
**Ghost**
- Background: `transparent`
- Text: `#1a1a1a` `{colors.hairline}`
- Padding: 0px 12px
- Radius: 0px
- Font: 14px weight 500
- Use: Subtle action, toolbar, nav button
### Inputs & Forms
**Text Input**
- Background: `transparent`
- Text: `#1a1a1a` `{colors.hairline}`
- Padding: 16px 20px 0px
- Radius: 8px
- Border: 1px solid rgba(26, 26, 26, 0.12)
- Font: 16px weight 500
- Use: Text fields, search inputs
- Focus: border: `1px solid rgb(26, 26, 26)`, borderColor: `rgb(26, 26, 26)`, boxShadow: `rgb(26, 26, 26) 0px 0px 0px 1px inset`
### Product Cards
**Product Tile**
- Background: `#ffffff` `{colors.on-primary}`
- Text: `#1a1a1a` `{colors.hairline}`
- Padding: 0px
- Radius: 6px
- Font: 16px weight 500
- Use: Product listing grid card
## 4b. Component Behaviors (State Matrix)
### Interaction State Narrative
- **Input**:
- **focus:** shadow added, border changes
*State transitions extracted via Playwright simulation — exact values in the YAML matrix below.*
```yaml
component-behaviors:
button:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(26, 26, 26)"
input:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(26, 26, 26)"
border: "1px solid rgba(26, 26, 26, 0.12)"
focus:
bg: "transparent"
fg: "inherit"
border: "1px solid rgb(26, 26, 26)"
shadow: "rgb(26, 26, 26) 0px 0px 0px 1px inset"
link:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(31, 31, 31)"
card:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(26, 26, 26)"
navLink:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(26, 26, 26)"
badge:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgba(0, 0, 0, 0)"
footerLink:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(26, 26, 26)"
```
**Agent usage**: Validate generated components against this matrix. If your output's `:hover` state changes properties not listed here, you are off-brand.
## 4c. Component Vocabulary (Closed System)
*This brand uses ONLY the following component vocabulary. Introducing new variants without justification breaks the system's tonal coherence.*
### Buttons
- **1 shape(s)** in this system: `Ghost`
- **DO NOT introduce new buttons variants** without justification
### Inputs & Forms
- **1 shape(s)** in this system: `Text Input`
- **DO NOT introduce new inputs & forms variants** without justification
### Product Cards
- **1 shape(s)** in this system: `Product Tile`
- **DO NOT introduce new product cards variants** without justification
## 5. Layout Principles
### Layout Type
**top-nav + content**
### Grid
Single column, centered content
### Max Width
1600px
### Spacing System
Compact spacing — information density prioritized
| Token | Value |
|-------|-------|
| xxs | 2px |
| xs | 4px |
| sm | 8px |
| md | 12px |
| base | 16px |
| lg | 24px |
| xl | 32px |
| 2xl | 48px |
| 3xl | 64px |
### Border Radius Scale
| Name | Value | Use |
|------|-------|-----|
| None | 0px | No rounding |
| Xs | 4px | Tiny corners (badges, micro elements) |
| Sm | 8px | Buttons, inputs, small elements |
| Md | 12px | Cards, containers |
| Lg | 16px | Large rounded elements, pill segments |
| Xl | 100px | Category strips, featured containers |
| Full | 9999px | Pills, avatars, circular elements |
### Shape Language
| Component | Border Radius |
|-----------|---------------|
| Buttons | `2px` |
| Inputs & Forms | `8px` |
| Product Cards | `6px` |
| Page Body | `0px` |
| Navigation | `0px` |
| Primary Input | `8px` |
**Shape Personality**: Moderate Rounding — Medium corners (4–12px). Modern SaaS standard, neither sharp nor pill.
**Full Radius Spectrum**: 0px, 2px, 3px, 4px, 6px, 7px, 8px, 12px (from `allBorderRadii` scan)
## 5b. Spacing Rhythm Names
**Measured section padding**: bands use ~48px internal vertical padding (up to 96px) — **standard**. (Distinct from the gap *between* sections above.) Reproduce this generous vertical breathing room; cramped spacing is the #1 tell of a cheap clone.
*Named spacing tokens with explicit use cases. Use these names in YOUR code instead of raw pixels for consistency.*
| Name | Value | Use case |
|------|-------|----------|
| **hero** | `64px` | Top/bottom of full-bleed hero sections |
| **section** | `32px` | Between major bands (color change, content shift) |
| **subsection** | `24px` | Within a section, between content groups |
| **card** | `12px` | Card padding, list-item spacing |
| **compact** | `8px` | Form fields, tight clusters, badge padding |
| **micro** | `4px` | Icon-text gap, tag inner padding |
**Agent rule**: NEVER hardcode raw pixel values for spacing in generated UI. Always reference these named tokens (`spacing-rhythm.section`, etc.).
## 5c. Widget & Structure Library
Structural patterns extracted from the page DOM — these are the **blueprints** an agent should follow to reproduce the page architecture (not just CSS values).
**4/8 structural patterns detected.**
### Hero Pattern
- **Composition:** left-aligned —
- **Viewport coverage:** 91px tall (not full-viewport)
- **Heading:** "Uniquekicks" — 16px left-aligned
- **CTAs:** 4 (primary: "Sneakers")
- **Clone instruction:** Reproduce the **left-aligned** layout. Use the heading font-size token at the documented size. Pair the centered text with the hero’s decorative visual (gradient / SVG / hero image — see §9b), not bare text.
### Navigation Pattern
- **Position:** static (scrolls with page)
- **Layout:** unknown — Layout not classified
- **Height:** 22px
- **Logo:** ✓ present
- **Nav links:** 1 primary items
- **CTAs in nav:** 0 (no buttons — links only)
- **Clone instruction:** Build a static unknown navigation. Link-only — no button styling needed.
### Card Grid Pattern
- **Card count:** 3 cards detected
- **Columns (desktop):** 4-up grid
- **Card dimensions:** 395×822px (aspect 0.48:1)
- **Gap:** 80px between cards
- **Content:** ✓ image
- **Image position:** top
- **Clone instruction:** Build a 4-column grid (desktop) with cards at ~0.48:1 aspect ratio. Each card has an image at the top.
### Footer Pattern
- **Columns:** 1
- **Links:** 14 total
- **Height:** 742px
- **Includes:** ✓ newsletter signup | ✓ social icons | ✓ copyright
- **Clone instruction:** Build a 1-column footer with ~14 links per column, newsletter signup, social media links, and a copyright line.
## 6. Depth & Elevation
| Level | Treatment | Use |
|-------|-----------|-----|
| Flat (Level 0) | No shadow | Page background, content blocks |
| Layered (Level 1) | <br>`rgba(63, 63, 68, 0.4) 0px 4px 10px 0px` | Cards, elevated surfaces |
| Layered (Level 2) | <br>`rgba(26, 26, 26, 0.12) 0px 0px 0px 1px` | Cards, elevated surfaces |
**Shadow Philosophy**: Multi-layered shadow system creating natural, atmospheric depth. Each shadow level combines multiple layers for realistic elevation.
## 7. Motion & Interaction
### Easing System
| CSS Variable | Curve | Semantic Name |
|--------------|-------|---------------|
| `--smk-ease` | `cubic-bezier(.22,1,.36,1)` | Ease Out — Decelerating |
### Duration Scale
| Value | Tier | Typical Use |
|-------|------|-------------|
| `150ms` | Fast | Hover states, micro-interactions |
| `250ms` | Normal | Panel open/close, navigation |
| `300ms` | Normal | Panel open/close, navigation |
### Copy-Paste Transition Snippets
**Background**
```css
transition: background 0.25s;
```
**Transform**
```css
transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
```
**Transform**
```css
transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
```
**Opacity**
```css
transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bez...;
```
### Keyframe Animation Catalog
| Animation Name | Type | Animated Props | Use Hint |
|----------------|------|----------------|----------|
| `shopify-rotator` | Rotate / Spin | transform | UI transition |
| `shopify-dash` | Rotate / Spin | stroke-dashoffset, transform | UI transition |
| `acceleratedCheckoutLoadingSkeleton` | Fade | opacity | Loading indicator |
| `pulse` | Fade | opacity | Attention / status |
| `translateFull` | Slide | transform | UI transition |
| `ping` | Scale | transform | Attention / status |
| `klaviyo-fadein` | Fade | opacity | Element entrance |
| `klaviyo-fadeout` | Fade | opacity | Element exit |
| `klaviyo-slideinleft` | Slide | transform, visibility | Panel / drawer enter |
| `klaviyo-slideinright` | Slide | transform, visibility | Panel / drawer enter |
| `klaviyo-slideinup` | Slide | transform, visibility | Panel / drawer enter |
| `klaviyo-slideindown` | Slide | transform, visibility | Panel / drawer enter |
| `klaviyo-fadeinup` | Fade + Move | opacity, transform, visibility | Element entrance |
| `klaviyo-slideintopleft` | Slide | transform, visibility | Panel / drawer enter |
| `klaviyo-slideintopright` | Slide | transform, visibility | Panel / drawer enter |
| `klaviyo-slideinbottomright` | Slide | transform, visibility | Panel / drawer enter |
| `klaviyo-slideinbottomleft` | Slide | transform, visibility | Panel / drawer enter |
| `klaviyo-spinner` | Rotate / Spin | transform | Loading indicator |
| `klaviyo-flash` | Fade | opacity | UI transition |
| `klaviyo-heartbeat` | Scale | transform | UI transition |
> *5 additional animations omitted (repetitive variants). See raw keyframes in `raw-css.json`.*
### Motion Fingerprint
- **Speed Character**: Balanced Pacing (median duration: `250ms`)
- **Dominant Easing**: custom cubic-bezier curves
- **Animation Library**: 25 unique animations (25 total including variants)
> This design moves with balanced pacing timing using custom cubic-bezier curves, creating a UI that feels natural and fluid.
## 8. Do's and Don'ts
### Do
- Use Off-White (`#f0f0f0`) as the page background — it's intentionally not pure white
- Use Near-Black (`#1a1a1a`) for text — not pure black, it's warmer and more readable
- Use Barlow as the primary typeface — it defines the brand personality
- Use the extracted shadow patterns for elevation — they are tuned to match the brand palette
- Use full-pill radius (9999px) only for specific elements (avatars, pills, toggles)
- Use #8e0e3b (`#8e0e3b`) as the primary accent — it's the brand's signature interactive color
- Use 8px border-radius on buttons — the standard corner rounding for interactive elements
- Style form inputs with a `1px solid rgba(26, 26, 26, 0.12)` border — use border-based inputs, not floating labels or underline-only
- Respect the 4px–32px spacing range — the design uses a wide scale for visual breathing room
- Include exactly 4 CTAs in the hero (primary + secondary) — this design pattern is multi-action, not single-purpose
- Each card includes a top image — imagery is part of the card identity, not optional
- Use a 4-column grid on desktop — density matters for this content type
- Include a newsletter signup in the footer — email capture is part of the conversion funnel
### Don't
- Don't use pure white (`#ffffff`) as a page background — the warm tone is part of the brand identity
- Don't use pure black (`#000000`) for text — the near-black adds warmth
- Don't substitute with generic sans-serif or serif — the custom font carries the brand
- Don't invent new shadow values — use only the extracted shadow levels
- Don't apply pill radius on rectangular buttons or cards — it's reserved for specific interactive elements
- Don't introduce additional saturated accent colors — the palette is intentionally controlled
- Don't remove the input border — the border is the primary affordance indicator for form fields
- Don't make the nav sticky — this design lets it scroll away to maximize content focus
- Don't put a CTA button in the nav — this design uses links only at the top
- Don't over-build the footer — this design keeps it minimal (1 cols, 14 links)
## 7b. Enforceable Brand Rules
*Structured Do/Don't with reasoning and validation tests. Agents can programmatically verify generated UI.*
```yaml
rules:
- id: brand-canvas-001
type: do
rule: "Always use the page background `rgb(240, 240, 240)` as the base canvas"
why: "Every component is designed to composit against this exact tone"
test: "document.body.style.backgroundColor === 'rgb(240, 240, 240)'"
- id: brand-accent-001
type: do
rule: "Reserve `rgb(142, 14, 59)` for primary CTAs and brand-mark signals only"
why: "Single chromatic assertion device — overuse dilutes meaning"
test: "querySelectorAll('[style*=\"rgb(142, 14, 59)\"]').length <= 3 per fold"
```
## 9. Responsive Behavior
### Breakpoints
| Name | Width | Key Changes |
|------|-------|-------------|
| Mobile | 448px | Single column, compact spacing |
| Mobile | 480px | Single column, compact spacing |
| Mobile Large | 750px | Expanded mobile layout |
| Tablet | 1024px | Multi-column grids begin |
| Desktop | 1149px | Full feature layout |
| Desktop | 1280px | Full feature layout |
### Token Diff — Desktop vs Mobile
| Element | Property | Desktop | Mobile |
|---------|----------|---------|--------|
| heading | font-size | `16px` | `14px` |
| heading | line-height | `25.6px` | `22.4px` |
| body | font-size | `16px` | `14px` |
| body | line-height | `25.6px` | `22.4px` |
| nav | display | `flex` | `none` |
| nav | height | `22.3906px` | `100%` |
| button | font-size | `16px` | `14px` |
| card | width | `249.594px` | `284.688px` |
| sidebar | width | `1440px` | `390px` |
### Collapsing Strategy
- Headlines: 16px → 14px on mobile
- Navigation: flex → none on mobile
- Cards: multi-column → stacked vertical on mobile
- Footer: multi-column → stacked single column on mobile
### Touch Targets
- Buttons: 0px padding
- Navigation: adequate spacing between items
- Interactive elements: minimum 44px touch target recommended
### Collapsing Narrative
How the structural patterns adapt from desktop to mobile (extracted from both viewport extractions):
- **Hero collapses left-aligned → split-right-text** — composition shifts (verify on actual mobile render).
- **Hero CTAs:** 4 on desktop → 5 on mobile.
- **Card grid: 4-up → 1-up** — cards stack as viewport narrows, becoming a vertical list on mobile.
## 7c. Visual Effects & Dynamic Behavior
*The live/dynamic layer beyond static CSS — reproduce these, not flat substitutes. This is often what separates a faithful clone from a wireframe.*
- **Scroll-driven reveals** — content animates in on scroll (CSS scroll-timeline). Build fade/translate reveal-on-scroll for below-fold bands.
- **CSS-variable animations** (1) — animated custom properties.
> **Motion fingerprint**: CSS scroll-driven animations
## 9b. Visual Tone & Photography
**Tone:** Mixed photography + illustration
A balanced mix of photographic content and vector graphics. Photos likely carry product/lifestyle context while SVG handles icons, logos, and decorative accents.
**Canonical Brand Image (OG):**
- http://www.uniquekicks.be/cdn/shop/files/Instagram_Profile_Picture_copy_5x_b23a176f-03bb-428c-9dfa-8d92c2a8a42d.png?v=1687280626&width=2048 (551×551px)
*This is the image shown when the site is shared on social media — represents the brand visual essence.*
**Hero Image (above-fold dominant visual):**
- Aspect: 1:1 (square / portrait)
- Rendered size: 80×80px
- Alt text: "Nike"
- *Use this aspect ratio + composition for your clone's hero — mimicking the proportion preserves the visual hierarchy.*
**Aspect Ratio Distribution:**
- Landscape (1.15–2.3): 0 (0%)
- Portrait (<0.87): 0 (0%)
- Square (0.87–1.15): 4 (100%)
**Media Format Mix:**
**Average rendered image size:** 80×80px
**Above-fold image count:** 4 / 4
**Decorative Patterns Detected:**
- 140 multi-stop linear gradients (mesh-like, 3+ color stops) — the brand leans on rich color transitions for visual depth
- **Glassmorphism** detected (`backdrop-filter: blur`) — layered transparent surfaces with blur, modern OS-like aesthetic
**Clone instruction for decorative work:** This is a gradient-rich design — invest in multi-stop CSS gradients (3+ color stops), not solid backgrounds.
**Imagery Guidance for clones:**
- Mix photography and illustration intentionally: photos for product/context, vectors for icons + decorative accents.
- Respect the format split — replacing JPGs with illustrations (or vice versa) will shift the brand tone.
## 10. Agent Prompt Guide
### Quick Reference
- Background: Off-White (`#f0f0f0`)
- Primary text: Near-Black (`#1a1a1a`)
- Accent: #8e0e3b (`#8e0e3b`)
- Border: Translucent Near Black (12%) (`rgba(26, 26, 26, 0.12)`)
- Font: Barlow
- Body: 16px weight 500
### Example Component Prompts
- "Create a hero section on Off-White background (#f0f0f0). Headline at 16px Barlow weight 500, line-height 1.6, color #1a1a1a."
- "Create the primary CTA button: `#8e0e3b` background, `#333333` text, 2px border-radius, 12px 24px padding, 500 weight, Barlow font."
- "Design a card on `transparent` background. Border: none. Radius: 0px. Shadow: none. Padding: 0px."
- "Build navigation: static on `#f0f0f0`. Barlow 16px weight 500 for links."
### Iteration Guide
1. **Canvas**: Set the light canvas to Off-White (`#f0f0f0`) — every component is composited against this exact base.
2. **Typography**: All type in Barlow, weight range 500–700. Never exceed 700 — heavier weights break the brand's tonal restraint.
3. **Accent**: #8e0e3b (`#8e0e3b`) — one accent, applied consistently to CTAs, active states, and links. Never introduce a second saturated color.
4. **Motion**: All transitions use `cubic-bezier(0.22,1,0.36,1)`. Never use linear for UI transitions — preserve the brand's easing personality.
5. **Shape**: CTAs at `0px`, cards at `0px`. Apply border-radius from the extracted scale only — don't invent intermediate values.
6. **Spacing**: Use the `--ca-space-*` token scale (4px–32px). All padding, margin, and gap values are multiples from this scale — no magic numbers.
7. **Tokens**: Import from §11 CSS Export (`--ca-*` vars). Never hardcode hex values — always reference a token so theming remains consistent.
## 11. CSS Design Tokens Raw Export
*Copy-paste ready `:root {}` block — all values extracted directly from the live site.*
```css
/* Colors */
:root {
--ca-background: #f0f0f0;
--ca-on-primary: #ffffff;
--ca-surface-2: #ececec;
--ca-hairline: #1a1a1a;
--ca-ink-subtle: #6b6b6b;
--ca-primary: #8e0e3b;
--ca-primary-hover: #006fcf;
}
/* Typography */
:root {
--ca-font-primary: "Barlow", system-ui, sans-serif;
--ca-text-display: 48px;
--ca-text-body: 14px;
--ca-text-caption: 20px;
--ca-text-button: 14px;
--ca-text-mono: 32px;
}
/* Spacing & Radius */
:root {
--ca-space-xxs: 2px;
--ca-space-xs: 4px;
--ca-space-sm: 8px;
--ca-space-md: 12px;
--ca-space-base: 16px;
--ca-space-lg: 24px;
--ca-space-xl: 32px;
--ca-space-2xl: 48px;
--ca-space-3xl: 64px;
--ca-radius-none: 0px;
--ca-radius-xs: 4px;
--ca-radius-sm: 8px;
--ca-radius-md: 12px;
--ca-radius-lg: 16px;
--ca-radius-xl: 100px;
--ca-radius-full: 9999px;
}
```
## 13. Page Structure Skeleton
*The actual layout the source site uses. Reproduce these sections in order to match the site structure.*
```yaml
page-skeleton:
- section: header
tag: header
classes: ["shopify-section", "shopify-section-group-header-group"]
height: 91px
width: full-bleed
layout: block
children: 4
- section: logo-strip
tag: height-observer
height: 91px
width: full-bleed
layout: block
children: 1
- section: header
tag: div
height: 91px
width: full-bleed
layout: grid: 3-col gap=40px
children: 3
bg: "rgb(240, 240, 240)"
vertical-padding: ~34px
padding: "34px 48px"
- section: hero
tag: main
classes: ["anchor"]
height: 4612px
width: full-bleed
layout: block
children: 7
- section: content-section
tag: section
classes: ["shopify-section"]
height: 480px
width: full-bleed
layout: block
children: 3
bg: "rgb(240, 240, 240)"
- section: content-section
tag: section
classes: ["shopify-section", "shopify-section--collection-list"]
height: 502px
width: full-bleed
layout: block
children: 4
bg: "rgb(240, 240, 240)"
vertical-padding: ~96px (airy)
- section: content-section
tag: div
classes: ["section", "section-blends", "section-full"]
height: 502px
width: full-bleed
layout: block
children: 1
vertical-padding: ~96px (airy)
padding: "96px 48px"
- section: content-section
tag: div
classes: ["section-stack"]
height: 310px
width: 1344px
layout: grid: 1-col gap=48px 72px
children: 2
- section: feature-section
tag: section
classes: ["shopify-section", "shopify-section--featured-collection"]
height: 519px
width: full-bleed
layout: block
children: 3
bg: "rgb(240, 240, 240)"
vertical-padding: ~48px
- section: feature-section
tag: div
classes: ["section", "section-blends", "section-full"]
height: 519px
width: full-bleed
layout: block
children: 1
vertical-padding: ~48px
padding: "0px 48px 96px"
- section: feature-section
tag: div
classes: ["section-stack"]
height: 423px
width: 1344px
layout: grid: 1-col gap=48px 72px
children: 2
- section: content-section
tag: div
classes: ["floating-controls-container"]
height: 322px
width: 1344px
layout: block
children: 3
- section: content-section
tag: section
classes: ["shopify-section", "shopify-section--media-grid"]
height: 696px
width: full-bleed
layout: block
children: 3
bg: "rgb(240, 240, 240)"
vertical-padding: ~48px
- section: unknown
tag: div
classes: ["section", "section-blends", "section-full"]
height: 696px
width: full-bleed
layout: block
children: 1
vertical-padding: ~48px
padding: "0px 48px 96px"
- section: feature-section
tag: section
classes: ["shopify-section", "shopify-section--featured-collection"]
height: 519px
width: full-bleed
layout: block
children: 3
bg: "rgb(240, 240, 240)"
vertical-padding: ~48px
- section: feature-section
tag: div
classes: ["section", "section-blends", "section-full"]
height: 519px
width: full-bleed
layout: block
children: 1
vertical-padding: ~48px
padding: "0px 48px 96px"
- section: feature-section
tag: div
classes: ["section-stack"]
height: 423px
width: 1344px
layout: grid: 1-col gap=48px 72px
children: 2
- section: content-section
tag: div
classes: ["floating-controls-container"]
height: 322px
width: 1344px
layout: block
children: 3
- section: feature-section
tag: section
classes: ["shopify-section", "shopify-section--blog-posts"]
height: 1153px
width: full-bleed
layout: block
children: 3
bg: "rgb(240, 240, 240)"
vertical-padding: ~48px
- section: feature-section
tag: div
classes: ["section", "section-blends", "section-full"]
height: 1153px
width: full-bleed
layout: block
children: 1
vertical-padding: ~48px
padding: "0px 48px 96px"
- section: feature-section
tag: div
classes: ["section-stack"]
height: 1057px
width: 1344px
layout: grid: 1-col gap=48px 72px
children: 2
- section: footer
tag: footer
classes: ["shopify-section", "shopify-section-group-footer-group"]
height: 742px
width: full-bleed
layout: block
children: 2
bg: "rgb(240, 240, 240)"
vertical-padding: ~64px (generous)
- section: content-section
tag: div
classes: ["container"]
height: 614px
width: 1344px
layout: block
children: 1
- section: footer
tag: div
height: 614px
width: 1344px
layout: grid: 1-col gap=64px
children: 2
```
**Agent rule**: rebuild sections in this order (sorted by vertical position). Match the layout primitive (grid N-col / flex direction / block).
## 14. Copy Library (Real Content from Source)
*Actual text content extracted from the live page. Use these strings verbatim when reproducing the site — they carry the brand voice.*
```yaml
copy:
ctas:
- "Sneakers"
navigation:
- "Uniquekicks"
- "Zoeken openen"
- "Accountpagina openen"
- "Winkelwagen openen 0"
- "SALE"
footer-links:
- "Authenticiteit"
```
**Agent rule**: reuse these exact strings when generating UI. Do NOT translate or rephrase — brand voice is preserved through the original wording.
## 15. Asset Inventory (Image Roles & Ratios)
*Image inventory classified by role and aspect ratio. When reproducing the site, allocate this number of assets per role.*
```yaml
assets:
thumbnail:
count: 50
avg-ratio: 1.00
common-aspect: "~1:1 square"
sample-alts:
- "Nike"
- "View all Nike"
- "Nike Dunk"
```
**Agent rule**: when generating placeholder images, match these counts and aspect ratios. Use neutral placeholder backgrounds for `product` (e.g. `#f5f5f5`), full-color photography hints for `hero` and `editorial`.
## 16. Component HTML Templates
*Suggested HTML markup for reproducing the key components — based on what was detected in the source DOM.*
### Button (primary action)
```html
<button class="btn btn-primary">
Sneakers
</button>
```
_Source pattern detected: padding `0px 12px` · radius `0px` · weight `500`_
### Product Card (e-commerce)
```html
<article class="product-card">
<div class="card-badge-promo">SALE</div> <!-- optional top-left badge -->
<div class="card-image-wrap">
<img src="..." alt="..." class="product-photo" />
</div>
<div class="card-meta">
<p class="brand-name">{brand}</p>
<h3 class="product-name">{name}</h3>
<div class="rating">★★★★★ <span class="count">{n}</span></div>
<p class="price">{price-range OR single}</p>
</div>
</article>
```
### Generic Card
```html
<div class="card">
<!-- content -->
</div>
```
_Source pattern detected: padding `0px` · radius `0px` · shadow `none`_
**Agent rule**: use these markup skeletons as the structural baseline. Apply tokens from §2-3 for visual styling.
## 17. Content Architecture & Resources (Links by Purpose)
*The page's links classified by purpose — the information architecture to reproduce. Categories, featured images, devices and projects are extracted from the rendered DOM, not guessed.*
**By purpose:** **nav** 5 · **product** 25 · **footer** 2 · **other** 28
**Projects / case studies detected** (clustered by URL + featured image):
*Products* — medium confidence, 12 items:
| Title | Featured image | Link |
|---|---|---|
| Air Jordan 1 Retro Low Og Sp Travis Scott Ve | `air_jordan_1_retro_low_og_sp_2025010` (ar 2.8) | https://www.uniquekicks.be/products/air-jordan-1-retro-low-og-sp-travis-scott-velvet-brown |
| New Balance 9060 Rain Cloud Grey - resellgur | `output_1742573684449.png?v=174332655` (ar 1.67) | https://www.uniquekicks.be/products/new-balance-9060-rain-cloud-grey |
| New Balance 9060 Shadow Purple - resellguru. | `output_1742574099226.png?v=174332639` (ar 1.67) | https://www.uniquekicks.be/products/new-balance-9060-shadow-purple |
| New Balance 9060 Slate Grey Raincloud - rese | `output_1742482670253.png?v=174336118` (ar 1.67) | https://www.uniquekicks.be/products/new-balance-9060-slate-grey-raincloud |
| New Balance 9060 Driftwood Castlerock - rese | `output_1742572194089.png?v=174332710` (ar 1.67) | https://www.uniquekicks.be/products/new-balance-9060-driftwood-castlerock |
| New Balance 9060 Magnet - resellguru.app | `output_1742572673525.png?v=174332694` (ar 1.67) | https://www.uniquekicks.be/products/new-balance-9060-magnet |
| New Balance 9060 December Sky - resellguru.a | `output_1742572124790.png?v=174332712` (ar 1.67) | https://www.uniquekicks.be/products/new-balance-9060-december-sky |
| Air Jordan 4 Retro Military Blue (2024) - re | `output_1742614495106.png?v=174331175` (ar 1.67) | https://www.uniquekicks.be/products/air-jordan-4-retro-military-blue-2025 |
*Collections* — medium confidence, 12 items:
| Title | Featured image | Link |
|---|---|---|
| Air Jordan | `jordan_800x_3a6c1ed9-aad6-4d72-a85e-` (ar 1) | https://www.uniquekicks.be/collections/air-jordan |
| Air Jordan 1 High | `air-jordan-1-retro-high-co-japan-neu` (ar 1.67) | https://www.uniquekicks.be/collections/air-jordan-1-high |
| Air Jordan 1 Mid | `output_1744697847905.png?v=174469789` (ar 1.67) | https://www.uniquekicks.be/collections/air-jordan-1-mid |
| Air Jordan 1 Low | `output_1744693137602.png?v=174469315` (ar 1.67) | https://www.uniquekicks.be/collections/air-jordan-1-low |
| Air Jordan 3 | `output_1744699177149.png?v=174469923` (ar 1.67) | https://www.uniquekicks.be/collections/air-jordan-3 |
| Air Jordan 4 | `output_1742614495106.png?v=174331175` (ar 1.67) | https://www.uniquekicks.be/collections/air-jordan-4 |
| Nike | `nike_800x_97fda4bd-c6e0-415d-8275-a3` (ar 1) | https://www.uniquekicks.be/collections/nike |
| Nike Dunk High | `output_1751384788286.png?v=175138484` (ar 1.67) | https://www.uniquekicks.be/collections/nike-dunk-high |
*Blogs* — medium confidence, 3 items:
| Title | Featured image | Link |
|---|---|---|
| "Jordan 4 Military Blue: De Terugkeer van ee | `Now_Available__Air_Jordan_4_Retro__I` (ar 0.8) | https://www.uniquekicks.be/blogs/news/jordan-4-military-blue-de-terugkeer-van-een-cultfavoriet |
| "Powerpuff Dunks SB: Een Sneaker die de Stra | `Now_Available__Powerpuff_Girls_x_Nik` (ar 0.8) | https://www.uniquekicks.be/blogs/news/powerpuff-dunks-sb-een-sneaker-die-de-straten-verlicht |
| "Travis Scott x Air Jordan 1 Dark Mocha: De | `Travis_Scott_s_x_Jordan_Jumpman_Jack` (ar 0.8) | https://www.uniquekicks.be/blogs/news/travis-scott-x-air-jordan-1-dark-mocha-de-must-have-sneaker-van-het-jaar |
**Signals:** 44/60 links carry a featured image · device mockups detected: laptop ×20, tablet ×11 · dominant link roles: content-card (52), navigation (5), footer-link (2).
---
## Extraction Completeness: 78/100 (B)
| Category | Score | Max | Detail |
|----------|-------|-----|--------|
| Colors & Palette | 24 | 25 | 17 named colors |
| Typography | 15 | 20 | 6 roles defined |
| Components | 12 | 20 | 3 specs extracted |
| Motion & Interaction | 15 | 15 | Keyframes, easing vars |
| CSS Custom Properties | 7 | 10 | 147 vars |
| Responsive Breakpoints | 5 | 5 | 6 breakpoints |
| Variable Fonts | 0 | 5 | None detected |
## 12. Known Gaps & Confidence
Explicit list of what this extraction could NOT capture. Agents should not invent values for these — either skip the feature or use the documented baseline + heuristic fallback.
*Auto-detected extraction limitations — understand before building:*
- **Licensed web fonts (impact)** — detected but not downloaded. Substitute with your licensed copy or a close fallback (see Typography section for metrics).
- **Sparse component extraction** — fewer than 5 component types detected. Highly dynamic sections (modals, datepickers, carousels) require interaction to render and are not captured in a static pass.
| Category | What's missing | Fallback strategy |
|----------|----------------|-------------------|
| **Dark mode** | No dark-mode CSS variables or media queries detected | Light mode is canonical; do not generate dark-mode variants unless explicitly requested |
### Per-section confidence
| Section | Confidence | Reason |
|---------|------------|--------|
| §1 Visual Theme | High | Body bg extracted via getComputedStyle() |
| §2 Colors | High | 147 CSS vars (semantic naming requires ≥20 for high) |
| §3 Typography | High | 6 typography roles inferred |
| §4 Components | Medium | 3 component variants captured |
| §7 Motion | High | Keyframes + transitions |
| §8 Do's/Don'ts | High | 23 rules generated; design-decisions.json has evidence per rule |
| §9 Responsive | High | 6 breakpoints detected |
| §9b Photography | High | 4 images, hero present |
## 11.1 CSS Implementation Guide (CSS Interception Engine v2.15+)
*Ready-to-use CSS from Prism's CSS Interception Engine — intercepted directly from the site's CSS files (bypasses CORS). Copy-paste into your `<style>` block.*
### Font Loading
9 font file(s) captured (135KB total). When running `prism add`, fonts are saved to `extractions/uniquekicks.be/fonts/` and embedded as base64 in the output HTML.
**@font-face declarations to use:**
```css
@font-face {
font-family: 'impact';
/* src: url('/fonts/impact.woff2') format('woff2'); */
font-weight: 400;
font-style: normal;
font-display: auto;
}
```
### Keyframe Animations (Intercepted from CSS)
**78 @keyframes found** — these are the real animation definitions:
```
@keyframes shopify-rotator { ... }
@keyframes shopify-dash { ... }
@keyframes acceleratedCheckoutLoadingSkeleton { ... }
@keyframes pulse { ... }
@keyframes translateFull { ... }
@keyframes ping { ... }
@keyframes pulseAnimationOne { ... }
@keyframes pulseAnimationTwo { ... }
@keyframes pulseAnimationThree { ... }
@keyframes shopify-chat-fade-in { ... }
@keyframes shopify-chat-slide-up { ... }
@keyframes shopify-chat-spin { ... }
@keyframes fade-in-down { ... }
@keyframes klaviyo-fadein { ... }
@keyframes klaviyo-fadeout { ... }
@keyframes klaviyo-slideinleft { ... }
@keyframes klaviyo-slideinright { ... }
@keyframes klaviyo-slideinup { ... }
@keyframes klaviyo-slideindown { ... }
@keyframes klaviyo-fadeinup { ... }
@keyframes klaviyo-slideintopleft { ... }
@keyframes klaviyo-slideintopright { ... }
@keyframes klaviyo-slideinbottomright { ... }
@keyframes klaviyo-slideinbottomleft { ... }
@keyframes klaviyo-spinner { ... }
@keyframes klaviyo-flash { ... }
@keyframes klaviyo-heartbeat { ... }
@keyframes klaviyo-pulse { ... }
@keyframes klaviyo-flipTop { ... }
@keyframes klaviyo-flipBottom { ... }
@keyframes kl_reviews__list_loading__spinner { ... }
@keyframes fadein { ... }
@keyframes PDS4s { ... }
@keyframes lBNNd { ... }
@keyframes jmb5zc0 { ... }
@keyframes jmb5zc1 { ... }
@keyframes jmb5zc2 { ... }
@keyframes _1ggkr8p1 { ... }
@keyframes _1ggkr8p2 { ... }
@keyframes u2pext1w { ... }
@keyframes _1sg44lm5 { ... }
@keyframes dQ3Wi { ... }
@keyframes Fv5RP { ... }
@keyframes a8e6V { ... }
@keyframes J2GDT { ... }
@keyframes _6r3JJ { ... }
@keyframes _4DK2N { ... }
@keyframes _1tkoa2336 { ... }
@keyframes _1tkoa2337 { ... }
@keyframes _1h3po42b { ... }
@keyframes xvcb00 { ... }
@keyframes xvcb01 { ... }
@keyframes _15amvvqk { ... }
@keyframes _15amvvql { ... }
@keyframes i6e6fxk { ... }
@keyframes uLawW { ... }
@keyframes Jg0Y2 { ... }
@keyframes jJAUC { ... }
@keyframes HKTmQ { ... }
@keyframes dSHH5 { ... }
@keyframes dz1Hp { ... }
@keyframes udbGM { ... }
@keyframes fBgXr { ... }
@keyframes FT2QH { ... }
@keyframes _97NF8 { ... }
@keyframes i0YRL { ... }
@keyframes _2RkQB { ... }
@keyframes PGm03 { ... }
@keyframes DQ4QG { ... }
@keyframes HpwZN { ... }
@keyframes CFbpi { ... }
@keyframes T3BJG { ... }
@keyframes NtpdW { ... }
@keyframes NqV6a { ... }
@keyframes jkk8F { ... }
@keyframes QhZg2 { ... }
@keyframes Bsy72 { ... }
@keyframes AxnGk { ... }
```
<details><summary>Full keyframes CSS (78 animations)</summary>
```css
@keyframes shopify-rotator{0%{transform:rotate(0)}
@keyframes shopify-dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}
@keyframes acceleratedCheckoutLoadingSkeleton{50%{opacity:var(--shopify-accelerated-checkout-skeleton-animation-opacity-start, 1)}75%{opacity:var(--shopify-accelerated-checkout-skeleton-animation-opacity-end, .5)}
@keyframes pulse{50%{opacity:.5}}
@keyframes translateFull{0%{transform:translate(0)}
@keyframes ping{0%{transform:scale(1)}
@keyframes pulseAnimationOne{0%{background-color:#8c9196}25%{background-color:#5c5f62}50%{background-color:#8c9196}
@keyframes pulseAnimationTwo{0%{background-color:#8c9196}25%{background-color:#8c9196}50%{background-color:#5c5f62}
@keyframes pulseAnimationThree{0%{background-color:#8c9196}25%{background-color:#8c9196}50%{background-color:#8c9196}
@keyframes shopify-chat-fade-in{0%{opacity:.5}
@keyframes shopify-chat-slide-up{0%{margin-bottom:0}
@keyframes shopify-chat-spin{0%{transform:rotate(0deg)}
@keyframes fade-in-down{0%{opacity:0;transform:translateY(-1.25em)}
@keyframes klaviyo-fadein{from{opacity:0}
@keyframes klaviyo-fadeout{from{opacity:1}
@keyframes klaviyo-slideinleft{from{transform:translate3d(-100%, 0, 0);visibility:visible}
@keyframes klaviyo-slideinright{from{transform:translate3d(100%, 0, 0);visibility:visible}
@keyframes klaviyo-slideinup{from{transform:translate3d(0, -100%, 0);visibility:visible}
@keyframes klaviyo-slideindown{from{transform:translate3d(0, 100%, 0);visibility:visible}
@keyframes klaviyo-fadeinup{from{opacity:0;transform:translate3d(0, 10%, 0);visibility:visible}
@keyframes klaviyo-slideintopleft{from{transform:translate3d(-100%, -100%, 0);visibility:visible}
@keyframes klaviyo-slideintopright{from{transform:translate3d(100%, -100%, 0);visibility:visible}
@keyframes klaviyo-slideinbottomright{from{transform:translate3d(100%, 100%, 0);visibility:visible}
@keyframes klaviyo-slideinbottomleft{from{transform:translate3d(-100%, 100%, 0);visibility:visible}
@keyframes klaviyo-spinner{to{transform:rotate(360deg)}}
@keyframes klaviyo-flash{from,50%,to{opacity:1}25%,75%{opacity:0}}
@keyframes klaviyo-heartbeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}
@keyframes klaviyo-pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.1, 1.1, 1.1)}
@keyframes klaviyo-flipTop{0%{transform:rotateX(0deg);z-index:2}0%,99%{opacity:.99}100%{transform:rotateX(-90deg);opacity:0}}
@keyframes klaviyo-flipBottom{0%,50%{z-index:-1;transform:rotateX(90deg);opacity:0}51%{opacity:.99}100%{opacity:.99;transform:rotateX(0deg);z-index:5}}
@keyframes kl_reviews__list_loading__spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes fadein{from{opacity:0}
@keyframes PDS4s{0%{transform:translateY(2%) scale(.95);opacity:0}
@keyframes lBNNd{0%{transform:translateY(0);opacity:1}
@keyframes jmb5zc0{0%{opacity:0}
@keyframes jmb5zc1{0%{opacity:1}
@keyframes jmb5zc2{0%{transform:translateY(var(--_slide-in-distance))}
@keyframes _1ggkr8p1{0%{transform:rotate(0)}
@keyframes _1ggkr8p2{0%{opacity:0}
@keyframes u2pext1w{0%{opacity:0}
@keyframes _1sg44lm5{50%{opacity:1}75%{opacity:.5}
@keyframes dQ3Wi{0%{transform:translate(4%);opacity:0}
@keyframes Fv5RP{0%{transform:translate(-4%);opacity:0}
@keyframes a8e6V{0%{opacity:0;transform:translateY(-8px)}}
@keyframes J2GDT{0%{opacity:0;transform:translateY(8px)}}
@keyframes _6r3JJ{0%{transform:translateY(100%)}
@keyframes _4DK2N{0%{transform:translateY(0)}
@keyframes _1tkoa2336{to{overflow-block:visible;overflow-inline:visible}}
@keyframes _1tkoa2337{0%{-webkit-clip-path:inset(0 max(0px,calc(100% - min(22cqi,10.5rem))) 0 0);clip-path:inset(0 max(0px,calc(100% - min(22cqi,10.5rem))) 0 0)}
@keyframes _1h3po42b{50%{opacity:1}75%{opacity:.5}
@keyframes xvcb00{50%{transform:translate(calc(var(--x-global-transform-direction-modifier) * 300%))}}
@keyframes xvcb01{50%{transform:translate(300%)}}
@keyframes _15amvvqk{0%{transform:rotateY(0)}5%{transform:rotateY(0)}45%{transform:rotateY(180deg)}60%{transform:rotateY(180deg)}
@keyframes _15amvvql{0%{opacity:0}10%{opacity:0}25%{opacity:1}40%{opacity:0}65%{opacity:0}80%{opacity:1}90%{opacity:0}
@keyframes i6e6fxk{0%{stroke-dashoffset:-50px}
@keyframes uLawW{0%{opacity:0;transform:translate(calc(((var(--selected-index) + .5) / var(--option-count) * 100% - 50%) * var(--x-global-transform-direction-modifier, 1)))}}
@keyframes Jg0Y2{0%{transform:translate(calc(((var(--selected-index) + .5) / var(--option-count) * 100% - 50%) * var(--x-global-transform-direction-modifier, 1))) scaleX(calc(1 / var(--option-count)))}}
@keyframes jJAUC{0%{opacity:0;transform:scale(.98)}}
@keyframes HKTmQ{0%{inset-inline-start:4px;inline-size:calc(100% - 8px)}}
@keyframes dSHH5{0%{opacity:0}}
@keyframes dz1Hp{0%{opacity:0;transform:translate(calc((var(--option-count) / 2 - var(--selected-index) - .5) * 100% * var(--x-global-transform-direction-modifier, 1)))}}
@keyframes udbGM{0%{opacity:0;transform:translate(-10%)}
@keyframes fBgXr{0%{inline-size:calc(var(--icon-size) * var(--icon-max-size-scale) + var(--x-spacing-small-400) * 2)}
@keyframes FT2QH{0%{transform:scale(var(--icon-min-size-scale))}50%{transform:scale(var(--icon-max-size-scale))}
@keyframes _97NF8{0%,90%{opacity:0}
@keyframes i0YRL{0%{opacity:0;transform:scale(.5)}40%{transform:scale(1.1)}
@keyframes _2RkQB{0%,to{transform:rotate(10deg)}50%{transform:rotate(-10deg)}}
@keyframes PGm03{0%{transform:translate(-1%)}}
@keyframes DQ4QG{0%{transform:translate(1%)}}
@keyframes HpwZN{0%{opacity:0}}
@keyframes CFbpi{to{transform:translate(-1%)}}
@keyframes T3BJG{to{transform:translate(1%)}}
@keyframes NtpdW{to{opacity:0}}
@keyframes NqV6a{0%{inset-inline-start:1em;inline-size:0}50%{inset-inline-start:1em;inline-size:calc(100% - 2em)}
@keyframes jkk8F{0%{inset-inline-end:1em;inline-size:0}50%{inset-inline-end:1em;inline-size:calc(100% - 2em)}
@keyframes QhZg2{0%{color:var(--x-default-color-accent);background-posi
```
</details>
### Brand Gradient Palette
**9 complex gradients captured** from the site's CSS. The first few are the most prominent visual decorations:
```css
/* Gradient 1 */
background: linear-gradient(to bottom right,transparent calc(50% - 1px);
/* Gradient 2 */
background: linear-gradient(to bottom right,#0000 50%,currentColor 50% calc(50% + 2px);
/* Gradient 3 */
background: linear-gradient(to bottom right,transparent 50%,rgb(var(--text-color);
/* Gradient 4 */
background: radial-gradient(50% 50% at 50% 50%,rgb(var(--hot-spot-background);
/* Gradient 5 */
background: radial-gradient(50% 50% at 50% 50%,rgb(var(--shop-the-look-dot-background);
```
### Hover State CSS (Intercepted)
**13 hover rule lines** captured from CSS files. Key interactive transitions from real CSS (not inferred):
```css
.shopify-payment-button__button--unbranded:hover:not([disabled]){background-color:#136f99}
@media screen and (pointer:fine){.pswp__button--close:hover{transform:rotate(90deg)}
@media screen and (pointer:fine){.back-button:hover{opacity:1}
@media screen and (pointer:fine){.group:hover .animated-arrow:before{transform:translate(calc(var(--transform-logical-flip) * var(--spacing-0-5))) rotate(calc(var(--transform-logical-flip) * 45deg))}
.group:hover .animated-arrow:after{opacity:1;transform:scaleX(1)}
@media screen and (pointer:fine){.group:hover .circle-chevron.group-hover\:colors:not([disabled]),.circle-chevron.hover\:colors:hover:not([disabled]){background:rgb(var(--text-color));color:rgb(var(--background))}
.popover-listbox__option[aria-selected=true],.popover-listbox__option:hover{color:rgb(var(--text-color))}
```
> **Note**: All values above are extracted from the live site's CSS files. The font files are saved locally by Prism and embedded in the output HTML. Use them as-is for maximum fidelity.
## 11.2 Measured Reality (CDP Engine)
Captured directly from Chrome's engine across **all 2182 rendered nodes** — not a sample. These are the values the page *actually paints*, weighted by how often they appear.
### Real Responsive Breakpoints
**23 breakpoints** read from the live `@media` rules (not guessed) — 14 most relevant:
`448px` · `480px` · `600px` · `699px` · `700px` · `750px` · `768px` · `769px` · `900px` · `990px` · `999px` · `1000px` · `1024px` · `1149px` … (+9 more)
### Measured Design Scale
**Type scale by usage** (× = paint count): `16px`×1969 · `12px`×74 · `48px`×37 · `20px`×35 · `14px`×32 · `36px`×13 · `24px`×7 · `32px`×7
**Radius scale** (× = paint count): `8px`×160 · `6px`×132 · `9999px`×46 · `12px`×28 · `4px`×11 · `30px`×2 · `2px`×2 · `16px`×1
**Weights** (× = paint count): `500`×1842 · `700`×234 · `400`×77 · `600`×24 · `900`×2
**Layout gaps** (× = paint count): `16px`×174 · `12px`×52 · `4px 16px`×22 · `10px`×21 · `24px`×15 · `4px`×13 · `2px`×12 · `2px 8px`×12
**Elevation (real shadows)**:
```css
rgba(26, 26, 26, 0.12) 0px 0px 0px 1px
rgba(0, 0, 0, 0.15) 0px 0px 5px 0px
rgba(0, 0, 0, 0.15) 0px 0px 30px 0px
```
### Provenance — measured styles on key elements
Read from the live CSSOM (includes runtime-injected CSS). This is *what actually styles the page*, by element:
```css
body { background:rgb(var(--background)); color:rgb(var(--text-color)) }
h2 { color:hsl(0deg, 0%, 12%, 100%); font-family:inherit; font-size:120%; font-weight:bold }
button { font-family:inherit; font-size:100%; font-weight:inherit; color:inherit }
button { font-family:inherit; font-size:100%; border-radius:2px }
button { background:transparent; color:#333; background-color:transparent }
a { color:hsl(0deg, 0%, 12%, 100%) }
input { font-family:inherit; font-size:100%; font-weight:inherit; color:inherit }
button { gap:20px }
```
> Selectors normalised to their semantic element — source class names are often build-hashed (`.bgDIHX`) and not reusable. The declarations + CSS vars are the transferable part.
---
*Generated by Prism — automated Playwright extraction + design analysis.*
*Source: https://uniquekicks.be | 2026-06-11T06:19:54.533Z*
*Values extracted via getComputedStyle() (rendered) + CSS custom properties (tokens, marked `(token)`). Token-only values may not be painted — verify against the live site before shipping.*
Re-extract: clone-architect update uniquekicks.be