{"product_id":"levis-womens-vintage-overall-overall-file-away-med-indigo-spring-2026","title":"Vintage Overall","description":"\u003cstyle\u003e\n.product-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n  line-height: 1.6;\n  color: #333;\n}\n\n.intro-text {\n  font-size: 16px;\n  font-weight: 300;\n  line-height: 1.8;\n  margin-bottom: 24px;\n  padding-left: 16px;\n  border-left: 3px solid #f87171;\n  color: #4a4a4a;\n}\n\n.accordion-item {\n  margin-bottom: 16px;\n  border-bottom: 1px solid #e0e0e0;\n  transition: border-color 0.3s ease;\n}\n\n.accordion-item:hover {\n  border-bottom-color: #f87171;\n}\n\n.accordion-summary {\n  cursor: pointer;\n  padding: 16px 0;\n  font-size: 13px;\n  font-weight: 500;\n  text-transform: uppercase;\n  letter-spacing: 1.5px;\n  color: #333;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  position: relative;\n  transition: padding-left 0.3s ease;\n}\n\n.accordion-summary::before {\n  content: '';\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  width: 0;\n  height: 2px;\n  background: #f87171;\n  transition: width 0.3s ease;\n}\n\n.accordion-item:hover .accordion-summary::before {\n  width: 60px;\n}\n\n.accordion-item:hover .accordion-summary {\n  padding-left: 8px;\n}\n\n.accordion-icon {\n  font-size: 20px;\n  font-weight: 300;\n  color: #999;\n  transition: transform 0.3s ease, color 0.3s ease;\n}\n\n.accordion-item[open] .accordion-icon {\n  transform: rotate(45deg);\n  color: #f87171;\n}\n\n.accordion-content {\n  padding: 0 0 24px 0;\n  animation: slideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n@keyframes slideDown {\n  from {\n    opacity: 0;\n    transform: translateY(-12px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 16px;\n  margin-top: 16px;\n}\n\n.feature-item {\n  background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);\n  padding: 16px;\n  border-radius: 8px;\n  border: 1px solid #f0f0f0;\n  position: relative;\n  overflow: hidden;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.feature-item::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 0;\n  width: 4px;\n  height: 0;\n  background: linear-gradient(180deg, #f87171 0%, #fca5a5 100%);\n  transition: height 0.3s ease;\n}\n\n.feature-item:hover::before {\n  height: 100%;\n}\n\n.feature-item:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(248, 113, 113, 0.15);\n}\n\n.feature-item h3 {\n  margin: 0 0 6px 0;\n  font-size: 14px;\n  font-weight: 600;\n  color: #333;\n}\n\n.feature-item p {\n  margin: 0;\n  font-size: 14px;\n  font-weight: 300;\n  color: #666;\n  line-height: 1.5;\n}\n\n.size-table-wrapper {\n  width: 100%;\n  overflow-x: auto;\n  border-radius: 8px;\n  border: 1px solid #f0f0f0;\n  margin-top: 16px;\n}\n\n.size-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n  background: white;\n}\n\n.size-table th {\n  background: linear-gradient(135deg, #f87171 0%, #fca5a5 100%);\n  color: white;\n  padding: 14px;\n  text-align: center;\n  font-size: 13px;\n  font-weight: 600;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n  white-space: nowrap;\n}\n\n.size-table td {\n  text-align: center;\n  padding: 14px;\n  border-bottom: 1px solid #f5f5f5;\n  color: #4a4a4a;\n  font-weight: 300;\n  white-space: nowrap;\n}\n\n.size-table tbody tr:hover {\n  background-color: #fef2f2;\n}\n\n.size-note {\n  margin-top: 12px;\n  font-size: 13px;\n  font-style: italic;\n  color: #666;\n  background: #fef2f2;\n  padding: 12px;\n  border-left: 3px solid #f87171;\n  border-radius: 4px;\n}\n\n@media (max-width: 768px) {\n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .feature-item:hover {\n    transform: none;\n  }\n  \n  .accordion-summary::before {\n    display: none;\n  }\n  \n  .intro-text {\n    font-size: 15px;\n    padding-left: 12px;\n  }\n  \n  .size-table th,\n  .size-table td {\n    font-size: 12px;\n    padding: 10px 8px;\n  }\n}\n\n\/* Responsive Size Chart Scaling *\/\n@media (min-width: 1024px) {\n  .size-table th,\n  .size-table td {\n    font-size: 14px;\n    padding: 16px;\n  }\n}\n\n@media (max-width: 1024px) and (min-width: 768px) {\n  .size-table th,\n  .size-table td {\n    font-size: 13px;\n    padding: 14px;\n  }\n}\n\n@media (max-width: 768px) and (min-width: 480px) {\n  .size-table th,\n  .size-table td {\n    font-size: 12px;\n    padding: 12px;\n  }\n}\n\n@media (max-width: 480px) and (min-width: 360px) {\n  .size-table th,\n  .size-table td {\n    font-size: 11px;\n    padding: 10px;\n  }\n}\n\n@media (max-width: 360px) {\n  .size-table th,\n  .size-table td {\n    font-size: 10px;\n    padding: 8px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cp class=\"intro-text\"\u003eThese Vintage Denim Overalls have all the familiar features you love that create an authentic look from top to bottom. Better with age and wear, this classic workwear essential has already become our closet staple to transition through the seasons.\u003c\/p\u003e\n\n  \u003cdetails class=\"accordion-item\"\u003e\n    \u003csummary class=\"accordion-summary\"\u003e\n      Features\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/summary\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cdiv class=\"features-grid\"\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003ch3\u003eVintage-Inspired Design\u003c\/h3\u003e\n          \u003cp\u003eAuthentic workwear styling with classic details that develop character over time\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003ch3\u003eAdjustable Straps\u003c\/h3\u003e\n          \u003cp\u003eCustomizable fit with adjustable shoulder straps for all-day comfort\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003ch3\u003eMultiple Pockets\u003c\/h3\u003e\n          \u003cp\u003eClassic 5-pocket styling plus additional storage for convenient carrying\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003ch3\u003eRelaxed Fit\u003c\/h3\u003e\n          \u003cp\u003eRelaxed through hip and thigh with straight leg for easy movement\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"accordion-item\"\u003e\n    \u003csummary class=\"accordion-summary\"\u003e\n      Materials\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/summary\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cdiv class=\"features-grid\"\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003ch3\u003e100% Cotton\u003c\/h3\u003e\n          \u003cp\u003eSoft, breathable cotton construction for easy, drapey fit\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003ch3\u003eDenim Fabric\u003c\/h3\u003e\n          \u003cp\u003eNon-stretch denim that gets better with age and wear\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003ch3\u003eQuality Construction\u003c\/h3\u003e\n          \u003cp\u003eDurable stitching and hardware built to last\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003ch3\u003eImported\u003c\/h3\u003e\n          \u003cp\u003eCrafted with attention to detail and quality standards\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"accordion-item\"\u003e\n    \u003csummary class=\"accordion-summary\"\u003e\n      Care\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/summary\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cdiv class=\"features-grid\"\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003ch3\u003eMachine Wash\u003c\/h3\u003e\n          \u003cp\u003eMachine wash cold with like colors for best results\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003ch3\u003eTumble Dry\u003c\/h3\u003e\n          \u003cp\u003eTumble dry low or hang to dry to maintain shape\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003ch3\u003eAvoid Bleach\u003c\/h3\u003e\n          \u003cp\u003eDo not bleach to preserve the vintage wash\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-item\"\u003e\n          \u003ch3\u003eIron Low\u003c\/h3\u003e\n          \u003cp\u003eIron on low heat if needed to smooth wrinkles\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"accordion-item\"\u003e\n    \u003csummary class=\"accordion-summary\"\u003e\n      Sizing\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/summary\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cdiv class=\"size-table-wrapper\"\u003e\n        \u003ctable class=\"size-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eSize\u003c\/th\u003e\n              \u003cth\u003eWaist\u003c\/th\u003e\n              \u003cth\u003eHip\u003c\/th\u003e\n              \u003cth\u003eInseam\u003c\/th\u003e\n              \u003cth\u003eLeg Opening\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e25\u003c\/td\u003e\n              \u003ctd\u003e25\"\u003c\/td\u003e\n              \u003ctd\u003e35\"\u003c\/td\u003e\n              \u003ctd\u003e29\"\u003c\/td\u003e\n              \u003ctd\u003e15.5\"\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e26\u003c\/td\u003e\n              \u003ctd\u003e26\"\u003c\/td\u003e\n              \u003ctd\u003e36\"\u003c\/td\u003e\n              \u003ctd\u003e29\"\u003c\/td\u003e\n              \u003ctd\u003e16\"\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e27\u003c\/td\u003e\n              \u003ctd\u003e27\"\u003c\/td\u003e\n              \u003ctd\u003e37\"\u003c\/td\u003e\n              \u003ctd\u003e29\"\u003c\/td\u003e\n              \u003ctd\u003e16.5\"\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e28\u003c\/td\u003e\n              \u003ctd\u003e28\"\u003c\/td\u003e\n              \u003ctd\u003e38\"\u003c\/td\u003e\n              \u003ctd\u003e29\"\u003c\/td\u003e\n              \u003ctd\u003e17\"\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e29\u003c\/td\u003e\n              \u003ctd\u003e29\"\u003c\/td\u003e\n              \u003ctd\u003e39\"\u003c\/td\u003e\n              \u003ctd\u003e29\"\u003c\/td\u003e\n              \u003ctd\u003e17.5\"\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e30\u003c\/td\u003e\n              \u003ctd\u003e30\"\u003c\/td\u003e\n              \u003ctd\u003e40\"\u003c\/td\u003e\n              \u003ctd\u003e29\"\u003c\/td\u003e\n              \u003ctd\u003e18\"\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"size-note\"\u003eMeasurements based on size 27 waist. Relaxed fit through hip and thigh with straight leg.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","brand":"Levis","offers":[{"title":"File Away\/Med Indigo \/ XS \/ Womens","offer_id":53390722138478,"sku":"LEV62W030002","price":119.99,"currency_code":"CAD","in_stock":true},{"title":"File Away\/Med Indigo \/ S \/ Womens","offer_id":53390722171246,"sku":"LEV62W030003","price":119.99,"currency_code":"CAD","in_stock":true},{"title":"File Away\/Med Indigo \/ M \/ Womens","offer_id":53390722204014,"sku":"LEV62W030004","price":119.99,"currency_code":"CAD","in_stock":true},{"title":"File Away\/Med Indigo \/ L \/ Womens","offer_id":53390722236782,"sku":"LEV62W030005","price":119.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/VintageOverall-FileAway-3.png?v=1772816938","url":"https:\/\/boardroomshop.com\/products\/levis-womens-vintage-overall-overall-file-away-med-indigo-spring-2026","provider":"The Boardroom","version":"1.0","type":"link"}