Harley Crew Knit Tee
.atly-harley, .atly-harley * { box-sizing: border-box; } .atly-harley { --ink: #242321; --muted: #6d6963; --line: #e2ddd6; --linen: #f4f1ec; --white: #ffffff; max-width: 920px; mar gin: 0 auto; color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; background: var(--white); -webkit-font-smoothing: antialiased; } .atly-harley h2, .atly-harley h3 { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.02em; } .atly-harley 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 { --fit-position: 75%; 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: 70%; 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; } /* cashmere blend 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-harley { 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; } } Soft against skin Lightweight comfort Easy to layer The Harley Crew Knit Tee Made for the days in between. The Harley Crew Knit Tee is a lightweight layer designed for changing seasons and everyday wear. Its relaxed boxy shape, soft cashmere-blend knit and subtle birdseye texture make it easy to wear on its own or layer when the weather cools. Why it earns a place in their wardrobe Lightweight comfort Soft and comfortable without feeling heavy, making it easy to wear throughout the day. Easy to layer Wear it on its own in mild weather or add a jacket or knit when the temperature drops. Made to wear on repeat A versatile everyday tee that works for play, outings and everything in between. Thoughtful texture The subtle birdseye knit adds character while keeping the design timeless and easy to style. Fit and sizing Relaxed boxy fit Runs small True to size Runs generous Designed with a relaxed boxy shape and room through the body for easy movement. Choose your child’s usual size for the intended fit, or size up for a roomier, longer-lasting fit. Need help choosing a size? Use our size guide for garment measurements and age recommendations. View size guide → Made to wear often. Harley combines lambswool, cotton and a touch of cashmere to create a knit that’s soft enough to love and practical enough for everyday wear. Lightweight and comfortable through changing seasons, it’s designed to become one of those pieces that rarely stays in the drawer. Product details Fabric & fit Fabric 4% Cashmere, 20% Lambswool, 20% Cotton 33% Viscose, 23% Nylon Two-tone birdseye knit Soft, lightweight trans-seasonal layer Machine washable according to garment instructions Fit Relaxed boxy fit Gender-neutral design Rolled hem and rib-knit finishes Easy to wear alone or layer Designed for everyday movement Care & common questions Wash on a gentle wool or delicate cycle using a mild detergent. Reshape while damp and dry flat away from direct heat. Fold rather than hang to help the knit keep its shape. A small amount of natural pilling may occur with wear. This can be gently removed with a knitwear comb.
More you might like
Related
Harley Crew Knit Tee
Related
Harley Davidson Cotton Crew Knit (Size L)
Related
HARLEY OF SCOTLAND / Crew Neck Knit
Related