{"product_id":"feathered-friends-bavarian-organic-cotton-down-comforter-700-850-fill","title":"Organic Bavarian Down Comforter","description":"\u003cstyle\u003e\n  .ff-pd {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: #333;\n    line-height: 1.6;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  \/* ============================================================\n     HERO\n     ============================================================ *\/\n  .ff-pd-hero {\n    text-align: center;\n    padding: 32px 0 36px;\n    border-bottom: 1px solid #eaeaea;\n    margin-bottom: 36px;\n  }\n\n  .ff-pd-eyebrow {\n    display: inline-block;\n    font-size: 0.7rem;\n    font-weight: 700;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: #005f73;\n    margin-bottom: 14px;\n  }\n\n  .ff-pd-hero h1 {\n    font-size: clamp(1.7rem, 3vw, 2.2rem);\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.02em;\n    color: #111;\n    line-height: 1.1;\n    margin: 0 0 16px 0;\n  }\n\n  .ff-pd-hero p {\n    font-size: 1rem;\n    color: #555;\n    max-width: 80ch;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n\n  \/* ============================================================\n     HEADING ACCENT\n     ============================================================ *\/\n  .ff-pd-hero h1 em,\n  .ff-pd-section-title em,\n  .ff-pd-organic-note h3 em,\n  .ff-pd-cert-tile h4 em,\n  .ff-pd-construction-card h3 em {\n    font-style: normal;\n    font-weight: 900;\n    color: #005f73;\n    text-transform: uppercase;\n    letter-spacing: inherit;\n  }\n\n  \/* ============================================================\n     FEATURE GRID\n     ============================================================ *\/\n  .ff-pd-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-bottom: 44px;\n  }\n\n  @media (max-width: 760px) {\n    .ff-pd-grid { grid-template-columns: 1fr; gap: 12px; }\n  }\n\n  .ff-pd-card {\n    background: #f5f3ee;\n    border: 1px solid transparent;\n    border-radius: 8px;\n    padding: 24px 22px;\n    text-align: center;\n    transition: background 0.2s, transform 0.2s, box-shadow 0.2s, border-color 0.2s;\n  }\n\n  .ff-pd-card:hover {\n    background: #ede9dd;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 20px rgba(15, 27, 45, 0.06);\n    border-color: rgba(0, 95, 115, 0.15);\n  }\n\n  .ff-pd-card h3 {\n    font-size: 0.7rem;\n    font-weight: 700;\n    color: #005f73;\n    text-transform: uppercase;\n    letter-spacing: 0.16em;\n    margin: 0 0 12px 0;\n  }\n\n  .ff-pd-card p {\n    font-size: 0.88rem;\n    line-height: 1.55;\n    color: #444;\n    margin: 0;\n  }\n\n  .ff-pd-card p strong {\n    color: #111;\n    font-weight: 700;\n  }\n\n  \/* ============================================================\n     SECTION TITLES\n     ============================================================ *\/\n  .ff-pd-section-title {\n    font-size: clamp(1.2rem, 2vw, 1.4rem);\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.02em;\n    color: #111;\n    line-height: 1.15;\n    margin: 48px 0 20px 0;\n    padding-bottom: 12px;\n    border-bottom: 1px solid #eaeaea;\n    position: relative;\n  }\n\n  .ff-pd-section-title::after {\n    content: '';\n    position: absolute;\n    bottom: -1px;\n    left: 0;\n    width: 48px;\n    height: 2px;\n    background: #005f73;\n  }\n\n  \/* ============================================================\n     WARMTH TIERS\n     ============================================================ *\/\n  .ff-pd-warmth-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin: 28px 0;\n  }\n\n  @media (max-width: 760px) {\n    .ff-pd-warmth-grid { grid-template-columns: 1fr; gap: 10px; }\n  }\n\n  .ff-pd-warmth-card {\n    background: #f5f3ee;\n    border-radius: 8px;\n    padding: 22px 20px;\n    text-align: center;\n    transition: background 0.2s, transform 0.2s;\n  }\n\n  .ff-pd-warmth-card:hover {\n    background: #ede9dd;\n    transform: translateY(-1px);\n  }\n\n  .ff-pd-warmth-card h4 {\n    font-size: 0.82rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n    color: #005f73;\n    margin: 0 0 8px 0;\n  }\n\n  .ff-pd-warmth-card p {\n    font-size: 0.86rem;\n    line-height: 1.55;\n    color: #444;\n    margin: 0;\n  }\n\n  \/* ============================================================\n     DETAILS LIST\n     ============================================================ *\/\n  .ff-pd-details {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px 24px;\n  }\n\n  @media (max-width: 600px) {\n    .ff-pd-details { grid-template-columns: 1fr; gap: 10px; }\n  }\n\n  .ff-pd-details li {\n    font-size: 0.92rem;\n    line-height: 1.55;\n    color: #333;\n    padding-left: 22px;\n    position: relative;\n  }\n\n  .ff-pd-details li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 11px;\n    width: 10px;\n    height: 1px;\n    background: #005f73;\n  }\n\n  \/* ============================================================\n     ORGANIC NOTE\n     ============================================================ *\/\n  .ff-pd-organic-note {\n    background: #f0f7f9;\n    padding: 26px 28px;\n    border-radius: 8px;\n    border-left: 3px solid #005f73;\n    margin: 36px 0;\n  }\n\n  .ff-pd-organic-note h3 {\n    margin: 0 0 10px 0;\n    font-size: 1rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.02em;\n    color: #111;\n  }\n\n  .ff-pd-organic-note p {\n    margin: 0;\n    font-size: 0.92rem;\n    line-height: 1.6;\n    color: #333;\n  }\n\n  \/* ============================================================\n     CONSTRUCTION COMPARISON — two-card side-by-side\n     ============================================================ *\/\n  .ff-pd-construction-intro {\n    font-size: 1rem;\n    line-height: 1.7;\n    color: #333;\n    margin: 0 0 24px 0;\n    max-width: 70ch;\n  }\n\n  .ff-pd-construction-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 22px;\n    margin: 0 0 16px 0;\n  }\n\n  @media (max-width: 720px) {\n    .ff-pd-construction-grid { grid-template-columns: 1fr; gap: 18px; }\n  }\n\n  .ff-pd-construction-card {\n    background: #fff;\n    border: 1px solid #eaeaea;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    flex-direction: column;\n    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;\n  }\n\n  .ff-pd-construction-card:hover {\n    border-color: rgba(0, 95, 115, 0.25);\n    transform: translateY(-2px);\n    box-shadow: 0 8px 22px rgba(15, 27, 45, 0.06);\n  }\n\n  .ff-pd-construction-image {\n    aspect-ratio: 4 \/ 3;\n    background: #f5f3ee;\n    overflow: hidden;\n  }\n\n  .ff-pd-construction-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  .ff-pd-construction-body {\n    padding: 22px 22px 24px;\n    display: flex;\n    flex-direction: column;\n    flex: 1;\n  }\n\n  .ff-pd-construction-card h3 {\n    font-size: 1.1rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.02em;\n    color: #111;\n    line-height: 1.2;\n    margin: 0 0 6px 0;\n  }\n\n  .ff-pd-construction-tagline {\n    font-size: 0.7rem;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: #005f73;\n    margin: 0 0 14px 0;\n  }\n\n  .ff-pd-construction-card p {\n    font-size: 0.92rem;\n    line-height: 1.6;\n    color: #333;\n    margin: 0;\n  }\n\n  \/* ============================================================\n     TABLES\n     ============================================================ *\/\n  .ff-pd-table-wrap {\n    overflow-x: auto;\n    margin: 24px 0;\n    border-radius: 8px;\n    border: 1px solid #eaeaea;\n  }\n\n  .ff-pd-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 0.92rem;\n  }\n\n  .ff-pd-table thead th,\n  .ff-pd-table tbody th {\n    background: #f5f3ee;\n    color: #111;\n    font-weight: 700;\n    text-align: left;\n    padding: 14px 18px;\n    font-size: 0.7rem;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    border-bottom: 1px solid #eaeaea;\n  }\n\n  .ff-pd-table.center thead th,\n  .ff-pd-table.center tbody td {\n    text-align: center;\n  }\n\n  .ff-pd-table tbody td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #f0f0f0;\n    color: #333;\n    line-height: 1.55;\n    vertical-align: top;\n  }\n\n  .ff-pd-table tbody tr:last-child td {\n    border-bottom: none;\n  }\n\n  .ff-pd-table tbody tr:hover {\n    background: #fafaf7;\n  }\n\n  .ff-pd-table tbody td strong {\n    color: #111;\n    font-weight: 700;\n  }\n\n  .ff-pd-table .row-label {\n    background: #fafaf7;\n    color: #111;\n    font-weight: 700;\n    width: 22%;\n    padding: 14px 18px;\n    border-right: 1px solid #eaeaea;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    font-size: 0.78rem;\n  }\n\n  .ff-pd-table .table-note {\n    font-size: 0.78rem;\n    font-style: italic;\n    color: #888;\n    margin-top: 8px;\n    display: block;\n  }\n\n  \/* ============================================================\n     CERTIFICATIONS\n     ============================================================ *\/\n  .ff-pd-certs {\n    background: #fafaf7;\n    padding: 44px 24px;\n    border-radius: 8px;\n    margin: 48px 0 24px;\n  }\n\n  .ff-pd-certs-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  @media (max-width: 720px) {\n    .ff-pd-certs-grid { grid-template-columns: 1fr; gap: 20px; }\n  }\n\n  .ff-pd-cert-tile {\n    background: #fff;\n    border: 1px solid #eaeaea;\n    border-radius: 10px;\n    padding: 28px 24px;\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;\n  }\n\n  .ff-pd-cert-tile:hover {\n    border-color: rgba(0, 95, 115, 0.25);\n    transform: translateY(-2px);\n    box-shadow: 0 8px 22px rgba(15, 27, 45, 0.06);\n  }\n\n  .ff-pd-cert-image {\n    width: 170px;\n    height: 170px;\n    margin-bottom: 20px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .ff-pd-cert-image img {\n    max-width: 100%;\n    max-height: 100%;\n    width: auto;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .ff-pd-cert-tile h4 {\n    font-size: 1rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.02em;\n    color: #111;\n    margin: 0 0 8px 0;\n  }\n\n  .ff-pd-cert-tile p {\n    font-size: 0.88rem;\n    line-height: 1.55;\n    color: #444;\n    margin: 0 0 8px 0;\n    flex: 1;\n  }\n\n  .ff-pd-cert-id {\n    font-family: ui-monospace, \"SF Mono\", Menlo, Consolas, monospace;\n    font-size: 0.7rem;\n    color: #888;\n    letter-spacing: 0.04em;\n    margin-bottom: 16px;\n  }\n\n  .ff-pd-cert-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 0.68rem;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: #005f73;\n    text-decoration: none;\n    padding: 10px 18px;\n    border: 1px solid #005f73;\n    border-radius: 4px;\n    transition: background 0.15s, color 0.15s;\n    margin-top: auto;\n  }\n\n  .ff-pd-cert-link:hover {\n    background: #005f73;\n    color: #fff;\n    text-decoration: none;\n  }\n\n  .ff-pd-cert-link svg {\n    width: 10px;\n    height: 10px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ff-pd\"\u003e\n\u003c!-- ============================================================\n       HERO\n       ============================================================ --\u003e\n\u003cdiv class=\"ff-pd-hero\"\u003e\n\u003ch1\u003eThe new \u003cem\u003eOrganic Bavarian\u003c\/em\u003e down comforter\u003c\/h1\u003e\n\u003cp\u003eOur Bavarian series has long been a favorite for its luxurious warmth and year-round comfort. This new organic edition takes that same award-winning design and reimagines it for the purist. We have focused on the beautiful texture of raw organic cotton by keeping it unbleached and undyed. This allows the fabric to retain its natural creamy hue and a delightful soft touch.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp\u003eEach comforter is filled and finished in Seattle with premium European goose down. It offers the signature cloud-like feel you expect from the Bavarian line but with a more refined finish. Whether you choose the versatile 700+ fill or the exceptional 850+ fill version, you are getting a level of comfort that feels as good as it looks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================\n       WARMTH TIERS — three-card row\n       ============================================================ --\u003e\n\u003ch2 class=\"ff-pd-section-title\"\u003eAvailable in \u003cem\u003ethree weights.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"ff-pd-warmth-grid\"\u003e\n\u003cdiv class=\"ff-pd-warmth-card\"\u003e\n\u003ch4\u003eLight\u003c\/h4\u003e\n\u003cp\u003eExcellent for warm climates, summertime, and warm sleepers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-pd-warmth-card\"\u003e\n\u003ch4\u003eMedium\u003c\/h4\u003e\n\u003cp\u003eOur most popular weight. Great for most temperate climates.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-pd-warmth-card\"\u003e\n\u003ch4\u003eArctic\u003c\/h4\u003e\n\u003cp\u003eGreat for chilly rooms and cold sleepers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================\n       TECHNICAL DETAILS\n       ============================================================ --\u003e\n\u003ch2 class=\"ff-pd-section-title\"\u003eTHE \u003cem\u003edetails.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cul class=\"ff-pd-details\"\u003e\n\u003cli\u003e700+ or 850+ RDS Certified European white goose down\u003c\/li\u003e\n\u003cli\u003e300 thread count organic cotton fine batiste weave\u003c\/li\u003e\n\u003cli\u003eCertified to the Organic Cotton Standard (TE-99977174)\u003c\/li\u003e\n\u003cli\u003eDouble-stitched, piped edges for lasting durability\u003c\/li\u003e\n\u003cli\u003eSewn-in fabric loops on each corner allow you to attach a duvet cover with ties\u003c\/li\u003e\n\u003cli\u003eCertified Standard 100, Class II by OEKO-TEX®\u003c\/li\u003e\n\u003cli\u003eFilled and finished in Seattle, USA\u003c\/li\u003e\n\u003cli\u003eCertified Hypoallergenic\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- ============================================================\n       CONSTRUCTION COMPARISON\n       ============================================================ --\u003e\n\u003ch2 class=\"ff-pd-section-title\"\u003eBavarian vs. \u003cem\u003eBaffled Box.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"ff-pd-construction-intro\"\u003eThere are two ways to keep down evenly distributed inside a comforter: sew the layers together (Bavarian) or build vertical fabric walls between them (Baffled Box). Both work very well. They produce different finishes, different feels, and suit different preferences.\u003c\/p\u003e\n\u003cdiv class=\"ff-pd-construction-grid\"\u003e\n\u003cdiv class=\"ff-pd-construction-card\"\u003e\n\u003cdiv class=\"ff-pd-construction-image\"\u003e\u003cimg loading=\"lazy\" alt=\"Detail of a Feathered Friends Bavarian sewn-through down comforter showing the pillowy quilted construction\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0140\/2791\/5318\/files\/feathered-friends-bavarian-sewn-through-down-comforter-construction.jpg?v=1778254849\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ff-pd-construction-body\"\u003e\n\u003ch3\u003eBavarian \u003cem\u003eSewn-Through\u003c\/em\u003e\n\u003c\/h3\u003e\n\u003cp class=\"ff-pd-construction-tagline\"\u003ePillowy · Quilted finish\u003c\/p\u003e\n\u003cp\u003eTop and bottom fabric layers stitched directly together at each chamber edge. The down rests in pillowy pockets that give the comforter its classic, traditional quilted look. As the seams are fully sewn, down cannot shift from chamber to chamber.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ff-pd-construction-card\"\u003e\n\u003cdiv class=\"ff-pd-construction-image\"\u003e\u003cimg loading=\"lazy\" alt=\"Detail of a Feathered Friends Baffled Box down comforter showing the lofted construction with internal fabric baffles\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0140\/2791\/5318\/files\/feathered-friends-baffled-box--down-comforter-construction.jpg?v=1778254849\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ff-pd-construction-body\"\u003e\n\u003ch3\u003eBaffled \u003cem\u003eBox\u003c\/em\u003e\n\u003c\/h3\u003e\n\u003cp class=\"ff-pd-construction-tagline\"\u003eLofted · Smooth finish\u003c\/p\u003e\n\u003cp\u003eVertical fabric walls (baffles) inside the comforter create deep rectangular boxes. The down has room to fully loft without being compressed at the seams, producing a flat, smooth, luxe finish. The down insulation is more lofted along the seams producing a warmer comforter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================\n       SIZING \u0026 SPECIFICATIONS\n       ============================================================ --\u003e\n\u003ch2 class=\"ff-pd-section-title\"\u003eSizing \u0026amp; \u003cem\u003especs.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"ff-pd-table-wrap\"\u003e\n\u003ctable class=\"ff-pd-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"row-label\" scope=\"row\"\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003e\n\u003cstrong\u003eTwin:\u003c\/strong\u003e 68\" x 88\" (173cm x 223cm)\u003cbr\u003e\u003cstrong\u003eQueen:\u003c\/strong\u003e 90\" x 98\" (229cm x 249cm)\u003cbr\u003e\u003cstrong\u003eKing:\u003c\/strong\u003e 107\" x 98\" (272cm x 249cm)\u003cbr\u003e\u003cstrong\u003eCal King:\u003c\/strong\u003e 98\" x 116\" (249cm x 295cm) \u003cspan class=\"table-note\"\u003e*Fabric dimensions. Actual measurements at rest will be slightly smaller depending on warmth level.\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"row-label\" scope=\"row\"\u003eFabric\u003c\/th\u003e\n\u003ctd\u003e300 thread count organic cotton fine batiste weave\u003cbr\u003e\u003cbr\u003eThe organic shell fabric is unbleached and undyed, giving it a soft natural (not bright white) appearance. Due to natural variances in the raw cotton, you may notice very small flecks of dark cotton seeds, or slight differences in tone between products.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"row-label\" scope=\"row\"\u003eFill Power\u003c\/th\u003e\n\u003ctd\u003e700+ or 850+ fill power European goose down\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"row-label\" scope=\"row\"\u003eHypoallergenic\u003c\/th\u003e\n\u003ctd\u003eCertified Hypoallergenic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth class=\"row-label\" scope=\"row\"\u003eOrigin\u003c\/th\u003e\n\u003ctd\u003eFilled and finished in Seattle, USA of imported materials\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================\n       FILL WEIGHT TABLE\n       ============================================================ --\u003e\n\u003ch2 class=\"ff-pd-section-title\"\u003eFill \u003cem\u003eweight.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"ff-pd-table-wrap\"\u003e\n\u003ctable class=\"ff-pd-table center\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eLight\u003c\/th\u003e\n\u003cth\u003eMedium\u003c\/th\u003e\n\u003cth\u003eArctic\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTwin\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e14 oz | 397 g\u003c\/td\u003e\n\u003ctd\u003e19 oz | 539 g\u003c\/td\u003e\n\u003ctd\u003e24 oz | 680 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eQueen\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e23 oz | 625 g\u003c\/td\u003e\n\u003ctd\u003e31 oz | 879 g\u003c\/td\u003e\n\u003ctd\u003e39 oz | 1106 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eKing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e27 oz | 765 g\u003c\/td\u003e\n\u003ctd\u003e36 oz | 1021 g\u003c\/td\u003e\n\u003ctd\u003e44 oz | 1247 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCal King\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e30 oz | 850 g\u003c\/td\u003e\n\u003ctd\u003e39 oz | 1106 g\u003c\/td\u003e\n\u003ctd\u003e48 oz | 1361 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================\n       CERTIFICATIONS\n       ============================================================ --\u003e\n\u003cdiv class=\"ff-pd-certs\"\u003e\n\u003cdiv class=\"ff-pd-certs-grid\"\u003e\n\u003c!-- RDS --\u003e\n\u003cdiv class=\"ff-pd-cert-tile\"\u003e\n\u003cdiv class=\"ff-pd-cert-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0140\/2791\/5318\/files\/RDS-Logo.png?v=1713219181\" alt=\"Responsible Down Standard certification badge\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch4\u003eRDS-Certified \u003cem\u003eDown Fill\u003c\/em\u003e\n\u003c\/h4\u003e\n\u003cp\u003eThe Organic Bavarian Comforter contains 100% Responsible Down Standard certified down fill.\u003c\/p\u003e\n\u003cdiv class=\"ff-pd-cert-id\"\u003eCertified by TE-99977174\u003c\/div\u003e\n\u003ca href=\"https:\/\/textileexchange.org\/responsible-down-standard\/\" rel=\"noopener noreferrer\" class=\"ff-pd-cert-link\" target=\"_blank\"\u003e Learn About RDS \u003csvg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" stroke-width=\"2.5\" aria-hidden=\"true\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14 5l7 7m0 0l-7 7m7-7H3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- OCS --\u003e\n\u003cdiv class=\"ff-pd-cert-tile\"\u003e\n\u003cdiv class=\"ff-pd-cert-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0140\/2791\/5318\/files\/organic-content-standard-ocs-logo.png?v=1776727294\" alt=\"Organic Content Standard certification badge\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch4\u003eOCS-Certified \u003cem\u003eOrganic Cotton\u003c\/em\u003e\n\u003c\/h4\u003e\n\u003cp\u003eThe Organic Bavarian contains 100% Organic Content Standard certified organically grown cotton.\u003c\/p\u003e\n\u003cdiv class=\"ff-pd-cert-id\"\u003eCertified by TE-99977174\u003c\/div\u003e\n\u003ca href=\"https:\/\/textileexchange.org\/organic-content-standard\/\" rel=\"noopener noreferrer\" class=\"ff-pd-cert-link\" target=\"_blank\"\u003e More About OCS \u003csvg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" stroke-width=\"2.5\" aria-hidden=\"true\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14 5l7 7m0 0l-7 7m7-7H3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Feathered Friends","offers":[{"title":"Twin \/ Light \/ 700+ Goose Down","offer_id":46173548413127,"sku":"3200001","price":676.0,"currency_code":"CAD","in_stock":true},{"title":"Twin \/ Light \/ 850+ Goose Down","offer_id":46173548445895,"sku":"3200002","price":831.0,"currency_code":"CAD","in_stock":true},{"title":"Twin \/ Medium \/ 700+ Goose Down","offer_id":46173548478663,"sku":"3200003","price":704.0,"currency_code":"CAD","in_stock":true},{"title":"Twin \/ Medium \/ 850+ Goose Down","offer_id":46173548511431,"sku":"3200004","price":902.0,"currency_code":"CAD","in_stock":true},{"title":"Twin \/ Arctic \/ 700+ Goose Down","offer_id":46173548544199,"sku":"3200005","price":803.0,"currency_code":"CAD","in_stock":true},{"title":"Twin \/ Arctic \/ 850+ Goose Down","offer_id":46173548576967,"sku":"3200006","price":1029.0,"currency_code":"CAD","in_stock":true},{"title":"Queen \/ Light \/ 700+ Goose Down","offer_id":46173548609735,"sku":"3200007","price":859.0,"currency_code":"CAD","in_stock":true},{"title":"Queen \/ Light \/ 850+ Goose Down","offer_id":46173548642503,"sku":"3200008","price":1085.0,"currency_code":"CAD","in_stock":true},{"title":"Queen \/ Medium \/ 700+ Goose Down","offer_id":46173548675271,"sku":"3200009","price":930.0,"currency_code":"CAD","in_stock":true},{"title":"Queen \/ Medium \/ 850+ Goose Down","offer_id":46173548708039,"sku":"3200010","price":1198.0,"currency_code":"CAD","in_stock":true},{"title":"Queen \/ Arctic \/ 700+ Goose Down","offer_id":46173548740807,"sku":"3200011","price":1085.0,"currency_code":"CAD","in_stock":true},{"title":"Queen \/ Arctic \/ 850+ Goose Down","offer_id":46173548773575,"sku":"3200012","price":1367.0,"currency_code":"CAD","in_stock":true},{"title":"King \/ Light \/ 700+ Goose Down","offer_id":46173548806343,"sku":"3200013","price":986.0,"currency_code":"CAD","in_stock":false},{"title":"King \/ Light \/ 850+ Goose Down","offer_id":46173548839111,"sku":"3200014","price":1240.0,"currency_code":"CAD","in_stock":false},{"title":"King \/ Medium \/ 700+ Goose Down","offer_id":46173548871879,"sku":"3200015","price":1071.0,"currency_code":"CAD","in_stock":true},{"title":"King \/ Medium \/ 850+ Goose Down","offer_id":46173548904647,"sku":"3200016","price":1353.0,"currency_code":"CAD","in_stock":false},{"title":"King \/ Arctic \/ 700+ Goose Down","offer_id":46173548937415,"sku":"3200017","price":1254.0,"currency_code":"CAD","in_stock":true},{"title":"King \/ Arctic \/ 850+ Goose Down","offer_id":46173548970183,"sku":"3200018","price":1550.0,"currency_code":"CAD","in_stock":false},{"title":"California King \/ Light \/ 700+ Goose Down","offer_id":46173549002951,"sku":"3200019","price":1113.0,"currency_code":"CAD","in_stock":true},{"title":"California King \/ Light \/ 850+ Goose Down","offer_id":46173549035719,"sku":"3200020","price":1395.0,"currency_code":"CAD","in_stock":true},{"title":"California King \/ Medium \/ 700+ Goose Down","offer_id":46173549068487,"sku":"3200021","price":1212.0,"currency_code":"CAD","in_stock":true},{"title":"California King \/ Medium \/ 850+ Goose Down","offer_id":46173549101255,"sku":"3200022","price":1508.0,"currency_code":"CAD","in_stock":true},{"title":"California King \/ Arctic \/ 700+ Goose Down","offer_id":46173549134023,"sku":"3200023","price":1381.0,"currency_code":"CAD","in_stock":true},{"title":"California King \/ Arctic \/ 850+ Goose Down","offer_id":46173549166791,"sku":"3200024","price":1720.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0140\/2791\/5318\/files\/feathered-friends-premium-organic-cotton-bavarian-down-comforter-desert-bedroom.jpg?v=1776792585","url":"https:\/\/featheredfriends.com\/en-ca\/products\/feathered-friends-bavarian-organic-cotton-down-comforter-700-850-fill","provider":"Feathered Friends","version":"1.0","type":"link"}