diff --git a/index.html b/index.html index 481c707..fb9da3e 100644 --- a/index.html +++ b/index.html @@ -332,13 +332,11 @@ button { font-family: inherit; cursor: pointer; border: none; background: none; } .product-grid { display: grid; - grid-template-columns: repeat(4, 1fr); + grid-template-columns: minmax(0, 420px); + justify-content: center; gap: 24px; - max-width: 1240px; margin: 0 auto; } -@media (max-width: 1080px) { .product-grid { grid-template-columns: repeat(2, 1fr); max-width: 720px; } } -@media (max-width: 900px) { .product-grid { grid-template-columns: 1fr; max-width: 400px; } } .product-card { background: var(--bg-3); border: 1px solid var(--line); @@ -791,59 +789,21 @@ footer {
The Coffee -

Three expressions, one origin

+

One roast, done right

-
Sampler · 2 oz × 3
+
Medium-Dark · Signature
Tasting Edition
Antigua Sampler
-
All Three Roasts · 2 oz Each
-

Strictly Hard Bean from a single estate, 5,000 ft above sea level. Try Bright, Classic, and Bold — the easy way to find your roast.

-
$18 / 3 × 2 oz bags
-
-
-
-
- -
Light · Bright
-
-
-
Antigua Bright
-
Light Roast
-
SHB · 5,000 ft · Arabica · Light Roast
-

Citrus brightness, floral aromatics, honey sweetness. For pour-over purists.

-
$20 / 12oz bag
-
-
-
-
- -
Medium · Classic
-
-
-
Antigua Classic
-
Medium Roast
-
SHB · 5,000 ft · Arabica · Medium Roast
-

Chocolate, caramel, toasted almond. The everyday cup that never gets old.

-
$20 / 12oz bag
-
-
-
-
- -
Dark · Bold
-
-
-
Antigua Bold
-
Dark Roast
-
SHB · 5,000 ft · Arabica · Dark Roast
-

Dark cocoa, smoky depth, molasses body. Full-throttle espresso fuel.

-
$20 / 12oz bag
+
Single Medium-Dark Roast · 2 oz
+
SHB · 5,000 ft · Arabica · Medium-Dark Roast
+

Strictly Hard Bean from a single estate, 5,000 ft above sea level. Dark cocoa, toasted almond, and a deep, smoky finish — a small-batch taste of our signature roast.

+
$18 / 2 oz tasting bag
@@ -958,9 +918,7 @@ footer { @@ -1083,7 +1041,7 @@ html[lang="ko"] .step-meta-val { letter-spacing: 0.005em; }