@fynd-design-engineering/fynd-one-v2 3.3.68 → 3.3.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ "use strict";(()=>{var i=window.gsap,c=window.ScrollTrigger;!i||!c?console.warn("GSAP or ScrollTrigger is not available on window. Make sure they are loaded before this script."):i.registerPlugin(c);function y(e,t,n){let l=document.querySelector(t);if(!l){console.warn(n);return}let o=document.querySelectorAll(e);if(o.length===0){console.warn(`Warning: No elements found with selector ${e}`);return}o.forEach(r=>{try{l.appendChild(r)}catch(s){console.error("Error appending element",{source:r,target:l},s)}})}function k(){y("[fynd-sticky-source]","[fynd-sticky-target]","Warning: No element found with attribute fynd-sticky-target"),y("[fynd-scroll-source]","[fynd-scroll-target]","Warning: No element found with attribute fynd-scroll-target")}function v(e){try{return window.localStorage.getItem(e)}catch(t){return console.warn("Unable to access localStorage",t),null}}function m(e,t){try{t===null?window.localStorage.removeItem(e):window.localStorage.setItem(e,t)}catch(n){console.warn("Unable to write to localStorage",n)}}function E(){let e=document.querySelectorAll("[fynd-scroll-source]");if(e.length===0){console.warn("No elements found with attribute fynd-scroll-source.");return}let t,n=null;m("lastVisitedSection",null);function l(o){if(!o){console.warn("debouncedScrollTrigger called without valid attributeValue");return}t!==void 0&&window.clearTimeout(t);let r=document.querySelectorAll("[fynd-scroll-source]");if(r.length===0)return;let s=r[0].getAttribute("fynd-scroll-source"),b=r[r.length-1].getAttribute("fynd-scroll-source"),a=document.querySelector(`[fynd-scroll-source="${o}"]`);if(!a){console.warn(`No scroll section found for ${o}`);return}let h=a.getAttribute("fynd-scroll-source");n=v("lastVisitedSection");let u=parseInt(h||"",10),d=parseInt(s||"",10),f=parseInt(b||"",10),g=parseInt(n||"",10);u===d&&g===d||u===f&&g===f||(t=window.setTimeout(()=>{p(o),m("lastVisitedSection",o)},50))}e.forEach(o=>{let r=o.getAttribute("fynd-scroll-source");if(!r){console.warn("Element missing fynd-scroll-source attribute",o);return}!i||!c||c.create({trigger:o,start:"top 50%",end:"bottom 50%",onEnter:()=>l(r),onEnterBack:()=>l(r),onLeave:()=>l(r),onLeaveBack:()=>l(r)})})}function p(e){if(!e){console.warn("updateStickyImage called without valid identifier");return}let t=document.querySelectorAll("[fynd-sticky-source]");if(t.length===0){console.warn("No elements found with attribute fynd-sticky-source");return}if(!i)return;i.killTweensOf(t),i.set(t,{opacity:0});let n=document.querySelector(`[fynd-sticky-source="${e}"]`);if(!n){console.warn(`No sticky image found for ${e}`);return}i.to(n,{opacity:1,duration:.5,ease:"power1.out"})}function T(){let e=document.querySelectorAll("[fynd-scroll-container]");if(e.length===0){console.warn("No elements found with attribute fynd-scroll-container");return}i&&i.to(e,{opacity:1,duration:.5,ease:"power2.out",delay:.5})}function A(){let e=document.querySelectorAll("[fynd-sticky-bg]");if(e.length===0){console.warn("No elements found with attribute fynd-sticky-bg");return}e.forEach(t=>{let n=t.getAttribute("fynd-sticky-bg");if(!n){console.warn("fynd-sticky-bg attribute missing a value",t);return}if(!/^#([0-9A-F]{3}){1,2}$/i.test(n)){console.warn("Invalid hex color",n,t);return}t.style.backgroundColor=n})}function L(){let e=document.querySelector("[fynd-sticky-bg]");if(!e){console.warn("No element found with attribute fynd-sticky-bg");return}let t=e.getAttribute("fynd-sticky-bg");if(!t){console.warn("fynd-sticky-bg attribute missing a value");return}if(!/^#([0-9A-F]{3}){1,2}$/i.test(t)){console.warn("Invalid hex color",t);return}let l=document.querySelectorAll("[fynd-card-bg-mobile]");if(l.length===0){console.warn("No elements found with attribute fynd-card-bg-mobile");return}l.forEach(o=>{o.style.backgroundColor=t})}var w=!1;function S(){window.innerWidth>991?w||(A(),k(),E(),T(),w=!0):L()}document.addEventListener("DOMContentLoaded",()=>{S(),window.addEventListener("resize",()=>{S()})});})();
@@ -1 +1 @@
1
- :root{--Primary: "Fynd Sans", sans-serif;--Secondary: "Inter Display", sans-serif}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-smooth:always}.w-background-video{position:absolute;inset:0;z-index:0}.video{width:100%;height:auto;object-fit:cover;display:block}[data-padding=big]{padding-top:9rem;padding-bottom:9rem}[data-padding=medium]{padding-top:5rem;padding-bottom:5rem}[data-padding=small]{padding-top:4rem;padding-bottom:4rem}[data-text-style=heading-xxl]{font-family:var(--Primary);font-size:4.5rem;font-weight:500;line-height:110%;letter-spacing:-.04em}[data-text-style=heading-xl]{font-family:var(--Primary);font-size:3.5rem;font-weight:400;line-height:110%;letter-spacing:-.04em}[data-text-style=heading-l]{font-family:var(--Primary);font-size:2.5rem;font-weight:400;line-height:110%;letter-spacing:-.03em}[data-text-style=heading-m]{font-family:var(--Primary);font-size:2rem;font-weight:400;line-height:120%;letter-spacing:-.02em}[data-text-style=heading-s]{font-family:var(--Secondary);font-size:1.625rem;font-weight:500;line-height:130%;letter-spacing:-.02em}[data-text-style=heading-xs]{font-family:var(--Secondary);font-size:1.25rem;font-weight:400;line-height:140%}[data-text-style=font-weight-500]{font-weight:500}@media (max-width: 1023px){[data-text-style=heading-xxl]{font-size:3.5rem}[data-text-style=heading-xl]{font-size:2.5rem}[data-text-style=heading-l]{font-size:2rem}[data-text-style=heading-m]{font-size:1.5rem}[data-text-style=heading-s]{font-size:1.25rem}}@media (max-width: 767px){[data-text-style=heading-xxl]{font-size:2.5rem}[data-text-style=heading-xl]{font-size:2rem}[data-text-style=heading-xs]{font-size:1.2rem}[data-text-style=heading-l]{font-size:1.5rem}[data-text-style=heading-m]{font-size:1.25rem}[data-text-style=heading-s]{font-size:1.125rem}[data-padding=big],[data-padding=medium],[data-padding=small]{padding-top:2.5rem;padding-bottom:2.5rem}}[data-text-style=body-xs-regular]{font-size:.75rem;font-weight:400;line-height:130%}[data-text-style=body-xs-medium]{font-size:.75rem;font-weight:500;line-height:130%}[data-text-style=body-xs-semibold]{font-size:.75rem;font-weight:600;line-height:130%}[data-text-style=body-s-regular]{font-size:.875rem;font-weight:400;line-height:140%}[data-text-style=body-s-medium]{font-size:.875rem;font-weight:500;line-height:140%}[data-text-style=body-m-regular]{font-size:1rem;font-weight:400;line-height:155%}[data-text-style=body-m-medium]{font-size:1rem;font-weight:500;line-height:135%}[data-text-style=body-l-regular]{font-size:1.125rem;font-weight:400;line-height:145%}[data-text-style=body-l-medium]{font-size:1.125rem;font-weight:500;line-height:150%}[data-text-style=body-xl-regular]{font-size:1.25rem;font-weight:400;line-height:140%}[data-text-style=body-xl-medium]{font-size:1.25rem;font-weight:500;line-height:140%}@media (max-width: 991px){[data-text-style=body-xs-regular],[data-text-style=body-xs-medium],[data-text-style=body-xs-semibold]{font-size:.6875rem}[data-text-style=body-s-regular],[data-text-style=body-s-medium]{font-size:.8125rem}[data-text-style=body-m-regular],[data-text-style=body-m-medium]{font-size:.9375rem}[data-text-style=body-l-regular],[data-text-style=body-l-medium]{font-size:1rem}[data-text-style=body-xl-regular],[data-text-style=body-xl-medium]{font-size:1.125rem}}@media (max-width: 767px){[data-text-style=body-xs-regular],[data-text-style=body-xs-medium],[data-text-style=body-xs-semibold]{font-size:.75rem}[data-text-style=body-s-regular],[data-text-style=body-m-regular]{font-size:.875rem}[data-text-style=body-s-medium],[data-text-style=body-m-medium],[data-text-style=body-l-regular],[data-text-style=body-l-medium],[data-text-style=body-xl-regular]{font-size:1rem}[data-text-style=body-xl-medium]{font-size:1.2rem}}[data-text-color=title]{color:#101319}[data-text-color=subtext]{color:#5b5c5d}[data-text-color=title-inverse]{color:#fff}[data-text-color=subtext-inverse]{color:#a0a1a2}[data-icon-color=darkest]{color:#0e0e0e}[data-icon-color=dark]{color:#797a7c}[data-icon-color=medium]{color:#f2f2f2}[data-icon-color=darkest]{color:#fff}[data-spacing=tiny]{height:.25rem}[data-spacing=xxsmall]{height:.5rem}[data-spacing=xsmall]{height:1rem}[data-spacing=small]{height:1.5rem}[data-spacing=medium]{height:2.5rem}[data-spacing=large]{height:3.5rem}[data-spacing=xlarge]{height:4rem}[data-spacing=xxlarge]{height:5rem}[data-spacing=huge]{height:6rem}[data-spacing=xhuge]{height:7rem}[data-spacing=xxhuge]{height:8rem}[data-badge-bg=blue]{background:#5c98f7}[data-badge-bg=peach]{background:#eeb384}[data-badge-bg=green]{background:#80d99f}[data-badge-bg=yellow]{background:#fdf6db}[data-badge-bg=lavender]{background:#e382ff}[data-badge-bg=violet]{background:#8d61f6}[data-badge-bg=red]{background:#fddbdb}[data-badge-bg=gray]{background:#f8f8f9}[data-badge-bg=transparent]{background:transparent}[data-badge-bg=teal]{background:#89d0e0}[data-bg=blue]{background:#d4e5ff}[data-bg=peach]{background:#fceadb}[data-bg=green]{background:#c9ebd7}[data-bg=yellow]{background:#fdf6db}[data-bg=lavender]{background:#ebddef}[data-bg=red]{background:#fddbdb}[data-bg=gray]{background:#f8f8f9}[data-bg=dark],.card_badge[data-bg=dark]{background:#0e0e0e;color:#fff}[data-bg=transparent]{background:transparent}[data-bg=tea-green]{background:#e5f2c2}@media (min-width: 1280px){[data-glow=star]:before{left:30vw;height:1370px}}@media (min-width: 768px){.hero--right-image-wrap[data-bg]{background:transparent}[data-glow=star]:before{content:"";position:absolute;z-index:1;background-image:url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67b44aabaca043782cd38488_background-shimmer.gif);background-size:contain;background-repeat:no-repeat;opacity:.5;mix-blend-mode:screen;height:1200px;width:200vw;left:10vw;top:-50%}[data-glow=star]:after{content:"";z-index:0;opacity:.5;mix-blend-mode:multiply;object-fit:cover;background-position:0 0;background-repeat:repeat;background-size:contain;width:100%;height:100%;position:absolute;inset:0%}}@media (max-width: 767px){.section_hero-50-50[data-bg]{background:transparent}[data-glow=star] .hero--right-image-wrap:before{content:"";position:absolute;inset:-35% 0% 0% auto;z-index:1;background-image:url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67b44aabaca043782cd38488_background-shimmer.gif);background-size:cover;background-position:-120px 0;opacity:.5;mix-blend-mode:screen;height:165%;width:100%}[data-glow=star] .hero--right-image-wrap:after{content:"";z-index:0;opacity:.5;mix-blend-mode:multiply;object-fit:cover;background-image:url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67e014ba0be011b4a7adb7a3_grain-hero.avif);background-position:0 0;background-repeat:repeat;background-size:contain;width:100%;height:100%;position:absolute;inset:0%}.section_hero-50-50[data-bg-mobile=True]{background:#0e0e0e}}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}[data-truncate=yes]{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}[style-line-clamp]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}[style-line-clamp="1"]{-webkit-line-clamp:1}[style-line-clamp="2"]{-webkit-line-clamp:2}[style-line-clamp="3"]{-webkit-line-clamp:3}[style-line-clamp="4"]{-webkit-line-clamp:4}[data-color="#0A4020"]{color:#0a4020}[data-color="#043B77"]{color:#043b77}[data-color="#FF0000"]{color:red}[data-color="#48310F"]{color:#48310f}[data-color="#F8F8F9"]{color:#f8f8f9}[data-color=white]{color:#fff}[data-color=subtext-white]{color:#a0a1a2}[data-color=green-dark]{color:#427c5a}[data-color=green-light]{color:#b2e0c3}[data-height="25rem"]{height:25rem}[data-height="26rem"]{height:26.06rem}[data-height="31rem"]{height:31.25rem}[data-height="39rem"]{height:39.125rem}[data-bg-color]{background-color:#f8f8f9}@media screen and (max-width: 767px){*[data-height]{height:15.62rem}div div.bento-card_text{font-size:1rem}div p.bento-card_subtext{font-size:.875rem}}[fynd-sticky-bg-theme=blue-1]{background:url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67e1b4072adad40eb22e201e_97d7b26441d6a95f90db1952a9d3e122_bg-theme-1.avif) no-repeat;background-size:cover}.w-richtext figure.w-richtext-align-fullwidth>figcaption{font-size:14px}.blog_rich-text strong,.metric-rich-text strong{font-weight:500}#fc_frame{visibility:hidden;display:none}[data-bg=white]{background:#fff}a.blog-details.w-inline-block{display:flex}.bento-card:hover .btn.global_card_btn{opacity:1}@media (width <=767px){[data-text-style=body-l-regular]{line-height:145%}[data-text-style=heading-xl]{line-height:115%}[data-text-style=heading-l]{line-height:135%}[data-text-style=body-xl-regular]{font-size:1rem}[data-text-style=heading-s]{font-size:1.125rem;line-height:140%}}[card-bg=dark]{background:#1a1a1a}[circle-bg=dark]{background:#333}[circle-bg=light]{background:#1a1a1a}[bottom-line-border=dark]{border-color:#333}[bottom-line-border=light]{border-color:#1a1a1a}.accordian-richtext[data-text-color]:not([data-text-color=""])>*{color:inherit}@media (max-width: 767px){[data-glow=star] .hero--right-image-wrap:before{top:0%;height:100%}}.iti{position:relative;display:inline-block;width:100%}h1 a,h2 a,h3 a,h6 a{height:var(--sizes--40);padding:0px var(--_spacing---24);grid-column-gap:var(--_spacing---8);grid-row-gap:var(--_spacing---8);border-radius:var(--_border-radius---radius-32);color:var(--_color-palette---button--primary--button-text-default)!important;font-size:var(--sizes--16);line-height:var(--_typography---line-height--160);font-weight:var(--_typography---font-weight--medium);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;transition:all .3s;display:inline-flex;background:#000;letter-spacing:.02px}.scroll_visibility_hidden{-ms-overflow-style:none;scrollbar-width:none}.scroll_visibility_hidden::-webkit-scrollbar{display:none}@media screen and (max-width: 991px){.global_card_title-3.bottom-caption-31{font-size:1rem!important}}@media screen and (max-width: 479px){.global_card_title-3.bottom-caption-31{font-size:.875rem!important}}input#phone-number{padding-left:89px!important}.iti__selected-flag{border-radius:4px}@media (max-width: 992px){[hide-from-tablet=true]{display:none!important;visibility:hidden!important}}[loop-video]{width:100%;height:100%}[data-zindex="1"]{z-index:1!important}[richtext-button]{height:var(--sizes--40);padding:0 var(--_spacing---24);gap:var(--_spacing---8);border-radius:var(--_border-radius---radius-32);font-size:var(--sizes--16);line-height:var(--_typography---line-height--160);font-weight:var(--_typography---font-weight--medium);white-space:nowrap;border:1px solid transparent;justify-content:center;align-items:center;transition:all .3s;display:inline-flex;font-style:normal!important}[richtext-button=primary]{background-color:var(--button-primary\<deleted\|variable-99fb50d1-1e0d-8a24-83db-2993f67e9130\>);color:var(--_color-palette---button--primary--button-text-default)!important}[richtext-button=secondary]{background-color:var(--_color-palette---button--secondary--button-bg-default);border-color:var(--_color-palette---button--secondary--button-border-default);color:var(--_color-palette---extension--text-primary)!important}[data-corner-cutout="1.5rem"]{position:relative}[data-corner-cutout="1.5rem"]:after{content:"";position:absolute;top:0;right:0;width:1.5rem;height:1.5rem;background:var(--_color-palette---text--title);-webkit-mask-image:radial-gradient(circle at bottom left,transparent 24px,var(--_color-palette---text--title) 25px);mask-image:radial-gradient(circle at bottom left,transparent 24px,var(--_color-palette---text--title) 25px)}[data-corner-cutout="1.5rem"]:before{content:"";position:absolute;top:0;left:0;width:1.5rem;height:1.5rem;background:var(--_color-palette---text--title);-webkit-mask-image:radial-gradient(circle at bottom right,transparent 24px,var(--_color-palette---text--title) 25px);mask-image:radial-gradient(circle at bottom right,transparent 24px,var(--_color-palette---text--title) 25px)}.accordian-richtext p:first-child{margin-bottom:1rem}.splide__pagination__page.is-active{background:var(--_color-palette---text--title);transform:scale(1)}[fynd-timeline-element=dot-wrapper]{display:flex;gap:2px;align-items:center}@media (max-width: 991px){[fynd-timeline-element=dot-wrapper]{flex-direction:column}[fynd-timeline-element=dot],[fynd-timeline-element=dot-filled]{width:2px!important;height:4px}[fynd-timeline-element=circle]{box-shadow:inset 0 0 0 6px #a0a1a2}[fynd-timeline-element=circle-filled]{box-shadow:inset 0 0 0 8px #0e0e0e!important}}[fynd-timeline-element=dot],[fynd-timeline-element=dot-filled]{width:100%;height:2px;border-radius:10px;background:#a0a1a2;transition:background-color .3s ease}[fynd-timeline-element=dot-filled]{background:#0e0e0e}[fynd-timeline-element=circle]{transform:scale(.7);box-shadow:inset 0 0 0 20px #a0a1a2}[fynd-timeline-element=circle-filled]{transform:scale(1);box-shadow:inset 0 0 0 10px #0e0e0e}[fynd-show-clear=true]{background-image:url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/6889f30ed6b4ea10c3b618c0_close.svg)!important;background-size:20px!important}[fynd-show-clear=false]{background-image:url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67ce756d3fd77fc0515461fd_ic_search.svg)!important;background-size:20px!important}[fynd-richtext=accordian] ul>li strong{font-weight:400}th{font-weight:600!important}.fynd-table_cell b,.fynd-table_head b{font-weight:600}[data-style-over=richtext-comp]{color:#000!important;text-decoration:none!important}[data-style-over=richtext-comp] :hover{color:#fff!important;text-decoration:none!important}ul{color:var(--_color-palette---text--subtext);line-height:var(--_typography---line-height--160)}.fynd-table_instance{overflow:auto;overflow-x:auto;overflow-y:auto}[strict-display=none]{display:none!important}blockquote>strong{font-weight:500!important;font-size:1rem;font-style:normal;line-height:1;color:var(--_primitives---neutral--neutral-100)}[data-popup-video=injected]{width:100%;height:100%;object-fit:cover;position:absolute;z-index:2}.gradient_blur{opacity:1}.gradient_blur>div,.gradient_blur:before,.gradient_blur:after{position:absolute;inset:0}.gradient_blur:before{content:"";z-index:1;backdrop-filter:blur(.5px);mask:linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 12.5%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 37.5%)}.gradient_blur>div:nth-of-type(1){z-index:2;backdrop-filter:blur(1px);mask:linear-gradient(to top,rgba(0,0,0,0) 12.5%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 37.5%,rgba(0,0,0,0) 50%)}.gradient_blur>div:nth-of-type(2){z-index:3;backdrop-filter:blur(2px);mask:linear-gradient(to top,rgba(0,0,0,0) 25%,rgba(0,0,0,1) 37.5%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 62.5%)}.gradient_blur>div:nth-of-type(3){z-index:4;backdrop-filter:blur(4px);mask:linear-gradient(to top,rgba(0,0,0,0) 37.5%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 62.5%,rgba(0,0,0,0) 75%)}.gradient_blur>div:nth-of-type(4){z-index:5;backdrop-filter:blur(8px);mask:linear-gradient(to top,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 62.5%,rgba(0,0,0,1) 75%,rgba(0,0,0,0) 87.5%)}.gradient_blur>div:nth-of-type(5){z-index:6;backdrop-filter:blur(16px);mask:linear-gradient(to top,rgba(0,0,0,0) 62.5%,rgba(0,0,0,1) 75%,rgba(0,0,0,1) 87.5%,rgba(0,0,0,0) 100%)}.gradient_blur>div:nth-of-type(6){z-index:7;backdrop-filter:blur(32px);mask:linear-gradient(to top,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 87.5%,rgba(0,0,0,1) 100%)}.gradient_blur:after{content:"";z-index:8;backdrop-filter:blur(64px);mask:linear-gradient(to top,rgba(0,0,0,0) 87.5%,rgba(0,0,0,1) 100%)}.navigation{z-index:99999!important}#mobile-menu{top:0!important;transform:translateY(0)!important}@media (min-width: 768px){#mobile-menu{top:0!important;transform:translateY(0)!important}}@media (max-width: 767px) and (orientation: landscape){#mobile-menu{top:50px!important;transform:translateY(0)!important}}[style-height=full]{height:100%}.custom-form_layout.w-variant-ccdd1f5c-cbc6-911f-3402-92637f9b226d,.custom-form_layout{height:auto}.form_right-column{padding-left:0rem!important;padding-right:0rem!important}@media screen and (max-width: 767px){.hero-form{padding-top:0rem!important}}.is-select{appearance:none;-webkit-appearance:none;-moz-appearance:none}.is-select::-ms-expand{display:none}[data-popup-video=youtube-container]{z-index:4}#widget-copilot{z-index:10;position:relative}
1
+ :root{--Primary: "Fynd Sans", sans-serif;--Secondary: "Inter Display", sans-serif}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-smooth:always}.w-background-video{position:absolute;inset:0;z-index:0}.video{width:100%;height:auto;object-fit:cover;display:block}[data-padding=big]{padding-top:9rem;padding-bottom:9rem}[data-padding=medium]{padding-top:5rem;padding-bottom:5rem}[data-padding=small]{padding-top:4rem;padding-bottom:4rem}[data-text-style=heading-xxl]{font-family:var(--Primary);font-size:4.5rem;font-weight:500;line-height:110%;letter-spacing:-.04em}[data-text-style=heading-xl]{font-family:var(--Primary);font-size:3.5rem;font-weight:400;line-height:110%;letter-spacing:-.04em}[data-text-style=heading-l]{font-family:var(--Primary);font-size:2.5rem;font-weight:400;line-height:110%;letter-spacing:-.03em}[data-text-style=heading-m]{font-family:var(--Primary);font-size:2rem;font-weight:400;line-height:120%;letter-spacing:-.02em}[data-text-style=heading-s]{font-family:var(--Secondary);font-size:1.625rem;font-weight:500;line-height:130%;letter-spacing:-.02em}[data-text-style=heading-xs]{font-family:var(--Secondary);font-size:1.25rem;font-weight:400;line-height:140%}[data-text-style=font-weight-500]{font-weight:500}@media (max-width: 1023px){[data-text-style=heading-xxl]{font-size:3.5rem}[data-text-style=heading-xl]{font-size:2.5rem}[data-text-style=heading-l]{font-size:2rem}[data-text-style=heading-m]{font-size:1.5rem}[data-text-style=heading-s]{font-size:1.25rem}}@media (max-width: 767px){[data-text-style=heading-xxl]{font-size:2.5rem}[data-text-style=heading-xl]{font-size:2rem}[data-text-style=heading-xs]{font-size:1.2rem}[data-text-style=heading-l]{font-size:1.5rem}[data-text-style=heading-m]{font-size:1.25rem}[data-text-style=heading-s]{font-size:1.125rem}[data-padding=big],[data-padding=medium],[data-padding=small]{padding-top:2.5rem;padding-bottom:2.5rem}}[data-text-style=body-xs-regular]{font-size:.75rem;font-weight:400;line-height:130%}[data-text-style=body-xs-medium]{font-size:.75rem;font-weight:500;line-height:130%}[data-text-style=body-xs-semibold]{font-size:.75rem;font-weight:600;line-height:130%}[data-text-style=body-s-regular]{font-size:.875rem;font-weight:400;line-height:140%}[data-text-style=body-s-medium]{font-size:.875rem;font-weight:500;line-height:140%}[data-text-style=body-m-regular]{font-size:1rem;font-weight:400;line-height:155%}[data-text-style=body-m-medium]{font-size:1rem;font-weight:500;line-height:135%}[data-text-style=body-l-regular]{font-size:1.125rem;font-weight:400;line-height:145%}[data-text-style=body-l-medium]{font-size:1.125rem;font-weight:500;line-height:150%}[data-text-style=body-xl-regular]{font-size:1.25rem;font-weight:400;line-height:140%}[data-text-style=body-xl-medium]{font-size:1.25rem;font-weight:500;line-height:140%}@media (max-width: 991px){[data-text-style=body-xs-regular],[data-text-style=body-xs-medium],[data-text-style=body-xs-semibold]{font-size:.6875rem}[data-text-style=body-s-regular],[data-text-style=body-s-medium]{font-size:.8125rem}[data-text-style=body-m-regular],[data-text-style=body-m-medium]{font-size:.9375rem}[data-text-style=body-l-regular],[data-text-style=body-l-medium]{font-size:1rem}[data-text-style=body-xl-regular],[data-text-style=body-xl-medium]{font-size:1.125rem}}@media (max-width: 767px){[data-text-style=body-xs-regular],[data-text-style=body-xs-medium],[data-text-style=body-xs-semibold]{font-size:.75rem}[data-text-style=body-s-regular],[data-text-style=body-m-regular]{font-size:.875rem}[data-text-style=body-s-medium],[data-text-style=body-m-medium],[data-text-style=body-l-regular],[data-text-style=body-l-medium],[data-text-style=body-xl-regular]{font-size:1rem}[data-text-style=body-xl-medium]{font-size:1.2rem}}[data-text-color=title]{color:#101319}[data-text-color=subtext]{color:#5b5c5d}[data-text-color=title-inverse]{color:#fff}[data-text-color=subtext-inverse]{color:#a0a1a2}[data-icon-color=darkest]{color:#0e0e0e}[data-icon-color=dark]{color:#797a7c}[data-icon-color=medium]{color:#f2f2f2}[data-icon-color=darkest]{color:#fff}[data-spacing=tiny]{height:.25rem}[data-spacing=xxsmall]{height:.5rem}[data-spacing=xsmall]{height:1rem}[data-spacing=small]{height:1.5rem}[data-spacing=medium]{height:2.5rem}[data-spacing=large]{height:3.5rem}[data-spacing=xlarge]{height:4rem}[data-spacing=xxlarge]{height:5rem}[data-spacing=huge]{height:6rem}[data-spacing=xhuge]{height:7rem}[data-spacing=xxhuge]{height:8rem}[data-badge-bg=blue]{background:#5c98f7}[data-badge-bg=peach]{background:#eeb384}[data-badge-bg=green]{background:#80d99f}[data-badge-bg=yellow]{background:#fdf6db}[data-badge-bg=lavender]{background:#e382ff}[data-badge-bg=violet]{background:#8d61f6}[data-badge-bg=red]{background:#fddbdb}[data-badge-bg=gray]{background:#f8f8f9}[data-badge-bg=transparent]{background:transparent}[data-badge-bg=teal]{background:#89d0e0}[data-bg=blue]{background:#d4e5ff}[data-bg=peach]{background:#fceadb}[data-bg=green]{background:#c9ebd7}[data-bg=yellow]{background:#fdf6db}[data-bg=lavender]{background:#ebddef}[data-bg=red]{background:#fddbdb}[data-bg=gray]{background:#f8f8f9}[data-bg=dark],.card_badge[data-bg=dark]{background:#0e0e0e;color:#fff}[data-bg=transparent]{background:transparent}[data-bg=tea-green]{background:#e5f2c2}@media (min-width: 1280px){[data-glow=star]:before{left:30vw;height:1370px}}@media (min-width: 768px){.hero--right-image-wrap[data-bg]{background:transparent}[data-glow=star]:before{content:"";position:absolute;z-index:1;background-image:url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67b44aabaca043782cd38488_background-shimmer.gif);background-size:contain;background-repeat:no-repeat;opacity:.5;mix-blend-mode:screen;height:1200px;width:200vw;left:10vw;top:-50%}[data-glow=star]:after{content:"";z-index:0;opacity:.5;mix-blend-mode:multiply;object-fit:cover;background-position:0 0;background-repeat:repeat;background-size:contain;width:100%;height:100%;position:absolute;inset:0%}}@media (max-width: 767px){.section_hero-50-50[data-bg]{background:transparent}[data-glow=star] .hero--right-image-wrap:before{content:"";position:absolute;inset:-35% 0% 0% auto;z-index:1;background-image:url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67b44aabaca043782cd38488_background-shimmer.gif);background-size:cover;background-position:-120px 0;opacity:.5;mix-blend-mode:screen;height:165%;width:100%}[data-glow=star] .hero--right-image-wrap:after{content:"";z-index:0;opacity:.5;mix-blend-mode:multiply;object-fit:cover;background-image:url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67e014ba0be011b4a7adb7a3_grain-hero.avif);background-position:0 0;background-repeat:repeat;background-size:contain;width:100%;height:100%;position:absolute;inset:0%}.section_hero-50-50[data-bg-mobile=True]{background:#0e0e0e}}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}[data-truncate=yes]{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}[style-line-clamp]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}[style-line-clamp="1"]{-webkit-line-clamp:1}[style-line-clamp="2"]{-webkit-line-clamp:2}[style-line-clamp="3"]{-webkit-line-clamp:3}[style-line-clamp="4"]{-webkit-line-clamp:4}[data-color="#0A4020"]{color:#0a4020}[data-color="#043B77"]{color:#043b77}[data-color="#FF0000"]{color:red}[data-color="#48310F"]{color:#48310f}[data-color="#F8F8F9"]{color:#f8f8f9}[data-color=white]{color:#fff}[data-color=subtext-white]{color:#a0a1a2}[data-color=green-dark]{color:#427c5a}[data-color=green-light]{color:#b2e0c3}[data-height="25rem"]{height:25rem}[data-height="26rem"]{height:26.06rem}[data-height="31rem"]{height:31.25rem}[data-height="39rem"]{height:39.125rem}[data-bg-color]{background-color:#f8f8f9}@media screen and (max-width: 767px){*[data-height]{height:15.62rem}div div.bento-card_text{font-size:1rem}div p.bento-card_subtext{font-size:.875rem}}[fynd-sticky-bg-theme=blue-1]{background:url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67e1b4072adad40eb22e201e_97d7b26441d6a95f90db1952a9d3e122_bg-theme-1.avif) no-repeat;background-size:cover}.w-richtext figure.w-richtext-align-fullwidth>figcaption{font-size:14px}.blog_rich-text strong,.metric-rich-text strong{font-weight:500}#fc_frame{visibility:hidden;display:none}[data-bg=white]{background:#fff}a.blog-details.w-inline-block{display:flex}.bento-card:hover .btn.global_card_btn{opacity:1}@media (width <=767px){[data-text-style=body-l-regular]{line-height:145%}[data-text-style=heading-xl]{line-height:115%}[data-text-style=heading-l]{line-height:135%}[data-text-style=body-xl-regular]{font-size:1rem}[data-text-style=heading-s]{font-size:1.125rem;line-height:140%}}[card-bg=dark]{background:#1a1a1a}[circle-bg=dark]{background:#333}[circle-bg=light]{background:#1a1a1a}[bottom-line-border=dark]{border-color:#333}[bottom-line-border=light]{border-color:#1a1a1a}.accordian-richtext[data-text-color]:not([data-text-color=""])>*{color:inherit}@media (max-width: 767px){[data-glow=star] .hero--right-image-wrap:before{top:0%;height:100%}}.iti{position:relative;display:inline-block;width:100%}h1 a,h2 a,h3 a,h6 a{height:var(--sizes--40);padding:0px var(--_spacing---24);grid-column-gap:var(--_spacing---8);grid-row-gap:var(--_spacing---8);border-radius:var(--_border-radius---radius-32);color:var(--_color-palette---button--primary--button-text-default)!important;font-size:var(--sizes--16);line-height:var(--_typography---line-height--160);font-weight:var(--_typography---font-weight--medium);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;transition:all .3s;display:inline-flex;background:#000;letter-spacing:.02px}.scroll_visibility_hidden{-ms-overflow-style:none;scrollbar-width:none}.scroll_visibility_hidden::-webkit-scrollbar{display:none}@media screen and (max-width: 991px){.global_card_title-3.bottom-caption-31{font-size:1rem!important}}@media screen and (max-width: 479px){.global_card_title-3.bottom-caption-31{font-size:.875rem!important}}input#phone-number{padding-left:89px!important}.iti__selected-flag{border-radius:4px}@media (max-width: 992px){[hide-from-tablet=true]{display:none!important;visibility:hidden!important}}[loop-video]{width:100%;height:100%}[data-zindex="1"]{z-index:1!important}[richtext-button]{height:var(--sizes--40);padding:0 var(--_spacing---24);gap:var(--_spacing---8);border-radius:var(--_border-radius---radius-32);font-size:var(--sizes--16);line-height:var(--_typography---line-height--160);font-weight:var(--_typography---font-weight--medium);white-space:nowrap;border:1px solid transparent;justify-content:center;align-items:center;transition:all .3s;display:inline-flex;font-style:normal!important}[richtext-button=primary]{background-color:var(--button-primary\<deleted\|variable-99fb50d1-1e0d-8a24-83db-2993f67e9130\>);color:var(--_color-palette---button--primary--button-text-default)!important}[richtext-button=secondary]{background-color:var(--_color-palette---button--secondary--button-bg-default);border-color:var(--_color-palette---button--secondary--button-border-default);color:var(--_color-palette---extension--text-primary)!important}[data-corner-cutout="1.5rem"]{position:relative}[data-corner-cutout="1.5rem"]:after{content:"";position:absolute;top:0;right:0;width:1.5rem;height:1.5rem;background:var(--_color-palette---text--title);-webkit-mask-image:radial-gradient(circle at bottom left,transparent 24px,var(--_color-palette---text--title) 25px);mask-image:radial-gradient(circle at bottom left,transparent 24px,var(--_color-palette---text--title) 25px)}[data-corner-cutout="1.5rem"]:before{content:"";position:absolute;top:0;left:0;width:1.5rem;height:1.5rem;background:var(--_color-palette---text--title);-webkit-mask-image:radial-gradient(circle at bottom right,transparent 24px,var(--_color-palette---text--title) 25px);mask-image:radial-gradient(circle at bottom right,transparent 24px,var(--_color-palette---text--title) 25px)}.accordian-richtext p:first-child{margin-bottom:1rem}.splide__pagination__page.is-active{background:var(--_color-palette---text--title);transform:scale(1)}[fynd-timeline-element=dot-wrapper]{display:flex;gap:2px;align-items:center}@media (max-width: 991px){[fynd-timeline-element=dot-wrapper]{flex-direction:column}[fynd-timeline-element=dot],[fynd-timeline-element=dot-filled]{width:2px!important;height:4px}[fynd-timeline-element=circle]{box-shadow:inset 0 0 0 6px #a0a1a2}[fynd-timeline-element=circle-filled]{box-shadow:inset 0 0 0 8px #0e0e0e!important}}[fynd-timeline-element=dot],[fynd-timeline-element=dot-filled]{width:100%;height:2px;border-radius:10px;background:#a0a1a2;transition:background-color .3s ease}[fynd-timeline-element=dot-filled]{background:#0e0e0e}[fynd-timeline-element=circle]{transform:scale(.7);box-shadow:inset 0 0 0 20px #a0a1a2}[fynd-timeline-element=circle-filled]{transform:scale(1);box-shadow:inset 0 0 0 10px #0e0e0e}[fynd-show-clear=true]{background-image:url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/6889f30ed6b4ea10c3b618c0_close.svg)!important;background-size:20px!important}[fynd-show-clear=false]{background-image:url(https://cdn.prod.website-files.com/67a9c8e5f2c74ac8c2c9b88b/67ce756d3fd77fc0515461fd_ic_search.svg)!important;background-size:20px!important}[fynd-richtext=accordian] ul>li strong{font-weight:400}th{font-weight:600!important}.fynd-table_cell b,.fynd-table_head b{font-weight:600}[data-style-over=richtext-comp]{color:#000!important;text-decoration:none!important}[data-style-over=richtext-comp] :hover{color:#fff!important;text-decoration:none!important}ul{color:var(--_color-palette---text--subtext);line-height:var(--_typography---line-height--160)}.fynd-table_instance{overflow:auto;overflow-x:auto;overflow-y:auto}[strict-display=none]{display:none!important}blockquote>strong{font-weight:500!important;font-size:1rem;font-style:normal;line-height:1;color:var(--_primitives---neutral--neutral-100)}[data-popup-video=injected]{width:100%;height:100%;object-fit:cover;position:absolute;z-index:2}.gradient_blur{opacity:1}.gradient_blur>div,.gradient_blur:before,.gradient_blur:after{position:absolute;inset:0}.gradient_blur:before{content:"";z-index:1;backdrop-filter:blur(.5px);mask:linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 12.5%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 37.5%)}.gradient_blur>div:nth-of-type(1){z-index:2;backdrop-filter:blur(1px);mask:linear-gradient(to top,rgba(0,0,0,0) 12.5%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 37.5%,rgba(0,0,0,0) 50%)}.gradient_blur>div:nth-of-type(2){z-index:3;backdrop-filter:blur(2px);mask:linear-gradient(to top,rgba(0,0,0,0) 25%,rgba(0,0,0,1) 37.5%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 62.5%)}.gradient_blur>div:nth-of-type(3){z-index:4;backdrop-filter:blur(4px);mask:linear-gradient(to top,rgba(0,0,0,0) 37.5%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 62.5%,rgba(0,0,0,0) 75%)}.gradient_blur>div:nth-of-type(4){z-index:5;backdrop-filter:blur(8px);mask:linear-gradient(to top,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 62.5%,rgba(0,0,0,1) 75%,rgba(0,0,0,0) 87.5%)}.gradient_blur>div:nth-of-type(5){z-index:6;backdrop-filter:blur(16px);mask:linear-gradient(to top,rgba(0,0,0,0) 62.5%,rgba(0,0,0,1) 75%,rgba(0,0,0,1) 87.5%,rgba(0,0,0,0) 100%)}.gradient_blur>div:nth-of-type(6){z-index:7;backdrop-filter:blur(32px);mask:linear-gradient(to top,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 87.5%,rgba(0,0,0,1) 100%)}.gradient_blur:after{content:"";z-index:8;backdrop-filter:blur(64px);mask:linear-gradient(to top,rgba(0,0,0,0) 87.5%,rgba(0,0,0,1) 100%)}.navigation{z-index:99999!important}#mobile-menu{top:0!important;transform:translateY(0)!important}@media (min-width: 768px){#mobile-menu{top:0!important;transform:translateY(0)!important}}@media (max-width: 767px) and (orientation: landscape){#mobile-menu{top:50px!important;transform:translateY(0)!important}}[style-height=full]{height:100%}.custom-form_layout.w-variant-ccdd1f5c-cbc6-911f-3402-92637f9b226d,.custom-form_layout{height:auto}.form_right-column{padding-left:0rem!important;padding-right:0rem!important}@media screen and (max-width: 767px){.hero-form{padding-top:0rem!important}}.is-select{appearance:none;-webkit-appearance:none;-moz-appearance:none}.is-select::-ms-expand{display:none}[data-popup-video=youtube-container]{z-index:4}#widget-copilot{z-index:10;position:relative}[fynd-sticky-target]{height:90vh;position:sticky;top:12vh;z-index:2}[fynd-scroll-blocks]{display:none}[fynd-scroll-source]{height:80vh}[fynd-sticky-source]{height:80vh;width:100%;position:absolute;top:0;opacity:0;background-color:transparent}[fynd-scroll-container]{opacity:0}[fynd-sticky-target]{height:80vh;border-radius:1rem;overflow:hidden}[fynd-scroll-column]{padding-left:0rem;padding-right:0rem}.progressive-scroll-image{object-fit:cover}@media (max-width: 991px){[fynd-scroll-container]{opacity:0;display:none}[fynd-scroll-blocks]{display:flex}[fynd-sticky-source]{height:auto;position:static;opacity:1}[fynd-scroll-source]{height:auto}}[contact-form-popup=open]{z-index:100000000000}.fynd-bg-video>video{position:static!important}button#fynd-schema-copy-btn{display:none!important}@media (max-width: 768px){#widget-copilot{z-index:1000000000000!important}}[card-blur=black]{backdrop-filter:blur(25px) brightness(.8);-webkit-backdrop-filter:blur(25px) brightness(.9);mask-image:linear-gradient(to top,#0000 35%,#000 70%);-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,0) 35%,rgba(0,0,0,1) 70%)}[card-blur=white]{backdrop-filter:blur(25px) brightness(1);-webkit-backdrop-filter:blur(25px) brightness(.9);mask-image:linear-gradient(to top,#0000 35%,#000 70%);-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,0) 35%,rgba(0,0,0,1) 70%)}[media-card-padding="24"]{padding:24px}@media (max-width: 600px){[media-card-padding="24"]{padding:20px}}[media-card-padding="20"]{padding:20px}@media (max-width: 600px){[media-card-padding="20"]{padding:20px}}
@@ -1 +1 @@
1
- "use strict";(()=>{console.log("Hacktimus 2025 script loaded.");var x=window.matchMedia("(prefers-reduced-motion: reduce)").matches;document.addEventListener("DOMContentLoaded",()=>{let c=window.gsap,a=window.ScrollTrigger;if(c&&a){let r=function(){if(a.getAll().forEach(s=>s.kill()),!e||!t)return;let i=t.scrollWidth-e.clientWidth;i<=0||(c.set(t,{x:0}),c.to(t,{x:-i,ease:"none",scrollTrigger:{trigger:n||e,start:"top top",end:()=>"+="+i,scrub:!0,pin:!0,anticipatePin:1,invalidateOnRefresh:!0}}),a.addEventListener("refreshInit",()=>c.set(t,{x:0})),a.refresh())};var S=r;c.registerPlugin(a);let n=document.getElementById("h-scroll"),e=document.getElementById("cardsViewport"),t=document.getElementById("cardsTrack");r();let o=0;window.addEventListener("resize",()=>{o&&cancelAnimationFrame(o),o=requestAnimationFrame(()=>r())})}else console.warn("GSAP or ScrollTrigger not found on window.");let L=new Swiper("[fynd-slider='incentive']",{slidesPerView:3,spaceBetween:20,loop:!1,freeMode:!1,breakpoints:{992:{slidesPerView:3},768:{slidesPerView:2.1},640:{slidesPerView:1.8},0:{slidesPerView:1.2}}}),E=new Date("2025-12-03T00:00:00Z");function m(){let n=Date.now(),e=E.getTime()-n;if(e<=0){document.querySelectorAll("[fynd-timer]").forEach(d=>{d.textContent="00"}),clearInterval(w);return}let t=Math.floor(e/(1e3*60*60*24)),r=Math.floor(e/(1e3*60*60)%24),o=Math.floor(e/(1e3*60)%60),i=Math.floor(e/1e3%60),s=(d,l)=>{let p=document.querySelector(`[fynd-timer=${d}]`);p&&(p.textContent=l.toString().padStart(2,"0"))};s("day",t),s("hour",r),s("minute",o),s("second",i)}let w=setInterval(m,1e3);m();let h=6,u="accordian-clip",T="[accordian-view-more]";function g(n=h){let e=Array.from(document.querySelectorAll(T));e.length!==0&&e.forEach(t=>{let r=M(t);if(!r)return;let o=Array.from(r.querySelectorAll(`div[${u}]`));if(o.length===0){t.hidden=!0;return}o.sort((s,d)=>{let l=s.compareDocumentPosition(d);return l&Node.DOCUMENT_POSITION_FOLLOWING?-1:l&Node.DOCUMENT_POSITION_PRECEDING?1:0});let i={container:r,items:o,button:t,expanded:!1,visibleCount:n};if(t.setAttribute("aria-expanded","false"),t.setAttribute("type","button"),t.setAttribute("aria-controls",v(o)),o.length<=n){t.hidden=!0;return}f(i),t.addEventListener("click",()=>{i.expanded?f(i):y(i)})})}function f(n){let{items:e,button:t,visibleCount:r}=n;e.forEach((o,i)=>{o.hidden=i>=r}),t.textContent="View more",t.setAttribute("aria-expanded","false"),n.expanded=!1}function y(n){n.items.forEach(e=>e.hidden=!1),n.button.textContent="View less",n.button.setAttribute("aria-expanded","true"),n.expanded=!0}function M(n){let e=n.parentElement;for(;e&&e!==document.body;){if(e.querySelector(`div[${u}]`))return e;e=e.parentElement}return document.querySelector(`div[${u}]`)?document.body:null}function v(n){let e=[];return n.forEach((t,r)=>{t.id||(t.id=`wf-acc-item-${Math.random().toString(36).slice(2)}-${r}`),e.push(t.id)}),e.join(" ")}g()});})();
1
+ "use strict";(()=>{console.log("Hacktimus 2025 script loaded.");var x=window.matchMedia("(prefers-reduced-motion: reduce)").matches;document.addEventListener("DOMContentLoaded",()=>{let c=window.gsap,a=window.ScrollTrigger;if(c&&a){let r=function(){if(a.getAll().forEach(s=>s.kill()),!e||!t)return;let i=t.scrollWidth-e.clientWidth;i<=0||(c.set(t,{x:0}),c.to(t,{x:-i,ease:"none",scrollTrigger:{trigger:n||e,start:"top top",end:()=>"+="+i,scrub:!0,pin:!0,anticipatePin:1,invalidateOnRefresh:!0}}),a.addEventListener("refreshInit",()=>c.set(t,{x:0})),a.refresh())};var S=r;c.registerPlugin(a);let n=document.getElementById("h-scroll"),e=document.getElementById("cardsViewport"),t=document.getElementById("cardsTrack");r();let o=0;window.addEventListener("resize",()=>{o&&cancelAnimationFrame(o),o=requestAnimationFrame(()=>r())})}else console.warn("GSAP or ScrollTrigger not found on window.");let L=new Swiper("[fynd-slider='incentive']",{slidesPerView:3,spaceBetween:20,loop:!1,freeMode:!1,breakpoints:{992:{slidesPerView:3},768:{slidesPerView:2.1},640:{slidesPerView:1.8},0:{slidesPerView:1.2}}}),E=new Date("2025-12-05T00:00:00Z");function m(){let n=Date.now(),e=E.getTime()-n;if(e<=0){document.querySelectorAll("[fynd-timer]").forEach(d=>{d.textContent="00"}),clearInterval(w);return}let t=Math.floor(e/(1e3*60*60*24)),r=Math.floor(e/(1e3*60*60)%24),o=Math.floor(e/(1e3*60)%60),i=Math.floor(e/1e3%60),s=(d,l)=>{let p=document.querySelector(`[fynd-timer=${d}]`);p&&(p.textContent=l.toString().padStart(2,"0"))};s("day",t),s("hour",r),s("minute",o),s("second",i)}let w=setInterval(m,1e3);m();let h=6,u="accordian-clip",T="[accordian-view-more]";function g(n=h){let e=Array.from(document.querySelectorAll(T));e.length!==0&&e.forEach(t=>{let r=M(t);if(!r)return;let o=Array.from(r.querySelectorAll(`div[${u}]`));if(o.length===0){t.hidden=!0;return}o.sort((s,d)=>{let l=s.compareDocumentPosition(d);return l&Node.DOCUMENT_POSITION_FOLLOWING?-1:l&Node.DOCUMENT_POSITION_PRECEDING?1:0});let i={container:r,items:o,button:t,expanded:!1,visibleCount:n};if(t.setAttribute("aria-expanded","false"),t.setAttribute("type","button"),t.setAttribute("aria-controls",v(o)),o.length<=n){t.hidden=!0;return}f(i),t.addEventListener("click",()=>{i.expanded?f(i):y(i)})})}function f(n){let{items:e,button:t,visibleCount:r}=n;e.forEach((o,i)=>{o.hidden=i>=r}),t.textContent="View more",t.setAttribute("aria-expanded","false"),n.expanded=!1}function y(n){n.items.forEach(e=>e.hidden=!1),n.button.textContent="View less",n.button.setAttribute("aria-expanded","true"),n.expanded=!0}function M(n){let e=n.parentElement;for(;e&&e!==document.body;){if(e.querySelector(`div[${u}]`))return e;e=e.parentElement}return document.querySelector(`div[${u}]`)?document.body:null}function v(n){let e=[];return n.forEach((t,r)=>{t.id||(t.id=`wf-acc-item-${Math.random().toString(36).slice(2)}-${r}`),e.push(t.id)}),e.join(" ")}g()});})();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fynd-design-engineering/fynd-one-v2",
3
- "version": "3.3.68",
3
+ "version": "3.3.69",
4
4
  "description": "Updated CDN for fynd.com",
5
5
  "homepage": "https://github.com/Fynd-Design-Engineering/Fynd-Utils/blob/main/README.md",
6
6
  "license": "ISC",