From 752457032f77345222a195e8ab1f9458c1b5a268 Mon Sep 17 00:00:00 2001 From: Replit Agent Date: Sun, 5 Jul 2026 21:00:28 +0000 Subject: [PATCH] Format product descriptions to properly display bullet points and styling Update `rubiks-cube-socks.html` to use HTML tags for product descriptions, and `styles.css` to add CSS rules for `p`, `h3`, `ul`, and `li` elements within the `.product-description` class to ensure proper rendering of bullet points and text styling. Replit-Commit-Author: Agent Replit-Commit-Session-Id: f5797e65-2210-4d2e-bf70-278d8a0098c1 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 8a4250cf-424f-4911-8fb9-041eb6a44f92 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/2a2c58da-54a0-4c86-8ad0-3b93439f70de/f5797e65-2210-4d2e-bf70-278d8a0098c1/IEMXGsm Replit-Helium-Checkpoint-Created: true --- rubiks-cube-socks.html | 34 ++++++++++++++++++---------------- styles.css | 12 ++++++++++++ 2 files changed, 30 insertions(+), 16 deletions(-) diff --git a/rubiks-cube-socks.html b/rubiks-cube-socks.html index cc35954..b8e19ce 100644 --- a/rubiks-cube-socks.html +++ b/rubiks-cube-socks.html @@ -87,27 +87,29 @@
Rubik's Cube Socks

Rubik's Cube Socks

$13.67
-
Bring speedcubing style to every step with these comfortable **Speedcuber Socks**, designed for competitive cubers, cube solvers, and puzzle enthusiasts. Featuring a vibrant cubing-inspired sublimated print, these **speedcubing socks** are a fun way to represent your passion for solving cubes wherever you go. +
+

Bring speedcubing style to every step with these comfortable Speedcuber Socks, designed for competitive cubers, cube solvers, and puzzle enthusiasts. Featuring a vibrant cubing-inspired sublimated print, these speedcubing socks are a fun way to represent your passion for solving cubes wherever you go.

- Whether you're attending a speedcubing competition, practicing algorithms at home, hanging out with fellow cubers, or looking for a unique addition to your everyday outfit, these **Speedcuber Socks** combine comfort with bold cubing style. The cushioned bottoms provide added comfort, while the stretchy polyester and spandex blend creates a flexible unisex fit. +

Whether you're attending a speedcubing competition, practicing algorithms at home, hanging out with fellow cubers, or looking for a unique addition to your everyday outfit, these Speedcuber Socks combine comfort with bold cubing style. The cushioned bottoms provide added comfort, while the stretchy polyester and spandex blend creates a flexible unisex fit.

- Looking for a unique **gift for a speedcuber**? These cubing socks make a great gift for competitive speedcubers, cube enthusiasts, puzzle lovers, and anyone constantly chasing their next personal best. Available in three sizes, they're perfect for cubers who want to show off their love for speedcubing from head to toe. +

Looking for a unique gift for a speedcuber? These cubing socks make a great gift for competitive speedcubers, cube enthusiasts, puzzle lovers, and anyone constantly chasing their next personal best. Available in three sizes, they're perfect for cubers who want to show off their love for speedcubing from head to toe.

- **Product Features** +

Product Features

+
    +
  • 95% polyester and 5% spandex for a comfortable, flexible fit
  • +
  • Vibrant sublimated speedcubing-inspired print
  • +
  • Available in three different sizes
  • +
  • Unisex regular fit
  • +
  • Ribbed tube construction
  • +
  • Cushioned bottoms for added everyday comfort
  • +
  • Perfect for speedcubing competitions, cubing practice, and casual wear
  • +
- * 95% polyester and 5% spandex for a comfortable, flexible fit - * Vibrant sublimated speedcubing-inspired print - * Available in three different sizes - * Unisex regular fit - * Ribbed tube construction - * Cushioned bottoms for added everyday comfort - * Perfect for speedcubing competitions, cubing practice, and casual wear +

Please Note

+

These socks are printed using a flat sublimation method. Slight color discrepancies may be visible along the side seams, particularly with darker designs.

- **Please Note** - These socks are printed using a flat sublimation method. Slight color discrepancies may be visible along the side seams, particularly with darker designs. - - Whether you're solving at home, competing for a new personal best, or searching for the perfect **speedcubing gift**, these **Speedcuber Socks** add cubing culture and personality to every outfit. -
+

Whether you're solving at home, competing for a new personal best, or searching for the perfect speedcubing gift, these Speedcuber Socks add cubing culture and personality to every outfit.

+
Buy on the Store ↗ diff --git a/styles.css b/styles.css index 6c3e3f8..d13b91b 100644 --- a/styles.css +++ b/styles.css @@ -223,6 +223,18 @@ section { font-size:1rem; line-height:1.75; color:rgba(26,24,21,0.68); min-height:2rem; margin-bottom:2rem; } +.product-description p { margin:0 0 1.1rem; } +.product-description p:last-child { margin-bottom:0; } +.product-description h3 { + font-size:1rem; font-weight:700; color:var(--ink,#1a1815); + margin:1.6rem 0 0.7rem; text-transform:uppercase; letter-spacing:0.03em; +} +.product-description ul { + list-style:disc; margin:0 0 1.1rem; padding-left:1.4rem; +} +.product-description li { margin-bottom:0.4rem; } +.product-description li:last-child { margin-bottom:0; } +.product-description strong { color:var(--ink,#1a1815); font-weight:700; } .product-info .btn-primary { align-self:flex-start; } /* ── ABOUT ── */