
Down Pillow - 850 Fill
25 discount codes
.ff-pd { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; line-height: 1.6; max-width: 900px; margin: 0 auto; } /* ============================================================ HERO ============================================================ */ .ff-pd-hero { text-align: center; padding: 32px 0 36px; border-bottom: 1px solid #eaeaea; margin-bottom: 36px; } .ff-pd-eyebrow { display: inline-block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #005f73; margin-bottom: 14px; } .ff-pd-hero h1 { font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; color: #111; line-height: 1.1; margin: 0 0 16px 0; } .ff-pd-hero p { font-size: 1rem; color: #555; max-width: 80ch; margin: 0 auto; line-height: 1.6; } /* ============================================================ HEADING ACCENT ============================================================ */ .ff-pd-hero h1 em, .ff-pd-section-title em, .ff-pd-organic-note h3 em, .ff-pd-cert-tile h4 em { font-style: normal; font-weight: 900; color: #005f73; text-transform: uppercase; letter-spacing: inherit; } /* ============================================================ FEATURE GRID ============================================================ */ .ff-pd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 44px; } @media (max-width: 760px) { .ff-pd-grid { grid-template-columns: 1fr; gap: 12px; } } .ff-pd-card { background: #f5f3ee; border: 1px solid transparent; border-radius: 8px; padding: 24px 22px; text-align: center; transition: background 0.2s, transform 0.2s, box-shadow 0.2s, border-color 0.2s; } .ff-pd-card:hover { background: #ede9dd; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(15, 27, 45, 0.06); border-color: rgba(0, 95, 115, 0.15); } .ff-pd-card h3 { font-size: 0.7rem; font-weight: 700; color: #005f73; text-transform: uppercase; letter-spacing: 0.16em; margin: 0 0 12px 0; } .ff-pd-card p { font-size: 0.88rem; line-height: 1.55; color: #444; margin: 0; } .ff-pd-card p strong { color: #111; font-weight: 700; } /* ============================================================ SECTION TITLES ============================================================ */ .ff-pd-section-title { font-size: clamp(1.2rem, 2vw, 1.4rem); font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; color: #111; line-height: 1.15; margin: 48px 0 20px 0; padding-bottom: 12px; border-bottom: 1px solid #eaeaea; position: relative; } .ff-pd-section-title::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 48px; height: 2px; background: #005f73; } /* ============================================================ WARMTH TIERS ============================================================ */ .ff-pd-warmth-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; } @media (max-width: 760px) { .ff-pd-warmth-grid { grid-template-columns: 1fr; gap: 10px; } } .ff-pd-warmth-card { background: #f5f3ee; border-radius: 8px; padding: 22px 20px; text-align: center; transition: background 0.2s, transform 0.2s; } .ff-pd-warmth-card:hover { background: #ede9dd; transform: translateY(-1px); } .ff-pd-warmth-card h4 { font-size: 0.82rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: #005f73; margin: 0 0 8px 0; } .ff-pd-warmth-card p { font-size: 0.86rem; line-height: 1.55; color: #444; margin: 0; } /* ============================================================ DETAILS LIST ============================================================ */ .ff-pd-details { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; } @media (max-width: 600px) { .ff-pd-details { grid-template-columns: 1fr; gap: 10px; } } .ff-pd-details li { font-size: 0.92rem; line-height: 1.55; color: #333; padding-left: 22px; position: relative; } .ff-pd-details li::before { content: ''; position: absolute; left: 0; top: 11px; width: 10px; height: 1px; background: #005f73; } /* ============================================================ ORGANIC NOTE ============================================================ */ .ff-pd-organic-note { background: #f0f7f9; padding: 26px 28px; border-radius: 8px; border-left: 3px solid #005f73; margin: 36px 0; } .ff-pd-organic-note h3 { margin: 0 0 10px 0; font-size: 1rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; color: #111; } .ff-pd-organic-note p { margin: 0; font-size: 0.92rem; line-height: 1.6; color: #333; } /* ============================================================ COMPARISON IMAGE ============================================================ */ .ff-pd-compare-image { text-align: center; margin: 36px 0; } .ff-pd-compare-image img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 16px rgba(15, 27, 45, 0.06); } /* ============================================================ TABLES ============================================================ */ .ff-pd-table-wrap { overflow-x: auto; margin: 24px 0; border-radius: 8px; border: 1px solid #eaeaea; } .ff-pd-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; } .ff-pd-table thead th, .ff-pd-table tbody th { background: #f5f3ee; color: #111; font-weight: 700; text-align: left; padding: 14px 18px; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; border-bottom: 1px solid #eaeaea; } .ff-pd-table.center thead th, .ff-pd-table.center tbody td { text-align: center; } .ff-pd-table tbody td { padding: 14px 18px; border-bottom: 1px solid #f0f0f0; color: #333; line-height: 1.55; vertical-align: top; } .ff-pd-table tbody tr:last-child td { border-bottom: none; } .ff-pd-table tbody tr:hover { background: #fafaf7; } .ff-pd-table tbody td strong { color: #111; font-weight: 700; } .ff-pd-table .row-label { background: #fafaf7; color: #111; font-weight: 700; width: 22%; padding: 14px 18px; border-right: 1px solid #eaeaea; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.78rem; } .ff-pd-table .table-note { font-size: 0.78rem; font-style: italic; color: #888; margin-top: 8px; display: block; } /* ============================================================ CERTIFICATIONS ============================================================ */ .ff-pd-certs { background: #fafaf7; padding: 44px 24px; border-radius: 8px; margin: 48px 0 24px; } .ff-pd-certs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 800px; margin: 0 auto; } @media (max-width: 720px) { .ff-pd-certs-grid { grid-template-columns: 1fr; gap: 20px; } } .ff-pd-cert-tile { background: #fff; border: 1px solid #eaeaea; border-radius: 10px; padding: 28px 24px; text-align: center; display: flex; flex-direction: column; align-items: center; transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; } .ff-pd-cert-tile:hover { border-color: rgba(0, 95, 115, 0.25); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(15, 27, 45, 0.06); } .ff-pd-cert-image { width: 170px; height: 170px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; } .ff-pd-cert-image img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; } .ff-pd-cert-tile h4 { font-size: 1rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; color: #111; margin: 0 0 8px 0; } .ff-pd-cert-tile p { font-size: 0.88rem; line-height: 1.55; color: #444; margin: 0 0 8px 0; flex: 1; } .ff-pd-cert-id { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: 0.7rem; color: #888; letter-spacing: 0.04em; margin-bottom: 16px; } .ff-pd-cert-link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #005f73; text-decoration: none; padding: 10px 18px; border: 1px solid #005f73; border-radius: 4px; transition: background 0.15s, color 0.15s; margin-top: auto; } .ff-pd-cert-link:hover { background: #005f73; color: #fff; text-decoration: none; } .ff-pd-cert-link svg { width: 10px; height: 10px; } Our Down Pillow with high-lofting 850+ fill power goose down is ideal for those looking for the absolute best for their sleep. Our pillows offer exceptional loft, breathable lightness, and enduring comfort that cradles your head every night. Available in three firmness levels. Soft Our softest pillow. A great choice for stomach sleepers and others who prefer the give of a soft pillow. Medium A fine balance of give and support. A great choice for back sleepers and those looking for the sweet spot between support and softness. Firm Back, and side-sleepers in particular, will rejoice with the firm. This offers the most support of our pillows. Technical details. 850+ Fill Power RDS Certified European white goose down 400 thread count single ply, evenly woven cambric cotton ticking assures the tightest weave for a soft hand and superior performance Double-stitched, piped edges for lasting durability Available in Standard, Queen and King Certified Standard 100, Class II by OEKO-TEX® Filled and finished in Seattle, USA Certified Hypoallergenic Sizing & specs. Dimensions Standard: 20" x 26" (51cm x 66cm)Queen: 20" x 30" (51cm x 76cm)King: 20" x 36" (51cm x 91cm) Fabric 400 thread count single-ply cambric cotton Fill Power 850+ fill power European goose down Hypoallergenic Certified Hypoallergenic Origin Filled and finished in Seattle, USA of imported materials Fill weight. Size Soft Medium Firm Standard 13 oz | 368 g 17 oz | 482 g 22 oz | 624 g Queen 15 oz | 425 g 19 oz | 539 g 24 oz | 680 g King 19 oz | 539 g 23 oz | 652 g 28 oz | 794 g
Save on Down Pillow - 850 Fill with a Feathered Friends discount code
Checkmate is a savings app with over one million users that have saved $$$ on brands like Feathered Friends.
The Checkmate extension automatically applies Feathered Friends discount codes, Feathered Friends coupons and more to give you discounts on products like Down Pillow - 850 Fill.
Top Feathered Friends discount codes
1 person has used this coupon
Last used about 2 years ago
Community-sourced Feathered Friends discount code
Last used over 2 years ago
Community-sourced Feathered Friends discount
Last used almost 3 years ago
See all codes
Similar items
