{"sections":{"main":{"type":"main-page","disabled":true,"settings":{"breadcrumbs":true,"show_page_title":true,"page_title_alignment":"text-center","info_title":"","info_content":"","section_width":"max-w-narrower","color_scheme":"","spacing_top":"2","spacing_bottom":"2"}},"page_banner_kyYniB":{"type":"page-banner","custom_css":[".media video {opacity: 0.9;}"],"name":"t:sections.page-banner.name","settings":{"enable_transparent_header":true,"heading":"Reinventing <em>South Asian <\/em>fashion for the <em>modern<\/em> woman.","heading_size":"h2","text":"","show_default_description":true,"show_on_description":"desktop","content_position":"center","content_alignment":"center","media_position":"background","page_menu":"","enable_breadcrumbs":true,"section_height":"100svh","content_width":"100%","video":"shopify:\/\/files\/videos\/about us page video - desktop.mp4","video_external":"","show_controls_on_video":false,"section_height_mobile":"100svh","video_mobile":"shopify:\/\/files\/videos\/about us page video - mobile.mp4","video_external_mobile":"","show_controls_on_video_mobile":false,"section_width":"max-w-narrow","color_scheme":"scheme-6","color_scheme_for_media":"scheme-6","spacing_top":"2","spacing_bottom":"6"}},"1658995208ad05f95f":{"type":"hero-banner","blocks":{"e3867974-072c-4cfe-968e-a10d22e8941a":{"type":"slide","settings":{"banner_layout":"hero-banner--full","color_scheme":"scheme-6","header_menu_text_color":"#ffffff","heading":"<p>Reinventing <em>South<\/em> <em>Asian<\/em><br\/>fashion for the <em>modern<\/em> woman.<\/p>","subheading":"ABOUT US","subheading_link":"","text":"<p>Effortless, elegant, and always ready for your moment.<\/p>","button_link_1":"","button_link_1_type":"button","button_label_1":"","button_style_1":"button--outlined","button_link_2":"","button_label_2":"","button_style_2":"button--outlined","bottom_link_text":"","bottom_link_url":"","content_position":"center","content_alignment":"start","video":"shopify:\/\/files\/videos\/green quartz skirt.mp4","video_external":"","show_controls_on_video":false,"enable_media_overlay_desktop":true,"content_position_mobile":"center","content_alignment_mobile":"center","video_mobile":"shopify:\/\/files\/videos\/green quartz skirt.mp4","video_external_mobile":"","show_controls_on_video_mobile":false,"enable_media_overlay_mobile":true}}},"block_order":["e3867974-072c-4cfe-968e-a10d22e8941a"],"disabled":true,"settings":{"enable_transparent_header":true,"slider_height_auto":false,"slider_height":100,"slideshow_autoplay_interval":6,"show_slideshow_navigation":true,"slideshow_navigation_position":"hero__swiper-buttons--start","color_scheme_arrows":"","show_slideshow_pagination":true,"slideshow_pagination_style":"style-1","floating_bar":false}},"seo_content_gcUNEM":{"type":"seo-content","custom_css":["h4 {font-weight: 100;}","@media only screen and (min-width: 749px) {.rte {padding: 0 15% 0 15%; }}"],"settings":{"section_layout":"normal","heading":"","heading_size":"h2","text":"<h1>The <em>Mission<\/em>.<\/h1><h5>\"Our mission is to help <em>ease<\/em> the hassle of shopping for <em>South Asian Fashion<\/em>. No more spending a whole weekend going from store to store hoping to find something you like.\"<\/h5>","content_alignment":"center","section_width":"max-w-page","color_scheme":"scheme-1","spacing_inner":"6","spacing_top":"6","spacing_bottom":"1"}},"custom_liquid_4GDdRh":{"type":"custom-liquid","name":"Multi-Tile Mobile Layout","settings":{"custom_liquid":"{%- comment -%}\nTSR – Mobile swipe for .section-multitile grids\n- Converts the inner \".grid\" to a horizontal scroller on <= 749px\n- Keeps desktop layout unchanged\n- Uses CSS scroll-snap + optional pointer-drag for nicer feel\n{%- endcomment -%}\n\n<style>\n  \/* Base: no changes to desktop\/tablet *\/\n  @media (max-width: 749px) {\n    \/* Target the multitile grids on this page *\/\n    .section-multitile.container .grid {\n      display: flex !important;\n      flex-flow: row nowrap;\n      gap: 12px; \/* adjust if your theme uses a spacing var *\/\n      overflow-x: auto;\n      overflow-y: hidden;\n      -webkit-overflow-scrolling: touch;\n      overscroll-behavior-x: contain;\n      scroll-snap-type: x mandatory;\n      padding: 0 16px; \/* side padding so first\/last tiles aren’t flush *\/\n    }\n\n    \/* Hide scrollbar on WebKit; others are thin by default on mobile *\/\n    .section-multitile.container .grid::-webkit-scrollbar {\n      display: none;\n      height: 0;\n    }\n\n    \/* Each tile becomes a snap item with a fixed viewport width *\/\n    .section-multitile.container .section-multitile__block {\n      flex: 0 0 90%; \/* ~82vw; adjust to show a peek of next tile *\/\n      scroll-snap-align: start;\n      border-radius: 4px; \/* optional: soft corners for cards *\/\n      overflow: hidden;    \/* keep media clipped to radius *\/\n      position: relative;  \/* for any overlay content *\/\n    }\n\n    \/* Neutralize grid custom properties that might force rows\/cols *\/\n    .section-multitile.container .section-multitile__block {\n      --block-grid-column: initial !important;\n      --block-grid-row: initial !important;\n      --block-height: auto !important;\n    }\n\n    \/* Ensure media fills tile nicely *\/\n    .section-multitile.container .section-multitile__media,\n    .section-multitile.container .section-multitile__media img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n\n    \/* Optional: tighter content alignment over images on mobile *\/\n    .section-multitile.container .section-multitile__content {\n      position: absolute;\n      inset: 0;\n      display: flex;\n      align-items: flex-end; \/* or center *\/\n      justify-content: flex-start; \/* or center *\/\n      padding: 16px;\n      pointer-events: none; \/* content not blocking swipe *\/\n    }\n    .section-multitile.container .section-multitile__content * {\n      pointer-events: auto; \/* clickable CTAs still work *\/\n    }\n  }\n<\/style>\n\n<script>\n  \/\/ Enhance mobile swipe with pointer-drag (works alongside native touch scroll)\n  document.addEventListener('DOMContentLoaded', function () {\n    if (window.matchMedia('(max-width: 749px)').matches) {\n      const scrollers = document.querySelectorAll('.section-multitile.container .grid');\n      scrollers.forEach(scroller => {\n        \/\/ Accessibility hint\n        scroller.setAttribute('role', 'region');\n        scroller.setAttribute('aria-label', 'Scroll to see more');\n\n        let isDown = false, startX = 0, startLeft = 0, pid = null;\n\n        scroller.addEventListener('pointerdown', (e) => {\n          isDown = true;\n          pid = e.pointerId;\n          scroller.setPointerCapture(pid);\n          startX = e.clientX;\n          startLeft = scroller.scrollLeft;\n        });\n\n        scroller.addEventListener('pointermove', (e) => {\n          if (!isDown) return;\n          const dx = e.clientX - startX;\n          scroller.scrollLeft = startLeft - dx;\n        });\n\n        const endDrag = () => {\n          isDown = false;\n          if (pid !== null && scroller.hasPointerCapture(pid)) {\n            scroller.releasePointerCapture(pid);\n          }\n          pid = null;\n        };\n\n        scroller.addEventListener('pointerup', endDrag);\n        scroller.addEventListener('pointercancel', endDrag);\n        scroller.addEventListener('pointerleave', endDrag);\n      });\n    }\n  });\n<\/script>","section_width":"max-w-page","color_scheme":"","spacing_top":"0","spacing_bottom":"0"}},"multitile_fgf8Uf":{"type":"multitile","blocks":{"tile_Cbkirj":{"type":"tile","settings":{"show_on":"both","column_factor":2,"row_factor":4,"color_scheme":"","gradient_background_color":"","tile_aspect_ratio":"2\/3","content_position_vertical":"justify-center","content_alignment":"align-center text-center","content_alignment_for_mobile":"align-start--mobile text-start--mobile","media_position":"background","heading":"","heading_size":"h3","text":"","button_label":"","button_link":"","button_style":"button--filled","image":"shopify:\/\/shop_images\/DSC06906.jpg","video_external":"","show_controls_on_video":false,"video_external_mobile":"","show_controls_on_video_mobile":false,"spacing_inner":"2"}},"tile_dUUhFh":{"type":"tile","settings":{"show_on":"both","column_factor":2,"row_factor":4,"color_scheme":"","gradient_background_color":"","tile_aspect_ratio":"2\/3","content_position_vertical":"justify-center","content_alignment":"align-center text-center","content_alignment_for_mobile":"align-start--mobile text-start--mobile","media_position":"background","heading":"","heading_size":"h3","text":"","button_label":"","button_link":"","button_style":"button--filled","image":"shopify:\/\/shop_images\/SAR7093__2.jpg","video_external":"","show_controls_on_video":false,"video_external_mobile":"","show_controls_on_video_mobile":false,"spacing_inner":"2"}},"tile_HgFKNi":{"type":"tile","settings":{"show_on":"both","column_factor":2,"row_factor":4,"color_scheme":"","gradient_background_color":"","tile_aspect_ratio":"2\/3","content_position_vertical":"justify-center","content_alignment":"align-center text-center","content_alignment_for_mobile":"align-start--mobile text-start--mobile","media_position":"background","heading":"","heading_size":"h3","text":"","button_label":"","button_link":"","button_style":"button--filled","image":"shopify:\/\/shop_images\/DSC09979.jpg","video_external":"","show_controls_on_video":false,"video_external_mobile":"","show_controls_on_video_mobile":false,"spacing_inner":"2"}}},"block_order":["tile_Cbkirj","tile_dUUhFh","tile_HgFKNi"],"custom_css":[],"name":"t:sections.multitile.name","settings":{"block_order_mobile":false,"heading":"","heading_size":"h3","heading_alignment":"start","spacing_tile":"default","color_scheme":"","section_width":"max-w-page","spacing_top":"6","spacing_bottom":"2"}},"dual_tiles_tfhHEc":{"type":"dual-tiles","blocks":{"tile_Hk3WGa":{"type":"tile","settings":{"show_on":"both","color_scheme":"scheme-1","custom_background_color":"","heading":"","heading_size":"h2","text":"<h1>The Saree Room wasn’t a <em>choice <\/em>— it was a <em>necessity.<\/em><\/h1>","button_label":"","button_link":"","button_style":"button--filled","product":"","product_width":24,"show_other_elements_with_product":true,"aspect_ratio":"auto","vertical_position":"start","content_position":"justify-center","content_alignment":"text-start align-start","product_position":"0","video_external":"","show_controls_on_video":false,"aspect_ratio_mobile":"auto","content_alignment_mobile":"text-start--mobile align-start--mobile","content_position_mobile":"justify-center--mobile","product_position_mobile":"0","video_external_mobile":"","show_controls_on_video_mobile":false,"spacing_inner":"0"}},"tile_TJiX6f":{"type":"tile","settings":{"show_on":"both","color_scheme":"scheme-1","custom_background_color":"","heading":"","heading_size":"h2","text":"<p>Before The Saree Room, South Asian fashion was broken. Outdated styles. Outfits you’d wear once and never again. Online shops with no returns, drop-shipped with zero quality control. It was all hassle, no confidence.<\/p><p>In 2015, Sofi had enough. She wanted modern, versatile pieces that felt fresh and wearable — not relics of the past. Adam saw the same gap and shared the vision: South Asian fashion deserved better.<\/p><p>Together, they built The Saree Room. A brand rooted in contemporary design, transparent pricing, and a shopping experience as seamless as the clothes themselves.<\/p><p>What started as frustration became disruption. Ten years later, TSR is a global community proving that South Asian fashion can be modern, effortless, and unapologetically stylish.<\/p>","button_label":"","button_link":"","button_style":"button--filled","product":"","product_width":24,"show_other_elements_with_product":true,"aspect_ratio":"auto","vertical_position":"stretch","content_position":"justify-center","content_alignment":"text-start align-start","product_position":"0","video_external":"","show_controls_on_video":false,"aspect_ratio_mobile":"auto","content_alignment_mobile":"text-start--mobile align-start--mobile","content_position_mobile":"justify-center--mobile","product_position_mobile":"0","video_external_mobile":"","show_controls_on_video_mobile":false,"spacing_inner":"0"}}},"block_order":["tile_Hk3WGa","tile_TJiX6f"],"name":"t:sections.dual-tiles.name","settings":{"section_layout":"seperated","block_size":"half","block_order_mobile":false,"heading":"","heading_size":"h3","heading_alignment":"start","color_scheme":"","section_width":"max-w-page","spacing_top":"1","spacing_bottom":"6"}},"full_width_banner_3XtTCf":{"type":"full-width-banner","blocks":{"content_xriBnw":{"type":"content","name":"Content - Heading","settings":{"content":"<h1>From Toronto to beyond — we’re just getting <em>started<\/em>.<\/h1>"}},"heading_RQ7m9B":{"type":"heading","disabled":true,"settings":{"heading":"From Toronto to beyond — we’re just getting <em>started<\/em>.","heading_size":"h2"}},"buttons_nYCMMR":{"type":"buttons","disabled":true,"settings":{"button_link_1":"\/","button_link_1_type":"button","button_label_1":"Ping Me in My City","button_style_1":"button--filled","color_scheme_first_button":"scheme-6","button_link_2":"\/","button_label_2":"","button_style_2":"button--outlined","color_scheme_second_button":"scheme-1"}}},"block_order":["content_xriBnw","heading_RQ7m9B","buttons_nYCMMR"],"custom_css":[".media--overlay:after {z-index: 1;}"],"name":"Full width banner - TSR Pop Up Video","settings":{"enable_transparent_header":false,"media_position":"background","section_height":"full","content_position":"end","content_alignment":"start","video":"shopify:\/\/files\/videos\/TSR Pop Up Clip 1.mp4","video_external":"","show_controls_on_video":false,"aspect_ratio":"auto","section_height_mobile":"half","content_position_mobile":"end","content_alignment_mobile":"start","video_external_mobile":"","show_controls_on_video_mobile":false,"aspect_ratio_mobile":"auto","section_width":"max-w-page","color_scheme":"scheme-1","color_scheme_for_content":"scheme-6","spacing_inner":"1","spacing_top":"0","spacing_bottom":"2"}},"seo_content_with_button_QBgXQD":{"type":"seo-content-with-button","custom_css":[".rte {padding-bottom: 1rem;}"],"name":"Rich text with button - Pop Up","settings":{"section_layout":"normal","custom_id":"#notify","heading":"","heading_size":"h3","text":"<h5>What began as a dream in 2015 has now grown into a global community. And we’re taking it offline, too. Our <em>TSR pop-ups<\/em> bring the full experience to life — outfits you’ve been eyeing, IRL try-ons, and unforgettable events.<\/h5>","content_alignment":"start","button_style":"button with text","button_label":"Get Notified","button_link":"https:\/\/thesareeroom.attn.tv\/p\/DLE\/landing-page","text_button_style":"outlined","section_width":"max-w-page","color_scheme":"scheme-1","spacing_inner":"0","spacing_top":"0","spacing_bottom":"0"}},"1758060613a3bf8f8d":{"type":"apps","blocks":{"forms_inline_K9x8bC":{"type":"shopify:\/\/apps\/forms\/blocks\/inline\/8744a304-fcb1-4347-b211-bb6b4759a76a","settings":{"form_id":"659295","text_color":"#202020","button_background_color":"#202020","button_label_color":"#ffffff","links_color":"#1878b9","errors_color":"#e02229","text_alignment":"center","form_alignment":"center","padding_top":0,"padding_bottom":24,"padding_right":0,"padding_left":0}}},"block_order":["forms_inline_K9x8bC"],"disabled":true,"settings":{"section_layout":"normal","spacing_inner":"2","section_width":"max-w-page","color_scheme":"","spacing_top":"2","spacing_bottom":"2"}},"full_width_banner_Tbzpap":{"type":"full-width-banner","blocks":{"content_4nAw6k":{"type":"content","name":"Content - Heading","settings":{"content":"<h1>Style <em>today<\/em>. Responsibility for <em>tomorrow<\/em>.<\/h1>"}},"heading_7GMpLj":{"type":"heading","disabled":true,"settings":{"heading":"Style <em>today<\/em>. Responsibility for <em>tomorrow<\/em>.","heading_size":"h2"}}},"block_order":["content_4nAw6k","heading_7GMpLj"],"custom_css":[".media--overlay:after {z-index: 1;}"],"name":"Full width banner - Sustainability","settings":{"enable_transparent_header":false,"media_position":"background","section_height":"full","content_position":"end","content_alignment":"start","video":"shopify:\/\/files\/videos\/about us page sustainability video - desktop(1).mp4","video_external":"","show_controls_on_video":false,"aspect_ratio":"auto","section_height_mobile":"half","content_position_mobile":"end","content_alignment_mobile":"start","video_external_mobile":"","show_controls_on_video_mobile":false,"aspect_ratio_mobile":"auto","section_width":"max-w-page","color_scheme":"scheme-1","color_scheme_for_content":"scheme-6","spacing_inner":"1","spacing_top":"6","spacing_bottom":"2"}},"seo_content_with_button_Ac8MxP":{"type":"seo-content-with-button","custom_css":[".rte {padding-bottom: 1rem;}"],"name":"Rich text with button - Sustainability","settings":{"section_layout":"normal","custom_id":"","heading":"","heading_size":"h3","text":"<h5>At TSR, we believe elegance and accountability go hand in hand. From fabrics to fulfillment, we’re working toward <em>100% sustainable production and shipping<\/em> — because looking good should also feel good. We’re not perfect (yet), but every drop gets us closer. And we’re committed to sharing the journey with you, transparently and unapologetically.<\/h5>","content_alignment":"start","button_style":"button with text","button_label":"Learn more","button_link":"shopify:\/\/pages\/sustainability","text_button_style":"outlined","section_width":"max-w-page","color_scheme":"","spacing_inner":"0","spacing_top":"0","spacing_bottom":"4"}},"dual_tiles_rhaJYz":{"type":"dual-tiles","blocks":{"tile_rx4RWC":{"type":"tile","settings":{"show_on":"both","color_scheme":"scheme-5","custom_background_color":"","heading":"","heading_size":"h3","text":"","button_label":"","button_link":"","button_style":"button--filled","product":"","product_width":24,"show_other_elements_with_product":true,"aspect_ratio":"4\/5","vertical_position":"stretch","content_position":"justify-center","content_alignment":"text-center align-center","product_position":"1","image":"shopify:\/\/shop_images\/DSC_5748_Large_dd63116b-00a5-4d88-99f3-ed0d040eea4f.jpg","video_external":"","show_controls_on_video":false,"aspect_ratio_mobile":"auto","content_alignment_mobile":"text-center--mobile align-center--mobile","content_position_mobile":"justify-center--mobile","product_position_mobile":"0","video_external_mobile":"","show_controls_on_video_mobile":false,"spacing_inner":"3"}},"tile_paLxMD":{"type":"tile","settings":{"show_on":"both","color_scheme":"scheme-1","custom_background_color":"","heading":"Style <em>today<\/em>. Responsibility for <em>tomorrow<\/em>.","heading_size":"h2","text":"<p><\/p><p>At TSR, we believe elegance and accountability go hand in hand. From fabrics to fulfillment, we’re working toward <strong>100% sustainable production and shipping<\/strong> — because looking good should also feel good.<\/p><p>We’re not perfect (yet), but every drop gets us closer. And we’re committed to sharing the journey with you, transparently and unapologetically.<\/p>","button_label":"Learn more","button_link":"shopify:\/\/pages\/sustainability","button_style":"button--filled","product":"","product_width":24,"show_other_elements_with_product":true,"aspect_ratio":"auto","vertical_position":"stretch","content_position":"justify-center","content_alignment":"text-start align-start","product_position":"0","video_external":"","show_controls_on_video":false,"aspect_ratio_mobile":"auto","content_alignment_mobile":"text-center--mobile align-center--mobile","content_position_mobile":"justify-center--mobile","product_position_mobile":"0","video_external_mobile":"","show_controls_on_video_mobile":false,"spacing_inner":"3"}}},"block_order":["tile_rx4RWC","tile_paLxMD"],"disabled":true,"name":"t:sections.dual-tiles.name","settings":{"section_layout":"seperated","block_size":"half","block_order_mobile":false,"heading":"","heading_size":"h3","heading_alignment":"start","color_scheme":"","section_width":"max-w-page","spacing_top":"6","spacing_bottom":"6"}},"9585dbdf-5519-43bd-a4c5-6aa99afe9a31":{"type":"seo-content","disabled":true,"settings":{"section_layout":"normal","heading":"Style <em>today<\/em>. Responsibility for <em>tomorrow<\/em>.","heading_size":"h2","text":"<p>At TSR, we believe elegance and accountability go hand in hand. From fabrics to fulfillment, we’re working toward <strong>100% sustainable production and shipping<\/strong> — because looking good should also feel good.<\/p><p>We’re not perfect (yet), but every drop gets us closer. And we’re committed to sharing the journey with you, transparently and unapologetically.<\/p>","content_alignment":"start","section_width":"max-w-narrower","color_scheme":"","spacing_inner":"0","spacing_top":"0","spacing_bottom":"1"}},"b9e1f375-bbe3-49e0-b449-eff934bd3497":{"type":"blog-articles","disabled":true,"settings":{"heading":"Blog","heading_size":"h3","blog":"a-trend-ahead","button_text":"Visit Blog","layout":"layout-2","card_media_aspect_ratio":"3\/4","show_excerpt":false,"show_date":true,"show_author":true,"show_read_more":true,"content_alignment":"text-start","button_style":"button--filled","spacing_inner":"4","section_width":"max-w-page","color_scheme":"","spacing_grid":"2","spacing_top":"2","spacing_bottom":"2"}}},"order":["main","page_banner_kyYniB","1658995208ad05f95f","seo_content_gcUNEM","custom_liquid_4GDdRh","multitile_fgf8Uf","dual_tiles_tfhHEc","full_width_banner_3XtTCf","seo_content_with_button_QBgXQD","1758060613a3bf8f8d","full_width_banner_Tbzpap","seo_content_with_button_Ac8MxP","dual_tiles_rhaJYz","9585dbdf-5519-43bd-a4c5-6aa99afe9a31","b9e1f375-bbe3-49e0-b449-eff934bd3497"]}