{"product_id":"beige-oversized-graphic-printed-t-shirt","title":"Beige Oversized Graphic Printed T-shirt","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@300;400;500;600;700\u0026amp;family=DM+Serif+Display\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --clr-bg: #ffffff;\n      --clr-surface: #fafafa;\n      --clr-border: #e6e6e6;\n      --clr-text-primary: #1a1a1a;\n      --clr-text-secondary: #666666;\n      --clr-text-muted: #999999;\n      --clr-accent: #c8622a;\n      --clr-accent-light: #fff5ef;\n      --clr-accent-border: #e07a3a;\n      --clr-table-head-bg: #f5f5f5;\n      --font-body: 'DM Sans', sans-serif;\n      --radius: 6px;\n      --transition: 0.22s ease;\n    }\n\n    body {\n      font-family: var(--font-body);\n      background: var(--clr-bg);\n      color: var(--clr-text-primary);\n      font-size: 14px;\n      line-height: 1.6;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    \/* ── WRAPPER ── *\/\n    .product-info-wrapper {\n      max-width: 900px;\n      margin: 0 auto;\n      padding: 32px 20px 60px;\n    }\n\n    \/* ── SECTION TITLE ── *\/\n    .section-title {\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      color: var(--clr-text-primary);\n      margin: 0 0 18px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n    .section-title::after {\n      content: '';\n      flex: 1;\n      height: 1px;\n      background: var(--clr-border);\n    }\n\n    \/* ── KEY HIGHLIGHTS ── *\/\n    .highlights-section { margin-bottom: 40px; }\n\n    .highlights-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      border: 1px solid var(--clr-border);\n      border-radius: var(--radius);\n      overflow: hidden;\n    }\n\n    .highlight-item {\n      padding: 14px 18px;\n      border-bottom: 1px solid var(--clr-border);\n      transition: background var(--transition);\n    }\n    .highlight-item:hover { background: var(--clr-surface); }\n    .highlight-item:nth-child(odd) { border-right: 1px solid var(--clr-border); }\n    .highlight-item:nth-last-child(-n+2) { border-bottom: none; }\n\n    .highlight-label {\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      color: var(--clr-text-muted);\n      margin-bottom: 4px;\n    }\n    .highlight-value { font-size: 14px; font-weight: 500; color: var(--clr-text-primary); }\n\n    \/* ── ACCORDIONS ── *\/\n    .product-information { margin-top: 8px; }\n\n    .accordion-wrap {\n      border: 1px solid var(--clr-border);\n      border-radius: var(--radius);\n      overflow: hidden;\n      margin-bottom: 10px;\n    }\n\n    .accordion-header {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      padding: 16px 20px;\n      cursor: pointer;\n      user-select: none;\n      background: var(--clr-bg);\n      transition: background var(--transition);\n      gap: 12px;\n    }\n    .accordion-header:hover { background: var(--clr-surface); }\n\n    .accordion-header-left { display: flex; align-items: center; gap: 14px; }\n\n    .accordion-icon-box {\n      width: 36px;\n      height: 36px;\n      background: var(--clr-surface);\n      border: 1px solid var(--clr-border);\n      border-radius: 8px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n    .accordion-icon-box svg { width: 18px; height: 18px; }\n\n    .accordion-title { font-size: 14px; font-weight: 600; color: var(--clr-text-primary); line-height: 1.3; }\n    .accordion-subtitle { font-size: 12px; color: var(--clr-text-muted); margin-top: 1px; }\n\n    .accordion-chevron {\n      width: 20px;\n      height: 20px;\n      flex-shrink: 0;\n      transition: transform var(--transition);\n      color: var(--clr-text-secondary);\n    }\n    .accordion-wrap.open .accordion-chevron { transform: rotate(180deg); }\n\n    .accordion-body {\n      overflow: hidden;\n      max-height: 0;\n      transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1), padding 0.25s ease;\n      padding: 0 20px;\n    }\n    .accordion-wrap.open .accordion-body { max-height: 2000px; padding: 0 20px 24px; }\n\n    .accordion-body-inner { padding-top: 4px; border-top: 1px solid var(--clr-border); }\n\n    \/* ── PRODUCT TABLE ── *\/\n    .product-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n      border-radius: var(--radius);\n      overflow: hidden;\n      border: 1px solid var(--clr-border);\n    }\n    .product-table tr { border-bottom: 1px solid var(--clr-border); }\n    .product-table tr:last-child { border-bottom: none; }\n    .product-table td { padding: 11px 16px; font-size: 13px; vertical-align: middle; }\n    .product-table td:first-child {\n      font-weight: 600;\n      background: var(--clr-table-head-bg);\n      width: 36%;\n      border-right: 1px solid var(--clr-border);\n      color: var(--clr-text-primary);\n    }\n    .product-table td:last-child { color: var(--clr-text-secondary); text-align: center; }\n\n    \/* ── MANUFACTURER BLOCK ── *\/\n    .manufacturer-block {\n      margin-top: 20px;\n      font-size: 13px;\n      line-height: 1.75;\n      color: var(--clr-text-secondary);\n    }\n    .manufacturer-block .mfr-heading {\n      font-weight: 700;\n      font-size: 13px;\n      color: var(--clr-text-primary);\n      margin: 16px 0 2px;\n    }\n    .manufacturer-block .mfr-heading:first-child { margin-top: 0; }\n\n    \/* ── INFO BLOCKS (Shipping \/ Returns) ── *\/\n    .info-block { margin-top: 16px; font-size: 13px; color: var(--clr-text-secondary); line-height: 1.75; }\n    .info-row { margin-bottom: 16px; }\n    .info-row:last-child { margin-bottom: 0; }\n    .info-row-title { font-weight: 700; font-size: 13px; color: var(--clr-text-primary); margin-bottom: 3px; }\n    .info-row p { margin: 0; }\n\n    \/* ── POLICY NOTE ── *\/\n    .policy-note {\n      background: var(--clr-accent-light);\n      border-left: 3px solid var(--clr-accent-border);\n      border-radius: 0 var(--radius) var(--radius) 0;\n      padding: 12px 16px;\n      margin-top: 8px;\n      font-size: 13px;\n      color: var(--clr-text-primary);\n      line-height: 1.65;\n    }\n    .policy-note p { margin: 0 0 6px; }\n    .policy-note p:last-child { margin-bottom: 0; }\n    .policy-note strong { color: var(--clr-accent); }\n\n    .text-bold { font-weight: 700; color: var(--clr-text-primary); }\n\n    \/* ── RESPONSIVE ── *\/\n    @media (max-width: 540px) {\n      .highlights-grid { grid-template-columns: 1fr; }\n      .highlight-item:nth-child(odd) { border-right: none; }\n      .highlight-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--clr-border); }\n      .highlight-item:last-child { border-bottom: none; }\n      .product-table td:first-child { width: 44%; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"product-info-wrapper\"\u003e\n\u003c!-- KEY HIGHLIGHTS --\u003e\n\u003csection class=\"highlights-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Highlights\u003c\/h2\u003e\n\u003cdiv class=\"highlights-grid\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cdiv class=\"highlight-label\"\u003eProduct Category\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003eTop wear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cdiv class=\"highlight-label\"\u003eProduct Type\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003eOversized T-shirt\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cdiv class=\"highlight-label\"\u003eFit\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003eOversized Fit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cdiv class=\"highlight-label\"\u003eClosure\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003eNo Closure\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cdiv class=\"highlight-label\"\u003eLength\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003eRegular\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cdiv class=\"highlight-label\"\u003eFabric\u003c\/div\u003e\n\u003cdiv class=\"highlight-value\"\u003e100% Cotton\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT INFORMATION --\u003e\n\u003csection class=\"product-information\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Information\u003c\/h2\u003e\n\u003c!-- Accordion 1: Product Description --\u003e\n\u003cdiv class=\"accordion-wrap open\" id=\"acc-desc\"\u003e\n\u003cdiv class=\"accordion-header\" role=\"button\" aria-expanded=\"true\"\u003e\n\u003cdiv class=\"accordion-header-left\"\u003e\n\u003cdiv class=\"accordion-icon-box\"\u003e\u003csvg viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003crect x=\"3\" y=\"2\" width=\"11\" height=\"15\" rx=\"1.5\" stroke=\"#555\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n              \u003cline x1=\"6\" y1=\"7\" x2=\"11\" y2=\"7\" stroke=\"#555\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"6\" y1=\"10\" x2=\"11\" y2=\"10\" stroke=\"#555\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"6\" y1=\"13\" x2=\"9\" y2=\"13\" stroke=\"#555\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"accordion-title\"\u003eProduct Description\u003c\/div\u003e\n\u003cdiv class=\"accordion-subtitle\"\u003eManufacture, Care and Fit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csvg class=\"accordion-chevron\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M5 8l5 5 5-5\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cdiv class=\"accordion-body-inner\"\u003e\n\u003ctable class=\"product-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMade of\u003c\/td\u003e\n\u003ctd\u003e100% Cotton\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNeck Type\u003c\/td\u003e\n\u003ctd\u003eRound Neck\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFit Type\u003c\/td\u003e\n\u003ctd\u003eOversized Fit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePattern\u003c\/td\u003e\n\u003ctd\u003eGraphic Print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSleeve Type\u003c\/td\u003e\n\u003ctd\u003eHalf Sleeve\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare Instruction\u003c\/td\u003e\n\u003ctd\u003eMachine washable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAvailable Sizes\u003c\/td\u003e\n\u003ctd\u003eS, M, L, XL, XXL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- SKU row intentionally removed --\u003e\n\u003ctr\u003e\n\u003ctd\u003eCountry of origin\u003c\/td\u003e\n\u003ctd\u003eIndia\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"manufacturer-block\"\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Accordion 2: Shipping Info --\u003e\n\u003cdiv class=\"accordion-wrap open\" id=\"acc-ship\"\u003e\n\u003cdiv class=\"accordion-header\" role=\"button\" aria-expanded=\"true\"\u003e\n\u003cdiv class=\"accordion-header-left\"\u003e\n\u003cdiv class=\"accordion-icon-box\"\u003e\u003csvg viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003crect x=\"1\" y=\"6\" width=\"12\" height=\"8\" rx=\"1\" stroke=\"#555\" stroke-width=\"1.4\"\u003e\u003c\/rect\u003e\n              \u003cpath d=\"M13 8.5h3.5L19 12v2h-6V8.5z\" stroke=\"#555\" stroke-width=\"1.4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n              \u003ccircle cx=\"5\" cy=\"16\" r=\"1.6\" stroke=\"#555\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\n              \u003ccircle cx=\"15\" cy=\"16\" r=\"1.6\" stroke=\"#555\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"accordion-title\"\u003eShipping Info\u003c\/div\u003e\n\u003cdiv class=\"accordion-subtitle\"\u003eWe offer free shipping across India\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csvg class=\"accordion-chevron\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M5 8l5 5 5-5\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cdiv class=\"accordion-body-inner\"\u003e\n\u003cdiv class=\"info-block\"\u003e\n\u003cdiv class=\"info-row\"\u003e\n\u003cdiv class=\"info-row-title\"\u003eShipping Info\u003c\/div\u003e\n\u003cp\u003eWe offer free shipping across India\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-row\"\u003e\n\u003cdiv class=\"info-row-title\"\u003e1-2 Days Dispatch\u003c\/div\u003e\n\u003cp\u003eWe dispatch orders within 1-2 days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-row\"\u003e\n\u003cdiv class=\"info-row-title\"\u003e2-5 Days Delivery\u003c\/div\u003e\n\u003cp\u003eWe usually take 2-5 working days depending on your location.\u003c\/p\u003e\n\u003cp\u003eMetros 2-3 days\u003c\/p\u003e\n\u003cp\u003eRest of India 3-5 days\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Contact number intentionally removed --\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Accordion 3: Returns \u0026 Exchange --\u003e\n\u003cdiv class=\"accordion-wrap open\" id=\"acc-return\"\u003e\n\u003cdiv class=\"accordion-header\" role=\"button\" aria-expanded=\"true\"\u003e\n\u003cdiv class=\"accordion-header-left\"\u003e\n\u003cdiv class=\"accordion-icon-box\"\u003e\u003csvg viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M4 10a6 6 0 1 0 1-3.5\" stroke=\"#555\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n              \u003cpolyline points=\"1.5,6.5 4,10 7.5,8\" stroke=\"#555\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"accordion-title\"\u003e7 Days Returns \u0026amp; Exchange\u003c\/div\u003e\n\u003cdiv class=\"accordion-subtitle\"\u003eKnow about return \u0026amp; exchange policy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csvg class=\"accordion-chevron\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M5 8l5 5 5-5\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-body\"\u003e\n\u003cdiv class=\"accordion-body-inner\"\u003e\n\u003cdiv class=\"info-block\"\u003e\n\u003cdiv class=\"info-row\"\u003e\n\u003cp\u003eItems purchased are eligible for return\/exchange, if returned within 7 days of delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-row\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"info-row\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Custom Policy Note --\u003e\n\u003cdiv class=\"info-row\"\u003e\n\u003cdiv class=\"info-row-title\"\u003eReturn \u0026amp; Exchange Conditions\u003c\/div\u003e\n\u003cdiv class=\"policy-note\"\u003e\n\u003cp\u003e\u003cstrong\u003eAccepted only if the product is torn, damaged, or dirty.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUnboxing video is mandatory to process any return or exchange. Without it, no claims will be accepted.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- \/product-info-wrapper --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Dhyan Wear","offers":[{"title":"Beige \/ S","offer_id":44467932004445,"sku":"100","price":1220.0,"currency_code":"INR","in_stock":true},{"title":"Beige \/ M","offer_id":44467932037213,"sku":"100","price":1220.0,"currency_code":"INR","in_stock":true},{"title":"Beige \/ L","offer_id":44467932069981,"sku":"100","price":1220.0,"currency_code":"INR","in_stock":true},{"title":"Beige \/ XL","offer_id":44467932102749,"sku":"100","price":1220.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6303\/7021\/files\/1.jpg?v=1779459487","url":"https:\/\/dhyanwear.in\/products\/beige-oversized-graphic-printed-t-shirt","provider":"Dhyan Wear","version":"1.0","type":"link"}