Merino Wool Fen Cable Jumper
.atly-fen, .atly-fen * { box-sizing: border-box; } .atly-fen { --ink: #242321; --muted: #6d6963; --line: #e2ddd6; --linen: #f4f1ec; --white: #ffffff; max-width: 920px; margin: 0 au to; color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; background: var(--white); -webkit-font-smoothing: antialiased; } .atly-fen h2, .atly-fen h3 { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.02em; } .atly-fen p { margin: 0; } .atly-section { padding: 36px 26px; } .atly-kicker { margin-bottom: 11px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; } .atly-title { max-width: 680px; margin-bottom: 17px !important; font-size: clamp(30px, 4vw, 43px); line-height: 1.12; } .atly-subtitle { margin-bottom: 16px !important; font-size: clamp(24px, 3vw, 32px); line-height: 1.18; } .atly-copy { color: var(--muted); font-size: 15px; line-height: 1.72; } .atly-link { color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: 0.03em; text-decoration: underline; text-underline-offset: 4px; } .atly-icon { display: inline-flex; width: 26px; height: 26px; flex: 0 0 26px; align-items: center; justify-content: center; color: var(--ink); } .atly-icon svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; } .atly-top-strip .atly-icon { width: 21px; height: 21px; flex-basis: 21px; } /* Compact one-line reassurance strip */ .atly-top-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); } .atly-top-strip__item { display: flex; min-width: 0; gap: 9px; padding: 15px 14px; align-items: center; justify-content: center; white-space: nowrap; } .atly-top-strip__title { overflow: hidden; font-size: 12px; font-weight: 600; text-overflow: ellipsis; } /* Intro */ .atly-intro { max-width: 760px; margin: 0 auto; padding: 40px 26px 34px; text-align: left; } /* Benefits */ .atly-benefits { padding: 30px 26px; border-top: 1px solid var(--line); } .atly-benefits__heading { margin-bottom: 22px !important; text-align: center; } .atly-benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 36px; } .atly-benefit { display: flex; gap: 16px; padding: 0; background: var(--white); } .atly-benefit__title { margin: 1px 0 6px; font-size: 15px; font-weight: 700; } .atly-benefit__text { color: var(--muted); font-size: 13px; line-height: 1.6; } /* Fit */ .atly-fit { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 24px; align-items: center; } .atly-fit-label { margin: 16px 0 14px; text-align: center; font-size: 13px; font-weight: 700; } .atly-fit-scale { position: relative; height: 34px; margin: 0 10px 6px; } .atly-fit-scale::before { position: absolute; top: 16px; right: 0; left: 0; height: 1px; background: var(--ink); content: ""; } .atly-fit-scale::after { position: absolute; top: 11px; left: 62%; width: 10px; height: 10px; border: 2px solid var(--white); border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 1px var(--ink); content: ""; transform: translateX(-50%); } .atly-fit-scale__tick { position: absolute; top: 11px; width: 1px; height: 11px; background: var(--ink); } .atly-fit-scale__tick--left { left: 0; } .atly-fit-scale__tick--right { right: 0; } .atly-fit-scale__labels { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; } .atly-fit-note { max-width: 500px; margin: 16px auto 0; color: var(--muted); font-size: 12.5px; line-height: 1.6; text-align: center; } .atly-size-card { padding: 24px; background: var(--linen); } .atly-size-card p { margin: 9px 0 14px; color: var(--muted); font-size: 12.5px; } /* Compact accordions */ .atly-accordion { border-top: 1px solid var(--line); } .atly-accordion details { border-bottom: 1px solid var(--line); } .atly-accordion summary { position: relative; padding: 19px 40px 19px 0; cursor: pointer; font-size: 14px; font-weight: 600; list-style: none; } .atly-accordion summary::-webkit-details-marker { display: none; } .atly-accordion summary::after { position: absolute; top: 50%; right: 2px; content: "+"; font-size: 19px; font-weight: 300; transform: translateY(-50%); } .atly-accordion details[open] summary::after { content: "−"; } .atly-accordion__content { max-width: 720px; padding: 0 28px 20px 0; color: var(--muted); font-size: 13px; line-height: 1.7; } .atly-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 6px; } .atly-spec-title { margin-bottom: 10px; font-size: 13px; font-weight: 700; } .atly-spec-list { margin: 0; padding: 0; list-style: none; } .atly-spec-list li { position: relative; margin-bottom: 8px; padding-left: 14px; color: var(--muted); font-size: 12.5px; } .atly-spec-list li::before { position: absolute; top: 0; left: 0; content: "•"; color: #9f978d; font-size: 10px; } /* Merino strip */ .atly-merino { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 22px; padding: 30px 26px; align-items: center; background: var(--linen); } .atly-merino__cta { padding-left: 26px; border-left: 1px solid var(--line); } @media (max-width: 700px) { .atly-fen { margin-right: -15px; margin-left: -15px; } .atly-section { padding: 30px 20px; } .atly-top-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; } .atly-top-strip__item { gap: 5px; padding: 12px 5px; justify-content: center; } .atly-top-strip .atly-icon { width: 19px; height: 19px; flex-basis: 19px; } .atly-top-strip__title { font-size: 9.5px; line-height: 1.15; } .atly-intro { padding: 34px 20px 30px; text-align: left; } .atly-title { font-size: 34px; line-height: 1.15; } .atly-copy { font-size: 15px; line-height: 1.68; } .atly-benefits { padding: 30px 20px; } .atly-benefits__heading { text-align: left; } .atly-benefit-grid { grid-template-columns: 1fr; } .atly-benefit { padding: 0; } .atly-benefit-grid { gap: 22px; } .atly-fit, .atly-merino { grid-template-columns: 1fr; } .atly-size-card { padding: 22px; } .atly-spec-grid { grid-template-columns: 1fr; gap: 18px; } .atly-merino__cta { padding: 20px 0 0; border-top: 1px solid var(--line); border-left: 0; } } Naturally soft Warm without bulk Machine washable The Fen Cable Jumper An enduring favourite. The Fen Cable Jumper combines a classic mini cable knit with the everyday comfort of Australian Extrafine Merino Wool. Soft, breathable and easy to layer, it is designed for the moments that become childhood memories. Why you’ll keep reaching for it Soft on sensitive skin Fine Australian Merino feels naturally soft and comfortable against delicate skin. Warm without bulk Lightweight warmth that is easy to layer without feeling heavy. Easy to wear, easier to care for Naturally odour resistant and machine washable for more wearing and less washing. Thoughtful knit The mini cable knit brings subtle texture to a style that feels both familiar and fresh. Fit and sizing Relaxed fit Runs small True to size Runs generous Designed with an easy, relaxed shape that leaves room for comfortable layering. Choose your child’s usual size, or size up for a roomier fit and longer wear. Need help choosing a size? Use our size guide for garment measurements and age recommendations. View size guide → Naturally made for real life. Made from 100% Australian Extrafine Merino Wool, it naturally helps regulate temperature, resist odours and stay comfortable across changing conditions—so it can be worn more often and washed less. Discover why we choose Merino → Product details Fabric & fit Fabric 100% Australian Extrafine Merino Wool Fully fashioned knitwear Mini cable knit Warm, lightweight mid-layer Machine washable Fit Relaxed, gender-neutral fit Drop shoulder Contrast tipping and sleeve cuffs Easy to layer Designed for everyday wear Common questions about Merino Wondering about itchiness, pilling, washing or how to store your Merino? Find clear answers in our Merino common questions →
More you might like
Related
Fendi Zucca Merino Wool Jumper
Related
Planet Earth Merino Wool 173 Fennel
Related
Fenja Merino Wool Hat | Beige Melange
Related