Home > The Nike Air Rift Goes Brogue In “Light British Tan”

The Nike Air Rift Goes Brogue In “Light British Tan”

2025-11-20
Nike Air Rift Light British Tan - Front View Nike Air Rift Light British Tan - Side View Nike Air Rift Light British Tan - Back View

The brogue-style Nike Air Rift in “Light British Tan” has already begun surfacing overseas and will release through Nike during the Holiday 2025 shopping window.

Available Sizes: Women's sizes
Price: $145 USD
Release Window: Holiday 2025

These limited edition Nike Air Rift shoes feature premium brogue detailing with a sophisticated light British tan colorway. The iconic split-toe design gets an elegant makeover perfect for fashion-forward sneaker enthusiasts.

``` ```css .product-container { max-width: 1200px; margin: 0 auto; padding: 20px; font-family: 'Helvetica Neue', Arial, sans-serif; } .product-header h1 { font-size: 2.5rem; text-align: center; margin-bottom: 30px; color: #333; font-weight: 700; } .product-details { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 40px; } .product-images { display: flex; flex-direction: column; gap: 20px; } .product-image { width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } .product-info { padding: 20px; } .release-info { font-size: 1.1rem; line-height: 1.6; color: #666; margin-bottom: 30px; } .specs { background: #f8f8f8; padding: 20px; border-radius: 8px; margin-bottom: 30px; } .spec-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #e0e0e0; } .spec-item:last-child { border-bottom: none; } .spec-label { font-weight: 600; color: #333; } .spec-value { color: #d35400; font-weight: 500; } .description p { line-height: 1.6; color: #555; } .gallery { grid-column: 1 / -1; margin-top: 40px; } .gallery h2 { font-size: 1.8rem; margin-bottom: 20px; color: #333; } .gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 20px; } .gallery-item img { width: 100%; height: auto; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); } .gallery-note { text-align: center; color: #666; font-style: italic; } @media (max-width: 768px) { .product-details { grid-template-columns: 1fr; gap: 20px; } .gallery-grid { grid-template-columns: 1fr; } .product-header h1 { font-size: 2rem; } } ```