{"product_id":"elizabeth-knitted-headband-greentones","title":"Elizabeth Knitted Headband","description":"\u003cstyle\u003e\n  :root {\n    --tj-primary: #1f4546;\n    --tj-accent: #cb9251;\n    --tj-light: #dec6ab;\n    --tj-cream: #e9e1d4;\n    --tj-text: #1f4546;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .tjc-desc {\n    font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;\n    line-height: 1.7;\n    font-size: clamp(0.98rem, 0.25vw + 0.9rem, 1.06rem);\n    -webkit-font-smoothing: antialiased;\n    letter-spacing: .01em;\n    color: var(--tj-text);\n  }\n\n  .tjc-desc .wrap { max-width: 980px; margin: 0 auto; }\n\n  .tjc-desc .hd, .tjc-desc h2, .tjc-desc h3 {\n    font-family: \"Cormorant Garamond\", serif;\n    font-weight: 600;\n    letter-spacing: .2px;\n    line-height: 1.2;\n  }\n  .tjc-desc .section .hd { font-size: clamp(1.15rem, 0.6vw + 1rem, 1.5rem); }\n  .tjc-desc h2 { font-size: clamp(1.25rem, 0.8vw + 1rem, 1.7rem); }\n  .tjc-desc h3 { font-size: clamp(1.1rem, 0.5vw + 0.95rem, 1.35rem); }\n\n  \/* Hero hook *\/\n  .tjc-desc .hero-hook {\n    text-align: center;\n    padding: 20px 0 16px;\n    border-bottom: 1px solid var(--tj-cream);\n    margin-bottom: 20px;\n  }\n  .tjc-desc .hero-hook .headline {\n    font-family: \"Cormorant Garamond\", serif;\n    font-size: clamp(1.5rem, 2vw + 1rem, 2.2rem);\n    font-weight: 600;\n    font-style: italic;\n    color: var(--tj-primary);\n    margin-bottom: 8px;\n    line-height: 1.2;\n  }\n  .tjc-desc .hero-hook .subline {\n    font-size: clamp(0.95rem, 0.3vw + 0.88rem, 1.05rem);\n    color: var(--tj-primary);\n    opacity: 0.8;\n    margin-bottom: 14px;\n  }\n\n  \/* Lead time badge *\/\n  .tjc-desc .lead-time-bar {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--tj-primary);\n    color: #fff;\n    border-radius: 999px;\n    padding: 7px 18px;\n    font-size: 0.88rem;\n    font-weight: 600;\n    letter-spacing: .03em;\n  }\n  .tjc-desc .lead-time-bar .dot {\n    width: 7px; height: 7px;\n    background: #6fcf97;\n    border-radius: 50%;\n    display: inline-block;\n    flex-shrink: 0;\n  }\n\n  \/* Pills *\/\n  .tjc-desc .pill {\n    display: inline-flex; gap: 8px; align-items: center;\n    padding: 8px 16px;\n    border: 1px solid var(--tj-primary);\n    border-radius: 999px;\n    font-size: clamp(.92rem,.2vw+.88rem,1rem);\n    margin: 6px 8px 18px 0;\n    background: #fff;\n    font-weight: 600;\n  }\n  .tjc-desc .pill-wrap { display: flex; flex-wrap: wrap; gap: 0; margin-top: 10px; justify-content: center; }\n\n  \/* Sections *\/\n  .tjc-desc .section {\n    margin: 0 0 18px;\n    border: 1px solid var(--tj-cream);\n    border-radius: 14px;\n    background: #fff;\n    box-shadow: 0 1px 0 rgba(0,0,0,.045);\n    overflow: hidden;\n  }\n  .tjc-desc .section .hd {\n    margin: 0;\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--tj-cream);\n    background: var(--tj-cream);\n    font-weight: 600;\n    text-align: center;\n  }\n  .tjc-desc .section .bd { padding: 16px 18px; }\n\n  \/* Promise — compact version *\/\n  .tjc-desc .promise-compact {\n    margin: 0 0 18px;\n    border: 2px solid var(--tj-accent);\n    border-radius: 14px;\n    background: #fff;\n    overflow: hidden;\n  }\n  .tjc-desc .promise-compact .hd {\n    margin: 0;\n    padding: 13px 18px;\n    border-bottom: 2px solid var(--tj-accent);\n    background: var(--tj-accent);\n    color: #fff;\n    font-weight: 600;\n    text-align: center;\n    font-family: \"Cormorant Garamond\", serif;\n    font-size: clamp(1.1rem, 0.5vw + 0.95rem, 1.35rem);\n    letter-spacing: .2px;\n  }\n  .tjc-desc .promise-compact .bd {\n    padding: 14px 18px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n  .tjc-desc .promise-pill {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n    background: var(--tj-cream);\n    border-radius: 10px;\n    padding: 10px 14px;\n    flex: 1 1 200px;\n    font-size: 0.93rem;\n  }\n  .tjc-desc .promise-pill .icon { font-size: 1.1rem; flex-shrink: 0; }\n  .tjc-desc .promise-pill span { line-height: 1.5; }\n  .tjc-desc .promise-pill strong { display: block; margin-bottom: 2px; font-weight: 600; }\n\n  \/* Feature highlights grid *\/\n  .tjc-desc .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 10px;\n    margin-top: 12px;\n  }\n  .tjc-desc .feature-card {\n    background: var(--tj-cream);\n    border-radius: 12px;\n    padding: 14px;\n    text-align: center;\n    font-size: 0.93rem;\n  }\n  .tjc-desc .feature-card .feature-icon { font-size: 1.4rem; margin-bottom: 6px; }\n  .tjc-desc .feature-card strong { display: block; font-weight: 600; margin-bottom: 3px; }\n\n  \/* Accordions *\/\n  .tjc-desc .acc details {\n    border: 1px solid var(--tj-cream);\n    border-radius: 12px;\n    background: #fff;\n    margin-bottom: 10px;\n    overflow: hidden;\n  }\n  .tjc-desc .acc summary {\n    list-style: none;\n    cursor: pointer;\n    font-weight: 600;\n    padding: 14px 16px;\n    background: #fff;\n  }\n  .tjc-desc .acc summary::-webkit-details-marker { display: none; }\n  .tjc-desc .acc [role=\"region\"] {\n    padding: 12px 16px 14px;\n    border-top: 1px solid var(--tj-cream);\n  }\n\n  \/* Trust banner *\/\n  .tjc-desc .banner {\n    border-radius: 12px;\n    padding: 12px 16px;\n    background: var(--tj-accent);\n    color: #fff;\n    margin: 16px 0 4px;\n    text-align: center;\n    font-weight: 600;\n  }\n\n  .tjc-desc .note {\n    background: var(--tj-cream);\n    border: 1px dashed var(--tj-light);\n    padding: 10px 12px;\n    border-radius: 10px;\n    font-size: .95rem;\n  }\n\n  .tjc-desc p { margin: 0 0 12px; }\n  .tjc-desc ul { margin: 0; padding-left: 18px; }\n  .tjc-desc li { margin: 6px 0; }\n  .tjc-desc a { color: var(--tj-primary); text-decoration: underline; text-underline-offset: 2px; }\n\n  @media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }\n\u003c\/style\u003e\n\u003cdiv class=\"tjc-desc\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003c!-- HERO HOOK --\u003e\n\u003cdiv class=\"hero-hook\"\u003e\n\u003cp class=\"headline\"\u003eThe headband that makes cold weather look good.\u003c\/p\u003e\n\u003cp class=\"subline\"\u003eThe Elizabeth: a handcrafted knitted headband with a signature twisted front, made to keep you warm and turn heads doing it.\u003c\/p\u003e\n\u003cdiv\u003e\u003cspan class=\"lead-time-bar\"\u003e\u003cspan class=\"dot\"\u003e\u003c\/span\u003e Handcrafted to order. Current processing: 1 week\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"pill-wrap\"\u003e\n\u003cdiv class=\"pill\"\u003e\u003cstrong\u003eTaniJay Crochet\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"pill\"\u003e\n\u003cstrong\u003eColor pictured:\u003c\/strong\u003e \u003cem\u003eGreen Tones\u003c\/em\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch3 class=\"hd\"\u003eMeet the Elizabeth\u003c\/h3\u003e\n\u003cdiv class=\"bd\"\u003e\n\u003cp\u003eThe Elizabeth isn't your average ear warmer. It's a knitted headband with a \u003cstrong\u003etwisted turban-style knot at the front\u003c\/strong\u003e; a thoughtful design detail that transforms a cold-weather basic into something you actually want to be seen wearing. Elizabeth is wide enough to fully cover your ears and structured enough to stay in place all day. Warmth has never looked this intentional.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DESIGN DETAILS --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch3 class=\"hd\"\u003eDesign Details\u003c\/h3\u003e\n\u003cdiv class=\"bd\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eTwisted turban-style front knot:\u003c\/strong\u003e the signature detail that sets the Elizabeth apart. Elegant, structured, and eye-catching\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRibbed knit band:\u003c\/strong\u003e provides texture, structure, and a flexible fit that holds its shape\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDouble-layer construction:\u003c\/strong\u003e extra warmth and a full, plush feel against your skin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWide band silhouette:\u003c\/strong\u003e full ear coverage without flattening your hair\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVariegated yarn:\u003c\/strong\u003e subtle tonal variation woven throughout for a rich, dimensional look\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSlip-on style:\u003c\/strong\u003e no fuss. Just pull it on and go\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e 100% acrylic yarn; soft, durable, and easy to care for\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- KEY FEATURES HIGHLIGHT --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch3 class=\"hd\"\u003eWhy You'll Love It\u003c\/h3\u003e\n\u003cdiv class=\"bd\"\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌬️\u003c\/div\u003e\n\u003cstrong\u003eFull Ear Coverage\u003c\/strong\u003e \u003cspan\u003eWide enough to actually protect your ears from the cold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💇\u003c\/div\u003e\n\u003cstrong\u003eHair-Friendly Fit\u003c\/strong\u003e \u003cspan\u003eStays snug without leaving a dent or flattening your style\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n\u003cstrong\u003eStandout Design\u003c\/strong\u003e \u003cspan\u003eThe twisted front knot makes it a statement, not just an accessory\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🎨\u003c\/div\u003e\n\u003cstrong\u003eYour Color, Your Pick\u003c\/strong\u003e \u003cspan\u003eAvailable in a range of colors from our yarn catalog\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CUSTOMIZATION --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch3 class=\"hd\"\u003eCustomization\u003c\/h3\u003e\n\u003cdiv class=\"bd\"\u003e\n\u003cp\u003eEvery Elizabeth is handmade individually for you. Choose your color and size, and I'll craft it to order.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eMade to order:\u003c\/strong\u003e handcrafted to your exact size\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColor selection:\u003c\/strong\u003e choose from our \u003ca title=\"Yarn Color Catalog\" href=\"https:\/\/tanijaycrochet.com\/pages\/crochet-color-catalog-acrylic-yarn\"\u003eYarn Color Catalog\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom sizing:\u003c\/strong\u003e your size not listed? \u003ca title=\"Contact Us\" href=\"https:\/\/tanijaycrochet.com\/pages\/contact-us\"\u003eReach out\u003c\/a\u003e and I'll make it work for you\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TANIJAYCROCHET PROMISE --\u003e\n\u003cdiv class=\"promise-compact\"\u003e\n\u003cdiv class=\"hd\"\u003eCrafted with Care. Backed by Integrity.\u003c\/div\u003e\n\u003cdiv class=\"bd\"\u003e\n\u003cdiv class=\"promise-pill\"\u003e\n\u003cspan class=\"icon\"\u003e🤝\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eI stand behind my work\u003c\/strong\u003eIf there is a craftsmanship issue with your piece, reach out. I take my work seriously and will make it right.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"promise-pill\"\u003e\n\u003cspan class=\"icon\"\u003e✂️\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eFit concerns before wear\u003c\/strong\u003eHave a fit issue before you've worn your piece? I'll work with you to adjust it. My craftsmanship is my reputation.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"promise-pill\"\u003e\n\u003cspan class=\"icon\"\u003e🎁\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eA little something extra\u003c\/strong\u003eEvery order ships with a small thank-you from me to you.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ACCORDIONS --\u003e\n\u003cdiv class=\"acc\" role=\"list\"\u003e\n\u003cdetails aria-labelledby=\"care-hdr\"\u003e\n\u003csummary id=\"care-hdr\"\u003eCare Instructions\u003c\/summary\u003e\n\u003cdiv role=\"region\" aria-labelledby=\"care-hdr\"\u003eHandwashing is recommended for best results. \u003cstrong\u003eMachine washable and dryer safe when following our guide.\u003c\/strong\u003e\u003cbr\u003eSee the full \u003ca title=\"Crochet Care\" href=\"https:\/\/tanijaycrochet.com\/pages\/crochetcare\"\u003eCrochet Care Guide\u003c\/a\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails aria-labelledby=\"fit-hdr\"\u003e\n\u003csummary id=\"fit-hdr\"\u003eFit \u0026amp; Sizing\u003c\/summary\u003e\n\u003cdiv role=\"region\" aria-labelledby=\"fit-hdr\"\u003eThe Elizabeth is available in multiple sizes to ensure a comfortable, secure fit. Not sure which size is right for you? Visit our \u003ca href=\"https:\/\/tanijaycrochet.com\/pages\/body-measurement-guide\" title=\"Measurement Guide\"\u003eMeasurement Guide\u003c\/a\u003e for help.\u003cbr\u003e\u003cbr\u003eYour size not listed? \u003ca href=\"https:\/\/tanijaycrochet.com\/pages\/contact-us\" title=\"Contact Us\"\u003eContact me directly\u003c\/a\u003e and I'll make it work for you.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails aria-labelledby=\"shipping-hdr\" open=\"\"\u003e\n\u003csummary id=\"shipping-hdr\"\u003eProcessing \u0026amp; Shipping\u003c\/summary\u003e\n\u003cdiv role=\"region\" aria-labelledby=\"shipping-hdr\"\u003eEvery Elizabeth is handcrafted to order. Current processing time is \u003cstrong\u003e1 week\u003c\/strong\u003e from the date of your order. Need it sooner? Visit our \u003ca href=\"https:\/\/tanijaycrochet.com\/products\/rush-order\"\u003eRush My Order Service\u003c\/a\u003e for Priority 48-Hour Processing.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL BANNER --\u003e\n\u003cdiv class=\"banner\"\u003eHandcrafted with care. Designed to be worn and noticed.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"TANIJAY CROCHET","offers":[{"title":"CHILD SIZE","offer_id":51424364888354,"sku":null,"price":35.0,"currency_code":"USD","in_stock":true},{"title":"ADULT SMALL","offer_id":51424364921122,"sku":null,"price":45.0,"currency_code":"USD","in_stock":true},{"title":"ADULT MEDIUM","offer_id":51424364953890,"sku":null,"price":45.0,"currency_code":"USD","in_stock":true},{"title":"ADULT LARGE","offer_id":51424364986658,"sku":null,"price":45.0,"currency_code":"USD","in_stock":true},{"title":"ADULT XLARGE","offer_id":51424365019426,"sku":null,"price":45.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0575\/6826\/4349\/files\/tanijay-crochet-elizabeth-knitted-headband-winter-headband-1227302615.png?v=1773564428","url":"https:\/\/tanijaycrochet.com\/products\/elizabeth-knitted-headband-greentones","provider":"TANIJAY CROCHET","version":"1.0","type":"link"}