{"product_id":"kneesocks","title":"🧦 Women’s Slouchy Knee-High Socks – Soft French Terry Boot Socks","description":"\u003cstyle\u003e\n\/* =========================================================\n   WOMEN'S SLOUCHY KNEE-HIGH SOCKS\n   Shopify Product Description\n\n   Responsive logic is based on the ACTUAL description width.\n\n   450–650px = full single column\n   760px+    = two-column modules\n   ========================================================= *\/\n\n.slouch-socks-detail{\n  container-type:inline-size;\n  container-name:slouchSocks;\n\n  width:100%;\n  max-width:100%;\n  margin:0 auto;\n\n  color:#3c3733;\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  font-size:16px;\n  line-height:1.65;\n}\n\n.slouch-socks-detail,\n.slouch-socks-detail *{\n  box-sizing:border-box;\n}\n\n.slouch-socks-detail h2,\n.slouch-socks-detail h3,\n.slouch-socks-detail p{\n  margin-top:0;\n}\n\n.slouch-socks-detail img{\n  display:block !important;\n\n  width:100% !important;\n  max-width:100% !important;\n  height:auto !important;\n\n  margin:0 auto;\n\n  object-fit:contain !important;\n  object-position:center !important;\n\n  border:0;\n}\n\n\n\/* =========================================================\n   COLOR SYSTEM\n   ========================================================= *\/\n\n.ss-section{\n  width:100%;\n\n  margin:18px 0;\n  padding:26px 20px;\n\n  border-radius:20px;\n  overflow:hidden;\n}\n\n.ss-dark{\n  background:#312d2b;\n  color:#ffffff;\n}\n\n.ss-cream{\n  background:#f8f1e7;\n}\n\n.ss-taupe{\n  background:#eee6de;\n}\n\n.ss-grey{\n  background:#f1f2f2;\n}\n\n.ss-coffee{\n  background:#f2e7dd;\n}\n\n.ss-soft{\n  background:#f8f7f5;\n}\n\n.ss-white{\n  background:#ffffff;\n  border:1px solid #e7e2dd;\n}\n\n\n\/* =========================================================\n   GRID\n   DEFAULT = SINGLE COLUMN\n   ========================================================= *\/\n\n.ss-grid{\n  display:grid;\n\n  grid-template-columns:\n    minmax(0,1fr);\n\n  gap:24px;\n  align-items:center;\n}\n\n.ss-grid \u003e *{\n  min-width:0;\n}\n\n.ss-copy,\n.ss-image{\n  width:100%;\n  min-width:0;\n}\n\n.ss-image{\n  overflow:hidden;\n}\n\n.ss-image img{\n  border-radius:15px;\n}\n\n\n\/* =========================================================\n   TYPOGRAPHY\n   ========================================================= *\/\n\n.ss-label{\n  display:block;\n\n  margin-bottom:8px;\n\n  color:#916c52;\n\n  font-size:12px;\n  line-height:1.3;\n  font-weight:800;\n\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.ss-dark .ss-label{\n  color:#dec3a9;\n}\n\n.ss-title{\n  margin-bottom:13px;\n\n  color:inherit;\n\n  font-size:29px;\n  line-height:1.14;\n  font-weight:800;\n\n  letter-spacing:-.025em;\n}\n\n.ss-heading{\n  margin-bottom:12px;\n\n  color:inherit;\n\n  font-size:25px;\n  line-height:1.18;\n  font-weight:800;\n\n  letter-spacing:-.02em;\n}\n\n.ss-text{\n  margin-bottom:0;\n\n  color:#69635e;\n\n  font-size:16px;\n  line-height:1.65;\n}\n\n.ss-dark .ss-text{\n  color:#eeeae7;\n}\n\n\n\/* =========================================================\n   TAGS\n   ========================================================= *\/\n\n.ss-tags{\n  display:flex;\n  flex-wrap:wrap;\n\n  gap:8px;\n\n  margin-top:18px;\n}\n\n.ss-tag{\n  display:inline-flex;\n  align-items:center;\n\n  padding:7px 11px;\n\n  background:#e8d8ca;\n\n  border-radius:999px;\n\n  color:#76553e;\n\n  font-size:12px;\n  line-height:1.25;\n  font-weight:750;\n}\n\n.ss-dark .ss-tag{\n  background:rgba(255,255,255,.1);\n\n  border:1px solid rgba(255,255,255,.14);\n\n  color:#ffffff;\n}\n\n\n\/* =========================================================\n   INTRO BENEFITS\n   ========================================================= *\/\n\n.ss-benefits{\n  display:grid;\n\n  grid-template-columns:\n    minmax(0,1fr);\n\n  gap:10px;\n\n  margin-top:20px;\n}\n\n.ss-benefit{\n  padding:15px;\n\n  background:#ffffff;\n\n  border:1px solid #e4ddd6;\n  border-radius:13px;\n}\n\n.ss-benefit strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#604b3d;\n\n  font-size:15px;\n}\n\n.ss-benefit span{\n  display:block;\n\n  color:#716a64;\n\n  font-size:13px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   NUMBER\n   ========================================================= *\/\n\n.ss-number{\n  display:inline-grid !important;\n  place-items:center !important;\n\n  min-width:40px;\n  height:40px;\n\n  margin:0 0 13px 0 !important;\n  padding:0 10px !important;\n\n  background:#785840;\n\n  border-radius:999px;\n\n  color:#ffffff !important;\n\n  font-size:12px !important;\n  line-height:1 !important;\n  font-weight:850 !important;\n\n  text-align:center !important;\n  text-indent:0 !important;\n\n  letter-spacing:.04em;\n}\n\n\n\/* =========================================================\n   CHECK LIST\n   ========================================================= *\/\n\n.ss-checks{\n  display:grid;\n\n  gap:9px;\n\n  margin:18px 0 0;\n  padding:0;\n\n  list-style:none;\n}\n\n.ss-checks li{\n  position:relative;\n\n  padding-left:29px;\n\n  color:#625d58;\n\n  font-size:14px;\n  line-height:1.5;\n}\n\n.ss-checks li:before{\n  content:\"✓\";\n\n  position:absolute;\n\n  left:0;\n  top:1px;\n\n  display:grid;\n  place-items:center;\n\n  width:20px;\n  height:20px;\n\n  background:#7a5b43;\n\n  border-radius:50%;\n\n  color:#ffffff;\n\n  font-size:11px;\n  font-weight:900;\n}\n\n\n\/* =========================================================\n   FEATURE CARDS\n   ========================================================= *\/\n\n.ss-cards{\n  display:grid;\n\n  grid-template-columns:\n    minmax(0,1fr);\n\n  gap:10px;\n\n  margin-top:18px;\n}\n\n.ss-card{\n  padding:15px;\n\n  background:#ffffff;\n\n  border:1px solid #e2ddd8;\n  border-radius:13px;\n}\n\n.ss-card strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#604a3c;\n\n  font-size:14px;\n}\n\n.ss-card span{\n  display:block;\n\n  color:#716a64;\n\n  font-size:13px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   WEAR MODES\n   ========================================================= *\/\n\n.ss-wear{\n  display:grid;\n\n  grid-template-columns:\n    minmax(0,1fr);\n\n  gap:10px;\n\n  margin-top:18px;\n}\n\n.ss-wear-item{\n  padding:15px;\n\n  background:#ffffff;\n\n  border:1px solid #e2ddd7;\n  border-radius:13px;\n}\n\n.ss-wear-num{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#8a6248;\n\n  font-size:12px;\n  font-weight:850;\n  letter-spacing:.06em;\n}\n\n.ss-wear-item strong{\n  display:block;\n\n  color:#57483e;\n\n  font-size:14px;\n}\n\n.ss-wear-item p{\n  margin:4px 0 0;\n\n  color:#746d67;\n\n  font-size:13px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   COLOR SWATCHES\n   ========================================================= *\/\n\n.ss-color-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr));\n\n  gap:9px;\n\n  margin-top:18px;\n}\n\n.ss-color{\n  display:flex;\n  align-items:center;\n\n  gap:10px;\n\n  padding:12px;\n\n  background:#ffffff;\n\n  border:1px solid #e1dcd7;\n  border-radius:11px;\n\n  color:#554d47;\n\n  font-size:13px;\n  font-weight:700;\n}\n\n.ss-swatch{\n  display:block;\n\n  width:19px;\n  height:19px;\n\n  flex:0 0 19px;\n\n  border-radius:50%;\n\n  border:1px solid rgba(0,0,0,.13);\n}\n\n.ss-black{background:#171717;}\n.ss-white-swatch{background:#f4f1e9;}\n.ss-grey-swatch{background:#888886;}\n.ss-coffee-swatch{background:#655044;}\n\n\n\/* =========================================================\n   SPECS\n   ========================================================= *\/\n\n.ss-specs{\n  width:100%;\n\n  margin-top:18px;\n\n  border-collapse:collapse;\n  table-layout:fixed;\n}\n\n.ss-specs td{\n  padding:10px 7px;\n\n  border-bottom:1px solid #e0dbd6;\n\n  vertical-align:top;\n\n  overflow-wrap:anywhere;\n}\n\n.ss-specs td:first-child{\n  width:41%;\n\n  color:#746d67;\n\n  font-weight:600;\n}\n\n.ss-specs td:last-child{\n  color:#453e39;\n\n  font-weight:700;\n}\n\n\n\/* =========================================================\n   NOTE\n   ========================================================= *\/\n\n.ss-note{\n  margin-top:17px;\n\n  padding:14px 15px;\n\n  background:#fff2dd;\n\n  border-left:4px solid #a97c50;\n  border-radius:8px;\n\n  color:#65503e;\n\n  font-size:14px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.ss-faq{\n  display:grid;\n\n  gap:9px;\n\n  margin-top:18px;\n}\n\n.ss-faq details{\n  overflow:hidden;\n\n  background:#ffffff;\n\n  border:1px solid #e1ddd9;\n  border-radius:12px;\n}\n\n.ss-faq summary{\n  position:relative;\n\n  padding:15px 42px 15px 16px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:#4a433e;\n\n  font-size:15px;\n  line-height:1.4;\n  font-weight:750;\n}\n\n.ss-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.ss-faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n\n  right:16px;\n  top:50%;\n\n  transform:translateY(-50%);\n\n  color:#805e45;\n\n  font-size:22px;\n  line-height:1;\n}\n\n.ss-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.ss-answer{\n  padding:0 16px 16px;\n\n  color:#6e6761;\n\n  font-size:14px;\n  line-height:1.6;\n}\n\n\n\/* =========================================================\n   CONTAINER QUERY\n\n   450–650px = SINGLE COLUMN\n   760px+    = TWO COLUMNS\n   ========================================================= *\/\n\n@container slouchSocks (min-width:760px){\n\n  .ss-section{\n    padding:36px;\n  }\n\n  .ss-grid{\n    grid-template-columns:\n      minmax(0,1fr)\n      minmax(0,1fr);\n\n    gap:38px;\n  }\n\n  .ss-image-left .ss-image{\n    order:1;\n  }\n\n  .ss-image-left .ss-copy{\n    order:2;\n  }\n\n  .ss-title{\n    font-size:36px;\n  }\n\n  .ss-heading{\n    font-size:30px;\n  }\n\n  .ss-benefits{\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n\n  .ss-cards{\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n\n  .ss-wear{\n    grid-template-columns:\n      repeat(3,minmax(0,1fr));\n  }\n\n  .ss-color-grid{\n    grid-template-columns:\n      repeat(4,minmax(0,1fr));\n  }\n\n}\n\n\n@container slouchSocks (min-width:1050px){\n\n  .ss-section{\n    padding:44px;\n  }\n\n  .ss-grid{\n    gap:50px;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"slouch-socks-detail\"\u003e\n\u003c!-- =========================================================\n     INTRO 01\n     ========================================================= --\u003e\n\u003csection class=\"ss-section ss-dark\"\u003e\n\u003cdiv class=\"ss-grid\"\u003e\n\u003cdiv class=\"ss-copy\"\u003e\n\u003cspan class=\"ss-label\"\u003e Women's Slouchy Knee-High Socks \u003c\/span\u003e\n\u003ch2 class=\"ss-title\"\u003eThe Cozy Sock Trend That Makes Your Fall Outfit Feel Finished\u003c\/h2\u003e\n\u003cp class=\"ss-text\"\u003ePull them high, scrunch them down or let them stack above your favorite boots. The soft ribbed knit adds warmth, texture and that relaxed retro look made for sweater season.\u003c\/p\u003e\n\u003cdiv class=\"ss-tags\"\u003e\n\u003cspan class=\"ss-tag\"\u003e Slouch \u0026amp; Stack \u003c\/span\u003e \u003cspan class=\"ss-tag\"\u003e French Terry Knit \u003c\/span\u003e \u003cspan class=\"ss-tag\"\u003e Boot Friendly \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-image\"\u003e\u003cimg src=\"https:\/\/sereintis.com\/cdn\/shop\/files\/f9eef78efb9843ba88d2d84323193b03_tplv-fhlh96nyum-crop-webp_800_800.webp?v=1790221674\u0026amp;width=1445\" alt=\"White slouchy knee high socks worn above black boots\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     INTRO 02\n     ========================================================= --\u003e\n\u003csection class=\"ss-section ss-cream\"\u003e\n\u003cdiv class=\"ss-grid ss-image-left\"\u003e\n\u003cdiv class=\"ss-copy\"\u003e\n\u003cspan class=\"ss-label\"\u003e Cozy Season Essential \u003c\/span\u003e\n\u003ch2 class=\"ss-heading\"\u003eWarm Legs Without the Bulky Winter Look\u003c\/h2\u003e\n\u003cp class=\"ss-text\"\u003eSoft French Terry knit brings extra comfort to cool-weather outfits while the long ribbed design gives you enough length to wear the socks straight, folded or naturally scrunched.\u003c\/p\u003e\n\u003cdiv class=\"ss-benefits\"\u003e\n\u003cdiv class=\"ss-benefit\"\u003e\n\u003cstrong\u003eSoft Knit Feel\u003c\/strong\u003e \u003cspan\u003e Comfortable for everyday fall and winter styling. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-benefit\"\u003e\n\u003cstrong\u003eLong Knee-High Length\u003c\/strong\u003e \u003cspan\u003e Gives you extra coverage and more ways to style. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-benefit\"\u003e\n\u003cstrong\u003eFlexible Ribbed Fit\u003c\/strong\u003e \u003cspan\u003e Designed to stretch and stack naturally around the leg. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-benefit\"\u003e\n\u003cstrong\u003eEasy Boot Layering\u003c\/strong\u003e \u003cspan\u003e Adds visible texture above tall and mid-height boots. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-image\"\u003e\u003cimg src=\"https:\/\/sereintis.com\/cdn\/shop\/files\/ce1c39f2f8754f3fb14a36eb466b0521_tplv-fhlh96nyum-crop-webp_800_800_01ecfd71-4a7e-461a-b47e-cdb7434efa84.webp?v=1790221674\u0026amp;width=1445\" alt=\"Black women's slouchy knee high socks styled with loafers\" loading=\"eager\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     01 SLOUCH STYLE\n     ========================================================= --\u003e\n\u003csection class=\"ss-section ss-taupe\"\u003e\n\u003cdiv class=\"ss-grid\"\u003e\n\u003cdiv class=\"ss-copy\"\u003e\n\u003cspan class=\"ss-number\"\u003e 01 \u003c\/span\u003e\n\u003ch2 class=\"ss-heading\"\u003eScrunch Them. Stack Them. Make the Outfit Look Effortless.\u003c\/h2\u003e\n\u003cp class=\"ss-text\"\u003eThe extra-long ribbed construction is designed to create natural folds around the calf, giving simple skirts, shorts, leggings and oversized knits a relaxed vintage-inspired finish.\u003c\/p\u003e\n\u003cul class=\"ss-checks\"\u003e\n\u003cli\u003eCreates a soft stacked look around the calf\u003c\/li\u003e\n\u003cli\u003eAdds texture to simple fall and winter outfits\u003c\/li\u003e\n\u003cli\u003eEasy to adjust depending on your shoes and styling\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-image\"\u003e\u003cimg src=\"https:\/\/sereintis.com\/cdn\/shop\/files\/72093562d1ac4dd0b88963b9fe111be3_tplv-fhlh96nyum-crop-webp_800_800.webp?v=1790221673\u0026amp;width=1445\" alt=\"Grey slouchy socks stacked around the calf\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     02 FRENCH TERRY\n     ========================================================= --\u003e\n\u003csection class=\"ss-section ss-grey\"\u003e\n\u003cdiv class=\"ss-grid ss-image-left\"\u003e\n\u003cdiv class=\"ss-copy\"\u003e\n\u003cspan class=\"ss-number\"\u003e 02 \u003c\/span\u003e\n\u003ch2 class=\"ss-heading\"\u003eSoft French Terry Comfort for Cooler Days\u003c\/h2\u003e\n\u003cp class=\"ss-text\"\u003eThe cotton-blend French Terry knit combines a soft feel with cozy coverage for fall and winter wear.\u003c\/p\u003e\n\u003cp class=\"ss-text\" style=\"margin-top: 12px;\"\u003eIts looped knit structure is designed to help balance warmth and everyday breathability, so the socks feel cozy without needing an overly bulky construction.\u003c\/p\u003e\n\u003cdiv class=\"ss-cards\"\u003e\n\u003cdiv class=\"ss-card\"\u003e\n\u003cstrong\u003eFrench Terry Knit\u003c\/strong\u003e \u003cspan\u003e Soft looped construction designed for everyday comfort. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-card\"\u003e\n\u003cstrong\u003eCool-Weather Coverage\u003c\/strong\u003e \u003cspan\u003e Long length helps keep more of your lower legs covered. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-card\"\u003e\n\u003cstrong\u003eSoft Under Boots\u003c\/strong\u003e \u003cspan\u003e Adds an extra knit layer for seasonal footwear. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-card\"\u003e\n\u003cstrong\u003eEveryday Wear\u003c\/strong\u003e \u003cspan\u003e Easy for casual outfits, lounging and weekend styling. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-image\"\u003e\u003cimg src=\"https:\/\/sereintis.com\/cdn\/shop\/files\/b81d691f095248a6a46f4a985f873708_tplv-fhlh96nyum-crop-webp_800_800.webp?v=1790221673\u0026amp;width=1445\" alt=\"Soft white ribbed French Terry knee high socks\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     03 NON-CONSTRICTING CUFF\n     ========================================================= --\u003e\n\u003csection class=\"ss-section ss-coffee\"\u003e\n\u003cdiv class=\"ss-grid\"\u003e\n\u003cdiv class=\"ss-copy\"\u003e\n\u003cspan class=\"ss-number\"\u003e 03 \u003c\/span\u003e\n\u003ch2 class=\"ss-heading\"\u003eA Flexible Cuff That Lets You Wear Them Your Way\u003c\/h2\u003e\n\u003cp class=\"ss-text\"\u003eThe ribbed top is designed to stretch comfortably around the leg, making it easier to position the socks above the calf, near the knee or lower for a relaxed stacked look.\u003c\/p\u003e\n\u003cp class=\"ss-text\" style=\"margin-top: 12px;\"\u003eInstead of needing one perfectly fixed position, you can adjust the height and amount of slouch to match your outfit.\u003c\/p\u003e\n\u003cdiv class=\"ss-tags\"\u003e\n\u003cspan class=\"ss-tag\"\u003e Flexible Rib Cuff \u003c\/span\u003e \u003cspan class=\"ss-tag\"\u003e Adjustable Height \u003c\/span\u003e \u003cspan class=\"ss-tag\"\u003e Relaxed Fit \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-image\"\u003e\u003cimg src=\"https:\/\/sereintis.com\/cdn\/shop\/files\/e9f0b621aa3141c4b855b1da61932960_tplv-fhlh96nyum-crop-webp_800_800.webp?v=1790221673\u0026amp;width=1445\" alt=\"Grey stretch ribbed knee high sock showing flexible fit\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     04 MULTI-WAY\n     ========================================================= --\u003e\n\u003csection class=\"ss-section ss-white\"\u003e\n\u003cdiv class=\"ss-grid ss-image-left\"\u003e\n\u003cdiv class=\"ss-copy\"\u003e\n\u003cspan class=\"ss-number\"\u003e 04 \u003c\/span\u003e\n\u003ch2 class=\"ss-heading\"\u003eOne Pair, Three Easy Ways to Wear It\u003c\/h2\u003e\n\u003cp class=\"ss-text\"\u003eChange the look without changing socks. The long, flexible design lets you adjust the height and texture depending on your outfit and shoes.\u003c\/p\u003e\n\u003cdiv class=\"ss-wear\"\u003e\n\u003cdiv class=\"ss-wear-item\"\u003e\n\u003cspan class=\"ss-wear-num\"\u003e LOOK 01 \u003c\/span\u003e \u003cstrong\u003e Knee High \u003c\/strong\u003e\n\u003cp\u003ePull them up for more coverage and a cleaner silhouette.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-wear-item\"\u003e\n\u003cspan class=\"ss-wear-num\"\u003e LOOK 02 \u003c\/span\u003e \u003cstrong\u003e Slouchy Calf \u003c\/strong\u003e\n\u003cp\u003ePush the knit downward to create relaxed stacked folds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-wear-item\"\u003e\n\u003cspan class=\"ss-wear-num\"\u003e LOOK 03 \u003c\/span\u003e \u003cstrong\u003e Layered \u003c\/strong\u003e\n\u003cp\u003eStyle them over leggings or tights for extra texture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-image\"\u003e\u003cimg src=\"https:\/\/sereintis.com\/cdn\/shop\/files\/069cfcb650ad4c08acacea88a71d096e_tplv-fhlh96nyum-crop-webp_800_800.webp?v=1790221674\u0026amp;width=1445\" alt=\"White knee high socks styled straight and stacked with brown boots\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     05 BOOT MATCH\n     ========================================================= --\u003e\n\u003csection class=\"ss-section ss-cream\"\u003e\n\u003cdiv class=\"ss-grid\"\u003e\n\u003cdiv class=\"ss-copy\"\u003e\n\u003cspan class=\"ss-number\"\u003e 05 \u003c\/span\u003e\n\u003ch2 class=\"ss-heading\"\u003eMade for the Boots You Live In All Fall\u003c\/h2\u003e\n\u003cp class=\"ss-text\"\u003eLet the ribbed knit peek over the top of tall boots or scrunch it lower around shorter footwear for an easy layered look.\u003c\/p\u003e\n\u003cp class=\"ss-text\" style=\"margin-top: 12px;\"\u003eThe neutral solid colors make these socks easy to pair with black, brown and other everyday fall footwear.\u003c\/p\u003e\n\u003cdiv class=\"ss-cards\"\u003e\n\u003cdiv class=\"ss-card\"\u003e\n\u003cstrong\u003eTall Boots\u003c\/strong\u003e \u003cspan\u003e Let the cuff show above the boot opening. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-card\"\u003e\n\u003cstrong\u003eCombat Boots\u003c\/strong\u003e \u003cspan\u003e Scrunch the socks for a relaxed layered finish. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-card\"\u003e\n\u003cstrong\u003eLoafers\u003c\/strong\u003e \u003cspan\u003e Wear them fully visible for a retro preppy look. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-card\"\u003e\n\u003cstrong\u003eLeggings \u0026amp; Tights\u003c\/strong\u003e \u003cspan\u003e Add warmth and texture without changing the whole outfit. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-image\"\u003e\u003cimg src=\"https:\/\/sereintis.com\/cdn\/shop\/files\/14632321504c4c8aae97d0a4a4cc6374_tplv-fhlh96nyum-crop-webp_1440_1440.webp?v=1790221675\u0026amp;width=1445\" alt=\"Coffee brown slouch socks paired with tall brown boots\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     06 COLORS + FIT\n     ========================================================= --\u003e\n\u003csection class=\"ss-section ss-soft\"\u003e\n\u003cdiv class=\"ss-grid ss-image-left\"\u003e\n\u003cdiv class=\"ss-copy\"\u003e\n\u003cspan class=\"ss-number\"\u003e 06 \u003c\/span\u003e\n\u003ch2 class=\"ss-heading\"\u003eFour Easy Neutrals for Your Fall \u0026amp; Winter Rotation\u003c\/h2\u003e\n\u003cp class=\"ss-text\"\u003eKeep it classic with Black and White, go softer with Grey, or add a warmer autumn tone with Coffee.\u003c\/p\u003e\n\u003cdiv class=\"ss-color-grid\"\u003e\n\u003cdiv class=\"ss-color\"\u003e\n\u003cspan class=\"ss-swatch ss-black\"\u003e\u003c\/span\u003e Black\u003c\/div\u003e\n\u003cdiv class=\"ss-color\"\u003e\n\u003cspan class=\"ss-swatch ss-white-swatch\"\u003e\u003c\/span\u003e White\u003c\/div\u003e\n\u003cdiv class=\"ss-color\"\u003e\n\u003cspan class=\"ss-swatch ss-grey-swatch\"\u003e\u003c\/span\u003e Grey\u003c\/div\u003e\n\u003cdiv class=\"ss-color\"\u003e\n\u003cspan class=\"ss-swatch ss-coffee-swatch\"\u003e\u003c\/span\u003e Coffee\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-note\"\u003e\n\u003cstrong\u003eCurrent Fit:\u003c\/strong\u003e One Size Fits Most. The current product page lists the recommended range as US Women's Shoe Size 5–10.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-image\"\u003e\u003cimg src=\"https:\/\/sereintis.com\/cdn\/shop\/files\/ce1c39f2f8754f3fb14a36eb466b0521_tplv-fhlh96nyum-crop-webp_800_800.webp?v=1790221673\u0026amp;width=1445\" alt=\"Black women's stackable slouch knee high socks\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     PRODUCT DETAILS\n     ========================================================= --\u003e\n\u003csection class=\"ss-section ss-taupe\"\u003e\u003cspan class=\"ss-label\"\u003e Product Details \u003c\/span\u003e\n\u003ch2 class=\"ss-heading\"\u003eCozy, Stackable \u0026amp; Easy to Style\u003c\/h2\u003e\n\u003ctable class=\"ss-specs\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eWomen's Slouchy Knee-High Socks\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eCotton-Blend French Terry Knit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTexture\u003c\/td\u003e\n\u003ctd\u003eSoft Ribbed \/ French Terry Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit Style\u003c\/td\u003e\n\u003ctd\u003eStackable Slouch \/ Over-the-Calf \/ Knee-High\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003eOne Size Fits Most\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Shoe Size\u003c\/td\u003e\n\u003ctd\u003eUS Women's 5–10\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColors\u003c\/td\u003e\n\u003ctd\u003eBlack \/ White \/ Grey \/ Coffee\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeason\u003c\/td\u003e\n\u003ctd\u003eFall \/ Winter \/ Cool Weather\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuggested Styling\u003c\/td\u003e\n\u003ctd\u003eBoots \/ Loafers \/ Leggings \/ Tights \/ Skirts \/ Casual Loungewear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare\u003c\/td\u003e\n\u003ctd\u003eMachine Wash Cold Inside-Out \/ Tumble Dry Low\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"ss-note\"\u003e\n\u003cstrong\u003eMaterial Note:\u003c\/strong\u003e The current product specification describes the fabric as a combed cotton blend with French Terry knit. This description does not claim a specific cotton percentage.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     STYLING \u0026 CARE\n     ========================================================= --\u003e\n\u003csection class=\"ss-section ss-coffee\"\u003e\u003cspan class=\"ss-label\"\u003e Styling \u0026amp; Care \u003c\/span\u003e\n\u003ch2 class=\"ss-heading\"\u003eKeep the Slouch Looking Soft \u0026amp; Relaxed\u003c\/h2\u003e\n\u003cdiv class=\"ss-cards\"\u003e\n\u003cdiv class=\"ss-card\"\u003e\n\u003cstrong\u003eBoot Stacking\u003c\/strong\u003e \u003cspan\u003e Pull the socks up first, put on your boots, then gently push the knit down toward the top of the boot until you get the amount of slouch you want. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-card\"\u003e\n\u003cstrong\u003eWeekend Styling\u003c\/strong\u003e \u003cspan\u003e Pair with an oversized sweater, leggings, shorts or a casual skirt for an easy cool-weather outfit. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-card\"\u003e\n\u003cstrong\u003eMachine Washing\u003c\/strong\u003e \u003cspan\u003e Wash cold and inside-out. A mesh laundry bag can help protect the knit during the wash cycle. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-card\"\u003e\n\u003cstrong\u003eDrying\u003c\/strong\u003e \u003cspan\u003e Tumble dry on low according to the current product care instructions. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n     FAQ\n     ========================================================= --\u003e\n\u003csection class=\"ss-section ss-white\"\u003e\u003cspan class=\"ss-label\"\u003e FAQ \u003c\/span\u003e\n\u003ch2 class=\"ss-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"ss-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre these knee-high socks?\u003c\/summary\u003e\n\u003cdiv class=\"ss-answer\"\u003eThey are designed with a long knee-high \/ over-the-calf length. You can also push them down around the calf to create the stacked slouch look.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I wear them with boots?\u003c\/summary\u003e\n\u003cdiv class=\"ss-answer\"\u003eYes. Boot styling is one of the main uses shown on the current product page. They can be worn inside taller boots or allowed to stack above the boot opening.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre they only meant to be worn slouched?\u003c\/summary\u003e\n\u003cdiv class=\"ss-answer\"\u003eNo. Wear them pulled higher for more coverage, pushed down around the calf for a relaxed look, or layered over leggings and tights.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size are they?\u003c\/summary\u003e\n\u003cdiv class=\"ss-answer\"\u003eThe current product page lists One Size Fits Most and recommends US Women's Shoe Size 5–10.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat colors are available?\u003c\/summary\u003e\n\u003cdiv class=\"ss-answer\"\u003eCurrent color options are Black, White, Grey and Coffee.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre they 100% cotton?\u003c\/summary\u003e\n\u003cdiv class=\"ss-answer\"\u003eThe current specification describes the material as a combed cotton blend with soft French Terry knit, so this description does not make a 100% cotton claim.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I wash them?\u003c\/summary\u003e\n\u003cdiv class=\"ss-answer\"\u003eThe current care instructions recommend machine washing cold inside-out and tumble drying on low.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"XHY","offers":[{"title":"Beige \/ One Size Fits All","offer_id":50752586711272,"sku":"NC02072609247464-燕麦","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ One Size Fits All","offer_id":50752586678504,"sku":"NC02072609247464-黑色","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ One Size Fits All","offer_id":50752586744040,"sku":"NC02072609247464-浅灰","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Coffee \/ One Size Fits All","offer_id":50752586776808,"sku":"NC02072609247464-咖色","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ One Size Fits All","offer_id":50753681686760,"sku":"NC02072609247464-卡其","price":18.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/f9eef78efb9843ba88d2d84323193b03_tplv-fhlh96nyum-crop-webp_800_800.webp?v=1790221674","url":"https:\/\/sereintis.com\/products\/kneesocks","provider":"sereintis.com","version":"1.0","type":"link"}