{"name":"t:sections.overlay.name","type":"custom.overlay","sections":{"bottom_bfcm_bar_JrPXJp":{"type":"bottom-bfcm-bar","disabled":true,"custom_css":["#bfcm-bottom .bfcm-col--timer {font-size: 0px;}"],"name":"Bottom Sticky Bar","settings":{"section_width":"max-w-fluid","color_scheme":"scheme-99a884a7-2a83-4bf1-8e24-ac9f77abb1b2","shadow":true,"enable_countdown":true,"timer_label":"<strong>BUY 1 GET 1 FREE | <\/strong>","timer_year":2026,"timer_month":"03","timer_day":8,"timer_hour":23,"timer_minute":59,"show_timer_days":true,"show_timer_hours":true,"show_timer_minutes":true,"show_timer_seconds":true,"timer_end_message":"Sale Has Ended","right_content_mode":"custom","custom_right_text":"<a href=\"\/pages\/sale-terms-conditions\" title=\"Sale Terms & Conditions\">View Details →<\/a>","us_tiers":"100,200,300,400","ca_tiers":"100,200,300,400","remember_dismiss":false,"dismiss_hours":12}},"anniversary_bottom_dXp9Pm":{"type":"anniversary-bottom","disabled":true,"name":"Threshold Bottom Sticky Bar","settings":{"section_width":"max-w-fluid","color_scheme":"scheme-99a884a7-2a83-4bf1-8e24-ac9f77abb1b2","shadow":true,"enable_countdown":true,"timer_label":"ENDS IN:","timer_year":2026,"timer_month":"04","timer_day":9,"timer_hour":23,"timer_minute":59,"show_timer_days":false,"show_timer_hours":true,"show_timer_minutes":true,"show_timer_seconds":true,"timer_end_message":"Sale Has Ended","right_content_mode":"threshold","custom_right_text":"","threshold_cad":500,"threshold_usd":370,"threshold_gbp":280,"discount_label":"30% OFF","unlocked_text":"30% OFF UNLOCKED","away_text_template":"[[amount]] AWAY FROM [[discount]]","remember_dismiss":true,"dismiss_hours":12}},"custom_liquid_xATDYW":{"type":"custom-liquid","name":"Custom liquid - Announcement Bar Show\/Hide","settings":{"custom_liquid":"{%- if request.path contains '\/pages\/tsr-x-destawed' -%}\n  <style>\n    \/* On \/pages\/tsr-x-destawed *\/\n    #tsr-destawed { display: block !important; }\n    #tsr-general-bar { display: none !important; }\n  <\/style>\n{%- else -%}\n  <style>\n    \/* Everywhere else *\/\n    #tsr-destawed { display: none !important; }\n    #tsr-general-bar { display: block !important; }\n  <\/style>\n{%- endif -%}","section_width":"max-w-page","color_scheme":"","spacing_top":"0","spacing_bottom":"0"}},"custom_liquid_8DH4Ha":{"type":"custom-liquid","name":"Custom liquid - Mobile Sale Tab","settings":{"custom_liquid":"<style>\n  \/* Mobile drawer SALE tab — accurate targeting *\/\n  .primary-menu-panel a.h4[href=\"\/collections\/sale\"] {\n \n    color: #B65C5C;             \/* deep muted red *\/\n    font-weight: 700;\n    display: block;\n  }\n<\/style>","section_width":"max-w-page","color_scheme":"scheme-1","spacing_top":"0","spacing_bottom":"0"}},"custom_liquid_FbrQKM":{"type":"custom-liquid","name":"Custom liquid - Desktop Sale Tab","settings":{"custom_liquid":"<style>\n  \/* Transparent header (top of page) *\/\n  body.is-at-top a.header__nav-link[title=\"On Sale\"] {\n    color: #F3D6D4;\n    font-weight: 700;\n    transition: all 0.3s ease;\n  }\n\n  \/* Scrolled \/ solid white header *\/\n  body.is-scrolled a.header__nav-link[title=\"On Sale\"] {\n    color: #B65C5C;\n    font-weight: 700;\n    transition: all 0.3s ease;\n  }\n\n  \/* Hover state for both *\/\n  a.header__nav-link[title=\"On Sale\"]:hover {\n    color: #fff !important;\n    background-color: #990000 !important;\n    padding: 4px 12px;\n\n  }\n<\/style>","section_width":"max-w-page","color_scheme":"","spacing_top":"0","spacing_bottom":"0"}},"custom_liquid_wDiUgt":{"type":"custom-liquid","name":"Quick ATC Drawer Styling","settings":{"custom_liquid":"<style>\n  \/* ✅ Pill layout ONLY for text variants inside product cards\n     — excludes swatches and excludes image-style labels *\/\n  .product-card .product-option__label:not(.product-option__label--image):not(:has(.product-option__swatch)) {\n    flex: 1 1 auto !important;\n    min-width: 40px !important;\n    padding: 10px !important;\n    border-radius: 10px !important;\n    text-align: center;\n    height: 3.6rem !important;\n    line-height: 3.6rem !important;\n    display: flex !important\n;\n    align-items: center;\n    justify-content: center;\n  }\n\n  \/* Container cleanup for variant wrappers inside product cards *\/\n  .product-card .product-card__variants,\n  .product-card .product-card__variant-options {\n    display: flex !important;\n    flex-wrap: nowrap !important;\n    justify-content: space-between !important;\n    gap: 8px !important;\n    padding: 0 !important;\n    width: 100% !important;\n    max-width: 100% !important;\n  }\n\n  \/* Spacing for product-card variant groups *\/\n  .product-card .product-form__input {\n    margin-bottom: 30px !important;\n  }\n<\/style>","section_width":"max-w-page","color_scheme":"","spacing_top":"0","spacing_bottom":"0"}},"custom_liquid_icQq66":{"type":"custom-liquid","name":"Product Badge Styling","settings":{"custom_liquid":"<style>\n  \/* Default badge styles stay as-is *\/\n  .product-card__badge { \/* your theme’s existing look *\/ }\n\n  \/* Example custom colors — extend as you like *\/\n  .product-card__badge.badge--hot-deal {\n    background-color: #990000 !important; \/* TSR red *\/\n    color: #fff !important;\n  }\n  .product-card__badge.badge--new {\n    background-color: #E5E2DCCC !important;\n    color: #343434 !important;\n  }\n  .product-card__badge.badge--low-stock {\n    background-color: #B37B2D99 !important; \/* orange *\/\n    color: #fff !important;\n  }\n<\/style>\n\n<script>\n(function(){\n  function tagBadges(ctx){\n    (ctx || document).querySelectorAll('.product-card__badge').forEach(function(badge){\n      var txt = (badge.textContent || '').trim().toLowerCase();\n\n      \/\/ Normalize spaces & symbols → slug style\n      var slug = txt.replace(\/\\s+\/g,'-').replace(\/[^a-z0-9\\-]\/g,'');\n\n      if (slug) badge.classList.add('badge--' + slug);\n    });\n  }\n\n  \/\/ initial pass\n  tagBadges(document);\n\n  \/\/ handle products loaded later (ajax\/infinite scroll)\n  new MutationObserver(function(muts){\n    for (var i=0;i<muts.length;i++){\n      if (muts[i].addedNodes && muts[i].addedNodes.length){\n        tagBadges(document);\n        break;\n      }\n    }\n  }).observe(document.documentElement, {childList:true, subtree:true});\n})();\n<\/script>","section_width":"max-w-page","color_scheme":"","spacing_top":"0","spacing_bottom":"0"}},"custom_liquid_QNrTid":{"type":"custom-liquid","disabled":true,"name":"Custom liquid - Cart Checkbox","settings":{"custom_liquid":"<script>\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const interval = setInterval(() => {\n      const checkbox = document.querySelector('input[type=\"checkbox\"][id^=\"Terms\"]');\n      if (checkbox && !checkbox.checked) {\n        checkbox.checked = true;\n        clearInterval(interval);\n      }\n    }, 200);\n  });\n<\/script>\n\n<style>\n  \/* Hide only the checkbox input *\/\n  input[type=\"checkbox\"][id^=\"Terms\"] {\n    display: none !important;\n  }\n<\/style>","section_width":"max-w-page","color_scheme":"","spacing_top":"0","spacing_bottom":"0"}},"custom_liquid_d9PDAT":{"type":"custom-liquid","name":"Product Card Info - Mobile (o\/s)","settings":{"custom_liquid":"<style>\n  @media (hover: none) {\n    \/* Only cards that do NOT have a size row *\/\n    .product-card:not(:has(.card-sizes)) .product-card__variants,\n    .product-card:not(:has(.card-sizes)) .product-card__variants-info {\n      opacity: 1 !important;\n    }\n  }\n<\/style>","section_width":"max-w-page","color_scheme":"","spacing_top":"0","spacing_bottom":"0"}},"cart-drawer":{"type":"cart-drawer","blocks":{"info_bar_FPPcXt":{"type":"info-bar","name":"Information bar - SALE","disabled":true,"settings":{"icon":"option-discount","title":"15% OFF SITEWIDE | 30% OFF C$500+"}},"bfcm_threshold_QARQzt":{"type":"bfcm-threshold","name":"Cost Threshold","disabled":true,"settings":{"color_scheme":"scheme-99a884a7-2a83-4bf1-8e24-ac9f77abb1b2","hide_bar":false,"compact":false}}},"block_order":["info_bar_FPPcXt","bfcm_threshold_QARQzt"],"custom_css":[".cart-drawer__summary-total {margin-bottom: 1rem;}","a.button.button--outlined.uppercase.button--full[href=\"\/cart\"] {display: none !important;}",".cart-drawer__swiper .swiper-wrapper .swiper-slide-active {padding: 5% 0 5% 0; background-color: #1e2f22 !important; color: #fff !important;}",".cart__summary-tax {display: none !important;}"],"settings":{"card_media_aspect_ratio":"3\/4","button_url":"shopify:\/\/collections\/new-arrivals"}},"quick-cart-drawer":{"type":"quick-cart-drawer","custom_css":[".shopify-payment-button {display: none !important;}",".product .container {display: flex; flex-direction: column; gap: 1rem;}"],"settings":{"color_scheme":""}},"age-verification-popup":{"type":"age-verification-popup","disabled":true,"settings":{"heading":"Verify your age","heading_size":"h5","text":"<p>By accepting, you also agree to our Cookie Policy & Privacy Policy. Make sure to only accept if your legal age is above 18 years.<\/p>","content_alignment":"start","show_blurred_backdrop":false,"button_confirm":"Yes, I'm over 21","button_confirm_style":"button--filled","button_decline":"No, get me out of here","button_decline_url":"https:\/\/www.google.com","button_decline_style":"button--text","show_popup_on_customizer":false,"color_scheme":""}},"newsletter-popup":{"type":"newsletter-popup","custom_css":["@media only screen and (min-width: 750px) {.newsletter-popup__wrapper {border-radius: 15px !important; }}"],"settings":{"delay":6,"heading":"<em>Sign up<\/em> for more.","heading_size":"h2","text":"<p><br\/>Stay in the loop of new drops, sales, and exclusive pop-ups. Never miss out on everything TSR.<\/p>","button_close_text":"No thanks","show_popup_on_customizer":false,"color_scheme":"scheme-55676cb2-d126-4c0e-ba10-9fd6c2d27042"}}},"order":["bottom_bfcm_bar_JrPXJp","anniversary_bottom_dXp9Pm","custom_liquid_xATDYW","custom_liquid_8DH4Ha","custom_liquid_FbrQKM","custom_liquid_wDiUgt","custom_liquid_icQq66","custom_liquid_QNrTid","custom_liquid_d9PDAT","cart-drawer","quick-cart-drawer","age-verification-popup","newsletter-popup"]}