{"product_id":"9060-breakfast-tea-angora","title":"NB 9060 - Breakfast Tea \/ Angora","description":"\u003cstyle\u003e\n  .nb9060-description {\n    --tea: #9a6a43;\n    --tea-dark: #68432b;\n    --angora: #f1ede5;\n    --cream: #e7e0d4;\n    --soft: #faf8f4;\n    --charcoal: #292825;\n    --muted: #716d66;\n    --border: #ddd5c9;\n    \n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--charcoal);\n    font-family: inherit;\n  }\n\n  .nb9060-description * {\n    box-sizing: border-box;\n  }\n\n  \/* HERO *\/\n  .nb9060-hero {\n    background: linear-gradient(135deg, #f4f0e9 0%, #e9dfd2 55%, #d8c2aa 100%);\n    border-radius: 24px;\n    padding: 55px 45px;\n    margin-bottom: 24px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .nb9060-hero:after {\n    content: \"\";\n    position: absolute;\n    width: 280px;\n    height: 280px;\n    border-radius: 50%;\n    background: rgba(255,255,255,.22);\n    right: -90px;\n    top: -100px;\n  }\n\n  .nb9060-eyebrow {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--tea-dark);\n    margin-bottom: 14px;\n  }\n\n  .nb9060-hero h2 {\n    margin: 0 0 16px;\n    font-size: clamp(30px, 5vw, 52px);\n    line-height: 1.05;\n    letter-spacing: -1.5px;\n    font-weight: 700;\n    color: var(--charcoal);\n  }\n\n  .nb9060-hero h2 span {\n    color: var(--tea-dark);\n  }\n\n  .nb9060-hero p {\n    max-width: 680px;\n    margin: 0;\n    font-size: 16px;\n    line-height: 1.7;\n    color: #5e574f;\n  }\n\n  \/* INTRO *\/\n  .nb9060-intro {\n    background: var(--soft);\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    padding: 34px;\n    margin-bottom: 24px;\n  }\n\n  .nb9060-intro h3 {\n    margin: 0 0 12px;\n    font-size: 24px;\n    color: var(--charcoal);\n  }\n\n  .nb9060-intro p {\n    margin: 0;\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--muted);\n  }\n\n  \/* FEATURE GRID *\/\n  .nb9060-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n    margin-bottom: 24px;\n  }\n\n  .nb9060-card {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    padding: 28px;\n    transition: transform .2s ease, box-shadow .2s ease;\n  }\n\n  .nb9060-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 10px 30px rgba(70,50,30,.08);\n  }\n\n  .nb9060-icon {\n    width: 42px;\n    height: 42px;\n    border-radius: 50%;\n    background: var(--angora);\n    color: var(--tea-dark);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    margin-bottom: 18px;\n  }\n\n  .nb9060-card h4 {\n    margin: 0 0 8px;\n    font-size: 17px;\n    color: var(--charcoal);\n  }\n\n  .nb9060-card p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* CUSHIONING *\/\n  .nb9060-cushion {\n    background: var(--charcoal);\n    border-radius: 22px;\n    padding: 38px;\n    margin-bottom: 24px;\n    color: #fff;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .nb9060-cushion:after {\n    content: \"9060\";\n    position: absolute;\n    right: -10px;\n    bottom: -45px;\n    font-size: 150px;\n    line-height: 1;\n    font-weight: 800;\n    color: rgba(255,255,255,.035);\n    letter-spacing: -10px;\n  }\n\n  .nb9060-cushion h3 {\n    margin: 0 0 12px;\n    font-size: 27px;\n    position: relative;\n    z-index: 2;\n  }\n\n  .nb9060-cushion p {\n    margin: 0;\n    max-width: 700px;\n    color: #d8d3ca;\n    line-height: 1.7;\n    font-size: 15px;\n    position: relative;\n    z-index: 2;\n  }\n\n  .nb9060-tech {\n    display: flex;\n    gap: 12px;\n    flex-wrap: wrap;\n    margin-top: 24px;\n    position: relative;\n    z-index: 2;\n  }\n\n  .nb9060-tech span {\n    border: 1px solid rgba(255,255,255,.15);\n    background: rgba(255,255,255,.06);\n    padding: 9px 14px;\n    border-radius: 100px;\n    font-size: 12px;\n    letter-spacing: .4px;\n  }\n\n  \/* DETAILS *\/\n  .nb9060-details {\n    background: #eee8df;\n    border-radius: 22px;\n    padding: 34px;\n    margin-bottom: 24px;\n  }\n\n  .nb9060-details h3 {\n    margin: 0 0 22px;\n    font-size: 24px;\n  }\n\n  .nb9060-detail-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 0;\n  }\n\n  .nb9060-detail {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 15px 0;\n    border-bottom: 1px solid rgba(100,80,60,.15);\n    font-size: 14px;\n  }\n\n  .nb9060-detail strong {\n    color: var(--charcoal);\n  }\n\n  .nb9060-detail span {\n    color: var(--muted);\n    text-align: right;\n  }\n\n  \/* SIZING *\/\n  .nb9060-sizing {\n    display: flex;\n    align-items: center;\n    gap: 22px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    padding: 26px 30px;\n  }\n\n  .nb9060-size-badge {\n    min-width: 58px;\n    height: 58px;\n    border-radius: 50%;\n    background: var(--tea-dark);\n    color: white;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 700;\n    font-size: 15px;\n  }\n\n  .nb9060-sizing h4 {\n    margin: 0 0 5px;\n    font-size: 17px;\n  }\n\n  .nb9060-sizing p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 749px) {\n    .nb9060-hero {\n      padding: 36px 25px;\n      border-radius: 18px;\n    }\n\n    .nb9060-intro,\n    .nb9060-card,\n    .nb9060-cushion,\n    .nb9060-details {\n      padding: 25px;\n    }\n\n    .nb9060-features {\n      grid-template-columns: 1fr;\n    }\n\n    .nb9060-detail-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .nb9060-sizing {\n      padding: 22px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"nb9060-description\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"nb9060-hero\"\u003e\n    \u003cdiv class=\"nb9060-eyebrow\"\u003eNew Balance · 9060 Collection\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Retro soul.\u003cbr\u003e\n      \u003cspan\u003eFuture form.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      A modern icon inspired by the Y2K era. The New Balance 9060\n      combines the unmistakable DNA of the classic 99X series with\n      futuristic proportions, sculpted lines and all-day comfort.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- INTRO --\u003e\n  \u003csection class=\"nb9060-intro\"\u003e\n    \u003ch3\u003eBreakfast Tea \/ Angora\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Wrapped in warm Breakfast Tea tones and soft Angora neutrals,\n      this colorway brings a refined, effortless feel to the iconic\n      9060 silhouette. Plush suede overlays meet breathable mesh,\n      creating a premium texture that pairs effortlessly with almost\n      anything in your wardrobe.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"nb9060-features\"\u003e\n\n    \u003cdiv class=\"nb9060-card\"\u003e\n      \u003cdiv class=\"nb9060-icon\"\u003e✦\u003c\/div\u003e\n      \u003ch4\u003eY2K-Inspired Silhouette\u003c\/h4\u003e\n      \u003cp\u003e\n        A chunky, sculpted profile inspired by the expressive running\n        shoes of the early 2000s, reimagined for modern everyday style.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nb9060-card\"\u003e\n      \u003cdiv class=\"nb9060-icon\"\u003e◉\u003c\/div\u003e\n      \u003ch4\u003ePremium Suede \u0026amp; Mesh\u003c\/h4\u003e\n      \u003cp\u003e\n        Soft suede overlays combine with breathable mesh panels for\n        a layered look with a premium tactile finish.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nb9060-card\"\u003e\n      \u003cdiv class=\"nb9060-icon\"\u003e≈\u003c\/div\u003e\n      \u003ch4\u003eStatement Pod Midsole\u003c\/h4\u003e\n      \u003cp\u003e\n        The exaggerated midsole creates the signature 9060 look while\n        delivering a distinctive, fashion-forward foundation.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nb9060-card\"\u003e\n      \u003cdiv class=\"nb9060-icon\"\u003eN\u003c\/div\u003e\n      \u003ch4\u003eIconic New Balance DNA\u003c\/h4\u003e\n      \u003cp\u003e\n        Sway bars inspired by the 990 series add visible motion and\n        dimensional detail throughout the upper.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- CUSHIONING --\u003e\n  \u003csection class=\"nb9060-cushion\"\u003e\n\n    \u003ch3\u003eEngineered for all-day comfort.\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Beneath the statement-making exterior is a dual-density cushioning\n      system designed to make every step feel as good as it looks.\n      ABZORB and SBS cushioning work together inside the sculpted\n      midsole to provide a responsive, comfortable ride throughout\n      your day.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"nb9060-tech\"\u003e\n      \u003cspan\u003eABZORB Cushioning\u003c\/span\u003e\n      \u003cspan\u003eSBS Technology\u003c\/span\u003e\n      \u003cspan\u003eDual-Density Midsole\u003c\/span\u003e\n      \u003cspan\u003eAll-Day Comfort\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DETAILS --\u003e\n  \u003csection class=\"nb9060-details\"\u003e\n\n    \u003ch3\u003eDesigned down to the details.\u003c\/h3\u003e\n\n    \u003cdiv class=\"nb9060-detail-grid\"\u003e\n\n      \u003cdiv class=\"nb9060-detail\"\u003e\n        \u003cstrong\u003eUpper\u003c\/strong\u003e\n        \u003cspan\u003eMesh with suede overlays\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nb9060-detail\"\u003e\n        \u003cstrong\u003eClosure\u003c\/strong\u003e\n        \u003cspan\u003eTraditional lace-up\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nb9060-detail\"\u003e\n        \u003cstrong\u003eMidsole\u003c\/strong\u003e\n        \u003cspan\u003eABZORB + SBS\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nb9060-detail\"\u003e\n        \u003cstrong\u003eHeel\u003c\/strong\u003e\n        \u003cspan\u003eTranslucent CR device\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nb9060-detail\"\u003e\n        \u003cstrong\u003eOutsole\u003c\/strong\u003e\n        \u003cspan\u003eDiamond-inspired 860 pattern\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nb9060-detail\"\u003e\n        \u003cstrong\u003eWeight\u003c\/strong\u003e\n        \u003cspan\u003e356g \/ 12.6 oz\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SIZING --\u003e\n  \u003csection class=\"nb9060-sizing\"\u003e\n\n    \u003cdiv class=\"nb9060-size-badge\"\u003eUS\u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003ch4\u003eWomen's US Sizing\u003c\/h4\u003e\n      \u003cp\u003e\n        Designed with a traditional lace-up closure for an adjustable,\n        secure fit.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Firenzze Milano","offers":[{"title":"US 4 M \/ 5.5 W (UK 3.5)","offer_id":57281165557926,"sku":null,"price":123.9,"currency_code":"USD","in_stock":true},{"title":"US 4.5 M \/ 6 W (UK 4)","offer_id":57281165590694,"sku":"NWBU90603EG-BRK-6","price":123.9,"currency_code":"USD","in_stock":true},{"title":"US 5 M \/ 6.5 W (UK 4.5)","offer_id":57281165623462,"sku":null,"price":123.9,"currency_code":"USD","in_stock":true},{"title":"US 5.5 M \/ 7 W (UK 5)","offer_id":57281165656230,"sku":"NWBU90603EG-BRK-7","price":123.9,"currency_code":"USD","in_stock":true},{"title":"US 6 M \/ 7.5 W (UK 5.5)","offer_id":57281165688998,"sku":null,"price":123.9,"currency_code":"USD","in_stock":true},{"title":"US 6.5 M \/ 8 W (UK 6)","offer_id":57281165721766,"sku":"NWBU90603EG-BRK-8","price":123.9,"currency_code":"USD","in_stock":true},{"title":"US 7 M \/ 8.5 W (UK 6.5)","offer_id":57281165754534,"sku":null,"price":123.9,"currency_code":"USD","in_stock":true},{"title":"US 7.5 M \/ 9 W (UK 7)","offer_id":57281165787302,"sku":"NWBU90603EG-BRK-9","price":123.9,"currency_code":"USD","in_stock":true},{"title":"US 8 M \/ 9.5 W (UK 7.5)","offer_id":57281165820070,"sku":null,"price":123.9,"currency_code":"USD","in_stock":true},{"title":"US 8.5 M \/ 10 W (UK 8)","offer_id":57281165852838,"sku":"NWBU90603EG-BRK-10","price":123.9,"currency_code":"USD","in_stock":true},{"title":"US 9 M \/ 10.5 W (UK 8.5)","offer_id":57281165885606,"sku":null,"price":123.9,"currency_code":"USD","in_stock":true},{"title":"US 9.5 M \/ 11 W (UK 9)","offer_id":57281165918374,"sku":null,"price":123.9,"currency_code":"USD","in_stock":true},{"title":"US 10 M \/ 11.5 W (UK 9.5)","offer_id":57281165951142,"sku":null,"price":123.9,"currency_code":"USD","in_stock":true},{"title":"US 10.5 M \/ 12 W (UK 10)","offer_id":57281165983910,"sku":null,"price":123.9,"currency_code":"USD","in_stock":true},{"title":"US 11 M \/ 12.5 W (UK 10.5)","offer_id":57281166016678,"sku":null,"price":123.9,"currency_code":"USD","in_stock":true},{"title":"US 12 M \/ 13.5 W (UK 11.5)","offer_id":57281166049446,"sku":null,"price":123.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0761\/7147\/7158\/files\/NewBalance-WomensNewBalance9060-BreakfastTea_Angora-NWBU90603EG-BRK-1.jpg?v=1788818287","url":"https:\/\/shopfirenzze.com\/products\/9060-breakfast-tea-angora","provider":"Firenzze Milano","version":"1.0","type":"link"}