@sunrise-upc/mobile-prod-card 1.2.2 → 1.2.4-beta.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. package/dist/cjs/components/StaticLineTable/CheckoutButton.d.ts +4 -0
  2. package/dist/cjs/components/StaticLineTable/DynamicPriceSection.d.ts +4 -0
  3. package/dist/cjs/components/StaticLineTable/Product.utils.d.ts +9 -0
  4. package/dist/cjs/components/StaticLineTable/StaticBenefit.d.ts +4 -0
  5. package/dist/cjs/components/StaticLineTable/StaticLineTable.d.ts +4 -0
  6. package/dist/cjs/components/StaticLineTable/StaticProduct.d.ts +4 -0
  7. package/dist/cjs/components/StaticLineTable/StaticProductContainer.d.ts +4 -0
  8. package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +56 -0
  9. package/dist/cjs/components/StaticLineTable/StaticProductDetails.d.ts +4 -0
  10. package/dist/cjs/components/StaticLineTable/StaticProductDetailsModal.d.ts +14 -0
  11. package/dist/cjs/components/StaticLineTable/StaticProductEntitlement.d.ts +3 -0
  12. package/dist/cjs/components/StaticLineTable/index.d.ts +1 -0
  13. package/dist/cjs/components/index.d.ts +1 -0
  14. package/dist/cjs/components/lineTable/lineTable.types.d.ts +1 -1
  15. package/dist/cjs/index.js +1 -1
  16. package/dist/esm/components/StaticLineTable/CheckoutButton.d.ts +4 -0
  17. package/dist/esm/components/StaticLineTable/DynamicPriceSection.d.ts +4 -0
  18. package/dist/esm/components/StaticLineTable/Product.utils.d.ts +9 -0
  19. package/dist/esm/components/StaticLineTable/StaticBenefit.d.ts +4 -0
  20. package/dist/esm/components/StaticLineTable/StaticLineTable.d.ts +4 -0
  21. package/dist/esm/components/StaticLineTable/StaticProduct.d.ts +4 -0
  22. package/dist/esm/components/StaticLineTable/StaticProductContainer.d.ts +4 -0
  23. package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +56 -0
  24. package/dist/esm/components/StaticLineTable/StaticProductDetails.d.ts +4 -0
  25. package/dist/esm/components/StaticLineTable/StaticProductDetailsModal.d.ts +14 -0
  26. package/dist/esm/components/StaticLineTable/StaticProductEntitlement.d.ts +3 -0
  27. package/dist/esm/components/StaticLineTable/index.d.ts +1 -0
  28. package/dist/esm/components/index.d.ts +1 -0
  29. package/dist/esm/components/lineTable/lineTable.types.d.ts +1 -1
  30. package/dist/esm/index.js +1 -1
  31. package/dist/index.d.ts +11 -1
  32. package/package.json +1 -1
package/dist/cjs/index.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";var e=require("react"),n=require("@sunrise-upc/ajax-lib"),t=require("react-bootstrap/Modal"),o=require("react-bootstrap/CloseButton"),l=require("storyblok-rich-text-react-renderer-ts"),i=require("react-bootstrap"),r=require("react-bootstrap/Container"),d=require("react-bootstrap/Row"),a=require("react-bootstrap/Col"),c=require("js-cookie"),u=require("uuid"),s=require("react-multi-carousel"),m=require("react-bootstrap/Form"),p=require("react-loading-skeleton"),v=require("react-select"),_=require("@sunrise-upc/b2c-login"),h=require("react-dom");function g(e,n){void 0===n&&(n={});var t=n.insertAt;if(e&&"undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],l=document.createElement("style");l.type="text/css","top"===t&&o.firstChild?o.insertBefore(l,o.firstChild):o.appendChild(l),l.styleSheet?l.styleSheet.cssText=e:l.appendChild(document.createTextNode(e))}}g(".Button {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n border-radius: 4px;\r\n cursor: pointer;\r\n min-width: 32px;\r\n min-height: 32px;\r\n background-color: aliceblue;\r\n}\r\n\r\n.Button-primary {\r\n background-color: aqua; \r\n}\r\n.Button-secondary{\r\n background-color: burlywood;\r\n}\r\n.Button-error {\r\n background-color: red;\r\n}");class f{constructor(e){this.config={baseURL:"",cartURL:"",storyBlokURL:""},this.getConfig=()=>this.config,this.getBaseUrl=()=>{var e,n;return null!==(n=null===(e=this.config)||void 0===e?void 0:e.baseURL)&&void 0!==n?n:""},this.getCartUrl=()=>{var e,n;return null!==(n=null===(e=this.config)||void 0===e?void 0:e.cartURL)&&void 0!==n?n:""},this.getSBUrl=()=>{var e,n;return null!==(n=null===(e=this.config)||void 0===e?void 0:e.storyBlokURL)&&void 0!==n?n:""},this.config=e}}f.getInstance=()=>f.instance,f.create=e=>{f.instance=new f(e)};class b{constructor(e){this.config={assetPath:""},this.getAssetPath=()=>{var e,n;return null!==(n=null===(e=this.config)||void 0===e?void 0:e.assetPath)&&void 0!==n?n:""},this.config=e}}b.getInstance=()=>b.instance,b.create=e=>{b.instance=new b(e)};const x="ESHOP",y="v2/offer",T="carts/v2",P="?subscriptionType=",w="rest/cms/singlestory",C="rest/cms/dsource_entries?datasource=one-ecommerce-constant-keys";g(".loginModal {\r\n\talign-items: center;\r\n\tbackground-color: rgba(87, 84, 82, 0.4);\r\n\tcolor: #333333;\r\n\tdisplay: flex;\r\n\theight: 100%;\r\n\tjustify-content: center;\r\n\tleft: 0;\r\n\tpadding: 16px;\r\n\tposition: fixed;\r\n\ttop: 0;\r\n\ttransition: opacity 3s;\r\n\twidth: 100%;\r\n\tz-index: 11;\r\n}\r\n.loginContainer {\r\n position: absolute;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: center;\r\n padding: 32px 32px 34px;\r\n background-color: #ffff;\r\n max-width: 500px;\r\n width: 100%;\r\n box-shadow: -1px 18px 25px 5px rgba(87, 84, 82, 0.4);\r\n }\r\n");g('@import "bootstrap/dist/css/bootstrap.linetable-countryOverlay-css";\r\n\r\n.linetable-countryOverlay-linkTextNew {\r\n color: #da291c;\r\n margin-left: 32px;\r\n margin-bottom: 4px;\r\n text-decoration: underline;\r\n cursor: pointer;\r\n font-size: 16px;\r\n line-height: 24px;\r\n}\r\n\r\n.linetable-countryOverlay-utils-noWrap {\r\n white-space: nowrap;\r\n}\r\n\r\n.linetable-countryOverlay-utils-colWidth {\r\n max-width: 210px;\r\n}\r\n\r\n.linetable-countryOverlay-contain {\r\n display: flex;\r\n align-items: first baseline;\r\n padding-top: 10px;\r\n}\r\n\r\n.linetable-countryOverlay-image {\r\n width: 24px;\r\n height: 16px;\r\n}\r\n\r\n.linetable-countryOverlay-name {\r\n color: #000000;\r\n align-items: center;\r\n padding-left: 16px;\r\n font-style: normal;\r\n font-weight: 400;\r\n font-size: 14px;\r\n line-height: 32px;\r\n}\r\n.linetable-countryOverlay-blackthemecolor {\r\n color: #ffffff !important;\r\n}\r\n\r\n.linetable-countryOverlay-desktopView {\r\n display: block;\r\n}\r\n.linetable-countryOverlay-mobView {\r\n display: none;\r\n}\r\n@media (max-width: 767px) {\r\n .linetable-countryOverlay-linkTextNew {\r\n font-size: 14px;\r\n line-height: 24px;\r\n }\r\n}\r\n\r\n@media (min-width: 1440px) {\r\n .linetable-countryOverlay-desktopView {\r\n display: block;\r\n }\r\n .linetable-countryOverlay-mobView {\r\n display: none;\r\n }\r\n}\r\n@media (max-width: 1023px) {\r\n .linetable-countryOverlay-desktopView {\r\n display: none;\r\n }\r\n .linetable-countryOverlay-mobView {\r\n display: block;\r\n width: 100%;\r\n }\r\n}\r\n.reusbablelnetable-margin {\r\n\tmargin-left: 0;\r\n}\r\n');const E=e=>{switch(e){case"grey-600":return"falcon-grey-600";case"grey-500":return"falcon-grey-500";case"grey-100":return"falcon-grey-100";case"grey-400":return"falcon-grey-400";case"ice-white":return"falcon-ice-white";default:return""}},k=(e,n)=>{const t=[];let o,l,i=0;[...Array(n)].forEach((()=>{l=document.getElementById(`${e}${i}`),null!=l&&(l.style.height="unset",t.push(null==l?void 0:l.clientHeight),i++)})),o=Math.max(...t),i=0,[...Array(n)].forEach((()=>{l=document.getElementById(`${e}${i}`),null!=l&&(l.style.height=`${o}px`),i++}))},S=e=>{switch(e){case"rubyglow-diagonal":return"falcon-gradient-rubyglow-diagonal";case"rubyglow-inverted-diagonal":return"falcon-gradient-rubyglow-inverted-diagonal";case"rubyglow-vertical":return"falcon-gradient-rubyglow-vertical";case"pinksky-diagonal":return"falcon-gradient-pinksky-diagonal";case"pinksky-inverted-diagonal":return"falcon-gradient-pinksky-inverted-diagonal";case"pinksky-vertical":return"falcon-gradient-pinksky-vertical";case"bluehaze-diagonal":return"falcon-gradient-bluehaze-diagonal";case"bluehaze-vertical":return"falcon-gradient-bluehaze-vertical";case"greencloud-diagonal":return"falcon-gradient-greencloud-diagonal";case"greencloud-inverted-diagonal":return"falcon-gradient-greencloud-inverted-diagonal";case"greencloud-vertical":return"falcon-gradient-greencloud-vertical";case"peachfog-diagonal":return"falcon-gradient-peachfog-diagonal";case"peachfog-inverted-diagonal":return"falcon-gradient-peachfog-inverted-diagonal";case"peachfog-vertical":return"falcon-gradient-peachfog-vertical";case"darkblue-haze":return"falcon-gradient-dark-blue-haze";case"skyfuel-diagonal":return"falcon-gradient-skyfuel-diagonal";case"skyfuel-vertical":return"falcon-gradient-skyfuel-vertical";case"skyfuel-inverted-diagonal":return"falcon-gradient-skyfuel-inverted-diagonal";default:return""}},V=e=>{e=Number(e);let n=0;return n=new RegExp("^[0-9][^.]*$").test(e.toString())?e+".-":e.toFixed(2).replace(/\.00$/,""),n},N=e=>{const n="undefined"!=typeof window&&localStorage.getItem(e),t=new Date;if(!n)return null;let o={};try{if(o=JSON.parse(n),o.expiry&&t.getTime()>o.expiry)return I(e),null}catch(e){return n}return null==o?void 0:o.value},I=e=>{localStorage.removeItem(e)},L=()=>{const[n,t]=e.useState(0);return e.useEffect((()=>{const e=()=>{t(window.innerWidth)};return window.addEventListener("resize",e),e(),()=>window.removeEventListener("resize",e)}),[]),n>=1440?"large-desktop":n<1440&&n>=1024?"desktop":n<1024&&n>=768?"tablet":n<768&&n>0?"mobile":""},O=()=>{const[n,t]=e.useState(!1),o=()=>{const e=window.matchMedia("(pointer:coarse)");t(e.matches)};return e.useEffect((()=>(o(),window.addEventListener("resize",o),()=>window.removeEventListener("resize",o))),[]),n},D=(e,n)=>null==e?void 0:e.replace(/{\w+}/g,(e=>n[e.substring(1,e.length-1)]||e)),A="none",B="falconDescription",R="falconAccordionList",W="spacer",z="fixnet",F="defaultWirelineBundle",G="defaultMobilePostpaidBundle",M="mobile",$="desktop",j="large-desktop",U="tablet",q={EN:"English",FR:"Français",IT:"Italiano",DE:"Deutsch"};g(".dbold {\r\n font-weight: 500;\r\n font-size: 40px;\r\n line-height: 60px;\r\n}\r\n");const X=({content:n})=>{var t;const o=E((null==n?void 0:n.textColor)&&n.textColor),l=(null==n?void 0:n.textColor)&&n.textColor!=A?o:"",i=(null==n?void 0:n.textColor)&&n.textColor===A?{color:null===(t=n.textColorPicker)||void 0===t?void 0:t.color}:{};return e.createElement(e.Fragment,null,n.headingStyle&&n.text&&"h1"===n.headingStyle?e.createElement("h1",{className:l,style:Object.assign({},i)},n.text," "):"h2"===n.headingStyle?e.createElement("h2",{className:`${l}`,style:Object.assign({},i)},n.text):"h3"===n.headingStyle?e.createElement("h3",{className:l,style:Object.assign({},i)},n.text):"h4"===n.headingStyle?e.createElement("h4",{className:l,style:Object.assign({},i)},n.text):e.createElement("div",{className:"dbold",style:Object.assign({},i)},n.text))},Y=n=>{var t;const o=L(),r=O(),d="mobile"===o||"tablet"===o||r,a=null===(t=null==b?void 0:b.getInstance())||void 0===t?void 0:t.getAssetPath();return e.createElement("div",null,l.render(n.content,{markResolvers:{link:(t,o)=>{const{href:l,target:r,linktype:c}=o;return"email"===c?e.createElement("a",{href:`mailto:${l}`,target:null===r||"_self"===r?"_top":"_blank"},t):n.isIFrame?e.createElement("a",{href:l,target:null===r||"_self"===r?"_top":"_blank"},t):e.createElement(e.Fragment,null,(null==n?void 0:n.linkAsTooltip)&&(null==n?void 0:n.toolTipText)?e.createElement(i.OverlayTrigger,{placement:"auto",rootClose:!0,trigger:d?"click":"hover",overlay:(null==n?void 0:n.toolTipText)?e.createElement(i.Popover,null,e.createElement(i.Popover.Body,null,null==n?void 0:n.toolTipText,d&&a&&e.createElement("img",{src:`${a}/icons/overlay-close.svg`,alt:"close",style:{float:"right"},width:24,height:24,onClick:()=>{var e;return null===(e=null===document||void 0===document?void 0:document.body)||void 0===e?void 0:e.click()}}))):e.createElement(e.Fragment,null)},e.createElement("span",null,t)):e.createElement("a",{href:l,target:null===r?"":r},t))}}}))},H=({content:n})=>{var t;const o=E(n.textColor);return e.createElement(e.Fragment,null,e.createElement("div",{className:`d-inline-flex align-${n.textElementPosition}`},n.icon&&n.icon.filename&&e.createElement("img",{src:n.icon&&n.icon.filename,alt:n.icon&&n.icon.alt,title:n.icon&&n.icon.title,height:24,width:24}),n.text&&e.createElement("div",{className:`${n.icon&&n.icon.filename} ${n.textColor&&n.textColor!=A?o:""}`,style:Object.assign({},n.textColor&&n.textColor===A?{color:null===(t=n.textColorPicker)||void 0===t?void 0:t.color}:{})},e.createElement(Y,{content:n.text}))))};g(".linetable-country-overlayModal {\r\n max-width: 900px;\r\n padding: 1rem 2rem;\r\n}\r\n");const K=({children:n,modalState:l,handler:i,noCloseButton:r,showBackBtn:d,overlay:a})=>{const[c,u]=e.useState(),[s,m]=e.useState();return e.useEffect((()=>{a.map((e=>{var n;null===(n=null==e?void 0:e.content)||void 0===n||n.body.map((e=>{"falconTitle"==(null==e?void 0:e.component)&&u(e),"falconDescription"==(null==e?void 0:e.component)&&m(e)}))}))}),[a]),e.createElement(e.Fragment,null,e.createElement(t,{centered:!0,show:l,onHide:i,keyboard:!1,dialogClassName:"linetable-country-overlayModal"},e.createElement(t.Header,null,e.createElement("div",{style:{display:r?"none":""}},e.createElement("div",{className:"d-flex align-items-center"},d&&e.createElement("div",{className:"me-sm-4 me-3 d-flex align-items-center",onClick:i},e.createElement("img",{src:"../../icons/left_arrow.svg"})),c&&e.createElement(X,{content:c}))),e.createElement("div",{style:{display:r?"none":""}},e.createElement(o,{className:"sr-modal-close",onClick:i}))),e.createElement(t.Body,null,n),e.createElement(t.Footer,null,s&&e.createElement(H,{content:s}))))};g(".linetable-dotLoader-loaderParent {\r\n width: 100%;\r\n position: fixed;\r\n z-index: 3;\r\n top: 0;\r\n left: 0;\r\n bottom: 0;\r\n right: 0;\r\n background-color: rgba(255, 255, 255, 0.8);\r\n display: flex;\r\n flex-direction: column;\r\n}\r\n.linetable-dotLoader-dotClass {\r\n justify-content: center;\r\n display: flex;\r\n z-index: 1;\r\n}\r\n.linetable-dotLoader-dotContent {\r\n display: flex;\r\n justify-content: center;\r\n animation: contentplay 2s linear 0s infinite;\r\n}\r\n@keyframes dotplay {\r\n 0%,\r\n 20% {\r\n transform: translateY(0);\r\n }\r\n 10% {\r\n transform: translateY(-20px);\r\n }\r\n}\r\n.linetable-dotLoader-dots:nth-child(1) {\r\n animation-delay: 0.4s;\r\n}\r\n.linetable-dotLoader-dots:nth-child(2) {\r\n animation-delay: 0.8s;\r\n}\r\n.linetable-dotLoader-dots:nth-child(3) {\r\n animation-delay: 1.2s;\r\n}\r\n.linetable-dotLoader-dots:nth-child(4) {\r\n animation-delay: 1.6s;\r\n}\r\n.linetable-dotLoader-dots {\r\n margin: 5px 2px;\r\n width: 12px;\r\n height: 12px;\r\n border-radius: 50%;\r\n background: linear-gradient(180deg, #e2271e 0%, #ef7c3c 100%);\r\n animation: dotplay 2s linear 0s infinite;\r\n}\r\n@keyframes contentplay {\r\n 0% {\r\n opacity: 0.2;\r\n }\r\n 30% {\r\n opacity: 1;\r\n }\r\n}\r\n");const Z=({keyParams:n})=>{const[t,o]=e.useState(0),[l,i]=e.useState({}),r={checkout:[null==l?void 0:l.uspFreeShipping,null==l?void 0:l.uspBestService,null==l?void 0:l.uspCheckout],loading:[null==l?void 0:l.loading]},d=n?r[`${n}`]:r.checkout;return e.useEffect((()=>{i(N("sbstaticcontent"))}),[]),e.useEffect((()=>{let e=d.length-1;o(e);const n=setInterval((()=>{o(e--),e<0&&(e=d.length-1)}),2e3);return()=>{clearTimeout(n)}}),[]),e.createElement("div",{className:"d-flex align-items-center justify-content-center linetable-dotLoader-loaderParent"},e.createElement("div",{className:"linetable-dotLoader-dotClass"},e.createElement("div",{className:"linetable-dotLoader-dots"}),e.createElement("div",{className:"linetable-dotLoader-dots"}),e.createElement("div",{className:"linetable-dotLoader-dots"}),e.createElement("div",{className:"linetable-dotLoader-dots"})),e.createElement("div",null,e.createElement("h4",{className:"linetable-dotLoader-dotContent"},d[t]," ")))};function J(e,n,t,o){return new(t||(t=Promise))((function(l,i){function r(e){try{a(o.next(e))}catch(e){i(e)}}function d(e){try{a(o.throw(e))}catch(e){i(e)}}function a(e){var n;e.done?l(e.value):(n=e.value,n instanceof t?n:new t((function(e){e(n)}))).then(r,d)}a((o=o.apply(e,n||[])).next())}))}const Q=e=>{const n=[];return null==e||e.map((e=>{const t=Number(null==e?void 0:e.order)||999,o=null==e?void 0:e.cProd;o.sortOrder=t,null==n||n.push(o)})),null==n||n.sort(((e,n)=>(null==e?void 0:e.sortOrder)-(null==n?void 0:n.sortOrder))),n};let ee=void 0!==typeof window&&c.get("sunriseAuth");ee=ee&&JSON.parse(ee);const ne=(e,t,o,l)=>J(void 0,void 0,void 0,(function*(){var i;const r=N(`${e}_${t}_countryData`);if(r)return r;try{const r={language:t,type:"B2C"},d=null===(i=(yield n.CMSStoryblokServiceV2.get(o,r)).data)||void 0===i?void 0:i.stories;return d&&d.length>0&&((e,n,t)=>{let o=null;const l=new Date;o={value:n,expiry:t?l.getTime()+t:null},localStorage.setItem(e,JSON.stringify(o))})(`${e}_${t}_countryData`,d,l),d}catch(e){return console.error(e),e}})),te=(e,t,o,l,i,r)=>J(void 0,void 0,void 0,(function*(){var d,a,s,m,p,v,_,h,g,f,b,y,P,w,C,E,k,S,V,N,L,O,D,A,B,R,W,F,G,$,j,U,q,X,Y,H,K,Z,J,Q,ee,ne,te,oe,le,ie,re,de,ae,ce;let ue={};if(i===z){let n="",l="";const i=null!==(d=c.get("one-commerce-linecheckcorrelationid"))&&void 0!==d?d:"",u=(e=>{var n,t,o;let l=[],i=void 0!==typeof window&&localStorage.getItem("lineCheckResponse");if(i){i=JSON.parse(i);const r=null===(n=null==i?void 0:i.originalLinecheckResponse)||void 0===n?void 0:n.sellableProducts;l=null===(o=null===(t=null==r?void 0:r.find((n=>(null==n?void 0:n.name)===e)))||void 0===t?void 0:t.access)||void 0===o?void 0:o[0]}return l})(null===(a=null==e?void 0:e[0])||void 0===a?void 0:a.id);ue={relatedParty:[{id:"anonymous",segment:"RESIDENTIAL"}],cartItem:[{itemType:"HOME",promotionId:o,items:[],note:[{author:"linecheckCorrelationId",text:i}]}]};const x={itemType:"MOBILE",promotionId:o,items:[]};if(null===(s=e[0])||void 0===s?void 0:s.isBundle)null===(p=null===(m=e[0])||void 0===m?void 0:m.bundledOffers)||void 0===p||p.map((e=>{var o,i,r,d,a,c,u,s,m,p,v,_,h,g,f,b,y,T,P;if(null===(i=null===(o=null==e?void 0:e.promotionInfo)||void 0===o?void 0:o[0])||void 0===i?void 0:i.id){const t=1==(null===(u=null===(c=null===(a=null===(d=null===(r=null==e?void 0:e.promotionInfo)||void 0===r?void 0:r[0])||void 0===d?void 0:d.hardwareGift)||void 0===a?void 0:a[0])||void 0===c?void 0:c.ids)||void 0===u?void 0:u.length)?null===(_=null===(v=null===(p=null===(m=null===(s=null==e?void 0:e.promotionInfo)||void 0===s?void 0:s[0])||void 0===m?void 0:m.hardwareGift)||void 0===p?void 0:p[0])||void 0===v?void 0:v.ids)||void 0===_?void 0:_[0]:"";"mobile"===(null===(h=null==e?void 0:e.productType)||void 0===h?void 0:h.toLowerCase())?(x.promotionId=null===(f=null===(g=null==e?void 0:e.promotionInfo)||void 0===g?void 0:g[0])||void 0===f?void 0:f.id,n=t):(ue.cartItem[0].promotionId=null===(y=null===(b=null==e?void 0:e.promotionInfo)||void 0===b?void 0:b[0])||void 0===y?void 0:y.id,l=t)}"tv"==(null===(T=null==e?void 0:e.productType)||void 0===T?void 0:T.toLowerCase())&&t?ue.cartItem[0].items.push({itemType:null==e?void 0:e.productType,id:t}):"mobile"===(null===(P=null==e?void 0:e.productType)||void 0===P?void 0:P.toLowerCase())?x.items.push({itemType:"RATEPLAN",id:null==e?void 0:e.id}):ue.cartItem[0].items.push({itemType:null==e?void 0:e.productType,id:null==e?void 0:e.id})})),l&&(null===(v=ue.cartItem[0].items)||void 0===v||v.push({itemType:"GIFT",id:l})),n&&x.items.push({itemType:"GIFT",id:n}),(null===(_=null==x?void 0:x.items)||void 0===_?void 0:_.length)>0&&(null===(h=null==ue?void 0:ue.cartItem)||void 0===h||h.push(x));else{const n=1==(null===(w=null===(P=null===(y=null===(b=null===(f=null===(g=null==e?void 0:e[0])||void 0===g?void 0:g.promotionInfo)||void 0===f?void 0:f[0])||void 0===b?void 0:b.hardwareGift)||void 0===y?void 0:y[0])||void 0===P?void 0:P.ids)||void 0===w?void 0:w.length)?null===(N=null===(V=null===(S=null===(k=null===(E=null===(C=null==e?void 0:e[0])||void 0===C?void 0:C.promotionInfo)||void 0===E?void 0:E[0])||void 0===k?void 0:k.hardwareGift)||void 0===S?void 0:S[0])||void 0===V?void 0:V.ids)||void 0===N?void 0:N[0]:"";ue.cartItem[0].items.push({itemType:null===(L=null==e?void 0:e[0])||void 0===L?void 0:L.productType,id:null===(O=null==e?void 0:e[0])||void 0===O?void 0:O.id}),n&&(null===(D=ue.cartItem[0].items)||void 0===D||D.push({itemType:"GIFT",id:n}))}r&&(null==r?void 0:r.length)>0&&(null==r||r.map((e=>{var n,t,o,l;"HOME"===(null==e?void 0:e.parentPoType)?null===(o=null===(t=null===(n=null==ue?void 0:ue.cartItem)||void 0===n?void 0:n[0])||void 0===t?void 0:t.items)||void 0===o||o.push({itemType:"GIFT",id:null==e?void 0:e.tuaProdId}):null===(l=x.items)||void 0===l||l.push({itemType:"GIFT",id:null==e?void 0:e.tuaProdId})}))),(null==u?void 0:u.accessType)&&(null===(R=null===(B=null===(A=null==ue?void 0:ue.cartItem)||void 0===A?void 0:A[0])||void 0===B?void 0:B.note)||void 0===R||R.push({author:"lineCheckaccessType",text:null==u?void 0:u.accessType})),(null==u?void 0:u.timeSlot)&&(null===(G=null===(F=null===(W=null==ue?void 0:ue.cartItem)||void 0===W?void 0:W[0])||void 0===F?void 0:F.note)||void 0===G||G.push({author:"lineCheckEarliestActivationDate",text:null===($=null==u?void 0:u.timeSlot)||void 0===$?void 0:$.start}));try{const e=(e=>{const n=e+"=";let t;return document.cookie.split(";").some((e=>{for(;" "===e.charAt(0);)e=e.substring(1);return 0===e.indexOf(n)&&(t=JSON.parse(decodeURIComponent(e.substring(n.length,e.length))),!0)})),t})("chAddressJson"),n=[{characteristic:{installationAddress:!0,country:"CH",city:null===(j=null==e?void 0:e.selectedAdd)||void 0===j?void 0:j.city,street1:null===(U=null==e?void 0:e.selectedAdd)||void 0===U?void 0:U.street,postCode:null===(q=null==e?void 0:e.selectedAdd)||void 0===q?void 0:q.postCode,street2:null===(X=null==e?void 0:e.selectedAdd)||void 0===X?void 0:X.houseNumber}}];ue.contactMedium=n}catch(e){console.log("issue at line check address addition in create cart ==>",e)}}else if(i===M){ue={relatedParty:[{segment:"RESIDENTIAL"}],cartItem:[{itemType:"MOBILE",promotionId:o,items:[{itemType:"RATEPLAN",id:(null===(Y=null==e?void 0:e[0])||void 0===Y?void 0:Y.id)?null===(H=null==e?void 0:e[0])||void 0===H?void 0:H.id:e}]}]};const n=1==(null===(ne=null===(ee=null===(Q=null===(J=null===(Z=null===(K=null==e?void 0:e[0])||void 0===K?void 0:K.promotionInfo)||void 0===Z?void 0:Z[0])||void 0===J?void 0:J.hardwareGift)||void 0===Q?void 0:Q[0])||void 0===ee?void 0:ee.ids)||void 0===ne?void 0:ne.length)?null===(de=null===(re=null===(ie=null===(le=null===(oe=null===(te=null==e?void 0:e[0])||void 0===te?void 0:te.promotionInfo)||void 0===oe?void 0:oe[0])||void 0===le?void 0:le.hardwareGift)||void 0===ie?void 0:ie[0])||void 0===re?void 0:re.ids)||void 0===de?void 0:de[0]:"";n&&(null===(ae=ue.cartItem[0].items)||void 0===ae||ae.push({itemType:"GIFT",id:n})),r&&(null==r?void 0:r.length)>0&&(null==r||r.map((e=>{var n,t,o;"HOME"!==(null==e?void 0:e.parentPoType)&&(null===(o=null===(t=null===(n=null==ue?void 0:ue.cartItem)||void 0===n?void 0:n[0])||void 0===t?void 0:t.items)||void 0===o||o.push({itemType:"GIFT",id:null==e?void 0:e.tuaProdId}))})))}const se={headers:{"x-correlation-id":u.v4(),"x-sunrise-channel":x}},me=l+T;if((null===(ce=Object.keys(ue))||void 0===ce?void 0:ce.length)>0){const e=yield n.ApiServiceV2.getApiServiceInstance().post(me,ue,se).then((e=>{if(I("isB2BCustomer"),200==e.status)return null==e?void 0:e.data}));if(e.error)throw e.error;return e}})),oe=(e,t,o,l,i,r)=>J(void 0,void 0,void 0,(function*(){let d;localStorage.removeItem("entertainment"),d={headers:{"x-correlation-id":u.v4(),"x-sunrise-channel":x}},r&&(d.params={returnPromo:!0});const a=o+y,c=l&&null==ee?a+P+i:a,s=yield n.ApiServiceV2.getApiServiceInstance().post(c,e,d).then((e=>{if(200==e.status)return null==e?void 0:e.data}));return s.error?s.error:{[t]:s}})),le=({linkText:n,product:t,metadata:o,modalTriggered:l,reuseableLineTable:i})=>{var c,u,s,m;const[p,v]=e.useState(!1),[_,h]=e.useState([]),[g,b]=e.useState(!0),[x,y]=e.useState(),[T,P]=e.useState([]),w=(null===(u=null===(c=null==t?void 0:t.testProductReference)||void 0===c?void 0:c[0])||void 0===u?void 0:u.reference)?null===(m=null===(s=null==t?void 0:t.testProductReference)||void 0===s?void 0:s[0])||void 0===m?void 0:m.reference:null==t?void 0:t.reference;let C;e.useEffect((()=>{_&&_.length>0&&_.map((e=>{var n;null===(n=null==e?void 0:e.content)||void 0===n||n.body.map((e=>{"countryListComponent"==(null==e?void 0:e.component)&&P(null==e?void 0:e.countryValues)}))}))}),[_]),e.useEffect((()=>{(null==T?void 0:T.length)>0&&(C=T.length,y(Math.ceil(C/3)))}),[T]);return e.createElement(e.Fragment,null,e.createElement(K,{modalState:p,handler:()=>{v(!1),"function"==typeof l&&l()},overlay:_},g&&e.createElement(Z,{keyParams:"loading"}),!g&&e.createElement(e.Fragment,null,e.createElement(r,{className:"linetable-countryOverlay-desktopView"},e.createElement("div",null,e.createElement(d,{className:"linetable-countryOverlay-utils-noWrap"},e.createElement(a,{className:"linetable-countryOverlay-utils-colWidth"},e.createElement(d,null,T.slice(0,x).map(((n,t)=>e.createElement("div",{className:"linetable-countryOverlay-contain",key:n.name?n.name:t},e.createElement("div",null,e.createElement("img",{src:n.icon.filename,alt:"",className:"linetable-countryOverlay-image"})),e.createElement("div",{className:"linetable-countryOverlay-name"},n.name)))))),e.createElement(a,{className:"linetable-countryOverlay-utils-colWidth"},e.createElement(d,null,T.slice(x,2*x).map(((n,t)=>e.createElement("div",{className:"linetable-countryOverlay-contain",key:n.name?n.name:t},e.createElement("div",null,e.createElement("img",{src:n.icon.filename,alt:"",className:"linetable-countryOverlay-image"})),e.createElement("div",{className:"linetable-countryOverlay-name"},n.name)))))),e.createElement(a,{className:"linetable-countryOverlay-utils-colWidth"},e.createElement(d,null,T.slice(2*x,3*x).map(((n,t)=>e.createElement("div",{className:"linetable-countryOverlay-contain",key:n.name?n.name:t},e.createElement("div",null,e.createElement("img",{src:n.icon.filename,alt:"",className:"linetable-countryOverlay-image"})),e.createElement("div",{className:"linetable-countryOverlay-name"},n.name))))))))),e.createElement(r,{className:"linetable-countryOverlay-mobView"},e.createElement(d,null,e.createElement(a,null,e.createElement(d,null,T.map(((n,t)=>e.createElement("div",{className:"linetable-countryOverlay-contain",key:n.name?n.name:t},e.createElement("div",null,e.createElement("img",{src:n.icon.filename,alt:"",className:"linetable-countryOverlay-image"})),e.createElement("div",{className:"linetable-countryOverlay-name"},n.name)))))))))),e.createElement("span",{onClick:()=>{var e,n,t,r,d,a,c,u,s,m,_;v(!p),"function"==typeof l&&l();const g=(null===(r=null===(t=null===(n=null===(e=null==w?void 0:w.content)||void 0===e?void 0:e.body)||void 0===n?void 0:n[0])||void 0===t?void 0:t.countryList)||void 0===r?void 0:r.cached_url)?null===(s=null===(u=null===(c=null===(a=null===(d=null==w?void 0:w.content)||void 0===d?void 0:d.body)||void 0===a?void 0:a[0])||void 0===c?void 0:c.countryList)||void 0===u?void 0:u.cached_url)||void 0===s?void 0:s.replace(null==o?void 0:o.lang,""):null==w?void 0:w.replace(null==o?void 0:o.lang,""),x=null==g?void 0:g.replace("//",""),y=`${i?null===(m=null==f?void 0:f.getInstance())||void 0===m?void 0:m.getSBUrl():null===(_=null==f?void 0:f.getInstance())||void 0===_?void 0:_.getBaseUrl()}rest/cms/stories/?by_slugs=${x}`,T=null==w?void 0:w.name;ne(T,null==o?void 0:o.lang,y,864e5).then((e=>{e&&e.length>0&&h(e),b(!1)}))},className:`linetable-countryOverlay-linkTextNew display-5 ${i&&"reusbablelnetable-margin"}`},n))};g(".linetable-CardEntitlement-mobileProductEntitlement {\r\n margin: 0;\r\n padding: 0 16px 0 16px;\r\n}\r\n.linetable-CardEntitlement-entitlementValue {\r\n display: flex;\r\n margin-bottom: 4px;\r\n align-items: center;\r\n font-size: 16px;\r\n}\r\n.linetable-CardEntitlement-entitlementIcon {\r\n align-self: flex-start;\r\n margin-right: 8px;\r\n}\r\n\r\n.linetable-CardEntitlement-entitlementIcon img {\r\n vertical-align: sub;\r\n}\r\n.linetable-CardEntitlement-animationTitle {\r\n font-size: 16px;\r\n line-height: 24px;\r\n color: #3d3935;\r\n font-weight: 700;\r\n margin-bottom: auto;\r\n}\r\n.linetable-CardEntitlement-entitlementContent {\r\n display: inline-flex;\r\n margin-bottom: 16px;\r\n}\r\n.linetable-CardEntitlement-entitlementDescription {\r\n color: #3d3935;\r\n margin-left: 32px;\r\n margin-bottom: 4px;\r\n font-size: 16px;\r\n font-weight: 500;\r\n width: calc(100% - 32px);\r\n}\r\n");const ie=e.createContext({indexKey:0,listLength:0,arrowUpIcon:"",arrowDownIcon:"",arrowLeftRed:""}),re=({content:n,product:t,indexKey:o,showEntitleValue:l,metadata:i,modalTriggered:r})=>{var d,a,c,u;const s=e.useRef(null),m=e.useContext(ie),p=()=>{k(`linetable-CardEntitlement-entitlementSection${m.indexKey}`,m.listLength)};return e.useEffect((()=>{setTimeout((()=>{(null==s?void 0:s.current)&&p()}),200),window.addEventListener("resize",p)}),[n]),e.createElement("div",{className:"linetable-CardEntitlement-mobileProductEntitlement",id:`linetable-CardEntitlement-entitlementSection${o}${m.indexKey}`,ref:s},e.createElement("div",{className:"row linetable-CardEntitlement-entitlementContent"},e.createElement("div",{className:"linetable-CardEntitlement-entitlementValue "},e.createElement(e.Fragment,null,(null==n?void 0:n.isblacktheme)?e.createElement(e.Fragment,null,(null===(d=null==n?void 0:n.blackFridayentitlementIcon)||void 0===d?void 0:d.filename)&&e.createElement("div",{className:"linetable-CardEntitlement-entitlementIcon"},e.createElement("img",{src:null===(a=null==n?void 0:n.blackFridayentitlementIcon)||void 0===a?void 0:a.filename,width:20,height:20}))):e.createElement(e.Fragment,null,(null===(c=null==n?void 0:n.entitlementIcon)||void 0===c?void 0:c.filename)&&e.createElement("div",{className:"linetable-CardEntitlement-entitlementIcon"},e.createElement("img",{src:null===(u=null==n?void 0:n.entitlementIcon)||void 0===u?void 0:u.filename,width:20,height:20}))),e.createElement("span",{className:"linetable-CardEntitlement-animationTitle entitlementDisplay"},null==n?void 0:n.entitlementName))),e.createElement("div",{className:"d-block"},n.entitlementDescription&&l&&e.createElement("div",{className:"linetable-CardEntitlement-entitlementDescription"},null==n?void 0:n.entitlementDescription),(null==n?void 0:n.linkText)&&e.createElement(le,{product:t,linkText:null==n?void 0:n.linkText,metadata:i,modalTriggered:r,reuseableLineTable:!1}))))};g(".linetable-card-linetable-card-flexGrid {\r\n display: flex;\r\n flex-direction: column;\r\n}\r\n.linetable-card-productContainer {\r\n background-color: #fff;\r\n padding: 24px 0 16px;\r\n text-align: left;\r\n height: 100%;\r\n border-radius: 8px;\r\n}\r\n.linetable-card-productContainer hr {\r\n margin: 16px;\r\n}\r\n.linetable-card-introText {\r\n padding-left: 16px;\r\n padding-right: 16px;\r\n font-size: 16px;\r\n line-height: 24px;\r\n font-weight: 500;\r\n color: #587467;\r\n}\r\n.linetable-card-productTeaser {\r\n background-color: #fff;\r\n border-radius: 8px;\r\n height: 100%;\r\n width: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n box-shadow: 0px 4px 12px 0px #57545233;\r\n}\r\n.linetable-card-prodHeading {\r\n font-size: 14px;\r\n line-height: 20px;\r\n color: #606060;\r\n font-weight: bold;\r\n margin-bottom: 4px;\r\n}\r\n.linetable-card-titleContainer {\r\n padding-left: 16px;\r\n padding-right: 16px;\r\n}\r\n.linetable-card-productTitle {\r\n color: #1e1e1e;\r\n font-weight: bold;\r\n margin-bottom: 4px;\r\n display: flex;\r\n align-items: baseline;\r\n justify-content: space-between;\r\n}\r\n.linetable-card-productTitle > h1,\r\n.linetable-card-productTitle > h2,\r\n.linetable-card-productTitle > h3,\r\n.linetable-card-productTitle > h4,\r\n.linetable-card-productTitle > h5,\r\n.linetable-card-productTitle > h6 {\r\n color: #1e1e1e !important;\r\n}\r\n.linetable-card-productTitle > h3 {\r\n font-size: 24px;\r\n line-height: 32px;\r\n}\r\n.linetable-card-productTitle > h2 {\r\n margin-right: 8px;\r\n}\r\n.linetable-card-prodDescription {\r\n font-size: 16px;\r\n line-height: 24px;\r\n color: #333333;\r\n display: flex;\r\n font-weight: 400;\r\n}\r\n\r\n@media (max-width: 767px) {\r\n .linetable-card-productTitle {\r\n height: auto;\r\n }\r\n}\r\n\r\n.linetable-card-productDetailSection{\r\n margin: 0 16px;\r\n}\r\n.linetable-card-productDetailSection img {\r\n vertical-align: bottom;\r\n margin-right: 8px;\r\n}\r\n.linetable-card-bottomConatiner {\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: end;\r\n}");const de=({modalState:n,handler:t,showFooter:o,footerNode:l,children:r,width:d,height:a,noCloseButton:c,backButton:u})=>{const s=e.useContext(ie);return e.useEffect((()=>{const e=document.querySelector(".linetable-product-modal .footer-main");e&&(e.style.zIndex="10");const n=document&&document.querySelector(".modal-dialog.linetable-product-modal");n&&(n.style.maxWidth=d,n.style.padding="0",n.style.transform="none");const t=document.querySelector(".linetable-product-modal .modal-content");t&&(t.style.height=a,t.style.backgroundColor="#F7F6F5");const o=document.querySelector(".linetable-product-modal .modal-header");o&&(o.style.position="absolute",o.style.top="0",o.style.zIndex="1",o.style.maxWidth="100%",o.style.background="#f8f8f8",o.style.width="100%");const l=document.querySelector(".linetable-product-modal .modal-body");l&&(l.style.background="#f8f8f8",l.style.paddingTop="70px")}),[a]),e.createElement(i.Modal,{scrollable:!1,show:n,onHide:t,keyboard:!1,dialogClassName:"linetable-product-modal"},e.createElement(i.Modal.Header,null,u&&e.createElement("div",{style:{justifyContent:"start",cursor:"pointer"},onClick:t},e.createElement(e.Fragment,null,(null==s?void 0:s.arrowLeftRed)&&e.createElement("img",{src:null==s?void 0:s.arrowLeftRed,width:24,height:24}),e.createElement("span",{style:{color:"#DA291C"}}," ",u))),e.createElement("div",{style:{display:c?"none":"",justifyContent:"end"}},e.createElement(i.CloseButton,{className:"sr-modal-close",onClick:t}))),e.createElement(i.Modal.Body,null,r),o&&e.createElement(i.Modal.Footer,null,l))};g(".linetable-sr-def-row {\r\n margin-left: auto;\r\n margin-right: auto;\r\n padding-left: 16px;\r\n padding-right: 16px;\r\n max-width: 1308px;\r\n width: 100%;\r\n}\r\n\r\n.resusable-linetable {\r\n padding-left: 0;\r\n padding-right: 0;\r\n}\r\n\r\n@media (min-width: 1024px) and (max-width: 1439px) {\r\n .linetable-sr-def-row {\r\n max-width: 972px;\r\n }\r\n}\r\n\r\n@media (min-width: 768px) and (max-width: 1023px) {\r\n .linetable-sr-def-row {\r\n max-width: 720px;\r\n }\r\n}\r\n\r\n@media (max-width: 767px) {\r\n .linetable-sr-def-row {\r\n max-width: 972px;\r\n }\r\n}\r\n\r\n.linetable-sr-def-row .linetable-sr-def-row {\r\n padding: 0px;\r\n max-width: 100%;\r\n}");const ae=({children:n,resuablelineTable:t})=>e.createElement("div",{className:`linetable-sr-def-row linetable-sr-responsive-row\n ${t&&"resusable-linetable"}\n `},n);g(".linetable-falconAccordion-section {\r\n text-align: center;\r\n}\r\n\r\n.linetable-falconAccordion-description {\r\n color: #3d3935;\r\n padding-bottom: 32px;\r\n text-align: center;\r\n}\r\n\r\n.linetable-falconAccordion-description p a {\r\n color: #da291c;\r\n}\r\n\r\n.linetable-falconAccordion-container {\r\n box-shadow: 0 2px 4px rgba(87, 84, 82, 0.2);\r\n border-radius: 8px;\r\n overflow: hidden;\r\n padding: 0;\r\n}\r\n\r\n.linetable-falconAccordion-current-item {\r\n overflow: hidden;\r\n}\r\n\r\n.linetable-falconAccordion-current-item:first-child {\r\n border-radius: 8px 8px 0 0;\r\n overflow: hidden;\r\n}\r\n\r\n.linetable-falconAccordion-current-item:last-child {\r\n border-bottom: none;\r\n border-radius: 0 0 8px 8px;\r\n overflow: hidden;\r\n}\r\n\r\n.linetable-falconAccordion-item:hover {\r\n background-color: #f7f6f5;\r\n}\r\n\r\n.linetable-falconAccordion-wrapper {\r\n margin-left: 32px;\r\n margin-right: 32px;\r\n border-bottom: 1px solid #e6e3df;\r\n}\r\n\r\n.linetable-falconAccordion-title {\r\n color: #3d3935;\r\n font-style: normal;\r\n font-weight: bold;\r\n font-size: 16px;\r\n line-height: 24px;\r\n margin-right: 28px;\r\n min-height: 24px;\r\n}\r\n\r\n.prod-card .accordion-flush .linetable-falconAccordion-item .accordion-button {\r\n padding: 24px 0;\r\n}\r\n\r\n.prod-card .accordion-body {\r\n padding: 8px 0 32px 0;\r\n color: #3d3935;\r\n text-align: left;\r\n font-size: 16px;\r\n line-height: 24px;\r\n}\r\n\r\n.prod-card .accordion-button::after {\r\n position: absolute;\r\n top: 24px;\r\n right: 0;\r\n background-image: url('/ecom-int/icons/falcon-arrow-down.svg') !important;\r\n background-size: 24px 24px !important;\r\n background-size: unset;\r\n}\r\n\r\n.prod-card .accordion-button:not(.collapsed)::after {\r\n background-image: url('/ecom-int/icons/falcon-arrow-up.svg') !important;\r\n}\r\n\r\n.linetable-falconAccordion-disabled {\r\n opacity: 0.8;\r\n pointer-events: none;\r\n background-color: #e6e3df;\r\n}\r\n\r\n/* for mobile view */\r\n@media (max-width: 767px) {\r\n .prod-card .description {\r\n padding-bottom: 24px;\r\n }\r\n\r\n .linetable-falconAccordion-item:hover {\r\n background-color: none;\r\n }\r\n\r\n .linetable-falconAccordion-wrapper {\r\n margin-left: 16px;\r\n margin-right: 16px;\r\n }\r\n\r\n .prod-card .accordion-flush .linetable-falconAccordion-item .accordion-button {\r\n padding: 16px 0;\r\n }\r\n\r\n .prod-card .accordion-body {\r\n padding-bottom: 24px;\r\n }\r\n\r\n .prod-card .accordion-button::after {\r\n top: 16px;\r\n }\r\n}\r\n\r\n/* For tablet view */\r\n@media (max-width: 1023px) {\r\n .linetable-falconAccordion-wrapper {\r\n margin-left: 24px;\r\n margin-right: 24px;\r\n }\r\n}");const ce=({content:n})=>{const t=null==n?void 0:n._uid;return e.createElement("div",{className:"prod-card"},e.createElement(i.Accordion,{flush:!0,defaultActiveKey:(null==n?void 0:n.alwaysOpen)?t:""},e.createElement(i.Accordion.Item,{eventKey:t,className:`${(null==n?void 0:n.disabled)&&"linetable-falconAccordion-disabled"} linetable-falconAccordion-item`},e.createElement("div",{className:"linetable-falconAccordion-wrapper"},e.createElement(i.Accordion.Header,null,e.createElement("span",{className:"linetable-falconAccordion-title"},null==n?void 0:n.title)),e.createElement(i.Accordion.Body,null,(null==n?void 0:n.bodyText)&&e.createElement(Y,{content:null==n?void 0:n.bodyText}))))))},ue=({content:n})=>{var t,o,l,i,r,d,a;return e.createElement("section",{className:"linetable-falconAccordion-section"},e.createElement(ae,null,e.createElement(e.Fragment,null,(null==n?void 0:n.title)&&(null===(t=null==n?void 0:n.title)||void 0===t?void 0:t.length)>0&&e.createElement(X,{content:null===(o=null==n?void 0:n.title)||void 0===o?void 0:o[0]}),(null==n?void 0:n.description)&&(null===(l=null==n?void 0:n.description)||void 0===l?void 0:l.length)>0&&e.createElement("div",{className:"linetable-falconAccordion-description"},e.createElement(H,{content:null===(i=null==n?void 0:n.description)||void 0===i?void 0:i[0]})),(null==n?void 0:n.accordions)&&(null===(r=null==n?void 0:n.accordions)||void 0===r?void 0:r.length)>0&&(null===(d=null==n?void 0:n.accordions[0])||void 0===d?void 0:d.title)&&e.createElement("div",{className:"linetable-falconAccordion-container"},null===(a=null==n?void 0:n.accordions)||void 0===a?void 0:a.map((n=>e.createElement("div",{tabIndex:0,key:null==n?void 0:n._uid,className:"linetable-falconAccordion-current-item"},e.createElement(ce,{content:Object.assign({},n)}))))))))},se=({content:n})=>{const t=(e=>{switch(e){case"grey-100":return"falcon-background-grey-100";case"ice-white":return"falcon-background-ice-white";case"transparent":return"falcon-background-transparent";default:return""}})(null==n?void 0:n.backgroundColor),o=S(null==n?void 0:n.gradientBackground),l=(null==n?void 0:n.gradientBackground)===A?t:o;return e.createElement("div",null,n.height?e.createElement("div",{className:`d-none d-sm-block ${l}`,style:{height:`${n.height}px`}}):e.createElement("div",{className:`d-none d-sm-block ${l}`,style:{height:`${n.desktopHeight}px`}}),e.createElement("div",{className:`d-block d-sm-none ${l} `,style:{height:`${n.mobHeight}px`}}))};g(".linetable-productDetailsText {\r\n color: #da291c;\r\n text-decoration: underline;\r\n cursor: pointer;\r\n}");g('.linetable-staticPrice-priceWrapper {\r\n\tborder-radius: 8px;\r\n\tborder: 1px solid #E6E3DF;\r\n\tmargin: 16px 16px 0 16px;\r\n\tpadding: 8px 16px;\r\n\tfont-size: 14px;\r\n\tfont-weight: 400;\r\n\tline-height: 20px;\r\n}\r\n\r\n.linetable-staticPrice-discountPriceSection {\r\n\tcolor: #2E6199;\r\n\tmargin-right: 8px;\r\n}\r\n\r\n.linetable-staticPrice-discountedPrice {\r\n\tfont-size: 32px;\r\n\tfont-weight: 700;\r\n\tline-height: 40px;\r\n}\r\n\r\n.linetable-staticPrice-basePrice {\r\n\tfont-size: 20px;\r\n\tfont-weight: 700;\r\n\tline-height: 28px;\r\n\tposition: relative;\r\n\tdisplay: inline-block;\r\n}\r\n\r\n.linetable-staticPrice-priceStrikeout::after {\r\n\tcontent: "";\r\n\tposition: absolute;\r\n\tright: -1px;\r\n\tleft: -2px;\r\n\ttop: 50%;\r\n\twidth: 100%;\r\n\tborder-bottom: 2px solid #da291c;\r\n\ttransform: rotate(-18.22deg);\r\n}\r\n\r\n.linetable-staticPrice-noDiscountPrice {\r\n\tfont-size: 32px;\r\n\tfont-weight: 700;\r\n\tline-height: 40px;\r\n}\r\n\r\n.linetable-staticPrice-contractDescription {\r\n\tmargin-top: 6px;\r\n}\r\n\r\n.linetable-staticPrice-addToCart {\r\n\tmargin-top: 8px;\r\n\twidth: 100%;\r\n\tpadding: 10px 24px;\r\n\tborder-radius: 25px;\r\n\tbackground: #DA291C;\r\n\tcolor: #FFFFFF;\r\n\tfont-size: 16px;\r\n\tfont-weight: 700;\r\n\tline-height: 24px;\r\n\tborder: 0px;\r\n}\r\n\r\n.linetable-staticPrice-productDetails-priceWrapper {\r\n\tdisplay: flex;\r\n\tjustify-content: space-between;\r\n}\r\n\r\n@media (min-width: 425px) {\r\n\t.linetable-staticPrice-productDetails-addToCart {\r\n\t\tmin-width: 120px;\r\n\t}\r\n}');const me=({content:n,addToCart:t,variant:o})=>{const l=e.useContext(ie),i=()=>{k("linetable-staticPrice-priceSection",l.listLength)};e.useEffect((()=>{setTimeout((()=>{i()}),200),window.addEventListener("resize",i)}),[n]);return e.createElement("div",{className:`linetable-staticPrice-priceWrapper ${"productDetails"===o&&"linetable-staticPrice-productDetails-priceWrapper"}`},e.createElement("div",{id:`linetable-staticPrice-priceSection${null==l?void 0:l.indexKey}`},e.createElement("div",{className:"linetable-staticPrice-priceSection"},(null==n?void 0:n.isEnableDiscountPrice)&&e.createElement("span",{className:"linetable-staticPrice-discountPriceSection"},e.createElement("span",{className:"linetable-staticPrice-discountedPrice"},null==n?void 0:n.discountPriceValue),null==n?void 0:n.priceDuration),e.createElement("span",null,e.createElement("span",{className:"linetable-staticPrice-basePrice "+((null==n?void 0:n.isEnableDiscountPrice)?"linetable-staticPrice-priceStrikeout":"linetable-staticPrice-noDiscountPrice")},V(null==n?void 0:n.priceValue)),!(null==n?void 0:n.isEnableDiscountPrice)&&e.createElement(e.Fragment,null,null==n?void 0:n.priceDuration))),e.createElement("div",{className:"linetable-staticPrice-contractDescription"},null==n?void 0:n.contractDescription)),e.createElement("div",null,e.createElement("button",{className:`linetable-staticPrice-addToCart ${"productDetails"===o&&"linetable-staticPrice-productDetails-addToCart"}`,onClick:()=>{"function"==typeof t&&t(n)}},null==n?void 0:n.addButton)))},pe=({content:n,updatedContent:t,modalTriggered:o,addToCart:l})=>{var i;const[r,d]=e.useState(!1),a=null==n?void 0:n.subscriptionDetailModal;let c=[],u="";a&&(null==a?void 0:a.length)>0&&(null==a||a.map((e=>{c=null==e?void 0:e.modalBody,null==e||e.productPriceVariant,u=null==e?void 0:e.backButton,null==e||e.priceChangeContent})));const s=()=>{d(!r),"function"==typeof o&&o()};return e.createElement(e.Fragment,null,r&&e.createElement(de,{modalState:r,handler:s,showFooter:!1,height:"100%",width:"883px",backButton:u},e.createElement(e.Fragment,null,null==c?void 0:c.map(((n,t)=>e.createElement(ae,null,e.createElement(e.Fragment,null,(null==n?void 0:n.component)===B&&e.createElement(H,{content:n,key:t}),(null==n?void 0:n.component)===W&&e.createElement(se,{content:n}),(null==n?void 0:n.component)===R&&e.createElement(ue,{content:n}))))),(null==n?void 0:n.isEnablePrice)&&e.createElement(me,{content:n,addToCart:l,variant:"productDetails"}))),e.createElement("span",{onClick:s,className:"linetable-productDetailsText"},null!==(i=null==t?void 0:t.subscription)&&void 0!==i?i:null==t?void 0:t.subscriptionText))},ve=({content:n,showPrice:t,addToCart:o})=>{var l,i,r,d,a;const c=null!==(l=null==t?void 0:t.base)&&void 0!==l?l:0;let u=null!==(d=null===(r=null===(i=null==t?void 0:t.discount)||void 0===i?void 0:i[0])||void 0===r?void 0:r.value)&&void 0!==d?d:0;null===(a=null==t?void 0:t.discount)||void 0===a||a.map((e=>{1==(null==e?void 0:e.cycleStart)&&(u=null==e?void 0:e.value)}));const s=null==t?void 0:t.contractDuration;return e.createElement("div",{className:"linetable-staticPrice-priceWrapper"},(null==t?void 0:t.base)?e.createElement(e.Fragment,null,u>0&&e.createElement("span",{className:"linetable-staticPrice-discountPriceSection"},e.createElement("span",{className:"linetable-staticPrice-discountedPrice"},V(u)),null==n?void 0:n.priceDuration),e.createElement("span",null,e.createElement("span",{className:"linetable-staticPrice-basePrice "+(u>0?"linetable-staticPrice-priceStrikeout":"linetable-staticPrice-noDiscountPrice")},V(c)),0===u&&(null==n?void 0:n.priceDuration)),e.createElement("div",{className:"linetable-staticPrice-contractDescription"},s&&0!==s?e.createElement("div",null):e.createElement("div",null,null==n?void 0:n.contractDescription))):"",e.createElement("div",null,e.createElement("button",{className:"linetable-staticPrice-addToCart",onClick:o},null==n?void 0:n.addButton)))};var _e={carouselContainer:"ProductTeaser-module_carouselContainer__RzBpK",arrowButton:"ProductTeaser-module_arrowButton__-AkY4",leftArrow:"ProductTeaser-module_leftArrow__Ybrjm",rightArrow:"ProductTeaser-module_rightArrow__MYs5F",stageTeaserTab:"ProductTeaser-module_stageTeaserTab__VYRxL",stageTeaserTabActive:"ProductTeaser-module_stageTeaserTabActive__Wu5nT",carousel_dot:"ProductTeaser-module_carousel_dot__zxG-A",carouselItemNew:"ProductTeaser-module_carouselItemNew__TTklX",teaserImageLeft:"ProductTeaser-module_teaserImageLeft__dIk-h",teaserImageRight:"ProductTeaser-module_teaserImageRight__hHvry",carouselItem:"ProductTeaser-module_carouselItem__vtLwf",teaserImage:"ProductTeaser-module_teaserImage__sQ3ed",productDetailsWrapperNew:"ProductTeaser-module_productDetailsWrapperNew__DfLax",productDetailsWrapperTransparent:"ProductTeaser-module_productDetailsWrapperTransparent__ES5iK",productDetailsWrapper:"ProductTeaser-module_productDetailsWrapper__0jFlz",titleSection:"ProductTeaser-module_titleSection__YqXUJ",featureSection:"ProductTeaser-module_featureSection__T-YzP",contentWrapper:"ProductTeaser-module_contentWrapper__3GKwX",contentWrapperLeft:"ProductTeaser-module_contentWrapperLeft__tGGEs",priceContainer:"ProductTeaser-module_priceContainer__CzBhB",priceContainerNew:"ProductTeaser-module_priceContainerNew__hn6rW",contentWrapperRight:"ProductTeaser-module_contentWrapperRight__8FP0u",contentMobWrapper:"ProductTeaser-module_contentMobWrapper__9rRLQ",heading:"ProductTeaser-module_heading__Xim2-",fadeOutText:"ProductTeaser-module_fadeOutText__nKr5i",fadeInText:"ProductTeaser-module_fadeInText__Ux98m",paragraph:"ProductTeaser-module_paragraph__hUonu",description:"ProductTeaser-module_description__s-lyV",extraSpace:"ProductTeaser-module_extraSpace__HFJ2A",toolTip:"ProductTeaser-module_toolTip__KL7Xx",gradiantBox:"ProductTeaser-module_gradiantBox__Eys-K",addOnSection:"ProductTeaser-module_addOnSection__G4zhX",featureList:"ProductTeaser-module_featureList__gmPS1",features:"ProductTeaser-module_features__o2jMu",featureIcon:"ProductTeaser-module_featureIcon__PbcQN",horizontalLine:"ProductTeaser-module_horizontalLine__Nfj9U",horizontalLineDark:"ProductTeaser-module_horizontalLineDark__Sg-Ou",addOnSectionIcon:"ProductTeaser-module_addOnSectionIcon__9-EoX",toggleSection:"ProductTeaser-module_toggleSection__2az0R",toggle:"ProductTeaser-module_toggle__GClvg",serviceUnavail:"ProductTeaser-module_serviceUnavail__Pe52H",leftWrapper:"ProductTeaser-module_leftWrapper__pj0yj",priceWrapper:"ProductTeaser-module_priceWrapper__7TC6y",slider:"ProductTeaser-module_slider__-V4R1",line:"ProductTeaser-module_line__mbJxT",pricetxt:"ProductTeaser-module_pricetxt__YYSmd",sliderNew:"ProductTeaser-module_sliderNew__ZnCAh",clicked:"ProductTeaser-module_clicked__A9jUK",priceDuration:"ProductTeaser-module_priceDuration__TeeO9",callCartNew:"ProductTeaser-module_callCartNew__AksMY",arrowIcon:"ProductTeaser-module_arrowIcon__OFm89",callCart:"ProductTeaser-module_callCart__YLJSL",disableCallcart:"ProductTeaser-module_disableCallcart__-M8Od",priceDesc:"ProductTeaser-module_priceDesc__8Er0h",priceDescCenter:"ProductTeaser-module_priceDescCenter__hhZUS",priceDescNew:"ProductTeaser-module_priceDescNew__ghXo4",priceLeftCenter:"ProductTeaser-module_priceLeftCenter__SVC5R"};g('/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.ProductTeaser-module_carouselContainer__RzBpK {\n position: static;\n margin-top: 32px;\n border-radius: 24px;\n}\n@media (min-width: 768px) {\n .ProductTeaser-module_carouselContainer__RzBpK {\n box-shadow: 0px 20px 30px -8px rgba(87, 84, 82, 0.4);\n }\n}\n.ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_arrowButton__-AkY4, .ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_leftArrow__Ybrjm, .ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_rightArrow__MYs5F {\n background: #ffffff;\n box-shadow: 0px 4px 12px rgba(87, 84, 82, 0.2);\n border-radius: 24px;\n font-size: 16px;\n height: 44px;\n width: 44px;\n padding: 10px;\n position: absolute;\n border: none;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_arrowButton__-AkY4::before, .ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_leftArrow__Ybrjm::before, .ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_rightArrow__MYs5F::before {\n color: #da291c;\n font-size: 20px;\n display: block;\n font-family: revicons;\n text-align: center;\n z-index: 1;\n position: relative;\n}\n.ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_rightArrow__MYs5F {\n right: 22px;\n top: 253px;\n}\n@media (min-width: 1024px) and (max-width: 1439px) {\n .ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_rightArrow__MYs5F {\n right: 16px;\n top: 263px;\n }\n}\n@media (min-width: 768px) and (max-width: 1023px) {\n .ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_rightArrow__MYs5F {\n right: -32px;\n top: 278px;\n }\n}\n.ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_rightArrow__MYs5F::before {\n content: "\\e825";\n}\n.ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_rightArrow__MYs5F:disabled {\n background: #e6e3df;\n}\n.ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_leftArrow__Ybrjm {\n left: 22px;\n top: 253px;\n}\n@media (min-width: 1024px) and (max-width: 1439px) {\n .ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_leftArrow__Ybrjm {\n left: 16px;\n top: 263px;\n }\n}\n@media (min-width: 768px) and (max-width: 1023px) {\n .ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_leftArrow__Ybrjm {\n left: -32px;\n top: 278px;\n }\n}\n.ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_leftArrow__Ybrjm::before {\n content: "\\e824";\n}\n.ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_leftArrow__Ybrjm:disabled {\n background: #e6e3df;\n}\n\n.ProductTeaser-module_stageTeaserTab__VYRxL, .ProductTeaser-module_stageTeaserTabActive__Wu5nT {\n border-radius: 40px;\n border: none;\n color: #5f5955;\n background-color: #ffffff;\n font-size: 16px;\n line-height: 24px;\n font-weight: 700;\n padding: 10px 24px;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_stageTeaserTab__VYRxL, .ProductTeaser-module_stageTeaserTabActive__Wu5nT {\n max-width: 158px;\n }\n}\n\n.ProductTeaser-module_stageTeaserTabActive__Wu5nT {\n color: #ffffff;\n background: #da291c;\n}\n\n.ProductTeaser-module_carousel_dot__zxG-A {\n border-radius: 50px;\n background-color: #ffffff;\n border: 2px solid rgba(61, 57, 53, 0.25);\n padding: 1px;\n width: fit-content;\n margin: 0 auto;\n position: absolute;\n top: -24px;\n height: fit-content;\n}\n\n.ProductTeaser-module_carouselItemNew__TTklX {\n position: fixed;\n top: -24px;\n width: 100%;\n}\n\n.ProductTeaser-module_teaserImageLeft__dIk-h {\n object-fit: contain;\n object-position: right;\n position: relative;\n left: 600px;\n}\n\n.ProductTeaser-module_teaserImageRight__hHvry {\n object-fit: contain;\n object-position: left;\n position: relative;\n}\n\n.ProductTeaser-module_carouselItem__vtLwf {\n position: relative;\n width: 100%;\n}\n.ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_teaserImage__sQ3ed {\n object-fit: cover;\n object-position: center;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_carouselItem__vtLwf {\n display: flex;\n justify-content: center;\n }\n .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_teaserImage__sQ3ed {\n border-radius: 24px;\n position: absolute;\n }\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapperNew__DfLax, .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapperTransparent__ES5iK, .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapper__0jFlz {\n min-width: 520px;\n }\n .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapperNew__DfLax .ProductTeaser-module_titleSection__YqXUJ, .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapperTransparent__ES5iK .ProductTeaser-module_titleSection__YqXUJ, .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapper__0jFlz .ProductTeaser-module_titleSection__YqXUJ {\n position: relative;\n left: unset;\n top: unset;\n height: fit-content;\n margin: auto 0;\n font-size: 28px;\n }\n .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapperNew__DfLax .ProductTeaser-module_featureSection__T-YzP, .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapperTransparent__ES5iK .ProductTeaser-module_featureSection__T-YzP, .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapper__0jFlz .ProductTeaser-module_featureSection__T-YzP {\n position: relative;\n right: 0px;\n top: 0;\n }\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapper__0jFlz {\n position: absolute;\n display: flex;\n justify-content: space-between;\n left: 107px;\n right: 107px;\n top: 129px;\n }\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapperTransparent__ES5iK {\n position: relative;\n display: flex;\n justify-content: space-between;\n padding: 0 50px;\n top: 129px;\n height: 550px;\n }\n .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapperTransparent__ES5iK .ProductTeaser-module_titleSection__YqXUJ {\n position: relative;\n left: unset;\n top: unset;\n bottom: 170px;\n height: fit-content;\n margin: auto 0;\n font-size: 28px;\n }\n}\n\n.ProductTeaser-module_contentWrapper__3GKwX, .ProductTeaser-module_contentWrapperLeft__tGGEs {\n position: absolute;\n top: 40px;\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_contentWrapper__3GKwX, .ProductTeaser-module_contentWrapperLeft__tGGEs {\n left: 30px;\n }\n}\n@media (min-width: 1024px) and (max-width: 1439px) {\n .ProductTeaser-module_contentWrapper__3GKwX, .ProductTeaser-module_contentWrapperLeft__tGGEs {\n max-width: 460px;\n }\n}\n@media (min-width: 768px) {\n .ProductTeaser-module_contentWrapper__3GKwX, .ProductTeaser-module_contentWrapperLeft__tGGEs {\n left: 24px;\n max-width: 400px;\n }\n}\n.ProductTeaser-module_contentWrapper__3GKwX .ProductTeaser-module_titleSection__YqXUJ, .ProductTeaser-module_contentWrapperLeft__tGGEs .ProductTeaser-module_titleSection__YqXUJ {\n position: relative;\n text-align: center;\n left: unset;\n top: unset;\n}\n.ProductTeaser-module_contentWrapper__3GKwX .ProductTeaser-module_featureSection__T-YzP, .ProductTeaser-module_contentWrapperLeft__tGGEs .ProductTeaser-module_featureSection__T-YzP {\n position: relative;\n right: unset;\n top: unset;\n margin-top: 24px;\n}\n.ProductTeaser-module_contentWrapper__3GKwX .ProductTeaser-module_priceContainer__CzBhB, .ProductTeaser-module_contentWrapper__3GKwX .ProductTeaser-module_priceContainerNew__hn6rW, .ProductTeaser-module_contentWrapperLeft__tGGEs .ProductTeaser-module_priceContainer__CzBhB, .ProductTeaser-module_contentWrapperLeft__tGGEs .ProductTeaser-module_priceContainerNew__hn6rW {\n position: relative;\n top: unset;\n bottom: unset;\n margin-top: 24px;\n}\n\n@media (min-width: 1440px) {\n .ProductTeaser-module_contentWrapperLeft__tGGEs {\n left: 107px;\n }\n}\n\n.ProductTeaser-module_contentWrapperRight__8FP0u {\n position: absolute;\n max-width: 400px;\n top: 40px;\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_contentWrapperRight__8FP0u {\n right: 107px;\n }\n}\n.ProductTeaser-module_contentWrapperRight__8FP0u .ProductTeaser-module_titleSection__YqXUJ {\n position: relative;\n text-align: center;\n right: unset;\n top: unset;\n}\n.ProductTeaser-module_contentWrapperRight__8FP0u .ProductTeaser-module_featureSection__T-YzP {\n position: relative;\n right: unset;\n top: unset;\n margin-top: 24px;\n}\n.ProductTeaser-module_contentWrapperRight__8FP0u .ProductTeaser-module_priceContainer__CzBhB, .ProductTeaser-module_contentWrapperRight__8FP0u .ProductTeaser-module_priceContainerNew__hn6rW {\n position: relative;\n top: unset;\n bottom: unset;\n margin-top: 24px;\n}\n\n@media (max-width: 767px) {\n .ProductTeaser-module_contentMobWrapper__9rRLQ {\n position: relative;\n margin: 0 16px;\n width: 100%;\n }\n}\n@media (max-width: 320px) {\n .ProductTeaser-module_contentMobWrapper__9rRLQ {\n margin: 0 8px;\n }\n}\n\n.ProductTeaser-module_titleSection__YqXUJ {\n position: absolute;\n top: 173px;\n left: 107px;\n color: #ffffff;\n font-weight: 700;\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_titleSection__YqXUJ {\n max-width: 412px;\n }\n}\n@media (min-width: 1024px) and (max-width: 1439px) {\n .ProductTeaser-module_titleSection__YqXUJ {\n position: relative;\n top: unset;\n left: unset;\n }\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_titleSection__YqXUJ {\n text-align: center;\n top: 32px;\n left: unset;\n width: 100%;\n }\n}\n.ProductTeaser-module_titleSection__YqXUJ .ProductTeaser-module_heading__Xim2- {\n font-size: 16px;\n line-height: 24px;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_titleSection__YqXUJ .ProductTeaser-module_heading__Xim2- {\n font-size: 14px;\n line-height: 20px;\n }\n}\n.ProductTeaser-module_titleSection__YqXUJ .ProductTeaser-module_fadeOutText__nKr5i {\n opacity: 0;\n transition: opacity 1s ease;\n}\n.ProductTeaser-module_titleSection__YqXUJ .ProductTeaser-module_fadeInText__Ux98m {\n opacity: 1;\n transition: opacity 1s ease;\n}\n.ProductTeaser-module_titleSection__YqXUJ .ProductTeaser-module_paragraph__hUonu {\n font-size: 28px;\n line-height: 36px;\n margin: 8px 0 12px 0;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_titleSection__YqXUJ .ProductTeaser-module_paragraph__hUonu {\n font-size: 20px;\n line-height: 28px;\n max-width: 100%;\n }\n}\n.ProductTeaser-module_titleSection__YqXUJ .ProductTeaser-module_description__s-lyV {\n font-weight: 700;\n font-size: 24px;\n line-height: 32px;\n}\n\n@media (max-width: 767px) {\n .ProductTeaser-module_extraSpace__HFJ2A {\n top: 62px;\n }\n}\n\n.ProductTeaser-module_featureSection__T-YzP {\n position: absolute;\n right: 107px;\n top: 129px;\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_featureSection__T-YzP {\n max-width: 412px;\n }\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_featureSection__T-YzP {\n right: unset;\n top: unset;\n margin-top: 397px;\n font-size: 14px;\n line-height: 20px;\n background-color: #ffffff;\n color: #3D3935;\n border-radius: 12px;\n position: relative;\n height: fit-content;\n }\n}\n.ProductTeaser-module_featureSection__T-YzP .ProductTeaser-module_toolTip__KL7Xx {\n filter: brightness(0) invert(1);\n margin-left: 16px;\n display: flex;\n align-items: center;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_featureSection__T-YzP .ProductTeaser-module_toolTip__KL7Xx {\n filter: none;\n }\n}\n\n.ProductTeaser-module_gradiantBox__Eys-K, .ProductTeaser-module_addOnSection__G4zhX, .ProductTeaser-module_featureList__gmPS1 {\n border-radius: 12px;\n background: rgba(0, 0, 0, 0.2);\n backdrop-filter: blur(12.5px);\n color: #ffffff;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_gradiantBox__Eys-K, .ProductTeaser-module_addOnSection__G4zhX, .ProductTeaser-module_featureList__gmPS1 {\n background: none;\n color: unset;\n backdrop-filter: unset;\n }\n}\n\n.ProductTeaser-module_featureList__gmPS1 {\n padding: 4px 20px;\n}\n.ProductTeaser-module_featureList__gmPS1 .ProductTeaser-module_features__o2jMu {\n display: flex;\n align-items: center;\n margin: 12px 0;\n}\n.ProductTeaser-module_featureList__gmPS1 .ProductTeaser-module_features__o2jMu a {\n color: #ffffff;\n}\n.ProductTeaser-module_featureList__gmPS1 .ProductTeaser-module_features__o2jMu .ProductTeaser-module_featureIcon__PbcQN {\n margin-right: 10px;\n}\n.ProductTeaser-module_featureList__gmPS1 .ProductTeaser-module_features__o2jMu span {\n color: #ffffff;\n text-decoration: underline;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_featureList__gmPS1 .ProductTeaser-module_features__o2jMu span {\n color: #3d3935;\n }\n}\n.ProductTeaser-module_featureList__gmPS1 .ProductTeaser-module_horizontalLine__Nfj9U, .ProductTeaser-module_featureList__gmPS1 .ProductTeaser-module_horizontalLineDark__Sg-Ou {\n opacity: 0.5;\n background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);\n height: 1px;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_featureList__gmPS1 {\n border-radius: 12px 12px 0px 0px;\n }\n}\n\n.ProductTeaser-module_addOnSection__G4zhX {\n padding: 16px 20px;\n margin-top: 16px;\n display: flex;\n}\n.ProductTeaser-module_addOnSection__G4zhX .ProductTeaser-module_addOnSectionIcon__9-EoX {\n margin-right: 10px;\n}\n.ProductTeaser-module_addOnSection__G4zhX .ProductTeaser-module_toggleSection__2az0R {\n margin-left: auto;\n}\n.ProductTeaser-module_addOnSection__G4zhX .ProductTeaser-module_toggleSection__2az0R .ProductTeaser-module_toggle__GClvg {\n margin-right: 10px;\n}\n.ProductTeaser-module_addOnSection__G4zhX .ProductTeaser-module_toggleSection__2az0R input {\n cursor: pointer;\n margin-top: unset;\n}\n.ProductTeaser-module_addOnSection__G4zhX .ProductTeaser-module_toggleSection__2az0R input:focus {\n border: unset !important;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_addOnSection__G4zhX {\n border-radius: 0px 0px 12px 12px;\n margin-top: 0px;\n padding: 12px 20px;\n align-items: center;\n }\n}\n\n.ProductTeaser-module_priceContainer__CzBhB, .ProductTeaser-module_priceContainerNew__hn6rW {\n position: absolute;\n bottom: 40px;\n width: 100%;\n color: #ffffff;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_serviceUnavail__Pe52H, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_serviceUnavail__Pe52H {\n text-align: center;\n margin-bottom: 10px;\n font-size: 16px;\n line-height: 24px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_serviceUnavail__Pe52H img, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_serviceUnavail__Pe52H img {\n margin-right: 8px;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_priceContainer__CzBhB, .ProductTeaser-module_priceContainerNew__hn6rW {\n color: #3D3935;\n position: static;\n display: flex;\n justify-content: center;\n flex-direction: column;\n padding: 16px;\n }\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_leftWrapper__pj0yj, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_leftWrapper__pj0yj {\n position: relative;\n right: 38px;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y {\n font-size: 24px;\n line-height: 32px;\n font-weight: 700;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y {\n margin-right: unset;\n flex-direction: column;\n font-size: 20px;\n line-height: 28px;\n }\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_slider__-V4R1, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_slider__-V4R1 {\n height: 32px;\n overflow: hidden;\n margin-right: 12px;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_slider__-V4R1 .ProductTeaser-module_line__mbJxT, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_slider__-V4R1 .ProductTeaser-module_line__mbJxT {\n transition: transform 0.5s ease;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_slider__-V4R1 .ProductTeaser-module_line__mbJxT .ProductTeaser-module_pricetxt__YYSmd, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_slider__-V4R1 .ProductTeaser-module_line__mbJxT .ProductTeaser-module_pricetxt__YYSmd {\n font-size: 16px;\n line-height: 24px;\n font-weight: 400;\n margin-right: 6px;\n display: inline-block;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_slider__-V4R1, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_slider__-V4R1 {\n margin-bottom: 8px;\n margin-right: unset;\n }\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_sliderNew__ZnCAh, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_sliderNew__ZnCAh {\n height: 32px;\n min-width: 158px;\n overflow: hidden;\n margin-right: 12px;\n position: relative;\n bottom: 16px;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_sliderNew__ZnCAh .ProductTeaser-module_line__mbJxT, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_sliderNew__ZnCAh .ProductTeaser-module_line__mbJxT {\n transition: transform 0.5s ease;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_sliderNew__ZnCAh .ProductTeaser-module_line__mbJxT .ProductTeaser-module_pricetxt__YYSmd, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_sliderNew__ZnCAh .ProductTeaser-module_line__mbJxT .ProductTeaser-module_pricetxt__YYSmd {\n font-size: 16px;\n line-height: 24px;\n font-weight: 400;\n margin-right: 6px;\n display: inline-block;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_sliderNew__ZnCAh, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_sliderNew__ZnCAh {\n margin-bottom: 8px;\n margin-right: unset;\n }\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_clicked__A9jUK .ProductTeaser-module_line__mbJxT, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_clicked__A9jUK .ProductTeaser-module_line__mbJxT {\n transform: translateY(-100%);\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_priceDuration__TeeO9, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_priceDuration__TeeO9 {\n font-size: 16px;\n line-height: 24px;\n font-weight: 400;\n display: inline-block;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCartNew__AksMY, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCartNew__AksMY {\n padding: 10px 24px;\n font-weight: 700;\n border: none;\n background-color: #da291c;\n color: #ffffff;\n border-radius: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 338px;\n height: 52px;\n font-size: 16px;\n line-height: 24px;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCartNew__AksMY .ProductTeaser-module_arrowIcon__OFm89, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCartNew__AksMY .ProductTeaser-module_arrowIcon__OFm89 {\n margin-left: 8px;\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCartNew__AksMY, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCartNew__AksMY {\n padding: 14px 24px;\n }\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCartNew__AksMY, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCartNew__AksMY {\n padding: 10px 24px;\n max-width: 100%;\n display: flex;\n justify-content: center;\n }\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCart__YLJSL, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCart__YLJSL {\n padding: 10px 24px;\n font-weight: 700;\n border: none;\n background-color: #da291c;\n color: #ffffff;\n border-radius: 28px;\n display: flex;\n align-items: center;\n font-size: 16px;\n line-height: 24px;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCart__YLJSL .ProductTeaser-module_arrowIcon__OFm89, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCart__YLJSL .ProductTeaser-module_arrowIcon__OFm89 {\n margin-left: 8px;\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCart__YLJSL, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCart__YLJSL {\n padding: 14px 24px;\n }\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCart__YLJSL, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCart__YLJSL {\n padding: 10px 24px;\n max-width: 100%;\n display: flex;\n justify-content: center;\n }\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_disableCallcart__-M8Od, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_disableCallcart__-M8Od {\n background-color: #e6e3df;\n color: #b3aeaa;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceDesc__8Er0h, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceDesc__8Er0h, .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceDescCenter__hhZUS, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceDescCenter__hhZUS, .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceDescNew__ghXo4, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceDescNew__ghXo4, .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceLeftCenter__SVC5R, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceLeftCenter__SVC5R {\n display: flex;\n justify-content: center;\n align-items: center;\n margin-top: 10px;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceDesc__8Er0h, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceDesc__8Er0h, .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceDescCenter__hhZUS, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceDescCenter__hhZUS, .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceDescNew__ghXo4, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceDescNew__ghXo4, .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceLeftCenter__SVC5R, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceLeftCenter__SVC5R {\n font-size: 14px;\n line-height: 20px;\n margin-top: 8px;\n }\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceLeftCenter__SVC5R, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceLeftCenter__SVC5R {\n position: relative;\n right: 52px;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceDescNew__ghXo4, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceDescNew__ghXo4 {\n justify-content: flex-start;\n position: relative;\n bottom: 30px;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceDescCenter__hhZUS, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceDescCenter__hhZUS {\n justify-content: flex-start;\n position: relative;\n bottom: 30px;\n right: 40px;\n}\n\n.ProductTeaser-module_priceContainerNew__hn6rW {\n bottom: 0px;\n top: 400px;\n}\n\n@media (max-width: 767px) {\n .ProductTeaser-module_horizontalLineDark__Sg-Ou {\n margin: 0 16px;\n height: 1px;\n background-color: #e6e3df;\n }\n}');class he{constructor(e){this.config={baseURL:"",cartURL:""},this.getConfig=()=>this.config,this.getBaseUrl=()=>{var e,n;return null!==(n=null===(e=this.config)||void 0===e?void 0:e.baseURL)&&void 0!==n?n:""},this.getCartUrl=()=>{var e,n;return null!==(n=null===(e=this.config)||void 0===e?void 0:e.cartURL)&&void 0!==n?n:""},this.config=e}}he.getInstance=()=>he.instance,he.create=e=>{he.instance=new he(e)};var ge="ToolTip-module_tooltipicon__U5Rvt",fe="ToolTip-module_benefits__-gI-y";g(".ToolTip-module_tooltipicon__U5Rvt {\n height: 24px;\n margin-left: 4px;\n min-width: 20px;\n width: 24px;\n cursor: pointer;\n}\n\n.ToolTip-module_benefits__-gI-y img {\n width: 20px !important;\n height: 20px !important;\n}");const be=({content:n,tooltipClass:t="",isBenefit:o=!1})=>{var l;const r=L(),d=O(),a=null===(l=null==b?void 0:b.getInstance())||void 0===l?void 0:l.getAssetPath();return n&&e.createElement(i.OverlayTrigger,{placement:"auto",rootClose:!0,trigger:""+("mobile"===r||"tablet"===r||d?"click":"hover"),overlay:n&&e.createElement(i.Popover,{id:"popover-basic"},e.createElement(i.Popover.Body,null,n))},e.createElement("div",{className:`${ge} ${t} ${o&&fe}`},a&&e.createElement("img",{src:`${a}/icons/tooltip_icon.svg`,width:24,height:24,alt:""})))},xe="addtocart",ye="Sticky Line Table",Te="gaEvent",Pe="Stage Teaser",we="Line Table",Ce="tab_click",Ee=(e,n,t)=>{var o,l,i,r,d,a,c,u,s,m,p,v,_,h,g,f,b,x,y;const{itemCategory:T,location:P}=n,w=null!==(d=null===(r=null===(i=null===(l=null===(o=null==e?void 0:e.prices)||void 0===o?void 0:o[0])||void 0===l?void 0:l.priceAlteration)||void 0===i?void 0:i[0])||void 0===r?void 0:r.value)&&void 0!==d?d:0,C=null!==(u=null===(c=null===(a=null==e?void 0:e.prices)||void 0===a?void 0:a[0])||void 0===c?void 0:c.value)&&void 0!==u?u:0,E={item_id:null!==(s=null==e?void 0:e.id)&&void 0!==s?s:"",item_name:null!==(m=null==e?void 0:e.id)&&void 0!==m?m:"",affiliation:null!==(_=null===(v=null===(p=null==e?void 0:e.promotionInfo)||void 0===p?void 0:p[0])||void 0===v?void 0:v.campaignId)&&void 0!==_?_:"",coupon:"",discount:w&&Number(w),index:0,item_brand:"Sunrise",item_category:"MOBILE"===(null==e?void 0:e.productType)?"MOBILE_ORDER":"HOME_ORDER",item_category2:"MOBILE"===(null==e?void 0:e.productType)?"Mobile Subscription Only":"Internet Subscription Only",item_category3:"",item_category4:"",item_category5:"",item_list_id:T?"Fixnet":"Mobile",item_list_name:T?"Fixnet":"Mobile",item_variant:null!==(f=null!==(g=null!==(h=null==T?void 0:T.title)&&void 0!==h?h:null==T?void 0:T.productName)&&void 0!==g?g:null==T?void 0:T.id)&&void 0!==f?f:null==e?void 0:e.id,location_id:P,price:C&&Number(C),quantity:1,promotion_id:null!==(y=null===(x=null===(b=null==e?void 0:e.promotionInfo)||void 0===b?void 0:b[0])||void 0===x?void 0:x.campaignId)&&void 0!==y?y:""};return t&&(E.item_available=t),E},ke=(e,n,t,o)=>{const l=[];let i="";return null==e||e.map((e=>{var r;if(null==e?void 0:e.bundledOffers)null===(r=null==e?void 0:e.bundledOffers)||void 0===r||r.map((r=>{const d=""==n?e:n;o&&(i=(null==o?void 0:o.includes(null==e?void 0:e.id))?"yes":"no"),l.push(Ee(r,{itemCategory:d,location:t},i))}));else if("INTERNET"!==(null==e?void 0:e.productType)||(null==e?void 0:e.bundledOffers))l.push(Ee(e,{location:t}));else{const n={id:null==e?void 0:e.id};o&&(i=(null==o?void 0:o.includes(null==e?void 0:e.id))?"yes":"no"),l.push(Ee(e,{itemCategory:n,location:t},i))}})),l},Se=(e,n,t)=>{let o;null==e||e.map((e=>{o=(null==e?void 0:e.bundledOffers)?"Fixnet":"INTERNET"!==(null==e?void 0:e.productType)||(null==e?void 0:e.bundledOffers)?"Mobile":"Internet"}));return{item_list_id:o,item_list_name:o,items:ke(e,n,t)}},Ve=(e,n,t,o)=>{var l,i,r,d;const a=null===(r=null===(i=null===(l=null==e?void 0:e[0])||void 0===l?void 0:l.derivedPrice)||void 0===i?void 0:i[0])||void 0===r?void 0:r.value;return{currency:"CHF",value:null!==(d=a&&Number(a))&&void 0!==d?d:0,items:ke(e,n,t,o)}},Ne=(e,n,t,o,l)=>{var i;"view"===e?null===window||void 0===window||window.dataLayer.push({event:"view_item_list",event_name:"view_item_list",ecommerce:Se(n,t,o)}):"addtocart"===e?null===window||void 0===window||window.dataLayer.push({event:"add_to_cart",event_name:"add_to_cart",ecommerce:Ve(n,t,o),transaction_type:"MOBILE"===(null===(i=null==n?void 0:n[0])||void 0===i?void 0:i.productType)?"MOBILE_ORDER":"HOME_ORDER"}):"available"===e&&window.dataLayer.push({event:"view_item",event_name:"view_item",ecommerce:Ve(n,t,o,l)})},Ie=({content:n,slides:t,index:o,offeringData:l,lineCheckCallBack:i,setEnableToggle:r,tableSelectedTab:d})=>{var a,u,s,p,v,_,h,g,f,x,y,T,P,w,C,E,k,S,N,I,O,D,A,B,R,W,q,X,H,K,J;const Q=null===(a=null==b?void 0:b.getInstance())||void 0===a?void 0:a.getAssetPath(),ee=null===(u=null==he?void 0:he.getInstance())||void 0===u?void 0:u.getCartUrl(),[ne,oe]=e.useState(!1),le=c.get("chAddressJson"),ie=L(),[re,de]=e.useState(!1),ae=t.selectedTabId===d;e.useEffect((()=>{oe(ae)}),[ae]);const ce=()=>{var o,r,d,a,u,s,m,p,v,_,h,g,f,b,x,y,T,P;let w,C;const E=localStorage.getItem("lineCheckResponse"),k=E&&JSON.parse(E),S=ne?null==t?void 0:t.tvProductId:null==t?void 0:t.productId,N=!(!E||(null==k?void 0:k.eligibleBundle.includes(S)));return w=(null===(o=l[null==t?void 0:t.productId])||void 0===o?void 0:o.derivedPrice)?null===(a=null===(d=null===(r=l[null==t?void 0:t.productId])||void 0===r?void 0:r.derivedPrice)||void 0===d?void 0:d[0])||void 0===a?void 0:a.value:null===(m=null===(s=null===(u=l[null==t?void 0:t.productId])||void 0===u?void 0:u.prices)||void 0===s?void 0:s[0])||void 0===m?void 0:m.value,C=(null===(p=l[null==t?void 0:t.tvProductId])||void 0===p?void 0:p.derivedPrice)?null===(h=null===(_=null===(v=l[null==t?void 0:t.tvProductId])||void 0===v?void 0:v.derivedPrice)||void 0===_?void 0:_[0])||void 0===h?void 0:h.value:null===(b=null===(f=null===(g=l[null==t?void 0:t.tvProductId])||void 0===g?void 0:g.prices)||void 0===f?void 0:f[0])||void 0===b?void 0:b.value,e.createElement("div",{className:`${ue?_e.priceContainer:_e.priceContainerNew}`,style:{marginLeft:"left"===(null==t?void 0:t.containerAlignment)&&ie!==M?"40px":"",marginRight:"right"===(null==t?void 0:t.containerAlignment)&&ie!==M?"40px":""}},N&&(null==t?void 0:t.productType)===z&&e.createElement("div",{className:_e.serviceUnavail},e.createElement("img",{src:`${Q}/icons/not-available.svg`,alt:"",width:24,height:24}),null==n?void 0:n.serviceabilityError),(null===(T=null===(y=null===(x=l[null==t?void 0:t.productId])||void 0===x?void 0:x.prices)||void 0===y?void 0:y[0])||void 0===T?void 0:T.value)>0&&e.createElement("span",{className:`${_e.priceWrapper} ${"left"===(null==t?void 0:t.containerAlignment)&&"right"!==(null==t?void 0:t.textAlignment)&&ie!==M?_e.leftWrapper:""}`},e.createElement("div",{className:`${"center"!==(null==t?void 0:t.containerAlignment)&&"center"!==(null==t?void 0:t.textAlignment)&&ie!==M?_e.sliderNew:_e.slider} ${ne&&(null==t?void 0:t.productType)===z&&_e.clicked}`},w&&e.createElement("div",{className:_e.line},(null==t?void 0:t.priceTxt)&&e.createElement("div",{className:_e.pricetxt},e.createElement(Y,{content:null==t?void 0:t.priceTxt})),V(w),e.createElement("p",{className:_e.priceDuration},null==t?void 0:t.conDuration)),C&&e.createElement("div",{className:_e.line},(null==t?void 0:t.priceTxt)&&e.createElement("div",{className:_e.pricetxt},null==t?void 0:t.priceTxt),V(C),e.createElement("p",{className:_e.priceDuration},null==t?void 0:t.conDuration))),e.createElement("button",{onClick:()=>(e=>{var n,t,o,r,d;if((null==e?void 0:e.productType)===z){const r=localStorage.getItem("lineCheckResponse"),d=r&&JSON.parse(r),a=c.get("one-commerce-linecheckcorrelationid"),u=ne?null==e?void 0:e.tvProductId:null==e?void 0:e.productId,s=le&&(null===(n=null==d?void 0:d.eligibleBundle)||void 0===n?void 0:n.includes(u));d&&le&&a?s&&(0!==(null===(t=Object.keys(l))||void 0===t?void 0:t.length)&&Ne(xe,[l[null==e?void 0:e.productId]],"",Pe),de(!0),0!==(null===(o=Object.keys(l))||void 0===o?void 0:o.length)&&te([l[u]],"",(null==e?void 0:e.promoId)?null==e?void 0:e.promoId:F,ee,null==e?void 0:e.productType).then((n=>{var t;c.remove("one-commerce-cartId",{path:"/"}),c.set("one-commerce-cartId",null==n?void 0:n.id,{path:"/"}),c.set("cartProduct",u,{path:"/"}),c.remove("landline"),window.location.href=null===(t=null==e?void 0:e.summaryURL)||void 0===t?void 0:t.cached_url})).catch((e=>{console.log(e),de(!1)})).finally((()=>{de(!1)}))):"function"==typeof i&&i()}else(null==e?void 0:e.productType)===M&&(de(!0),0!==(null===(r=Object.keys(l))||void 0===r?void 0:r.length)&&Ne(xe,[l[null==e?void 0:e.productId]],"",Pe),0!==(null===(d=Object.keys(l))||void 0===d?void 0:d.length)&&te([l[null==e?void 0:e.productId]],"",(null==e?void 0:e.promoId)?null==e?void 0:e.promoId:G,ee,null==e?void 0:e.productType).then((n=>{var t;c.remove("one-commerce-cartId",{path:"/"}),c.set("one-commerce-cartId",null==n?void 0:n.id,{path:"/"}),c.set("cartProduct",null==e?void 0:e.productId,{path:"/"}),window.location.href=null===(t=null==e?void 0:e.summaryURL)||void 0===t?void 0:t.cached_url})).catch((e=>{console.log(e),de(!1)})).finally((()=>{de(!1)})))})(t),className:`${"center"===(null==t?void 0:t.containerAlignment)||"center"===(null==t?void 0:t.textAlignment)||ie===M?_e.callCart:_e.callCartNew} ${N&&(null==t?void 0:t.productType)===z?_e.disableCallcart:""}`,disabled:N&&(null==t?void 0:t.productType)===z},null==t?void 0:t.buttonLbl,e.createElement("img",{className:_e.arrowIcon,src:null===(P=null==n?void 0:n.btnIcon)||void 0===P?void 0:P.filename,alt:"submit",width:24,height:24}))),e.createElement("div",{className:"left"===(null==t?void 0:t.containerAlignment)&&"left"===(null==t?void 0:t.textAlignment)&&ie!==M?_e.priceDescCenter:"left"===(null==t?void 0:t.containerAlignment)&&"center"===(null==t?void 0:t.textAlignment)&&ie!==M?_e.priceLeftCenter:"center"===(null==t?void 0:t.containerAlignment)||"center"===(null==t?void 0:t.textAlignment)||ie===M?_e.priceDesc:_e.priceDescNew},null==t?void 0:t.priceDesc))},ue=null==t?void 0:t.isFullWidthImage,se=ie===j&&"left"===(null==t?void 0:t.containerAlignment),me=ie===j&&"right"===(null==t?void 0:t.containerAlignment),pe=ie===j&&"center"===(null==t?void 0:t.containerAlignment),ve=ie===j&&"left"===(null==t?void 0:t.textAlignment),ge=ie===j&&"right"===(null==t?void 0:t.textAlignment);return e.createElement("div",{className:""},e.createElement("div",{className:_e.carouselItem,key:o},re&&e.createElement(Z,{keyParams:"loading"}),ie===j&&(null===(s=null==t?void 0:t.desktopBGImage)||void 0===s?void 0:s.filename)&&ue&&e.createElement("img",{src:(null===(p=null==t?void 0:t.desktopBGImage)||void 0===p?void 0:p.filename)+"/m/",alt:"desktop teaser",width:"100%",height:"550px",className:_e.teaserImage})," ",ie===j&&(null===(v=null==t?void 0:t.desktopBGImage)||void 0===v?void 0:v.filename)&&!ue&&"center"!==(null==t?void 0:t.containerAlignment)&&e.createElement("img",{src:(null===(_=null==t?void 0:t.desktopBGImage)||void 0===_?void 0:_.filename)+"/m/",alt:"desktop teaser",width:"50%",height:"550px",className:`${"left"===(null==t?void 0:t.containerAlignment)?_e.teaserImageLeft:_e.teaserImageRight}`}),(ie===U||ie===$)&&(null===(h=null==t?void 0:t.tabBGImage)||void 0===h?void 0:h.filename)&&e.createElement("img",{src:null===(g=null==t?void 0:t.tabBGImage)||void 0===g?void 0:g.filename,alt:"tablet Teaser",width:"100%",height:"550px",className:_e.teaserImage}),ie===M&&(null===(f=null==t?void 0:t.mobileBGImage)||void 0===f?void 0:f.filename)&&e.createElement("img",{src:null===(x=null==t?void 0:t.mobileBGImage)||void 0===x?void 0:x.filename,alt:"mobile Teaser",width:"100%",height:"500px",className:_e.teaserImage}),e.createElement("div",{className:`${ie===U||ie===$?_e.contentWrapper:se?_e.contentWrapperLeft:me?_e.contentWrapperRight:_e.contentMobWrapper}`},e.createElement("div",{className:`${se||me?_e.productDetailsWrapperNew:pe&&ue?_e.productDetailsWrapper:pe&&!ue?_e.productDetailsWrapperTransparent:""}`},e.createElement("div",{className:`${_e.titleSection} ${(null===(y=null==n?void 0:n.productTeaserSlides)||void 0===y?void 0:y.length)>1&&_e.extraSpace}\n ${ve?"text-start":ge?"text-end":"text-center"}\n `},(null==t?void 0:t.heading)&&e.createElement(e.Fragment,null,!ne&&e.createElement("div",{className:`${_e.heading}`},null==t?void 0:t.heading),(null==t?void 0:t.tvSubHeading)&&ne&&e.createElement("div",{className:`${_e.heading} ${ne?_e.fadeInText:_e.fadeOutText}`},null==t?void 0:t.tvSubHeading)),(null==t?void 0:t.subHeading)&&e.createElement("div",{className:_e.paragraph},null==t?void 0:t.subHeading),(null==t?void 0:t.description)&&e.createElement("div",{className:_e.description},e.createElement(Y,{content:null==t?void 0:t.description}))),e.createElement("div",null,pe&&(null===(T=null==t?void 0:t.desktopBGImage)||void 0===T?void 0:T.filename)&&!ue&&e.createElement("img",{src:(null===(P=null==t?void 0:t.desktopBGImage)||void 0===P?void 0:P.filename)+"/m/",alt:"transparent Image",width:"196px",height:"196px"})),e.createElement("div",{className:_e.featureSection},(null===(w=null==t?void 0:t.details)||void 0===w?void 0:w.length)>0&&e.createElement("div",{className:_e.featureList},null===(C=(null==t?void 0:t.details)||[])||void 0===C?void 0:C.map(((n,t)=>{var o,l,i;return e.createElement(e.Fragment,null,t>0&&ie!==M&&e.createElement("div",{className:_e.horizontalLine}),e.createElement("div",{className:_e.features},(null===(o=null==n?void 0:n.icon)||void 0===o?void 0:o.filename)&&e.createElement("img",{className:_e.featureIcon,src:ie===M?null===(l=null==n?void 0:n.mobIcon)||void 0===l?void 0:l.filename:null===(i=null==n?void 0:n.icon)||void 0===i?void 0:i.filename,alt:"icon",width:24,height:24}),(null==n?void 0:n.text)&&e.createElement(e.Fragment,null,e.createElement("div",{className:"me-auto"},e.createElement(Y,{content:null==n?void 0:n.text,linkAsTooltip:""!==(null==n?void 0:n.linkTxt),toolTipText:null==n?void 0:n.linkTxt})),(null==n?void 0:n.tooltipTxt)&&e.createElement(be,{content:null==n?void 0:n.tooltipTxt,tooltipClass:_e.toolTip}))))}))),ie===M&&(null==t?void 0:t.productType)===z&&(null===(E=Object.keys(l))||void 0===E?void 0:E.length)>0&&e.createElement("div",{className:_e.horizontalLineDark}),(null==t?void 0:t.productType)===z&&(null===(k=null==t?void 0:t.tvDetails)||void 0===k?void 0:k.length)>0&&""!==(null==t?void 0:t.tvProductId)&&e.createElement("div",{className:_e.addOnSection},e.createElement("img",{src:ie===M?null===(I=null===(N=null===(S=null==t?void 0:t.tvDetails)||void 0===S?void 0:S[0])||void 0===N?void 0:N.mobIcon)||void 0===I?void 0:I.filename:null===(A=null===(D=null===(O=null==t?void 0:t.tvDetails)||void 0===O?void 0:O[0])||void 0===D?void 0:D.icon)||void 0===A?void 0:A.filename,className:_e.addOnSectionIcon,alt:"tv",width:24,height:24}),e.createElement(Y,{content:null===(R=null===(B=null==t?void 0:t.tvDetails)||void 0===B?void 0:B[0])||void 0===R?void 0:R.text}),e.createElement("span",{className:`d-flex align-items-center ${_e.toggleSection}`},e.createElement("span",{className:_e.toggle},null==t?void 0:t.tvPrice),e.createElement(m,null,e.createElement(m.Check,{type:"switch",readOnly:!0,onClick:()=>{var e,n,o,l,i,d,a,c,u,s;oe(!ne),r(!ne),c=ne?"toggle_off_configurator":"toggle_on_configurator",u=null==t?void 0:t.heading,s=(null===(a=null===(d=null===(i=null===(l=null===(o=null===(n=null===(e=null==t?void 0:t.tvDetails)||void 0===e?void 0:e[0])||void 0===n?void 0:n.text)||void 0===o?void 0:o.content)||void 0===l?void 0:l[0])||void 0===i?void 0:i.content)||void 0===d?void 0:d[0])||void 0===a?void 0:a.text).replace(/[^a-zA-Z ]/g,""),window.dataLayer.push({event:Te,event_name:c,headline:u,selection:s})},checked:ne})),(null===(q=null===(W=null==t?void 0:t.tvDetails)||void 0===W?void 0:W[0])||void 0===q?void 0:q.tooltipTxt)&&e.createElement(be,{content:null===(H=null===(X=null==t?void 0:t.tvDetails)||void 0===X?void 0:X[0])||void 0===H?void 0:H.tooltipTxt,tooltipClass:_e.toolTip}))),ie===M&&(null===(K=Object.keys(l))||void 0===K?void 0:K.length)>0&&e.createElement(e.Fragment,null,e.createElement("div",{className:_e.horizontalLineDark}),ce()))),ie!==M&&(null===(J=Object.keys(l))||void 0===J?void 0:J.length)>0&&e.createElement(e.Fragment,null,ce()))))};var Le={tabblock:"LineTableV3Refined-module_tabblock__S6m9X",tabcontainer:"LineTableV3Refined-module_tabcontainer__NKVXX",tabcontent:"LineTableV3Refined-module_tabcontent__bIL32",tabcontentactive:"LineTableV3Refined-module_tabcontentactive__UK3d4",tabcontentinactive:"LineTableV3Refined-module_tabcontentinactive__-mxXT",titlecontainer:"LineTableV3Refined-module_titlecontainer__goMFH",title:"LineTableV3Refined-module_title__U9oaa",description:"LineTableV3Refined-module_description__Gq-74",selected:"LineTableV3Refined-module_selected__UlBFL",inactiveicon:"LineTableV3Refined-module_inactiveicon__kqk3d",activeicon:"LineTableV3Refined-module_activeicon__D6zyq",productcenter:"LineTableV3Refined-module_productcenter__HDUzl",bundleproductcard:"LineTableV3Refined-module_bundleproductcard__Jy3iE",mobilecard:"LineTableV3Refined-module_mobilecard__GW9e3",flexgrid:"LineTableV3Refined-module_flexgrid__D2wrK",productcontainer:"LineTableV3Refined-module_productcontainer__O9HbU",highlightBorder:"LineTableV3Refined-module_highlightBorder__DHKGR",highlightText:"LineTableV3Refined-module_highlightText__TTJZU",headersection:"LineTableV3Refined-module_headersection__yhoV0",titlesection:"LineTableV3Refined-module_titlesection__gd-Fl",productheader:"LineTableV3Refined-module_productheader__8rWWf",productdescription:"LineTableV3Refined-module_productdescription__sr-av",images:"LineTableV3Refined-module_images__9j18U",imagespace:"LineTableV3Refined-module_imagespace__o5gPc",borderimage:"LineTableV3Refined-module_borderimage__mgiVb",ordersection:"LineTableV3Refined-module_ordersection__E2ufE",pricesection:"LineTableV3Refined-module_pricesection__hr3kd",productcontractduration:"LineTableV3Refined-module_productcontractduration__NwfGg",productdetailslink:"LineTableV3Refined-module_productdetailslink__Fswzd",benefitssection:"LineTableV3Refined-module_benefitssection__dF1-F",overlay:"LineTableV3Refined-module_overlay__pBYdY",addsmartphone:"LineTableV3Refined-module_addsmartphone__NgpJF",promocontainer:"LineTableV3Refined-module_promocontainer__kAHqj",disabled:"LineTableV3Refined-module_disabled__hN2WZ",buttontext:"LineTableV3Refined-module_buttontext__LzgmC",swapButton:"LineTableV3Refined-module_swapButton__3zQV7"};g("/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.LineTableV3Refined-module_tabblock__S6m9X .LineTableV3Refined-module_tabcontainer__NKVXX {\n border: 1px solid #3d3935;\n border-radius: 32px;\n display: flex;\n margin-bottom: 0;\n width: auto;\n padding: 4px;\n}\n@media (max-width: 767px) {\n .LineTableV3Refined-module_tabblock__S6m9X .LineTableV3Refined-module_tabcontainer__NKVXX {\n border-radius: 8px;\n }\n}\n.LineTableV3Refined-module_tabblock__S6m9X .LineTableV3Refined-module_tabcontent__bIL32 {\n align-items: center;\n border-radius: 35px;\n cursor: pointer;\n display: flex;\n font-size: 16px;\n font-weight: 700;\n justify-content: center;\n line-height: 24px;\n padding: 8px 12px;\n}\n@media (max-width: 767px) {\n .LineTableV3Refined-module_tabblock__S6m9X .LineTableV3Refined-module_tabcontent__bIL32 {\n border-radius: 8px;\n }\n}\n.LineTableV3Refined-module_tabblock__S6m9X .LineTableV3Refined-module_tabcontentactive__UK3d4 {\n background-color: #da291c;\n border-radius: 35px;\n color: white !important;\n}\n.LineTableV3Refined-module_tabblock__S6m9X .LineTableV3Refined-module_tabcontentactive__UK3d4:hover {\n background-color: #961c13;\n}\n@media (max-width: 767px) {\n .LineTableV3Refined-module_tabblock__S6m9X .LineTableV3Refined-module_tabcontentactive__UK3d4 {\n border-radius: 8px;\n }\n}\n.LineTableV3Refined-module_tabblock__S6m9X .LineTableV3Refined-module_tabcontentinactive__-mxXT:hover {\n color: #961c13;\n}\n.LineTableV3Refined-module_tabblock__S6m9X input[type=radio] {\n display: none;\n}\n\n.LineTableV3Refined-module_titlecontainer__goMFH .LineTableV3Refined-module_title__U9oaa {\n font-size: 24px;\n font-weight: 700;\n line-height: 30px;\n padding-top: 20px;\n text-align: center;\n}\n.LineTableV3Refined-module_titlecontainer__goMFH .LineTableV3Refined-module_description__Gq-74 {\n font-size: 16px;\n font-weight: 24px;\n text-align: center;\n}\n\n.LineTableV3Refined-module_selected__UlBFL {\n align-items: center;\n color: #606060;\n display: inline-flex;\n font-size: 16px;\n font-weight: 500;\n line-height: 24px;\n margin-bottom: 12px;\n margin-right: 50px;\n margin-top: 4px;\n}\n.LineTableV3Refined-module_selected__UlBFL .LineTableV3Refined-module_inactiveicon__kqk3d {\n height: 24px;\n margin-right: 12px;\n width: 24px;\n}\n.LineTableV3Refined-module_selected__UlBFL .LineTableV3Refined-module_activeicon__D6zyq {\n height: 24px;\n margin-right: 12px;\n width: 24px;\n}\n\n.LineTableV3Refined-module_productcenter__HDUzl {\n align-items: center;\n flex-direction: column;\n height: 100%;\n margin-left: 10px;\n margin-right: 10px;\n text-align: center;\n}\n\n.LineTableV3Refined-module_bundleproductcard__Jy3iE {\n align-items: center;\n flex-direction: column;\n height: 100%;\n margin-left: 10px;\n margin-right: 10px;\n text-align: left;\n}\n@media (max-width: 767px) {\n .LineTableV3Refined-module_bundleproductcard__Jy3iE {\n margin-left: 8px;\n margin-right: 8px;\n }\n}\n\n@media (max-width: 767px) {\n .LineTableV3Refined-module_mobilecard__GW9e3 {\n width: calc(100vw - 70px);\n }\n}\n\n.LineTableV3Refined-module_flexgrid__D2wrK {\n display: flex;\n}\n\n.LineTableV3Refined-module_productcontainer__O9HbU {\n background-color: #fff;\n border: 4px solid transparent;\n border-radius: 8px;\n box-shadow: 0 2px 4px 0 rgba(87, 84, 82, 0.2);\n justify-content: space-between;\n padding: 16px;\n position: relative;\n}\n\n.LineTableV3Refined-module_highlightBorder__DHKGR {\n border: 4px solid #587467;\n border-radius: 8px;\n}\n\n.LineTableV3Refined-module_highlightText__TTJZU {\n align-items: center;\n background-color: #587467;\n border-radius: 8px;\n color: #fff;\n display: flex;\n flex-direction: row;\n font-size: 14px;\n font-weight: 700;\n justify-content: center;\n left: 28px;\n line-height: 20px;\n min-height: 24px;\n padding: 4px 8px;\n position: absolute;\n top: -18px;\n width: fit-content;\n}\n\n.LineTableV3Refined-module_headersection__yhoV0 {\n padding-bottom: 8px;\n}\n\n.LineTableV3Refined-module_titlesection__gd-Fl {\n align-items: flex-start;\n display: flex;\n justify-content: space-between;\n}\n\n.LineTableV3Refined-module_productheader__8rWWf {\n font-size: 28px;\n font-weight: 700;\n line-height: 36px;\n margin-bottom: 8px;\n}\n\n.LineTableV3Refined-module_productdescription__sr-av {\n color: #587467;\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n margin-top: -7px;\n}\n\n.LineTableV3Refined-module_images__9j18U {\n margin-right: -40px;\n}\n\n.LineTableV3Refined-module_imagespace__o5gPc {\n overflow: hidden;\n width: 100%;\n height: 100%;\n margin-left: -20px;\n margin-top: 30px;\n}\n\n.LineTableV3Refined-module_borderimage__mgiVb {\n padding: 0 4px;\n}\n\n.LineTableV3Refined-module_ordersection__E2ufE {\n border-top: 1px solid #e6e3df;\n margin-top: 15px;\n padding: 8px;\n text-align: center;\n}\n\n.LineTableV3Refined-module_pricesection__hr3kd {\n justify-content: center;\n}\n\n.LineTableV3Refined-module_productcontractduration__NwfGg {\n font-size: 12px;\n font-weight: 400;\n line-height: 16px;\n}\n\n.LineTableV3Refined-module_productdetailslink__Fswzd {\n color: #da291c;\n cursor: pointer;\n font-size: 16px;\n line-height: 24px;\n text-decoration: underline;\n}\n\n.LineTableV3Refined-module_benefitssection__dF1-F {\n padding-top: 16px;\n}\n\n.LineTableV3Refined-module_overlay__pBYdY {\n cursor: default;\n display: block;\n opacity: 0.4;\n pointer-events: none;\n}\n\n.LineTableV3Refined-module_addsmartphone__NgpJF img {\n margin-right: 10px;\n vertical-align: bottom;\n}\n\n.LineTableV3Refined-module_promocontainer__kAHqj {\n align-items: center;\n background: #2e6199;\n border-radius: 4px;\n color: #ffffff;\n display: flex;\n flex-direction: row;\n font-size: 14px;\n font-weight: 700;\n justify-content: center;\n left: 16px;\n line-height: 20px;\n min-height: 24px;\n padding: 4px 8px;\n position: absolute;\n top: -18px;\n width: fit-content;\n}\n\n.LineTableV3Refined-module_disabled__hN2WZ {\n opacity: 0.4;\n color: #606060;\n display: inline-block;\n font-weight: 500;\n margin-right: 6px;\n}\n\n.LineTableV3Refined-module_buttontext__LzgmC {\n font-size: 16px;\n line-height: 24px;\n color: #ffffff;\n font-weight: bold;\n text-align: center;\n}\n\n.LineTableV3Refined-module_swapButton__3zQV7 {\n display: flex;\n flex-direction: column-reverse;\n}");const Oe=n=>{var t,o;const l={superLargeDesktop:{breakpoint:{max:1e4,min:1440},items:4},desktop:{breakpoint:{max:1440,min:1024},items:3},tablet:{breakpoint:{max:1023,min:768},items:2},mobile:{breakpoint:{max:767,min:0},items:1,partialVisibilityGutter:(null===(t=null==n?void 0:n.children)||void 0===t?void 0:t.length)>1?48:5}},i=L(),r=e.useRef(),d=parseInt(n.carouselIndex,10);let a=!1;return e.useEffect((()=>{const e=window.innerWidth;a=e<767,setTimeout((()=>{var e;(!a&&d>2||a)&&(null===(e=r.current)||void 0===e||e.goToSlide(d,!1))}),400)}),[n.children.length]),e.createElement(s,{responsive:l,renderButtonGroupOutside:!0,partialVisible:!0,swipeable:!0,autoPlay:!1,shouldResetAutoplay:!1,arrows:"mobile"!==i||!!(null==n?void 0:n.arrow),showDots:"mobile"===i||(null===(o=null==n?void 0:n.children)||void 0===o?void 0:o.length)>3,ref:r,customTransition:"transform 1s ease"},n.children)};var De={productdetailswrapper:"ProductDetailsV3-module_productdetailswrapper__e1kPi",configheadersection:"ProductDetailsV3-module_configheadersection__p8XVS",displayname:"ProductDetailsV3-module_displayname__-EW8R",configdetailssection:"ProductDetailsV3-module_configdetailssection__yMamD",disabled:"ProductDetailsV3-module_disabled__tsjRY",showmore:"ProductDetailsV3-module_showmore__oIuyq",newmodal:"ProductDetailsV3-module_newmodal__C9g8C",tvHeading:"ProductDetailsV3-module_tvHeading__xdTqD",changeBtn:"ProductDetailsV3-module_changeBtn__WzRWX",optioncontainer:"ProductDetailsV3-module_optioncontainer__gUve-",optionlist:"ProductDetailsV3-module_optionlist__xVV8H",optiontitle:"ProductDetailsV3-module_optiontitle__eFcLL",optionwrapper:"ProductDetailsV3-module_optionwrapper__OqPW5",text:"ProductDetailsV3-module_text__U2B2W",pricecontainer:"ProductDetailsV3-module_pricecontainer__e8RuB",discountedprice:"ProductDetailsV3-module_discountedprice__trCaV",duration:"ProductDetailsV3-module_duration__KqhC6",basePriceAfterDiscount:"ProductDetailsV3-module_basePriceAfterDiscount__mOab8",pricedisplay:"ProductDetailsV3-module_pricedisplay__MXeXL",blockskeleton:"ProductDetailsV3-module_blockskeleton__OhQ-8"};g('/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.ProductDetailsV3-module_productdetailswrapper__e1kPi {\n border-bottom: 1px solid #e6e3df;\n padding: 16px 0;\n}\n\n.ProductDetailsV3-module_configheadersection__p8XVS {\n display: inline-flex;\n}\n\n.ProductDetailsV3-module_displayname__-EW8R {\n align-items: center;\n display: flex;\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n padding: 0 8px;\n}\n\n.ProductDetailsV3-module_configdetailssection__yMamD {\n font-size: 14px;\n font-weight: 400;\n line-height: 20px;\n padding-left: 32px;\n}\n\n.ProductDetailsV3-module_disabled__tsjRY {\n color: #606060;\n display: inline-block;\n font-weight: 500;\n margin-right: 6px;\n opacity: 0.4;\n}\n\n.ProductDetailsV3-module_showmore__oIuyq {\n color: #da291c;\n cursor: pointer;\n padding-left: 0;\n}\n\n.ProductDetailsV3-module_newmodal__C9g8C {\n align-items: center;\n border: 1px solid black;\n border-radius: 8px;\n cursor: pointer;\n display: flex;\n font-size: 14px;\n line-height: 20px;\n margin-bottom: 4px;\n margin-top: 8px;\n min-height: 38px;\n}\n.ProductDetailsV3-module_newmodal__C9g8C .ProductDetailsV3-module_tvHeading__xdTqD {\n font-weight: 700;\n margin-left: 10px;\n width: 100%;\n}\n.ProductDetailsV3-module_newmodal__C9g8C .ProductDetailsV3-module_changeBtn__WzRWX {\n color: #da291c;\n}\n.ProductDetailsV3-module_newmodal__C9g8C > img {\n margin: 4px 10px 0 4px;\n}\n\n.ProductDetailsV3-module_optioncontainer__gUve- {\n background: rgba(153, 178, 167, 0.1);\n border: 1px solid #B6C8C0;\n border-radius: 8px;\n padding: 12px 16px;\n}\n.ProductDetailsV3-module_optioncontainer__gUve- .ProductDetailsV3-module_optionlist__xVV8H {\n margin-top: 2px;\n}\n.ProductDetailsV3-module_optioncontainer__gUve- .ProductDetailsV3-module_optionlist__xVV8H .ProductDetailsV3-module_optiontitle__eFcLL {\n font-size: 16px;\n font-weight: 700;\n line-height: 24px;\n}\n.ProductDetailsV3-module_optioncontainer__gUve- .ProductDetailsV3-module_optionlist__xVV8H .ProductDetailsV3-module_optionwrapper__OqPW5 {\n color: #5f5955;\n display: flex;\n font-size: 14px;\n font-weight: 500;\n justify-content: space-between;\n line-height: 20px;\n margin-top: 12px;\n min-height: 24px;\n}\n.ProductDetailsV3-module_optioncontainer__gUve- .ProductDetailsV3-module_optionlist__xVV8H .ProductDetailsV3-module_optionwrapper__OqPW5 .ProductDetailsV3-module_text__U2B2W > div > p > b {\n color: #5e94cf;\n}\n\n.ProductDetailsV3-module_pricecontainer__e8RuB {\n justify-content: center;\n}\n.ProductDetailsV3-module_pricecontainer__e8RuB .ProductDetailsV3-module_discountedprice__trCaV {\n font-size: 24px;\n font-weight: 700;\n line-height: 32px;\n}\n.ProductDetailsV3-module_pricecontainer__e8RuB .ProductDetailsV3-module_duration__KqhC6 {\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n}\n.ProductDetailsV3-module_pricecontainer__e8RuB .ProductDetailsV3-module_basePriceAfterDiscount__mOab8 {\n font-size: 20px;\n font-weight: 700;\n line-height: 28px;\n padding-left: 10px;\n position: relative;\n}\n.ProductDetailsV3-module_pricecontainer__e8RuB .ProductDetailsV3-module_basePriceAfterDiscount__mOab8::after {\n border-bottom: 2px solid #e6003c;\n content: "";\n left: 8px;\n position: absolute;\n right: -1px;\n top: 50%;\n}\n.ProductDetailsV3-module_pricecontainer__e8RuB .ProductDetailsV3-module_pricedisplay__MXeXL {\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n padding: 4px;\n}\n\n.ProductDetailsV3-module_blockskeleton__OhQ-8 {\n bottom: 5px;\n height: 15px;\n top: 5px;\n}');const Ae=({content:n,entitlementConfig:t,indexKey:o,listlength:l,showModalPopup:i,sbStaticConstants:r,tabIndex:d,countryList:a,metadata:c})=>{var u;const[s,m]=e.useState(!1),p=e.useRef(null),v=null===(u=null==b?void 0:b.getInstance())||void 0===u?void 0:u.getAssetPath();e.useEffect((()=>{setTimeout((()=>{_()}),100)}),[s]);const _=()=>{k(`product-configv3${d}`,l),k(`detailsectionv3${d}`,l)};return e.createElement("div",{ref:p},e.createElement("div",{className:De.productdetailswrapper},e.createElement("div",{className:De.configheadersection,style:{width:"100%"}},(null==n?void 0:n.icon)?e.createElement("span",null,e.createElement("img",{src:null==n?void 0:n.icon,alt:"img",width:24,height:24,className:De.imagecontainer})):"",e.createElement("span",{className:De.displayname},null==n?void 0:n.name),(null==n?void 0:n.tooltip)?e.createElement("div",{className:De.bundletooltip,style:{marginLeft:"auto"}},e.createElement(be,{content:null==n?void 0:n.tooltip})):""),e.createElement("div",{className:De.configdetailssection},(null==n?void 0:n.tvChannelName)&&"TV"===(null==n?void 0:n.poType)&&e.createElement("div",{className:De.newmodal,onClick:()=>{i()}},e.createElement("div",{className:De.tvHeading},null==n?void 0:n.tvChannelName),e.createElement("div",{className:De.changeBtn},r.changeText),e.createElement("img",{src:`${v}/icons/chevron-down-red.svg`,height:24,width:24,alt:""})),(null==n?void 0:n.includeDescription)?e.createElement("div",{className:De.productdetailsdescription,id:`entitledespV3${o}`},e.createElement(Y,{content:null==n?void 0:n.description})):e.createElement(e.Fragment,null,(null==n?void 0:n.includeEntitlement)&&t&&(null==t?void 0:t.map(((n,t)=>e.createElement(e.Fragment,null,t<2||t>1&&s?e.createElement("div",{className:De.entitlementvalue},(null==n?void 0:n.icon)&&e.createElement("div",{className:De.entitlementicon},e.createElement("img",{src:null==n?void 0:n.icon,width:20,height:20})),e.createElement("div",{className:(null==n?void 0:n.isDisabled)?De.disabled:""},null==n?void 0:n.entitlement,(null==n?void 0:n.toolTipText)&&e.createElement("div",{className:De.bundletooltip},e.createElement(be,{content:null==n?void 0:n.toolTipText})))):"")))),(null==t?void 0:t.length)>2&&e.createElement("div",{className:De.showmore,onClick:()=>m(!s)},s?null==r?void 0:r.show_less:null==r?void 0:r.show_more)),(null==n?void 0:n.linkText)&&e.createElement(le,{product:a,linkText:null==n?void 0:n.linkText,metadata:c,reuseableLineTable:!0}))))};var Be="SkeletonLoader-module_reactloadingskeletonV3__hLl73";g('/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.SkeletonLoader-module_reactloadingskeletonV3__hLl73 {\n --base-color: #ebebeb;\n --highlight-color: #f5f5f5;\n --animation-duration: 1.5s;\n --animation-direction: normal;\n --pseudo-element-display: block; /* Enable animation */\n background-color: var(--base-color);\n width: 100%;\n border-radius: 0.25rem;\n display: inline-flex;\n line-height: 1;\n position: relative;\n user-select: none;\n overflow: hidden;\n}\n\n.SkeletonLoader-module_reactloadingskeletonV3__hLl73::after {\n content: " ";\n display: var(--pseudo-element-display);\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n height: 100%;\n background-repeat: no-repeat;\n background-image: linear-gradient(90deg, var(--base-color), var(--highlight-color), var(--base-color));\n transform: translateX(-100%);\n animation-name: SkeletonLoader-module_react-loading-skeleton__G8Drm;\n animation-direction: var(--animation-direction);\n animation-duration: var(--animation-duration);\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite;\n}\n\n@media (prefers-reduced-motion) {\n .SkeletonLoader-module_reactloadingskeletonV3__hLl73 {\n --pseudo-element-display: none; /* Disable animation */\n }\n}\n.SkeletonLoader-module_skeletontittle__tKku- {\n height: 50px;\n}\n\n.SkeletonLoader-module_skeletonline__BsblE {\n height: 15px;\n margin: 8px 0;\n}');const Re=({count:n=1,stylename:t=""})=>e.createElement("div",null,e.createElement(p,{className:`${Be} ${t}`,count:n})),We=({content:n,priceCollection:t,toggleSwitch:o,sbStaticConstants:l})=>{var i,r,d,a,c,u;const s=null!==(i=null==t?void 0:t.base)&&void 0!==i?i:0;let m=null!==(a=null===(d=null===(r=null==t?void 0:t.discount)||void 0===r?void 0:r[0])||void 0===d?void 0:d.value)&&void 0!==a?a:0;null===(c=null==t?void 0:t.discount)||void 0===c||c.map((e=>{1==(null==e?void 0:e.cycleStart)&&(m=null==e?void 0:e.value)}));const p=null==t?void 0:t.discount,v=null==t?void 0:t.int_fmc,_=null==t?void 0:t.mob_fmc;let h=!1;return e.createElement("div",null,Number(s)>0?e.createElement(e.Fragment,null,e.createElement("div",{className:`${De.pricecontainer}`},e.createElement("span",{className:`${De.discountedprice} ${o&&!(v>0||_>0)?"":o||v>0||_>0||(null==p?void 0:p.length)>0?De.promo:""}`},V(m>0&&!o?m:s),e.createElement("span",{className:`${De.duration}`},null==l?void 0:l.mt)),s&&(v>0||_>0||!o&&p.length>0)&&e.createElement("span",{className:`${De.basePriceAfterDiscount}`},V(s)),e.createElement("div",null,null==n?void 0:n.promoText)),!o&&!_&&!v&&(null==p?void 0:p.length)>0&&(null===(u=null==p?void 0:p[0])||void 0===u?void 0:u.cycleEnd)&&e.createElement("div",null,e.createElement("div",{className:De.pricedisplay},p.length>0&&p.map((n=>(720===(null==n?void 0:n.cycleEnd)&&(h=!0),e.createElement(e.Fragment,null," ",e.createElement("span",{className:De.pricelabel},h?null==l?void 0:l.lifetime_label:e.createElement(e.Fragment,null," ",1!=n.cycleStart&&e.createElement(e.Fragment,null,"CHF"," ",V(n.value))," ",1===n.cycleStart?D(null==l?void 0:l.promo_first_lt,[n.cycleEnd]):D(null==l?void 0:l.promo_next_lt,[n.cycleEnd-n.cycleStart+1]))))))),!h&&e.createElement("span",null," ",D(null==l?void 0:l.promo_then_lt,[V(s)]))))):e.createElement(Re,{stylename:De.blockskeleton}))};var ze="ProductDetailsV2-module_productmodal__2B7qv",Fe="ProductDetailsV2-module_container__dH9t4",Ge="ProductDetailsV2-module_backbtn__5E2Ow",Me="ProductDetailsV2-module_closebtn__vonVN",$e="ProductDetailsV2-module_cartbtn__lmC7O",je="ProductDetailsV2-module_check-footer__iuqqZ",Ue="ProductDetailsV2-module_footer-linetablev3__bo9Qj";g("/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n@media (min-width: 1024px) {\n .ProductDetailsV2-module_productmodal__2B7qv {\n min-width: 884px;\n }\n}\n@media (min-width: 768px) and (max-width: 1023px) {\n .ProductDetailsV2-module_productmodal__2B7qv {\n min-width: 740px;\n }\n}\n.ProductDetailsV2-module_productmodal__2B7qv .modal-body {\n padding: 0 16px 16px;\n}\n@media (max-width: 767px) {\n .ProductDetailsV2-module_productmodal__2B7qv .modal-body {\n padding: 12px;\n }\n}\n.ProductDetailsV2-module_productmodal__2B7qv .modal-content {\n background-color: #f7f6f5;\n border-radius: 8px;\n box-shadow: 0px 20px 30px -8px rgba(87, 84, 82, 0.4);\n}\n.ProductDetailsV2-module_productmodal__2B7qv .modal-content .modal-header {\n border-bottom: none !important;\n}\n.ProductDetailsV2-module_productmodal__2B7qv .ProductDetailsV2-module_container__dH9t4 {\n display: flex;\n align-items: center;\n margin-left: 16px;\n}\n.ProductDetailsV2-module_productmodal__2B7qv .ProductDetailsV2-module_container__dH9t4 .ProductDetailsV2-module_backbtn__5E2Ow {\n color: #da291c;\n}\n@media (max-width: 767px) {\n .ProductDetailsV2-module_productmodal__2B7qv .ProductDetailsV2-module_container__dH9t4 {\n margin-left: 12px;\n }\n}\n.ProductDetailsV2-module_productmodal__2B7qv .ProductDetailsV2-module_closebtn__vonVN .btn-close:focus {\n border: none;\n box-shadow: none;\n}\n\n.ProductDetailsV2-module_cartbtn__lmC7O {\n cursor: pointer;\n text-align: center;\n width: fit-content;\n float: right;\n}\n.ProductDetailsV2-module_cartbtn__lmC7O .primarybutton {\n padding: 10px 24px;\n}\n@media (max-width: 767px) {\n .ProductDetailsV2-module_cartbtn__lmC7O {\n position: inherit;\n width: auto;\n top: 0;\n right: auto;\n }\n}\n\n.ProductDetailsV2-module_check-footer__iuqqZ {\n position: relative;\n bottom: 0;\n margin: 24px 16px;\n padding: 8px 16px;\n border: 1px solid #e6e3df;\n border-radius: 8px;\n}\n.ProductDetailsV2-module_check-footer__iuqqZ .ProductDetailsV2-module_footer-linetablev3__bo9Qj {\n width: 100%;\n display: inline-flex;\n justify-content: space-between;\n align-items: center;\n}\n\n.ProductDetailsV2-module_back-button__U8Wjz {\n position: fixed;\n top: 0;\n padding: 16px 0;\n}\n\n.ProductDetailsV2-module_modal-price__jlNZA {\n padding: 16px 0 24px;\n}\n\n.ProductDetailsV2-module_productDetailstext__Mg-EX {\n color: #3d3935;\n text-decoration: underline;\n}\n\n.ProductDetailsV2-module_productDetailstextNew__w3s0l {\n color: #da291c;\n text-decoration: underline;\n}\n\n.ProductDetailsV2-module_textColor__tQQxl {\n color: #ffffff;\n text-decoration: underline;\n}");const qe=({modalState:n,handler:l,showFooter:i,footerNode:r,children:d,width:a,height:c,backButton:u})=>{var s;const m=null===(s=null==b?void 0:b.getInstance())||void 0===s?void 0:s.getAssetPath();return e.useEffect((()=>{const e=document&&(null===document||void 0===document?void 0:document.querySelector(".product-modal .footer-main"));e&&(e.style.zIndex="10");const n=document&&(null===document||void 0===document?void 0:document.querySelector(".modal-dialog.product-modal"));n&&(n.style.maxWidth=a,n.style.padding="0",n.style.transform="none");const t=document&&(null===document||void 0===document?void 0:document.querySelector(".product-modal .modal-content"));t&&(t.style.height=c,t.style.backgroundColor="#F7F6F5");const o=document&&document.querySelector(".product-modal .modal-header");o&&(o.style.position="absolute",o.style.top="0",o.style.zIndex="1",o.style.maxWidth="100%",o.style.background="#f8f8f8",o.style.width="100%");const l=document&&document.querySelector(".product-modal .modal-body");l&&(l.style.background="#f8f8f8",l.style.paddingTop="70px")}),[c]),e.createElement(t,{scrollable:!1,show:n,onHide:l,keyboard:!1,dialogClassName:ze},e.createElement(t.Header,null,e.createElement("div",{onClick:l,className:`${Fe}`},e.createElement(e.Fragment,null,e.createElement("img",{src:`${m}/icons/arrow-left-red.svg`,alt:"",height:24,width:24,className:"me-3"}),e.createElement("span",{className:Ge},u))),e.createElement("div",{className:`${Me} me-3 mt-3`},e.createElement(o,{className:"sr-modal-close",onClick:l}))),e.createElement(t.Body,null,d),i&&e.createElement(t.Footer,null,r))},Xe=({content:n,isMobileFlow:t,sbStaticConstants:o,address:l,isAvailable:i,showPrice:r,createCartCall:d,updatedContent:a})=>{var c;const[u,s]=e.useState(!1);return e.useEffect((()=>{!t&&!i||""===(null==r?void 0:r.base)?s(!0):s(!1)}),[n,r,i]),e.createElement("div",null,t?(null==a?void 0:a.swapButton)?(null==a?void 0:a.ctaLinkLabel)&&e.createElement("a",{onClick:d,className:`${u&&Le.disabled}`},null==a?void 0:a.ctaLinkLabel):e.createElement("button",{className:`primarybutton ${u&&Le.disabled}`,onClick:d,disabled:u},e.createElement("span",{className:Le.buttontext},null==o?void 0:o.addToCartBtnTxt)):e.createElement(e.Fragment,null,l&&(null===(c=null==Object?void 0:Object.keys(l))||void 0===c?void 0:c.length)>0?e.createElement(e.Fragment,null,e.createElement("button",{className:`primarybutton ${u&&Le.disabled}`,onClick:d,disabled:u},e.createElement("span",{className:Le.buttontext},null==o?void 0:o.addToCartBtnTxt))):e.createElement("button",{onClick:d,className:"configurebutton"},e.createElement("span",null,null==o?void 0:o.check_availability))))},Ye=({products:n,showProductDetail:t,setShowProductDetail:o,content:l,priceCollection:i,addToCart:r,sbStaticConstants:d,createCartCall:a,contractDuration:c})=>{var u;const[s,m]=e.useState(!0);let p=[],v="";n&&n.length>0&&(null==n||n.map((e=>{p=null==e?void 0:e.modalBody,v=null==e?void 0:e.backButton})));return e.createElement(e.Fragment,null,t&&e.createElement(e.Fragment,null,e.createElement(qe,{modalState:s,handler:()=>{m(!s),o(!t)},showFooter:!1,height:"100%",backButton:v},e.createElement(e.Fragment,null,null==p?void 0:p.map(((n,t)=>e.createElement(ae,null,e.createElement(e.Fragment,null,(null==n?void 0:n.component)===B&&e.createElement(H,{content:n,key:t}),(null==n?void 0:n.component)===W&&e.createElement(se,{content:n}),(null==n?void 0:n.component)===R&&e.createElement(ue,{content:n}))))),e.createElement("div",{className:`footer-main ${je} `},e.createElement("span",{className:`${Ue}`},e.createElement("div",null,e.createElement(We,{content:l,priceCollection:i,sbStaticConstants:d}),e.createElement("div",null,c?D(null===(u=null==d?void 0:d.minContractDuration)||void 0===u?void 0:u.substring(1),[c]):null==d?void 0:d.simo_no_contract_term)),e.createElement("div",{className:$e},e.createElement(Xe,{content:l,sbStaticConstants:d,isAvailable:null==r?void 0:r.isAvailable,showPrice:i,isSkeletonLoading:null==r?void 0:r.isSkeletonLoading,isMobileFlow:null==r?void 0:r.isMobileFlow,createCartCall:a,address:null==r?void 0:r.address}))))))))};var He={errormodalbox:"TVChannelOfferV2-module_errormodalbox__sDWbF",header:"TVChannelOfferV2-module_header__kzobu",errorwrapper:"TVChannelOfferV2-module_errorwrapper__Gg4jt",title:"TVChannelOfferV2-module_title__RbPPM",body:"TVChannelOfferV2-module_body__tQavD",footer:"TVChannelOfferV2-module_footer__4rVEl",optionsContent:"TVChannelOfferV2-module_optionsContent__AyBQJ",confirmBtn:"TVChannelOfferV2-module_confirmBtn__ZI4NW",errordialog:"TVChannelOfferV2-module_errordialog__llanJ"};g("/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.TVChannelOfferV2-module_errormodalbox__sDWbF {\n border-radius: 0px;\n padding: 20px 16px 100px;\n box-shadow: rgba(87, 84, 82, 0.4);\n background-color: #f8f8f8;\n overflow: visible;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_header__kzobu {\n z-index: 1;\n border: none;\n padding: 0px;\n margin-bottom: -12px;\n margin-right: 0.5rem;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_header__kzobu .btn-close:focus {\n border: none;\n box-shadow: none;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_errorwrapper__Gg4jt {\n border-radius: 8px;\n box-shadow: rgba(87, 84, 82, 0.2);\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_errorwrapper__Gg4jt .TVChannelOfferV2-module_title__RbPPM {\n margin-right: 24px;\n margin-bottom: 24px;\n color: #3d3935;\n font-size: 20px;\n line-height: 28px;\n font-weight: 700;\n text-align: center;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_errorwrapper__Gg4jt .TVChannelOfferV2-module_body__tQavD {\n padding: 0px;\n display: flex;\n color: #5f5955;\n flex-wrap: wrap;\n justify-content: center;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_footer__4rVEl {\n border: none;\n position: absolute;\n bottom: 0px;\n right: 0;\n width: 100%;\n padding: 24px 0px;\n border-radius: 0px;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_footer__4rVEl .TVChannelOfferV2-module_optionsContent__AyBQJ {\n margin: auto;\n width: fit-content;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_footer__4rVEl .TVChannelOfferV2-module_confirmBtn__ZI4NW {\n border: none;\n width: fit-content;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_footer__4rVEl .TVChannelOfferV2-module_confirmBtn__ZI4NW > img {\n margin-left: 8px;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_footer__4rVEl p {\n color: #ffffff;\n align-items: left;\n}\n\n.TVChannelOfferV2-module_errordialog__llanJ {\n max-width: 934px;\n}");var Ke="EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h-",Ze="EntertainmentOptionsV2-module_cardinputelement__00RZZ",Je="EntertainmentOptionsV2-module_card__LqNAf";g('/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- {\n align-items: flex-start;\n background: #ffffff;\n border-radius: 8px;\n box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);\n display: flex;\n flex: none;\n flex-direction: column;\n margin: 10px;\n max-width: 340px;\n order: 0;\n position: relative;\n width: 100%;\n}\n@media (min-width: 1024px) {\n .EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- {\n max-width: 380px;\n }\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- .EntertainmentOptionsV2-module_fs12__rhrjW {\n margin-left: 4px;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- .EntertainmentOptionsV2-module_cardinputelement__00RZZ + .EntertainmentOptionsV2-module_card__LqNAf {\n -webkit-box-shadow: none;\n border: 0px;\n border-radius: 8px;\n box-shadow: none;\n height: 100%;\n width: 100%;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- .EntertainmentOptionsV2-module_cardinputelement__00RZZ + .EntertainmentOptionsV2-module_card__LqNAf:hover {\n cursor: pointer;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- .EntertainmentOptionsV2-module_cardinputelement__00RZZ:checked + .EntertainmentOptionsV2-module_card__LqNAf {\n outline: 4px solid #da291c;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- .EntertainmentOptionsV2-module_cardinputelement__00RZZ:checked + .EntertainmentOptionsV2-module_card__LqNAf h4 {\n color: #da291c;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- .EntertainmentOptionsV2-module_cardinputelement__00RZZ:checked + .EntertainmentOptionsV2-module_card__LqNAf.EntertainmentOptionsV2-module_showArrow__timDx::after {\n width: 0;\n height: 0;\n border-left: 9px solid transparent;\n border-right: 9px solid transparent;\n border-top: 8px solid #f1571d;\n position: absolute;\n content: "";\n top: calc(100% + 4px);\n left: calc(50% - 9px);\n}\n@media (max-width: 767px) {\n .EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- .EntertainmentOptionsV2-module_cardinputelement__00RZZ:checked + .EntertainmentOptionsV2-module_card__LqNAf.EntertainmentOptionsV2-module_showArrow__timDx::after {\n display: none;\n }\n}\n\n.EntertainmentOptionsV2-module_entertainmentoptionswrappermobile__FX0BH {\n align-items: flex-start;\n border-bottom: 1px solid #e5e5e5;\n display: flex;\n flex-direction: inherit;\n min-width: max-content;\n position: static;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrappermobile__FX0BH .EntertainmentOptionsV2-module_mobcard__MUGs3 {\n border-radius: 8px;\n width: 100%;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrappermobile__FX0BH .EntertainmentOptionsV2-module_mobcard__MUGs3 .EntertainmentOptionsV2-module_tabheading__ve-Rh {\n display: flex;\n padding: 0 0 10px 50px;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrappermobile__FX0BH .EntertainmentOptionsV2-module_mobcard__MUGs3 .EntertainmentOptionsV2-module_tabheading__ve-Rh .EntertainmentOptionsV2-module_entoptibutton__TAVdH {\n margin-left: auto;\n padding-right: 15px;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrappermobile__FX0BH .EntertainmentOptionsV2-module_mobcard__MUGs3 .EntertainmentOptionsV2-module_tabheading__ve-Rh h4 {\n color: #333333;\n font-size: 16px;\n font-weight: 700;\n left: 32px;\n line-height: 24px;\n top: 12px;\n min-width: max-content;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrappermobile__FX0BH .EntertainmentOptionsV2-module_mobcard__MUGs3 .EntertainmentOptionsV2-module_additionalprice__s7i-2 {\n transform: translate(50px, -20px);\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrappermobile__FX0BH .EntertainmentOptionsV2-module_mobcard__MUGs3 .EntertainmentOptionsV2-module_additionalprice__s7i-2 p span {\n color: #333333;\n font-size: 16px;\n font-weight: 700;\n left: 32px;\n line-height: 24px;\n top: 0;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrappermobile__FX0BH .EntertainmentOptionsV2-module_mobcard__MUGs3 .EntertainmentOptionsV2-module_inputfield__grFes {\n height: 50px;\n margin: 0 16px 16px 16px;\n}\n\n.EntertainmentOptionsV2-module_radiocontainer__U83LN {\n cursor: pointer;\n display: inline-block;\n font-weight: 700;\n padding-left: 30px;\n position: relative;\n}\n.EntertainmentOptionsV2-module_radiocontainer__U83LN .EntertainmentOptionsV2-module_checkmark__BeCUA {\n border: 2px solid #b2b2b2;\n border-radius: 50%;\n height: 20px;\n left: 0;\n margin: 10px 10px 0 18px;\n position: absolute;\n top: 0;\n width: 20px;\n}\n.EntertainmentOptionsV2-module_radiocontainer__U83LN .EntertainmentOptionsV2-module_checkmark__BeCUA.EntertainmentOptionsV2-module_disabled__Lf1GV {\n border: 2px solid #b2b2b2;\n}\n\n.EntertainmentOptionsV2-module_radiocontainer__U83LN input {\n cursor: pointer;\n opacity: 0;\n position: absolute;\n}\n\n/* When the radio button is checked, add a blue background */\n.EntertainmentOptionsV2-module_radiocontainer__U83LN input:checked ~ .EntertainmentOptionsV2-module_checkmark__BeCUA {\n background-color: #ffffff;\n border: 2px solid #d9415c;\n}\n.EntertainmentOptionsV2-module_radiocontainer__U83LN input:checked ~ .EntertainmentOptionsV2-module_checkmark__BeCUA:hover {\n border: 2px solid #d9415c;\n}\n.EntertainmentOptionsV2-module_radiocontainer__U83LN input:checked ~ .EntertainmentOptionsV2-module_checkmark__BeCUA:hover:after {\n background: #d9415c;\n}\n\n/* Create the indicator (the dot/circle - hidden when not checked) */\n.EntertainmentOptionsV2-module_checkmark__BeCUA:after {\n content: "";\n display: none;\n position: absolute;\n}\n\n/* Show the indicator (dot/circle) when checked */\n.EntertainmentOptionsV2-module_radiocontainer__U83LN input:checked ~ .EntertainmentOptionsV2-module_checkmark__BeCUA:after {\n display: block;\n}\n\n/* Style the indicator (dot/circle) */\n.EntertainmentOptionsV2-module_radiocontainer__U83LN .EntertainmentOptionsV2-module_checkmark__BeCUA:after {\n background: #d9415c;\n border-radius: 50%;\n height: 10px;\n left: 3px;\n top: 3px;\n width: 10px;\n}');var Qe="ReactInputSelectV2-module_selectcontainer__neygJ",en="ReactInputSelectV2-module_downArrowIcon__KGx-5",nn="ReactInputSelectV2-module_transform180__XCHJs",tn="ReactInputSelectV2-module_errormessage__FF0WO";g('/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.ReactInputSelectV2-module_selectcontainer__neygJ {\n position: relative;\n}\n.ReactInputSelectV2-module_selectcontainer__neygJ .react-select__control {\n border: 1px solid #b3aeaa !important;\n}\n.ReactInputSelectV2-module_selectcontainer__neygJ .ReactInputSelectV2-module_downArrowIcon__KGx-5 {\n content: "";\n display: inline-block;\n height: 24px;\n width: 24px;\n background: url("/ecom-int/icons/chevron-down.svg") no-repeat;\n background-size: cover;\n background-position: center;\n margin-left: 8px;\n transform: rotate(0);\n transition: transform 0.3s;\n}\n.ReactInputSelectV2-module_selectcontainer__neygJ .ReactInputSelectV2-module_downArrowIcon__KGx-5.ReactInputSelectV2-module_transform180__XCHJs {\n transform: rotate(180deg);\n}\n.ReactInputSelectV2-module_selectcontainer__neygJ .ReactInputSelectV2-module_downArrowIcon__KGx-5:hover {\n cursor: pointer;\n}\n.ReactInputSelectV2-module_selectcontainer__neygJ .ReactInputSelectV2-module_errormessage__FF0WO {\n color: #c60047;\n font-size: 12px;\n line-height: 16px;\n margin-top: 4px;\n}');const on=e.forwardRef((({name:n,options:t,content:o,isSearchable:l=!0,disableValues:i=[],defaultValue:r="",optionsValue:d="value",optionsLabel:a="label",isDisabled:c=!1,isClearable:u=!0,onChange:s},m)=>{const[p,_]=e.useState(!1),[h,g]=e.useState(r),[f,b]=e.useState(!1),[x,y]=e.useState(!1);Boolean(h)==x&&y(!x);return e.createElement("div",{className:Qe},e.createElement(v,{className:`react-select-container ${x&&"errorborder"}`,styles:(T=x&&p,{control:e=>Object.assign(Object.assign({},e),T&&{border:"2px solid #C60047 !important"}),valueContainer:e=>Object.assign(Object.assign({},e),!o.label&&{padding:"0px 0px 0px 12px !important"})}),name:n,instanceId:"React-select",classNamePrefix:"react-select",components:{DropdownIndicator:n=>e.createElement(v.components.DropdownIndicator,Object.assign({},n),e.createElement("span",{className:`${en} ${n.selectProps.menuIsOpen?nn:""}`})),IndicatorSeparator:null},value:h,onChange:e=>{g(e),"function"==typeof s&&s(e?{name:n,value:e}:{name:n,value:{[d]:"",[a]:""}})},isClearable:u,placeholder:"",onFocus:()=>b(!0),onBlur:()=>{!p&&_(!0),b(!1)},backspaceRemovesValue:!0,options:t,ref:m,getOptionLabel:e=>e[a],getOptionValue:e=>e[d],isOptionDisabled:e=>i.includes(e[d]),isDisabled:c,isSearchable:l}),e.createElement("label",{className:`${(h&&h[d]&&h[a]||f)&&"activeLabel"} selectcomplabel`},o.label),x&&p&&e.createElement("span",{className:tn},o.errorMessage));var T})),ln=({className:n="",name:t="demo",content:o,checked:l,options:i,setProduct:r,onclick:d,localeID:a,type:c="radio",langSelected:u})=>{var s,m;const[p,v]=e.useState({details:"",included:""}),_="NETFLIX"==(null==o?void 0:o.tvGroup)||"SPORTS"==(null==o?void 0:o.tvGroup),h=e.useMemo((()=>{var e,n;const t=e=>{let n;return null==i||i.map(((t,o)=>{t.name==(null==e?void 0:e.toUpperCase())&&(n=o)})),n};return null!==(n=null!==(e=t(u||a))&&void 0!==e?e:t("de"))&&void 0!==n?n:0}),[i]),g=null==o?void 0:o.productId,[f,b]=e.useState(g);return e.useEffect((()=>{try{const e=null===localStorage||void 0===localStorage?void 0:localStorage.getItem("sbstaticcontent");if(""!==e){const n=e&&JSON.parse(e);v(Object.assign(Object.assign({},p),{details:null==n?void 0:n.details,included:null==n?void 0:n.included}))}}catch(e){}}),[]),e.createElement("label",{className:`${Ke} ${n}`,onClick:d},e.createElement("input",{type:c,name:t,value:f,className:`${Ze} d-none`,id:"demo1","data-additional":null==o?void 0:o.tvGroup,checked:l,readOnly:!0}),e.createElement("div",{className:`${Je} card card-body`},e.createElement("div",{className:"d-flex"},e.createElement("h4",null,null==o?void 0:o.displayName)),e.createElement("div",{className:"mb-3"},e.createElement(Y,{content:null==o?void 0:o.description})),(null===(s=null==o?void 0:o.prodImage)||void 0===s?void 0:s.filename)&&e.createElement("img",{src:null===(m=null==o?void 0:o.prodImage)||void 0===m?void 0:m.filename,height:"",width:"",alt:""}),(null==i?void 0:i.length)>1&&e.createElement("div",{className:"mt-auto"},e.createElement(on,{content:{label:"",errorMessage:""},options:i,optionsValue:"name",optionsLabel:"value",onChange:e=>{var n,t;const o=e.value.name;if(o){const e=i.filter((e=>e.name==o));r(null===(n=null==e?void 0:e[0])||void 0===n?void 0:n.prod),b(null===(t=null==e?void 0:e[0])||void 0===t?void 0:t.prod)}},isSearchable:!1,isClearable:!1,defaultValue:i[h]})),_&&e.createElement("div",{className:`row w-100 pt-2 ${!((null==i?void 0:i.length)>1)&&"mt-auto"}`},e.createElement("h3",{className:"col-9 mb-0"},null==p?void 0:p.included))))},rn=({content:t,showModal:o,setShowModal:l,setEntertainment:r,setTvChannelName:d,radioValue:a,setRadioValue:c,metadata:u})=>{var s,m,p,v;const _=null==t?void 0:t.ids,[h,g]=e.useState([]),x=null==u?void 0:u.lang,[y,T]=e.useState([]),[P,w]=e.useState({}),C=null===(s=null==f?void 0:f.getInstance())||void 0===s?void 0:s.getSBUrl(),E=null===(m=null==b?void 0:b.getInstance())||void 0===m?void 0:m.getAssetPath(),k=localStorage.getItem("sbstaticcontent"),S=k&&JSON.parse(k),V=["NETFLIX","TVBOX","TVAPP"],N={language:x,type:"B2C"};e.useEffect((()=>{let e="";_.forEach((n=>{e=e+n+","}));const t=`${C}rest/cms/stories/?by_slugs=${e}`,o=[];n.CMSStoryblokServiceV2.get(t,N).then((e=>{var n,t;null===(t=null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.stories)||void 0===t||t.map((e=>{o.push(e)}))})).catch((e=>{console.log(e)})).finally((()=>{A(o)})),g(o)}),[x]),e.useEffect((()=>{a&&h&&h.map((e=>{var n,t,o,l,i,r,c,u,s,m,p,v;(null===(o=null===(t=null===(n=null==e?void 0:e.content)||void 0===n?void 0:n.body)||void 0===t?void 0:t[0])||void 0===o?void 0:o.code)&&(null===(r=null===(i=null===(l=e.content)||void 0===l?void 0:l.body)||void 0===i?void 0:i[0])||void 0===r?void 0:r.code)===a&&d((null===(s=null===(u=null===(c=null==e?void 0:e.content)||void 0===c?void 0:c.body)||void 0===u?void 0:u[0])||void 0===s?void 0:s.displayName)+" "+(null===(v=null===(p=null===(m=null==e?void 0:e.content)||void 0===m?void 0:m.body)||void 0===p?void 0:p[0])||void 0===v?void 0:v.tvLang))}))}),[a]);const I=()=>{l(!1)},L=e=>{c(e.target.value)},O=q,D=e=>{c(e)},A=e=>{const n=[],t=[],o={};let l="";e.map((e=>{var i,r,d,a,c,u,s,m,p,v,_,h,g,f,b,x,y,T,P,w,C,E,k,S;const N=null===(d=null===(r=null===(i=e.content)||void 0===i?void 0:i.body)||void 0===r?void 0:r[0])||void 0===d?void 0:d.tvGroup;(null===(u=null===(c=null===(a=e.content)||void 0===a?void 0:a.body)||void 0===c?void 0:c[0])||void 0===u?void 0:u.isTvGroup)&&!l&&(l=null===(p=null===(m=null===(s=e.content)||void 0===s?void 0:s.body)||void 0===m?void 0:m[0])||void 0===p?void 0:p.code),n.includes(N)||(V.includes(N)||"DE"===(null===(h=null===(_=null===(v=null==e?void 0:e.content)||void 0===v?void 0:v.body)||void 0===_?void 0:_[0])||void 0===h?void 0:h.tvLang))&&(n.push(N),t.push(null===(f=null===(g=null==e?void 0:e.content)||void 0===g?void 0:g.body)||void 0===f?void 0:f[0])),(null===(b=o[N])||void 0===b?void 0:b.length)||(o[N]=[]),o[N].push({name:null===(T=null===(y=null===(x=null==e?void 0:e.content)||void 0===x?void 0:x.body)||void 0===y?void 0:y[0])||void 0===T?void 0:T.tvLang,value:O[null===(C=null===(w=null===(P=null==e?void 0:e.content)||void 0===P?void 0:P.body)||void 0===w?void 0:w[0])||void 0===C?void 0:C.tvLang],prod:null===(S=null===(k=null===(E=null==e?void 0:e.content)||void 0===E?void 0:E.body)||void 0===k?void 0:k[0])||void 0===S?void 0:S.code})})),w(o),""==a&&c(l);const i=t.filter((e=>"NETFLIX"===(null==e?void 0:e.tvGroup))),r=t.indexOf(i[0]),d=t.splice(r,1)[0];t.splice(0,0,d),T(t)};return e.createElement(e.Fragment,null,e.createElement(i.Modal,{contentClassName:He.errormodalbox,show:o,dialogClassName:He.errordialog,onHide:I,centered:!0},e.createElement(i.Modal.Header,{className:He.header,closeButton:!0,onClick:I}),e.createElement("div",{className:He.errorwrapper},e.createElement(i.Modal.Title,{className:He.title},(null===(p=null==t?void 0:t.product)||void 0===p?void 0:p.includes("Netflix"))?null==S?void 0:S.entertainment_prod_modal_head:null==S?void 0:S.choose_tv_box_app),e.createElement("div",null,e.createElement(i.Modal.Body,{className:He.body},y&&y.map(((n,t)=>{var o;let l="",i=!1;const r=null===(o=P[null==n?void 0:n.tvGroup])||void 0===o?void 0:o.reduce(((e,n)=>(i=n.prod==a,i&&(l=n.name.toLowerCase()),e||i)),!1);return e.createElement(ln,{key:t,content:n,value:t,options:P[null==n?void 0:n.tvGroup],setProduct:D,onclick:L,localeID:x,checked:r,langSelected:l})}))))),""!=a&&e.createElement(i.Modal.Footer,{className:He.footer},e.createElement("div",{className:"row w-100"},e.createElement("div",{className:"text-center"},e.createElement("button",{className:`${He.confirmBtn} primarybutton`,onClick:()=>(e=>{var n,o,i,d,a,c,u,s;const m=(h||[]).filter((n=>{var t,o,l;if((null===(l=null===(o=null===(t=null==n?void 0:n.content)||void 0===t?void 0:t.body)||void 0===o?void 0:o[0])||void 0===l?void 0:l.productId)===e)return n})),p={ignoreId:"",selectedEntertainmentProduct:[]};(null===(d=null===(i=null===(o=null===(n=m[0])||void 0===n?void 0:n.content)||void 0===o?void 0:o.body)||void 0===i?void 0:i[0])||void 0===d?void 0:d.productId)&&e!==(null==t?void 0:t.product)&&(p.ignoreId=null==t?void 0:t.product,p.selectedEntertainmentProduct.push({id:null===(s=null===(u=null===(c=null===(a=m[0])||void 0===a?void 0:a.content)||void 0===c?void 0:c.body)||void 0===u?void 0:u[0])||void 0===s?void 0:s.productId,checkVoucher:!1,promoIds:[null==t?void 0:t.promotion]})),r&&r(p),l(!1)})(a)},(null===(v=null==t?void 0:t.product)||void 0===v?void 0:v.includes("Netflix"))?e.createElement(e.Fragment,null,S.confirm_your_choice,e.createElement("img",{className:He["img-tick"],src:`${E}/icons/tick.svg`,height:24,width:24,alt:""})):null==S?void 0:S.continue))))))},dn=({content:n,priceCollection:t,sbStaticConstants:o})=>{const l=null==t?void 0:t.int_fmc,i=null==t?void 0:t.mob_fmc,r=null==t?void 0:t.mob_benefit_category,d=n=>e.createElement("span",{className:De.optionwrapper},(null==n?void 0:n.icon)&&e.createElement("img",{src:null==n?void 0:n.icon,width:24,height:24}),e.createElement("span",{className:`${De.text} ms-2`},e.createElement(Y,{content:null==n?void 0:n.text})));return e.createElement("div",null,e.createElement("div",{className:De.optioncontainer},e.createElement("div",{className:De.optionlist},(null==n?void 0:n.length)>0&&e.createElement("span",{className:De.optiontitle},null==o?void 0:o.benefits),(n||[]).map(((n,t)=>"default"==(null==n?void 0:n.id)||"int_fmc"==(null==n?void 0:n.id)&&l>0&&"FMC"!=r||"multimob_fmc"==(null==n?void 0:n.id)&&i>0&&"MULTIMOBILE"==r||"combi_fmc"==(null==n?void 0:n.id)&&i>0&&"FMC"==r?e.createElement("div",{key:t,className:"d-flex justify-content-between"},e.createElement("span",null,n&&e.createElement("span",{className:"d-flex"},(null==n?void 0:n.text)&&!(null==n?void 0:n.isMMC)&&!(null==n?void 0:n.isMobileFMC)&&e.createElement(e.Fragment,null,d(n)),(null==n?void 0:n.text)&&"MULTIMOBILE"===r&&(null==n?void 0:n.isMMC)&&e.createElement(e.Fragment,null,d(n)),(null==n?void 0:n.text)&&"FMC"===r&&(null==n?void 0:n.isMobileFMC)&&e.createElement(e.Fragment,null,d(n)))),e.createElement("span",null,(null==n?void 0:n.toolTip)&&e.createElement(be,{content:null==n?void 0:n.toolTip,isBenefit:!0}))):"")))))};var an={giftcontainer:"GiftConfigV2-module_giftcontainer__bUNTl",gifttitle:"GiftConfigV2-module_gifttitle__5SMQP",giftlist:"GiftConfigV2-module_giftlist__dZ-r-",giftsection:"GiftConfigV2-module_giftsection__-QBuQ",gifticon:"GiftConfigV2-module_gifticon__OcniV",giftdescription:"GiftConfigV2-module_giftdescription__5v6-A",description:"GiftConfigV2-module_description__UIoTt",gifttooltip:"GiftConfigV2-module_gifttooltip__1Lq-I",list:"GiftConfigV2-module_list__O4AOP"};g("/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.GiftConfigV2-module_giftcontainer__bUNTl {\n display: flex;\n flex-direction: column;\n border: 1px solid #B6C8C0;\n background: rgba(153, 178, 167, 0.1);\n border-radius: 8px;\n padding: 16px;\n margin: 0 0 10px;\n}\n@media (max-width: 1023px) {\n .GiftConfigV2-module_giftcontainer__bUNTl {\n padding: 10px;\n margin-bottom: 8px;\n }\n}\n.GiftConfigV2-module_giftcontainer__bUNTl .GiftConfigV2-module_gifttitle__5SMQP {\n font-size: 16px;\n line-height: 24px;\n font-weight: bold;\n margin-left: 11px;\n padding-top: 2px;\n}\n.GiftConfigV2-module_giftcontainer__bUNTl .GiftConfigV2-module_giftlist__dZ-r- .GiftConfigV2-module_giftsection__-QBuQ {\n display: flex;\n align-items: center;\n}\n.GiftConfigV2-module_giftcontainer__bUNTl .GiftConfigV2-module_giftlist__dZ-r- .GiftConfigV2-module_gifticon__OcniV {\n position: relative;\n}\n.GiftConfigV2-module_giftcontainer__bUNTl .GiftConfigV2-module_giftlist__dZ-r- .GiftConfigV2-module_giftdescription__5v6-A {\n display: inline-block;\n font-size: 14px;\n line-height: 20px;\n color: #606060;\n margin-left: 8px;\n}\n.GiftConfigV2-module_giftcontainer__bUNTl .GiftConfigV2-module_giftlist__dZ-r- .GiftConfigV2-module_giftdescription__5v6-A .GiftConfigV2-module_description__UIoTt {\n font-weight: 700;\n color: #3d3935;\n}\n.GiftConfigV2-module_giftcontainer__bUNTl .GiftConfigV2-module_giftlist__dZ-r- .GiftConfigV2-module_gifttooltip__1Lq-I {\n float: right;\n position: relative;\n}\n.GiftConfigV2-module_giftcontainer__bUNTl .GiftConfigV2-module_giftlist__dZ-r- .GiftConfigV2-module_list__O4AOP {\n margin-top: 8px;\n}\n@media (min-width: 768px) and (max-width: 1023px) {\n .GiftConfigV2-module_giftcontainer__bUNTl .GiftConfigV2-module_giftlist__dZ-r- .GiftConfigV2-module_list__O4AOP {\n margin: 8px 0;\n }\n}");const cn=({content:n})=>{var t,o,l;return e.createElement("div",null,e.createElement("div",{className:an.giftcontainer},e.createElement("div",{className:an.giftlist},(null==n?void 0:n.giftIcon)&&(null===(t=null==n?void 0:n.giftIcon)||void 0===t?void 0:t.filename)&&e.createElement("span",{className:an.gifticon},e.createElement("img",{src:null===(o=null==n?void 0:n.giftIcon)||void 0===o?void 0:o.filename,width:24,height:24})),e.createElement("span",{className:an.gifttitle},null==n?void 0:n.title),e.createElement("span",{className:an.gifttooltip},(null==n?void 0:n.tooltipText)&&e.createElement(be,{content:null==n?void 0:n.tooltipText,isBenefit:!0}))),e.createElement("div",{className:an.list},e.createElement("div",{className:an.giftlist},e.createElement("div",{className:an.giftsection},(null==n?void 0:n.giftIcon)&&e.createElement("span",{className:an.gifticon},e.createElement("img",{src:null===(l=null==n?void 0:n.giftImage)||void 0===l?void 0:l.filename,width:64,height:64})),e.createElement("div",{className:an.giftdescription},e.createElement("span",{className:an.description},null==n?void 0:n.giftName),e.createElement("br",null),e.createElement("span",{className:an.giftprice},null==n?void 0:n.price)))))))};var un={giftcontainer:"ChooseGiftV2-module_giftcontainer__Dbb2N",giftlist:"ChooseGiftV2-module_giftlist__DgXih",gifttitle:"ChooseGiftV2-module_gifttitle__zO2X8",gifttooltip:"ChooseGiftV2-module_gifttooltip__gYZ5V",giftsection:"ChooseGiftV2-module_giftsection__4l8rb",giftimagecontainer:"ChooseGiftV2-module_giftimagecontainer__W23p1",giftimg:"ChooseGiftV2-module_giftimg__6S6jb",giftdescription:"ChooseGiftV2-module_giftdescription__S-woF",description:"ChooseGiftV2-module_description__EjBz5",list:"ChooseGiftV2-module_list__Wb9GH"};g("/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.ChooseGiftV2-module_giftcontainer__Dbb2N {\n border: 1px solid #B6C8C0;\n background: rgba(153, 178, 167, 0.1);\n border-radius: 8px;\n padding: 16px;\n margin-bottom: 10px;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftlist__DgXih {\n margin-top: 2px;\n display: flex;\n align-items: center;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftlist__DgXih .ChooseGiftV2-module_gifttitle__zO2X8 {\n font-size: 16px;\n line-height: 24px;\n width: calc(100% - 48px);\n font-weight: bold;\n margin-left: 11px;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftlist__DgXih .ChooseGiftV2-module_gifttooltip__gYZ5V {\n float: right;\n position: relative;\n top: 2px;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftsection__4l8rb {\n margin: 8px 0px 10px 0px;\n display: flex;\n flex-wrap: wrap;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftsection__4l8rb .ChooseGiftV2-module_giftimagecontainer__W23p1 {\n cursor: pointer;\n margin-right: 8px;\n padding: 8px 2px;\n flex-grow: 1;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftsection__4l8rb .ChooseGiftV2-module_giftimagecontainer__W23p1 img {\n display: block;\n margin: 0 auto;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftsection__4l8rb .ChooseGiftV2-module_giftimg__6S6jb {\n border: 2px solid red;\n border-radius: 8px;\n width: fit-content;\n padding: 6px 0;\n box-sizing: border-box;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftdescription__S-woF {\n display: inline-block;\n font-size: 14px;\n line-height: 20px;\n color: #606060;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftdescription__S-woF .ChooseGiftV2-module_description__EjBz5 {\n font-weight: 700;\n color: #3d3935;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_list__Wb9GH {\n margin: 16px 0px;\n}\n@media (min-width: 768px) and (max-width: 1023px) {\n .ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_list__Wb9GH {\n margin: 8px 0;\n }\n}");const sn=({content:n,selectedGiftItem:t,parentPoType:o})=>{var l,i,r;const[d,a]=e.useState(0),[c,u]=e.useState(null===(l=null==n?void 0:n.listOfGifts)||void 0===l?void 0:l[0]);return e.useEffect((()=>{var e,l;let i=!1;null===(e=null==n?void 0:n.listOfGifts)||void 0===e||e.map(((e,l)=>{e.is_default&&(u(e),a(l),i=!0,t({tuaProdId:null==e?void 0:e.tuaProdId,giftGroupId:null==n?void 0:n.giftGroupId,parentPoType:o}))})),i||t({tuaProdId:null===(l=null==n?void 0:n.listOfGifts)||void 0===l?void 0:l[0].tuaProdId,giftGroupId:null==n?void 0:n.giftGroupId,parentPoType:o})}),[]),e.createElement("div",null,e.createElement("div",{className:un.giftcontainer},e.createElement("div",{className:un.giftlist},e.createElement("span",{className:un.gifticon},e.createElement("img",{src:null===(i=null==n?void 0:n.giftIcon)||void 0===i?void 0:i.filename,width:24,height:24})),e.createElement("span",{className:un.gifttitle},null==n?void 0:n.title),e.createElement("div",{className:un.gifttooltip},e.createElement(be,{content:null==n?void 0:n.tooltipText}))),e.createElement("div",{className:un.giftsection},null===(r=null==n?void 0:n.listOfGifts)||void 0===r?void 0:r.map(((l,i)=>{var r;return e.createElement("div",{key:i,onClick:()=>((e,l)=>{u(e),a(l),t({tuaProdId:null==e?void 0:e.tuaProdId,giftGroupId:null==n?void 0:n.giftGroupId,parentPoType:o})})(l,i),className:`${un.giftimagecontainer} ${i===d&&un.giftimg}`},e.createElement("img",{src:null===(r=l.image)||void 0===r?void 0:r.filename,width:64,height:64}))}))),e.createElement("div",{className:un.giftdescription},e.createElement("span",{className:un.description},null==c?void 0:c.title)," ",e.createElement("br",null),e.createElement("span",{className:un.giftprice},(null==c?void 0:c.description)&&e.createElement(Y,{content:null==c?void 0:c.description})))))},mn=(e,n,t)=>{window.dataLayer.push(Object.assign({event:e,event_name:n},t))};var pn="CashbackV2-module_cashbackcontainer__uRM1Z",vn="CashbackV2-module_cashbackmodule__kYlg6",_n="CashbackV2-module_cashbackicon__fDkXT",hn="CashbackV2-module_cashbackimage__led6d",gn="CashbackV2-module_cashbacktitle__su2j2",fn="CashbackV2-module_cashbacktooltip__MdcgY",bn="CashbackV2-module_cashbackdescription__-UtWu";g("/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.CashbackV2-module_cashbackcontainer__uRM1Z {\n border: 1px solid #B6C8C0;\n background: rgba(153, 178, 167, 0.1);\n border-radius: 8px;\n box-sizing: border-box;\n padding: 16px;\n align-items: center;\n}\n.CashbackV2-module_cashbackcontainer__uRM1Z .CashbackV2-module_cashbackmodule__kYlg6 {\n font-size: 14px;\n line-height: 20px;\n}\n.CashbackV2-module_cashbackcontainer__uRM1Z .CashbackV2-module_cashbackmodule__kYlg6 .CashbackV2-module_cashbackicon__fDkXT {\n position: relative;\n}\n.CashbackV2-module_cashbackcontainer__uRM1Z .CashbackV2-module_cashbackmodule__kYlg6 .CashbackV2-module_cashbackimage__led6d {\n display: flex;\n align-items: center;\n margin-top: 8px;\n}\n.CashbackV2-module_cashbackcontainer__uRM1Z .CashbackV2-module_cashbacktitle__su2j2 {\n margin-left: 8px;\n font-weight: 700;\n margin-top: 2px;\n color: #3d3935;\n font-size: 16px;\n line-height: 24px;\n}\n.CashbackV2-module_cashbackcontainer__uRM1Z .CashbackV2-module_cashbacktooltip__MdcgY {\n float: right;\n position: relative;\n}\n.CashbackV2-module_cashbackcontainer__uRM1Z .CashbackV2-module_cashbackdescription__-UtWu {\n font-weight: 400;\n color: #5f5955;\n margin-left: 8px;\n}");const xn=({content:n})=>{var t,o;return e.createElement("div",null,e.createElement("div",{className:`${pn} cashbackv2container`},e.createElement("div",{className:vn},e.createElement("div",null,e.createElement("span",{className:_n},e.createElement("img",{src:null===(t=null==n?void 0:n.icon)||void 0===t?void 0:t.filename,alt:"cashback",width:24,height:24})),e.createElement("span",{className:gn},null==n?void 0:n.title),e.createElement("span",{className:fn},(null==n?void 0:n.tooltiptext)&&e.createElement(be,{content:null==n?void 0:n.tooltiptext}))),e.createElement("div",{className:hn},e.createElement("img",{src:null===(o=null==n?void 0:n.image)||void 0===o?void 0:o.filename,alt:"cashback",width:64,height:64}),e.createElement("span",{className:bn},null==n?void 0:n.description)))))},yn=({content:n,cards:t,metadata:o,indexKey:l,offeringData:i,uniqueId:r,tabIndex:d,lineCheckCallBack:a,sbStaticConstants:u,address:s,eligibleBundle:m,summaryUrl:p,isMobileFlow:v,updatedContent:g,lineTableContent:x})=>{var y,T,P,w,C,E,S,V,N,I,L,O,A,B,R,W,z,M,$,j,U,q,X;const[H,K]=e.useState({}),[J,ee]=e.useState({}),[ne,oe]=e.useState(),[le,ie]=e.useState(""),[re,de]=e.useState(""),[ae,ce]=e.useState(!1),[ue,se]=e.useState(!1),[me,pe]=e.useState(!1),[ve,_e]=e.useState([]),he=null===(y=null==b?void 0:b.getInstance())||void 0===y?void 0:y.getAssetPath(),[ge,fe]=e.useState(!1),[be,ye]=e.useState(!1),Pe=null==H?void 0:H.code,Ce=((null==i?void 0:i[r])||[]).filter((e=>(null==e?void 0:e.id)===Pe)),Ee=((e,n,t)=>{var o,l,i,r,d,a,c,u,s,m;const p={base:"",onetimePrice:"",discount:[],contractDuration:"",int_fmc:0,mob_fmc:0,mob_benefit_category:"",id:"",promoID:""};Array.isArray(e)&&(null==e||e.map((e=>{var n,t,o;p.id=null!==(n=null==e?void 0:e.id)&&void 0!==n?n:"",null===(t=null==e?void 0:e.prices)||void 0===t||t.map((e=>{var n,t;"recurring"===(null===(n=null==e?void 0:e.priceType)||void 0===n?void 0:n.toLowerCase())?p.base=null==e?void 0:e.value:"one time"===(null===(t=null==e?void 0:e.priceType)||void 0===t?void 0:t.toLowerCase())&&(p.onetimePrice=null==e?void 0:e.value)})),null===(o=null==e?void 0:e.derivedPrice)||void 0===o||o.map((e=>{var n,t;const o={cycleStart:"",cycleEnd:"",value:""};o.cycleStart=null===(n=null==e?void 0:e.cycle)||void 0===n?void 0:n.cycleStart,o.cycleEnd=null===(t=null==e?void 0:e.cycle)||void 0===t?void 0:t.cycleEnd,o.value=null==e?void 0:e.value,p.discount.push(o)}))}))),null===(l=null===(o=null==e?void 0:e[0])||void 0===o?void 0:o.bundledOffers)||void 0===l||l.forEach((e=>{var n,t,o,l,i,r,d,a,c;null===(n=null==e?void 0:e.prices)||void 0===n||n.forEach((e=>{var n,t;(null===(n=null==e?void 0:e.priceAlteration)||void 0===n?void 0:n.length)>0&&(null===(t=null==e?void 0:e.priceAlteration)||void 0===t||t.forEach((e=>{"INTERNET_FMC"==(null==e?void 0:e.priceCategory)?p.int_fmc+=Number(null==e?void 0:e.value):"MULTIMOBILE"!=(null==e?void 0:e.priceCategory)&&"FMC"!=(null==e?void 0:e.priceCategory)||(p.mob_fmc+=Number(null==e?void 0:e.value),p.mob_benefit_category=null==e?void 0:e.priceCategory)})))})),(null===(o=null===(t=null==e?void 0:e.promotionInfo)||void 0===t?void 0:t[0])||void 0===o?void 0:o.contractDuration)&&(p.contractDuration=null===(i=null===(l=null==e?void 0:e.promotionInfo)||void 0===l?void 0:l[0])||void 0===i?void 0:i.contractDuration),(null===(d=null===(r=null==e?void 0:e.promotionInfo)||void 0===r?void 0:r[0])||void 0===d?void 0:d.id)&&(p.promoID=null===(c=null===(a=null==e?void 0:e.promotionInfo)||void 0===a?void 0:a[0])||void 0===c?void 0:c.id)})),(null===(i=null==e?void 0:e[0])||void 0===i?void 0:i.isBundle)||(p.contractDuration=null===(d=null===(r=null==e?void 0:e[0])||void 0===r?void 0:r.promotionInfo)||void 0===d?void 0:d[0].contractDuration,p.promoID=null===(u=null===(c=null===(a=null==e?void 0:e[0])||void 0===a?void 0:a.promotionInfo)||void 0===c?void 0:c[0])||void 0===u?void 0:u.id);let v=0;return null===(m=null===(s=null==e?void 0:e[0])||void 0===s?void 0:s.prices)||void 0===m||m.map((e=>{var n,t;(null===(n=null==e?void 0:e.priceAlteration)||void 0===n?void 0:n.length)>0&&(null===(t=null==e?void 0:e.priceAlteration)||void 0===t||t.map((e=>{"INTERNET_FMC"==(null==e?void 0:e.priceCategory)?v+=Number(null==e?void 0:e.value):"MULTIMOBILE"!=(null==e?void 0:e.priceCategory)&&"FMC"!=(null==e?void 0:e.priceCategory)||(p.mob_fmc+=Number(null==e?void 0:e.value),p.mob_benefit_category=null==e?void 0:e.priceCategory)})))})),(null==p?void 0:p.contractDuration)||n||(p.contractDuration="12"),p.int_fmc=t?v:p.int_fmc,p})(Ce,v),ke=null===(T=null==f?void 0:f.getInstance())||void 0===T?void 0:T.getCartUrl(),[Se,Ie]=e.useState(!1);let Oe;if(H){const e=null==H?void 0:H.code;Oe=s&&(null===(P=null==m?void 0:m.eligibleBundle)||void 0===P?void 0:P.includes(e))}const De=void 0!==typeof window&&document.getElementById("reusable-linetable");e.useEffect((()=>{var e,n;const t=null==Ce?void 0:Ce.filter((e=>e&&e.id===(null==H?void 0:H.code)));se((e=>{let n=!1;return null==e||e.map((e=>{var t;null===(t=null==e?void 0:e.promotionInfo)||void 0===t||t.map((e=>{(null==e?void 0:e.hardwareGift)&&(n=!0)}))})),n})(v?t:null===(e=null==t?void 0:t[0])||void 0===e?void 0:e.bundledOffers)),pe((e=>{let n=!1;return null==e||e.map((e=>{var t;null===(t=null==e?void 0:e.promotionInfo)||void 0===t||t.map((e=>{(null==e?void 0:e.cashBack)&&(n=!0)}))})),n})(v?t:null===(n=null==t?void 0:t[0])||void 0===n?void 0:n.bundledOffers))}),[H,Ce]),e.useEffect((()=>{var e,t,o;if(null==n?void 0:n.productStroyObj){const l=((e,n,t)=>{var o,l,i,r,d,a,c,u,s,m,p,v,_,h,g,f,b,x,y,T,P,w,C,E,k,S,V,N,I,L,O,D,A,B,R,W,z,F,G,M,$,j,U,q,X,Y,H,K,Z,J,ee,ne,te,oe,le,ie,re,de,ae,ce,ue,se,me,pe,ve,_e,he,ge,fe,be,xe,ye,Te,Pe,we,Ce;const Ee={displayName:"",description:"",icon:"",code:"",productDetailsModal:[],pageType:"",highlightText:"",promoID:"",productConfig:[],entitlementConfig:[],benefitsSection:[],serviceOptions:{avalaible:!1,promotion:"",ids:new Set,product:"",radioValue:"",tvChannelName:"",poType:""},countryListUrl:"",promoObj:[],addSmartPhone:[],promoText:"",priceDisplayText:"",cardImg:"",bestSellerColor:""},ke=n?null==e?void 0:e.productStroyObj.stroy:null==e?void 0:e.productStroyObj;if(Ee.displayName=null===(i=null===(l=null===(o=null==ke?void 0:ke.content)||void 0===o?void 0:o.body)||void 0===l?void 0:l[0])||void 0===i?void 0:i.displayName,Ee.code=null===(a=null===(d=null===(r=null==ke?void 0:ke.content)||void 0===r?void 0:r.body)||void 0===d?void 0:d[0])||void 0===a?void 0:a.code,Ee.highlightText=null==e?void 0:e.highlightText,Ee.promoText=null===(s=null===(u=null===(c=null==ke?void 0:ke.content)||void 0===c?void 0:c.body)||void 0===u?void 0:u[0])||void 0===s?void 0:s.promoText,Ee.cardImg=null===(_=null===(v=null===(p=null===(m=null==ke?void 0:ke.content)||void 0===m?void 0:m.body)||void 0===p?void 0:p[0])||void 0===v?void 0:v.img)||void 0===_?void 0:_.filename,null==e?void 0:e.promStroyObj){const t={};Ee.promoID=null===(h=null==e?void 0:e.promStroyObj)||void 0===h?void 0:h.prom,Ee.serviceOptions.promotion=null===(g=null==e?void 0:e.promStroyObj)||void 0===g?void 0:g.prom;const o=null===(f=null==e?void 0:e.promStroyObj)||void 0===f?void 0:f.stroy,l=null==o?void 0:o.content;if(l&&(null==l?void 0:l.promoDescription)&&(null==l?void 0:l.promoDescription.length)>0)for(let o=0;o<l.promoDescription.length;o++){const i=l.promoDescription[o];if(e.promStroyObj.prom===i.parent_promo_id){t.promotion=null==i?void 0:i.parent_promo_id,t.description=null==i?void 0:i.description,t.isPricingPromo=!1,t.isGiftPromo=!1,t.isDefault=null===(b=null==e?void 0:e.promStroyObj)||void 0===b?void 0:b.isDefault,t.displayText=null==i?void 0:i.displayText,t.bestSellerColor=null==i?void 0:i.bestSellerColor,t.cashback=null==i?void 0:i.cashback,i.type.includes("pricing")?t.isPricingPromo=!0:i.type.includes("gift")&&(t.isGiftPromo=!0,t.giftConfig=null==i?void 0:i.giftConfig,t.giftConfigV2=null==i?void 0:i.giftConfigV2,t.parentPoType=n?"MOBILE":"HOME"),!(null==t?void 0:t.isPricingPromo)&&!(null==t?void 0:t.isGiftPromo)||(null===(x=null==e?void 0:e.products)||void 0===x?void 0:x.dontShowPromotion)||(Ee.priceDisplayText=null==i?void 0:i.displayText,Ee.bestSellerColor=null==i?void 0:i.bestSellerColor);break}}Ee.promoObj.push(t)}if(n){if(Ee.description=null===(J=null===(Z=null===(K=null==ke?void 0:ke.content)||void 0===K?void 0:K.body)||void 0===Z?void 0:Z[0])||void 0===J?void 0:J.introText,Ee.productDetailsModal=null===(te=null===(ne=null===(ee=null==ke?void 0:ke.content)||void 0===ee?void 0:ee.body)||void 0===ne?void 0:ne[0])||void 0===te?void 0:te.subscriptionDetailModal,Ee.icon=null===(re=null===(ie=null===(le=null===(oe=null==ke?void 0:ke.content)||void 0===oe?void 0:oe.body)||void 0===le?void 0:le[0])||void 0===ie?void 0:ie.prodImage)||void 0===re?void 0:re.filename,Ee.pageType="MOBILE",Ee.countryListUrl={reference:null===(ue=null===(ce=null===(ae=null===(de=null==ke?void 0:ke.content)||void 0===de?void 0:de.body)||void 0===ae?void 0:ae[0])||void 0===ce?void 0:ce.countryList)||void 0===ue?void 0:ue.cached_url},(null===(pe=null===(me=null===(se=null==ke?void 0:ke.content.body)||void 0===se?void 0:se[0])||void 0===me?void 0:me.entitlementConfig)||void 0===pe?void 0:pe.length)>0){const e=[];null===(he=null===(_e=null===(ve=null==ke?void 0:ke.content.body)||void 0===ve?void 0:ve[0])||void 0===_e?void 0:_e.entitlementConfig)||void 0===he||he.map((n=>{var t;const o={icon:null===(t=null==n?void 0:n.entitlementIcon)||void 0===t?void 0:t.filename,name:null==n?void 0:n.entitlementName,description:null==n?void 0:n.entitlementDescription,tooltip:null==n?void 0:n.tooltip,linkText:null==n?void 0:n.linkText,includeDescription:null==n?void 0:n.includeDescription};e.push(o)})),Ee.productConfig=e}if((null===(xe=null===(be=null===(fe=null===(ge=null==ke?void 0:ke.content)||void 0===ge?void 0:ge.body)||void 0===fe?void 0:fe[0])||void 0===be?void 0:be.extraOptions)||void 0===xe?void 0:xe.length)>0){const e=[];null===(we=null===(Pe=null===(Te=null===(ye=null==ke?void 0:ke.content)||void 0===ye?void 0:ye.body)||void 0===Te?void 0:Te[0])||void 0===Pe?void 0:Pe.extraOptions)||void 0===we||we.map((n=>{var t;const o={icon:null===(t=null==n?void 0:n.entitlementIcon)||void 0===t?void 0:t.filename,id:"default",text:null==n?void 0:n.entitlementName,toolTip:null==n?void 0:n.tooltip,isMMC:null==n?void 0:n.isMMC,isMobileFMC:null==n?void 0:n.isFMC};null==e||e.push(o)})),Ee.benefitsSection=e}(null===(Ce=null==t?void 0:t.addSmartphone)||void 0===Ce?void 0:Ce.length)>0&&(Ee.addSmartPhone=null==t?void 0:t.addSmartphone)}else{const e=["NETFLIX","SPORTS"];if(Ee.description=null===(P=null===(T=null===(y=null==ke?void 0:ke.content)||void 0===y?void 0:y.body)||void 0===T?void 0:T[0])||void 0===P?void 0:P.description,Ee.productDetailsModal=null===(E=null===(C=null===(w=null==ke?void 0:ke.content)||void 0===w?void 0:w.body)||void 0===C?void 0:C[0])||void 0===E?void 0:E.productDetailsModal,Ee.pageType="HOME",(null===(N=null===(V=null===(S=null===(k=null==ke?void 0:ke.content)||void 0===k?void 0:k.body)||void 0===S?void 0:S[0])||void 0===V?void 0:V.products)||void 0===N?void 0:N.length)>0){const n=Q(null===(O=null===(L=null===(I=null==ke?void 0:ke.content)||void 0===I?void 0:I.body)||void 0===L?void 0:L[0])||void 0===O?void 0:O.products);if((null==n?void 0:n.length)>0){const t=[],o=[];null==n||n.map((n=>{var l,i,r,d;const a=null===(l=null==n?void 0:n.bundleConfig)||void 0===l?void 0:l[0],c={icon:null===(i=null==a?void 0:a.bundleIcon)||void 0===i?void 0:i.filename,name:(null==a?void 0:a.bundleDisplayName)?null==a?void 0:a.bundleDisplayName:n.displayName,description:(null==a?void 0:a.description)?null==a?void 0:a.description:n.description,tooltip:null==n?void 0:n.toolTipText,linkText:n.linkText,includeDescription:null==a?void 0:a.includeDescription,includeEntitlement:null==a?void 0:a.includeEntitlement,poType:null==n?void 0:n.poType};(null==a?void 0:a.includeEntitlement)&&(null===(r=null==n?void 0:n.entitlementConfig)||void 0===r?void 0:r.length)>0&&(null===(d=null==n?void 0:n.entitlementConfig)||void 0===d||d.map((e=>{var n;null===(n=null==e?void 0:e.entitlementValues)||void 0===n||n.map((e=>{var n;const t={icon:null===(n=null==e?void 0:e.icon)||void 0===n?void 0:n.filename,toolTip:null==e?void 0:e.toolTipText,entitlement:null==e?void 0:e.value,disabled:null==e?void 0:e.disabled};null==o||o.push(t)}))}))),null==t||t.push(c),"TV"===(null==n?void 0:n.poType)&&e.includes(null==n?void 0:n.tvGroup)&&(Ee.serviceOptions.poType="TV",Ee.serviceOptions.radioValue=null==n?void 0:n.code,"NETFLIX"==(null==n?void 0:n.tvGroup)?Ee.serviceOptions.tvChannelName="Netflix":"SPORTS"==(null==n?void 0:n.tvGroup)?Ee.serviceOptions.tvChannelName=(null==n?void 0:n.displayName)+" "+(null==n?void 0:n.tvLang):Ee.serviceOptions.tvChannelName="TV Box",Ee.serviceOptions.avalaible=!0,Ee.serviceOptions.product=null==n?void 0:n.code,Ee.serviceOptions.ids.add(null==n?void 0:n.tvGroupProdPath))})),Ee.productConfig=t,Ee.entitlementConfig=o}}if((null===(R=null===(B=null===(A=null===(D=null==ke?void 0:ke.content)||void 0===D?void 0:D.body)||void 0===A?void 0:A[0])||void 0===B?void 0:B.benefitsSection)||void 0===R?void 0:R.length)>0){const e=[];null===(G=null===(F=null===(z=null===(W=null==ke?void 0:ke.content)||void 0===W?void 0:W.body)||void 0===z?void 0:z[0])||void 0===F?void 0:F.benefitsSection)||void 0===G||G.map((n=>{var t;const o={icon:null===(t=null==n?void 0:n.icon)||void 0===t?void 0:t.filename,id:null==n?void 0:n.id,text:null==n?void 0:n.text,toolTip:null==n?void 0:n.tooltip};null==e||e.push(o)})),Ee.benefitsSection=e}(null===(U=null===(j=null===($=null===(M=null==ke?void 0:ke.content)||void 0===M?void 0:M.body)||void 0===$?void 0:$[0])||void 0===j?void 0:j.addnEntitlements)||void 0===U?void 0:U.length)>0&&(null===(H=null===(Y=null===(X=null===(q=null==ke?void 0:ke.content)||void 0===q?void 0:q.body)||void 0===X?void 0:X[0])||void 0===Y?void 0:Y.addnEntitlements)||void 0===H||H.map((e=>{var n,t,o,l;const i={icon:null===(n=null==e?void 0:e.icon)||void 0===n?void 0:n.filename,name:null==e?void 0:e.text,description:null==e?void 0:e.description,tooltip:null==e?void 0:e.toolTip,linkText:null==e?void 0:e.linkText,includeDescription:null!==(t=null==e?void 0:e.includeDescription)&&void 0!==t&&t,includeEntitlement:null!==(o=null==e?void 0:e.includeEntitlement)&&void 0!==o&&o};(null===(l=Ee.productConfig)||void 0===l?void 0:l.length)>0?Ee.productConfig.push(i):Ee.productConfig=i})))}return Ee})(n,v,g);"TV"===(null===(e=null==l?void 0:l.serviceOptions)||void 0===e?void 0:e.poType)&&(de(null===(t=null==l?void 0:l.serviceOptions)||void 0===t?void 0:t.radioValue),ie(null===(o=null==l?void 0:l.serviceOptions)||void 0===o?void 0:o.tvChannelName)),K(l),ee(l)}}),[n]),e.useEffect((()=>(setTimeout((()=>{ze()}),100),null===window||void 0===window||window.addEventListener("load",ze),null===window||void 0===window||window.addEventListener("resize",ze),()=>{window.removeEventListener("resize",ze),window.removeEventListener("load",ze)})),[H,Ee]);const Be=()=>{var e;(null===(e=null==H?void 0:H.serviceOptions)||void 0===e?void 0:e.avalaible)&&ce(!0)},ze=()=>{k(`headingV3${d}`,t),k(`descriptionV3${d}`,t),k(`titleV3${d}`,t),k(`detailsectionv3${d}`,t),k(`product-configv3${d}`,t),k(`gift-section${d}`,t),k(`cashback-section${d}`,t),k(`benefits-section${d}`,t),k(`order-section${d}`,t),k(`price-section${d}`,t),k(`benefits-price-section${d}`,t),k(`contract-section${d}`,t)};let Fe=void 0!==typeof window&&c.get("sunriseAuth");Fe=Fe&&JSON.parse(Fe);const Ge=()=>{Ie(!1);!(!(null==x?void 0:x.enableExistingCustomer)||null!=Fe)?ye(!0):Me()},Me=()=>{var e;if(Ie(!1),"MOBILE"===(null==H?void 0:H.pageType))fe(!0),0!==(null===(e=Object.keys(i))||void 0===e?void 0:e.length)&&te(Ce,"",(null==Ee?void 0:Ee.promoID)?null==Ee?void 0:Ee.promoID:G,ke,"mobile",ve).then((e=>{c.remove("one-commerce-cartId",{path:"/"}),c.set("one-commerce-cartId",null==e?void 0:e.id,{path:"/"}),c.set("cartProduct",null==H?void 0:H.code,{path:"/"}),Ne(xe,Ce,"",we),window.location.href=p})).catch((e=>{console.log(e),fe(!1)})).finally((()=>{fe(!1)}));else{const e=c.get("one-commerce-linecheckcorrelationid"),n=null==H?void 0:H.code;m&&s&&e?(fe(!0),0!==Ce.length&&te(Ce,re,(null==Ee?void 0:Ee.promoID)?null==Ee?void 0:Ee.promoID:F,ke,"fixnet",ve).then((e=>{c.remove("one-commerce-cartId",{path:"/"}),c.set("one-commerce-cartId",null==e?void 0:e.id,{path:"/"}),c.set("cartProduct",n,{path:"/"}),c.remove("landline"),Ne(xe,Ce,"",we),window.location.href=p})).catch((e=>{console.log(e)})).finally((()=>{fe(!1)}))):a()}},$e=0===(null===(w=Object.keys(H))||void 0===w?void 0:w.length),je=()=>{var e,n,t,o;const l=(null==Ee?void 0:Ee.promoID)?null==Ee?void 0:Ee.promoID:G;let r="";r=`?componentCode=&productType=subscription&segmentCode=RC&prefPromo=${null!=l?l:""}&productCode=${null!==(e=null==H?void 0:H.code)&&void 0!==e?e:""}`,window.location.href=(null===(o=null===(t=null===(n=null==H?void 0:H.addSmartPhone)||void 0===n?void 0:n[0])||void 0===t?void 0:t.buttonLink)||void 0===o?void 0:o.cached_url)+r,Ue(H,l,i),mn(Te,"combine_with_device",Ve(Ce,"",we)),Ne(xe,Ce,"",we)},Ue=(e,n,t)=>{var o,l,i,d,a,c,u,s,m,p,v,_,h,g,f,b;const x=null===(o=null==t?void 0:t[r])||void 0===o?void 0:o.filter((n=>(null==n?void 0:n.id)===(null==e?void 0:e.code))),y=null!==(a=null===(d=null===(i=null===(l=null==x?void 0:x[0])||void 0===l?void 0:l.prices)||void 0===i?void 0:i[0])||void 0===d?void 0:d.value)&&void 0!==a?a:0,T=null!==(m=null===(s=null===(u=null===(c=null==x?void 0:x[0])||void 0===c?void 0:c.derivedPrice)||void 0===u?void 0:u[0])||void 0===s?void 0:s.value)&&void 0!==m?m:0,P=null!==(_=null===(v=null===(p=null==e?void 0:e.promotionInfo)||void 0===p?void 0:p[0])||void 0===v?void 0:v.contractDuration)&&void 0!==_?_:0,w=null!==(f=null===(g=null===(h=null==e?void 0:e.promotionInfo)||void 0===h?void 0:h[0])||void 0===g?void 0:g.campaignDuration)&&void 0!==f?f:0,C={mobileSubscription:null!==(b=null==e?void 0:e.code)&&void 0!==b?b:"",mobileSubscriptionPrice:T>0?T:y,mobileSubscriptionPromo:n,subGroup:"MOBILE",duration:Number(w>0?w:P),basePrice:y,withoutPromo:!1};void 0!==typeof window&&sessionStorage.setItem("one-ecommerce-mobileSummary",JSON.stringify(C))},qe=e=>{const n=ve.findIndex((n=>e.giftGroupId===n.giftGroupId)),t=ve;-1===n?t.push(e):t[n]=e,_e([...t])};return e.createElement(e.Fragment,null,ge&&De&&h.createPortal(e.createElement(Z,{keyParams:"loading"}),De),$e&&e.createElement("div",{className:"w-75 pb-2"},e.createElement(Re,null)),!$e&&m&&n&&s&&!v&&e.createElement("div",{className:Le.selected},e.createElement("span",{style:{paddingBottom:"10px"}},Oe?e.createElement("span",{className:Le.activeicon},e.createElement("img",{src:`${he}/icons/lineCheck-success.svg`,alt:"",width:24,height:24,className:Le.activeicon}),e.createElement("span",null,null==u?void 0:u.subscriptionAvalTxt)):e.createElement("span",{className:Le.inactiveicon},e.createElement("img",{src:`${he}/icons/cross_disabled.svg`,alt:"",width:24,height:24,className:Le.inactiveicon}),e.createElement("span",null,null==u?void 0:u.notSubscriptionTxt)))),e.createElement("div",{className:`${v||!1!==Oe?"":Le.overlay}`,style:{flexDirection:"column"}},e.createElement("div",{className:`${v?Le.mobilecard:""} ${Le.bundleproductcard} ${Le.productcontainer} ${(null===(C=null==H?void 0:H.highlightText)||void 0===C?void 0:C.length)>0&&Le.highlightBorder}`},(null===(E=null==H?void 0:H.highlightText)||void 0===E?void 0:E.length)>0&&e.createElement("div",{className:`${Le.highlightText}`},null==H?void 0:H.highlightText),(null===(S=null==H?void 0:H.priceDisplayText)||void 0===S?void 0:S.length)>0&&e.createElement("div",{className:`${Le.promocontainer}`,style:{background:null==H?void 0:H.bestSellerColor}},null==H?void 0:H.priceDisplayText," "),e.createElement("div",null,e.createElement("div",{className:`${Le.detailsection}`,id:`detailsectionv3${d}${l}`},e.createElement("div",{className:`${Le.headersection}`},e.createElement("div",{className:`${Le.titlesection}`},e.createElement("div",{className:`${Le.productheader}`,id:`titleV3${d}${l}`},null==H?void 0:H.displayName),e.createElement("div",null,(null==H?void 0:H.icon)&&e.createElement("img",{className:`${Le.imagecontainer}`,src:null==H?void 0:H.icon,height:15,width:20}))),e.createElement("div",{className:`${Le.productdescription}`,id:`descriptionV3${d}${l}`},e.createElement(Y,{content:null==H?void 0:H.description})),e.createElement("div",{className:`${Le.images}`},(null==J?void 0:J.cardImg)&&e.createElement("img",{className:`${Le.imagespace} ${(null===(V=null==H?void 0:H.highlightText)||void 0===V?void 0:V.length)>0&&Le.borderimage}`,alt:"cardimg",src:null==J?void 0:J.cardImg}))),e.createElement("div",{className:`${Le.productconfig}`,id:`product-configv3${d}${l}`},$e?e.createElement(e.Fragment,null,e.createElement("div",{className:Le.space}),e.createElement(Re,{stylename:Le.skeletontittle,count:1}),e.createElement(Re,{stylename:Le.skeletonline,count:5}),e.createElement("div",{className:Le.space}),e.createElement(Re,{stylename:Le.skeletontittle,count:1}),e.createElement(Re,{stylename:Le.skeletonline,count:5})):e.createElement("div",null,(null==H?void 0:H.productConfig)&&(null===(N=null==H?void 0:H.productConfig)||void 0===N?void 0:N.map(((n,l)=>e.createElement(Ae,{content:Object.assign(Object.assign({},n),{tvChannelName:le,entertainOption:ne}),entitlementConfig:null==H?void 0:H.entitlementConfig,indexKey:l,listlength:t,showModalPopup:Be,sbStaticConstants:u,tabIndex:d,countryList:null==H?void 0:H.countryListUrl,metadata:o}))))))),e.createElement("div",{className:`${Le.detailsection}`,id:`benefits-price-section${d}${l}`},e.createElement("div",{className:`${Le.benefitssection}`,id:`benefits-section${d}${l}`},(null===(I=null==H?void 0:H.benefitsSection)||void 0===I?void 0:I.length)>0&&e.createElement(dn,{content:null==H?void 0:H.benefitsSection,priceCollection:Ee,sbStaticConstants:u})),e.createElement("br",null),e.createElement("div",{className:`${Le.giftsection}`,id:`gift-section${d}${l}`},e.createElement("div",null,null===(L=null==H?void 0:H.promoObj)||void 0===L?void 0:L.map(((n,t)=>{var o,i,r;return e.createElement("div",{key:t},e.createElement("div",null,(null==n?void 0:n.isGiftPromo)&&ue&&(null===(o=null==n?void 0:n.giftConfig)||void 0===o?void 0:o.map(((n,t)=>e.createElement(cn,{content:n,key:t}))))),e.createElement("div",null,(null==n?void 0:n.isGiftPromo)&&ue&&(null===(i=null==n?void 0:n.giftConfigV2)||void 0===i?void 0:i.map(((t,o)=>e.createElement(sn,{content:t,key:o,selectedGiftItem:qe,parentPoType:null==n?void 0:n.parentPoType}))))),e.createElement("div",{className:`${Le.giftsection}`,id:`cashback-section${d}${l}`},(null==n?void 0:n.cashback)&&me&&(null===(r=null==n?void 0:n.cashback)||void 0===r?void 0:r.map(((n,t)=>e.createElement(xn,{content:n,key:t}))))))})))),e.createElement("div",{className:`${Le.ordersection} `,id:`order-section${d}${l}`},""===(null==Ee?void 0:Ee.base)?e.createElement("div",null,e.createElement(Re,{stylename:Le.skeletontittle})):e.createElement("div",{className:`${Le.flexgrid} ${Le.pricesection} `,id:`price-section${d}${l}`},e.createElement(We,{content:H,priceCollection:Ee,toggleSwitch:!1,sbStaticConstants:u}))," ",e.createElement("div",{className:`${(null==g?void 0:g.swapButton)&&Le.swapButton}`},e.createElement("div",{style:{padding:"16px 0"}},e.createElement(Xe,{content:n,sbStaticConstants:u,isAvailable:Oe,showPrice:Ee,isSkeletonLoading:$e,isMobileFlow:v,createCartCall:v?Ge:Me,address:s,updatedContent:g})),e.createElement("div",{className:Le.productcontractduration,id:`contract-section${d}${l}`},(null==Ee?void 0:Ee.contractDuration)?D(null===(O=null==u?void 0:u.minContractDuration)||void 0===O?void 0:O.substring(1),[null==Ee?void 0:Ee.contractDuration]):null==u?void 0:u.simo_no_contract_term),(null===(A=null==H?void 0:H.addSmartPhone)||void 0===A?void 0:A.length)>0&&e.createElement("div",{style:{textAlign:"center",padding:"4px"}},(null==g?void 0:g.swapButton)&&v?(null==g?void 0:g.ctaLabel)&&e.createElement("div",{style:{padding:"16px 0"}},e.createElement("button",{className:"primarybutton",onClick:()=>je()},e.createElement("span",{className:Le.buttontext},null==g?void 0:g.ctaLabel))):e.createElement("span",{className:`${Le.productdetailslink} ${Le.addsmartphone}`},e.createElement("div",null,e.createElement("span",null,(null===(W=null===(R=null===(B=null==H?void 0:H.addSmartPhone)||void 0===B?void 0:B[0])||void 0===R?void 0:R.buttonIcon)||void 0===W?void 0:W.filename)&&e.createElement("img",{src:null===($=null===(M=null===(z=null==H?void 0:H.addSmartPhone)||void 0===z?void 0:z[0])||void 0===M?void 0:M.buttonIcon)||void 0===$?void 0:$.filename,width:12,height:18,alt:"icon"})),e.createElement("span",null,e.createElement("a",{onClick:()=>je()},null===(U=null===(j=null==H?void 0:H.addSmartPhone)||void 0===j?void 0:j[0])||void 0===U?void 0:U.buttonLabel)))))),e.createElement("div",{style:{textAlign:"center",padding:"4px"}},(null==H?void 0:H.productDetailsModal)&&e.createElement("span",{className:Le.productdetailslink,onClick:()=>{Ie(!Se),mn(Te,"download_product_details",Ve(Ce,"",we))}},null==u?void 0:u.product_details_link)),Se&&e.createElement(e.Fragment,null,e.createElement(Ye,{products:null==H?void 0:H.productDetailsModal,showProductDetail:Se,setShowProductDetail:Ie,content:n,priceCollection:Ee,addToCart:Object.assign(Object.assign({},n),{isSkeletonLoading:$e,isAvailable:Oe,isMobileFlow:v,address:s}),sbStaticConstants:u,createCartCall:v?Ge:Me,contractDuration:null==Ee?void 0:Ee.contractDuration})))),ae&&($e?e.createElement(Re,null):e.createElement(rn,{key:null==H?void 0:H.code,content:null==H?void 0:H.serviceOptions,setShowModal:ce,uniqueId:r,setEntertainment:oe,setTvChannelName:ie,code:null==H?void 0:H.code,showModal:ae,radioValue:re,setRadioValue:de,metadata:o}))))),be&&(null===(q=null==x?void 0:x.loginData)||void 0===q?void 0:q.length)>0&&De&&h.createPortal(e.createElement(_.LoginModalV2,{content:null===(X=null==x?void 0:x.loginData)||void 0===X?void 0:X[0],closeLogin:()=>{ye(!1)},metadata:o,onSuccess:()=>{ye(!1),Me()}}),De))},Tn=({content:t,metadata:o,activeIndex:l,lineCheckCallBack:i,sbStaticConstants:r,address:d,eligibleBundle:a,setGenericErrorModalDetails:u,loginSuccess:s})=>{var m,p,v,_,h;const g=null==o?void 0:o.lang,[b,x]=e.useState(),y=null==t?void 0:t._uid,[T,P]=e.useState([]),w=[],C=new Map,E={language:g,type:"B2C"},S={},V=L(),N=null===(m=null==f?void 0:f.getInstance())||void 0===m?void 0:m.getSBUrl(),I=null===(p=null==f?void 0:f.getInstance())||void 0===p?void 0:p.getBaseUrl(),O=null===(_=null===(v=null==t?void 0:t.lineTableContent)||void 0===v?void 0:v.summaryPageUri)||void 0===_?void 0:_.cached_url,[D,A]=e.useState(!1);let B=void 0!==typeof window&&c.get("sunriseAuth");B=B&&JSON.parse(B);const R=()=>{var e,n,o,l,i;const r=[],d=null===(e=null==t?void 0:t.lineTableContent)||void 0===e?void 0:e.enableExistingCustomer,a=null===(n=null==t?void 0:t.lineTableContent)||void 0===n?void 0:n.subscriptionType,c=null==t?void 0:t.isReturnPromo;if(((e,n)=>{n.map((n=>{var t,o,l,i,r;const d={id:"",promoIds:[]},a=null===(t=null==n?void 0:n.products)||void 0===t?void 0:t.home_parent_promo_id,c=null===(o=null==n?void 0:n.products)||void 0===o?void 0:o.mob_parent_promo_id;d.id=null===(l=null==n?void 0:n.products)||void 0===l?void 0:l.product_id,a&&!(null===(i=null==d?void 0:d.promoIds)||void 0===i?void 0:i.includes(a))&&d.promoIds.push(a),c&&!(null===(r=null==d?void 0:d.promoIds)||void 0===r?void 0:r.includes(c))&&d.promoIds.push(c),e.push(d)}))})(r,(null==t?void 0:t.productList)||[]),((null==t?void 0:t.tabIndex)===(null==t?void 0:t.activeIndex)&&!(null==b?void 0:b[y])||(null==t?void 0:t.tabIndex)===(null==t?void 0:t.activeIndex)&&s)&&(null==t?void 0:t.dynamicProductOffer))try{null===(o=oe(r,null==t?void 0:t._uid,I,d,a,c))||void 0===o||o.then((e=>{x(e),u({showPopup:!1})})).catch((e=>{var n,o;console.log("error---\x3e",e),u({showPopup:!0,content:null===(o=null===(n=null==t?void 0:t.lineTableContent)||void 0===n?void 0:n.telesalesBlok)||void 0===o?void 0:o[0]})}))}catch(e){console.log("error---\x3e",e),u({showPopup:!0,content:null===(i=null===(l=null==t?void 0:t.lineTableContent)||void 0===l?void 0:l.telesalesBlok)||void 0===i?void 0:i[0]})}};e.useEffect((()=>{l!=(null==t?void 0:t.tabIndex)&&l||R()}),[null==t?void 0:t.activeIndex]),e.useEffect((()=>{if(((null==t?void 0:t.productList)||[]).forEach((e=>{var n,o,l,i,r,d,a,c,u;C.get(null===(n=null==e?void 0:e.products)||void 0===n?void 0:n.product_story_uuid)||C.set(null===(o=null==e?void 0:e.products)||void 0===o?void 0:o.product_story_uuid,{k:0,prod_id:null==e?void 0:e.products.product_id,showPromotion:null===(l=null==e?void 0:e.products)||void 0===l?void 0:l.dontShowPromotion}),C.get(null===(i=null==e?void 0:e.products)||void 0===i?void 0:i.home_promo_story_uuid)||C.set(null===(r=null==e?void 0:e.products)||void 0===r?void 0:r.home_promo_story_uuid,{k:0}),"4P"!==(null==t?void 0:t.pageType)&&"MOBILE"!==(null==t?void 0:t.pageType)||!(null===(d=null==e?void 0:e.products)||void 0===d?void 0:d.mob_promo_story_uuid)||""===(null===(a=null==e?void 0:e.products)||void 0===a?void 0:a.mob_promo_story_uuid)||(null==C?void 0:C.has(null===(c=null==e?void 0:e.products)||void 0===c?void 0:c.mob_promo_story_uuid))||null==C||C.set(null===(u=null==e?void 0:e.products)||void 0===u?void 0:u.mob_promo_story_uuid,{k:0}),w.push(e)})),"MOBILE"===(null==t?void 0:t.pageType)&&A(!0),C.size>0){let e="";for(const[n,t]of C.entries())0==t.k&&(e=e+n+",",t.k=1);const o=N+`rest/cms/stories/?by_uuids=${e}`;n.CMSStoryblokServiceV2.get(o,E).then((e=>{var n,t;null===(t=null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.stories)||void 0===t||t.map((e=>{C.get(null==e?void 0:e.uuid).stroy=e}))})).catch((e=>{console.log(e)})).finally((()=>{const e=[];if(w.length>0)if("MOBILE"!==(null==t?void 0:t.pageType)){const t=new Map;if(null==w||w.map((e=>{var n,o,l,i,r,d;const a=null===(o=C.get(null===(n=null==e?void 0:e.products)||void 0===n?void 0:n.product_story_uuid))||void 0===o?void 0:o.stroy;if((null==a?void 0:a.content)&&(null===(l=null==a?void 0:a.content)||void 0===l?void 0:l.body)&&(null===(i=null==a?void 0:a.content)||void 0===i?void 0:i.body[0])){const e=null===(d=null===(r=null==a?void 0:a.content)||void 0===r?void 0:r.body[0])||void 0===d?void 0:d.products;null==e||e.map((e=>{t.get(null==e?void 0:e.listProduct)||t.set(null==e?void 0:e.listProduct,{k:0,prod_id:null==e?void 0:e.listProduct,order:null==e?void 0:e.order})}))}})),t.size>0){let o="";for(const[e,n]of t.entries())0==n.k&&(o=o+e+",",n.k=1);const l=N+`rest/cms/stories/?by_uuids=${o}`;n.CMSStoryblokServiceV2.get(l,E).then((e=>{var n;null===(n=e.data.stories)||void 0===n||n.map((e=>{var n,o;const l=t.get(e.uuid);l.storyBody=(null===(o=null===(n=null==e?void 0:e.content)||void 0===n?void 0:n.body)||void 0===o?void 0:o[0])||null,l.storyBody.default_full_slug=null==e?void 0:e.default_full_slug,l.storyBody.slug=null==e?void 0:e.slug}))})).catch((e=>{console.log(e)})).finally((()=>{null==w||w.map((n=>{var o,l,i,r,d,a,c,u;const s=null===(l=C.get(null===(o=null==n?void 0:n.products)||void 0===o?void 0:o.product_story_uuid))||void 0===l?void 0:l.stroy;if((null==s?void 0:s.content)&&(null===(i=null==s?void 0:s.content)||void 0===i?void 0:i.body)&&(null===(r=null==s?void 0:s.content)||void 0===r?void 0:r.body[0])){const e=null===(d=null==s?void 0:s.content)||void 0===d?void 0:d.body[0],n=[],o=null==e?void 0:e.products;null==o||o.map((e=>{var o;const l=null===(o=t.get(null==e?void 0:e.listProduct))||void 0===o?void 0:o.storyBody;if(n.push(Object.assign({},e,{cProd:l})),l){const e=(null==l?void 0:l.poType)?null==l?void 0:l.poType:null==l?void 0:l.subGroup;if(!S[e]){let n=null==l?void 0:l.slug;"TV"!==e||"NETFLIX"!==(null==l?void 0:l.tvGroup)&&"PREMIUM"!==(null==l?void 0:l.tvGroup)&&"SPORTS"!==(null==l?void 0:l.tvGroup)?"TV"!==e||"TVBOX"!==(null==l?void 0:l.tvGroup)&&"TVAPP"!==(null==l?void 0:l.tvGroup)||(n="tvboxorapp/"+n):n="entertainment/"+n;const t=null==l?void 0:l.default_full_slug.replace(n,"");S[e]={slug:t}}}})),e.products=n}let m=Object.assign({},C.get(null===(a=null==n?void 0:n.products)||void 0===a?void 0:a.home_promo_story_uuid));m.prom=null===(c=null==n?void 0:n.products)||void 0===c?void 0:c.home_parent_promo_id,m.isDefault=null===(u=null==n?void 0:n.products)||void 0===u?void 0:u.home_promo_default;let p=Object.assign({},n,{productStroyObj:s,promStroyObj:m,showPromotion:null==n?void 0:n.dontShowPromotion});e.push(p)}));try{localStorage.setItem("slugDetails",JSON.stringify(S))}catch(e){}P(e)}))}}else(null==w?void 0:w.length)>0&&(null==w||w.map(((n,o)=>{var l,i,r,d,a,c,u,s,m,p;let v;"MOBILE"===(null==t?void 0:t.pageType)&&(v=null==Object?void 0:Object.assign({},null==C?void 0:C.get(null===(l=null==n?void 0:n.products)||void 0===l?void 0:l.mob_promo_story_uuid)),v.prom=null===(i=null==n?void 0:n.products)||void 0===i?void 0:i.mob_parent_promo_id,v.isDefault=null===(r=null==n?void 0:n.products)||void 0===r?void 0:r.mob_promo_default);const _=null==Object?void 0:Object.assign({},n,{productStroyObj:null==C?void 0:C.get(null===(d=null==n?void 0:n.products)||void 0===d?void 0:d.product_story_uuid),promStroyObj:v});if(0==o){const e=null===(a=null==_?void 0:_.productStroyObj)||void 0===a?void 0:a.stroy;if(e){const n=null==e?void 0:e.content,t=(null===(c=null==n?void 0:n.body[0])||void 0===c?void 0:c.poType)?null===(u=null==n?void 0:n.body[0])||void 0===u?void 0:u.poType:null===(s=null==n?void 0:n.body[0])||void 0===s?void 0:s.subGroup;if(!S[t]){const n=null===(m=null==e?void 0:e.default_full_slug)||void 0===m?void 0:m.replace(null==e?void 0:e.slug,"");S[t]={slug:n}}}}_.displayConfig=null!==(p=null==t?void 0:t.displayConfig)&&void 0!==p?p:[],null==e||e.push(_)})),P(e))}))}}),[g]),e.useEffect((()=>(setTimeout((()=>{W()}),100),null===window||void 0===window||window.addEventListener("resize",W),null===window||void 0===window||window.addEventListener("load",W),()=>{window.removeEventListener("resize",W),window.removeEventListener("load",W)})),[T]);const W=()=>{var e;k(`productCardV3${null==t?void 0:t.activeIndex}`,null===(e=null==t?void 0:t.productList)||void 0===e?void 0:e.length)};return e.useEffect((()=>{var e;b&&(null===(e=Object.keys(b))||void 0===e?void 0:e.length)>0&&Ne("view",b[y],"",we)}),[b]),e.useEffect((()=>{var e;b&&(null===(e=Object.keys(b))||void 0===e?void 0:e.length)>0&&!D&&(null==a?void 0:a.eligibleBundle)&&Ne("available",b[y],"",we,null==a?void 0:a.eligibleBundle)}),[a,b]),e.useEffect((()=>{(null==B?void 0:B.siteId)&&s&&R()}),[s]),e.createElement("div",null,e.createElement("div",{className:Le.titlecontainer},(null==t?void 0:t.title)&&e.createElement("div",{className:Le.title},null==t?void 0:t.title),(null==t?void 0:t.subTitle)&&e.createElement("div",{className:Le.description},null==t?void 0:t.subTitle)),e.createElement("div",{className:"linetableV3"},V&&e.createElement(Oe,{carouselIndex:null==t?void 0:t.activeIndex,key:null==t?void 0:t.activeIndex,arrow:null===(h=null==t?void 0:t.lineTableContent)||void 0===h?void 0:h.enableMobileArrows},((null==T?void 0:T.length)&&T||new Array((null==T?void 0:T.length)||3).fill(1)).map(((n,l)=>{var c;return e.createElement("div",{key:l,id:`productCardV3${null==t?void 0:t.activeIndex}`,style:{textAlign:"center"}},e.createElement(yn,{content:n,updatedContent:t,key:l,indexKey:l,lineTableContent:null==t?void 0:t.lineTableContent,metadata:o,productSection:l,cards:null===(c=null==t?void 0:t.productList)||void 0===c?void 0:c.length,tabIndex:null==t?void 0:t.tabIndex,offeringData:b,uniqueId:y,lineCheckCallBack:i,sbStaticConstants:r,address:d,eligibleBundle:a,summaryUrl:O,isMobileFlow:D}))})))))};var Pn={clockwise:"StickyProductAnchor-module_clockwise__cmjEp",counterclockwise:"StickyProductAnchor-module_counterclockwise__2qVj1",offsetClass:"StickyProductAnchor-module_offsetClass__oPIod",offsetClass2:"StickyProductAnchor-module_offsetClass2__kkZCK",nonOffsetClass:"StickyProductAnchor-module_nonOffsetClass__PDwhG",falconStyle:"StickyProductAnchor-module_falconStyle__Y8I-1",noFalconStyle:"StickyProductAnchor-module_noFalconStyle__j6yBe",noFalconStyle2:"StickyProductAnchor-module_noFalconStyle2__gHBBn",stickyAnchorContainer:"StickyProductAnchor-module_stickyAnchorContainer__I9khe",productTitle:"StickyProductAnchor-module_productTitle__0QC0i",priceSection:"StickyProductAnchor-module_priceSection__Edxyi",priceDuration:"StickyProductAnchor-module_priceDuration__KIRL5",contentWrapper:"StickyProductAnchor-module_contentWrapper__dilZl",benefitsContainer:"StickyProductAnchor-module_benefitsContainer__3guW-",benefitsContainer2:"StickyProductAnchor-module_benefitsContainer2__Kg8ZS",benefits:"StickyProductAnchor-module_benefits__RQU5F",buyNowButton:"StickyProductAnchor-module_buyNowButton__uPigF",subcontain:"StickyProductAnchor-module_subcontain__H0Om-",arrowIcon:"StickyProductAnchor-module_arrowIcon__ZlsgK",productContainer:"StickyProductAnchor-module_productContainer__UAjgq"};g("/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.StickyProductAnchor-module_clockwise__cmjEp {\n transform: rotate(180deg);\n transition: transform 0.5s linear;\n}\n\n.StickyProductAnchor-module_counterclockwise__2qVj1 {\n transform: rotate(0deg);\n transition: transform 0.5s linear;\n}\n\n.StickyProductAnchor-module_offsetClass__oPIod {\n top: 10px;\n z-index: 1;\n width: 100%;\n}\n\n.StickyProductAnchor-module_offsetClass2__kkZCK {\n top: 10px;\n z-index: 1;\n width: 100%;\n}\n@media (max-width: 1023px) {\n .StickyProductAnchor-module_offsetClass2__kkZCK {\n top: 0px;\n }\n}\n.StickyProductAnchor-module_nonOffsetClass__PDwhG {\n visibility: hidden;\n position: absolute;\n width: 100%;\n}\n\n@media (min-width: 768px) {\n .StickyProductAnchor-module_offsetClass__oPIod {\n top: 10px;\n z-index: 1;\n width: 100%;\n }\n}\n@media (min-width: 1024px) {\n .StickyProductAnchor-module_offsetClass__oPIod {\n top: 85px;\n }\n .StickyProductAnchor-module_falconStyle__Y8I-1 {\n top: 38px !important;\n }\n .StickyProductAnchor-module_noFalconStyle__j6yBe {\n top: 85px !important;\n }\n .StickyProductAnchor-module_noFalconStyle2__gHBBn {\n top: 85px !important;\n }\n}\n.StickyProductAnchor-module_stickyAnchorContainer__I9khe {\n background-color: #e6e3df;\n padding: 2px 0px;\n box-shadow: 1px -1px 4px rgba(87, 84, 82, 0.2);\n}\n@media (max-width: 767px) {\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe {\n padding: 5px 0px;\n background-color: #f7f6f5;\n }\n}\n@media (min-width: 768px) and (max-width: 1023px) {\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe {\n background-color: #f7f6f5;\n }\n}\n.StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_productTitle__0QC0i {\n font-size: 18px;\n line-height: 24px;\n font-weight: 700;\n display: flex;\n}\n@media (max-width: 1023px) {\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_productTitle__0QC0i {\n font-size: 14px;\n line-height: 20px;\n }\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_productTitle__0QC0i .StickyProductAnchor-module_priceSection__Edxyi {\n font-size: 12px;\n line-height: 20px;\n }\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_productTitle__0QC0i .StickyProductAnchor-module_priceSection__Edxyi .StickyProductAnchor-module_priceDuration__KIRL5 {\n font-weight: 400;\n }\n}\n.StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl {\n display: flex;\n}\n@media (max-width: 1023px) {\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl {\n align-items: center;\n }\n}\n.StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_benefitsContainer__3guW-, .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_benefitsContainer2__Kg8ZS {\n margin-right: 24px;\n display: flex;\n}\n@media (max-width: 767px) {\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_benefitsContainer__3guW-, .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_benefitsContainer2__Kg8ZS {\n margin-left: 10px;\n }\n}\n.StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_benefitsContainer__3guW- .StickyProductAnchor-module_benefits__RQU5F, .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_benefitsContainer2__Kg8ZS .StickyProductAnchor-module_benefits__RQU5F {\n margin-right: 18px;\n cursor: pointer;\n}\n@media (max-width: 767px) {\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_benefitsContainer__3guW- .StickyProductAnchor-module_benefits__RQU5F, .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_benefitsContainer2__Kg8ZS .StickyProductAnchor-module_benefits__RQU5F {\n margin: 20px;\n }\n}\n.StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_priceSection__Edxyi {\n font-weight: 700;\n margin-right: 16px;\n}\n.StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_priceSection__Edxyi .StickyProductAnchor-module_priceDuration__KIRL5 {\n font-weight: 400;\n}\n.StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_buyNowButton__uPigF {\n padding: 8px 24px;\n background-color: #da291c;\n color: #ffffff;\n border-radius: 25px;\n border: none;\n font-size: 14px;\n line-height: 20px;\n font-weight: 700;\n}\n@media (max-width: 1023px) {\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_buyNowButton__uPigF {\n height: 36px;\n }\n}\n\n.StickyProductAnchor-module_benefitsContainer2__Kg8ZS .StickyProductAnchor-module_subcontain__H0Om- {\n margin: 0px 80px 20px;\n cursor: pointer;\n}\n@media (max-width: 767px) {\n .StickyProductAnchor-module_benefitsContainer2__Kg8ZS {\n box-shadow: 1px -1px 4px rgba(87, 84, 82, 0.2);\n }\n .StickyProductAnchor-module_benefitsContainer2__Kg8ZS .StickyProductAnchor-module_subcontain__H0Om- {\n margin: 0px 57px 20px;\n cursor: pointer;\n }\n}\n\n.StickyProductAnchor-module_arrowIcon__ZlsgK {\n margin-right: 16px;\n}\n\n.StickyProductAnchor-module_productContainer__UAjgq {\n display: flex;\n justify-content: space-between;\n margin: 4px 0px;\n}");exports.AssetPathPropConfig=b,exports.Button=({type:n,text:t,onClick:o,content:l})=>e.createElement("button",{type:"button",className:`button Button-${null==l?void 0:l.type}`,onClick:o},null==l?void 0:l.text),exports.Card=({content:n,updatedContent:t,indexKey:o,listLength:l,addToCart:i,metadata:r,modalTriggered:d,showPrice:a})=>{var c,u,s,m,p,v,_,h,g,f,b,x,y,T,P,w,C,E,S,V,N,I,L,O,D,A,B,R,W,z,F,G,M,$,j,U,q,X,H,K,Z,J,Q,ee,ne,te,oe,le,de,ae,ce,ue,se,_e,he;const ge=Object.assign({},null!==(s=null===(u=null===(c=null==n?void 0:n.testProductReference)||void 0===c?void 0:c[0])||void 0===u?void 0:u.reference)&&void 0!==s?s:null==n?void 0:n.reference),fe={listLength:l,indexKey:o,arrowUpIcon:null===(_=null===(v=null===(p=null===(m=null==ge?void 0:ge.content)||void 0===m?void 0:m.body)||void 0===p?void 0:p[0])||void 0===v?void 0:v.arrowUp)||void 0===_?void 0:_.filename,arrowDownIcon:null===(b=null===(f=null===(g=null===(h=null==ge?void 0:ge.content)||void 0===h?void 0:h.body)||void 0===g?void 0:g[0])||void 0===f?void 0:f.arrowDown)||void 0===b?void 0:b.filename,arrowLeftRed:null===(P=null===(T=null===(y=null===(x=null==ge?void 0:ge.content)||void 0===x?void 0:x.body)||void 0===y?void 0:y[0])||void 0===T?void 0:T.arrowLeftRed)||void 0===P?void 0:P.filename},be=null!==(w=null==t?void 0:t.enableNewAddToCart)&&void 0!==w&&w,xe=e.useRef(null),ye=e.useRef(null),Te=e.useMemo((()=>fe),[fe]),Pe=()=>{k("linetable-card-title",l),k("linetable-card-tooltiptxt",l),k("linetable-card-bottomConatiner",l)};return e.useEffect((()=>{setTimeout((()=>{Pe()}),100),null===window||void 0===window||window.addEventListener("resize",Pe)}),[n]),e.createElement(ie.Provider,{value:Te},e.createElement("div",{className:"linetable-card-productTeaser"},e.createElement("div",{className:"linetable-card-productContainer "},ge.content&&e.createElement(e.Fragment,null,e.createElement("div",{className:"linetable-card-titleContainer",id:`linetable-card-title${o}`,ref:xe},e.createElement("div",{className:"linetable-card-prodHeading"},null===(E=null===(C=null==ge?void 0:ge.content)||void 0===C?void 0:C.body[0])||void 0===E?void 0:E.name),e.createElement("div",{className:"linetable-card-productTitle"},e.createElement("h3",null,null===(V=null===(S=null==ge?void 0:ge.content)||void 0===S?void 0:S.body[0])||void 0===V?void 0:V.displayName),(null===(L=null===(I=null===(N=null==ge?void 0:ge.content)||void 0===N?void 0:N.body[0])||void 0===I?void 0:I.prodImage)||void 0===L?void 0:L.filename)&&e.createElement("img",{src:null===(A=null===(D=null===(O=null==ge?void 0:ge.content)||void 0===O?void 0:O.body[0])||void 0===D?void 0:D.prodImage)||void 0===A?void 0:A.filename,height:15,width:20})),e.createElement("div",{className:"linetable-card-prodDescription"},e.createElement(Y,{content:null===(R=null===(B=null==ge?void 0:ge.content)||void 0===B?void 0:B.body[0])||void 0===R?void 0:R.description}))),!(null==t?void 0:t.isPrepaidFlow)&&e.createElement("hr",null)),(null==ge?void 0:ge.content)&&(null===(z=null===(W=null==ge?void 0:ge.content)||void 0===W?void 0:W.body[0])||void 0===z?void 0:z.introText)&&e.createElement(e.Fragment,null,e.createElement("div",{className:""+(be?"d-block":"d-none d-sm-block")},e.createElement("div",{className:"linetable-card-introText",id:`linetable-card-tooltiptxt${o}`,ref:ye},e.createElement(Y,{content:null===(G=null===(F=null==ge?void 0:ge.content)||void 0===F?void 0:F.body[0])||void 0===G?void 0:G.introText})),e.createElement("hr",null))),null===(j=(null===($=null===(M=null==ge?void 0:ge.content)||void 0===M?void 0:M.body[0])||void 0===$?void 0:$.entitlementConfig)||[])||void 0===j?void 0:j.map(((t,o)=>e.createElement(re,{content:t,product:n,key:o,indexKey:o,showEntitleValue:be,metadata:r,modalTriggered:d}))),e.createElement("hr",null),e.createElement("div",{id:`linetable-card-bottomConatiner${o}`,className:"linetable-card-bottomConatiner"},e.createElement("div",{className:"linetable-card-productDetailSection"},(null===(H=null===(X=null===(q=null===(U=null==ge?void 0:ge.content)||void 0===U?void 0:U.body)||void 0===q?void 0:q[0])||void 0===X?void 0:X.productDetailIcon)||void 0===H?void 0:H.filename)&&e.createElement("img",{src:null===(Q=null===(J=null===(Z=null===(K=null==ge?void 0:ge.content)||void 0===K?void 0:K.body)||void 0===Z?void 0:Z[0])||void 0===J?void 0:J.productDetailIcon)||void 0===Q?void 0:Q.filename,width:24,height:24}),e.createElement(pe,{content:null===(ne=null===(ee=null==ge?void 0:ge.content)||void 0===ee?void 0:ee.body)||void 0===ne?void 0:ne[0],updatedContent:t,modalTriggered:d,addToCart:i})),e.createElement("div",null,(null===(le=null===(oe=null===(te=null==ge?void 0:ge.content)||void 0===te?void 0:te.body)||void 0===oe?void 0:oe[0])||void 0===le?void 0:le.isEnablePrice)&&e.createElement(me,{content:null===(ae=null===(de=null==ge?void 0:ge.content)||void 0===de?void 0:de.body)||void 0===ae?void 0:ae[0],addToCart:i,variant:"productCard"})),e.createElement("div",null,!(null===(se=null===(ue=null===(ce=null==ge?void 0:ge.content)||void 0===ce?void 0:ce.body)||void 0===ue?void 0:ue[0])||void 0===se?void 0:se.isEnablePrice)&&!(null==t?void 0:t.staticPrice)&&e.createElement(ve,{content:null===(he=null===(_e=null==ge?void 0:ge.content)||void 0===_e?void 0:_e.body)||void 0===he?void 0:he[0],showPrice:a,addToCart:i}))))))},exports.CardEntitlement=re,exports.CarouselComp=n=>e.createElement(e.Fragment,null,e.createElement(s,{responsive:{desktop:{breakpoint:{max:7e3,min:1440},items:4},tabletLarge:{breakpoint:{max:1439,min:1024},items:3},tabletMedium:{breakpoint:{max:1023,min:768},items:2},mobile:{breakpoint:{max:767,min:0},items:1}},deviceType:"desktop",ssr:!0,renderButtonGroupOutside:!0,partialVisible:!0,swipeable:!0,autoPlay:!1,shouldResetAutoplay:!1,arrows:!0},n.children),e.createElement("p",null,"compo")),exports.LineTableBasicPropConfig=f,exports.LoginModal=({toggleFun:n})=>(e.useState(!1),e.createElement("div",{className:"loginModal"},e.createElement("div",{className:"w-100 h-100 d-flex position-relative justify-content-center align-items-center"},e.createElement("div",{className:"loginContainer"},"Hi Angles Kathirvel",e.createElement("button",{onClick:n},"Close"))))),exports.ProductTableV3=({content:t,metadata:o,setGenericErrorModalDetails:l,loginSuccess:r,lineCheckCallBack:d,tabCheckCallBack:a,changeAddressClicked:u})=>{var s,m,p;const[v,_]=e.useState(),[h,g]=e.useState(),[b,x]=e.useState(0);let y="undefined"!=typeof window&&localStorage.getItem("lineCheckResponse"),T=y&&(null===JSON||void 0===JSON?void 0:JSON.parse(y)),P="undefined"!=typeof window&&c.get("chAddressJson");const E=null===(s=null==f?void 0:f.getInstance())||void 0===s?void 0:s.getSBUrl(),k=E+w,S=E+C,V={find_by:"uuid",language:null==o?void 0:o.lang,type:"B2C",value:null==o?void 0:o.storyId};return e.useEffect((()=>{var e,t;(e=k,t=V,J(void 0,void 0,void 0,(function*(){try{return yield n.CMSStoryblokServiceV2.get(e,t).then((e=>{var n,t,o;const l=null===(o=null===(t=null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.story)||void 0===t?void 0:t.content)||void 0===o?void 0:o.body;for(const e of l)if("productTableV2"==e.component||"productTableWithOutLC"===e.component||"prodConfigContainer"===e.component)return e})).catch((e=>{throw e}))}catch(e){return e}}))).then((e=>g(e))),((e="en",t)=>{try{return n.CMSStoryblokServiceV2.get(t,{dimension:e,per_page:1e3,type:"B2C"}).then((e=>{var n;const t={};((null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.datasource_entries)||[]).map((e=>{t[e.name]=null!=e.dimension_value?e.dimension_value:e.value}));try{localStorage.removeItem("sbstaticcontent"),localStorage.setItem("sbstaticcontent",JSON.stringify(t))}catch(e){}return t})).catch((e=>e))}catch(e){throw Error("Promise failed")}})(null==o?void 0:o.lang,S).then((e=>_(e))).catch((e=>console.log(e)))}),[]),e.useEffect((()=>{var e,n,t;const o=new URLSearchParams(null===(e=null===window||void 0===window?void 0:window.location)||void 0===e?void 0:e.search),l=null==o?void 0:o.get("tabOption");h&&null!==l&&((null==h?void 0:h.productContainer)||[]).map(((e,n)=>{(null==e?void 0:e.tabId)===l&&x(n)}));const i=null===(t=null===(n=null==h?void 0:h.productContainer)||void 0===n?void 0:n[b])||void 0===t?void 0:t.tabId;null==a||a(i)}),[h]),e.useEffect((()=>{y="undefined"!=typeof window&&localStorage.getItem("lineCheckResponse"),T=y&&(null===JSON||void 0===JSON?void 0:JSON.parse(y)),P="undefined"!=typeof window&&c.get("chAddressJson")}),[u]),e.createElement("div",{id:"reusable-linetable"},(null==h?void 0:h.productContainer)&&e.createElement(e.Fragment,null,e.createElement(ae,null,e.createElement("div",{className:`row justify-content-center ${Le.tabblock}`},(null===(m=null==h?void 0:h.productContainer)||void 0===m?void 0:m.length)>1&&e.createElement("div",{className:` ${Le.tabcontainer}`},((null==h?void 0:h.productContainer)||[]).map(((n,t)=>e.createElement("div",{className:` ${Le.tabs} ${b===t?Le.tabcontentactive:Le.tabcontentinactive}`,key:null==n?void 0:n.tabCaption},e.createElement("label",{className:` ${Le.tabcontent} `},e.createElement("input",{type:"radio",checked:b===t,onChange:()=>{x(t),null==a||a(null==n?void 0:n.tabId),mn(Te,Ce,{click_text:null==n?void 0:n.tabCaption})}}),null==n?void 0:n.tabCaption))))))),e.createElement(ae,{resuablelineTable:!0},e.createElement("div",{className:"position-relative "},e.createElement(i.Carousel,{activeIndex:b,indicators:!1,controls:!1,interval:null,id:"pt-carousel",slide:!1},(null===(p=null==h?void 0:h.productContainer)||void 0===p?void 0:p.length)>0&&((null==h?void 0:h.productContainer)||[]).map(((n,t)=>e.createElement(i.Carousel.Item,{key:t},e.createElement(Tn,{content:Object.assign(Object.assign({},n),{pageType:n.pageType,dynamicProductOffer:!0,tabIndex:t,activeIndex:b,lineTableContent:h}),metadata:o,activeIndex:b,lineCheckCallBack:d,tabCheckCallBack:a,sbStaticConstants:v,address:P,eligibleBundle:T,setGenericErrorModalDetails:l,loginSuccess:r})))))))))},exports.ProductTeaser=({content:t,lineCheckCallBack:o,offerDataCallBack:l,productCallBack:i,tableSelectedTab:r})=>{var d,a,c,m,p,v,_,h;const[g,f]=e.useState([]),[b,T]=e.useState(""),[P,w]=e.useState(!1),C=null===(d=null==he?void 0:he.getInstance())||void 0===d?void 0:d.getBaseUrl(),E=L(),k=null===(a=(null==t?void 0:t.productTeaserSlides)||[])||void 0===a?void 0:a.map((e=>null==e?void 0:e.tabTitle)),V=e=>{var n,o,l,i;const r=null!==(i=null===(l=null===(o=null===(n=(null==t?void 0:t.productTeaserSlides)||[])||void 0===n?void 0:n.filter((n=>(null==n?void 0:n.tabTitle)===e)))||void 0===o?void 0:o[0])||void 0===l?void 0:l.heading)&&void 0!==i?i:"";var d,a;d=Ce,a=r,window.dataLayer.push({event:Te,event_name:d,click_text:a})},N=[];return null===(c=(null==t?void 0:t.productTeaserSlides)||[])||void 0===c||c.forEach(((e,n)=>{var t,o;(null==e?void 0:e.productId)&&0===(null===(t=N.filter((n=>n.id===(null==e?void 0:e.productId))))||void 0===t?void 0:t.length)&&N.push({id:null==e?void 0:e.productId,promoIds:[(null==e?void 0:e.promoId)?null==e?void 0:e.promoId:(null==e?void 0:e.productType)===z?F:G]}),(null==e?void 0:e.tvProductId)&&0===(null===(o=N.filter((n=>(null==n?void 0:n.id)===(null==e?void 0:e.tvProductId))))||void 0===o?void 0:o.length)&&N.push({id:null==e?void 0:e.tvProductId,promoIds:[(null==e?void 0:e.promoId)?null==e?void 0:e.promoId:F]})})),e.useEffect((()=>{var e,t;0===(null==g?void 0:g.length)&&(e=N,t=C,J(void 0,void 0,void 0,(function*(){try{localStorage.removeItem("entertainment");const o={headers:{"x-correlation-id":u.v4(),"x-sunrise-channel":x}},l=t+y,i=yield n.ApiServiceV2.getApiServiceInstance().post(l,e,o).then((e=>{if(200==e.status)return null==e?void 0:e.data}));if(i.error)return i.error;{const e=[];return null==i||i.forEach((n=>{e[n.id]=n})),e}}catch(e){console.log("error---\x3e",e)}}))).then((e=>{var n;e&&(null===(n=Object.keys(e))||void 0===n?void 0:n.length)>0&&f(e)})).catch((e=>{console.log("error---\x3e",e)}))}),[]),e.useEffect((()=>{var e;(null===(e=null==t?void 0:t.productTeaserSlides)||void 0===e?void 0:e.map((e=>e.productType))).map((e=>{var n,o,r,d,a,c,u,s,m,p,v,_,h;if(1==(null===(n=Object.keys(g))||void 0===n?void 0:n.length)&&"function"==typeof l&&e===M&&"function"==typeof i){const e=null===(r=null===(o=null==N?void 0:N[0])||void 0===o?void 0:o.promoIds)||void 0===r?void 0:r[0],n=null===(d=null==N?void 0:N[0])||void 0===d?void 0:d.id;l(g[n],e,b),i(n)}else if((null===(a=Object.keys(g))||void 0===a?void 0:a.length)>1&&"function"==typeof l&&e===M&&"function"==typeof i){const e=null!==(m=null===(s=null===(u=null===(c=null==N?void 0:N.filter((e=>(null==e?void 0:e.id)===b)))||void 0===c?void 0:c[0])||void 0===u?void 0:u.promoIds)||void 0===s?void 0:s[0])&&void 0!==m?m:"",n=null!==(_=null===(v=null===(p=null==N?void 0:N.filter((e=>(null==e?void 0:e.id)===b)))||void 0===p?void 0:p[0])||void 0===v?void 0:v.id)&&void 0!==_?_:"";l(g[b],e,b),i(n)}else e===z&&(null===(h=null==t?void 0:t.productTeaserSlides)||void 0===h||h.map((e=>{var n,t,o,i,r;const d=P?null==e?void 0:e.tvProductId:null==e?void 0:e.productId;if((null===(n=Object.keys(g))||void 0===n?void 0:n.length)>0&&"function"==typeof l){const e=null!==(r=null===(i=null===(o=null===(t=null==N?void 0:N.filter((e=>(null==e?void 0:e.id)===d)))||void 0===t?void 0:t[0])||void 0===o?void 0:o.promoIds)||void 0===i?void 0:i[0])&&void 0!==r?r:"";l(g[d],e)}})))}))}),[g,b,P]),e.useEffect((()=>{""!==b&&V(b)}),[b]),e.createElement("div",{className:"position-relative"},(null===(m=null==t?void 0:t.productTeaserSlides)||void 0===m?void 0:m.length)>0&&E&&e.createElement(s,{responsive:{desktop:{breakpoint:{max:7e3,min:1440},items:1},tabletLarge:{breakpoint:{max:1439,min:1024},items:1},tabletMedium:{breakpoint:{max:1023,min:768},items:1},mobile:{breakpoint:{max:767,min:0},items:1}},autoPlay:!1,shouldResetAutoplay:!1,showDots:1!==(null===(p=null==t?void 0:t.productTeaserSlides)||void 0===p?void 0:p.length),customDot:e.createElement((n=>{const{onClick:t,active:o,index:l}=n;return o&&T(k[l]),e.createElement("button",{className:o?_e.stageTeaserTabActive:_e.stageTeaserTab,onClick:()=>t()},k[l])}),null),dotListClass:_e.carousel_dot,itemClass:_e.carouselItem,ssr:!0,arrows:!1,containerClass:`${_e.carouselContainer} ${S(null===(_=null===(v=null==t?void 0:t.productTeaserSlides)||void 0===v?void 0:v[0])||void 0===_?void 0:_.gradientBackground)}`,sliderClass:_e.sliderClass,customButtonGroup:e.createElement((n=>{var o,l,i;return e.createElement(e.Fragment,null,(null===(o=null==t?void 0:t.productTeaserSlides)||void 0===o?void 0:o.length)>1&&E!==M&&e.createElement("div",{style:{textAlign:"center"}},e.createElement("button",{disabled:0===(null===(l=null==n?void 0:n.carouselState)||void 0===l?void 0:l.currentSlide),className:_e.leftArrow,onClick:n.previous}),e.createElement("button",{disabled:(null===(i=null==n?void 0:n.carouselState)||void 0===i?void 0:i.currentSlide)+1===(null==n?void 0:n.carouselState.totalItems),className:_e.rightArrow,onClick:n.next})))}),null),customTransition:"transform 1s ease",transitionDuration:500},null===(h=(null==t?void 0:t.productTeaserSlides)||[])||void 0===h?void 0:h.map(((n,l)=>e.createElement(Ie,{content:t,slides:n,index:l,offeringData:g,lineCheckCallBack:o,setEnableToggle:w,tableSelectedTab:r})))))},exports.ProductTeaserPropConfig=he,exports.StickyProductAnchor=({content:n,offerData:t,lineCheckCallBack:o})=>{var l,i,r,d,a,u,s,m,p,v;const _=null===(l=null==f?void 0:f.getInstance())||void 0===l?void 0:l.getCartUrl(),[g,b]=e.useState(!1),[x,y]=e.useState(!1),[T,P]=e.useState("noFalconStyle"),[w,C]=e.useState("noFalconStyle"),[E,k]=e.useState(!1),S=L(),N=null===(i=null==n?void 0:n.filter((e=>(null==e?void 0:e.productId)===(null==t?void 0:t.id))))||void 0===i?void 0:i[0];let I=0;I=(null==t?void 0:t.derivedPrice)?null===(d=null===(r=null==t?void 0:t.derivedPrice)||void 0===r?void 0:r[0])||void 0===d?void 0:d.value:null===(u=null===(a=null==t?void 0:t.prices)||void 0===a?void 0:a[0])||void 0===u?void 0:u.value;const O=e=>{const n=(null==e?void 0:e.id)&&document.getElementById(null==e?void 0:e.id);k(!1),n&&n.scrollIntoView({behavior:"smooth",block:"start",inline:"nearest"})},D=()=>e.createElement("div",{className:Pn.priceSection},"CHF"," ",V(I),e.createElement("span",{className:Pn.priceDuration},null==N?void 0:N.monthText));e.useEffect((()=>{const e=()=>{var e;const n=document.getElementById("productTeaser");if(!n)return;const{top:t,bottom:o}=n.getBoundingClientRect(),l=(null===window||void 0===window?void 0:window.innerHeight)||document.documentElement.clientHeight;b(t<l&&o>=0);let i=document.querySelectorAll(".sticky-header2");const r=document.getElementById("stickyAnchorContainer"),d=document.querySelectorAll(".sticky-header");if(null!=d){const e=(null==d?void 0:d.length)>0?"falconStyle":"noFalconStyle";P(e)}if(null!=i){const n=null===(e=null==i?void 0:i[0])||void 0===e?void 0:e.offsetHeight;C(n>=75?"noFalconStyle2":"falconStyle2")}const a=null==r?void 0:r.offsetTop;a&&window.scrollY>a?y(!0):y(!1);const c=document.getElementById("dropDownContainer");null==c||c.offsetTop};return window.addEventListener("scroll",e),()=>{window.removeEventListener("scroll",e)}}),[]);let A;try{A=null===(s=document.getElementsByTagName("header"))||void 0===s?void 0:s[0]}catch(e){}return A?e.createElement(e.Fragment,null,(null==N?void 0:N.productName)&&e.createElement(e.Fragment,null,h.createPortal(e.createElement(e.Fragment,null,e.createElement("div",{className:`${Pn.stickyAnchorContainer} ${x?Pn.offsetClass:Pn.nonOffsetClass} ${Pn[T]} ${Pn[w]}`,id:"stickyAnchorContainer"},e.createElement(ae,null,e.createElement("div",{className:Pn.productContainer},e.createElement("div",{className:Pn.productTitle},(S===U||S===M)&&e.createElement("img",{onClick:()=>{k(!E)},className:`${Pn.arrowIcon} ${E?Pn.clockwise:Pn.counterclockwise}`,src:null===(m=null==N?void 0:N.arrowUp)||void 0===m?void 0:m.filename}),e.createElement("div",null,null==N?void 0:N.productName,e.createElement("div",{className:Pn.productPrice},I>0&&(S===U||S===M)&&e.createElement(e.Fragment,null,D())))),e.createElement("div",{className:Pn.contentWrapper},S!==U&&S!==M&&e.createElement(e.Fragment,null,e.createElement("span",{className:Pn.benefitsContainer},null===(p=(null==N?void 0:N.benefits)||[])||void 0===p?void 0:p.map((n=>e.createElement("div",{className:Pn.benefits,onClick:()=>O(n)},null==n?void 0:n.title)))),I>0&&e.createElement(e.Fragment,null,D())),(null==N?void 0:N.buyBtn)&&e.createElement("button",{className:Pn.buyNowButton,onClick:(null==N?void 0:N.productType)===M?()=>{(null==t?void 0:t.id)&&Ne(xe,[t],"",ye),(null==t?void 0:t.id)&&te([t],"",(null==t?void 0:t.promoId)?null==t?void 0:t.promoId:"",_,M).then((e=>{var n;c.remove("one-commerce-cartId",{path:"/"}),c.set("one-commerce-cartId",null==e?void 0:e.id,{path:"/"}),c.set("cartProduct",null==N?void 0:N.productId,{path:"/"}),window.location.href=null!==(n=null==N?void 0:N.checkoutUrl)&&void 0!==n?n:""})).catch((e=>{console.log(e)}))}:()=>{var e,n,l;const i=localStorage.getItem("lineCheckResponse"),r=i&&JSON.parse(i),d=c.get("one-commerce-linecheckcorrelationid"),a=c.get("chAddressJson"),u=null!==(e=null==N?void 0:N.productId)&&void 0!==e?e:"",s=a&&r&&(null==r?void 0:r.eligibleBundle.includes(u));r&&a&&d?s&&(0!==(null===(n=Object.keys(t))||void 0===n?void 0:n.length)&&Ne(xe,[t],N,ye),0!==(null===(l=Object.keys(t))||void 0===l?void 0:l.length)&&te([t],"",(null==t?void 0:t.promoId)?null==t?void 0:t.promoId:F,_,z).then((e=>{var n;c.remove("one-commerce-cartId",{path:"/"}),c.set("one-commerce-cartId",null==e?void 0:e.id,{path:"/"}),c.set("cartProduct",u,{path:"/"}),c.remove("landline"),window.location.href=null!==(n=null==N?void 0:N.checkoutUrl)&&void 0!==n?n:""})).catch((e=>{console.log(e)}))):"function"==typeof o&&o()}},null==N?void 0:N.buyBtn))))),(null==N?void 0:N.productName)&&E&&e.createElement("div",{className:`${Pn.stickyAnchorContainer} ${x?Pn.offsetClass2:Pn.nonOffsetClass}`,id:"dropDownContainer"},e.createElement("span",{className:Pn.benefitsContainer2},null===(v=(null==N?void 0:N.benefits)||[])||void 0===v?void 0:v.map((n=>e.createElement("div",{className:Pn.subcontain,onClick:()=>O(n)},null==n?void 0:n.title)))))),A))):e.createElement(e.Fragment,null)};
1
+ "use strict";var e=require("react"),n=require("@sunrise-upc/ajax-lib"),t=require("react-bootstrap/Modal"),o=require("react-bootstrap/CloseButton"),l=require("storyblok-rich-text-react-renderer-ts"),i=require("react-bootstrap"),r=require("react-bootstrap/Container"),d=require("react-bootstrap/Row"),a=require("react-bootstrap/Col"),c=require("js-cookie"),u=require("uuid"),s=require("react-multi-carousel"),m=require("react-bootstrap/Form"),p=require("react-loading-skeleton"),v=require("react-select"),_=require("@sunrise-upc/b2c-login"),h=require("react-dom");function g(e,n){void 0===n&&(n={});var t=n.insertAt;if(e&&"undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],l=document.createElement("style");l.type="text/css","top"===t&&o.firstChild?o.insertBefore(l,o.firstChild):o.appendChild(l),l.styleSheet?l.styleSheet.cssText=e:l.appendChild(document.createTextNode(e))}}g(".Button {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n border-radius: 4px;\r\n cursor: pointer;\r\n min-width: 32px;\r\n min-height: 32px;\r\n background-color: aliceblue;\r\n}\r\n\r\n.Button-primary {\r\n background-color: aqua; \r\n}\r\n.Button-secondary{\r\n background-color: burlywood;\r\n}\r\n.Button-error {\r\n background-color: red;\r\n}");class f{constructor(e){this.config={baseURL:"",cartURL:"",storyBlokURL:""},this.getConfig=()=>this.config,this.getBaseUrl=()=>{var e,n;return null!==(n=null===(e=this.config)||void 0===e?void 0:e.baseURL)&&void 0!==n?n:""},this.getCartUrl=()=>{var e,n;return null!==(n=null===(e=this.config)||void 0===e?void 0:e.cartURL)&&void 0!==n?n:""},this.getSBUrl=()=>{var e,n;return null!==(n=null===(e=this.config)||void 0===e?void 0:e.storyBlokURL)&&void 0!==n?n:""},this.config=e}}f.getInstance=()=>f.instance,f.create=e=>{f.instance=new f(e)};class b{constructor(e){this.config={assetPath:""},this.getAssetPath=()=>{var e,n;return null!==(n=null===(e=this.config)||void 0===e?void 0:e.assetPath)&&void 0!==n?n:""},this.config=e}}b.getInstance=()=>b.instance,b.create=e=>{b.instance=new b(e)};const x="ESHOP",y="v2/offer",T="carts/v2",E="?subscriptionType=",P="rest/cms/singlestory",w="rest/cms/dsource_entries?datasource=one-ecommerce-constant-keys";g(".loginModal {\r\n\talign-items: center;\r\n\tbackground-color: rgba(87, 84, 82, 0.4);\r\n\tcolor: #333333;\r\n\tdisplay: flex;\r\n\theight: 100%;\r\n\tjustify-content: center;\r\n\tleft: 0;\r\n\tpadding: 16px;\r\n\tposition: fixed;\r\n\ttop: 0;\r\n\ttransition: opacity 3s;\r\n\twidth: 100%;\r\n\tz-index: 11;\r\n}\r\n.loginContainer {\r\n position: absolute;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: center;\r\n padding: 32px 32px 34px;\r\n background-color: #ffff;\r\n max-width: 500px;\r\n width: 100%;\r\n box-shadow: -1px 18px 25px 5px rgba(87, 84, 82, 0.4);\r\n }\r\n");g('@import "bootstrap/dist/css/bootstrap.linetable-countryOverlay-css";\r\n\r\n.linetable-countryOverlay-linkTextNew {\r\n color: #da291c;\r\n margin-left: 32px;\r\n margin-bottom: 4px;\r\n text-decoration: underline;\r\n cursor: pointer;\r\n font-size: 16px;\r\n line-height: 24px;\r\n}\r\n\r\n.linetable-countryOverlay-utils-noWrap {\r\n white-space: nowrap;\r\n}\r\n\r\n.linetable-countryOverlay-utils-colWidth {\r\n max-width: 210px;\r\n}\r\n\r\n.linetable-countryOverlay-contain {\r\n display: flex;\r\n align-items: first baseline;\r\n padding-top: 10px;\r\n}\r\n\r\n.linetable-countryOverlay-image {\r\n width: 24px;\r\n height: 16px;\r\n}\r\n\r\n.linetable-countryOverlay-name {\r\n color: #000000;\r\n align-items: center;\r\n padding-left: 16px;\r\n font-style: normal;\r\n font-weight: 400;\r\n font-size: 14px;\r\n line-height: 32px;\r\n}\r\n.linetable-countryOverlay-blackthemecolor {\r\n color: #ffffff !important;\r\n}\r\n\r\n.linetable-countryOverlay-desktopView {\r\n display: block;\r\n}\r\n.linetable-countryOverlay-mobView {\r\n display: none;\r\n}\r\n@media (max-width: 767px) {\r\n .linetable-countryOverlay-linkTextNew {\r\n font-size: 14px;\r\n line-height: 24px;\r\n }\r\n}\r\n\r\n@media (min-width: 1440px) {\r\n .linetable-countryOverlay-desktopView {\r\n display: block;\r\n }\r\n .linetable-countryOverlay-mobView {\r\n display: none;\r\n }\r\n}\r\n@media (max-width: 1023px) {\r\n .linetable-countryOverlay-desktopView {\r\n display: none;\r\n }\r\n .linetable-countryOverlay-mobView {\r\n display: block;\r\n width: 100%;\r\n }\r\n}\r\n.reusbablelnetable-margin {\r\n\tmargin-left: 0;\r\n}\r\n');const C=e=>{switch(e){case"grey-600":return"falcon-grey-600";case"grey-500":return"falcon-grey-500";case"grey-100":return"falcon-grey-100";case"grey-400":return"falcon-grey-400";case"ice-white":return"falcon-ice-white";default:return""}},k=(e,n)=>{const t=[];let o,l,i=0;[...Array(n)].forEach((()=>{l=document.getElementById(`${e}${i}`),null!=l&&(l.style.height="unset",t.push(null==l?void 0:l.clientHeight),i++)})),o=Math.max(...t),i=0,[...Array(n)].forEach((()=>{l=document.getElementById(`${e}${i}`),null!=l&&(l.style.height=`${o}px`),i++}))},S=e=>{switch(e){case"rubyglow-diagonal":return"falcon-gradient-rubyglow-diagonal";case"rubyglow-inverted-diagonal":return"falcon-gradient-rubyglow-inverted-diagonal";case"rubyglow-vertical":return"falcon-gradient-rubyglow-vertical";case"pinksky-diagonal":return"falcon-gradient-pinksky-diagonal";case"pinksky-inverted-diagonal":return"falcon-gradient-pinksky-inverted-diagonal";case"pinksky-vertical":return"falcon-gradient-pinksky-vertical";case"bluehaze-diagonal":return"falcon-gradient-bluehaze-diagonal";case"bluehaze-vertical":return"falcon-gradient-bluehaze-vertical";case"greencloud-diagonal":return"falcon-gradient-greencloud-diagonal";case"greencloud-inverted-diagonal":return"falcon-gradient-greencloud-inverted-diagonal";case"greencloud-vertical":return"falcon-gradient-greencloud-vertical";case"peachfog-diagonal":return"falcon-gradient-peachfog-diagonal";case"peachfog-inverted-diagonal":return"falcon-gradient-peachfog-inverted-diagonal";case"peachfog-vertical":return"falcon-gradient-peachfog-vertical";case"darkblue-haze":return"falcon-gradient-dark-blue-haze";case"skyfuel-diagonal":return"falcon-gradient-skyfuel-diagonal";case"skyfuel-vertical":return"falcon-gradient-skyfuel-vertical";case"skyfuel-inverted-diagonal":return"falcon-gradient-skyfuel-inverted-diagonal";default:return""}},N=e=>{e=Number(e);let n=0;return n=new RegExp("^[0-9][^.]*$").test(e.toString())?e+".-":e.toFixed(2).replace(/\.00$/,""),n},V=e=>{const n="undefined"!=typeof window&&localStorage.getItem(e),t=new Date;if(!n)return null;let o={};try{if(o=JSON.parse(n),o.expiry&&t.getTime()>o.expiry)return L(e),null}catch(e){return n}return null==o?void 0:o.value},L=e=>{localStorage.removeItem(e)},I=()=>{const[n,t]=e.useState(0);return e.useEffect((()=>{const e=()=>{t(window.innerWidth)};return window.addEventListener("resize",e),e(),()=>window.removeEventListener("resize",e)}),[]),n>=1440?"large-desktop":n<1440&&n>=1024?"desktop":n<1024&&n>=768?"tablet":n<768&&n>0?"mobile":""},D=()=>{const[n,t]=e.useState(!1),o=()=>{const e=window.matchMedia("(pointer:coarse)");t(e.matches)};return e.useEffect((()=>(o(),window.addEventListener("resize",o),()=>window.removeEventListener("resize",o))),[]),n},O=(e,n)=>null==e?void 0:e.replace(/{\w+}/g,(e=>n[e.substring(1,e.length-1)]||e)),B="none",A="falconDescription",R="falconAccordionList",z="spacer",F="fixnet",$="defaultWirelineBundle",W="defaultMobilePostpaidBundle",G="mobile",M="desktop",j="large-desktop",U="tablet",X={EN:"English",FR:"Français",IT:"Italiano",DE:"Deutsch"};g(".dbold {\r\n font-weight: 500;\r\n font-size: 40px;\r\n line-height: 60px;\r\n}\r\n");const q=({content:n})=>{var t;const o=C((null==n?void 0:n.textColor)&&n.textColor),l=(null==n?void 0:n.textColor)&&n.textColor!=B?o:"",i=(null==n?void 0:n.textColor)&&n.textColor===B?{color:null===(t=n.textColorPicker)||void 0===t?void 0:t.color}:{};return e.createElement(e.Fragment,null,n.headingStyle&&n.text&&"h1"===n.headingStyle?e.createElement("h1",{className:l,style:Object.assign({},i)},n.text," "):"h2"===n.headingStyle?e.createElement("h2",{className:`${l}`,style:Object.assign({},i)},n.text):"h3"===n.headingStyle?e.createElement("h3",{className:l,style:Object.assign({},i)},n.text):"h4"===n.headingStyle?e.createElement("h4",{className:l,style:Object.assign({},i)},n.text):e.createElement("div",{className:"dbold",style:Object.assign({},i)},n.text))},H=n=>{var t;const o=I(),r=D(),d="mobile"===o||"tablet"===o||r,a=null===(t=null==b?void 0:b.getInstance())||void 0===t?void 0:t.getAssetPath();return e.createElement("div",null,l.render(n.content,{markResolvers:{link:(t,o)=>{const{href:l,target:r,linktype:c}=o;return"email"===c?e.createElement("a",{href:`mailto:${l}`,target:null===r||"_self"===r?"_top":"_blank"},t):n.isIFrame?e.createElement("a",{href:l,target:null===r||"_self"===r?"_top":"_blank"},t):e.createElement(e.Fragment,null,(null==n?void 0:n.linkAsTooltip)&&(null==n?void 0:n.toolTipText)?e.createElement(i.OverlayTrigger,{placement:"auto",rootClose:!0,trigger:d?"click":"hover",overlay:(null==n?void 0:n.toolTipText)?e.createElement(i.Popover,null,e.createElement(i.Popover.Body,null,null==n?void 0:n.toolTipText,d&&a&&e.createElement("img",{src:`${a}/icons/overlay-close.svg`,alt:"close",style:{float:"right"},width:24,height:24,onClick:()=>{var e;return null===(e=null===document||void 0===document?void 0:document.body)||void 0===e?void 0:e.click()}}))):e.createElement(e.Fragment,null)},e.createElement("span",null,t)):e.createElement("a",{href:l,target:null===r?"":r},t))}}}))},Y=({content:n})=>{var t;const o=C(n.textColor);return e.createElement(e.Fragment,null,e.createElement("div",{className:`d-inline-flex align-${n.textElementPosition}`},n.icon&&n.icon.filename&&e.createElement("img",{src:n.icon&&n.icon.filename,alt:n.icon&&n.icon.alt,title:n.icon&&n.icon.title,height:24,width:24}),n.text&&e.createElement("div",{className:`${n.icon&&n.icon.filename} ${n.textColor&&n.textColor!=B?o:""}`,style:Object.assign({},n.textColor&&n.textColor===B?{color:null===(t=n.textColorPicker)||void 0===t?void 0:t.color}:{})},e.createElement(H,{content:n.text}))))};g(".linetable-country-overlayModal {\r\n max-width: 900px;\r\n padding: 1rem 2rem;\r\n}\r\n");const K=({children:n,modalState:l,handler:i,noCloseButton:r,showBackBtn:d,overlay:a})=>{const[c,u]=e.useState(),[s,m]=e.useState();return e.useEffect((()=>{a.map((e=>{var n;null===(n=null==e?void 0:e.content)||void 0===n||n.body.map((e=>{"falconTitle"==(null==e?void 0:e.component)&&u(e),"falconDescription"==(null==e?void 0:e.component)&&m(e)}))}))}),[a]),e.createElement(e.Fragment,null,e.createElement(t,{centered:!0,show:l,onHide:i,keyboard:!1,dialogClassName:"linetable-country-overlayModal"},e.createElement(t.Header,null,e.createElement("div",{style:{display:r?"none":""}},e.createElement("div",{className:"d-flex align-items-center"},d&&e.createElement("div",{className:"me-sm-4 me-3 d-flex align-items-center",onClick:i},e.createElement("img",{src:"../../icons/left_arrow.svg"})),c&&e.createElement(q,{content:c}))),e.createElement("div",{style:{display:r?"none":""}},e.createElement(o,{className:"sr-modal-close",onClick:i}))),e.createElement(t.Body,null,n),e.createElement(t.Footer,null,s&&e.createElement(Y,{content:s}))))};g(".linetable-dotLoader-loaderParent {\r\n width: 100%;\r\n position: fixed;\r\n z-index: 3;\r\n top: 0;\r\n left: 0;\r\n bottom: 0;\r\n right: 0;\r\n background-color: rgba(255, 255, 255, 0.8);\r\n display: flex;\r\n flex-direction: column;\r\n}\r\n.linetable-dotLoader-dotClass {\r\n justify-content: center;\r\n display: flex;\r\n z-index: 1;\r\n}\r\n.linetable-dotLoader-dotContent {\r\n display: flex;\r\n justify-content: center;\r\n animation: contentplay 2s linear 0s infinite;\r\n}\r\n@keyframes dotplay {\r\n 0%,\r\n 20% {\r\n transform: translateY(0);\r\n }\r\n 10% {\r\n transform: translateY(-20px);\r\n }\r\n}\r\n.linetable-dotLoader-dots:nth-child(1) {\r\n animation-delay: 0.4s;\r\n}\r\n.linetable-dotLoader-dots:nth-child(2) {\r\n animation-delay: 0.8s;\r\n}\r\n.linetable-dotLoader-dots:nth-child(3) {\r\n animation-delay: 1.2s;\r\n}\r\n.linetable-dotLoader-dots:nth-child(4) {\r\n animation-delay: 1.6s;\r\n}\r\n.linetable-dotLoader-dots {\r\n margin: 5px 2px;\r\n width: 12px;\r\n height: 12px;\r\n border-radius: 50%;\r\n background: linear-gradient(180deg, #e2271e 0%, #ef7c3c 100%);\r\n animation: dotplay 2s linear 0s infinite;\r\n}\r\n@keyframes contentplay {\r\n 0% {\r\n opacity: 0.2;\r\n }\r\n 30% {\r\n opacity: 1;\r\n }\r\n}\r\n");const Z=({keyParams:n})=>{const[t,o]=e.useState(0),[l,i]=e.useState({}),r={checkout:[null==l?void 0:l.uspFreeShipping,null==l?void 0:l.uspBestService,null==l?void 0:l.uspCheckout],loading:[null==l?void 0:l.loading]},d=n?r[`${n}`]:r.checkout;return e.useEffect((()=>{i(V("sbstaticcontent"))}),[]),e.useEffect((()=>{let e=d.length-1;o(e);const n=setInterval((()=>{o(e--),e<0&&(e=d.length-1)}),2e3);return()=>{clearTimeout(n)}}),[]),e.createElement("div",{className:"d-flex align-items-center justify-content-center linetable-dotLoader-loaderParent"},e.createElement("div",{className:"linetable-dotLoader-dotClass"},e.createElement("div",{className:"linetable-dotLoader-dots"}),e.createElement("div",{className:"linetable-dotLoader-dots"}),e.createElement("div",{className:"linetable-dotLoader-dots"}),e.createElement("div",{className:"linetable-dotLoader-dots"})),e.createElement("div",null,e.createElement("h4",{className:"linetable-dotLoader-dotContent"},d[t]," ")))};function J(e,n,t,o){return new(t||(t=Promise))((function(l,i){function r(e){try{a(o.next(e))}catch(e){i(e)}}function d(e){try{a(o.throw(e))}catch(e){i(e)}}function a(e){var n;e.done?l(e.value):(n=e.value,n instanceof t?n:new t((function(e){e(n)}))).then(r,d)}a((o=o.apply(e,n||[])).next())}))}const Q=e=>{const n=[];return null==e||e.map((e=>{const t=Number(null==e?void 0:e.order)||999,o=null==e?void 0:e.cProd;o.sortOrder=t,null==n||n.push(o)})),null==n||n.sort(((e,n)=>(null==e?void 0:e.sortOrder)-(null==n?void 0:n.sortOrder))),n};let ee=void 0!==typeof window&&c.get("sunriseAuth");ee=ee&&JSON.parse(ee);const ne=(e,t,o,l)=>J(void 0,void 0,void 0,(function*(){var i;const r=V(`${e}_${t}_countryData`);if(r)return r;try{const r={language:t,type:"B2C"},d=null===(i=(yield n.CMSStoryblokServiceV2.get(o,r)).data)||void 0===i?void 0:i.stories;return d&&d.length>0&&((e,n,t)=>{let o=null;const l=new Date;o={value:n,expiry:t?l.getTime()+t:null},localStorage.setItem(e,JSON.stringify(o))})(`${e}_${t}_countryData`,d,l),d}catch(e){return console.error(e),e}})),te=(e,t,o,l,i,r)=>J(void 0,void 0,void 0,(function*(){var d,a,s,m,p,v,_,h,g,f,b,y,E,P,w,C,k,S,N,V,I,D,O,B,A,R,z,$,W,M,j,U,X,q,H,Y,K,Z,J,Q,ee,ne,te,oe,le,ie,re,de,ae,ce;let ue={};if(i===F){let n="",l="";const i=null!==(d=c.get("one-commerce-linecheckcorrelationid"))&&void 0!==d?d:"",u=(e=>{var n,t,o;let l=[],i=void 0!==typeof window&&localStorage.getItem("lineCheckResponse");if(i){i=JSON.parse(i);const r=null===(n=null==i?void 0:i.originalLinecheckResponse)||void 0===n?void 0:n.sellableProducts;l=null===(o=null===(t=null==r?void 0:r.find((n=>(null==n?void 0:n.name)===e)))||void 0===t?void 0:t.access)||void 0===o?void 0:o[0]}return l})(null===(a=null==e?void 0:e[0])||void 0===a?void 0:a.id);ue={relatedParty:[{id:"anonymous",segment:"RESIDENTIAL"}],cartItem:[{itemType:"HOME",promotionId:o,items:[],note:[{author:"linecheckCorrelationId",text:i}]}]};const x={itemType:"MOBILE",promotionId:o,items:[]};if(null===(s=e[0])||void 0===s?void 0:s.isBundle)null===(p=null===(m=e[0])||void 0===m?void 0:m.bundledOffers)||void 0===p||p.map((e=>{var o,i,r,d,a,c,u,s,m,p,v,_,h,g,f,b,y,T,E;if(null===(i=null===(o=null==e?void 0:e.promotionInfo)||void 0===o?void 0:o[0])||void 0===i?void 0:i.id){const t=1==(null===(u=null===(c=null===(a=null===(d=null===(r=null==e?void 0:e.promotionInfo)||void 0===r?void 0:r[0])||void 0===d?void 0:d.hardwareGift)||void 0===a?void 0:a[0])||void 0===c?void 0:c.ids)||void 0===u?void 0:u.length)?null===(_=null===(v=null===(p=null===(m=null===(s=null==e?void 0:e.promotionInfo)||void 0===s?void 0:s[0])||void 0===m?void 0:m.hardwareGift)||void 0===p?void 0:p[0])||void 0===v?void 0:v.ids)||void 0===_?void 0:_[0]:"";"mobile"===(null===(h=null==e?void 0:e.productType)||void 0===h?void 0:h.toLowerCase())?(x.promotionId=null===(f=null===(g=null==e?void 0:e.promotionInfo)||void 0===g?void 0:g[0])||void 0===f?void 0:f.id,n=t):(ue.cartItem[0].promotionId=null===(y=null===(b=null==e?void 0:e.promotionInfo)||void 0===b?void 0:b[0])||void 0===y?void 0:y.id,l=t)}"tv"==(null===(T=null==e?void 0:e.productType)||void 0===T?void 0:T.toLowerCase())&&t?ue.cartItem[0].items.push({itemType:null==e?void 0:e.productType,id:t}):"mobile"===(null===(E=null==e?void 0:e.productType)||void 0===E?void 0:E.toLowerCase())?x.items.push({itemType:"RATEPLAN",id:null==e?void 0:e.id}):ue.cartItem[0].items.push({itemType:null==e?void 0:e.productType,id:null==e?void 0:e.id})})),l&&(null===(v=ue.cartItem[0].items)||void 0===v||v.push({itemType:"GIFT",id:l})),n&&x.items.push({itemType:"GIFT",id:n}),(null===(_=null==x?void 0:x.items)||void 0===_?void 0:_.length)>0&&(null===(h=null==ue?void 0:ue.cartItem)||void 0===h||h.push(x));else{const n=1==(null===(P=null===(E=null===(y=null===(b=null===(f=null===(g=null==e?void 0:e[0])||void 0===g?void 0:g.promotionInfo)||void 0===f?void 0:f[0])||void 0===b?void 0:b.hardwareGift)||void 0===y?void 0:y[0])||void 0===E?void 0:E.ids)||void 0===P?void 0:P.length)?null===(V=null===(N=null===(S=null===(k=null===(C=null===(w=null==e?void 0:e[0])||void 0===w?void 0:w.promotionInfo)||void 0===C?void 0:C[0])||void 0===k?void 0:k.hardwareGift)||void 0===S?void 0:S[0])||void 0===N?void 0:N.ids)||void 0===V?void 0:V[0]:"";ue.cartItem[0].items.push({itemType:null===(I=null==e?void 0:e[0])||void 0===I?void 0:I.productType,id:null===(D=null==e?void 0:e[0])||void 0===D?void 0:D.id}),n&&(null===(O=ue.cartItem[0].items)||void 0===O||O.push({itemType:"GIFT",id:n}))}r&&(null==r?void 0:r.length)>0&&(null==r||r.map((e=>{var n,t,o,l;"HOME"===(null==e?void 0:e.parentPoType)?null===(o=null===(t=null===(n=null==ue?void 0:ue.cartItem)||void 0===n?void 0:n[0])||void 0===t?void 0:t.items)||void 0===o||o.push({itemType:"GIFT",id:null==e?void 0:e.tuaProdId}):null===(l=x.items)||void 0===l||l.push({itemType:"GIFT",id:null==e?void 0:e.tuaProdId})}))),(null==u?void 0:u.accessType)&&(null===(R=null===(A=null===(B=null==ue?void 0:ue.cartItem)||void 0===B?void 0:B[0])||void 0===A?void 0:A.note)||void 0===R||R.push({author:"lineCheckaccessType",text:null==u?void 0:u.accessType})),(null==u?void 0:u.timeSlot)&&(null===(W=null===($=null===(z=null==ue?void 0:ue.cartItem)||void 0===z?void 0:z[0])||void 0===$?void 0:$.note)||void 0===W||W.push({author:"lineCheckEarliestActivationDate",text:null===(M=null==u?void 0:u.timeSlot)||void 0===M?void 0:M.start}));try{const e=(e=>{const n=e+"=";let t;return document.cookie.split(";").some((e=>{for(;" "===e.charAt(0);)e=e.substring(1);return 0===e.indexOf(n)&&(t=JSON.parse(decodeURIComponent(e.substring(n.length,e.length))),!0)})),t})("chAddressJson"),n=[{characteristic:{installationAddress:!0,country:"CH",city:null===(j=null==e?void 0:e.selectedAdd)||void 0===j?void 0:j.city,street1:null===(U=null==e?void 0:e.selectedAdd)||void 0===U?void 0:U.street,postCode:null===(X=null==e?void 0:e.selectedAdd)||void 0===X?void 0:X.postCode,street2:null===(q=null==e?void 0:e.selectedAdd)||void 0===q?void 0:q.houseNumber}}];ue.contactMedium=n}catch(e){console.log("issue at line check address addition in create cart ==>",e)}}else if(i===G){ue={relatedParty:[{segment:"RESIDENTIAL"}],cartItem:[{itemType:"MOBILE",promotionId:o,items:[{itemType:"RATEPLAN",id:(null===(H=null==e?void 0:e[0])||void 0===H?void 0:H.id)?null===(Y=null==e?void 0:e[0])||void 0===Y?void 0:Y.id:e}]}]};const n=1==(null===(ne=null===(ee=null===(Q=null===(J=null===(Z=null===(K=null==e?void 0:e[0])||void 0===K?void 0:K.promotionInfo)||void 0===Z?void 0:Z[0])||void 0===J?void 0:J.hardwareGift)||void 0===Q?void 0:Q[0])||void 0===ee?void 0:ee.ids)||void 0===ne?void 0:ne.length)?null===(de=null===(re=null===(ie=null===(le=null===(oe=null===(te=null==e?void 0:e[0])||void 0===te?void 0:te.promotionInfo)||void 0===oe?void 0:oe[0])||void 0===le?void 0:le.hardwareGift)||void 0===ie?void 0:ie[0])||void 0===re?void 0:re.ids)||void 0===de?void 0:de[0]:"";n&&(null===(ae=ue.cartItem[0].items)||void 0===ae||ae.push({itemType:"GIFT",id:n})),r&&(null==r?void 0:r.length)>0&&(null==r||r.map((e=>{var n,t,o;"HOME"!==(null==e?void 0:e.parentPoType)&&(null===(o=null===(t=null===(n=null==ue?void 0:ue.cartItem)||void 0===n?void 0:n[0])||void 0===t?void 0:t.items)||void 0===o||o.push({itemType:"GIFT",id:null==e?void 0:e.tuaProdId}))})))}const se={headers:{"x-correlation-id":u.v4(),"x-sunrise-channel":x}},me=l+T;if((null===(ce=Object.keys(ue))||void 0===ce?void 0:ce.length)>0){const e=yield n.ApiServiceV2.getApiServiceInstance().post(me,ue,se).then((e=>{if(L("isB2BCustomer"),200==e.status)return null==e?void 0:e.data}));if(e.error)throw e.error;return e}})),oe=(e,t,o,l,i,r)=>J(void 0,void 0,void 0,(function*(){let d;localStorage.removeItem("entertainment"),d={headers:{"x-correlation-id":u.v4(),"x-sunrise-channel":x}},r&&(d.params={returnPromo:!0});const a=o+y,c=l&&null==ee?a+E+i:a,s=yield n.ApiServiceV2.getApiServiceInstance().post(c,e,d).then((e=>{if(200==e.status)return null==e?void 0:e.data}));return s.error?s.error:{[t]:s}})),le=({linkText:n,product:t,metadata:o,modalTriggered:l,reuseableLineTable:i})=>{var c,u,s,m;const[p,v]=e.useState(!1),[_,h]=e.useState([]),[g,b]=e.useState(!0),[x,y]=e.useState(),[T,E]=e.useState([]),P=(null===(u=null===(c=null==t?void 0:t.testProductReference)||void 0===c?void 0:c[0])||void 0===u?void 0:u.reference)?null===(m=null===(s=null==t?void 0:t.testProductReference)||void 0===s?void 0:s[0])||void 0===m?void 0:m.reference:null==t?void 0:t.reference;let w;e.useEffect((()=>{_&&_.length>0&&_.map((e=>{var n;null===(n=null==e?void 0:e.content)||void 0===n||n.body.map((e=>{"countryListComponent"==(null==e?void 0:e.component)&&E(null==e?void 0:e.countryValues)}))}))}),[_]),e.useEffect((()=>{(null==T?void 0:T.length)>0&&(w=T.length,y(Math.ceil(w/3)))}),[T]);return e.createElement(e.Fragment,null,e.createElement(K,{modalState:p,handler:()=>{v(!1),"function"==typeof l&&l()},overlay:_},g&&e.createElement(Z,{keyParams:"loading"}),!g&&e.createElement(e.Fragment,null,e.createElement(r,{className:"linetable-countryOverlay-desktopView"},e.createElement("div",null,e.createElement(d,{className:"linetable-countryOverlay-utils-noWrap"},e.createElement(a,{className:"linetable-countryOverlay-utils-colWidth"},e.createElement(d,null,T.slice(0,x).map(((n,t)=>e.createElement("div",{className:"linetable-countryOverlay-contain",key:n.name?n.name:t},e.createElement("div",null,e.createElement("img",{src:n.icon.filename,alt:"",className:"linetable-countryOverlay-image"})),e.createElement("div",{className:"linetable-countryOverlay-name"},n.name)))))),e.createElement(a,{className:"linetable-countryOverlay-utils-colWidth"},e.createElement(d,null,T.slice(x,2*x).map(((n,t)=>e.createElement("div",{className:"linetable-countryOverlay-contain",key:n.name?n.name:t},e.createElement("div",null,e.createElement("img",{src:n.icon.filename,alt:"",className:"linetable-countryOverlay-image"})),e.createElement("div",{className:"linetable-countryOverlay-name"},n.name)))))),e.createElement(a,{className:"linetable-countryOverlay-utils-colWidth"},e.createElement(d,null,T.slice(2*x,3*x).map(((n,t)=>e.createElement("div",{className:"linetable-countryOverlay-contain",key:n.name?n.name:t},e.createElement("div",null,e.createElement("img",{src:n.icon.filename,alt:"",className:"linetable-countryOverlay-image"})),e.createElement("div",{className:"linetable-countryOverlay-name"},n.name))))))))),e.createElement(r,{className:"linetable-countryOverlay-mobView"},e.createElement(d,null,e.createElement(a,null,e.createElement(d,null,T.map(((n,t)=>e.createElement("div",{className:"linetable-countryOverlay-contain",key:n.name?n.name:t},e.createElement("div",null,e.createElement("img",{src:n.icon.filename,alt:"",className:"linetable-countryOverlay-image"})),e.createElement("div",{className:"linetable-countryOverlay-name"},n.name)))))))))),e.createElement("span",{onClick:()=>{var e,n,t,r,d,a,c,u,s,m,_;v(!p),"function"==typeof l&&l();const g=(null===(r=null===(t=null===(n=null===(e=null==P?void 0:P.content)||void 0===e?void 0:e.body)||void 0===n?void 0:n[0])||void 0===t?void 0:t.countryList)||void 0===r?void 0:r.cached_url)?null===(s=null===(u=null===(c=null===(a=null===(d=null==P?void 0:P.content)||void 0===d?void 0:d.body)||void 0===a?void 0:a[0])||void 0===c?void 0:c.countryList)||void 0===u?void 0:u.cached_url)||void 0===s?void 0:s.replace(null==o?void 0:o.lang,""):null==P?void 0:P.replace(null==o?void 0:o.lang,""),x=null==g?void 0:g.replace("//",""),y=`${i?null===(m=null==f?void 0:f.getInstance())||void 0===m?void 0:m.getSBUrl():null===(_=null==f?void 0:f.getInstance())||void 0===_?void 0:_.getBaseUrl()}rest/cms/stories/?by_slugs=${x}`,T=null==P?void 0:P.name;ne(T,null==o?void 0:o.lang,y,864e5).then((e=>{e&&e.length>0&&h(e),b(!1)}))},className:`linetable-countryOverlay-linkTextNew display-5 ${i&&"reusbablelnetable-margin"}`},n))};g(".linetable-CardEntitlement-mobileProductEntitlement {\r\n margin: 0;\r\n padding: 0 16px 0 16px;\r\n}\r\n.linetable-CardEntitlement-entitlementValue {\r\n display: flex;\r\n margin-bottom: 4px;\r\n align-items: center;\r\n font-size: 16px;\r\n}\r\n.linetable-CardEntitlement-entitlementIcon {\r\n align-self: flex-start;\r\n margin-right: 8px;\r\n}\r\n\r\n.linetable-CardEntitlement-entitlementIcon img {\r\n vertical-align: sub;\r\n}\r\n.linetable-CardEntitlement-animationTitle {\r\n font-size: 16px;\r\n line-height: 24px;\r\n color: #3d3935;\r\n font-weight: 700;\r\n margin-bottom: auto;\r\n}\r\n.linetable-CardEntitlement-entitlementContent {\r\n display: inline-flex;\r\n margin-bottom: 16px;\r\n}\r\n.linetable-CardEntitlement-entitlementDescription {\r\n color: #3d3935;\r\n margin-left: 32px;\r\n margin-bottom: 4px;\r\n font-size: 16px;\r\n font-weight: 500;\r\n width: calc(100% - 32px);\r\n}\r\n");const ie=e.createContext({indexKey:0,listLength:0,arrowUpIcon:"",arrowDownIcon:"",arrowLeftRed:""}),re=({content:n,product:t,indexKey:o,showEntitleValue:l,metadata:i,modalTriggered:r})=>{var d,a,c,u;const s=e.useRef(null),m=e.useContext(ie),p=()=>{k(`linetable-CardEntitlement-entitlementSection${m.indexKey}`,m.listLength)};return e.useEffect((()=>{setTimeout((()=>{(null==s?void 0:s.current)&&p()}),200),window.addEventListener("resize",p)}),[n]),e.createElement("div",{className:"linetable-CardEntitlement-mobileProductEntitlement",id:`linetable-CardEntitlement-entitlementSection${o}${m.indexKey}`,ref:s},e.createElement("div",{className:"row linetable-CardEntitlement-entitlementContent"},e.createElement("div",{className:"linetable-CardEntitlement-entitlementValue "},e.createElement(e.Fragment,null,(null==n?void 0:n.isblacktheme)?e.createElement(e.Fragment,null,(null===(d=null==n?void 0:n.blackFridayentitlementIcon)||void 0===d?void 0:d.filename)&&e.createElement("div",{className:"linetable-CardEntitlement-entitlementIcon"},e.createElement("img",{src:null===(a=null==n?void 0:n.blackFridayentitlementIcon)||void 0===a?void 0:a.filename,width:20,height:20}))):e.createElement(e.Fragment,null,(null===(c=null==n?void 0:n.entitlementIcon)||void 0===c?void 0:c.filename)&&e.createElement("div",{className:"linetable-CardEntitlement-entitlementIcon"},e.createElement("img",{src:null===(u=null==n?void 0:n.entitlementIcon)||void 0===u?void 0:u.filename,width:20,height:20}))),e.createElement("span",{className:"linetable-CardEntitlement-animationTitle entitlementDisplay"},null==n?void 0:n.entitlementName))),e.createElement("div",{className:"d-block"},n.entitlementDescription&&l&&e.createElement("div",{className:"linetable-CardEntitlement-entitlementDescription"},null==n?void 0:n.entitlementDescription),(null==n?void 0:n.linkText)&&e.createElement(le,{product:t,linkText:null==n?void 0:n.linkText,metadata:i,modalTriggered:r,reuseableLineTable:!1}))))};g(".linetable-card-linetable-card-flexGrid {\r\n display: flex;\r\n flex-direction: column;\r\n}\r\n.linetable-card-productContainer {\r\n background-color: #fff;\r\n padding: 24px 0 16px;\r\n text-align: left;\r\n height: 100%;\r\n border-radius: 8px;\r\n}\r\n.linetable-card-productContainer hr {\r\n margin: 16px;\r\n}\r\n.linetable-card-introText {\r\n padding-left: 16px;\r\n padding-right: 16px;\r\n font-size: 16px;\r\n line-height: 24px;\r\n font-weight: 500;\r\n color: #587467;\r\n}\r\n.linetable-card-productTeaser {\r\n background-color: #fff;\r\n border-radius: 8px;\r\n height: 100%;\r\n width: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n box-shadow: 0px 4px 12px 0px #57545233;\r\n}\r\n.linetable-card-prodHeading {\r\n font-size: 14px;\r\n line-height: 20px;\r\n color: #606060;\r\n font-weight: bold;\r\n margin-bottom: 4px;\r\n}\r\n.linetable-card-titleContainer {\r\n padding-left: 16px;\r\n padding-right: 16px;\r\n}\r\n.linetable-card-productTitle {\r\n color: #1e1e1e;\r\n font-weight: bold;\r\n margin-bottom: 4px;\r\n display: flex;\r\n align-items: baseline;\r\n justify-content: space-between;\r\n}\r\n.linetable-card-productTitle > h1,\r\n.linetable-card-productTitle > h2,\r\n.linetable-card-productTitle > h3,\r\n.linetable-card-productTitle > h4,\r\n.linetable-card-productTitle > h5,\r\n.linetable-card-productTitle > h6 {\r\n color: #1e1e1e !important;\r\n}\r\n.linetable-card-productTitle > h3 {\r\n font-size: 24px;\r\n line-height: 32px;\r\n}\r\n.linetable-card-productTitle > h2 {\r\n margin-right: 8px;\r\n}\r\n.linetable-card-prodDescription {\r\n font-size: 16px;\r\n line-height: 24px;\r\n color: #333333;\r\n display: flex;\r\n font-weight: 400;\r\n}\r\n\r\n@media (max-width: 767px) {\r\n .linetable-card-productTitle {\r\n height: auto;\r\n }\r\n}\r\n\r\n.linetable-card-productDetailSection{\r\n margin: 0 16px;\r\n}\r\n.linetable-card-productDetailSection img {\r\n vertical-align: bottom;\r\n margin-right: 8px;\r\n}\r\n.linetable-card-bottomConatiner {\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: end;\r\n}");const de=({modalState:n,handler:t,showFooter:o,footerNode:l,children:r,width:d,height:a,noCloseButton:c,backButton:u})=>{const s=e.useContext(ie);return e.useEffect((()=>{const e=document.querySelector(".linetable-product-modal .footer-main");e&&(e.style.zIndex="10");const n=document&&document.querySelector(".modal-dialog.linetable-product-modal");n&&(n.style.maxWidth=d,n.style.padding="0",n.style.transform="none");const t=document.querySelector(".linetable-product-modal .modal-content");t&&(t.style.height=a,t.style.backgroundColor="#F7F6F5");const o=document.querySelector(".linetable-product-modal .modal-header");o&&(o.style.position="absolute",o.style.top="0",o.style.zIndex="1",o.style.maxWidth="100%",o.style.background="#f8f8f8",o.style.width="100%");const l=document.querySelector(".linetable-product-modal .modal-body");l&&(l.style.background="#f8f8f8",l.style.paddingTop="70px")}),[a]),e.createElement(i.Modal,{scrollable:!1,show:n,onHide:t,keyboard:!1,dialogClassName:"linetable-product-modal"},e.createElement(i.Modal.Header,null,u&&e.createElement("div",{style:{justifyContent:"start",cursor:"pointer"},onClick:t},e.createElement(e.Fragment,null,(null==s?void 0:s.arrowLeftRed)&&e.createElement("img",{src:null==s?void 0:s.arrowLeftRed,width:24,height:24}),e.createElement("span",{style:{color:"#DA291C"}}," ",u))),e.createElement("div",{style:{display:c?"none":"",justifyContent:"end"}},e.createElement(i.CloseButton,{className:"sr-modal-close",onClick:t}))),e.createElement(i.Modal.Body,null,r),o&&e.createElement(i.Modal.Footer,null,l))};g(".linetable-sr-def-row {\r\n margin-left: auto;\r\n margin-right: auto;\r\n padding-left: 16px;\r\n padding-right: 16px;\r\n max-width: 1308px;\r\n width: 100%;\r\n}\r\n\r\n.resusable-linetable {\r\n padding-left: 0;\r\n padding-right: 0;\r\n}\r\n\r\n@media (min-width: 1024px) and (max-width: 1439px) {\r\n .linetable-sr-def-row {\r\n max-width: 972px;\r\n }\r\n}\r\n\r\n@media (min-width: 768px) and (max-width: 1023px) {\r\n .linetable-sr-def-row {\r\n max-width: 720px;\r\n }\r\n}\r\n\r\n@media (max-width: 767px) {\r\n .linetable-sr-def-row {\r\n max-width: 972px;\r\n }\r\n}\r\n\r\n.linetable-sr-def-row .linetable-sr-def-row {\r\n padding: 0px;\r\n max-width: 100%;\r\n}");const ae=({children:n,resuablelineTable:t})=>e.createElement("div",{className:`linetable-sr-def-row linetable-sr-responsive-row\n ${t&&"resusable-linetable"}\n `},n);g(".linetable-falconAccordion-section {\r\n text-align: center;\r\n}\r\n\r\n.linetable-falconAccordion-description {\r\n color: #3d3935;\r\n padding-bottom: 32px;\r\n text-align: center;\r\n}\r\n\r\n.linetable-falconAccordion-description p a {\r\n color: #da291c;\r\n}\r\n\r\n.linetable-falconAccordion-container {\r\n box-shadow: 0 2px 4px rgba(87, 84, 82, 0.2);\r\n border-radius: 8px;\r\n overflow: hidden;\r\n padding: 0;\r\n}\r\n\r\n.linetable-falconAccordion-current-item {\r\n overflow: hidden;\r\n}\r\n\r\n.linetable-falconAccordion-current-item:first-child {\r\n border-radius: 8px 8px 0 0;\r\n overflow: hidden;\r\n}\r\n\r\n.linetable-falconAccordion-current-item:last-child {\r\n border-bottom: none;\r\n border-radius: 0 0 8px 8px;\r\n overflow: hidden;\r\n}\r\n\r\n.linetable-falconAccordion-item:hover {\r\n background-color: #f7f6f5;\r\n}\r\n\r\n.linetable-falconAccordion-wrapper {\r\n margin-left: 32px;\r\n margin-right: 32px;\r\n border-bottom: 1px solid #e6e3df;\r\n}\r\n\r\n.linetable-falconAccordion-title {\r\n color: #3d3935;\r\n font-style: normal;\r\n font-weight: bold;\r\n font-size: 16px;\r\n line-height: 24px;\r\n margin-right: 28px;\r\n min-height: 24px;\r\n}\r\n\r\n.prod-card .accordion-flush .linetable-falconAccordion-item .accordion-button {\r\n padding: 24px 0;\r\n}\r\n\r\n.prod-card .accordion-body {\r\n padding: 8px 0 32px 0;\r\n color: #3d3935;\r\n text-align: left;\r\n font-size: 16px;\r\n line-height: 24px;\r\n}\r\n\r\n.prod-card .accordion-button::after {\r\n position: absolute;\r\n top: 24px;\r\n right: 0;\r\n background-image: url('/ecom-int/icons/falcon-arrow-down.svg') !important;\r\n background-size: 24px 24px !important;\r\n background-size: unset;\r\n}\r\n\r\n.prod-card .accordion-button:not(.collapsed)::after {\r\n background-image: url('/ecom-int/icons/falcon-arrow-up.svg') !important;\r\n}\r\n\r\n.linetable-falconAccordion-disabled {\r\n opacity: 0.8;\r\n pointer-events: none;\r\n background-color: #e6e3df;\r\n}\r\n\r\n/* for mobile view */\r\n@media (max-width: 767px) {\r\n .prod-card .description {\r\n padding-bottom: 24px;\r\n }\r\n\r\n .linetable-falconAccordion-item:hover {\r\n background-color: none;\r\n }\r\n\r\n .linetable-falconAccordion-wrapper {\r\n margin-left: 16px;\r\n margin-right: 16px;\r\n }\r\n\r\n .prod-card .accordion-flush .linetable-falconAccordion-item .accordion-button {\r\n padding: 16px 0;\r\n }\r\n\r\n .prod-card .accordion-body {\r\n padding-bottom: 24px;\r\n }\r\n\r\n .prod-card .accordion-button::after {\r\n top: 16px;\r\n }\r\n}\r\n\r\n/* For tablet view */\r\n@media (max-width: 1023px) {\r\n .linetable-falconAccordion-wrapper {\r\n margin-left: 24px;\r\n margin-right: 24px;\r\n }\r\n}");const ce=({content:n})=>{const t=null==n?void 0:n._uid;return e.createElement("div",{className:"prod-card"},e.createElement(i.Accordion,{flush:!0,defaultActiveKey:(null==n?void 0:n.alwaysOpen)?t:""},e.createElement(i.Accordion.Item,{eventKey:t,className:`${(null==n?void 0:n.disabled)&&"linetable-falconAccordion-disabled"} linetable-falconAccordion-item`},e.createElement("div",{className:"linetable-falconAccordion-wrapper"},e.createElement(i.Accordion.Header,null,e.createElement("span",{className:"linetable-falconAccordion-title"},null==n?void 0:n.title)),e.createElement(i.Accordion.Body,null,(null==n?void 0:n.bodyText)&&e.createElement(H,{content:null==n?void 0:n.bodyText}))))))},ue=({content:n})=>{var t,o,l,i,r,d,a;return e.createElement("section",{className:"linetable-falconAccordion-section"},e.createElement(ae,null,e.createElement(e.Fragment,null,(null==n?void 0:n.title)&&(null===(t=null==n?void 0:n.title)||void 0===t?void 0:t.length)>0&&e.createElement(q,{content:null===(o=null==n?void 0:n.title)||void 0===o?void 0:o[0]}),(null==n?void 0:n.description)&&(null===(l=null==n?void 0:n.description)||void 0===l?void 0:l.length)>0&&e.createElement("div",{className:"linetable-falconAccordion-description"},e.createElement(Y,{content:null===(i=null==n?void 0:n.description)||void 0===i?void 0:i[0]})),(null==n?void 0:n.accordions)&&(null===(r=null==n?void 0:n.accordions)||void 0===r?void 0:r.length)>0&&(null===(d=null==n?void 0:n.accordions[0])||void 0===d?void 0:d.title)&&e.createElement("div",{className:"linetable-falconAccordion-container"},null===(a=null==n?void 0:n.accordions)||void 0===a?void 0:a.map((n=>e.createElement("div",{tabIndex:0,key:null==n?void 0:n._uid,className:"linetable-falconAccordion-current-item"},e.createElement(ce,{content:Object.assign({},n)}))))))))},se=({content:n})=>{const t=(e=>{switch(e){case"grey-100":return"falcon-background-grey-100";case"ice-white":return"falcon-background-ice-white";case"transparent":return"falcon-background-transparent";default:return""}})(null==n?void 0:n.backgroundColor),o=S(null==n?void 0:n.gradientBackground),l=(null==n?void 0:n.gradientBackground)===B?t:o;return e.createElement("div",null,n.height?e.createElement("div",{className:`d-none d-sm-block ${l}`,style:{height:`${n.height}px`}}):e.createElement("div",{className:`d-none d-sm-block ${l}`,style:{height:`${n.desktopHeight}px`}}),e.createElement("div",{className:`d-block d-sm-none ${l} `,style:{height:`${n.mobHeight}px`}}))};g(".linetable-productDetailsText {\r\n color: #da291c;\r\n text-decoration: underline;\r\n cursor: pointer;\r\n}");g('.linetable-staticPrice-priceWrapper {\r\n\tborder-radius: 8px;\r\n\tborder: 1px solid #E6E3DF;\r\n\tmargin: 16px 16px 0 16px;\r\n\tpadding: 8px 16px;\r\n\tfont-size: 14px;\r\n\tfont-weight: 400;\r\n\tline-height: 20px;\r\n}\r\n\r\n.linetable-staticPrice-discountPriceSection {\r\n\tcolor: #2E6199;\r\n\tmargin-right: 8px;\r\n}\r\n\r\n.linetable-staticPrice-discountedPrice {\r\n\tfont-size: 32px;\r\n\tfont-weight: 700;\r\n\tline-height: 40px;\r\n}\r\n\r\n.linetable-staticPrice-basePrice {\r\n\tfont-size: 20px;\r\n\tfont-weight: 700;\r\n\tline-height: 28px;\r\n\tposition: relative;\r\n\tdisplay: inline-block;\r\n}\r\n\r\n.linetable-staticPrice-priceStrikeout::after {\r\n\tcontent: "";\r\n\tposition: absolute;\r\n\tright: -1px;\r\n\tleft: -2px;\r\n\ttop: 50%;\r\n\twidth: 100%;\r\n\tborder-bottom: 2px solid #da291c;\r\n\ttransform: rotate(-18.22deg);\r\n}\r\n\r\n.linetable-staticPrice-noDiscountPrice {\r\n\tfont-size: 32px;\r\n\tfont-weight: 700;\r\n\tline-height: 40px;\r\n}\r\n\r\n.linetable-staticPrice-contractDescription {\r\n\tmargin-top: 6px;\r\n}\r\n\r\n.linetable-staticPrice-addToCart {\r\n\tmargin-top: 8px;\r\n\twidth: 100%;\r\n\tpadding: 10px 24px;\r\n\tborder-radius: 25px;\r\n\tbackground: #DA291C;\r\n\tcolor: #FFFFFF;\r\n\tfont-size: 16px;\r\n\tfont-weight: 700;\r\n\tline-height: 24px;\r\n\tborder: 0px;\r\n}\r\n\r\n.linetable-staticPrice-productDetails-priceWrapper {\r\n\tdisplay: flex;\r\n\tjustify-content: space-between;\r\n}\r\n\r\n@media (min-width: 425px) {\r\n\t.linetable-staticPrice-productDetails-addToCart {\r\n\t\tmin-width: 120px;\r\n\t}\r\n}');const me=({content:n,addToCart:t,variant:o})=>{const l=e.useContext(ie),i=()=>{k("linetable-staticPrice-priceSection",l.listLength)};e.useEffect((()=>{setTimeout((()=>{i()}),200),window.addEventListener("resize",i)}),[n]);return e.createElement("div",{className:`linetable-staticPrice-priceWrapper ${"productDetails"===o&&"linetable-staticPrice-productDetails-priceWrapper"}`},e.createElement("div",{id:`linetable-staticPrice-priceSection${null==l?void 0:l.indexKey}`},e.createElement("div",{className:"linetable-staticPrice-priceSection"},(null==n?void 0:n.isEnableDiscountPrice)&&e.createElement("span",{className:"linetable-staticPrice-discountPriceSection"},e.createElement("span",{className:"linetable-staticPrice-discountedPrice"},null==n?void 0:n.discountPriceValue),null==n?void 0:n.priceDuration),e.createElement("span",null,e.createElement("span",{className:"linetable-staticPrice-basePrice "+((null==n?void 0:n.isEnableDiscountPrice)?"linetable-staticPrice-priceStrikeout":"linetable-staticPrice-noDiscountPrice")},N(null==n?void 0:n.priceValue)),!(null==n?void 0:n.isEnableDiscountPrice)&&e.createElement(e.Fragment,null,null==n?void 0:n.priceDuration))),e.createElement("div",{className:"linetable-staticPrice-contractDescription"},null==n?void 0:n.contractDescription)),e.createElement("div",null,e.createElement("button",{className:`linetable-staticPrice-addToCart ${"productDetails"===o&&"linetable-staticPrice-productDetails-addToCart"}`,onClick:()=>{"function"==typeof t&&t(n)}},null==n?void 0:n.addButton)))},pe=({content:n,updatedContent:t,modalTriggered:o,addToCart:l})=>{var i;const[r,d]=e.useState(!1),a=null==n?void 0:n.subscriptionDetailModal;let c=[],u="";a&&(null==a?void 0:a.length)>0&&(null==a||a.map((e=>{c=null==e?void 0:e.modalBody,null==e||e.productPriceVariant,u=null==e?void 0:e.backButton,null==e||e.priceChangeContent})));const s=()=>{d(!r),"function"==typeof o&&o()};return e.createElement(e.Fragment,null,r&&e.createElement(de,{modalState:r,handler:s,showFooter:!1,height:"100%",width:"883px",backButton:u},e.createElement(e.Fragment,null,null==c?void 0:c.map(((n,t)=>e.createElement(ae,null,e.createElement(e.Fragment,null,(null==n?void 0:n.component)===A&&e.createElement(Y,{content:n,key:t}),(null==n?void 0:n.component)===z&&e.createElement(se,{content:n}),(null==n?void 0:n.component)===R&&e.createElement(ue,{content:n}))))),(null==n?void 0:n.isEnablePrice)&&e.createElement(me,{content:n,addToCart:l,variant:"productDetails"}))),e.createElement("span",{onClick:s,className:"linetable-productDetailsText"},null!==(i=null==t?void 0:t.subscription)&&void 0!==i?i:null==t?void 0:t.subscriptionText))},ve=({content:n,showPrice:t,addToCart:o})=>{var l,i,r,d,a;const c=null!==(l=null==t?void 0:t.base)&&void 0!==l?l:0;let u=null!==(d=null===(r=null===(i=null==t?void 0:t.discount)||void 0===i?void 0:i[0])||void 0===r?void 0:r.value)&&void 0!==d?d:0;null===(a=null==t?void 0:t.discount)||void 0===a||a.map((e=>{1==(null==e?void 0:e.cycleStart)&&(u=null==e?void 0:e.value)}));const s=null==t?void 0:t.contractDuration;return e.createElement("div",{className:"linetable-staticPrice-priceWrapper"},(null==t?void 0:t.base)?e.createElement(e.Fragment,null,u>0&&e.createElement("span",{className:"linetable-staticPrice-discountPriceSection"},e.createElement("span",{className:"linetable-staticPrice-discountedPrice"},N(u)),null==n?void 0:n.priceDuration),e.createElement("span",null,e.createElement("span",{className:"linetable-staticPrice-basePrice "+(u>0?"linetable-staticPrice-priceStrikeout":"linetable-staticPrice-noDiscountPrice")},N(c)),0===u&&(null==n?void 0:n.priceDuration)),e.createElement("div",{className:"linetable-staticPrice-contractDescription"},s&&0!==s?e.createElement("div",null):e.createElement("div",null,null==n?void 0:n.contractDescription))):"",e.createElement("div",null,e.createElement("button",{className:"linetable-staticPrice-addToCart",onClick:o},null==n?void 0:n.addButton)))};var _e={carouselContainer:"ProductTeaser-module_carouselContainer__RzBpK",arrowButton:"ProductTeaser-module_arrowButton__-AkY4",leftArrow:"ProductTeaser-module_leftArrow__Ybrjm",rightArrow:"ProductTeaser-module_rightArrow__MYs5F",stageTeaserTab:"ProductTeaser-module_stageTeaserTab__VYRxL",stageTeaserTabActive:"ProductTeaser-module_stageTeaserTabActive__Wu5nT",carousel_dot:"ProductTeaser-module_carousel_dot__zxG-A",carouselItemNew:"ProductTeaser-module_carouselItemNew__TTklX",teaserImageLeft:"ProductTeaser-module_teaserImageLeft__dIk-h",teaserImageRight:"ProductTeaser-module_teaserImageRight__hHvry",carouselItem:"ProductTeaser-module_carouselItem__vtLwf",teaserImage:"ProductTeaser-module_teaserImage__sQ3ed",productDetailsWrapperNew:"ProductTeaser-module_productDetailsWrapperNew__DfLax",productDetailsWrapperTransparent:"ProductTeaser-module_productDetailsWrapperTransparent__ES5iK",productDetailsWrapper:"ProductTeaser-module_productDetailsWrapper__0jFlz",titleSection:"ProductTeaser-module_titleSection__YqXUJ",featureSection:"ProductTeaser-module_featureSection__T-YzP",contentWrapper:"ProductTeaser-module_contentWrapper__3GKwX",contentWrapperLeft:"ProductTeaser-module_contentWrapperLeft__tGGEs",priceContainer:"ProductTeaser-module_priceContainer__CzBhB",priceContainerNew:"ProductTeaser-module_priceContainerNew__hn6rW",contentWrapperRight:"ProductTeaser-module_contentWrapperRight__8FP0u",contentMobWrapper:"ProductTeaser-module_contentMobWrapper__9rRLQ",heading:"ProductTeaser-module_heading__Xim2-",fadeOutText:"ProductTeaser-module_fadeOutText__nKr5i",fadeInText:"ProductTeaser-module_fadeInText__Ux98m",paragraph:"ProductTeaser-module_paragraph__hUonu",description:"ProductTeaser-module_description__s-lyV",extraSpace:"ProductTeaser-module_extraSpace__HFJ2A",toolTip:"ProductTeaser-module_toolTip__KL7Xx",gradiantBox:"ProductTeaser-module_gradiantBox__Eys-K",addOnSection:"ProductTeaser-module_addOnSection__G4zhX",featureList:"ProductTeaser-module_featureList__gmPS1",features:"ProductTeaser-module_features__o2jMu",featureIcon:"ProductTeaser-module_featureIcon__PbcQN",horizontalLine:"ProductTeaser-module_horizontalLine__Nfj9U",horizontalLineDark:"ProductTeaser-module_horizontalLineDark__Sg-Ou",addOnSectionIcon:"ProductTeaser-module_addOnSectionIcon__9-EoX",toggleSection:"ProductTeaser-module_toggleSection__2az0R",toggle:"ProductTeaser-module_toggle__GClvg",serviceUnavail:"ProductTeaser-module_serviceUnavail__Pe52H",leftWrapper:"ProductTeaser-module_leftWrapper__pj0yj",priceWrapper:"ProductTeaser-module_priceWrapper__7TC6y",slider:"ProductTeaser-module_slider__-V4R1",line:"ProductTeaser-module_line__mbJxT",pricetxt:"ProductTeaser-module_pricetxt__YYSmd",sliderNew:"ProductTeaser-module_sliderNew__ZnCAh",clicked:"ProductTeaser-module_clicked__A9jUK",priceDuration:"ProductTeaser-module_priceDuration__TeeO9",callCartNew:"ProductTeaser-module_callCartNew__AksMY",arrowIcon:"ProductTeaser-module_arrowIcon__OFm89",callCart:"ProductTeaser-module_callCart__YLJSL",disableCallcart:"ProductTeaser-module_disableCallcart__-M8Od",priceDesc:"ProductTeaser-module_priceDesc__8Er0h",priceDescCenter:"ProductTeaser-module_priceDescCenter__hhZUS",priceDescNew:"ProductTeaser-module_priceDescNew__ghXo4",priceLeftCenter:"ProductTeaser-module_priceLeftCenter__SVC5R"};g('/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.ProductTeaser-module_carouselContainer__RzBpK {\n position: static;\n margin-top: 32px;\n border-radius: 24px;\n}\n@media (min-width: 768px) {\n .ProductTeaser-module_carouselContainer__RzBpK {\n box-shadow: 0px 20px 30px -8px rgba(87, 84, 82, 0.4);\n }\n}\n.ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_arrowButton__-AkY4, .ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_leftArrow__Ybrjm, .ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_rightArrow__MYs5F {\n background: #ffffff;\n box-shadow: 0px 4px 12px rgba(87, 84, 82, 0.2);\n border-radius: 24px;\n font-size: 16px;\n height: 44px;\n width: 44px;\n padding: 10px;\n position: absolute;\n border: none;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_arrowButton__-AkY4::before, .ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_leftArrow__Ybrjm::before, .ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_rightArrow__MYs5F::before {\n color: #da291c;\n font-size: 20px;\n display: block;\n font-family: revicons;\n text-align: center;\n z-index: 1;\n position: relative;\n}\n.ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_rightArrow__MYs5F {\n right: 22px;\n top: 253px;\n}\n@media (min-width: 1024px) and (max-width: 1439px) {\n .ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_rightArrow__MYs5F {\n right: 16px;\n top: 263px;\n }\n}\n@media (min-width: 768px) and (max-width: 1023px) {\n .ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_rightArrow__MYs5F {\n right: -32px;\n top: 278px;\n }\n}\n.ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_rightArrow__MYs5F::before {\n content: "\\e825";\n}\n.ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_rightArrow__MYs5F:disabled {\n background: #e6e3df;\n}\n.ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_leftArrow__Ybrjm {\n left: 22px;\n top: 253px;\n}\n@media (min-width: 1024px) and (max-width: 1439px) {\n .ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_leftArrow__Ybrjm {\n left: 16px;\n top: 263px;\n }\n}\n@media (min-width: 768px) and (max-width: 1023px) {\n .ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_leftArrow__Ybrjm {\n left: -32px;\n top: 278px;\n }\n}\n.ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_leftArrow__Ybrjm::before {\n content: "\\e824";\n}\n.ProductTeaser-module_carouselContainer__RzBpK .ProductTeaser-module_leftArrow__Ybrjm:disabled {\n background: #e6e3df;\n}\n\n.ProductTeaser-module_stageTeaserTab__VYRxL, .ProductTeaser-module_stageTeaserTabActive__Wu5nT {\n border-radius: 40px;\n border: none;\n color: #5f5955;\n background-color: #ffffff;\n font-size: 16px;\n line-height: 24px;\n font-weight: 700;\n padding: 10px 24px;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_stageTeaserTab__VYRxL, .ProductTeaser-module_stageTeaserTabActive__Wu5nT {\n max-width: 158px;\n }\n}\n\n.ProductTeaser-module_stageTeaserTabActive__Wu5nT {\n color: #ffffff;\n background: #da291c;\n}\n\n.ProductTeaser-module_carousel_dot__zxG-A {\n border-radius: 50px;\n background-color: #ffffff;\n border: 2px solid rgba(61, 57, 53, 0.25);\n padding: 1px;\n width: fit-content;\n margin: 0 auto;\n position: absolute;\n top: -24px;\n height: fit-content;\n}\n\n.ProductTeaser-module_carouselItemNew__TTklX {\n position: fixed;\n top: -24px;\n width: 100%;\n}\n\n.ProductTeaser-module_teaserImageLeft__dIk-h {\n object-fit: contain;\n object-position: right;\n position: relative;\n left: 600px;\n}\n\n.ProductTeaser-module_teaserImageRight__hHvry {\n object-fit: contain;\n object-position: left;\n position: relative;\n}\n\n.ProductTeaser-module_carouselItem__vtLwf {\n position: relative;\n width: 100%;\n}\n.ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_teaserImage__sQ3ed {\n object-fit: cover;\n object-position: center;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_carouselItem__vtLwf {\n display: flex;\n justify-content: center;\n }\n .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_teaserImage__sQ3ed {\n border-radius: 24px;\n position: absolute;\n }\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapperNew__DfLax, .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapperTransparent__ES5iK, .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapper__0jFlz {\n min-width: 520px;\n }\n .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapperNew__DfLax .ProductTeaser-module_titleSection__YqXUJ, .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapperTransparent__ES5iK .ProductTeaser-module_titleSection__YqXUJ, .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapper__0jFlz .ProductTeaser-module_titleSection__YqXUJ {\n position: relative;\n left: unset;\n top: unset;\n height: fit-content;\n margin: auto 0;\n font-size: 28px;\n }\n .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapperNew__DfLax .ProductTeaser-module_featureSection__T-YzP, .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapperTransparent__ES5iK .ProductTeaser-module_featureSection__T-YzP, .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapper__0jFlz .ProductTeaser-module_featureSection__T-YzP {\n position: relative;\n right: 0px;\n top: 0;\n }\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapper__0jFlz {\n position: absolute;\n display: flex;\n justify-content: space-between;\n left: 107px;\n right: 107px;\n top: 129px;\n }\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapperTransparent__ES5iK {\n position: relative;\n display: flex;\n justify-content: space-between;\n padding: 0 50px;\n top: 129px;\n height: 550px;\n }\n .ProductTeaser-module_carouselItem__vtLwf .ProductTeaser-module_productDetailsWrapperTransparent__ES5iK .ProductTeaser-module_titleSection__YqXUJ {\n position: relative;\n left: unset;\n top: unset;\n bottom: 170px;\n height: fit-content;\n margin: auto 0;\n font-size: 28px;\n }\n}\n\n.ProductTeaser-module_contentWrapper__3GKwX, .ProductTeaser-module_contentWrapperLeft__tGGEs {\n position: absolute;\n top: 40px;\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_contentWrapper__3GKwX, .ProductTeaser-module_contentWrapperLeft__tGGEs {\n left: 30px;\n }\n}\n@media (min-width: 1024px) and (max-width: 1439px) {\n .ProductTeaser-module_contentWrapper__3GKwX, .ProductTeaser-module_contentWrapperLeft__tGGEs {\n max-width: 460px;\n }\n}\n@media (min-width: 768px) {\n .ProductTeaser-module_contentWrapper__3GKwX, .ProductTeaser-module_contentWrapperLeft__tGGEs {\n left: 24px;\n max-width: 400px;\n }\n}\n.ProductTeaser-module_contentWrapper__3GKwX .ProductTeaser-module_titleSection__YqXUJ, .ProductTeaser-module_contentWrapperLeft__tGGEs .ProductTeaser-module_titleSection__YqXUJ {\n position: relative;\n text-align: center;\n left: unset;\n top: unset;\n}\n.ProductTeaser-module_contentWrapper__3GKwX .ProductTeaser-module_featureSection__T-YzP, .ProductTeaser-module_contentWrapperLeft__tGGEs .ProductTeaser-module_featureSection__T-YzP {\n position: relative;\n right: unset;\n top: unset;\n margin-top: 24px;\n}\n.ProductTeaser-module_contentWrapper__3GKwX .ProductTeaser-module_priceContainer__CzBhB, .ProductTeaser-module_contentWrapper__3GKwX .ProductTeaser-module_priceContainerNew__hn6rW, .ProductTeaser-module_contentWrapperLeft__tGGEs .ProductTeaser-module_priceContainer__CzBhB, .ProductTeaser-module_contentWrapperLeft__tGGEs .ProductTeaser-module_priceContainerNew__hn6rW {\n position: relative;\n top: unset;\n bottom: unset;\n margin-top: 24px;\n}\n\n@media (min-width: 1440px) {\n .ProductTeaser-module_contentWrapperLeft__tGGEs {\n left: 107px;\n }\n}\n\n.ProductTeaser-module_contentWrapperRight__8FP0u {\n position: absolute;\n max-width: 400px;\n top: 40px;\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_contentWrapperRight__8FP0u {\n right: 107px;\n }\n}\n.ProductTeaser-module_contentWrapperRight__8FP0u .ProductTeaser-module_titleSection__YqXUJ {\n position: relative;\n text-align: center;\n right: unset;\n top: unset;\n}\n.ProductTeaser-module_contentWrapperRight__8FP0u .ProductTeaser-module_featureSection__T-YzP {\n position: relative;\n right: unset;\n top: unset;\n margin-top: 24px;\n}\n.ProductTeaser-module_contentWrapperRight__8FP0u .ProductTeaser-module_priceContainer__CzBhB, .ProductTeaser-module_contentWrapperRight__8FP0u .ProductTeaser-module_priceContainerNew__hn6rW {\n position: relative;\n top: unset;\n bottom: unset;\n margin-top: 24px;\n}\n\n@media (max-width: 767px) {\n .ProductTeaser-module_contentMobWrapper__9rRLQ {\n position: relative;\n margin: 0 16px;\n width: 100%;\n }\n}\n@media (max-width: 320px) {\n .ProductTeaser-module_contentMobWrapper__9rRLQ {\n margin: 0 8px;\n }\n}\n\n.ProductTeaser-module_titleSection__YqXUJ {\n position: absolute;\n top: 173px;\n left: 107px;\n color: #ffffff;\n font-weight: 700;\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_titleSection__YqXUJ {\n max-width: 412px;\n }\n}\n@media (min-width: 1024px) and (max-width: 1439px) {\n .ProductTeaser-module_titleSection__YqXUJ {\n position: relative;\n top: unset;\n left: unset;\n }\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_titleSection__YqXUJ {\n text-align: center;\n top: 32px;\n left: unset;\n width: 100%;\n }\n}\n.ProductTeaser-module_titleSection__YqXUJ .ProductTeaser-module_heading__Xim2- {\n font-size: 16px;\n line-height: 24px;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_titleSection__YqXUJ .ProductTeaser-module_heading__Xim2- {\n font-size: 14px;\n line-height: 20px;\n }\n}\n.ProductTeaser-module_titleSection__YqXUJ .ProductTeaser-module_fadeOutText__nKr5i {\n opacity: 0;\n transition: opacity 1s ease;\n}\n.ProductTeaser-module_titleSection__YqXUJ .ProductTeaser-module_fadeInText__Ux98m {\n opacity: 1;\n transition: opacity 1s ease;\n}\n.ProductTeaser-module_titleSection__YqXUJ .ProductTeaser-module_paragraph__hUonu {\n font-size: 28px;\n line-height: 36px;\n margin: 8px 0 12px 0;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_titleSection__YqXUJ .ProductTeaser-module_paragraph__hUonu {\n font-size: 20px;\n line-height: 28px;\n max-width: 100%;\n }\n}\n.ProductTeaser-module_titleSection__YqXUJ .ProductTeaser-module_description__s-lyV {\n font-weight: 700;\n font-size: 24px;\n line-height: 32px;\n}\n\n@media (max-width: 767px) {\n .ProductTeaser-module_extraSpace__HFJ2A {\n top: 62px;\n }\n}\n\n.ProductTeaser-module_featureSection__T-YzP {\n position: absolute;\n right: 107px;\n top: 129px;\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_featureSection__T-YzP {\n max-width: 412px;\n }\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_featureSection__T-YzP {\n right: unset;\n top: unset;\n margin-top: 397px;\n font-size: 14px;\n line-height: 20px;\n background-color: #ffffff;\n color: #3D3935;\n border-radius: 12px;\n position: relative;\n height: fit-content;\n }\n}\n.ProductTeaser-module_featureSection__T-YzP .ProductTeaser-module_toolTip__KL7Xx {\n filter: brightness(0) invert(1);\n margin-left: 16px;\n display: flex;\n align-items: center;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_featureSection__T-YzP .ProductTeaser-module_toolTip__KL7Xx {\n filter: none;\n }\n}\n\n.ProductTeaser-module_gradiantBox__Eys-K, .ProductTeaser-module_addOnSection__G4zhX, .ProductTeaser-module_featureList__gmPS1 {\n border-radius: 12px;\n background: rgba(0, 0, 0, 0.2);\n backdrop-filter: blur(12.5px);\n color: #ffffff;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_gradiantBox__Eys-K, .ProductTeaser-module_addOnSection__G4zhX, .ProductTeaser-module_featureList__gmPS1 {\n background: none;\n color: unset;\n backdrop-filter: unset;\n }\n}\n\n.ProductTeaser-module_featureList__gmPS1 {\n padding: 4px 20px;\n}\n.ProductTeaser-module_featureList__gmPS1 .ProductTeaser-module_features__o2jMu {\n display: flex;\n align-items: center;\n margin: 12px 0;\n}\n.ProductTeaser-module_featureList__gmPS1 .ProductTeaser-module_features__o2jMu a {\n color: #ffffff;\n}\n.ProductTeaser-module_featureList__gmPS1 .ProductTeaser-module_features__o2jMu .ProductTeaser-module_featureIcon__PbcQN {\n margin-right: 10px;\n}\n.ProductTeaser-module_featureList__gmPS1 .ProductTeaser-module_features__o2jMu span {\n color: #ffffff;\n text-decoration: underline;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_featureList__gmPS1 .ProductTeaser-module_features__o2jMu span {\n color: #3d3935;\n }\n}\n.ProductTeaser-module_featureList__gmPS1 .ProductTeaser-module_horizontalLine__Nfj9U, .ProductTeaser-module_featureList__gmPS1 .ProductTeaser-module_horizontalLineDark__Sg-Ou {\n opacity: 0.5;\n background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);\n height: 1px;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_featureList__gmPS1 {\n border-radius: 12px 12px 0px 0px;\n }\n}\n\n.ProductTeaser-module_addOnSection__G4zhX {\n padding: 16px 20px;\n margin-top: 16px;\n display: flex;\n}\n.ProductTeaser-module_addOnSection__G4zhX .ProductTeaser-module_addOnSectionIcon__9-EoX {\n margin-right: 10px;\n}\n.ProductTeaser-module_addOnSection__G4zhX .ProductTeaser-module_toggleSection__2az0R {\n margin-left: auto;\n}\n.ProductTeaser-module_addOnSection__G4zhX .ProductTeaser-module_toggleSection__2az0R .ProductTeaser-module_toggle__GClvg {\n margin-right: 10px;\n}\n.ProductTeaser-module_addOnSection__G4zhX .ProductTeaser-module_toggleSection__2az0R input {\n cursor: pointer;\n margin-top: unset;\n}\n.ProductTeaser-module_addOnSection__G4zhX .ProductTeaser-module_toggleSection__2az0R input:focus {\n border: unset !important;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_addOnSection__G4zhX {\n border-radius: 0px 0px 12px 12px;\n margin-top: 0px;\n padding: 12px 20px;\n align-items: center;\n }\n}\n\n.ProductTeaser-module_priceContainer__CzBhB, .ProductTeaser-module_priceContainerNew__hn6rW {\n position: absolute;\n bottom: 40px;\n width: 100%;\n color: #ffffff;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_serviceUnavail__Pe52H, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_serviceUnavail__Pe52H {\n text-align: center;\n margin-bottom: 10px;\n font-size: 16px;\n line-height: 24px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_serviceUnavail__Pe52H img, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_serviceUnavail__Pe52H img {\n margin-right: 8px;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_priceContainer__CzBhB, .ProductTeaser-module_priceContainerNew__hn6rW {\n color: #3D3935;\n position: static;\n display: flex;\n justify-content: center;\n flex-direction: column;\n padding: 16px;\n }\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_leftWrapper__pj0yj, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_leftWrapper__pj0yj {\n position: relative;\n right: 38px;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y {\n font-size: 24px;\n line-height: 32px;\n font-weight: 700;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y {\n margin-right: unset;\n flex-direction: column;\n font-size: 20px;\n line-height: 28px;\n }\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_slider__-V4R1, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_slider__-V4R1 {\n height: 32px;\n overflow: hidden;\n margin-right: 12px;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_slider__-V4R1 .ProductTeaser-module_line__mbJxT, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_slider__-V4R1 .ProductTeaser-module_line__mbJxT {\n transition: transform 0.5s ease;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_slider__-V4R1 .ProductTeaser-module_line__mbJxT .ProductTeaser-module_pricetxt__YYSmd, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_slider__-V4R1 .ProductTeaser-module_line__mbJxT .ProductTeaser-module_pricetxt__YYSmd {\n font-size: 16px;\n line-height: 24px;\n font-weight: 400;\n margin-right: 6px;\n display: inline-block;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_slider__-V4R1, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_slider__-V4R1 {\n margin-bottom: 8px;\n margin-right: unset;\n }\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_sliderNew__ZnCAh, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_sliderNew__ZnCAh {\n height: 32px;\n min-width: 158px;\n overflow: hidden;\n margin-right: 12px;\n position: relative;\n bottom: 16px;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_sliderNew__ZnCAh .ProductTeaser-module_line__mbJxT, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_sliderNew__ZnCAh .ProductTeaser-module_line__mbJxT {\n transition: transform 0.5s ease;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_sliderNew__ZnCAh .ProductTeaser-module_line__mbJxT .ProductTeaser-module_pricetxt__YYSmd, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_sliderNew__ZnCAh .ProductTeaser-module_line__mbJxT .ProductTeaser-module_pricetxt__YYSmd {\n font-size: 16px;\n line-height: 24px;\n font-weight: 400;\n margin-right: 6px;\n display: inline-block;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_sliderNew__ZnCAh, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_sliderNew__ZnCAh {\n margin-bottom: 8px;\n margin-right: unset;\n }\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_clicked__A9jUK .ProductTeaser-module_line__mbJxT, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_clicked__A9jUK .ProductTeaser-module_line__mbJxT {\n transform: translateY(-100%);\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_priceDuration__TeeO9, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_priceDuration__TeeO9 {\n font-size: 16px;\n line-height: 24px;\n font-weight: 400;\n display: inline-block;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCartNew__AksMY, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCartNew__AksMY {\n padding: 10px 24px;\n font-weight: 700;\n border: none;\n background-color: #da291c;\n color: #ffffff;\n border-radius: 28px;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 338px;\n height: 52px;\n font-size: 16px;\n line-height: 24px;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCartNew__AksMY .ProductTeaser-module_arrowIcon__OFm89, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCartNew__AksMY .ProductTeaser-module_arrowIcon__OFm89 {\n margin-left: 8px;\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCartNew__AksMY, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCartNew__AksMY {\n padding: 14px 24px;\n }\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCartNew__AksMY, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCartNew__AksMY {\n padding: 10px 24px;\n max-width: 100%;\n display: flex;\n justify-content: center;\n }\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCart__YLJSL, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCart__YLJSL {\n padding: 10px 24px;\n font-weight: 700;\n border: none;\n background-color: #da291c;\n color: #ffffff;\n border-radius: 28px;\n display: flex;\n align-items: center;\n font-size: 16px;\n line-height: 24px;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCart__YLJSL .ProductTeaser-module_arrowIcon__OFm89, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCart__YLJSL .ProductTeaser-module_arrowIcon__OFm89 {\n margin-left: 8px;\n}\n@media (min-width: 1440px) {\n .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCart__YLJSL, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCart__YLJSL {\n padding: 14px 24px;\n }\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCart__YLJSL, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_callCart__YLJSL {\n padding: 10px 24px;\n max-width: 100%;\n display: flex;\n justify-content: center;\n }\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_disableCallcart__-M8Od, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceWrapper__7TC6y .ProductTeaser-module_disableCallcart__-M8Od {\n background-color: #e6e3df;\n color: #b3aeaa;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceDesc__8Er0h, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceDesc__8Er0h, .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceDescCenter__hhZUS, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceDescCenter__hhZUS, .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceDescNew__ghXo4, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceDescNew__ghXo4, .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceLeftCenter__SVC5R, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceLeftCenter__SVC5R {\n display: flex;\n justify-content: center;\n align-items: center;\n margin-top: 10px;\n}\n@media (max-width: 767px) {\n .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceDesc__8Er0h, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceDesc__8Er0h, .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceDescCenter__hhZUS, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceDescCenter__hhZUS, .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceDescNew__ghXo4, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceDescNew__ghXo4, .ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceLeftCenter__SVC5R, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceLeftCenter__SVC5R {\n font-size: 14px;\n line-height: 20px;\n margin-top: 8px;\n }\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceLeftCenter__SVC5R, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceLeftCenter__SVC5R {\n position: relative;\n right: 52px;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceDescNew__ghXo4, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceDescNew__ghXo4 {\n justify-content: flex-start;\n position: relative;\n bottom: 30px;\n}\n.ProductTeaser-module_priceContainer__CzBhB .ProductTeaser-module_priceDescCenter__hhZUS, .ProductTeaser-module_priceContainerNew__hn6rW .ProductTeaser-module_priceDescCenter__hhZUS {\n justify-content: flex-start;\n position: relative;\n bottom: 30px;\n right: 40px;\n}\n\n.ProductTeaser-module_priceContainerNew__hn6rW {\n bottom: 0px;\n top: 400px;\n}\n\n@media (max-width: 767px) {\n .ProductTeaser-module_horizontalLineDark__Sg-Ou {\n margin: 0 16px;\n height: 1px;\n background-color: #e6e3df;\n }\n}');class he{constructor(e){this.config={baseURL:"",cartURL:""},this.getConfig=()=>this.config,this.getBaseUrl=()=>{var e,n;return null!==(n=null===(e=this.config)||void 0===e?void 0:e.baseURL)&&void 0!==n?n:""},this.getCartUrl=()=>{var e,n;return null!==(n=null===(e=this.config)||void 0===e?void 0:e.cartURL)&&void 0!==n?n:""},this.config=e}}he.getInstance=()=>he.instance,he.create=e=>{he.instance=new he(e)};var ge="ToolTip-module_tooltipicon__U5Rvt",fe="ToolTip-module_benefits__-gI-y";g(".ToolTip-module_tooltipicon__U5Rvt {\n height: 24px;\n margin-left: 4px;\n min-width: 20px;\n width: 24px;\n cursor: pointer;\n}\n\n.ToolTip-module_benefits__-gI-y img {\n width: 20px !important;\n height: 20px !important;\n}");const be=({content:n,tooltipClass:t="",isBenefit:o=!1})=>{var l;const r=I(),d=D(),a=null===(l=null==b?void 0:b.getInstance())||void 0===l?void 0:l.getAssetPath();return n&&e.createElement(i.OverlayTrigger,{placement:"auto",rootClose:!0,trigger:""+("mobile"===r||"tablet"===r||d?"click":"hover"),overlay:n&&e.createElement(i.Popover,{id:"popover-basic"},e.createElement(i.Popover.Body,null,n))},e.createElement("div",{className:`${ge} ${t} ${o&&fe}`},a&&e.createElement("img",{src:`${a}/icons/tooltip_icon.svg`,width:24,height:24,alt:""})))},xe="addtocart",ye="Sunrise",Te="Sticky Line Table",Ee="download_product_details",Pe="gaEvent",we="Stage Teaser",Ce="Line Table",ke="combine_with_device",Se="tab_click",Ne=(e,n)=>{var t,o,l,i,r,d,a,c,u,s,m,p,v,_,h,g,f,b,x,y;const{itemCategory:T,location:E}=n,P=null!==(r=null===(i=null===(l=null===(o=null===(t=null==e?void 0:e.prices)||void 0===t?void 0:t[0])||void 0===o?void 0:o.priceAlteration)||void 0===l?void 0:l[0])||void 0===i?void 0:i.value)&&void 0!==r?r:0,w=null!==(c=null===(a=null===(d=null==e?void 0:e.prices)||void 0===d?void 0:d[0])||void 0===a?void 0:a.value)&&void 0!==c?c:0;return{item_id:null!==(u=null==e?void 0:e.id)&&void 0!==u?u:"",item_name:null!==(s=null==e?void 0:e.id)&&void 0!==s?s:"",affiliation:null!==(v=null===(p=null===(m=null==e?void 0:e.promotionInfo)||void 0===m?void 0:m[0])||void 0===p?void 0:p.campaignId)&&void 0!==v?v:"",coupon:"",discount:P&&Number(P),index:0,item_brand:ye,item_category:null!==(h=null!==(_=null==T?void 0:T.productName)&&void 0!==_?_:null==T?void 0:T.id)&&void 0!==h?h:"MOBILE",item_category2:T?"BUNDLE":"MOBILE",item_category3:"",item_category4:"",item_category5:"",item_list_id:T?"Fixnet":"Mobile",item_list_name:T?"Fixnet":"Mobile",item_variant:null!==(f=null!==(g=null==T?void 0:T.productName)&&void 0!==g?g:null==T?void 0:T.id)&&void 0!==f?f:null==e?void 0:e.id,location_id:E,price:w&&Number(w),quantity:1,promotion_id:null!==(y=null===(x=null===(b=null==e?void 0:e.promotionInfo)||void 0===b?void 0:b[0])||void 0===x?void 0:x.campaignId)&&void 0!==y?y:""}},Ve=(e,n,t)=>{const o=[];return null==e||e.map((e=>{var l;(null==e?void 0:e.bundledOffers)?null===(l=null==e?void 0:e.bundledOffers)||void 0===l||l.map((l=>{const i=""==n?e:n;o.push(Ne(l,{itemCategory:i,location:t}))})):o.push(Ne(e,{location:t}))})),o},Le=(e,n,t)=>{var o,l,i,r;const d=null===(i=null===(l=null===(o=null==e?void 0:e[0])||void 0===o?void 0:o.derivedPrice)||void 0===l?void 0:l[0])||void 0===i?void 0:i.value;return{currency:"CHF",value:null!==(r=d&&Number(d))&&void 0!==r?r:0,items:Ve(e,n,t)}},Ie=(e,n,t,o)=>{var l;"addtocart"===e&&window.dataLayer.push({event:"add_to_cart",event_name:"add_to_cart",ecommerce:Le(n,t,o),transaction_type:(null===(l=null==n?void 0:n[0])||void 0===l?void 0:l.isBundle)?"BUNDLE":"MOBILE_ORDER"})},De=(e,n,t)=>{var o,l,i,r,d,a,c,u,s,m,p,v,_,h,g,f,b,x,y;const{itemCategory:T,location:E}=n,P=null!==(d=null===(r=null===(i=null===(l=null===(o=null==e?void 0:e.prices)||void 0===o?void 0:o[0])||void 0===l?void 0:l.priceAlteration)||void 0===i?void 0:i[0])||void 0===r?void 0:r.value)&&void 0!==d?d:0,w=null!==(u=null===(c=null===(a=null==e?void 0:e.prices)||void 0===a?void 0:a[0])||void 0===c?void 0:c.value)&&void 0!==u?u:0,C={item_id:null!==(s=null==e?void 0:e.id)&&void 0!==s?s:"",item_name:null!==(m=null==e?void 0:e.id)&&void 0!==m?m:"",affiliation:null!==(_=null===(v=null===(p=null==e?void 0:e.promotionInfo)||void 0===p?void 0:p[0])||void 0===v?void 0:v.campaignId)&&void 0!==_?_:"",coupon:"",discount:P&&Number(P),index:0,item_brand:ye,item_category:"MOBILE"===(null==e?void 0:e.productType)?"MOBILE_ORDER":"HOME_ORDER",item_category2:"MOBILE"===(null==e?void 0:e.productType)?"Mobile Subscription Only":"Internet Subscription Only",item_category3:"",item_category4:"",item_category5:"",item_list_id:T?"Fixnet":"Mobile",item_list_name:T?"Fixnet":"Mobile",item_variant:null!==(f=null!==(g=null!==(h=null==T?void 0:T.title)&&void 0!==h?h:null==T?void 0:T.productName)&&void 0!==g?g:null==T?void 0:T.id)&&void 0!==f?f:null==e?void 0:e.id,location_id:E,price:w&&Number(w),quantity:1,promotion_id:null!==(y=null===(x=null===(b=null==e?void 0:e.promotionInfo)||void 0===b?void 0:b[0])||void 0===x?void 0:x.campaignId)&&void 0!==y?y:""};return t&&(C.item_available=t),C},Oe=(e,n,t,o)=>{const l=[];let i="";return null==e||e.map((e=>{var r;if(null==e?void 0:e.bundledOffers)null===(r=null==e?void 0:e.bundledOffers)||void 0===r||r.map((r=>{const d=""==n?e:n;o&&(i=(null==o?void 0:o.includes(null==e?void 0:e.id))?"yes":"no"),l.push(De(r,{itemCategory:d,location:t},i))}));else if("INTERNET"!==(null==e?void 0:e.productType)||(null==e?void 0:e.bundledOffers))l.push(De(e,{location:t}));else{const n={id:null==e?void 0:e.id};o&&(i=(null==o?void 0:o.includes(null==e?void 0:e.id))?"yes":"no"),l.push(De(e,{itemCategory:n,location:t},i))}})),l},Be=(e,n,t)=>{let o;null==e||e.map((e=>{o=(null==e?void 0:e.bundledOffers)?"Fixnet":"INTERNET"!==(null==e?void 0:e.productType)||(null==e?void 0:e.bundledOffers)?"Mobile":"Internet"}));return{item_list_id:o,item_list_name:o,items:Oe(e,n,t)}},Ae=(e,n,t,o)=>{var l,i,r,d;const a=null===(r=null===(i=null===(l=null==e?void 0:e[0])||void 0===l?void 0:l.derivedPrice)||void 0===i?void 0:i[0])||void 0===r?void 0:r.value;return{currency:"CHF",value:null!==(d=a&&Number(a))&&void 0!==d?d:0,items:Oe(e,n,t,o)}},Re=(e,n,t,o,l)=>{var i;"view"===e?null===window||void 0===window||window.dataLayer.push({event:"view_item_list",event_name:"view_item_list",ecommerce:Be(n,t,o)}):"addtocart"===e?null===window||void 0===window||window.dataLayer.push({event:"add_to_cart",event_name:"add_to_cart",ecommerce:Ae(n,t,o),transaction_type:"MOBILE"===(null===(i=null==n?void 0:n[0])||void 0===i?void 0:i.productType)?"MOBILE_ORDER":"HOME_ORDER"}):"available"===e&&window.dataLayer.push({event:"view_item",event_name:"view_item",ecommerce:Ae(n,t,o,l)})},ze=({content:n,slides:t,index:o,offeringData:l,lineCheckCallBack:i,setEnableToggle:r,tableSelectedTab:d})=>{var a,u,s,p,v,_,h,g,f,x,y,T,E,P,w,C,k,S,V,L,D,O,B,A,R,z,X,q,Y,K,J;const Q=null===(a=null==b?void 0:b.getInstance())||void 0===a?void 0:a.getAssetPath(),ee=null===(u=null==he?void 0:he.getInstance())||void 0===u?void 0:u.getCartUrl(),[ne,oe]=e.useState(!1),le=c.get("chAddressJson"),ie=I(),[re,de]=e.useState(!1),ae=t.selectedTabId===d;e.useEffect((()=>{oe(ae)}),[ae]);const ce=()=>{var o,r,d,a,u,s,m,p,v,_,h,g,f,b,x,y,T,E;let P,w;const C=localStorage.getItem("lineCheckResponse"),k=C&&JSON.parse(C),S=ne?null==t?void 0:t.tvProductId:null==t?void 0:t.productId,V=!(!C||(null==k?void 0:k.eligibleBundle.includes(S)));return P=(null===(o=l[null==t?void 0:t.productId])||void 0===o?void 0:o.derivedPrice)?null===(a=null===(d=null===(r=l[null==t?void 0:t.productId])||void 0===r?void 0:r.derivedPrice)||void 0===d?void 0:d[0])||void 0===a?void 0:a.value:null===(m=null===(s=null===(u=l[null==t?void 0:t.productId])||void 0===u?void 0:u.prices)||void 0===s?void 0:s[0])||void 0===m?void 0:m.value,w=(null===(p=l[null==t?void 0:t.tvProductId])||void 0===p?void 0:p.derivedPrice)?null===(h=null===(_=null===(v=l[null==t?void 0:t.tvProductId])||void 0===v?void 0:v.derivedPrice)||void 0===_?void 0:_[0])||void 0===h?void 0:h.value:null===(b=null===(f=null===(g=l[null==t?void 0:t.tvProductId])||void 0===g?void 0:g.prices)||void 0===f?void 0:f[0])||void 0===b?void 0:b.value,e.createElement("div",{className:`${ue?_e.priceContainer:_e.priceContainerNew}`,style:{marginLeft:"left"===(null==t?void 0:t.containerAlignment)&&ie!==G?"40px":"",marginRight:"right"===(null==t?void 0:t.containerAlignment)&&ie!==G?"40px":""}},V&&(null==t?void 0:t.productType)===F&&e.createElement("div",{className:_e.serviceUnavail},e.createElement("img",{src:`${Q}/icons/not-available.svg`,alt:"",width:24,height:24}),null==n?void 0:n.serviceabilityError),(null===(T=null===(y=null===(x=l[null==t?void 0:t.productId])||void 0===x?void 0:x.prices)||void 0===y?void 0:y[0])||void 0===T?void 0:T.value)>0&&e.createElement("span",{className:`${_e.priceWrapper} ${"left"===(null==t?void 0:t.containerAlignment)&&"right"!==(null==t?void 0:t.textAlignment)&&ie!==G?_e.leftWrapper:""}`},e.createElement("div",{className:`${"center"!==(null==t?void 0:t.containerAlignment)&&"center"!==(null==t?void 0:t.textAlignment)&&ie!==G?_e.sliderNew:_e.slider} ${ne&&(null==t?void 0:t.productType)===F&&_e.clicked}`},P&&e.createElement("div",{className:_e.line},(null==t?void 0:t.priceTxt)&&e.createElement("div",{className:_e.pricetxt},e.createElement(H,{content:null==t?void 0:t.priceTxt})),N(P),e.createElement("p",{className:_e.priceDuration},null==t?void 0:t.conDuration)),w&&e.createElement("div",{className:_e.line},(null==t?void 0:t.priceTxt)&&e.createElement("div",{className:_e.pricetxt},null==t?void 0:t.priceTxt),N(w),e.createElement("p",{className:_e.priceDuration},null==t?void 0:t.conDuration))),e.createElement("button",{onClick:()=>(e=>{var n,t,o,r,d;if((null==e?void 0:e.productType)===F){const r=localStorage.getItem("lineCheckResponse"),d=r&&JSON.parse(r),a=c.get("one-commerce-linecheckcorrelationid"),u=ne?null==e?void 0:e.tvProductId:null==e?void 0:e.productId,s=le&&(null===(n=null==d?void 0:d.eligibleBundle)||void 0===n?void 0:n.includes(u));d&&le&&a?s&&(0!==(null===(t=Object.keys(l))||void 0===t?void 0:t.length)&&Re(xe,[l[null==e?void 0:e.productId]],"",we),de(!0),0!==(null===(o=Object.keys(l))||void 0===o?void 0:o.length)&&te([l[u]],"",(null==e?void 0:e.promoId)?null==e?void 0:e.promoId:$,ee,null==e?void 0:e.productType).then((n=>{var t;c.remove("one-commerce-cartId",{path:"/"}),c.set("one-commerce-cartId",null==n?void 0:n.id,{path:"/"}),c.set("cartProduct",u,{path:"/"}),c.remove("landline"),window.location.href=null===(t=null==e?void 0:e.summaryURL)||void 0===t?void 0:t.cached_url})).catch((e=>{console.log(e),de(!1)})).finally((()=>{de(!1)}))):"function"==typeof i&&i()}else(null==e?void 0:e.productType)===G&&(de(!0),0!==(null===(r=Object.keys(l))||void 0===r?void 0:r.length)&&Re(xe,[l[null==e?void 0:e.productId]],"",we),0!==(null===(d=Object.keys(l))||void 0===d?void 0:d.length)&&te([l[null==e?void 0:e.productId]],"",(null==e?void 0:e.promoId)?null==e?void 0:e.promoId:W,ee,null==e?void 0:e.productType).then((n=>{var t;c.remove("one-commerce-cartId",{path:"/"}),c.set("one-commerce-cartId",null==n?void 0:n.id,{path:"/"}),c.set("cartProduct",null==e?void 0:e.productId,{path:"/"}),window.location.href=null===(t=null==e?void 0:e.summaryURL)||void 0===t?void 0:t.cached_url})).catch((e=>{console.log(e),de(!1)})).finally((()=>{de(!1)})))})(t),className:`${"center"===(null==t?void 0:t.containerAlignment)||"center"===(null==t?void 0:t.textAlignment)||ie===G?_e.callCart:_e.callCartNew} ${V&&(null==t?void 0:t.productType)===F?_e.disableCallcart:""}`,disabled:V&&(null==t?void 0:t.productType)===F},null==t?void 0:t.buttonLbl,e.createElement("img",{className:_e.arrowIcon,src:null===(E=null==n?void 0:n.btnIcon)||void 0===E?void 0:E.filename,alt:"submit",width:24,height:24}))),e.createElement("div",{className:"left"===(null==t?void 0:t.containerAlignment)&&"left"===(null==t?void 0:t.textAlignment)&&ie!==G?_e.priceDescCenter:"left"===(null==t?void 0:t.containerAlignment)&&"center"===(null==t?void 0:t.textAlignment)&&ie!==G?_e.priceLeftCenter:"center"===(null==t?void 0:t.containerAlignment)||"center"===(null==t?void 0:t.textAlignment)||ie===G?_e.priceDesc:_e.priceDescNew},null==t?void 0:t.priceDesc))},ue=null==t?void 0:t.isFullWidthImage,se=ie===j&&"left"===(null==t?void 0:t.containerAlignment),me=ie===j&&"right"===(null==t?void 0:t.containerAlignment),pe=ie===j&&"center"===(null==t?void 0:t.containerAlignment),ve=ie===j&&"left"===(null==t?void 0:t.textAlignment),ge=ie===j&&"right"===(null==t?void 0:t.textAlignment);return e.createElement("div",{className:""},e.createElement("div",{className:_e.carouselItem,key:o},re&&e.createElement(Z,{keyParams:"loading"}),ie===j&&(null===(s=null==t?void 0:t.desktopBGImage)||void 0===s?void 0:s.filename)&&ue&&e.createElement("img",{src:(null===(p=null==t?void 0:t.desktopBGImage)||void 0===p?void 0:p.filename)+"/m/",alt:"desktop teaser",width:"100%",height:"550px",className:_e.teaserImage})," ",ie===j&&(null===(v=null==t?void 0:t.desktopBGImage)||void 0===v?void 0:v.filename)&&!ue&&"center"!==(null==t?void 0:t.containerAlignment)&&e.createElement("img",{src:(null===(_=null==t?void 0:t.desktopBGImage)||void 0===_?void 0:_.filename)+"/m/",alt:"desktop teaser",width:"50%",height:"550px",className:`${"left"===(null==t?void 0:t.containerAlignment)?_e.teaserImageLeft:_e.teaserImageRight}`}),(ie===U||ie===M)&&(null===(h=null==t?void 0:t.tabBGImage)||void 0===h?void 0:h.filename)&&e.createElement("img",{src:null===(g=null==t?void 0:t.tabBGImage)||void 0===g?void 0:g.filename,alt:"tablet Teaser",width:"100%",height:"550px",className:_e.teaserImage}),ie===G&&(null===(f=null==t?void 0:t.mobileBGImage)||void 0===f?void 0:f.filename)&&e.createElement("img",{src:null===(x=null==t?void 0:t.mobileBGImage)||void 0===x?void 0:x.filename,alt:"mobile Teaser",width:"100%",height:"500px",className:_e.teaserImage}),e.createElement("div",{className:`${ie===U||ie===M?_e.contentWrapper:se?_e.contentWrapperLeft:me?_e.contentWrapperRight:_e.contentMobWrapper}`},e.createElement("div",{className:`${se||me?_e.productDetailsWrapperNew:pe&&ue?_e.productDetailsWrapper:pe&&!ue?_e.productDetailsWrapperTransparent:""}`},e.createElement("div",{className:`${_e.titleSection} ${(null===(y=null==n?void 0:n.productTeaserSlides)||void 0===y?void 0:y.length)>1&&_e.extraSpace}\n ${ve?"text-start":ge?"text-end":"text-center"}\n `},(null==t?void 0:t.heading)&&e.createElement(e.Fragment,null,!ne&&e.createElement("div",{className:`${_e.heading}`},null==t?void 0:t.heading),(null==t?void 0:t.tvSubHeading)&&ne&&e.createElement("div",{className:`${_e.heading} ${ne?_e.fadeInText:_e.fadeOutText}`},null==t?void 0:t.tvSubHeading)),(null==t?void 0:t.subHeading)&&e.createElement("div",{className:_e.paragraph},null==t?void 0:t.subHeading),(null==t?void 0:t.description)&&e.createElement("div",{className:_e.description},e.createElement(H,{content:null==t?void 0:t.description}))),e.createElement("div",null,pe&&(null===(T=null==t?void 0:t.desktopBGImage)||void 0===T?void 0:T.filename)&&!ue&&e.createElement("img",{src:(null===(E=null==t?void 0:t.desktopBGImage)||void 0===E?void 0:E.filename)+"/m/",alt:"transparent Image",width:"196px",height:"196px"})),e.createElement("div",{className:_e.featureSection},(null===(P=null==t?void 0:t.details)||void 0===P?void 0:P.length)>0&&e.createElement("div",{className:_e.featureList},null===(w=(null==t?void 0:t.details)||[])||void 0===w?void 0:w.map(((n,t)=>{var o,l,i;return e.createElement(e.Fragment,null,t>0&&ie!==G&&e.createElement("div",{className:_e.horizontalLine}),e.createElement("div",{className:_e.features},(null===(o=null==n?void 0:n.icon)||void 0===o?void 0:o.filename)&&e.createElement("img",{className:_e.featureIcon,src:ie===G?null===(l=null==n?void 0:n.mobIcon)||void 0===l?void 0:l.filename:null===(i=null==n?void 0:n.icon)||void 0===i?void 0:i.filename,alt:"icon",width:24,height:24}),(null==n?void 0:n.text)&&e.createElement(e.Fragment,null,e.createElement("div",{className:"me-auto"},e.createElement(H,{content:null==n?void 0:n.text,linkAsTooltip:""!==(null==n?void 0:n.linkTxt),toolTipText:null==n?void 0:n.linkTxt})),(null==n?void 0:n.tooltipTxt)&&e.createElement(be,{content:null==n?void 0:n.tooltipTxt,tooltipClass:_e.toolTip}))))}))),ie===G&&(null==t?void 0:t.productType)===F&&(null===(C=Object.keys(l))||void 0===C?void 0:C.length)>0&&e.createElement("div",{className:_e.horizontalLineDark}),(null==t?void 0:t.productType)===F&&(null===(k=null==t?void 0:t.tvDetails)||void 0===k?void 0:k.length)>0&&""!==(null==t?void 0:t.tvProductId)&&e.createElement("div",{className:_e.addOnSection},e.createElement("img",{src:ie===G?null===(L=null===(V=null===(S=null==t?void 0:t.tvDetails)||void 0===S?void 0:S[0])||void 0===V?void 0:V.mobIcon)||void 0===L?void 0:L.filename:null===(B=null===(O=null===(D=null==t?void 0:t.tvDetails)||void 0===D?void 0:D[0])||void 0===O?void 0:O.icon)||void 0===B?void 0:B.filename,className:_e.addOnSectionIcon,alt:"tv",width:24,height:24}),e.createElement(H,{content:null===(R=null===(A=null==t?void 0:t.tvDetails)||void 0===A?void 0:A[0])||void 0===R?void 0:R.text}),e.createElement("span",{className:`d-flex align-items-center ${_e.toggleSection}`},e.createElement("span",{className:_e.toggle},null==t?void 0:t.tvPrice),e.createElement(m,null,e.createElement(m.Check,{type:"switch",readOnly:!0,onClick:()=>{var e,n,o,l,i,d,a,c,u,s;oe(!ne),r(!ne),c=ne?"toggle_off_configurator":"toggle_on_configurator",u=null==t?void 0:t.heading,s=(null===(a=null===(d=null===(i=null===(l=null===(o=null===(n=null===(e=null==t?void 0:t.tvDetails)||void 0===e?void 0:e[0])||void 0===n?void 0:n.text)||void 0===o?void 0:o.content)||void 0===l?void 0:l[0])||void 0===i?void 0:i.content)||void 0===d?void 0:d[0])||void 0===a?void 0:a.text).replace(/[^a-zA-Z ]/g,""),window.dataLayer.push({event:Pe,event_name:c,headline:u,selection:s})},checked:ne})),(null===(X=null===(z=null==t?void 0:t.tvDetails)||void 0===z?void 0:z[0])||void 0===X?void 0:X.tooltipTxt)&&e.createElement(be,{content:null===(Y=null===(q=null==t?void 0:t.tvDetails)||void 0===q?void 0:q[0])||void 0===Y?void 0:Y.tooltipTxt,tooltipClass:_e.toolTip}))),ie===G&&(null===(K=Object.keys(l))||void 0===K?void 0:K.length)>0&&e.createElement(e.Fragment,null,e.createElement("div",{className:_e.horizontalLineDark}),ce()))),ie!==G&&(null===(J=Object.keys(l))||void 0===J?void 0:J.length)>0&&e.createElement(e.Fragment,null,ce()))))};var Fe={tabblock:"LineTableV3Refined-module_tabblock__S6m9X",tabcontainer:"LineTableV3Refined-module_tabcontainer__NKVXX",tabcontent:"LineTableV3Refined-module_tabcontent__bIL32",tabcontentactive:"LineTableV3Refined-module_tabcontentactive__UK3d4",tabcontentinactive:"LineTableV3Refined-module_tabcontentinactive__-mxXT",titlecontainer:"LineTableV3Refined-module_titlecontainer__goMFH",title:"LineTableV3Refined-module_title__U9oaa",description:"LineTableV3Refined-module_description__Gq-74",selected:"LineTableV3Refined-module_selected__UlBFL",inactiveicon:"LineTableV3Refined-module_inactiveicon__kqk3d",activeicon:"LineTableV3Refined-module_activeicon__D6zyq",productcenter:"LineTableV3Refined-module_productcenter__HDUzl",bundleproductcard:"LineTableV3Refined-module_bundleproductcard__Jy3iE",mobilecard:"LineTableV3Refined-module_mobilecard__GW9e3",flexgrid:"LineTableV3Refined-module_flexgrid__D2wrK",productcontainer:"LineTableV3Refined-module_productcontainer__O9HbU",highlightBorder:"LineTableV3Refined-module_highlightBorder__DHKGR",highlightText:"LineTableV3Refined-module_highlightText__TTJZU",headersection:"LineTableV3Refined-module_headersection__yhoV0",titlesection:"LineTableV3Refined-module_titlesection__gd-Fl",productheader:"LineTableV3Refined-module_productheader__8rWWf",productdescription:"LineTableV3Refined-module_productdescription__sr-av",images:"LineTableV3Refined-module_images__9j18U",imagespace:"LineTableV3Refined-module_imagespace__o5gPc",borderimage:"LineTableV3Refined-module_borderimage__mgiVb",ordersection:"LineTableV3Refined-module_ordersection__E2ufE",pricesection:"LineTableV3Refined-module_pricesection__hr3kd",productcontractduration:"LineTableV3Refined-module_productcontractduration__NwfGg",productdetailslink:"LineTableV3Refined-module_productdetailslink__Fswzd",benefitssection:"LineTableV3Refined-module_benefitssection__dF1-F",overlay:"LineTableV3Refined-module_overlay__pBYdY",addsmartphone:"LineTableV3Refined-module_addsmartphone__NgpJF",promocontainer:"LineTableV3Refined-module_promocontainer__kAHqj",disabled:"LineTableV3Refined-module_disabled__hN2WZ",buttontext:"LineTableV3Refined-module_buttontext__LzgmC",swapButton:"LineTableV3Refined-module_swapButton__3zQV7"};g("/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.LineTableV3Refined-module_tabblock__S6m9X .LineTableV3Refined-module_tabcontainer__NKVXX {\n border: 1px solid #3d3935;\n border-radius: 32px;\n display: flex;\n margin-bottom: 0;\n width: auto;\n padding: 4px;\n}\n@media (max-width: 767px) {\n .LineTableV3Refined-module_tabblock__S6m9X .LineTableV3Refined-module_tabcontainer__NKVXX {\n border-radius: 8px;\n }\n}\n.LineTableV3Refined-module_tabblock__S6m9X .LineTableV3Refined-module_tabcontent__bIL32 {\n align-items: center;\n border-radius: 35px;\n cursor: pointer;\n display: flex;\n font-size: 16px;\n font-weight: 700;\n justify-content: center;\n line-height: 24px;\n padding: 8px 12px;\n}\n@media (max-width: 767px) {\n .LineTableV3Refined-module_tabblock__S6m9X .LineTableV3Refined-module_tabcontent__bIL32 {\n border-radius: 8px;\n }\n}\n.LineTableV3Refined-module_tabblock__S6m9X .LineTableV3Refined-module_tabcontentactive__UK3d4 {\n background-color: #da291c;\n border-radius: 35px;\n color: white !important;\n}\n.LineTableV3Refined-module_tabblock__S6m9X .LineTableV3Refined-module_tabcontentactive__UK3d4:hover {\n background-color: #961c13;\n}\n@media (max-width: 767px) {\n .LineTableV3Refined-module_tabblock__S6m9X .LineTableV3Refined-module_tabcontentactive__UK3d4 {\n border-radius: 8px;\n }\n}\n.LineTableV3Refined-module_tabblock__S6m9X .LineTableV3Refined-module_tabcontentinactive__-mxXT:hover {\n color: #961c13;\n}\n.LineTableV3Refined-module_tabblock__S6m9X input[type=radio] {\n display: none;\n}\n\n.LineTableV3Refined-module_titlecontainer__goMFH .LineTableV3Refined-module_title__U9oaa {\n font-size: 24px;\n font-weight: 700;\n line-height: 30px;\n padding-top: 20px;\n text-align: center;\n}\n.LineTableV3Refined-module_titlecontainer__goMFH .LineTableV3Refined-module_description__Gq-74 {\n font-size: 16px;\n font-weight: 24px;\n text-align: center;\n}\n\n.LineTableV3Refined-module_selected__UlBFL {\n align-items: center;\n color: #606060;\n display: inline-flex;\n font-size: 16px;\n font-weight: 500;\n line-height: 24px;\n margin-bottom: 12px;\n margin-right: 50px;\n margin-top: 4px;\n}\n.LineTableV3Refined-module_selected__UlBFL .LineTableV3Refined-module_inactiveicon__kqk3d {\n height: 24px;\n margin-right: 12px;\n width: 24px;\n}\n.LineTableV3Refined-module_selected__UlBFL .LineTableV3Refined-module_activeicon__D6zyq {\n height: 24px;\n margin-right: 12px;\n width: 24px;\n}\n\n.LineTableV3Refined-module_productcenter__HDUzl {\n align-items: center;\n flex-direction: column;\n height: 100%;\n margin-left: 10px;\n margin-right: 10px;\n text-align: center;\n}\n\n.LineTableV3Refined-module_bundleproductcard__Jy3iE {\n align-items: center;\n flex-direction: column;\n height: 100%;\n margin-left: 10px;\n margin-right: 10px;\n text-align: left;\n}\n@media (max-width: 767px) {\n .LineTableV3Refined-module_bundleproductcard__Jy3iE {\n margin-left: 8px;\n margin-right: 8px;\n }\n}\n\n@media (max-width: 767px) {\n .LineTableV3Refined-module_mobilecard__GW9e3 {\n width: calc(100vw - 70px);\n }\n}\n\n.LineTableV3Refined-module_flexgrid__D2wrK {\n display: flex;\n}\n\n.LineTableV3Refined-module_productcontainer__O9HbU {\n background-color: #fff;\n border: 4px solid transparent;\n border-radius: 8px;\n box-shadow: 0 2px 4px 0 rgba(87, 84, 82, 0.2);\n justify-content: space-between;\n padding: 16px;\n position: relative;\n}\n\n.LineTableV3Refined-module_highlightBorder__DHKGR {\n border: 4px solid #587467;\n border-radius: 8px;\n}\n\n.LineTableV3Refined-module_highlightText__TTJZU {\n align-items: center;\n background-color: #587467;\n border-radius: 8px;\n color: #fff;\n display: flex;\n flex-direction: row;\n font-size: 14px;\n font-weight: 700;\n justify-content: center;\n left: 28px;\n line-height: 20px;\n min-height: 24px;\n padding: 4px 8px;\n position: absolute;\n top: -18px;\n width: fit-content;\n}\n\n.LineTableV3Refined-module_headersection__yhoV0 {\n padding-bottom: 8px;\n}\n\n.LineTableV3Refined-module_titlesection__gd-Fl {\n align-items: flex-start;\n display: flex;\n justify-content: space-between;\n}\n\n.LineTableV3Refined-module_productheader__8rWWf {\n font-size: 28px;\n font-weight: 700;\n line-height: 36px;\n margin-bottom: 8px;\n}\n\n.LineTableV3Refined-module_productdescription__sr-av {\n color: #587467;\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n margin-top: -7px;\n}\n\n.LineTableV3Refined-module_images__9j18U {\n margin-right: -40px;\n}\n\n.LineTableV3Refined-module_imagespace__o5gPc {\n overflow: hidden;\n width: 100%;\n height: 100%;\n margin-left: -20px;\n margin-top: 30px;\n}\n\n.LineTableV3Refined-module_borderimage__mgiVb {\n padding: 0 4px;\n}\n\n.LineTableV3Refined-module_ordersection__E2ufE {\n border-top: 1px solid #e6e3df;\n margin-top: 15px;\n padding: 8px;\n text-align: center;\n}\n\n.LineTableV3Refined-module_pricesection__hr3kd {\n justify-content: center;\n}\n\n.LineTableV3Refined-module_productcontractduration__NwfGg {\n font-size: 12px;\n font-weight: 400;\n line-height: 16px;\n}\n\n.LineTableV3Refined-module_productdetailslink__Fswzd {\n color: #da291c;\n cursor: pointer;\n font-size: 16px;\n line-height: 24px;\n text-decoration: underline;\n}\n\n.LineTableV3Refined-module_benefitssection__dF1-F {\n padding-top: 16px;\n}\n\n.LineTableV3Refined-module_overlay__pBYdY {\n cursor: default;\n display: block;\n opacity: 0.4;\n pointer-events: none;\n}\n\n.LineTableV3Refined-module_addsmartphone__NgpJF img {\n margin-right: 10px;\n vertical-align: bottom;\n}\n\n.LineTableV3Refined-module_promocontainer__kAHqj {\n align-items: center;\n background: #2e6199;\n border-radius: 4px;\n color: #ffffff;\n display: flex;\n flex-direction: row;\n font-size: 14px;\n font-weight: 700;\n justify-content: center;\n left: 16px;\n line-height: 20px;\n min-height: 24px;\n padding: 4px 8px;\n position: absolute;\n top: -18px;\n width: fit-content;\n}\n\n.LineTableV3Refined-module_disabled__hN2WZ {\n opacity: 0.4;\n color: #606060;\n display: inline-block;\n font-weight: 500;\n margin-right: 6px;\n}\n\n.LineTableV3Refined-module_buttontext__LzgmC {\n font-size: 16px;\n line-height: 24px;\n color: #ffffff;\n font-weight: bold;\n text-align: center;\n}\n\n.LineTableV3Refined-module_swapButton__3zQV7 {\n display: flex;\n flex-direction: column-reverse;\n}");const $e=(e,n,t)=>{var o,l,i,r,d,a,c,u,s,m;const p={base:"",onetimePrice:"",discount:[],contractDuration:"",int_fmc:0,mob_fmc:0,mob_benefit_category:"",id:"",promoID:""};Array.isArray(e)&&(null==e||e.map((e=>{var n,t,o;p.id=null!==(n=null==e?void 0:e.id)&&void 0!==n?n:"",null===(t=null==e?void 0:e.prices)||void 0===t||t.map((e=>{var n,t;"recurring"===(null===(n=null==e?void 0:e.priceType)||void 0===n?void 0:n.toLowerCase())?p.base=null==e?void 0:e.value:"one time"===(null===(t=null==e?void 0:e.priceType)||void 0===t?void 0:t.toLowerCase())&&(p.onetimePrice=null==e?void 0:e.value)})),null===(o=null==e?void 0:e.derivedPrice)||void 0===o||o.map((e=>{var n,t;const o={cycleStart:"",cycleEnd:"",value:""};o.cycleStart=null===(n=null==e?void 0:e.cycle)||void 0===n?void 0:n.cycleStart,o.cycleEnd=null===(t=null==e?void 0:e.cycle)||void 0===t?void 0:t.cycleEnd,o.value=null==e?void 0:e.value,p.discount.push(o)}))}))),null===(l=null===(o=null==e?void 0:e[0])||void 0===o?void 0:o.bundledOffers)||void 0===l||l.forEach((e=>{var n,t,o,l,i,r,d,a,c;null===(n=null==e?void 0:e.prices)||void 0===n||n.forEach((e=>{var n,t;(null===(n=null==e?void 0:e.priceAlteration)||void 0===n?void 0:n.length)>0&&(null===(t=null==e?void 0:e.priceAlteration)||void 0===t||t.forEach((e=>{"INTERNET_FMC"==(null==e?void 0:e.priceCategory)?p.int_fmc+=Number(null==e?void 0:e.value):"MULTIMOBILE"!=(null==e?void 0:e.priceCategory)&&"FMC"!=(null==e?void 0:e.priceCategory)||(p.mob_fmc+=Number(null==e?void 0:e.value),p.mob_benefit_category=null==e?void 0:e.priceCategory)})))})),(null===(o=null===(t=null==e?void 0:e.promotionInfo)||void 0===t?void 0:t[0])||void 0===o?void 0:o.contractDuration)&&(p.contractDuration=null===(i=null===(l=null==e?void 0:e.promotionInfo)||void 0===l?void 0:l[0])||void 0===i?void 0:i.contractDuration),(null===(d=null===(r=null==e?void 0:e.promotionInfo)||void 0===r?void 0:r[0])||void 0===d?void 0:d.id)&&(p.promoID=null===(c=null===(a=null==e?void 0:e.promotionInfo)||void 0===a?void 0:a[0])||void 0===c?void 0:c.id)})),(null===(i=null==e?void 0:e[0])||void 0===i?void 0:i.isBundle)||(p.contractDuration=null===(d=null===(r=null==e?void 0:e[0])||void 0===r?void 0:r.promotionInfo)||void 0===d?void 0:d[0].contractDuration,p.promoID=null===(u=null===(c=null===(a=null==e?void 0:e[0])||void 0===a?void 0:a.promotionInfo)||void 0===c?void 0:c[0])||void 0===u?void 0:u.id);let v=0;return null===(m=null===(s=null==e?void 0:e[0])||void 0===s?void 0:s.prices)||void 0===m||m.map((e=>{var n,t;(null===(n=null==e?void 0:e.priceAlteration)||void 0===n?void 0:n.length)>0&&(null===(t=null==e?void 0:e.priceAlteration)||void 0===t||t.map((e=>{"INTERNET_FMC"==(null==e?void 0:e.priceCategory)?v+=Number(null==e?void 0:e.value):"MULTIMOBILE"!=(null==e?void 0:e.priceCategory)&&"FMC"!=(null==e?void 0:e.priceCategory)||(p.mob_fmc+=Number(null==e?void 0:e.value),p.mob_benefit_category=null==e?void 0:e.priceCategory)})))})),(null==p?void 0:p.contractDuration)||n||(p.contractDuration="12"),p.int_fmc=t?v:p.int_fmc,p},We=n=>{var t,o;const l={superLargeDesktop:{breakpoint:{max:1e4,min:1440},items:4},desktop:{breakpoint:{max:1440,min:1024},items:3},tablet:{breakpoint:{max:1023,min:768},items:2},mobile:{breakpoint:{max:767,min:0},items:1,partialVisibilityGutter:(null===(t=null==n?void 0:n.children)||void 0===t?void 0:t.length)>1?48:5}},i=I(),r=e.useRef(),d=parseInt(n.carouselIndex,10);let a=!1;return e.useEffect((()=>{const e=window.innerWidth;a=e<767,setTimeout((()=>{var e;(!a&&d>2||a)&&(null===(e=r.current)||void 0===e||e.goToSlide(d,!1))}),400)}),[n.children.length]),e.createElement(s,{responsive:l,renderButtonGroupOutside:!0,partialVisible:!0,swipeable:!0,autoPlay:!1,shouldResetAutoplay:!1,arrows:"mobile"!==i||!!(null==n?void 0:n.arrow),showDots:"mobile"===i||(null===(o=null==n?void 0:n.children)||void 0===o?void 0:o.length)>3,ref:r,customTransition:"transform 1s ease"},n.children)};var Ge={productdetailswrapper:"ProductDetailsV3-module_productdetailswrapper__e1kPi",configheadersection:"ProductDetailsV3-module_configheadersection__p8XVS",displayname:"ProductDetailsV3-module_displayname__-EW8R",configdetailssection:"ProductDetailsV3-module_configdetailssection__yMamD",disabled:"ProductDetailsV3-module_disabled__tsjRY",showmore:"ProductDetailsV3-module_showmore__oIuyq",newmodal:"ProductDetailsV3-module_newmodal__C9g8C",tvHeading:"ProductDetailsV3-module_tvHeading__xdTqD",changeBtn:"ProductDetailsV3-module_changeBtn__WzRWX",optioncontainer:"ProductDetailsV3-module_optioncontainer__gUve-",optionlist:"ProductDetailsV3-module_optionlist__xVV8H",optiontitle:"ProductDetailsV3-module_optiontitle__eFcLL",optionwrapper:"ProductDetailsV3-module_optionwrapper__OqPW5",text:"ProductDetailsV3-module_text__U2B2W",pricecontainer:"ProductDetailsV3-module_pricecontainer__e8RuB",discountedprice:"ProductDetailsV3-module_discountedprice__trCaV",duration:"ProductDetailsV3-module_duration__KqhC6",basePriceAfterDiscount:"ProductDetailsV3-module_basePriceAfterDiscount__mOab8",pricedisplay:"ProductDetailsV3-module_pricedisplay__MXeXL",blockskeleton:"ProductDetailsV3-module_blockskeleton__OhQ-8"};g('/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.ProductDetailsV3-module_productdetailswrapper__e1kPi {\n border-bottom: 1px solid #e6e3df;\n padding: 16px 0;\n}\n\n.ProductDetailsV3-module_configheadersection__p8XVS {\n display: inline-flex;\n}\n\n.ProductDetailsV3-module_displayname__-EW8R {\n align-items: center;\n display: flex;\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n padding: 0 8px;\n}\n\n.ProductDetailsV3-module_configdetailssection__yMamD {\n font-size: 14px;\n font-weight: 400;\n line-height: 20px;\n padding-left: 32px;\n}\n\n.ProductDetailsV3-module_disabled__tsjRY {\n color: #606060;\n display: inline-block;\n font-weight: 500;\n margin-right: 6px;\n opacity: 0.4;\n}\n\n.ProductDetailsV3-module_showmore__oIuyq {\n color: #da291c;\n cursor: pointer;\n padding-left: 0;\n}\n\n.ProductDetailsV3-module_newmodal__C9g8C {\n align-items: center;\n border: 1px solid black;\n border-radius: 8px;\n cursor: pointer;\n display: flex;\n font-size: 14px;\n line-height: 20px;\n margin-bottom: 4px;\n margin-top: 8px;\n min-height: 38px;\n}\n.ProductDetailsV3-module_newmodal__C9g8C .ProductDetailsV3-module_tvHeading__xdTqD {\n font-weight: 700;\n margin-left: 10px;\n width: 100%;\n}\n.ProductDetailsV3-module_newmodal__C9g8C .ProductDetailsV3-module_changeBtn__WzRWX {\n color: #da291c;\n}\n.ProductDetailsV3-module_newmodal__C9g8C > img {\n margin: 4px 10px 0 4px;\n}\n\n.ProductDetailsV3-module_optioncontainer__gUve- {\n background: rgba(153, 178, 167, 0.1);\n border: 1px solid #B6C8C0;\n border-radius: 8px;\n padding: 12px 16px;\n}\n.ProductDetailsV3-module_optioncontainer__gUve- .ProductDetailsV3-module_optionlist__xVV8H {\n margin-top: 2px;\n}\n.ProductDetailsV3-module_optioncontainer__gUve- .ProductDetailsV3-module_optionlist__xVV8H .ProductDetailsV3-module_optiontitle__eFcLL {\n font-size: 16px;\n font-weight: 700;\n line-height: 24px;\n}\n.ProductDetailsV3-module_optioncontainer__gUve- .ProductDetailsV3-module_optionlist__xVV8H .ProductDetailsV3-module_optionwrapper__OqPW5 {\n color: #5f5955;\n display: flex;\n font-size: 14px;\n font-weight: 500;\n justify-content: space-between;\n line-height: 20px;\n margin-top: 12px;\n min-height: 24px;\n}\n.ProductDetailsV3-module_optioncontainer__gUve- .ProductDetailsV3-module_optionlist__xVV8H .ProductDetailsV3-module_optionwrapper__OqPW5 .ProductDetailsV3-module_text__U2B2W > div > p > b {\n color: #5e94cf;\n}\n\n.ProductDetailsV3-module_pricecontainer__e8RuB {\n justify-content: center;\n}\n.ProductDetailsV3-module_pricecontainer__e8RuB .ProductDetailsV3-module_discountedprice__trCaV {\n font-size: 24px;\n font-weight: 700;\n line-height: 32px;\n}\n.ProductDetailsV3-module_pricecontainer__e8RuB .ProductDetailsV3-module_duration__KqhC6 {\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n}\n.ProductDetailsV3-module_pricecontainer__e8RuB .ProductDetailsV3-module_basePriceAfterDiscount__mOab8 {\n font-size: 20px;\n font-weight: 700;\n line-height: 28px;\n padding-left: 10px;\n position: relative;\n}\n.ProductDetailsV3-module_pricecontainer__e8RuB .ProductDetailsV3-module_basePriceAfterDiscount__mOab8::after {\n border-bottom: 2px solid #e6003c;\n content: "";\n left: 8px;\n position: absolute;\n right: -1px;\n top: 50%;\n}\n.ProductDetailsV3-module_pricecontainer__e8RuB .ProductDetailsV3-module_pricedisplay__MXeXL {\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n padding: 4px;\n}\n\n.ProductDetailsV3-module_blockskeleton__OhQ-8 {\n bottom: 5px;\n height: 15px;\n top: 5px;\n}');const Me=({content:n,entitlementConfig:t,indexKey:o,listlength:l,showModalPopup:i,sbStaticConstants:r,tabIndex:d,countryList:a,metadata:c})=>{var u;const[s,m]=e.useState(!1),p=e.useRef(null),v=null===(u=null==b?void 0:b.getInstance())||void 0===u?void 0:u.getAssetPath();e.useEffect((()=>{setTimeout((()=>{_()}),100)}),[s]);const _=()=>{k(`product-configv3${d}`,l),k(`detailsectionv3${d}`,l)};return e.createElement("div",{ref:p},e.createElement("div",{className:Ge.productdetailswrapper},e.createElement("div",{className:Ge.configheadersection,style:{width:"100%"}},(null==n?void 0:n.icon)?e.createElement("span",null,e.createElement("img",{src:null==n?void 0:n.icon,alt:"img",width:24,height:24,className:Ge.imagecontainer})):"",e.createElement("span",{className:Ge.displayname},null==n?void 0:n.name),(null==n?void 0:n.tooltip)?e.createElement("div",{className:Ge.bundletooltip,style:{marginLeft:"auto"}},e.createElement(be,{content:null==n?void 0:n.tooltip})):""),e.createElement("div",{className:Ge.configdetailssection},(null==n?void 0:n.tvChannelName)&&"TV"===(null==n?void 0:n.poType)&&e.createElement("div",{className:Ge.newmodal,onClick:()=>{i()}},e.createElement("div",{className:Ge.tvHeading},null==n?void 0:n.tvChannelName),e.createElement("div",{className:Ge.changeBtn},r.changeText),e.createElement("img",{src:`${v}/icons/chevron-down-red.svg`,height:24,width:24,alt:""})),(null==n?void 0:n.includeDescription)?e.createElement("div",{className:Ge.productdetailsdescription,id:`entitledespV3${o}`},e.createElement(H,{content:null==n?void 0:n.description})):e.createElement(e.Fragment,null,(null==n?void 0:n.includeEntitlement)&&t&&(null==t?void 0:t.map(((n,t)=>e.createElement(e.Fragment,null,t<2||t>1&&s?e.createElement("div",{className:Ge.entitlementvalue},(null==n?void 0:n.icon)&&e.createElement("div",{className:Ge.entitlementicon},e.createElement("img",{src:null==n?void 0:n.icon,width:20,height:20})),e.createElement("div",{className:(null==n?void 0:n.isDisabled)?Ge.disabled:""},null==n?void 0:n.entitlement,(null==n?void 0:n.toolTipText)&&e.createElement("div",{className:Ge.bundletooltip},e.createElement(be,{content:null==n?void 0:n.toolTipText})))):"")))),(null==t?void 0:t.length)>2&&e.createElement("div",{className:Ge.showmore,onClick:()=>m(!s)},s?null==r?void 0:r.show_less:null==r?void 0:r.show_more)),(null==n?void 0:n.linkText)&&e.createElement(le,{product:a,linkText:null==n?void 0:n.linkText,metadata:c,reuseableLineTable:!0}))))};var je="SkeletonLoader-module_reactloadingskeletonV3__hLl73";g('/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.SkeletonLoader-module_reactloadingskeletonV3__hLl73 {\n --base-color: #ebebeb;\n --highlight-color: #f5f5f5;\n --animation-duration: 1.5s;\n --animation-direction: normal;\n --pseudo-element-display: block; /* Enable animation */\n background-color: var(--base-color);\n width: 100%;\n border-radius: 0.25rem;\n display: inline-flex;\n line-height: 1;\n position: relative;\n user-select: none;\n overflow: hidden;\n}\n\n.SkeletonLoader-module_reactloadingskeletonV3__hLl73::after {\n content: " ";\n display: var(--pseudo-element-display);\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n height: 100%;\n background-repeat: no-repeat;\n background-image: linear-gradient(90deg, var(--base-color), var(--highlight-color), var(--base-color));\n transform: translateX(-100%);\n animation-name: SkeletonLoader-module_react-loading-skeleton__G8Drm;\n animation-direction: var(--animation-direction);\n animation-duration: var(--animation-duration);\n animation-timing-function: ease-in-out;\n animation-iteration-count: infinite;\n}\n\n@media (prefers-reduced-motion) {\n .SkeletonLoader-module_reactloadingskeletonV3__hLl73 {\n --pseudo-element-display: none; /* Disable animation */\n }\n}\n.SkeletonLoader-module_skeletontittle__tKku- {\n height: 50px;\n}\n\n.SkeletonLoader-module_skeletonline__BsblE {\n height: 15px;\n margin: 8px 0;\n}');const Ue=({count:n=1,stylename:t=""})=>e.createElement("div",null,e.createElement(p,{className:`${je} ${t}`,count:n})),Xe=({content:n,priceCollection:t,toggleSwitch:o,sbStaticConstants:l})=>{var i,r,d,a,c,u;const s=null!==(i=null==t?void 0:t.base)&&void 0!==i?i:0;let m=null!==(a=null===(d=null===(r=null==t?void 0:t.discount)||void 0===r?void 0:r[0])||void 0===d?void 0:d.value)&&void 0!==a?a:0;null===(c=null==t?void 0:t.discount)||void 0===c||c.map((e=>{1==(null==e?void 0:e.cycleStart)&&(m=null==e?void 0:e.value)}));const p=null==t?void 0:t.discount,v=null==t?void 0:t.int_fmc,_=null==t?void 0:t.mob_fmc;let h=!1;return e.createElement("div",null,Number(s)>0?e.createElement(e.Fragment,null,e.createElement("div",{className:`${Ge.pricecontainer}`},e.createElement("span",{className:`${Ge.discountedprice} ${o&&!(v>0||_>0)?"":o||v>0||_>0||(null==p?void 0:p.length)>0?Ge.promo:""}`},N(m>0&&!o?m:s),e.createElement("span",{className:`${Ge.duration}`},null==l?void 0:l.mt)),s&&(v>0||_>0||!o&&p.length>0)&&e.createElement("span",{className:`${Ge.basePriceAfterDiscount}`},N(s)),e.createElement("div",null,null==n?void 0:n.promoText)),!o&&!_&&!v&&(null==p?void 0:p.length)>0&&(null===(u=null==p?void 0:p[0])||void 0===u?void 0:u.cycleEnd)&&e.createElement("div",null,e.createElement("div",{className:Ge.pricedisplay},p.length>0&&p.map((n=>(720===(null==n?void 0:n.cycleEnd)&&(h=!0),e.createElement(e.Fragment,null," ",e.createElement("span",{className:Ge.pricelabel},h?null==l?void 0:l.lifetime_label:e.createElement(e.Fragment,null," ",1!=n.cycleStart&&e.createElement(e.Fragment,null,"CHF"," ",N(n.value))," ",1===n.cycleStart?O(null==l?void 0:l.promo_first_lt,[n.cycleEnd]):O(null==l?void 0:l.promo_next_lt,[n.cycleEnd-n.cycleStart+1]))))))),!h&&e.createElement("span",null," ",O(null==l?void 0:l.promo_then_lt,[N(s)]))))):e.createElement(Ue,{stylename:Ge.blockskeleton}))};var qe="ProductDetailsV2-module_productmodal__2B7qv",He="ProductDetailsV2-module_container__dH9t4",Ye="ProductDetailsV2-module_backbtn__5E2Ow",Ke="ProductDetailsV2-module_closebtn__vonVN",Ze="ProductDetailsV2-module_cartbtn__lmC7O",Je="ProductDetailsV2-module_check-footer__iuqqZ",Qe="ProductDetailsV2-module_footer-linetablev3__bo9Qj";g("/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n@media (min-width: 1024px) {\n .ProductDetailsV2-module_productmodal__2B7qv {\n min-width: 884px;\n }\n}\n@media (min-width: 768px) and (max-width: 1023px) {\n .ProductDetailsV2-module_productmodal__2B7qv {\n min-width: 740px;\n }\n}\n.ProductDetailsV2-module_productmodal__2B7qv .modal-body {\n padding: 0 16px 16px;\n}\n@media (max-width: 767px) {\n .ProductDetailsV2-module_productmodal__2B7qv .modal-body {\n padding: 12px;\n }\n}\n.ProductDetailsV2-module_productmodal__2B7qv .modal-content {\n background-color: #f7f6f5;\n border-radius: 8px;\n box-shadow: 0px 20px 30px -8px rgba(87, 84, 82, 0.4);\n}\n.ProductDetailsV2-module_productmodal__2B7qv .modal-content .modal-header {\n border-bottom: none !important;\n}\n.ProductDetailsV2-module_productmodal__2B7qv .ProductDetailsV2-module_container__dH9t4 {\n display: flex;\n align-items: center;\n margin-left: 16px;\n}\n.ProductDetailsV2-module_productmodal__2B7qv .ProductDetailsV2-module_container__dH9t4 .ProductDetailsV2-module_backbtn__5E2Ow {\n color: #da291c;\n}\n@media (max-width: 767px) {\n .ProductDetailsV2-module_productmodal__2B7qv .ProductDetailsV2-module_container__dH9t4 {\n margin-left: 12px;\n }\n}\n.ProductDetailsV2-module_productmodal__2B7qv .ProductDetailsV2-module_closebtn__vonVN .btn-close:focus {\n border: none;\n box-shadow: none;\n}\n\n.ProductDetailsV2-module_cartbtn__lmC7O {\n cursor: pointer;\n text-align: center;\n width: fit-content;\n float: right;\n}\n.ProductDetailsV2-module_cartbtn__lmC7O .primarybutton {\n padding: 10px 24px;\n}\n@media (max-width: 767px) {\n .ProductDetailsV2-module_cartbtn__lmC7O {\n position: inherit;\n width: auto;\n top: 0;\n right: auto;\n }\n}\n\n.ProductDetailsV2-module_check-footer__iuqqZ {\n position: relative;\n bottom: 0;\n margin: 24px 16px;\n padding: 8px 16px;\n border: 1px solid #e6e3df;\n border-radius: 8px;\n}\n.ProductDetailsV2-module_check-footer__iuqqZ .ProductDetailsV2-module_footer-linetablev3__bo9Qj {\n width: 100%;\n display: inline-flex;\n justify-content: space-between;\n align-items: center;\n}\n\n.ProductDetailsV2-module_back-button__U8Wjz {\n position: fixed;\n top: 0;\n padding: 16px 0;\n}\n\n.ProductDetailsV2-module_modal-price__jlNZA {\n padding: 16px 0 24px;\n}\n\n.ProductDetailsV2-module_productDetailstext__Mg-EX {\n color: #3d3935;\n text-decoration: underline;\n}\n\n.ProductDetailsV2-module_productDetailstextNew__w3s0l {\n color: #da291c;\n text-decoration: underline;\n}\n\n.ProductDetailsV2-module_textColor__tQQxl {\n color: #ffffff;\n text-decoration: underline;\n}");const en=({modalState:n,handler:l,showFooter:i,footerNode:r,children:d,width:a,height:c,backButton:u})=>{var s;const m=null===(s=null==b?void 0:b.getInstance())||void 0===s?void 0:s.getAssetPath();return e.useEffect((()=>{const e=document&&(null===document||void 0===document?void 0:document.querySelector(".product-modal .footer-main"));e&&(e.style.zIndex="10");const n=document&&(null===document||void 0===document?void 0:document.querySelector(".modal-dialog.product-modal"));n&&(n.style.maxWidth=a,n.style.padding="0",n.style.transform="none");const t=document&&(null===document||void 0===document?void 0:document.querySelector(".product-modal .modal-content"));t&&(t.style.height=c,t.style.backgroundColor="#F7F6F5");const o=document&&document.querySelector(".product-modal .modal-header");o&&(o.style.position="absolute",o.style.top="0",o.style.zIndex="1",o.style.maxWidth="100%",o.style.background="#f8f8f8",o.style.width="100%");const l=document&&document.querySelector(".product-modal .modal-body");l&&(l.style.background="#f8f8f8",l.style.paddingTop="70px")}),[c]),e.createElement(t,{scrollable:!1,show:n,onHide:l,keyboard:!1,dialogClassName:qe},e.createElement(t.Header,null,e.createElement("div",{onClick:l,className:`${He}`},e.createElement(e.Fragment,null,e.createElement("img",{src:`${m}/icons/arrow-left-red.svg`,alt:"",height:24,width:24,className:"me-3"}),e.createElement("span",{className:Ye},u))),e.createElement("div",{className:`${Ke} me-3 mt-3`},e.createElement(o,{className:"sr-modal-close",onClick:l}))),e.createElement(t.Body,null,d),i&&e.createElement(t.Footer,null,r))},nn=({content:n,isMobileFlow:t,sbStaticConstants:o,address:l,isAvailable:i,showPrice:r,createCartCall:d,updatedContent:a})=>{var c;const[u,s]=e.useState(!1);return e.useEffect((()=>{!t&&!i||""===(null==r?void 0:r.base)?s(!0):s(!1)}),[n,r,i]),e.createElement("div",null,t?(null==a?void 0:a.swapButton)?(null==a?void 0:a.ctaLinkLabel)&&e.createElement("a",{onClick:d,className:`${u&&Fe.disabled}`},null==a?void 0:a.ctaLinkLabel):e.createElement("button",{className:`primarybutton ${u&&Fe.disabled}`,onClick:d,disabled:u},e.createElement("span",{className:Fe.buttontext},null==o?void 0:o.addToCartBtnTxt)):e.createElement(e.Fragment,null,l&&(null===(c=null==Object?void 0:Object.keys(l))||void 0===c?void 0:c.length)>0?e.createElement(e.Fragment,null,e.createElement("button",{className:`primarybutton ${u&&Fe.disabled}`,onClick:d,disabled:u},e.createElement("span",{className:Fe.buttontext},null==o?void 0:o.addToCartBtnTxt))):e.createElement("button",{onClick:d,className:"configurebutton"},e.createElement("span",null,null==o?void 0:o.check_availability))))},tn=({products:n,showProductDetail:t,setShowProductDetail:o,content:l,priceCollection:i,addToCart:r,sbStaticConstants:d,createCartCall:a,contractDuration:c})=>{var u;const[s,m]=e.useState(!0);let p=[],v="";n&&n.length>0&&(null==n||n.map((e=>{p=null==e?void 0:e.modalBody,v=null==e?void 0:e.backButton})));return e.createElement(e.Fragment,null,t&&e.createElement(e.Fragment,null,e.createElement(en,{modalState:s,handler:()=>{m(!s),o(!t)},showFooter:!1,height:"100%",backButton:v},e.createElement(e.Fragment,null,null==p?void 0:p.map(((n,t)=>e.createElement(ae,null,e.createElement(e.Fragment,null,(null==n?void 0:n.component)===A&&e.createElement(Y,{content:n,key:t}),(null==n?void 0:n.component)===z&&e.createElement(se,{content:n}),(null==n?void 0:n.component)===R&&e.createElement(ue,{content:n}))))),e.createElement("div",{className:`footer-main ${Je} `},e.createElement("span",{className:`${Qe}`},e.createElement("div",null,e.createElement(Xe,{content:l,priceCollection:i,sbStaticConstants:d}),e.createElement("div",null,c?O(null===(u=null==d?void 0:d.minContractDuration)||void 0===u?void 0:u.substring(1),[c]):null==d?void 0:d.simo_no_contract_term)),e.createElement("div",{className:Ze},e.createElement(nn,{content:l,sbStaticConstants:d,isAvailable:null==r?void 0:r.isAvailable,showPrice:i,isSkeletonLoading:null==r?void 0:r.isSkeletonLoading,isMobileFlow:null==r?void 0:r.isMobileFlow,createCartCall:a,address:null==r?void 0:r.address}))))))))};var on={errormodalbox:"TVChannelOfferV2-module_errormodalbox__sDWbF",header:"TVChannelOfferV2-module_header__kzobu",errorwrapper:"TVChannelOfferV2-module_errorwrapper__Gg4jt",title:"TVChannelOfferV2-module_title__RbPPM",body:"TVChannelOfferV2-module_body__tQavD",footer:"TVChannelOfferV2-module_footer__4rVEl",optionsContent:"TVChannelOfferV2-module_optionsContent__AyBQJ",confirmBtn:"TVChannelOfferV2-module_confirmBtn__ZI4NW",errordialog:"TVChannelOfferV2-module_errordialog__llanJ"};g("/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.TVChannelOfferV2-module_errormodalbox__sDWbF {\n border-radius: 0px;\n padding: 20px 16px 100px;\n box-shadow: rgba(87, 84, 82, 0.4);\n background-color: #f8f8f8;\n overflow: visible;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_header__kzobu {\n z-index: 1;\n border: none;\n padding: 0px;\n margin-bottom: -12px;\n margin-right: 0.5rem;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_header__kzobu .btn-close:focus {\n border: none;\n box-shadow: none;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_errorwrapper__Gg4jt {\n border-radius: 8px;\n box-shadow: rgba(87, 84, 82, 0.2);\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_errorwrapper__Gg4jt .TVChannelOfferV2-module_title__RbPPM {\n margin-right: 24px;\n margin-bottom: 24px;\n color: #3d3935;\n font-size: 20px;\n line-height: 28px;\n font-weight: 700;\n text-align: center;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_errorwrapper__Gg4jt .TVChannelOfferV2-module_body__tQavD {\n padding: 0px;\n display: flex;\n color: #5f5955;\n flex-wrap: wrap;\n justify-content: center;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_footer__4rVEl {\n border: none;\n position: absolute;\n bottom: 0px;\n right: 0;\n width: 100%;\n padding: 24px 0px;\n border-radius: 0px;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_footer__4rVEl .TVChannelOfferV2-module_optionsContent__AyBQJ {\n margin: auto;\n width: fit-content;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_footer__4rVEl .TVChannelOfferV2-module_confirmBtn__ZI4NW {\n border: none;\n width: fit-content;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_footer__4rVEl .TVChannelOfferV2-module_confirmBtn__ZI4NW > img {\n margin-left: 8px;\n}\n.TVChannelOfferV2-module_errormodalbox__sDWbF .TVChannelOfferV2-module_footer__4rVEl p {\n color: #ffffff;\n align-items: left;\n}\n\n.TVChannelOfferV2-module_errordialog__llanJ {\n max-width: 934px;\n}");var ln="EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h-",rn="EntertainmentOptionsV2-module_cardinputelement__00RZZ",dn="EntertainmentOptionsV2-module_card__LqNAf";g('/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- {\n align-items: flex-start;\n background: #ffffff;\n border-radius: 8px;\n box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);\n display: flex;\n flex: none;\n flex-direction: column;\n margin: 10px;\n max-width: 340px;\n order: 0;\n position: relative;\n width: 100%;\n}\n@media (min-width: 1024px) {\n .EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- {\n max-width: 380px;\n }\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- .EntertainmentOptionsV2-module_fs12__rhrjW {\n margin-left: 4px;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- .EntertainmentOptionsV2-module_cardinputelement__00RZZ + .EntertainmentOptionsV2-module_card__LqNAf {\n -webkit-box-shadow: none;\n border: 0px;\n border-radius: 8px;\n box-shadow: none;\n height: 100%;\n width: 100%;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- .EntertainmentOptionsV2-module_cardinputelement__00RZZ + .EntertainmentOptionsV2-module_card__LqNAf:hover {\n cursor: pointer;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- .EntertainmentOptionsV2-module_cardinputelement__00RZZ:checked + .EntertainmentOptionsV2-module_card__LqNAf {\n outline: 4px solid #da291c;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- .EntertainmentOptionsV2-module_cardinputelement__00RZZ:checked + .EntertainmentOptionsV2-module_card__LqNAf h4 {\n color: #da291c;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- .EntertainmentOptionsV2-module_cardinputelement__00RZZ:checked + .EntertainmentOptionsV2-module_card__LqNAf.EntertainmentOptionsV2-module_showArrow__timDx::after {\n width: 0;\n height: 0;\n border-left: 9px solid transparent;\n border-right: 9px solid transparent;\n border-top: 8px solid #f1571d;\n position: absolute;\n content: "";\n top: calc(100% + 4px);\n left: calc(50% - 9px);\n}\n@media (max-width: 767px) {\n .EntertainmentOptionsV2-module_entertainmentoptionswrapper__qk4h- .EntertainmentOptionsV2-module_cardinputelement__00RZZ:checked + .EntertainmentOptionsV2-module_card__LqNAf.EntertainmentOptionsV2-module_showArrow__timDx::after {\n display: none;\n }\n}\n\n.EntertainmentOptionsV2-module_entertainmentoptionswrappermobile__FX0BH {\n align-items: flex-start;\n border-bottom: 1px solid #e5e5e5;\n display: flex;\n flex-direction: inherit;\n min-width: max-content;\n position: static;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrappermobile__FX0BH .EntertainmentOptionsV2-module_mobcard__MUGs3 {\n border-radius: 8px;\n width: 100%;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrappermobile__FX0BH .EntertainmentOptionsV2-module_mobcard__MUGs3 .EntertainmentOptionsV2-module_tabheading__ve-Rh {\n display: flex;\n padding: 0 0 10px 50px;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrappermobile__FX0BH .EntertainmentOptionsV2-module_mobcard__MUGs3 .EntertainmentOptionsV2-module_tabheading__ve-Rh .EntertainmentOptionsV2-module_entoptibutton__TAVdH {\n margin-left: auto;\n padding-right: 15px;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrappermobile__FX0BH .EntertainmentOptionsV2-module_mobcard__MUGs3 .EntertainmentOptionsV2-module_tabheading__ve-Rh h4 {\n color: #333333;\n font-size: 16px;\n font-weight: 700;\n left: 32px;\n line-height: 24px;\n top: 12px;\n min-width: max-content;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrappermobile__FX0BH .EntertainmentOptionsV2-module_mobcard__MUGs3 .EntertainmentOptionsV2-module_additionalprice__s7i-2 {\n transform: translate(50px, -20px);\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrappermobile__FX0BH .EntertainmentOptionsV2-module_mobcard__MUGs3 .EntertainmentOptionsV2-module_additionalprice__s7i-2 p span {\n color: #333333;\n font-size: 16px;\n font-weight: 700;\n left: 32px;\n line-height: 24px;\n top: 0;\n}\n.EntertainmentOptionsV2-module_entertainmentoptionswrappermobile__FX0BH .EntertainmentOptionsV2-module_mobcard__MUGs3 .EntertainmentOptionsV2-module_inputfield__grFes {\n height: 50px;\n margin: 0 16px 16px 16px;\n}\n\n.EntertainmentOptionsV2-module_radiocontainer__U83LN {\n cursor: pointer;\n display: inline-block;\n font-weight: 700;\n padding-left: 30px;\n position: relative;\n}\n.EntertainmentOptionsV2-module_radiocontainer__U83LN .EntertainmentOptionsV2-module_checkmark__BeCUA {\n border: 2px solid #b2b2b2;\n border-radius: 50%;\n height: 20px;\n left: 0;\n margin: 10px 10px 0 18px;\n position: absolute;\n top: 0;\n width: 20px;\n}\n.EntertainmentOptionsV2-module_radiocontainer__U83LN .EntertainmentOptionsV2-module_checkmark__BeCUA.EntertainmentOptionsV2-module_disabled__Lf1GV {\n border: 2px solid #b2b2b2;\n}\n\n.EntertainmentOptionsV2-module_radiocontainer__U83LN input {\n cursor: pointer;\n opacity: 0;\n position: absolute;\n}\n\n/* When the radio button is checked, add a blue background */\n.EntertainmentOptionsV2-module_radiocontainer__U83LN input:checked ~ .EntertainmentOptionsV2-module_checkmark__BeCUA {\n background-color: #ffffff;\n border: 2px solid #d9415c;\n}\n.EntertainmentOptionsV2-module_radiocontainer__U83LN input:checked ~ .EntertainmentOptionsV2-module_checkmark__BeCUA:hover {\n border: 2px solid #d9415c;\n}\n.EntertainmentOptionsV2-module_radiocontainer__U83LN input:checked ~ .EntertainmentOptionsV2-module_checkmark__BeCUA:hover:after {\n background: #d9415c;\n}\n\n/* Create the indicator (the dot/circle - hidden when not checked) */\n.EntertainmentOptionsV2-module_checkmark__BeCUA:after {\n content: "";\n display: none;\n position: absolute;\n}\n\n/* Show the indicator (dot/circle) when checked */\n.EntertainmentOptionsV2-module_radiocontainer__U83LN input:checked ~ .EntertainmentOptionsV2-module_checkmark__BeCUA:after {\n display: block;\n}\n\n/* Style the indicator (dot/circle) */\n.EntertainmentOptionsV2-module_radiocontainer__U83LN .EntertainmentOptionsV2-module_checkmark__BeCUA:after {\n background: #d9415c;\n border-radius: 50%;\n height: 10px;\n left: 3px;\n top: 3px;\n width: 10px;\n}');var an="ReactInputSelectV2-module_selectcontainer__neygJ",cn="ReactInputSelectV2-module_downArrowIcon__KGx-5",un="ReactInputSelectV2-module_transform180__XCHJs",sn="ReactInputSelectV2-module_errormessage__FF0WO";g('/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.ReactInputSelectV2-module_selectcontainer__neygJ {\n position: relative;\n}\n.ReactInputSelectV2-module_selectcontainer__neygJ .react-select__control {\n border: 1px solid #b3aeaa !important;\n}\n.ReactInputSelectV2-module_selectcontainer__neygJ .ReactInputSelectV2-module_downArrowIcon__KGx-5 {\n content: "";\n display: inline-block;\n height: 24px;\n width: 24px;\n background: url("/ecom-int/icons/chevron-down.svg") no-repeat;\n background-size: cover;\n background-position: center;\n margin-left: 8px;\n transform: rotate(0);\n transition: transform 0.3s;\n}\n.ReactInputSelectV2-module_selectcontainer__neygJ .ReactInputSelectV2-module_downArrowIcon__KGx-5.ReactInputSelectV2-module_transform180__XCHJs {\n transform: rotate(180deg);\n}\n.ReactInputSelectV2-module_selectcontainer__neygJ .ReactInputSelectV2-module_downArrowIcon__KGx-5:hover {\n cursor: pointer;\n}\n.ReactInputSelectV2-module_selectcontainer__neygJ .ReactInputSelectV2-module_errormessage__FF0WO {\n color: #c60047;\n font-size: 12px;\n line-height: 16px;\n margin-top: 4px;\n}');const mn=e.forwardRef((({name:n,options:t,content:o,isSearchable:l=!0,disableValues:i=[],defaultValue:r="",optionsValue:d="value",optionsLabel:a="label",isDisabled:c=!1,isClearable:u=!0,onChange:s},m)=>{const[p,_]=e.useState(!1),[h,g]=e.useState(r),[f,b]=e.useState(!1),[x,y]=e.useState(!1);Boolean(h)==x&&y(!x);return e.createElement("div",{className:an},e.createElement(v,{className:`react-select-container ${x&&"errorborder"}`,styles:(T=x&&p,{control:e=>Object.assign(Object.assign({},e),T&&{border:"2px solid #C60047 !important"}),valueContainer:e=>Object.assign(Object.assign({},e),!o.label&&{padding:"0px 0px 0px 12px !important"})}),name:n,instanceId:"React-select",classNamePrefix:"react-select",components:{DropdownIndicator:n=>e.createElement(v.components.DropdownIndicator,Object.assign({},n),e.createElement("span",{className:`${cn} ${n.selectProps.menuIsOpen?un:""}`})),IndicatorSeparator:null},value:h,onChange:e=>{g(e),"function"==typeof s&&s(e?{name:n,value:e}:{name:n,value:{[d]:"",[a]:""}})},isClearable:u,placeholder:"",onFocus:()=>b(!0),onBlur:()=>{!p&&_(!0),b(!1)},backspaceRemovesValue:!0,options:t,ref:m,getOptionLabel:e=>e[a],getOptionValue:e=>e[d],isOptionDisabled:e=>i.includes(e[d]),isDisabled:c,isSearchable:l}),e.createElement("label",{className:`${(h&&h[d]&&h[a]||f)&&"activeLabel"} selectcomplabel`},o.label),x&&p&&e.createElement("span",{className:sn},o.errorMessage));var T})),pn=({className:n="",name:t="demo",content:o,checked:l,options:i,setProduct:r,onclick:d,localeID:a,type:c="radio",langSelected:u})=>{var s,m;const[p,v]=e.useState({details:"",included:""}),_="NETFLIX"==(null==o?void 0:o.tvGroup)||"SPORTS"==(null==o?void 0:o.tvGroup),h=e.useMemo((()=>{var e,n;const t=e=>{let n;return null==i||i.map(((t,o)=>{t.name==(null==e?void 0:e.toUpperCase())&&(n=o)})),n};return null!==(n=null!==(e=t(u||a))&&void 0!==e?e:t("de"))&&void 0!==n?n:0}),[i]),g=null==o?void 0:o.productId,[f,b]=e.useState(g);return e.useEffect((()=>{try{const e=null===localStorage||void 0===localStorage?void 0:localStorage.getItem("sbstaticcontent");if(""!==e){const n=e&&JSON.parse(e);v(Object.assign(Object.assign({},p),{details:null==n?void 0:n.details,included:null==n?void 0:n.included}))}}catch(e){}}),[]),e.createElement("label",{className:`${ln} ${n}`,onClick:d},e.createElement("input",{type:c,name:t,value:f,className:`${rn} d-none`,id:"demo1","data-additional":null==o?void 0:o.tvGroup,checked:l,readOnly:!0}),e.createElement("div",{className:`${dn} card card-body`},e.createElement("div",{className:"d-flex"},e.createElement("h4",null,null==o?void 0:o.displayName)),e.createElement("div",{className:"mb-3"},e.createElement(H,{content:null==o?void 0:o.description})),(null===(s=null==o?void 0:o.prodImage)||void 0===s?void 0:s.filename)&&e.createElement("img",{src:null===(m=null==o?void 0:o.prodImage)||void 0===m?void 0:m.filename,height:"",width:"",alt:""}),(null==i?void 0:i.length)>1&&e.createElement("div",{className:"mt-auto"},e.createElement(mn,{content:{label:"",errorMessage:""},options:i,optionsValue:"name",optionsLabel:"value",onChange:e=>{var n,t;const o=e.value.name;if(o){const e=i.filter((e=>e.name==o));r(null===(n=null==e?void 0:e[0])||void 0===n?void 0:n.prod),b(null===(t=null==e?void 0:e[0])||void 0===t?void 0:t.prod)}},isSearchable:!1,isClearable:!1,defaultValue:i[h]})),_&&e.createElement("div",{className:`row w-100 pt-2 ${!((null==i?void 0:i.length)>1)&&"mt-auto"}`},e.createElement("h3",{className:"col-9 mb-0"},null==p?void 0:p.included))))},vn=({content:t,showModal:o,setShowModal:l,setEntertainment:r,setTvChannelName:d,radioValue:a,setRadioValue:c,metadata:u})=>{var s,m,p,v;const _=null==t?void 0:t.ids,[h,g]=e.useState([]),x=null==u?void 0:u.lang,[y,T]=e.useState([]),[E,P]=e.useState({}),w=null===(s=null==f?void 0:f.getInstance())||void 0===s?void 0:s.getSBUrl(),C=null===(m=null==b?void 0:b.getInstance())||void 0===m?void 0:m.getAssetPath(),k=localStorage.getItem("sbstaticcontent"),S=k&&JSON.parse(k),N=["NETFLIX","TVBOX","TVAPP"],V={language:x,type:"B2C"};e.useEffect((()=>{let e="";_.forEach((n=>{e=e+n+","}));const t=`${w}rest/cms/stories/?by_slugs=${e}`,o=[];n.CMSStoryblokServiceV2.get(t,V).then((e=>{var n,t;null===(t=null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.stories)||void 0===t||t.map((e=>{o.push(e)}))})).catch((e=>{console.log(e)})).finally((()=>{B(o)})),g(o)}),[x]),e.useEffect((()=>{a&&h&&h.map((e=>{var n,t,o,l,i,r,c,u,s,m,p,v;(null===(o=null===(t=null===(n=null==e?void 0:e.content)||void 0===n?void 0:n.body)||void 0===t?void 0:t[0])||void 0===o?void 0:o.code)&&(null===(r=null===(i=null===(l=e.content)||void 0===l?void 0:l.body)||void 0===i?void 0:i[0])||void 0===r?void 0:r.code)===a&&d((null===(s=null===(u=null===(c=null==e?void 0:e.content)||void 0===c?void 0:c.body)||void 0===u?void 0:u[0])||void 0===s?void 0:s.displayName)+" "+(null===(v=null===(p=null===(m=null==e?void 0:e.content)||void 0===m?void 0:m.body)||void 0===p?void 0:p[0])||void 0===v?void 0:v.tvLang))}))}),[a]);const L=()=>{l(!1)},I=e=>{c(e.target.value)},D=X,O=e=>{c(e)},B=e=>{const n=[],t=[],o={};let l="";e.map((e=>{var i,r,d,a,c,u,s,m,p,v,_,h,g,f,b,x,y,T,E,P,w,C,k,S;const V=null===(d=null===(r=null===(i=e.content)||void 0===i?void 0:i.body)||void 0===r?void 0:r[0])||void 0===d?void 0:d.tvGroup;(null===(u=null===(c=null===(a=e.content)||void 0===a?void 0:a.body)||void 0===c?void 0:c[0])||void 0===u?void 0:u.isTvGroup)&&!l&&(l=null===(p=null===(m=null===(s=e.content)||void 0===s?void 0:s.body)||void 0===m?void 0:m[0])||void 0===p?void 0:p.code),n.includes(V)||(N.includes(V)||"DE"===(null===(h=null===(_=null===(v=null==e?void 0:e.content)||void 0===v?void 0:v.body)||void 0===_?void 0:_[0])||void 0===h?void 0:h.tvLang))&&(n.push(V),t.push(null===(f=null===(g=null==e?void 0:e.content)||void 0===g?void 0:g.body)||void 0===f?void 0:f[0])),(null===(b=o[V])||void 0===b?void 0:b.length)||(o[V]=[]),o[V].push({name:null===(T=null===(y=null===(x=null==e?void 0:e.content)||void 0===x?void 0:x.body)||void 0===y?void 0:y[0])||void 0===T?void 0:T.tvLang,value:D[null===(w=null===(P=null===(E=null==e?void 0:e.content)||void 0===E?void 0:E.body)||void 0===P?void 0:P[0])||void 0===w?void 0:w.tvLang],prod:null===(S=null===(k=null===(C=null==e?void 0:e.content)||void 0===C?void 0:C.body)||void 0===k?void 0:k[0])||void 0===S?void 0:S.code})})),P(o),""==a&&c(l);const i=t.filter((e=>"NETFLIX"===(null==e?void 0:e.tvGroup))),r=t.indexOf(i[0]),d=t.splice(r,1)[0];t.splice(0,0,d),T(t)};return e.createElement(e.Fragment,null,e.createElement(i.Modal,{contentClassName:on.errormodalbox,show:o,dialogClassName:on.errordialog,onHide:L,centered:!0},e.createElement(i.Modal.Header,{className:on.header,closeButton:!0,onClick:L}),e.createElement("div",{className:on.errorwrapper},e.createElement(i.Modal.Title,{className:on.title},(null===(p=null==t?void 0:t.product)||void 0===p?void 0:p.includes("Netflix"))?null==S?void 0:S.entertainment_prod_modal_head:null==S?void 0:S.choose_tv_box_app),e.createElement("div",null,e.createElement(i.Modal.Body,{className:on.body},y&&y.map(((n,t)=>{var o;let l="",i=!1;const r=null===(o=E[null==n?void 0:n.tvGroup])||void 0===o?void 0:o.reduce(((e,n)=>(i=n.prod==a,i&&(l=n.name.toLowerCase()),e||i)),!1);return e.createElement(pn,{key:t,content:n,value:t,options:E[null==n?void 0:n.tvGroup],setProduct:O,onclick:I,localeID:x,checked:r,langSelected:l})}))))),""!=a&&e.createElement(i.Modal.Footer,{className:on.footer},e.createElement("div",{className:"row w-100"},e.createElement("div",{className:"text-center"},e.createElement("button",{className:`${on.confirmBtn} primarybutton`,onClick:()=>(e=>{var n,o,i,d,a,c,u,s;const m=(h||[]).filter((n=>{var t,o,l;if((null===(l=null===(o=null===(t=null==n?void 0:n.content)||void 0===t?void 0:t.body)||void 0===o?void 0:o[0])||void 0===l?void 0:l.productId)===e)return n})),p={ignoreId:"",selectedEntertainmentProduct:[]};(null===(d=null===(i=null===(o=null===(n=m[0])||void 0===n?void 0:n.content)||void 0===o?void 0:o.body)||void 0===i?void 0:i[0])||void 0===d?void 0:d.productId)&&e!==(null==t?void 0:t.product)&&(p.ignoreId=null==t?void 0:t.product,p.selectedEntertainmentProduct.push({id:null===(s=null===(u=null===(c=null===(a=m[0])||void 0===a?void 0:a.content)||void 0===c?void 0:c.body)||void 0===u?void 0:u[0])||void 0===s?void 0:s.productId,checkVoucher:!1,promoIds:[null==t?void 0:t.promotion]})),r&&r(p),l(!1)})(a)},(null===(v=null==t?void 0:t.product)||void 0===v?void 0:v.includes("Netflix"))?e.createElement(e.Fragment,null,S.confirm_your_choice,e.createElement("img",{className:on["img-tick"],src:`${C}/icons/tick.svg`,height:24,width:24,alt:""})):null==S?void 0:S.continue))))))},_n=({content:n,priceCollection:t,sbStaticConstants:o})=>{const l=null==t?void 0:t.int_fmc,i=null==t?void 0:t.mob_fmc,r=null==t?void 0:t.mob_benefit_category,d=n=>e.createElement("span",{className:Ge.optionwrapper},(null==n?void 0:n.icon)&&e.createElement("img",{src:null==n?void 0:n.icon,width:24,height:24}),e.createElement("span",{className:`${Ge.text} ms-2`},e.createElement(H,{content:null==n?void 0:n.text})));return e.createElement("div",null,e.createElement("div",{className:Ge.optioncontainer},e.createElement("div",{className:Ge.optionlist},(null==n?void 0:n.length)>0&&e.createElement("span",{className:Ge.optiontitle},null==o?void 0:o.benefits),(n||[]).map(((n,t)=>"default"==(null==n?void 0:n.id)||"int_fmc"==(null==n?void 0:n.id)&&l>0&&"FMC"!=r||"multimob_fmc"==(null==n?void 0:n.id)&&i>0&&"MULTIMOBILE"==r||"combi_fmc"==(null==n?void 0:n.id)&&i>0&&"FMC"==r?e.createElement("div",{key:t,className:"d-flex justify-content-between"},e.createElement("span",null,n&&e.createElement("span",{className:"d-flex"},(null==n?void 0:n.text)&&!(null==n?void 0:n.isMMC)&&!(null==n?void 0:n.isMobileFMC)&&e.createElement(e.Fragment,null,d(n)),(null==n?void 0:n.text)&&"MULTIMOBILE"===r&&(null==n?void 0:n.isMMC)&&e.createElement(e.Fragment,null,d(n)),(null==n?void 0:n.text)&&"FMC"===r&&(null==n?void 0:n.isMobileFMC)&&e.createElement(e.Fragment,null,d(n)))),e.createElement("span",null,(null==n?void 0:n.toolTip)&&e.createElement(be,{content:null==n?void 0:n.toolTip,isBenefit:!0}))):"")))))};var hn={giftcontainer:"GiftConfigV2-module_giftcontainer__bUNTl",gifttitle:"GiftConfigV2-module_gifttitle__5SMQP",giftlist:"GiftConfigV2-module_giftlist__dZ-r-",giftsection:"GiftConfigV2-module_giftsection__-QBuQ",gifticon:"GiftConfigV2-module_gifticon__OcniV",giftdescription:"GiftConfigV2-module_giftdescription__5v6-A",description:"GiftConfigV2-module_description__UIoTt",gifttooltip:"GiftConfigV2-module_gifttooltip__1Lq-I",list:"GiftConfigV2-module_list__O4AOP"};g("/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.GiftConfigV2-module_giftcontainer__bUNTl {\n display: flex;\n flex-direction: column;\n border: 1px solid #B6C8C0;\n background: rgba(153, 178, 167, 0.1);\n border-radius: 8px;\n padding: 16px;\n margin: 0 0 10px;\n}\n@media (max-width: 1023px) {\n .GiftConfigV2-module_giftcontainer__bUNTl {\n padding: 10px;\n margin-bottom: 8px;\n }\n}\n.GiftConfigV2-module_giftcontainer__bUNTl .GiftConfigV2-module_gifttitle__5SMQP {\n font-size: 16px;\n line-height: 24px;\n font-weight: bold;\n margin-left: 11px;\n padding-top: 2px;\n}\n.GiftConfigV2-module_giftcontainer__bUNTl .GiftConfigV2-module_giftlist__dZ-r- .GiftConfigV2-module_giftsection__-QBuQ {\n display: flex;\n align-items: center;\n}\n.GiftConfigV2-module_giftcontainer__bUNTl .GiftConfigV2-module_giftlist__dZ-r- .GiftConfigV2-module_gifticon__OcniV {\n position: relative;\n}\n.GiftConfigV2-module_giftcontainer__bUNTl .GiftConfigV2-module_giftlist__dZ-r- .GiftConfigV2-module_giftdescription__5v6-A {\n display: inline-block;\n font-size: 14px;\n line-height: 20px;\n color: #606060;\n margin-left: 8px;\n}\n.GiftConfigV2-module_giftcontainer__bUNTl .GiftConfigV2-module_giftlist__dZ-r- .GiftConfigV2-module_giftdescription__5v6-A .GiftConfigV2-module_description__UIoTt {\n font-weight: 700;\n color: #3d3935;\n}\n.GiftConfigV2-module_giftcontainer__bUNTl .GiftConfigV2-module_giftlist__dZ-r- .GiftConfigV2-module_gifttooltip__1Lq-I {\n float: right;\n position: relative;\n}\n.GiftConfigV2-module_giftcontainer__bUNTl .GiftConfigV2-module_giftlist__dZ-r- .GiftConfigV2-module_list__O4AOP {\n margin-top: 8px;\n}\n@media (min-width: 768px) and (max-width: 1023px) {\n .GiftConfigV2-module_giftcontainer__bUNTl .GiftConfigV2-module_giftlist__dZ-r- .GiftConfigV2-module_list__O4AOP {\n margin: 8px 0;\n }\n}");const gn=({content:n})=>{var t,o,l;return e.createElement("div",null,e.createElement("div",{className:hn.giftcontainer},e.createElement("div",{className:hn.giftlist},(null==n?void 0:n.giftIcon)&&(null===(t=null==n?void 0:n.giftIcon)||void 0===t?void 0:t.filename)&&e.createElement("span",{className:hn.gifticon},e.createElement("img",{src:null===(o=null==n?void 0:n.giftIcon)||void 0===o?void 0:o.filename,width:24,height:24})),e.createElement("span",{className:hn.gifttitle},null==n?void 0:n.title),e.createElement("span",{className:hn.gifttooltip},(null==n?void 0:n.tooltipText)&&e.createElement(be,{content:null==n?void 0:n.tooltipText,isBenefit:!0}))),e.createElement("div",{className:hn.list},e.createElement("div",{className:hn.giftlist},e.createElement("div",{className:hn.giftsection},(null==n?void 0:n.giftIcon)&&e.createElement("span",{className:hn.gifticon},e.createElement("img",{src:null===(l=null==n?void 0:n.giftImage)||void 0===l?void 0:l.filename,width:64,height:64})),e.createElement("div",{className:hn.giftdescription},e.createElement("span",{className:hn.description},null==n?void 0:n.giftName),e.createElement("br",null),e.createElement("span",{className:hn.giftprice},null==n?void 0:n.price)))))))};var fn={giftcontainer:"ChooseGiftV2-module_giftcontainer__Dbb2N",giftlist:"ChooseGiftV2-module_giftlist__DgXih",gifttitle:"ChooseGiftV2-module_gifttitle__zO2X8",gifttooltip:"ChooseGiftV2-module_gifttooltip__gYZ5V",giftsection:"ChooseGiftV2-module_giftsection__4l8rb",giftimagecontainer:"ChooseGiftV2-module_giftimagecontainer__W23p1",giftimg:"ChooseGiftV2-module_giftimg__6S6jb",giftdescription:"ChooseGiftV2-module_giftdescription__S-woF",description:"ChooseGiftV2-module_description__EjBz5",list:"ChooseGiftV2-module_list__Wb9GH"};g("/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.ChooseGiftV2-module_giftcontainer__Dbb2N {\n border: 1px solid #B6C8C0;\n background: rgba(153, 178, 167, 0.1);\n border-radius: 8px;\n padding: 16px;\n margin-bottom: 10px;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftlist__DgXih {\n margin-top: 2px;\n display: flex;\n align-items: center;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftlist__DgXih .ChooseGiftV2-module_gifttitle__zO2X8 {\n font-size: 16px;\n line-height: 24px;\n width: calc(100% - 48px);\n font-weight: bold;\n margin-left: 11px;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftlist__DgXih .ChooseGiftV2-module_gifttooltip__gYZ5V {\n float: right;\n position: relative;\n top: 2px;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftsection__4l8rb {\n margin: 8px 0px 10px 0px;\n display: flex;\n flex-wrap: wrap;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftsection__4l8rb .ChooseGiftV2-module_giftimagecontainer__W23p1 {\n cursor: pointer;\n margin-right: 8px;\n padding: 8px 2px;\n flex-grow: 1;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftsection__4l8rb .ChooseGiftV2-module_giftimagecontainer__W23p1 img {\n display: block;\n margin: 0 auto;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftsection__4l8rb .ChooseGiftV2-module_giftimg__6S6jb {\n border: 2px solid red;\n border-radius: 8px;\n width: fit-content;\n padding: 6px 0;\n box-sizing: border-box;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftdescription__S-woF {\n display: inline-block;\n font-size: 14px;\n line-height: 20px;\n color: #606060;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_giftdescription__S-woF .ChooseGiftV2-module_description__EjBz5 {\n font-weight: 700;\n color: #3d3935;\n}\n.ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_list__Wb9GH {\n margin: 16px 0px;\n}\n@media (min-width: 768px) and (max-width: 1023px) {\n .ChooseGiftV2-module_giftcontainer__Dbb2N .ChooseGiftV2-module_list__Wb9GH {\n margin: 8px 0;\n }\n}");const bn=({content:n,selectedGiftItem:t,parentPoType:o})=>{var l,i,r;const[d,a]=e.useState(0),[c,u]=e.useState(null===(l=null==n?void 0:n.listOfGifts)||void 0===l?void 0:l[0]);return e.useEffect((()=>{var e,l;let i=!1;null===(e=null==n?void 0:n.listOfGifts)||void 0===e||e.map(((e,l)=>{e.is_default&&(u(e),a(l),i=!0,t({tuaProdId:null==e?void 0:e.tuaProdId,giftGroupId:null==n?void 0:n.giftGroupId,parentPoType:o}))})),i||t({tuaProdId:null===(l=null==n?void 0:n.listOfGifts)||void 0===l?void 0:l[0].tuaProdId,giftGroupId:null==n?void 0:n.giftGroupId,parentPoType:o})}),[]),e.createElement("div",null,e.createElement("div",{className:fn.giftcontainer},e.createElement("div",{className:fn.giftlist},e.createElement("span",{className:fn.gifticon},e.createElement("img",{src:null===(i=null==n?void 0:n.giftIcon)||void 0===i?void 0:i.filename,width:24,height:24})),e.createElement("span",{className:fn.gifttitle},null==n?void 0:n.title),e.createElement("div",{className:fn.gifttooltip},e.createElement(be,{content:null==n?void 0:n.tooltipText}))),e.createElement("div",{className:fn.giftsection},null===(r=null==n?void 0:n.listOfGifts)||void 0===r?void 0:r.map(((l,i)=>{var r;return e.createElement("div",{key:i,onClick:()=>((e,l)=>{u(e),a(l),t({tuaProdId:null==e?void 0:e.tuaProdId,giftGroupId:null==n?void 0:n.giftGroupId,parentPoType:o})})(l,i),className:`${fn.giftimagecontainer} ${i===d&&fn.giftimg}`},e.createElement("img",{src:null===(r=l.image)||void 0===r?void 0:r.filename,width:64,height:64}))}))),e.createElement("div",{className:fn.giftdescription},e.createElement("span",{className:fn.description},null==c?void 0:c.title)," ",e.createElement("br",null),e.createElement("span",{className:fn.giftprice},(null==c?void 0:c.description)&&e.createElement(H,{content:null==c?void 0:c.description})))))},xn=(e,n,t)=>{window.dataLayer.push(Object.assign({event:e,event_name:n},t))};var yn="CashbackV2-module_cashbackcontainer__uRM1Z",Tn="CashbackV2-module_cashbackmodule__kYlg6",En="CashbackV2-module_cashbackicon__fDkXT",Pn="CashbackV2-module_cashbackimage__led6d",wn="CashbackV2-module_cashbacktitle__su2j2",Cn="CashbackV2-module_cashbacktooltip__MdcgY",kn="CashbackV2-module_cashbackdescription__-UtWu";g("/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.CashbackV2-module_cashbackcontainer__uRM1Z {\n border: 1px solid #B6C8C0;\n background: rgba(153, 178, 167, 0.1);\n border-radius: 8px;\n box-sizing: border-box;\n padding: 16px;\n align-items: center;\n}\n.CashbackV2-module_cashbackcontainer__uRM1Z .CashbackV2-module_cashbackmodule__kYlg6 {\n font-size: 14px;\n line-height: 20px;\n}\n.CashbackV2-module_cashbackcontainer__uRM1Z .CashbackV2-module_cashbackmodule__kYlg6 .CashbackV2-module_cashbackicon__fDkXT {\n position: relative;\n}\n.CashbackV2-module_cashbackcontainer__uRM1Z .CashbackV2-module_cashbackmodule__kYlg6 .CashbackV2-module_cashbackimage__led6d {\n display: flex;\n align-items: center;\n margin-top: 8px;\n}\n.CashbackV2-module_cashbackcontainer__uRM1Z .CashbackV2-module_cashbacktitle__su2j2 {\n margin-left: 8px;\n font-weight: 700;\n margin-top: 2px;\n color: #3d3935;\n font-size: 16px;\n line-height: 24px;\n}\n.CashbackV2-module_cashbackcontainer__uRM1Z .CashbackV2-module_cashbacktooltip__MdcgY {\n float: right;\n position: relative;\n}\n.CashbackV2-module_cashbackcontainer__uRM1Z .CashbackV2-module_cashbackdescription__-UtWu {\n font-weight: 400;\n color: #5f5955;\n margin-left: 8px;\n}");const Sn=({content:n})=>{var t,o;return e.createElement("div",null,e.createElement("div",{className:`${yn} cashbackv2container`},e.createElement("div",{className:Tn},e.createElement("div",null,e.createElement("span",{className:En},e.createElement("img",{src:null===(t=null==n?void 0:n.icon)||void 0===t?void 0:t.filename,alt:"cashback",width:24,height:24})),e.createElement("span",{className:wn},null==n?void 0:n.title),e.createElement("span",{className:Cn},(null==n?void 0:n.tooltiptext)&&e.createElement(be,{content:null==n?void 0:n.tooltiptext}))),e.createElement("div",{className:Pn},e.createElement("img",{src:null===(o=null==n?void 0:n.image)||void 0===o?void 0:o.filename,alt:"cashback",width:64,height:64}),e.createElement("span",{className:kn},null==n?void 0:n.description)))))},Nn=({content:n,cards:t,metadata:o,indexKey:l,offeringData:i,uniqueId:r,tabIndex:d,lineCheckCallBack:a,sbStaticConstants:u,address:s,eligibleBundle:m,summaryUrl:p,isMobileFlow:v,updatedContent:g,lineTableContent:x})=>{var y,T,E,P,w,C,S,N,V,L,I,D,B,A,R,z,F,G,M,j,U,X,q;const[Y,K]=e.useState({}),[J,ee]=e.useState({}),[ne,oe]=e.useState(),[le,ie]=e.useState(""),[re,de]=e.useState(""),[ae,ce]=e.useState(!1),[ue,se]=e.useState(!1),[me,pe]=e.useState(!1),[ve,_e]=e.useState([]),he=null===(y=null==b?void 0:b.getInstance())||void 0===y?void 0:y.getAssetPath(),[ge,fe]=e.useState(!1),[be,ye]=e.useState(!1),Te=null==Y?void 0:Y.code,we=((null==i?void 0:i[r])||[]).filter((e=>(null==e?void 0:e.id)===Te)),Se=$e(we,v),Ne=null===(T=null==f?void 0:f.getInstance())||void 0===T?void 0:T.getCartUrl(),[Ve,Le]=e.useState(!1);let Ie;if(Y){const e=null==Y?void 0:Y.code;Ie=s&&(null===(E=null==m?void 0:m.eligibleBundle)||void 0===E?void 0:E.includes(e))}const De=void 0!==typeof window&&document.getElementById("reusable-linetable");e.useEffect((()=>{var e,n;const t=null==we?void 0:we.filter((e=>e&&e.id===(null==Y?void 0:Y.code)));se((e=>{let n=!1;return null==e||e.map((e=>{var t;null===(t=null==e?void 0:e.promotionInfo)||void 0===t||t.map((e=>{(null==e?void 0:e.hardwareGift)&&(n=!0)}))})),n})(v?t:null===(e=null==t?void 0:t[0])||void 0===e?void 0:e.bundledOffers)),pe((e=>{let n=!1;return null==e||e.map((e=>{var t;null===(t=null==e?void 0:e.promotionInfo)||void 0===t||t.map((e=>{(null==e?void 0:e.cashBack)&&(n=!0)}))})),n})(v?t:null===(n=null==t?void 0:t[0])||void 0===n?void 0:n.bundledOffers))}),[Y,we]),e.useEffect((()=>{var e,t,o;if(null==n?void 0:n.productStroyObj){const l=((e,n,t)=>{var o,l,i,r,d,a,c,u,s,m,p,v,_,h,g,f,b,x,y,T,E,P,w,C,k,S,N,V,L,I,D,O,B,A,R,z,F,$,W,G,M,j,U,X,q,H,Y,K,Z,J,ee,ne,te,oe,le,ie,re,de,ae,ce,ue,se,me,pe,ve,_e,he,ge,fe,be,xe,ye,Te,Ee,Pe,we;const Ce={displayName:"",description:"",icon:"",code:"",productDetailsModal:[],pageType:"",highlightText:"",promoID:"",productConfig:[],entitlementConfig:[],benefitsSection:[],serviceOptions:{avalaible:!1,promotion:"",ids:new Set,product:"",radioValue:"",tvChannelName:"",poType:""},countryListUrl:"",promoObj:[],addSmartPhone:[],promoText:"",priceDisplayText:"",cardImg:"",bestSellerColor:""},ke=n?null==e?void 0:e.productStroyObj.stroy:null==e?void 0:e.productStroyObj;if(Ce.displayName=null===(i=null===(l=null===(o=null==ke?void 0:ke.content)||void 0===o?void 0:o.body)||void 0===l?void 0:l[0])||void 0===i?void 0:i.displayName,Ce.code=null===(a=null===(d=null===(r=null==ke?void 0:ke.content)||void 0===r?void 0:r.body)||void 0===d?void 0:d[0])||void 0===a?void 0:a.code,Ce.highlightText=null==e?void 0:e.highlightText,Ce.promoText=null===(s=null===(u=null===(c=null==ke?void 0:ke.content)||void 0===c?void 0:c.body)||void 0===u?void 0:u[0])||void 0===s?void 0:s.promoText,Ce.cardImg=null===(_=null===(v=null===(p=null===(m=null==ke?void 0:ke.content)||void 0===m?void 0:m.body)||void 0===p?void 0:p[0])||void 0===v?void 0:v.img)||void 0===_?void 0:_.filename,null==e?void 0:e.promStroyObj){const t={};Ce.promoID=null===(h=null==e?void 0:e.promStroyObj)||void 0===h?void 0:h.prom,Ce.serviceOptions.promotion=null===(g=null==e?void 0:e.promStroyObj)||void 0===g?void 0:g.prom;const o=null===(f=null==e?void 0:e.promStroyObj)||void 0===f?void 0:f.stroy,l=null==o?void 0:o.content;if(l&&(null==l?void 0:l.promoDescription)&&(null==l?void 0:l.promoDescription.length)>0)for(let o=0;o<l.promoDescription.length;o++){const i=l.promoDescription[o];if(e.promStroyObj.prom===i.parent_promo_id){t.promotion=null==i?void 0:i.parent_promo_id,t.description=null==i?void 0:i.description,t.isPricingPromo=!1,t.isGiftPromo=!1,t.isDefault=null===(b=null==e?void 0:e.promStroyObj)||void 0===b?void 0:b.isDefault,t.displayText=null==i?void 0:i.displayText,t.bestSellerColor=null==i?void 0:i.bestSellerColor,t.cashback=null==i?void 0:i.cashback,i.type.includes("pricing")?t.isPricingPromo=!0:i.type.includes("gift")&&(t.isGiftPromo=!0,t.giftConfig=null==i?void 0:i.giftConfig,t.giftConfigV2=null==i?void 0:i.giftConfigV2,t.parentPoType=n?"MOBILE":"HOME"),!(null==t?void 0:t.isPricingPromo)&&!(null==t?void 0:t.isGiftPromo)||(null===(x=null==e?void 0:e.products)||void 0===x?void 0:x.dontShowPromotion)||(Ce.priceDisplayText=null==i?void 0:i.displayText,Ce.bestSellerColor=null==i?void 0:i.bestSellerColor);break}}Ce.promoObj.push(t)}if(n){if(Ce.description=null===(J=null===(Z=null===(K=null==ke?void 0:ke.content)||void 0===K?void 0:K.body)||void 0===Z?void 0:Z[0])||void 0===J?void 0:J.introText,Ce.productDetailsModal=null===(te=null===(ne=null===(ee=null==ke?void 0:ke.content)||void 0===ee?void 0:ee.body)||void 0===ne?void 0:ne[0])||void 0===te?void 0:te.subscriptionDetailModal,Ce.icon=null===(re=null===(ie=null===(le=null===(oe=null==ke?void 0:ke.content)||void 0===oe?void 0:oe.body)||void 0===le?void 0:le[0])||void 0===ie?void 0:ie.prodImage)||void 0===re?void 0:re.filename,Ce.pageType="MOBILE",Ce.countryListUrl={reference:null===(ue=null===(ce=null===(ae=null===(de=null==ke?void 0:ke.content)||void 0===de?void 0:de.body)||void 0===ae?void 0:ae[0])||void 0===ce?void 0:ce.countryList)||void 0===ue?void 0:ue.cached_url},(null===(pe=null===(me=null===(se=null==ke?void 0:ke.content.body)||void 0===se?void 0:se[0])||void 0===me?void 0:me.entitlementConfig)||void 0===pe?void 0:pe.length)>0){const e=[];null===(he=null===(_e=null===(ve=null==ke?void 0:ke.content.body)||void 0===ve?void 0:ve[0])||void 0===_e?void 0:_e.entitlementConfig)||void 0===he||he.map((n=>{var t;const o={icon:null===(t=null==n?void 0:n.entitlementIcon)||void 0===t?void 0:t.filename,name:null==n?void 0:n.entitlementName,description:null==n?void 0:n.entitlementDescription,tooltip:null==n?void 0:n.tooltip,linkText:null==n?void 0:n.linkText,includeDescription:null==n?void 0:n.includeDescription};e.push(o)})),Ce.productConfig=e}if((null===(xe=null===(be=null===(fe=null===(ge=null==ke?void 0:ke.content)||void 0===ge?void 0:ge.body)||void 0===fe?void 0:fe[0])||void 0===be?void 0:be.extraOptions)||void 0===xe?void 0:xe.length)>0){const e=[];null===(Pe=null===(Ee=null===(Te=null===(ye=null==ke?void 0:ke.content)||void 0===ye?void 0:ye.body)||void 0===Te?void 0:Te[0])||void 0===Ee?void 0:Ee.extraOptions)||void 0===Pe||Pe.map((n=>{var t;const o={icon:null===(t=null==n?void 0:n.entitlementIcon)||void 0===t?void 0:t.filename,id:"default",text:null==n?void 0:n.entitlementName,toolTip:null==n?void 0:n.tooltip,isMMC:null==n?void 0:n.isMMC,isMobileFMC:null==n?void 0:n.isFMC};null==e||e.push(o)})),Ce.benefitsSection=e}(null===(we=null==t?void 0:t.addSmartphone)||void 0===we?void 0:we.length)>0&&(Ce.addSmartPhone=null==t?void 0:t.addSmartphone)}else{const e=["NETFLIX","SPORTS"];if(Ce.description=null===(E=null===(T=null===(y=null==ke?void 0:ke.content)||void 0===y?void 0:y.body)||void 0===T?void 0:T[0])||void 0===E?void 0:E.description,Ce.productDetailsModal=null===(C=null===(w=null===(P=null==ke?void 0:ke.content)||void 0===P?void 0:P.body)||void 0===w?void 0:w[0])||void 0===C?void 0:C.productDetailsModal,Ce.pageType="HOME",(null===(V=null===(N=null===(S=null===(k=null==ke?void 0:ke.content)||void 0===k?void 0:k.body)||void 0===S?void 0:S[0])||void 0===N?void 0:N.products)||void 0===V?void 0:V.length)>0){const n=Q(null===(D=null===(I=null===(L=null==ke?void 0:ke.content)||void 0===L?void 0:L.body)||void 0===I?void 0:I[0])||void 0===D?void 0:D.products);if((null==n?void 0:n.length)>0){const t=[],o=[];null==n||n.map((n=>{var l,i,r,d;const a=null===(l=null==n?void 0:n.bundleConfig)||void 0===l?void 0:l[0],c={icon:null===(i=null==a?void 0:a.bundleIcon)||void 0===i?void 0:i.filename,name:(null==a?void 0:a.bundleDisplayName)?null==a?void 0:a.bundleDisplayName:n.displayName,description:(null==a?void 0:a.description)?null==a?void 0:a.description:n.description,tooltip:null==n?void 0:n.toolTipText,linkText:n.linkText,includeDescription:null==a?void 0:a.includeDescription,includeEntitlement:null==a?void 0:a.includeEntitlement,poType:null==n?void 0:n.poType};(null==a?void 0:a.includeEntitlement)&&(null===(r=null==n?void 0:n.entitlementConfig)||void 0===r?void 0:r.length)>0&&(null===(d=null==n?void 0:n.entitlementConfig)||void 0===d||d.map((e=>{var n;null===(n=null==e?void 0:e.entitlementValues)||void 0===n||n.map((e=>{var n;const t={icon:null===(n=null==e?void 0:e.icon)||void 0===n?void 0:n.filename,toolTip:null==e?void 0:e.toolTipText,entitlement:null==e?void 0:e.value,disabled:null==e?void 0:e.disabled};null==o||o.push(t)}))}))),null==t||t.push(c),"TV"===(null==n?void 0:n.poType)&&e.includes(null==n?void 0:n.tvGroup)&&(Ce.serviceOptions.poType="TV",Ce.serviceOptions.radioValue=null==n?void 0:n.code,"NETFLIX"==(null==n?void 0:n.tvGroup)?Ce.serviceOptions.tvChannelName="Netflix":"SPORTS"==(null==n?void 0:n.tvGroup)?Ce.serviceOptions.tvChannelName=(null==n?void 0:n.displayName)+" "+(null==n?void 0:n.tvLang):Ce.serviceOptions.tvChannelName="TV Box",Ce.serviceOptions.avalaible=!0,Ce.serviceOptions.product=null==n?void 0:n.code,Ce.serviceOptions.ids.add(null==n?void 0:n.tvGroupProdPath))})),Ce.productConfig=t,Ce.entitlementConfig=o}}if((null===(R=null===(A=null===(B=null===(O=null==ke?void 0:ke.content)||void 0===O?void 0:O.body)||void 0===B?void 0:B[0])||void 0===A?void 0:A.benefitsSection)||void 0===R?void 0:R.length)>0){const e=[];null===(W=null===($=null===(F=null===(z=null==ke?void 0:ke.content)||void 0===z?void 0:z.body)||void 0===F?void 0:F[0])||void 0===$?void 0:$.benefitsSection)||void 0===W||W.map((n=>{var t;const o={icon:null===(t=null==n?void 0:n.icon)||void 0===t?void 0:t.filename,id:null==n?void 0:n.id,text:null==n?void 0:n.text,toolTip:null==n?void 0:n.tooltip};null==e||e.push(o)})),Ce.benefitsSection=e}(null===(U=null===(j=null===(M=null===(G=null==ke?void 0:ke.content)||void 0===G?void 0:G.body)||void 0===M?void 0:M[0])||void 0===j?void 0:j.addnEntitlements)||void 0===U?void 0:U.length)>0&&(null===(Y=null===(H=null===(q=null===(X=null==ke?void 0:ke.content)||void 0===X?void 0:X.body)||void 0===q?void 0:q[0])||void 0===H?void 0:H.addnEntitlements)||void 0===Y||Y.map((e=>{var n,t,o,l;const i={icon:null===(n=null==e?void 0:e.icon)||void 0===n?void 0:n.filename,name:null==e?void 0:e.text,description:null==e?void 0:e.description,tooltip:null==e?void 0:e.toolTip,linkText:null==e?void 0:e.linkText,includeDescription:null!==(t=null==e?void 0:e.includeDescription)&&void 0!==t&&t,includeEntitlement:null!==(o=null==e?void 0:e.includeEntitlement)&&void 0!==o&&o};(null===(l=Ce.productConfig)||void 0===l?void 0:l.length)>0?Ce.productConfig.push(i):Ce.productConfig=i})))}return Ce})(n,v,g);"TV"===(null===(e=null==l?void 0:l.serviceOptions)||void 0===e?void 0:e.poType)&&(de(null===(t=null==l?void 0:l.serviceOptions)||void 0===t?void 0:t.radioValue),ie(null===(o=null==l?void 0:l.serviceOptions)||void 0===o?void 0:o.tvChannelName)),K(l),ee(l)}}),[n]),e.useEffect((()=>(setTimeout((()=>{Be()}),100),null===window||void 0===window||window.addEventListener("load",Be),null===window||void 0===window||window.addEventListener("resize",Be),()=>{window.removeEventListener("resize",Be),window.removeEventListener("load",Be)})),[Y,Se]);const Oe=()=>{var e;(null===(e=null==Y?void 0:Y.serviceOptions)||void 0===e?void 0:e.avalaible)&&ce(!0)},Be=()=>{k(`headingV3${d}`,t),k(`descriptionV3${d}`,t),k(`titleV3${d}`,t),k(`detailsectionv3${d}`,t),k(`product-configv3${d}`,t),k(`gift-section${d}`,t),k(`cashback-section${d}`,t),k(`benefits-section${d}`,t),k(`order-section${d}`,t),k(`price-section${d}`,t),k(`benefits-price-section${d}`,t),k(`contract-section${d}`,t)};let ze=void 0!==typeof window&&c.get("sunriseAuth");ze=ze&&JSON.parse(ze);const We=()=>{Le(!1);!(!(null==x?void 0:x.enableExistingCustomer)||null!=ze)?ye(!0):Ge()},Ge=()=>{var e;if(Le(!1),"MOBILE"===(null==Y?void 0:Y.pageType))fe(!0),0!==(null===(e=Object.keys(i))||void 0===e?void 0:e.length)&&te(we,"",(null==Se?void 0:Se.promoID)?null==Se?void 0:Se.promoID:W,Ne,"mobile",ve).then((e=>{c.remove("one-commerce-cartId",{path:"/"}),c.set("one-commerce-cartId",null==e?void 0:e.id,{path:"/"}),c.set("cartProduct",null==Y?void 0:Y.code,{path:"/"}),Re(xe,we,"",Ce),window.location.href=p})).catch((e=>{console.log(e),fe(!1)})).finally((()=>{fe(!1)}));else{const e=c.get("one-commerce-linecheckcorrelationid"),n=null==Y?void 0:Y.code;m&&s&&e?(fe(!0),0!==we.length&&te(we,re,(null==Se?void 0:Se.promoID)?null==Se?void 0:Se.promoID:$,Ne,"fixnet",ve).then((e=>{c.remove("one-commerce-cartId",{path:"/"}),c.set("one-commerce-cartId",null==e?void 0:e.id,{path:"/"}),c.set("cartProduct",n,{path:"/"}),c.remove("landline"),Re(xe,we,"",Ce),window.location.href=p})).catch((e=>{console.log(e)})).finally((()=>{fe(!1)}))):a()}},je=0===(null===(P=Object.keys(Y))||void 0===P?void 0:P.length),qe=()=>{var e,n,t,o;const l=(null==Se?void 0:Se.promoID)?null==Se?void 0:Se.promoID:W;let r="";r=`?componentCode=&productType=subscription&segmentCode=RC&prefPromo=${null!=l?l:""}&productCode=${null!==(e=null==Y?void 0:Y.code)&&void 0!==e?e:""}`,window.location.href=(null===(o=null===(t=null===(n=null==Y?void 0:Y.addSmartPhone)||void 0===n?void 0:n[0])||void 0===t?void 0:t.buttonLink)||void 0===o?void 0:o.cached_url)+r,He(Y,l,i),xn(Pe,ke,Ae(we,"",Ce)),Re(xe,we,"",Ce)},He=(e,n,t)=>{var o,l,i,d,a,c,u,s,m,p,v,_,h,g,f,b;const x=null===(o=null==t?void 0:t[r])||void 0===o?void 0:o.filter((n=>(null==n?void 0:n.id)===(null==e?void 0:e.code))),y=null!==(a=null===(d=null===(i=null===(l=null==x?void 0:x[0])||void 0===l?void 0:l.prices)||void 0===i?void 0:i[0])||void 0===d?void 0:d.value)&&void 0!==a?a:0,T=null!==(m=null===(s=null===(u=null===(c=null==x?void 0:x[0])||void 0===c?void 0:c.derivedPrice)||void 0===u?void 0:u[0])||void 0===s?void 0:s.value)&&void 0!==m?m:0,E=null!==(_=null===(v=null===(p=null==e?void 0:e.promotionInfo)||void 0===p?void 0:p[0])||void 0===v?void 0:v.contractDuration)&&void 0!==_?_:0,P=null!==(f=null===(g=null===(h=null==e?void 0:e.promotionInfo)||void 0===h?void 0:h[0])||void 0===g?void 0:g.campaignDuration)&&void 0!==f?f:0,w={mobileSubscription:null!==(b=null==e?void 0:e.code)&&void 0!==b?b:"",mobileSubscriptionPrice:T>0?T:y,mobileSubscriptionPromo:n,subGroup:"MOBILE",duration:Number(P>0?P:E),basePrice:y,withoutPromo:!1};void 0!==typeof window&&sessionStorage.setItem("one-ecommerce-mobileSummary",JSON.stringify(w))},Ye=e=>{const n=ve.findIndex((n=>e.giftGroupId===n.giftGroupId)),t=ve;-1===n?t.push(e):t[n]=e,_e([...t])};return e.createElement(e.Fragment,null,ge&&De&&h.createPortal(e.createElement(Z,{keyParams:"loading"}),De),je&&e.createElement("div",{className:"w-75 pb-2"},e.createElement(Ue,null)),!je&&m&&n&&s&&!v&&e.createElement("div",{className:Fe.selected},e.createElement("span",{style:{paddingBottom:"10px"}},Ie?e.createElement("span",{className:Fe.activeicon},e.createElement("img",{src:`${he}/icons/lineCheck-success.svg`,alt:"",width:24,height:24,className:Fe.activeicon}),e.createElement("span",null,null==u?void 0:u.subscriptionAvalTxt)):e.createElement("span",{className:Fe.inactiveicon},e.createElement("img",{src:`${he}/icons/cross_disabled.svg`,alt:"",width:24,height:24,className:Fe.inactiveicon}),e.createElement("span",null,null==u?void 0:u.notSubscriptionTxt)))),e.createElement("div",{className:`${v||!1!==Ie?"":Fe.overlay}`,style:{flexDirection:"column"}},e.createElement("div",{className:`${v?Fe.mobilecard:""} ${Fe.bundleproductcard} ${Fe.productcontainer} ${(null===(w=null==Y?void 0:Y.highlightText)||void 0===w?void 0:w.length)>0&&Fe.highlightBorder}`},(null===(C=null==Y?void 0:Y.highlightText)||void 0===C?void 0:C.length)>0&&e.createElement("div",{className:`${Fe.highlightText}`},null==Y?void 0:Y.highlightText),(null===(S=null==Y?void 0:Y.priceDisplayText)||void 0===S?void 0:S.length)>0&&e.createElement("div",{className:`${Fe.promocontainer}`,style:{background:null==Y?void 0:Y.bestSellerColor}},null==Y?void 0:Y.priceDisplayText," "),e.createElement("div",null,e.createElement("div",{className:`${Fe.detailsection}`,id:`detailsectionv3${d}${l}`},e.createElement("div",{className:`${Fe.headersection}`},e.createElement("div",{className:`${Fe.titlesection}`},e.createElement("div",{className:`${Fe.productheader}`,id:`titleV3${d}${l}`},null==Y?void 0:Y.displayName),e.createElement("div",null,(null==Y?void 0:Y.icon)&&e.createElement("img",{className:`${Fe.imagecontainer}`,src:null==Y?void 0:Y.icon,height:15,width:20}))),e.createElement("div",{className:`${Fe.productdescription}`,id:`descriptionV3${d}${l}`},e.createElement(H,{content:null==Y?void 0:Y.description})),e.createElement("div",{className:`${Fe.images}`},(null==J?void 0:J.cardImg)&&e.createElement("img",{className:`${Fe.imagespace} ${(null===(N=null==Y?void 0:Y.highlightText)||void 0===N?void 0:N.length)>0&&Fe.borderimage}`,alt:"cardimg",src:null==J?void 0:J.cardImg}))),e.createElement("div",{className:`${Fe.productconfig}`,id:`product-configv3${d}${l}`},je?e.createElement(e.Fragment,null,e.createElement("div",{className:Fe.space}),e.createElement(Ue,{stylename:Fe.skeletontittle,count:1}),e.createElement(Ue,{stylename:Fe.skeletonline,count:5}),e.createElement("div",{className:Fe.space}),e.createElement(Ue,{stylename:Fe.skeletontittle,count:1}),e.createElement(Ue,{stylename:Fe.skeletonline,count:5})):e.createElement("div",null,(null==Y?void 0:Y.productConfig)&&(null===(V=null==Y?void 0:Y.productConfig)||void 0===V?void 0:V.map(((n,l)=>e.createElement(Me,{content:Object.assign(Object.assign({},n),{tvChannelName:le,entertainOption:ne}),entitlementConfig:null==Y?void 0:Y.entitlementConfig,indexKey:l,listlength:t,showModalPopup:Oe,sbStaticConstants:u,tabIndex:d,countryList:null==Y?void 0:Y.countryListUrl,metadata:o}))))))),e.createElement("div",{className:`${Fe.detailsection}`,id:`benefits-price-section${d}${l}`},e.createElement("div",{className:`${Fe.benefitssection}`,id:`benefits-section${d}${l}`},(null===(L=null==Y?void 0:Y.benefitsSection)||void 0===L?void 0:L.length)>0&&e.createElement(_n,{content:null==Y?void 0:Y.benefitsSection,priceCollection:Se,sbStaticConstants:u})),e.createElement("br",null),e.createElement("div",{className:`${Fe.giftsection}`,id:`gift-section${d}${l}`},e.createElement("div",null,null===(I=null==Y?void 0:Y.promoObj)||void 0===I?void 0:I.map(((n,t)=>{var o,i,r;return e.createElement("div",{key:t},e.createElement("div",null,(null==n?void 0:n.isGiftPromo)&&ue&&(null===(o=null==n?void 0:n.giftConfig)||void 0===o?void 0:o.map(((n,t)=>e.createElement(gn,{content:n,key:t}))))),e.createElement("div",null,(null==n?void 0:n.isGiftPromo)&&ue&&(null===(i=null==n?void 0:n.giftConfigV2)||void 0===i?void 0:i.map(((t,o)=>e.createElement(bn,{content:t,key:o,selectedGiftItem:Ye,parentPoType:null==n?void 0:n.parentPoType}))))),e.createElement("div",{className:`${Fe.giftsection}`,id:`cashback-section${d}${l}`},(null==n?void 0:n.cashback)&&me&&(null===(r=null==n?void 0:n.cashback)||void 0===r?void 0:r.map(((n,t)=>e.createElement(Sn,{content:n,key:t}))))))})))),e.createElement("div",{className:`${Fe.ordersection} `,id:`order-section${d}${l}`},""===(null==Se?void 0:Se.base)?e.createElement("div",null,e.createElement(Ue,{stylename:Fe.skeletontittle})):e.createElement("div",{className:`${Fe.flexgrid} ${Fe.pricesection} `,id:`price-section${d}${l}`},e.createElement(Xe,{content:Y,priceCollection:Se,toggleSwitch:!1,sbStaticConstants:u}))," ",e.createElement("div",{className:`${(null==g?void 0:g.swapButton)&&Fe.swapButton}`},e.createElement("div",{style:{padding:"16px 0"}},e.createElement(nn,{content:n,sbStaticConstants:u,isAvailable:Ie,showPrice:Se,isSkeletonLoading:je,isMobileFlow:v,createCartCall:v?We:Ge,address:s,updatedContent:g})),e.createElement("div",{className:Fe.productcontractduration,id:`contract-section${d}${l}`},(null==Se?void 0:Se.contractDuration)?O(null===(D=null==u?void 0:u.minContractDuration)||void 0===D?void 0:D.substring(1),[null==Se?void 0:Se.contractDuration]):null==u?void 0:u.simo_no_contract_term),(null===(B=null==Y?void 0:Y.addSmartPhone)||void 0===B?void 0:B.length)>0&&e.createElement("div",{style:{textAlign:"center",padding:"4px"}},(null==g?void 0:g.swapButton)&&v?(null==g?void 0:g.ctaLabel)&&e.createElement("div",{style:{padding:"16px 0"}},e.createElement("button",{className:"primarybutton",onClick:()=>qe()},e.createElement("span",{className:Fe.buttontext},null==g?void 0:g.ctaLabel))):e.createElement("span",{className:`${Fe.productdetailslink} ${Fe.addsmartphone}`},e.createElement("div",null,e.createElement("span",null,(null===(z=null===(R=null===(A=null==Y?void 0:Y.addSmartPhone)||void 0===A?void 0:A[0])||void 0===R?void 0:R.buttonIcon)||void 0===z?void 0:z.filename)&&e.createElement("img",{src:null===(M=null===(G=null===(F=null==Y?void 0:Y.addSmartPhone)||void 0===F?void 0:F[0])||void 0===G?void 0:G.buttonIcon)||void 0===M?void 0:M.filename,width:12,height:18,alt:"icon"})),e.createElement("span",null,e.createElement("a",{onClick:()=>qe()},null===(U=null===(j=null==Y?void 0:Y.addSmartPhone)||void 0===j?void 0:j[0])||void 0===U?void 0:U.buttonLabel)))))),e.createElement("div",{style:{textAlign:"center",padding:"4px"}},(null==Y?void 0:Y.productDetailsModal)&&e.createElement("span",{className:Fe.productdetailslink,onClick:()=>{Le(!Ve),xn(Pe,Ee,Ae(we,"",Ce))}},null==u?void 0:u.product_details_link)),Ve&&e.createElement(e.Fragment,null,e.createElement(tn,{products:null==Y?void 0:Y.productDetailsModal,showProductDetail:Ve,setShowProductDetail:Le,content:n,priceCollection:Se,addToCart:Object.assign(Object.assign({},n),{isSkeletonLoading:je,isAvailable:Ie,isMobileFlow:v,address:s}),sbStaticConstants:u,createCartCall:v?We:Ge,contractDuration:null==Se?void 0:Se.contractDuration})))),ae&&(je?e.createElement(Ue,null):e.createElement(vn,{key:null==Y?void 0:Y.code,content:null==Y?void 0:Y.serviceOptions,setShowModal:ce,uniqueId:r,setEntertainment:oe,setTvChannelName:ie,code:null==Y?void 0:Y.code,showModal:ae,radioValue:re,setRadioValue:de,metadata:o}))))),be&&(null===(X=null==x?void 0:x.loginData)||void 0===X?void 0:X.length)>0&&De&&h.createPortal(e.createElement(_.LoginModalV2,{content:null===(q=null==x?void 0:x.loginData)||void 0===q?void 0:q[0],closeLogin:()=>{ye(!1)},metadata:o,onSuccess:()=>{ye(!1),Ge()}}),De))},Vn=({content:t,metadata:o,activeIndex:l,lineCheckCallBack:i,sbStaticConstants:r,address:d,eligibleBundle:a,setGenericErrorModalDetails:u,loginSuccess:s})=>{var m,p,v,_,h;const g=null==o?void 0:o.lang,[b,x]=e.useState(),y=null==t?void 0:t._uid,[T,E]=e.useState([]),P=[],w=new Map,C={language:g,type:"B2C"},S={},N=I(),V=null===(m=null==f?void 0:f.getInstance())||void 0===m?void 0:m.getSBUrl(),L=null===(p=null==f?void 0:f.getInstance())||void 0===p?void 0:p.getBaseUrl(),D=null===(_=null===(v=null==t?void 0:t.lineTableContent)||void 0===v?void 0:v.summaryPageUri)||void 0===_?void 0:_.cached_url,[O,B]=e.useState(!1);let A=void 0!==typeof window&&c.get("sunriseAuth");A=A&&JSON.parse(A);const R=()=>{var e,n,o,l,i;const r=[],d=null===(e=null==t?void 0:t.lineTableContent)||void 0===e?void 0:e.enableExistingCustomer,a=null===(n=null==t?void 0:t.lineTableContent)||void 0===n?void 0:n.subscriptionType,c=null==t?void 0:t.isReturnPromo;if(((e,n)=>{n.map((n=>{var t,o,l,i,r;const d={id:"",promoIds:[]},a=null===(t=null==n?void 0:n.products)||void 0===t?void 0:t.home_parent_promo_id,c=null===(o=null==n?void 0:n.products)||void 0===o?void 0:o.mob_parent_promo_id;d.id=null===(l=null==n?void 0:n.products)||void 0===l?void 0:l.product_id,a&&!(null===(i=null==d?void 0:d.promoIds)||void 0===i?void 0:i.includes(a))&&d.promoIds.push(a),c&&!(null===(r=null==d?void 0:d.promoIds)||void 0===r?void 0:r.includes(c))&&d.promoIds.push(c),e.push(d)}))})(r,(null==t?void 0:t.productList)||[]),((null==t?void 0:t.tabIndex)===(null==t?void 0:t.activeIndex)&&!(null==b?void 0:b[y])||(null==t?void 0:t.tabIndex)===(null==t?void 0:t.activeIndex)&&s)&&(null==t?void 0:t.dynamicProductOffer))try{null===(o=oe(r,null==t?void 0:t._uid,L,d,a,c))||void 0===o||o.then((e=>{x(e),u({showPopup:!1})})).catch((e=>{var n,o;console.log("error---\x3e",e),u({showPopup:!0,content:null===(o=null===(n=null==t?void 0:t.lineTableContent)||void 0===n?void 0:n.telesalesBlok)||void 0===o?void 0:o[0]})}))}catch(e){console.log("error---\x3e",e),u({showPopup:!0,content:null===(i=null===(l=null==t?void 0:t.lineTableContent)||void 0===l?void 0:l.telesalesBlok)||void 0===i?void 0:i[0]})}};e.useEffect((()=>{l!=(null==t?void 0:t.tabIndex)&&l||R()}),[null==t?void 0:t.activeIndex]),e.useEffect((()=>{if(((null==t?void 0:t.productList)||[]).forEach((e=>{var n,o,l,i,r,d,a,c,u;w.get(null===(n=null==e?void 0:e.products)||void 0===n?void 0:n.product_story_uuid)||w.set(null===(o=null==e?void 0:e.products)||void 0===o?void 0:o.product_story_uuid,{k:0,prod_id:null==e?void 0:e.products.product_id,showPromotion:null===(l=null==e?void 0:e.products)||void 0===l?void 0:l.dontShowPromotion}),w.get(null===(i=null==e?void 0:e.products)||void 0===i?void 0:i.home_promo_story_uuid)||w.set(null===(r=null==e?void 0:e.products)||void 0===r?void 0:r.home_promo_story_uuid,{k:0}),"4P"!==(null==t?void 0:t.pageType)&&"MOBILE"!==(null==t?void 0:t.pageType)||!(null===(d=null==e?void 0:e.products)||void 0===d?void 0:d.mob_promo_story_uuid)||""===(null===(a=null==e?void 0:e.products)||void 0===a?void 0:a.mob_promo_story_uuid)||(null==w?void 0:w.has(null===(c=null==e?void 0:e.products)||void 0===c?void 0:c.mob_promo_story_uuid))||null==w||w.set(null===(u=null==e?void 0:e.products)||void 0===u?void 0:u.mob_promo_story_uuid,{k:0}),P.push(e)})),"MOBILE"===(null==t?void 0:t.pageType)&&B(!0),w.size>0){let e="";for(const[n,t]of w.entries())0==t.k&&(e=e+n+",",t.k=1);const o=V+`rest/cms/stories/?by_uuids=${e}`;n.CMSStoryblokServiceV2.get(o,C).then((e=>{var n,t;null===(t=null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.stories)||void 0===t||t.map((e=>{w.get(null==e?void 0:e.uuid).stroy=e}))})).catch((e=>{console.log(e)})).finally((()=>{const e=[];if(P.length>0)if("MOBILE"!==(null==t?void 0:t.pageType)){const t=new Map;if(null==P||P.map((e=>{var n,o,l,i,r,d;const a=null===(o=w.get(null===(n=null==e?void 0:e.products)||void 0===n?void 0:n.product_story_uuid))||void 0===o?void 0:o.stroy;if((null==a?void 0:a.content)&&(null===(l=null==a?void 0:a.content)||void 0===l?void 0:l.body)&&(null===(i=null==a?void 0:a.content)||void 0===i?void 0:i.body[0])){const e=null===(d=null===(r=null==a?void 0:a.content)||void 0===r?void 0:r.body[0])||void 0===d?void 0:d.products;null==e||e.map((e=>{t.get(null==e?void 0:e.listProduct)||t.set(null==e?void 0:e.listProduct,{k:0,prod_id:null==e?void 0:e.listProduct,order:null==e?void 0:e.order})}))}})),t.size>0){let o="";for(const[e,n]of t.entries())0==n.k&&(o=o+e+",",n.k=1);const l=V+`rest/cms/stories/?by_uuids=${o}`;n.CMSStoryblokServiceV2.get(l,C).then((e=>{var n;null===(n=e.data.stories)||void 0===n||n.map((e=>{var n,o;const l=t.get(e.uuid);l.storyBody=(null===(o=null===(n=null==e?void 0:e.content)||void 0===n?void 0:n.body)||void 0===o?void 0:o[0])||null,l.storyBody.default_full_slug=null==e?void 0:e.default_full_slug,l.storyBody.slug=null==e?void 0:e.slug}))})).catch((e=>{console.log(e)})).finally((()=>{null==P||P.map((n=>{var o,l,i,r,d,a,c,u;const s=null===(l=w.get(null===(o=null==n?void 0:n.products)||void 0===o?void 0:o.product_story_uuid))||void 0===l?void 0:l.stroy;if((null==s?void 0:s.content)&&(null===(i=null==s?void 0:s.content)||void 0===i?void 0:i.body)&&(null===(r=null==s?void 0:s.content)||void 0===r?void 0:r.body[0])){const e=null===(d=null==s?void 0:s.content)||void 0===d?void 0:d.body[0],n=[],o=null==e?void 0:e.products;null==o||o.map((e=>{var o;const l=null===(o=t.get(null==e?void 0:e.listProduct))||void 0===o?void 0:o.storyBody;if(n.push(Object.assign({},e,{cProd:l})),l){const e=(null==l?void 0:l.poType)?null==l?void 0:l.poType:null==l?void 0:l.subGroup;if(!S[e]){let n=null==l?void 0:l.slug;"TV"!==e||"NETFLIX"!==(null==l?void 0:l.tvGroup)&&"PREMIUM"!==(null==l?void 0:l.tvGroup)&&"SPORTS"!==(null==l?void 0:l.tvGroup)?"TV"!==e||"TVBOX"!==(null==l?void 0:l.tvGroup)&&"TVAPP"!==(null==l?void 0:l.tvGroup)||(n="tvboxorapp/"+n):n="entertainment/"+n;const t=null==l?void 0:l.default_full_slug.replace(n,"");S[e]={slug:t}}}})),e.products=n}let m=Object.assign({},w.get(null===(a=null==n?void 0:n.products)||void 0===a?void 0:a.home_promo_story_uuid));m.prom=null===(c=null==n?void 0:n.products)||void 0===c?void 0:c.home_parent_promo_id,m.isDefault=null===(u=null==n?void 0:n.products)||void 0===u?void 0:u.home_promo_default;let p=Object.assign({},n,{productStroyObj:s,promStroyObj:m,showPromotion:null==n?void 0:n.dontShowPromotion});e.push(p)}));try{localStorage.setItem("slugDetails",JSON.stringify(S))}catch(e){}E(e)}))}}else(null==P?void 0:P.length)>0&&(null==P||P.map(((n,o)=>{var l,i,r,d,a,c,u,s,m,p;let v;"MOBILE"===(null==t?void 0:t.pageType)&&(v=null==Object?void 0:Object.assign({},null==w?void 0:w.get(null===(l=null==n?void 0:n.products)||void 0===l?void 0:l.mob_promo_story_uuid)),v.prom=null===(i=null==n?void 0:n.products)||void 0===i?void 0:i.mob_parent_promo_id,v.isDefault=null===(r=null==n?void 0:n.products)||void 0===r?void 0:r.mob_promo_default);const _=null==Object?void 0:Object.assign({},n,{productStroyObj:null==w?void 0:w.get(null===(d=null==n?void 0:n.products)||void 0===d?void 0:d.product_story_uuid),promStroyObj:v});if(0==o){const e=null===(a=null==_?void 0:_.productStroyObj)||void 0===a?void 0:a.stroy;if(e){const n=null==e?void 0:e.content,t=(null===(c=null==n?void 0:n.body[0])||void 0===c?void 0:c.poType)?null===(u=null==n?void 0:n.body[0])||void 0===u?void 0:u.poType:null===(s=null==n?void 0:n.body[0])||void 0===s?void 0:s.subGroup;if(!S[t]){const n=null===(m=null==e?void 0:e.default_full_slug)||void 0===m?void 0:m.replace(null==e?void 0:e.slug,"");S[t]={slug:n}}}}_.displayConfig=null!==(p=null==t?void 0:t.displayConfig)&&void 0!==p?p:[],null==e||e.push(_)})),E(e))}))}}),[g]),e.useEffect((()=>(setTimeout((()=>{z()}),100),null===window||void 0===window||window.addEventListener("resize",z),null===window||void 0===window||window.addEventListener("load",z),()=>{window.removeEventListener("resize",z),window.removeEventListener("load",z)})),[T]);const z=()=>{var e;k(`productCardV3${null==t?void 0:t.activeIndex}`,null===(e=null==t?void 0:t.productList)||void 0===e?void 0:e.length)};return e.useEffect((()=>{var e;b&&(null===(e=Object.keys(b))||void 0===e?void 0:e.length)>0&&Re("view",b[y],"",Ce)}),[b]),e.useEffect((()=>{var e;b&&(null===(e=Object.keys(b))||void 0===e?void 0:e.length)>0&&!O&&(null==a?void 0:a.eligibleBundle)&&Re("available",b[y],"",Ce,null==a?void 0:a.eligibleBundle)}),[a,b]),e.useEffect((()=>{(null==A?void 0:A.siteId)&&s&&R()}),[s]),e.createElement("div",null,e.createElement("div",{className:Fe.titlecontainer},(null==t?void 0:t.title)&&e.createElement("div",{className:Fe.title},null==t?void 0:t.title),(null==t?void 0:t.subTitle)&&e.createElement("div",{className:Fe.description},null==t?void 0:t.subTitle)),e.createElement("div",{className:"linetableV3"},N&&e.createElement(We,{carouselIndex:null==t?void 0:t.activeIndex,key:null==t?void 0:t.activeIndex,arrow:null===(h=null==t?void 0:t.lineTableContent)||void 0===h?void 0:h.enableMobileArrows},((null==T?void 0:T.length)&&T||new Array((null==T?void 0:T.length)||3).fill(1)).map(((n,l)=>{var c;return e.createElement("div",{key:l,id:`productCardV3${null==t?void 0:t.activeIndex}`,style:{textAlign:"center"}},e.createElement(Nn,{content:n,updatedContent:t,key:l,indexKey:l,lineTableContent:null==t?void 0:t.lineTableContent,metadata:o,productSection:l,cards:null===(c=null==t?void 0:t.productList)||void 0===c?void 0:c.length,tabIndex:null==t?void 0:t.tabIndex,offeringData:b,uniqueId:y,lineCheckCallBack:i,sbStaticConstants:r,address:d,eligibleBundle:a,summaryUrl:D,isMobileFlow:O}))})))))};var Ln={clockwise:"StickyProductAnchor-module_clockwise__cmjEp",counterclockwise:"StickyProductAnchor-module_counterclockwise__2qVj1",offsetClass:"StickyProductAnchor-module_offsetClass__oPIod",offsetClass2:"StickyProductAnchor-module_offsetClass2__kkZCK",nonOffsetClass:"StickyProductAnchor-module_nonOffsetClass__PDwhG",falconStyle:"StickyProductAnchor-module_falconStyle__Y8I-1",noFalconStyle:"StickyProductAnchor-module_noFalconStyle__j6yBe",noFalconStyle2:"StickyProductAnchor-module_noFalconStyle2__gHBBn",stickyAnchorContainer:"StickyProductAnchor-module_stickyAnchorContainer__I9khe",productTitle:"StickyProductAnchor-module_productTitle__0QC0i",priceSection:"StickyProductAnchor-module_priceSection__Edxyi",priceDuration:"StickyProductAnchor-module_priceDuration__KIRL5",contentWrapper:"StickyProductAnchor-module_contentWrapper__dilZl",benefitsContainer:"StickyProductAnchor-module_benefitsContainer__3guW-",benefitsContainer2:"StickyProductAnchor-module_benefitsContainer2__Kg8ZS",benefits:"StickyProductAnchor-module_benefits__RQU5F",buyNowButton:"StickyProductAnchor-module_buyNowButton__uPigF",subcontain:"StickyProductAnchor-module_subcontain__H0Om-",arrowIcon:"StickyProductAnchor-module_arrowIcon__ZlsgK",productContainer:"StickyProductAnchor-module_productContainer__UAjgq"};g("/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.StickyProductAnchor-module_clockwise__cmjEp {\n transform: rotate(180deg);\n transition: transform 0.5s linear;\n}\n\n.StickyProductAnchor-module_counterclockwise__2qVj1 {\n transform: rotate(0deg);\n transition: transform 0.5s linear;\n}\n\n.StickyProductAnchor-module_offsetClass__oPIod {\n top: 10px;\n z-index: 1;\n width: 100%;\n}\n\n.StickyProductAnchor-module_offsetClass2__kkZCK {\n top: 10px;\n z-index: 1;\n width: 100%;\n}\n@media (max-width: 1023px) {\n .StickyProductAnchor-module_offsetClass2__kkZCK {\n top: 0px;\n }\n}\n.StickyProductAnchor-module_nonOffsetClass__PDwhG {\n visibility: hidden;\n position: absolute;\n width: 100%;\n}\n\n@media (min-width: 768px) {\n .StickyProductAnchor-module_offsetClass__oPIod {\n top: 10px;\n z-index: 1;\n width: 100%;\n }\n}\n@media (min-width: 1024px) {\n .StickyProductAnchor-module_offsetClass__oPIod {\n top: 85px;\n }\n .StickyProductAnchor-module_falconStyle__Y8I-1 {\n top: 38px !important;\n }\n .StickyProductAnchor-module_noFalconStyle__j6yBe {\n top: 85px !important;\n }\n .StickyProductAnchor-module_noFalconStyle2__gHBBn {\n top: 85px !important;\n }\n}\n.StickyProductAnchor-module_stickyAnchorContainer__I9khe {\n background-color: #e6e3df;\n padding: 2px 0px;\n box-shadow: 1px -1px 4px rgba(87, 84, 82, 0.2);\n}\n@media (max-width: 767px) {\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe {\n padding: 5px 0px;\n background-color: #f7f6f5;\n }\n}\n@media (min-width: 768px) and (max-width: 1023px) {\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe {\n background-color: #f7f6f5;\n }\n}\n.StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_productTitle__0QC0i {\n font-size: 18px;\n line-height: 24px;\n font-weight: 700;\n display: flex;\n}\n@media (max-width: 1023px) {\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_productTitle__0QC0i {\n font-size: 14px;\n line-height: 20px;\n }\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_productTitle__0QC0i .StickyProductAnchor-module_priceSection__Edxyi {\n font-size: 12px;\n line-height: 20px;\n }\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_productTitle__0QC0i .StickyProductAnchor-module_priceSection__Edxyi .StickyProductAnchor-module_priceDuration__KIRL5 {\n font-weight: 400;\n }\n}\n.StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl {\n display: flex;\n}\n@media (max-width: 1023px) {\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl {\n align-items: center;\n }\n}\n.StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_benefitsContainer__3guW-, .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_benefitsContainer2__Kg8ZS {\n margin-right: 24px;\n display: flex;\n}\n@media (max-width: 767px) {\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_benefitsContainer__3guW-, .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_benefitsContainer2__Kg8ZS {\n margin-left: 10px;\n }\n}\n.StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_benefitsContainer__3guW- .StickyProductAnchor-module_benefits__RQU5F, .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_benefitsContainer2__Kg8ZS .StickyProductAnchor-module_benefits__RQU5F {\n margin-right: 18px;\n cursor: pointer;\n}\n@media (max-width: 767px) {\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_benefitsContainer__3guW- .StickyProductAnchor-module_benefits__RQU5F, .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_benefitsContainer2__Kg8ZS .StickyProductAnchor-module_benefits__RQU5F {\n margin: 20px;\n }\n}\n.StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_priceSection__Edxyi {\n font-weight: 700;\n margin-right: 16px;\n}\n.StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_priceSection__Edxyi .StickyProductAnchor-module_priceDuration__KIRL5 {\n font-weight: 400;\n}\n.StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_buyNowButton__uPigF {\n padding: 8px 24px;\n background-color: #da291c;\n color: #ffffff;\n border-radius: 25px;\n border: none;\n font-size: 14px;\n line-height: 20px;\n font-weight: 700;\n}\n@media (max-width: 1023px) {\n .StickyProductAnchor-module_stickyAnchorContainer__I9khe .StickyProductAnchor-module_contentWrapper__dilZl .StickyProductAnchor-module_buyNowButton__uPigF {\n height: 36px;\n }\n}\n\n.StickyProductAnchor-module_benefitsContainer2__Kg8ZS .StickyProductAnchor-module_subcontain__H0Om- {\n margin: 0px 80px 20px;\n cursor: pointer;\n}\n@media (max-width: 767px) {\n .StickyProductAnchor-module_benefitsContainer2__Kg8ZS {\n box-shadow: 1px -1px 4px rgba(87, 84, 82, 0.2);\n }\n .StickyProductAnchor-module_benefitsContainer2__Kg8ZS .StickyProductAnchor-module_subcontain__H0Om- {\n margin: 0px 57px 20px;\n cursor: pointer;\n }\n}\n\n.StickyProductAnchor-module_arrowIcon__ZlsgK {\n margin-right: 16px;\n}\n\n.StickyProductAnchor-module_productContainer__UAjgq {\n display: flex;\n justify-content: space-between;\n margin: 4px 0px;\n}");var In={tabblock:"StaticLineTable-module_tabblock__OXDQd",tabcontainer:"StaticLineTable-module_tabcontainer__BvX7d",tabcontent:"StaticLineTable-module_tabcontent__8qSfh",tabcontentactive:"StaticLineTable-module_tabcontentactive__0VWZG",tabcontentinactive:"StaticLineTable-module_tabcontentinactive__lMaGs",titlecontainer:"StaticLineTable-module_titlecontainer__vhfov",title:"StaticLineTable-module_title__S5CC7",description:"StaticLineTable-module_description__IoWLP",selected:"StaticLineTable-module_selected__RMX1r",inactiveicon:"StaticLineTable-module_inactiveicon__ek-0-",activeicon:"StaticLineTable-module_activeicon__DwS4K",productcenter:"StaticLineTable-module_productcenter__scRU7",bundleproductcard:"StaticLineTable-module_bundleproductcard__KYHf7",flexgrid:"StaticLineTable-module_flexgrid__uuyAX",productcontainer:"StaticLineTable-module_productcontainer__CA-5u",highlightBorder:"StaticLineTable-module_highlightBorder__dEWeh",highlightText:"StaticLineTable-module_highlightText__z2WSp",headersection:"StaticLineTable-module_headersection__ed21u",titlesection:"StaticLineTable-module_titlesection__DMlAo",productheader:"StaticLineTable-module_productheader__Z2vjX",productdescription:"StaticLineTable-module_productdescription__VdyCK",images:"StaticLineTable-module_images__Go1Hf",imagespace:"StaticLineTable-module_imagespace__Dy1x3",borderimage:"StaticLineTable-module_borderimage__2x-l3",ordersection:"StaticLineTable-module_ordersection__04k-y",pricesection:"StaticLineTable-module_pricesection__U7U-s",productcontractduration:"StaticLineTable-module_productcontractduration__dzt25",productdetailslink:"StaticLineTable-module_productdetailslink__Dzs8e",benefitssection:"StaticLineTable-module_benefitssection__7J8jk",overlay:"StaticLineTable-module_overlay__pa3Q8",addsmartphone:"StaticLineTable-module_addsmartphone__12--5",promocontainer:"StaticLineTable-module_promocontainer__Ub07A",disabled:"StaticLineTable-module_disabled__97Dzp",buttontext:"StaticLineTable-module_buttontext__CAfOt",swapButton:"StaticLineTable-module_swapButton__2SyEm"};g("/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.StaticLineTable-module_tabblock__OXDQd .StaticLineTable-module_tabcontainer__BvX7d {\n border: 1px solid #3d3935;\n border-radius: 32px;\n display: flex;\n margin-bottom: 0;\n width: auto;\n padding: 4px;\n}\n@media (max-width: 767px) {\n .StaticLineTable-module_tabblock__OXDQd .StaticLineTable-module_tabcontainer__BvX7d {\n border-radius: 8px;\n }\n}\n.StaticLineTable-module_tabblock__OXDQd .StaticLineTable-module_tabcontent__8qSfh {\n align-items: center;\n border-radius: 35px;\n cursor: pointer;\n display: flex;\n font-size: 16px;\n font-weight: 700;\n justify-content: center;\n line-height: 24px;\n padding: 8px 12px;\n}\n@media (max-width: 767px) {\n .StaticLineTable-module_tabblock__OXDQd .StaticLineTable-module_tabcontent__8qSfh {\n border-radius: 8px;\n }\n}\n.StaticLineTable-module_tabblock__OXDQd .StaticLineTable-module_tabcontentactive__0VWZG {\n background-color: #da291c;\n border-radius: 35px;\n color: white !important;\n}\n.StaticLineTable-module_tabblock__OXDQd .StaticLineTable-module_tabcontentactive__0VWZG:hover {\n background-color: #961c13;\n}\n@media (max-width: 767px) {\n .StaticLineTable-module_tabblock__OXDQd .StaticLineTable-module_tabcontentactive__0VWZG {\n border-radius: 8px;\n }\n}\n.StaticLineTable-module_tabblock__OXDQd .StaticLineTable-module_tabcontentinactive__lMaGs:hover {\n color: #961c13;\n}\n.StaticLineTable-module_tabblock__OXDQd input[type=radio] {\n display: none;\n}\n\n.StaticLineTable-module_titlecontainer__vhfov .StaticLineTable-module_title__S5CC7 {\n font-size: 24px;\n font-weight: 700;\n line-height: 30px;\n padding-top: 20px;\n text-align: center;\n}\n.StaticLineTable-module_titlecontainer__vhfov .StaticLineTable-module_description__IoWLP {\n font-size: 16px;\n font-weight: 24px;\n text-align: center;\n}\n\n.StaticLineTable-module_selected__RMX1r {\n align-items: center;\n color: #606060;\n display: inline-flex;\n font-size: 16px;\n font-weight: 500;\n line-height: 24px;\n margin-bottom: 12px;\n margin-right: 50px;\n margin-top: 4px;\n}\n.StaticLineTable-module_selected__RMX1r .StaticLineTable-module_inactiveicon__ek-0- {\n height: 24px;\n margin-right: 12px;\n width: 24px;\n}\n.StaticLineTable-module_selected__RMX1r .StaticLineTable-module_activeicon__DwS4K {\n height: 24px;\n margin-right: 12px;\n width: 24px;\n}\n\n.StaticLineTable-module_productcenter__scRU7 {\n align-items: center;\n flex-direction: column;\n height: 100%;\n margin-left: 10px;\n margin-right: 10px;\n text-align: center;\n}\n\n.StaticLineTable-module_bundleproductcard__KYHf7 {\n align-items: center;\n flex-direction: column;\n height: 100%;\n margin-left: 10px;\n margin-right: 10px;\n text-align: left;\n}\n@media (max-width: 767px) {\n .StaticLineTable-module_bundleproductcard__KYHf7 {\n margin-left: 8px;\n margin-right: 8px;\n }\n}\n\n.StaticLineTable-module_flexgrid__uuyAX {\n display: flex;\n}\n\n.StaticLineTable-module_productcontainer__CA-5u {\n background-color: #fff;\n border: 4px solid transparent;\n border-radius: 8px;\n box-shadow: 0 2px 4px 0 rgba(87, 84, 82, 0.2);\n justify-content: space-between;\n padding: 16px;\n position: relative;\n}\n\n.StaticLineTable-module_highlightBorder__dEWeh {\n border: 4px solid #587467;\n border-radius: 8px;\n}\n\n.StaticLineTable-module_highlightText__z2WSp {\n align-items: center;\n background-color: #587467;\n border-radius: 8px;\n color: #fff;\n display: flex;\n flex-direction: row;\n font-size: 14px;\n font-weight: 700;\n justify-content: center;\n left: 28px;\n line-height: 20px;\n min-height: 24px;\n padding: 4px 8px;\n position: absolute;\n top: -18px;\n width: fit-content;\n}\n\n.StaticLineTable-module_headersection__ed21u {\n padding-bottom: 8px;\n}\n\n.StaticLineTable-module_titlesection__DMlAo {\n align-items: flex-start;\n display: flex;\n justify-content: space-between;\n}\n\n.StaticLineTable-module_productheader__Z2vjX {\n font-size: 28px;\n font-weight: 700;\n line-height: 36px;\n margin-bottom: 8px;\n}\n\n.StaticLineTable-module_productdescription__VdyCK {\n color: #587467;\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n margin-top: -7px;\n}\n\n.StaticLineTable-module_images__Go1Hf {\n margin-right: -40px;\n}\n\n.StaticLineTable-module_imagespace__Dy1x3 {\n overflow: hidden;\n width: 100%;\n height: 100%;\n margin-left: -20px;\n margin-top: 30px;\n}\n\n.StaticLineTable-module_borderimage__2x-l3 {\n padding: 0 4px;\n}\n\n.StaticLineTable-module_ordersection__04k-y {\n border-top: 1px solid #e6e3df;\n margin-top: 15px;\n padding: 8px;\n text-align: center;\n}\n\n.StaticLineTable-module_pricesection__U7U-s {\n justify-content: center;\n}\n\n.StaticLineTable-module_productcontractduration__dzt25 {\n font-size: 12px;\n font-weight: 400;\n line-height: 16px;\n}\n\n.StaticLineTable-module_productdetailslink__Dzs8e {\n color: #da291c;\n cursor: pointer;\n font-size: 16px;\n line-height: 24px;\n text-decoration: underline;\n}\n\n.StaticLineTable-module_benefitssection__7J8jk {\n padding-top: 16px;\n}\n\n.StaticLineTable-module_overlay__pa3Q8 {\n cursor: default;\n display: block;\n opacity: 0.4;\n pointer-events: none;\n}\n\n.StaticLineTable-module_addsmartphone__12--5 img {\n margin-right: 10px;\n vertical-align: bottom;\n}\n\n.StaticLineTable-module_promocontainer__Ub07A {\n align-items: center;\n background: #2e6199;\n border-radius: 4px;\n color: #ffffff;\n display: flex;\n flex-direction: row;\n font-size: 14px;\n font-weight: 700;\n justify-content: center;\n left: 16px;\n line-height: 20px;\n min-height: 24px;\n padding: 4px 8px;\n position: absolute;\n top: -18px;\n width: fit-content;\n}\n\n.StaticLineTable-module_disabled__97Dzp {\n opacity: 0.4;\n color: #606060;\n display: inline-block;\n font-weight: 500;\n margin-right: 6px;\n}\n\n.StaticLineTable-module_buttontext__CAfOt {\n font-size: 16px;\n line-height: 24px;\n color: #ffffff;\n font-weight: bold;\n text-align: center;\n}\n\n.StaticLineTable-module_swapButton__2SyEm {\n display: flex;\n flex-direction: column-reverse;\n}");var Dn={productdetailswrapper:"StaticProductEntitle-module_productdetailswrapper__gzl6M",configheadersection:"StaticProductEntitle-module_configheadersection__f70WF",displayname:"StaticProductEntitle-module_displayname__5CVcP",configdetailssection:"StaticProductEntitle-module_configdetailssection__V7au8",disabled:"StaticProductEntitle-module_disabled__j-Lin",showmore:"StaticProductEntitle-module_showmore__RpLbs",newmodal:"StaticProductEntitle-module_newmodal__Feu6A",tvHeading:"StaticProductEntitle-module_tvHeading__UAbu6",changeBtn:"StaticProductEntitle-module_changeBtn__c7Vtt",optioncontainer:"StaticProductEntitle-module_optioncontainer__CoQ5Y",optionlist:"StaticProductEntitle-module_optionlist__xcxCh",optiontitle:"StaticProductEntitle-module_optiontitle__e20IH",optionwrapper:"StaticProductEntitle-module_optionwrapper__8vw2r",text:"StaticProductEntitle-module_text__nto6N",pricecontainer:"StaticProductEntitle-module_pricecontainer__OGX6q",discountedprice:"StaticProductEntitle-module_discountedprice__6A-5H",duration:"StaticProductEntitle-module_duration__YTTbN",basePriceAfterDiscount:"StaticProductEntitle-module_basePriceAfterDiscount__3WgFi",pricedisplay:"StaticProductEntitle-module_pricedisplay__xrKoJ",blockskeleton:"StaticProductEntitle-module_blockskeleton__3ZFj5"};g('/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n.StaticProductEntitle-module_productdetailswrapper__gzl6M {\n border-bottom: 1px solid #e6e3df;\n padding: 16px 0;\n}\n\n.StaticProductEntitle-module_configheadersection__f70WF {\n display: inline-flex;\n}\n\n.StaticProductEntitle-module_displayname__5CVcP {\n align-items: center;\n display: flex;\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n padding: 0 8px;\n}\n\n.StaticProductEntitle-module_configdetailssection__V7au8 {\n font-size: 14px;\n font-weight: 400;\n line-height: 20px;\n padding-left: 32px;\n}\n\n.StaticProductEntitle-module_disabled__j-Lin {\n color: #606060;\n display: inline-block;\n font-weight: 500;\n margin-right: 6px;\n opacity: 0.4;\n}\n\n.StaticProductEntitle-module_showmore__RpLbs {\n color: #da291c;\n cursor: pointer;\n padding-left: 0;\n}\n\n.StaticProductEntitle-module_newmodal__Feu6A {\n align-items: center;\n border: 1px solid black;\n border-radius: 8px;\n cursor: pointer;\n display: flex;\n font-size: 14px;\n line-height: 20px;\n margin-bottom: 4px;\n margin-top: 8px;\n min-height: 38px;\n}\n.StaticProductEntitle-module_newmodal__Feu6A .StaticProductEntitle-module_tvHeading__UAbu6 {\n font-weight: 700;\n margin-left: 10px;\n width: 100%;\n}\n.StaticProductEntitle-module_newmodal__Feu6A .StaticProductEntitle-module_changeBtn__c7Vtt {\n color: #da291c;\n}\n.StaticProductEntitle-module_newmodal__Feu6A > img {\n margin: 4px 10px 0 4px;\n}\n\n.StaticProductEntitle-module_optioncontainer__CoQ5Y {\n background: rgba(153, 178, 167, 0.1);\n border: 1px solid #B6C8C0;\n border-radius: 8px;\n padding: 12px 16px;\n}\n.StaticProductEntitle-module_optioncontainer__CoQ5Y .StaticProductEntitle-module_optionlist__xcxCh {\n margin-top: 2px;\n}\n.StaticProductEntitle-module_optioncontainer__CoQ5Y .StaticProductEntitle-module_optionlist__xcxCh .StaticProductEntitle-module_optiontitle__e20IH {\n font-size: 16px;\n font-weight: 700;\n line-height: 24px;\n}\n.StaticProductEntitle-module_optioncontainer__CoQ5Y .StaticProductEntitle-module_optionlist__xcxCh .StaticProductEntitle-module_optionwrapper__8vw2r {\n color: #5f5955;\n display: flex;\n font-size: 14px;\n font-weight: 500;\n justify-content: space-between;\n line-height: 20px;\n margin-top: 12px;\n min-height: 24px;\n}\n.StaticProductEntitle-module_optioncontainer__CoQ5Y .StaticProductEntitle-module_optionlist__xcxCh .StaticProductEntitle-module_optionwrapper__8vw2r .StaticProductEntitle-module_text__nto6N > div > p > b {\n color: #5e94cf;\n}\n\n.StaticProductEntitle-module_pricecontainer__OGX6q {\n justify-content: center;\n}\n.StaticProductEntitle-module_pricecontainer__OGX6q .StaticProductEntitle-module_discountedprice__6A-5H {\n font-size: 24px;\n font-weight: 700;\n line-height: 32px;\n}\n.StaticProductEntitle-module_pricecontainer__OGX6q .StaticProductEntitle-module_duration__YTTbN {\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n}\n.StaticProductEntitle-module_pricecontainer__OGX6q .StaticProductEntitle-module_basePriceAfterDiscount__3WgFi {\n font-size: 20px;\n font-weight: 700;\n line-height: 28px;\n padding-left: 10px;\n position: relative;\n}\n.StaticProductEntitle-module_pricecontainer__OGX6q .StaticProductEntitle-module_basePriceAfterDiscount__3WgFi::after {\n border-bottom: 2px solid #e6003c;\n content: "";\n left: 8px;\n position: absolute;\n right: -1px;\n top: 50%;\n}\n.StaticProductEntitle-module_pricecontainer__OGX6q .StaticProductEntitle-module_pricedisplay__xrKoJ {\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n padding: 4px;\n}\n\n.StaticProductEntitle-module_blockskeleton__3ZFj5 {\n bottom: 5px;\n height: 15px;\n top: 5px;\n}');const On=({content:n,constants:t})=>{var o,l;const i=e.useRef(null);return e.createElement("div",null,e.createElement("div",{ref:i},e.createElement("div",{className:Dn.productdetailswrapper},e.createElement("div",{className:Dn.configheadersection,style:{width:"100%"}},(null===(o=null==n?void 0:n.icon)||void 0===o?void 0:o.filename)&&e.createElement("span",null,e.createElement("img",{src:null===(l=null==n?void 0:n.icon)||void 0===l?void 0:l.filename,alt:"img",width:24,height:24,className:Dn.imagecontainer})),e.createElement("span",{className:Dn.displayname},null==n?void 0:n.title),(null==n?void 0:n.tooltip)&&e.createElement("div",{className:Dn.bundletooltip,style:{marginLeft:"auto"}},e.createElement(be,{content:null==n?void 0:n.tooltip}))),e.createElement("div",{className:Dn.configdetailssection},(null==n?void 0:n.description)&&e.createElement("div",{className:Dn.productdetailsdescription,id:"entitledespV3"},e.createElement(H,{content:null==n?void 0:n.description}))))))},Bn=({content:n,benefitData:t,constants:o})=>{const l=null==t?void 0:t.int_fmc,i=null==t?void 0:t.mob_fmc,r=null==t?void 0:t.mob_benefit_category;return e.createElement("div",null,e.createElement("div",{className:Dn.optioncontainer},e.createElement("div",{className:Dn.optionlist},(null==n?void 0:n.length)>0&&e.createElement("span",{className:Dn.optiontitle},null==o?void 0:o.benefits),(n||[]).map(((n,t)=>"default"==(null==n?void 0:n.id)||"int_fmc"==(null==n?void 0:n.id)&&l>0&&"FMC"!=r||"multimob_fmc"==(null==n?void 0:n.id)&&i>0&&"MULTIMOBILE"==r||"combi_fmc"==(null==n?void 0:n.id)&&i>0&&"FMC"==r||"mob_fmc"==(null==n?void 0:n.id)&&i>0&&"FMC"==r?e.createElement("div",{key:t,className:"d-flex justify-content-between"},e.createElement("span",null,n&&e.createElement("span",{className:"d-flex"},(null==n?void 0:n.text)&&e.createElement(e.Fragment,null,(n=>e.createElement("span",{className:Dn.optionwrapper},(null==n?void 0:n.icon)&&e.createElement("img",{src:null==n?void 0:n.icon,width:24,height:24}),e.createElement("span",{className:`${Dn.text} ms-2`},e.createElement(H,{content:null==n?void 0:n.text}))))(n)))),e.createElement("span",null,(null==n?void 0:n.toolTip)&&e.createElement(be,{content:null==n?void 0:n.toolTip,isBenefit:!0}))):"")))))},An=({priceCollection:n,constants:t,promoText:o})=>{var l,i,r,d,a,c;const u=null!==(l=null==n?void 0:n.base)&&void 0!==l?l:0;let s=null!==(d=null===(r=null===(i=null==n?void 0:n.discount)||void 0===i?void 0:i[0])||void 0===r?void 0:r.value)&&void 0!==d?d:0;null===(a=null==n?void 0:n.discount)||void 0===a||a.map((e=>{1==(null==e?void 0:e.cycleStart)&&(s=null==e?void 0:e.value)}));const m=null==n?void 0:n.discount,p=null==n?void 0:n.int_fmc,v=null==n?void 0:n.mob_fmc;let _=!1;return e.createElement("div",null,Number(u)>0?e.createElement(e.Fragment,null,e.createElement("div",{className:`${Dn.pricecontainer}`},e.createElement("span",{className:`${Dn.discountedprice} ${p>0||v>0||(null==m?void 0:m.length)>0?Dn.promo:""}`},N(s>0?s:u),e.createElement("span",{className:`${Dn.duration}`},null==t?void 0:t.month)),u&&(p>0||v>0||m.length>0)&&e.createElement("span",{className:`${Dn.basePriceAfterDiscount}`},N(u)),o&&e.createElement("div",null,o)),!v&&!p&&(null==m?void 0:m.length)>0&&(null===(c=null==m?void 0:m[0])||void 0===c?void 0:c.cycleEnd)&&e.createElement("div",null,e.createElement("div",{className:Dn.pricedisplay},m.length>0&&m.map((n=>(720===(null==n?void 0:n.cycleEnd)&&(_=!0),e.createElement(e.Fragment,null," ",e.createElement("span",{className:Dn.pricelabel},_?e.createElement("span",null," ",null==t?void 0:t.lifetimeLabel," "):e.createElement(e.Fragment,null," ",1!=n.cycleStart&&e.createElement(e.Fragment,null,"CHF"," ",N(n.value))," ",1===n.cycleStart?O(null==t?void 0:t.promoFirstLt,[n.cycleEnd]):O(null==t?void 0:t.promoNextLt,[n.cycleEnd-n.cycleStart+1]))))))),!_&&e.createElement("span",null," ",O(null==t?void 0:t.promoThenLt,[N(u)]))))):e.createElement(Ue,{stylename:Dn.blockskeleton}))},Rn=({isMobileFlow:n,createCartCall:t,constants:o,storyContent:l,showPrice:i})=>{const[r,d]=e.useState(!1);return e.useEffect((()=>{n&&""!==(null==i?void 0:i.base)?d(!1):d(!0)}),[l,i]),e.createElement("div",null,n&&((null==l?void 0:l.swapButton)?(null==l?void 0:l.ctaLinkLabel)&&e.createElement("a",{onClick:t,className:`${r&&In.disabled}`},null==l?void 0:l.ctaLinkLabel):e.createElement("button",{className:`primarybutton ${r&&In.disabled}`,onClick:t,disabled:r},e.createElement("span",{className:In.buttontext},null==o?void 0:o.addToCartBtnTxt))))};var zn="StaticProductDetails-module_productPopModal__of6yB",Fn="StaticProductDetails-module_container__OHbPI",$n="StaticProductDetails-module_backbtn__vU7Q0",Wn="StaticProductDetails-module_closebtn__yuQLi",Gn="StaticProductDetails-module_cartbtn__e8KGX",Mn="StaticProductDetails-module_check-footer__AZ6lf",jn="StaticProductDetails-module_footer-linetablev3__3jswU";g("/* center a block element */\n/* use this to any of the pseudo elements as these are the mandatory properties */\n/* setting styles in separate formats for cross browser support */\n/* specify the max width for an element and apply ellipses and truncate the overflow */\n/* vertically center alilgn any HTML element */\n/* add basePath to assets */\n@media (min-width: 1024px) {\n .StaticProductDetails-module_productPopModal__of6yB {\n min-width: 884px;\n }\n}\n@media (min-width: 768px) and (max-width: 1023px) {\n .StaticProductDetails-module_productPopModal__of6yB {\n min-width: 740px;\n }\n}\n.StaticProductDetails-module_productPopModal__of6yB .modal-body {\n padding: 0 16px 16px;\n}\n@media (max-width: 767px) {\n .StaticProductDetails-module_productPopModal__of6yB .modal-body {\n padding: 12px;\n }\n}\n.StaticProductDetails-module_productPopModal__of6yB .modal-content {\n background-color: #f7f6f5;\n border-radius: 8px;\n box-shadow: 0px 20px 30px -8px rgba(87, 84, 82, 0.4);\n}\n.StaticProductDetails-module_productPopModal__of6yB .modal-content .modal-header {\n border-bottom: none !important;\n}\n.StaticProductDetails-module_productPopModal__of6yB .StaticProductDetails-module_container__OHbPI {\n display: flex;\n align-items: center;\n margin-left: 16px;\n}\n.StaticProductDetails-module_productPopModal__of6yB .StaticProductDetails-module_container__OHbPI .StaticProductDetails-module_backbtn__vU7Q0 {\n color: #da291c;\n}\n@media (max-width: 767px) {\n .StaticProductDetails-module_productPopModal__of6yB .StaticProductDetails-module_container__OHbPI {\n margin-left: 12px;\n }\n}\n.StaticProductDetails-module_productPopModal__of6yB .StaticProductDetails-module_closebtn__yuQLi .btn-close:focus {\n border: none;\n box-shadow: none;\n}\n\n.StaticProductDetails-module_cartbtn__e8KGX {\n cursor: pointer;\n text-align: center;\n width: fit-content;\n float: right;\n}\n.StaticProductDetails-module_cartbtn__e8KGX .primarybutton {\n padding: 10px 24px;\n}\n@media (max-width: 767px) {\n .StaticProductDetails-module_cartbtn__e8KGX {\n position: inherit;\n width: auto;\n top: 0;\n right: auto;\n }\n}\n\n.StaticProductDetails-module_check-footer__AZ6lf {\n position: relative;\n bottom: 0;\n margin: 24px 16px;\n padding: 8px 16px;\n border: 1px solid #e6e3df;\n border-radius: 8px;\n}\n.StaticProductDetails-module_check-footer__AZ6lf .StaticProductDetails-module_footer-linetablev3__3jswU {\n width: 100%;\n display: inline-flex;\n justify-content: space-between;\n align-items: center;\n}\n\n.StaticProductDetails-module_back-button__MMT6S {\n position: fixed;\n top: 0;\n padding: 16px 0;\n}\n\n.StaticProductDetails-module_modal-price__-owzv {\n padding: 16px 0 24px;\n}\n\n.StaticProductDetails-module_productDetailstext__7tLGS {\n color: #3d3935;\n text-decoration: underline;\n}\n\n.StaticProductDetails-module_productDetailstextNew__1OXNX {\n color: #da291c;\n text-decoration: underline;\n}\n\n.StaticProductDetails-module_textColor__FbmIS {\n color: #ffffff;\n text-decoration: underline;\n}");const Un=({modalState:n,handler:l,showFooter:i,footerNode:r,children:d,width:a,height:c,backButton:u})=>{var s;const m=null===(s=null==b?void 0:b.getInstance())||void 0===s?void 0:s.getAssetPath();return e.useEffect((()=>{const e=document&&(null===document||void 0===document?void 0:document.querySelector(".product-modal .footer-main"));e&&(e.style.zIndex="10");const n=document&&(null===document||void 0===document?void 0:document.querySelector(".modal-dialog.product-modal"));n&&(n.style.maxWidth=a,n.style.padding="0",n.style.transform="none");const t=document&&(null===document||void 0===document?void 0:document.querySelector(".product-modal .modal-content"));t&&(t.style.height=c,t.style.backgroundColor="#F7F6F5");const o=document&&document.querySelector(".product-modal .modal-header");o&&(o.style.position="absolute",o.style.top="0",o.style.zIndex="1",o.style.maxWidth="100%",o.style.background="#f8f8f8",o.style.width="100%");const l=document&&document.querySelector(".product-modal .modal-body");l&&(l.style.background="#f8f8f8",l.style.paddingTop="70px")}),[c]),e.createElement(t,{scrollable:!1,show:n,onHide:l,keyboard:!1,dialogClassName:zn},e.createElement(t.Header,null,e.createElement("div",{onClick:l,className:`${Fn}`},e.createElement(e.Fragment,null,e.createElement("img",{src:`${m}/icons/arrow-left-red.svg`,alt:"",height:24,width:24,className:"me-3"}),e.createElement("span",{className:$n},u))),e.createElement("div",{className:`${Wn} me-3 mt-3`},e.createElement(o,{className:"sr-modal-close",onClick:l}))),e.createElement(t.Body,null,d),i&&e.createElement(t.Footer,null,r))},Xn=({content:n,showProductDetail:t,setShowProductDetail:o,constants:l,showPrice:i,isMobileFlow:r,createCartCall:d,storyContent:a})=>{var c;const[u,s]=e.useState(!0);let m=[],p="";n&&n.length>0&&(null==n||n.map((e=>{m=null==e?void 0:e.modalBody,p=null==e?void 0:e.backButton})));return e.createElement(e.Fragment,null,e.createElement(Un,{modalState:u,handler:()=>{s(!u),o(!t)},showFooter:!1,height:"100%",backButton:p},e.createElement(e.Fragment,null,null==m?void 0:m.map(((n,t)=>e.createElement(ae,null,e.createElement(e.Fragment,null,(null==n?void 0:n.component)===A&&e.createElement(Y,{content:n,key:t}),(null==n?void 0:n.component)===z&&e.createElement(se,{content:n}),(null==n?void 0:n.component)===R&&e.createElement(ue,{content:n}))))),e.createElement("div",{className:`footer-main ${Mn} `},e.createElement("span",{className:`${jn}`},e.createElement("div",null,e.createElement(An,{priceCollection:i,constants:l}),e.createElement("div",null,(null==i?void 0:i.contractDuration)?O(null===(c=null==l?void 0:l.minContractDuration)||void 0===c?void 0:c.substring(1),[null==i?void 0:i.contractDuration]):null==l?void 0:l.noContractDuration)),e.createElement("div",{className:Gn},e.createElement(Rn,{isMobileFlow:r,createCartCall:d,constants:l,storyContent:a,showPrice:i})))))))},qn=(e,n,t)=>{var o,l,i,r;const d=(null==e?void 0:e.promoID)?null==e?void 0:e.promoID:W;let a="";a=`?componentCode=&productType=subscription&segmentCode=RC&prefPromo=${null!=d?d:""}&productCode=${null!==(o=null==e?void 0:e.id)&&void 0!==o?o:""}`,window.location.href=(null===(r=null===(i=null===(l=null==n?void 0:n.addSmartPhone)||void 0===l?void 0:l[0])||void 0===i?void 0:i.buttonLink)||void 0===r?void 0:r.cached_url)+a,((e,n)=>{var t,o,l,i,r,d,a,c,u,s,m,p,v,_,h,g,f,b;const x=n,y=null!==(i=null===(l=null===(o=null===(t=null==x?void 0:x[0])||void 0===t?void 0:t.prices)||void 0===o?void 0:o[0])||void 0===l?void 0:l.value)&&void 0!==i?i:0,T=null!==(c=null===(a=null===(d=null===(r=null==x?void 0:x[0])||void 0===r?void 0:r.derivedPrice)||void 0===d?void 0:d[0])||void 0===a?void 0:a.value)&&void 0!==c?c:0,E=null!==(p=null===(m=null===(s=null===(u=null==x?void 0:x[0])||void 0===u?void 0:u.promotionInfo)||void 0===s?void 0:s[0])||void 0===m?void 0:m.contractDuration)&&void 0!==p?p:0,P=null!==(g=null===(h=null===(_=null===(v=null==x?void 0:x[0])||void 0===v?void 0:v.promotionInfo)||void 0===_?void 0:_[0])||void 0===h?void 0:h.campaignDuration)&&void 0!==g?g:0,w={mobileSubscription:null!==(b=null===(f=null==x?void 0:x[0])||void 0===f?void 0:f.id)&&void 0!==b?b:"",mobileSubscriptionPrice:T>0?T:y,mobileSubscriptionPromo:e,subGroup:"MOBILE",duration:Number(P>0?P:E),basePrice:y,withoutPromo:!1};void 0!==typeof window&&sessionStorage.setItem("one-ecommerce-mobileSummary",JSON.stringify(w))})(d,t),xn(Pe,ke,Le(t,"",Ce)),Ie(xe,t,"",Ce)},Hn=({content:n,offeringData:t,uniqueId:o,storyContent:l,metadata:i,tabIndex:r,cardsLength:d,indexKey:a,constants:u,mainContent:s})=>{var m,p,v,g,b,x,y,T,E,P,w,C,S,N,V,L,I,D,B,A,R,z,F,$,G,M,j,U,X,q,Y,K,J,Q,ee,ne;const[oe,le]=e.useState(!1),[ie,re]=e.useState(!1),[de,ae]=e.useState({showGift:!1,cashbackAvailable:!1}),[ce,ue]=e.useState([]),[se,me]=e.useState(!1),pe=void 0!==typeof window&&document.getElementById("static-linetable"),ve=0===(null===(m=Object.keys(n))||void 0===m?void 0:m.length),_e=null===(x=null===(b=null===(g=null===(v=null===(p=null==n?void 0:n.products)||void 0===p?void 0:p[0])||void 0===v?void 0:v.reference)||void 0===g?void 0:g.content)||void 0===b?void 0:b.product)||void 0===x?void 0:x[0],he=null===(w=null===(P=null===(E=null===(T=null===(y=null==n?void 0:n.promotion)||void 0===y?void 0:y[0])||void 0===T?void 0:T.reference)||void 0===E?void 0:E.content)||void 0===P?void 0:P.promoDescription)||void 0===w?void 0:w[0],ge=null==_e?void 0:_e.productId,fe=null===(C=null==f?void 0:f.getInstance())||void 0===C?void 0:C.getCartUrl(),be="MOBILE"===(null==l?void 0:l.pageType);let ye=void 0!==typeof window&&c.get("sunriseAuth");ye=ye&&JSON.parse(ye);const Te=((null==t?void 0:t[o])||[]).filter((e=>(null==e?void 0:e.id)===ge)),we=$e(Te,!0),ke=()=>{re(!1);!(!(null==l?void 0:l.enableExistingCustomer)||null!=ye)?me(!0):Ne()},Se=e=>{const n=ce.findIndex((n=>e.giftGroupId===n.giftGroupId)),t=ce;-1===n?t.push(e):t[n]=e,ue([...t])},Ne=()=>{re(!1),((e,n,t,o,l,i)=>{var r;e(!0),0!==(null===(r=Object.keys(o))||void 0===r?void 0:r.length)&&te(o,"",(null==i?void 0:i.promoID)?null==i?void 0:i.promoID:W,n,"mobile",t).then((e=>{var n;c.remove("one-commerce-cartId",{path:"/"}),c.set("one-commerce-cartId",null==e?void 0:e.id,{path:"/"}),c.set("cartProduct",null==i?void 0:i.id,{path:"/"}),Ie(xe,o,"",Ce),window.location.href=null===(n=null==l?void 0:l.summaryPageUrl)||void 0===n?void 0:n.cached_url})).catch((n=>{console.log(n),e(!1)})).finally((()=>{e(!1)}))})(le,fe,ce,Te,s,we)};e.useEffect((()=>{setTimeout((()=>{((e,n)=>{k(`headingV3${e}`,n),k(`descriptionV3${e}`,n),k(`titleV3${e}`,n),k(`detailsectionv3${e}`,n),k(`product-configv3${e}`,n),k(`gift-section${e}`,n),k(`benefits-section${e}`,n),k(`order-section${e}`,n),k(`price-section${e}`,n),k(`benefits-price-section${e}`,n),k(`contract-section${e}`,n)})(r,d)}),100);const e=(e=>{let n=!1,t=!1;return null==e||e.map((e=>{var o;null===(o=null==e?void 0:e.promotionInfo)||void 0===o||o.map((e=>{(null==e?void 0:e.hardwareGift)&&(n=!0),(null==e?void 0:e.cashBack)&&(t=!0)}))})),{showGift:n,cashbackAvailable:t}})(Te);ae(Object.assign({},e))}),[t,we]);return e.createElement("div",null,oe&&pe&&h.createPortal(e.createElement(Z,{keyParams:"loading"}),pe),ve&&e.createElement("div",{className:"w-75 pb-2"},e.createElement(Ue,null)),e.createElement("div",{style:{flexDirection:"column"}},e.createElement("div",{className:`${In.bundleproductcard} ${In.productcontainer} ${(null===(S=null==n?void 0:n.highlightText)||void 0===S?void 0:S.length)>0&&In.highlightBorder}`},(null===(N=null==_e?void 0:_e.highlightText)||void 0===N?void 0:N.length)>0&&e.createElement("div",{className:`${In.highlightText}`},null==n?void 0:n.highlightText),(null==he?void 0:he.displayText)&&e.createElement("div",{className:`${In.promocontainer}`,style:{background:null==he?void 0:he.bestSellerColor}},null==he?void 0:he.displayText),e.createElement("div",{className:`${In.detailsection}`,id:`detailsectionv3${r}${a}`},e.createElement("div",{className:`${In.headersection}`},e.createElement("div",{className:`${In.titlesection}`},e.createElement("div",{className:`${In.productheader}`,id:`titleV3${r}${a}`},null==_e?void 0:_e.productName),e.createElement("div",null,(null===(V=null==_e?void 0:_e.icon)||void 0===V?void 0:V.filename)&&e.createElement("img",{className:`${In.imagecontainer}`,src:null===(L=null==_e?void 0:_e.icon)||void 0===L?void 0:L.filename,height:15,width:20}))),e.createElement("div",{className:`${In.productdescription}`,id:`descriptionV3${r}${a}`},e.createElement(H,{content:null==_e?void 0:_e.description})),e.createElement("div",{className:`${In.images}`},(null===(I=null==_e?void 0:_e.img)||void 0===I?void 0:I.filename)&&e.createElement("img",{className:`${In.imagespace} ${(null==n?void 0:n.highlightText)&&In.borderimage}`,alt:"cardimg",src:null===(D=null==_e?void 0:_e.img)||void 0===D?void 0:D.filename}))),e.createElement("div",{className:`${In.productconfig}`,id:`product-configv3${r}${a}`},ve?e.createElement(e.Fragment,null,e.createElement("div",{className:In.space}),e.createElement(Ue,{stylename:In.skeletontittle,count:1}),e.createElement(Ue,{stylename:In.skeletonline,count:5}),e.createElement("div",{className:In.space}),e.createElement(Ue,{stylename:In.skeletontittle,count:1}),e.createElement(Ue,{stylename:In.skeletonline,count:5})):e.createElement("div",null,(null==_e?void 0:_e.bloks)&&(null===(B=null==_e?void 0:_e.bloks)||void 0===B?void 0:B.map(((n,t)=>e.createElement(On,{content:n,indexKey:t,constants:u,key:t}))))))),e.createElement("div",{className:`${In.detailsection}`,id:`benefits-price-section${r}${a}`},e.createElement("div",{className:`${In.benefitssection}`,id:`benefits-section${r}${a}`},(null===(A=null==_e?void 0:_e.benefits)||void 0===A?void 0:A.length)>0&&e.createElement(Bn,{content:null==_e?void 0:_e.benefits,benefitData:we,constants:u})),e.createElement("br",null),e.createElement("div",{className:`${In.giftsection}`,id:`gift-section${r}${a}`},(null==de?void 0:de.showGift)&&(null===(R=null==he?void 0:he.singleGift)||void 0===R?void 0:R.map(((n,t)=>e.createElement(gn,{content:n,key:t})))),(null==de?void 0:de.showGift)&&(null===(z=null==he?void 0:he.giftConfig)||void 0===z?void 0:z.map(((n,t)=>e.createElement(bn,{content:n,key:t,selectedGiftItem:Se,parentPoType:null==l?void 0:l.pageType})))),e.createElement("div",{className:`${In.giftsection}`,id:`cashback-section${r}${a}`},(null==he?void 0:he.cashBack)&&(null==de?void 0:de.cashbackAvailable)&&(null===(F=null==he?void 0:he.cashBack)||void 0===F?void 0:F.map(((n,t)=>e.createElement(Sn,{content:n,key:t})))))),e.createElement("div",{className:`${In.ordersection}`,id:`order-section${r}${a}`},""===(null==we?void 0:we.base)?e.createElement("div",null,e.createElement(Ue,{stylename:In.skeletontittle})):e.createElement("div",{className:`${In.flexgrid} ${In.pricesection} `,id:`price-section${r}${a}`},e.createElement(An,{priceCollection:we,constants:u,promoText:null==_e?void 0:_e.promoText})),e.createElement("div",{className:`${(null==l?void 0:l.swapButton)&&In.swapButton}`},e.createElement("div",{style:{padding:"16px 0"}},e.createElement(Rn,{isMobileFlow:be,createCartCall:be?ke:Ne,constants:u,storyContent:l,showPrice:we})),e.createElement("div",{className:In.productcontractduration,id:`contract-section${r}${a}`},(null==we?void 0:we.contractDuration)?O(null===($=null==u?void 0:u.minContractDuration)||void 0===$?void 0:$.substring(1),[null==we?void 0:we.contractDuration]):null==u?void 0:u.noContractDuration),(null===(G=null==l?void 0:l.addSmartPhone)||void 0===G?void 0:G.length)>0&&e.createElement("div",{style:{textAlign:"center",padding:"4px"}},(null==l?void 0:l.swapButton)?(null==l?void 0:l.ctaLabel)&&e.createElement("div",{style:{padding:"16px 0"}},e.createElement("button",{className:"primarybutton",onClick:()=>qn(we,l,Te)},e.createElement("span",{className:In.buttontext},null==l?void 0:l.ctaLabel))):e.createElement("span",{className:`${In.productdetailslink} ${In.addsmartphone}`},e.createElement("div",null,e.createElement("span",null,(null===(U=null===(j=null===(M=null==l?void 0:l.addSmartPhone)||void 0===M?void 0:M[0])||void 0===j?void 0:j.buttonIcon)||void 0===U?void 0:U.filename)&&e.createElement("img",{src:null===(Y=null===(q=null===(X=null==l?void 0:l.addSmartPhone)||void 0===X?void 0:X[0])||void 0===q?void 0:q.buttonIcon)||void 0===Y?void 0:Y.filename,width:12,height:18,alt:"icon"})),e.createElement("span",null,e.createElement("a",{onClick:()=>qn(we,l,Te)},null===(J=null===(K=null==l?void 0:l.addSmartPhone)||void 0===K?void 0:K[0])||void 0===J?void 0:J.buttonLabel)))))),e.createElement("div",{style:{textAlign:"center",padding:"4px"}},(null===(Q=null==_e?void 0:_e.productDetails)||void 0===Q?void 0:Q.length)>0&&e.createElement("span",{className:In.productdetailslink,onClick:()=>{re(!ie),xn(Pe,Ee,Le(_e,"",Ce))}},null==u?void 0:u.productDetailsLink)),ie&&e.createElement(Xn,{content:null==_e?void 0:_e.productDetails,showProductDetail:ie,setShowProductDetail:re,constants:u,showPrice:we,isMobileFlow:be,createCartCall:be?ke:Ne,storyContent:l}))))),se&&(null===(ee=null==l?void 0:l.loginData)||void 0===ee?void 0:ee.length)>0&&pe&&h.createPortal(e.createElement(_.LoginModalV2,{content:null===(ne=null==l?void 0:l.loginData)||void 0===ne?void 0:ne[0],closeLogin:()=>{me(!1)},metadata:i,onSuccess:()=>{me(!1),Ne()}}),pe))},Yn=({content:n,setGenericErrorModalDetails:t,metadata:o,tabIndex:l,constants:i,loginSuccess:r,activeIndex:d,mainContent:a})=>{var u,s,m;const p=I(),v=null==n?void 0:n._uid,[_,h]=e.useState(),g=null===(u=null==f?void 0:f.getInstance())||void 0===u?void 0:u.getBaseUrl();let b=void 0!==typeof window&&c.get("sunriseAuth");b=b&&JSON.parse(b),e.useEffect((()=>(setTimeout((()=>{x()}),100),null===window||void 0===window||window.addEventListener("resize",x),null===window||void 0===window||window.addEventListener("load",x),()=>{window.removeEventListener("resize",x),window.removeEventListener("load",x)})),[null==n?void 0:n.productList]);const x=()=>{var e;k(`productCardV3${d}`,null===(e=null==n?void 0:n.productList)||void 0===e?void 0:e.length)};e.useEffect((()=>{var e;_&&(null===(e=Object.keys(_))||void 0===e?void 0:e.length)>0&&Ie("view",_[v],"",Ce)}),[_]);const y=()=>{var e,o;const i=[],c=null==a?void 0:a.enableExistingCustomer,u=null==a?void 0:a.subscriptionType,s=null==n?void 0:n.isReturnPromo;var m,p;if(m=null==n?void 0:n.productList,p=i,null==m||m.map((e=>{var n,t,o,l,i,r,d,a,c,u,s;const m={id:"",promoIds:[]},v=null===(i=null===(l=null===(o=null===(t=null===(n=null==e?void 0:e.products)||void 0===n?void 0:n[0])||void 0===t?void 0:t.reference)||void 0===o?void 0:o.content)||void 0===l?void 0:l.product)||void 0===i?void 0:i[0],_=null===(u=null===(c=null===(a=null===(d=null===(r=null==e?void 0:e.promotion)||void 0===r?void 0:r[0])||void 0===d?void 0:d.reference)||void 0===a?void 0:a.content)||void 0===c?void 0:c.promoDescription)||void 0===u?void 0:u[0];m.id=null==v?void 0:v.productId,null===(s=null==m?void 0:m.promoIds)||void 0===s||s.push(null==_?void 0:_.promotionId),null==p||p.push(m)})),l===d&&!(null==_?void 0:_[v])||l===d&&r)try{null===(e=oe(i,null==n?void 0:n._uid,g,c,u,s))||void 0===e||e.then((e=>{h(e),t({showPopup:!1})})).catch((e=>{var n;console.log("error---\x3e",e),t({showPopup:!0,content:null===(n=null==a?void 0:a.telesalesBlok)||void 0===n?void 0:n[0]})}))}catch(e){console.log("error---\x3e",e),t({showPopup:!0,content:null===(o=null==a?void 0:a.telesalesBlok)||void 0===o?void 0:o[0]})}};return e.useEffect((()=>{d!=l&&d||y()}),[d]),e.useEffect((()=>{(null==b?void 0:b.siteId)&&r&&y()}),[r]),e.createElement("div",null,e.createElement("div",{className:In.titlecontainer},(null==n?void 0:n.title)&&e.createElement("div",{className:In.title},null==n?void 0:n.title),(null==n?void 0:n.subTitle)&&e.createElement("div",{className:In.description},null==n?void 0:n.subTitle)),e.createElement("div",{className:"linetableV3"},p&&e.createElement(We,{carouselIndex:d,key:d,arrow:null==a?void 0:a.enableMobileArrows},((null===(s=null==n?void 0:n.productList)||void 0===s?void 0:s.length)&&(null==n?void 0:n.productList)||new Array((null===(m=null==n?void 0:n.productList)||void 0===m?void 0:m.length)||3).fill(1)).map(((t,r)=>{var c;return e.createElement("div",{id:`productCardV3${d}`,style:{textAlign:"center"}},e.createElement(Hn,{content:t,offeringData:_,uniqueId:v,storyContent:n,metadata:o,tabIndex:l,cardsLength:null===(c=null==n?void 0:n.productList)||void 0===c?void 0:c.length,indexKey:r,constants:i,mainContent:a}))})))))};exports.AssetPathPropConfig=b,exports.Button=({type:n,text:t,onClick:o,content:l})=>e.createElement("button",{type:"button",className:`button Button-${null==l?void 0:l.type}`,onClick:o},null==l?void 0:l.text),exports.Card=({content:n,updatedContent:t,indexKey:o,listLength:l,addToCart:i,metadata:r,modalTriggered:d,showPrice:a})=>{var c,u,s,m,p,v,_,h,g,f,b,x,y,T,E,P,w,C,S,N,V,L,I,D,O,B,A,R,z,F,$,W,G,M,j,U,X,q,Y,K,Z,J,Q,ee,ne,te,oe,le,de,ae,ce,ue,se,_e,he;const ge=Object.assign({},null!==(s=null===(u=null===(c=null==n?void 0:n.testProductReference)||void 0===c?void 0:c[0])||void 0===u?void 0:u.reference)&&void 0!==s?s:null==n?void 0:n.reference),fe={listLength:l,indexKey:o,arrowUpIcon:null===(_=null===(v=null===(p=null===(m=null==ge?void 0:ge.content)||void 0===m?void 0:m.body)||void 0===p?void 0:p[0])||void 0===v?void 0:v.arrowUp)||void 0===_?void 0:_.filename,arrowDownIcon:null===(b=null===(f=null===(g=null===(h=null==ge?void 0:ge.content)||void 0===h?void 0:h.body)||void 0===g?void 0:g[0])||void 0===f?void 0:f.arrowDown)||void 0===b?void 0:b.filename,arrowLeftRed:null===(E=null===(T=null===(y=null===(x=null==ge?void 0:ge.content)||void 0===x?void 0:x.body)||void 0===y?void 0:y[0])||void 0===T?void 0:T.arrowLeftRed)||void 0===E?void 0:E.filename},be=null!==(P=null==t?void 0:t.enableNewAddToCart)&&void 0!==P&&P,xe=e.useRef(null),ye=e.useRef(null),Te=e.useMemo((()=>fe),[fe]),Ee=()=>{k("linetable-card-title",l),k("linetable-card-tooltiptxt",l),k("linetable-card-bottomConatiner",l)};return e.useEffect((()=>{setTimeout((()=>{Ee()}),100),null===window||void 0===window||window.addEventListener("resize",Ee)}),[n]),e.createElement(ie.Provider,{value:Te},e.createElement("div",{className:"linetable-card-productTeaser"},e.createElement("div",{className:"linetable-card-productContainer "},ge.content&&e.createElement(e.Fragment,null,e.createElement("div",{className:"linetable-card-titleContainer",id:`linetable-card-title${o}`,ref:xe},e.createElement("div",{className:"linetable-card-prodHeading"},null===(C=null===(w=null==ge?void 0:ge.content)||void 0===w?void 0:w.body[0])||void 0===C?void 0:C.name),e.createElement("div",{className:"linetable-card-productTitle"},e.createElement("h3",null,null===(N=null===(S=null==ge?void 0:ge.content)||void 0===S?void 0:S.body[0])||void 0===N?void 0:N.displayName),(null===(I=null===(L=null===(V=null==ge?void 0:ge.content)||void 0===V?void 0:V.body[0])||void 0===L?void 0:L.prodImage)||void 0===I?void 0:I.filename)&&e.createElement("img",{src:null===(B=null===(O=null===(D=null==ge?void 0:ge.content)||void 0===D?void 0:D.body[0])||void 0===O?void 0:O.prodImage)||void 0===B?void 0:B.filename,height:15,width:20})),e.createElement("div",{className:"linetable-card-prodDescription"},e.createElement(H,{content:null===(R=null===(A=null==ge?void 0:ge.content)||void 0===A?void 0:A.body[0])||void 0===R?void 0:R.description}))),!(null==t?void 0:t.isPrepaidFlow)&&e.createElement("hr",null)),(null==ge?void 0:ge.content)&&(null===(F=null===(z=null==ge?void 0:ge.content)||void 0===z?void 0:z.body[0])||void 0===F?void 0:F.introText)&&e.createElement(e.Fragment,null,e.createElement("div",{className:""+(be?"d-block":"d-none d-sm-block")},e.createElement("div",{className:"linetable-card-introText",id:`linetable-card-tooltiptxt${o}`,ref:ye},e.createElement(H,{content:null===(W=null===($=null==ge?void 0:ge.content)||void 0===$?void 0:$.body[0])||void 0===W?void 0:W.introText})),e.createElement("hr",null))),null===(j=(null===(M=null===(G=null==ge?void 0:ge.content)||void 0===G?void 0:G.body[0])||void 0===M?void 0:M.entitlementConfig)||[])||void 0===j?void 0:j.map(((t,o)=>e.createElement(re,{content:t,product:n,key:o,indexKey:o,showEntitleValue:be,metadata:r,modalTriggered:d}))),e.createElement("hr",null),e.createElement("div",{id:`linetable-card-bottomConatiner${o}`,className:"linetable-card-bottomConatiner"},e.createElement("div",{className:"linetable-card-productDetailSection"},(null===(Y=null===(q=null===(X=null===(U=null==ge?void 0:ge.content)||void 0===U?void 0:U.body)||void 0===X?void 0:X[0])||void 0===q?void 0:q.productDetailIcon)||void 0===Y?void 0:Y.filename)&&e.createElement("img",{src:null===(Q=null===(J=null===(Z=null===(K=null==ge?void 0:ge.content)||void 0===K?void 0:K.body)||void 0===Z?void 0:Z[0])||void 0===J?void 0:J.productDetailIcon)||void 0===Q?void 0:Q.filename,width:24,height:24}),e.createElement(pe,{content:null===(ne=null===(ee=null==ge?void 0:ge.content)||void 0===ee?void 0:ee.body)||void 0===ne?void 0:ne[0],updatedContent:t,modalTriggered:d,addToCart:i})),e.createElement("div",null,(null===(le=null===(oe=null===(te=null==ge?void 0:ge.content)||void 0===te?void 0:te.body)||void 0===oe?void 0:oe[0])||void 0===le?void 0:le.isEnablePrice)&&e.createElement(me,{content:null===(ae=null===(de=null==ge?void 0:ge.content)||void 0===de?void 0:de.body)||void 0===ae?void 0:ae[0],addToCart:i,variant:"productCard"})),e.createElement("div",null,!(null===(se=null===(ue=null===(ce=null==ge?void 0:ge.content)||void 0===ce?void 0:ce.body)||void 0===ue?void 0:ue[0])||void 0===se?void 0:se.isEnablePrice)&&!(null==t?void 0:t.staticPrice)&&e.createElement(ve,{content:null===(he=null===(_e=null==ge?void 0:ge.content)||void 0===_e?void 0:_e.body)||void 0===he?void 0:he[0],showPrice:a,addToCart:i}))))))},exports.CardEntitlement=re,exports.CarouselComp=n=>e.createElement(e.Fragment,null,e.createElement(s,{responsive:{desktop:{breakpoint:{max:7e3,min:1440},items:4},tabletLarge:{breakpoint:{max:1439,min:1024},items:3},tabletMedium:{breakpoint:{max:1023,min:768},items:2},mobile:{breakpoint:{max:767,min:0},items:1}},deviceType:"desktop",ssr:!0,renderButtonGroupOutside:!0,partialVisible:!0,swipeable:!0,autoPlay:!1,shouldResetAutoplay:!1,arrows:!0},n.children),e.createElement("p",null,"compo")),exports.LineTableBasicPropConfig=f,exports.LoginModal=({toggleFun:n})=>(e.useState(!1),e.createElement("div",{className:"loginModal"},e.createElement("div",{className:"w-100 h-100 d-flex position-relative justify-content-center align-items-center"},e.createElement("div",{className:"loginContainer"},"Hi Angles Kathirvel",e.createElement("button",{onClick:n},"Close"))))),exports.ProductTableV3=({content:t,metadata:o,setGenericErrorModalDetails:l,loginSuccess:r,lineCheckCallBack:d,tabCheckCallBack:a,changeAddressClicked:u})=>{var s,m,p;const[v,_]=e.useState(),[h,g]=e.useState(),[b,x]=e.useState(0);let y="undefined"!=typeof window&&localStorage.getItem("lineCheckResponse"),T=y&&(null===JSON||void 0===JSON?void 0:JSON.parse(y)),E="undefined"!=typeof window&&c.get("chAddressJson");const C=null===(s=null==f?void 0:f.getInstance())||void 0===s?void 0:s.getSBUrl(),k=C+P,S=C+w,N={find_by:"uuid",language:null==o?void 0:o.lang,type:"B2C",value:null==o?void 0:o.storyId};return e.useEffect((()=>{var e,t;(e=k,t=N,J(void 0,void 0,void 0,(function*(){try{return yield n.CMSStoryblokServiceV2.get(e,t).then((e=>{var n,t,o;const l=null===(o=null===(t=null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.story)||void 0===t?void 0:t.content)||void 0===o?void 0:o.body;for(const e of l)if("productTableV2"==e.component||"productTableWithOutLC"===e.component||"prodConfigContainer"===e.component)return e})).catch((e=>{throw e}))}catch(e){return e}}))).then((e=>g(e))),((e="en",t)=>{try{return n.CMSStoryblokServiceV2.get(t,{dimension:e,per_page:1e3,type:"B2C"}).then((e=>{var n;const t={};((null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.datasource_entries)||[]).map((e=>{t[e.name]=null!=e.dimension_value?e.dimension_value:e.value}));try{localStorage.removeItem("sbstaticcontent"),localStorage.setItem("sbstaticcontent",JSON.stringify(t))}catch(e){}return t})).catch((e=>e))}catch(e){throw Error("Promise failed")}})(null==o?void 0:o.lang,S).then((e=>_(e))).catch((e=>console.log(e)))}),[]),e.useEffect((()=>{var e,n,t;const o=new URLSearchParams(null===(e=null===window||void 0===window?void 0:window.location)||void 0===e?void 0:e.search),l=null==o?void 0:o.get("tabOption");h&&null!==l&&((null==h?void 0:h.productContainer)||[]).map(((e,n)=>{(null==e?void 0:e.tabId)===l&&x(n)}));const i=null===(t=null===(n=null==h?void 0:h.productContainer)||void 0===n?void 0:n[b])||void 0===t?void 0:t.tabId;null==a||a(i)}),[h]),e.useEffect((()=>{y="undefined"!=typeof window&&localStorage.getItem("lineCheckResponse"),T=y&&(null===JSON||void 0===JSON?void 0:JSON.parse(y)),E="undefined"!=typeof window&&c.get("chAddressJson")}),[u]),e.createElement("div",{id:"reusable-linetable"},(null==h?void 0:h.productContainer)&&e.createElement(e.Fragment,null,e.createElement(ae,null,e.createElement("div",{className:`row justify-content-center ${Fe.tabblock}`},(null===(m=null==h?void 0:h.productContainer)||void 0===m?void 0:m.length)>1&&e.createElement("div",{className:` ${Fe.tabcontainer}`},((null==h?void 0:h.productContainer)||[]).map(((n,t)=>e.createElement("div",{className:` ${Fe.tabs} ${b===t?Fe.tabcontentactive:Fe.tabcontentinactive}`,key:null==n?void 0:n.tabCaption},e.createElement("label",{className:` ${Fe.tabcontent} `},e.createElement("input",{type:"radio",checked:b===t,onChange:()=>{x(t),null==a||a(null==n?void 0:n.tabId),xn(Pe,Se,{click_text:null==n?void 0:n.tabCaption})}}),null==n?void 0:n.tabCaption))))))),e.createElement(ae,{resuablelineTable:!0},e.createElement("div",{className:"position-relative "},e.createElement(i.Carousel,{activeIndex:b,indicators:!1,controls:!1,interval:null,id:"pt-carousel",slide:!1},(null===(p=null==h?void 0:h.productContainer)||void 0===p?void 0:p.length)>0&&((null==h?void 0:h.productContainer)||[]).map(((n,t)=>e.createElement(i.Carousel.Item,{key:t},e.createElement(Vn,{content:Object.assign(Object.assign({},n),{pageType:n.pageType,dynamicProductOffer:!0,tabIndex:t,activeIndex:b,lineTableContent:h}),metadata:o,activeIndex:b,lineCheckCallBack:d,tabCheckCallBack:a,sbStaticConstants:v,address:E,eligibleBundle:T,setGenericErrorModalDetails:l,loginSuccess:r})))))))))},exports.ProductTeaser=({content:t,lineCheckCallBack:o,offerDataCallBack:l,productCallBack:i,tableSelectedTab:r})=>{var d,a,c,m,p,v,_,h;const[g,f]=e.useState([]),[b,T]=e.useState(""),[E,P]=e.useState(!1),w=null===(d=null==he?void 0:he.getInstance())||void 0===d?void 0:d.getBaseUrl(),C=I(),k=null===(a=(null==t?void 0:t.productTeaserSlides)||[])||void 0===a?void 0:a.map((e=>null==e?void 0:e.tabTitle)),N=e=>{var n,o,l,i;const r=null!==(i=null===(l=null===(o=null===(n=(null==t?void 0:t.productTeaserSlides)||[])||void 0===n?void 0:n.filter((n=>(null==n?void 0:n.tabTitle)===e)))||void 0===o?void 0:o[0])||void 0===l?void 0:l.heading)&&void 0!==i?i:"";var d,a;d=Se,a=r,window.dataLayer.push({event:Pe,event_name:d,click_text:a})},V=[];return null===(c=(null==t?void 0:t.productTeaserSlides)||[])||void 0===c||c.forEach(((e,n)=>{var t,o;(null==e?void 0:e.productId)&&0===(null===(t=V.filter((n=>n.id===(null==e?void 0:e.productId))))||void 0===t?void 0:t.length)&&V.push({id:null==e?void 0:e.productId,promoIds:[(null==e?void 0:e.promoId)?null==e?void 0:e.promoId:(null==e?void 0:e.productType)===F?$:W]}),(null==e?void 0:e.tvProductId)&&0===(null===(o=V.filter((n=>(null==n?void 0:n.id)===(null==e?void 0:e.tvProductId))))||void 0===o?void 0:o.length)&&V.push({id:null==e?void 0:e.tvProductId,promoIds:[(null==e?void 0:e.promoId)?null==e?void 0:e.promoId:$]})})),e.useEffect((()=>{var e,t;0===(null==g?void 0:g.length)&&(e=V,t=w,J(void 0,void 0,void 0,(function*(){try{localStorage.removeItem("entertainment");const o={headers:{"x-correlation-id":u.v4(),"x-sunrise-channel":x}},l=t+y,i=yield n.ApiServiceV2.getApiServiceInstance().post(l,e,o).then((e=>{if(200==e.status)return null==e?void 0:e.data}));if(i.error)return i.error;{const e=[];return null==i||i.forEach((n=>{e[n.id]=n})),e}}catch(e){console.log("error---\x3e",e)}}))).then((e=>{var n;e&&(null===(n=Object.keys(e))||void 0===n?void 0:n.length)>0&&f(e)})).catch((e=>{console.log("error---\x3e",e)}))}),[]),e.useEffect((()=>{var e;(null===(e=null==t?void 0:t.productTeaserSlides)||void 0===e?void 0:e.map((e=>e.productType))).map((e=>{var n,o,r,d,a,c,u,s,m,p,v,_,h;if(1==(null===(n=Object.keys(g))||void 0===n?void 0:n.length)&&"function"==typeof l&&e===G&&"function"==typeof i){const e=null===(r=null===(o=null==V?void 0:V[0])||void 0===o?void 0:o.promoIds)||void 0===r?void 0:r[0],n=null===(d=null==V?void 0:V[0])||void 0===d?void 0:d.id;l(g[n],e,b),i(n)}else if((null===(a=Object.keys(g))||void 0===a?void 0:a.length)>1&&"function"==typeof l&&e===G&&"function"==typeof i){const e=null!==(m=null===(s=null===(u=null===(c=null==V?void 0:V.filter((e=>(null==e?void 0:e.id)===b)))||void 0===c?void 0:c[0])||void 0===u?void 0:u.promoIds)||void 0===s?void 0:s[0])&&void 0!==m?m:"",n=null!==(_=null===(v=null===(p=null==V?void 0:V.filter((e=>(null==e?void 0:e.id)===b)))||void 0===p?void 0:p[0])||void 0===v?void 0:v.id)&&void 0!==_?_:"";l(g[b],e,b),i(n)}else e===F&&(null===(h=null==t?void 0:t.productTeaserSlides)||void 0===h||h.map((e=>{var n,t,o,i,r;const d=E?null==e?void 0:e.tvProductId:null==e?void 0:e.productId;if((null===(n=Object.keys(g))||void 0===n?void 0:n.length)>0&&"function"==typeof l){const e=null!==(r=null===(i=null===(o=null===(t=null==V?void 0:V.filter((e=>(null==e?void 0:e.id)===d)))||void 0===t?void 0:t[0])||void 0===o?void 0:o.promoIds)||void 0===i?void 0:i[0])&&void 0!==r?r:"";l(g[d],e)}})))}))}),[g,b,E]),e.useEffect((()=>{""!==b&&N(b)}),[b]),e.createElement("div",{className:"position-relative"},(null===(m=null==t?void 0:t.productTeaserSlides)||void 0===m?void 0:m.length)>0&&C&&e.createElement(s,{responsive:{desktop:{breakpoint:{max:7e3,min:1440},items:1},tabletLarge:{breakpoint:{max:1439,min:1024},items:1},tabletMedium:{breakpoint:{max:1023,min:768},items:1},mobile:{breakpoint:{max:767,min:0},items:1}},autoPlay:!1,shouldResetAutoplay:!1,showDots:1!==(null===(p=null==t?void 0:t.productTeaserSlides)||void 0===p?void 0:p.length),customDot:e.createElement((n=>{const{onClick:t,active:o,index:l}=n;return o&&T(k[l]),e.createElement("button",{className:o?_e.stageTeaserTabActive:_e.stageTeaserTab,onClick:()=>t()},k[l])}),null),dotListClass:_e.carousel_dot,itemClass:_e.carouselItem,ssr:!0,arrows:!1,containerClass:`${_e.carouselContainer} ${S(null===(_=null===(v=null==t?void 0:t.productTeaserSlides)||void 0===v?void 0:v[0])||void 0===_?void 0:_.gradientBackground)}`,sliderClass:_e.sliderClass,customButtonGroup:e.createElement((n=>{var o,l,i;return e.createElement(e.Fragment,null,(null===(o=null==t?void 0:t.productTeaserSlides)||void 0===o?void 0:o.length)>1&&C!==G&&e.createElement("div",{style:{textAlign:"center"}},e.createElement("button",{disabled:0===(null===(l=null==n?void 0:n.carouselState)||void 0===l?void 0:l.currentSlide),className:_e.leftArrow,onClick:n.previous}),e.createElement("button",{disabled:(null===(i=null==n?void 0:n.carouselState)||void 0===i?void 0:i.currentSlide)+1===(null==n?void 0:n.carouselState.totalItems),className:_e.rightArrow,onClick:n.next})))}),null),customTransition:"transform 1s ease",transitionDuration:500},null===(h=(null==t?void 0:t.productTeaserSlides)||[])||void 0===h?void 0:h.map(((n,l)=>e.createElement(ze,{content:t,slides:n,index:l,offeringData:g,lineCheckCallBack:o,setEnableToggle:P,tableSelectedTab:r})))))},exports.ProductTeaserPropConfig=he,exports.StaticLineTable=({content:n,tabCheckCallBack:t,setGenericErrorModalDetails:o,metadata:l,loginSuccess:r})=>{var d,a,c;const[u,s]=e.useState(0),m=null===(d=null==n?void 0:n.oneEcomConstants)||void 0===d?void 0:d[0];return e.useEffect((()=>{var e,o,l;const i=new URLSearchParams(null===(e=null===window||void 0===window?void 0:window.location)||void 0===e?void 0:e.search),r=null==i?void 0:i.get("tabOption");n&&null!==r&&((null==n?void 0:n.productContainer)||[]).map(((e,n)=>{(null==e?void 0:e.tabId)===r&&s(n)}));const d=null===(l=null===(o=null==n?void 0:n.productContainer)||void 0===o?void 0:o[u])||void 0===l?void 0:l.tabId;null==t||t(d)}),[n]),e.createElement("div",null,e.createElement("div",{id:"static-linetable"},(null==n?void 0:n.productContainer)&&e.createElement(e.Fragment,null,e.createElement(ae,null,e.createElement("div",{className:`row justify-content-center ${In.tabblock}`},(null===(a=null==n?void 0:n.productContainer)||void 0===a?void 0:a.length)>1&&e.createElement("div",{className:` ${In.tabcontainer}`},((null==n?void 0:n.productContainer)||[]).map(((n,o)=>e.createElement("div",{className:` ${In.tabs} ${u===o?In.tabcontentactive:In.tabcontentinactive}`,key:null==n?void 0:n.tabCaption},e.createElement("label",{className:` ${In.tabcontent} `},e.createElement("input",{type:"radio",checked:u===o,onChange:()=>{s(o),null==t||t(null==n?void 0:n.tabId),xn(Pe,Se,{click_text:null==n?void 0:n.tabCaption})}}),null==n?void 0:n.tabCaption))))))),e.createElement(ae,{resuablelineTable:!0},e.createElement("div",{className:"position-relative "},e.createElement(i.Carousel,{activeIndex:u,indicators:!1,controls:!1,interval:null,id:"pt-carousel",slide:!1},(null===(c=null==n?void 0:n.productContainer)||void 0===c?void 0:c.length)>0&&((null==n?void 0:n.productContainer)||[]).map(((t,d)=>e.createElement(i.Carousel.Item,{key:d},e.createElement(Yn,{content:t,setGenericErrorModalDetails:o,metadata:l,tabIndex:d,constants:m,loginSuccess:r,activeIndex:u,mainContent:n}))))))))))},exports.StickyProductAnchor=({content:n,offerData:t,lineCheckCallBack:o})=>{var l,i,r,d,a,u,s,m,p,v;const _=null===(l=null==f?void 0:f.getInstance())||void 0===l?void 0:l.getCartUrl(),[g,b]=e.useState(!1),[x,y]=e.useState(!1),[T,E]=e.useState("noFalconStyle"),[P,w]=e.useState("noFalconStyle"),[C,k]=e.useState(!1),S=I(),V=null===(i=null==n?void 0:n.filter((e=>(null==e?void 0:e.productId)===(null==t?void 0:t.id))))||void 0===i?void 0:i[0];let L=0;L=(null==t?void 0:t.derivedPrice)?null===(d=null===(r=null==t?void 0:t.derivedPrice)||void 0===r?void 0:r[0])||void 0===d?void 0:d.value:null===(u=null===(a=null==t?void 0:t.prices)||void 0===a?void 0:a[0])||void 0===u?void 0:u.value;const D=e=>{const n=(null==e?void 0:e.id)&&document.getElementById(null==e?void 0:e.id);k(!1),n&&n.scrollIntoView({behavior:"smooth",block:"start",inline:"nearest"})},O=()=>e.createElement("div",{className:Ln.priceSection},"CHF"," ",N(L),e.createElement("span",{className:Ln.priceDuration},null==V?void 0:V.monthText));e.useEffect((()=>{const e=()=>{var e;const n=document.getElementById("productTeaser");if(!n)return;const{top:t,bottom:o}=n.getBoundingClientRect(),l=(null===window||void 0===window?void 0:window.innerHeight)||document.documentElement.clientHeight;b(t<l&&o>=0);let i=document.querySelectorAll(".sticky-header2");const r=document.getElementById("stickyAnchorContainer"),d=document.querySelectorAll(".sticky-header");if(null!=d){const e=(null==d?void 0:d.length)>0?"falconStyle":"noFalconStyle";E(e)}if(null!=i){const n=null===(e=null==i?void 0:i[0])||void 0===e?void 0:e.offsetHeight;w(n>=75?"noFalconStyle2":"falconStyle2")}const a=null==r?void 0:r.offsetTop;a&&window.scrollY>a?y(!0):y(!1);const c=document.getElementById("dropDownContainer");null==c||c.offsetTop};return window.addEventListener("scroll",e),()=>{window.removeEventListener("scroll",e)}}),[]);let B;try{B=null===(s=document.getElementsByTagName("header"))||void 0===s?void 0:s[0]}catch(e){}return B?e.createElement(e.Fragment,null,(null==V?void 0:V.productName)&&e.createElement(e.Fragment,null,h.createPortal(e.createElement(e.Fragment,null,e.createElement("div",{className:`${Ln.stickyAnchorContainer} ${x?Ln.offsetClass:Ln.nonOffsetClass} ${Ln[T]} ${Ln[P]}`,id:"stickyAnchorContainer"},e.createElement(ae,null,e.createElement("div",{className:Ln.productContainer},e.createElement("div",{className:Ln.productTitle},(S===U||S===G)&&e.createElement("img",{onClick:()=>{k(!C)},className:`${Ln.arrowIcon} ${C?Ln.clockwise:Ln.counterclockwise}`,src:null===(m=null==V?void 0:V.arrowUp)||void 0===m?void 0:m.filename}),e.createElement("div",null,null==V?void 0:V.productName,e.createElement("div",{className:Ln.productPrice},L>0&&(S===U||S===G)&&e.createElement(e.Fragment,null,O())))),e.createElement("div",{className:Ln.contentWrapper},S!==U&&S!==G&&e.createElement(e.Fragment,null,e.createElement("span",{className:Ln.benefitsContainer},null===(p=(null==V?void 0:V.benefits)||[])||void 0===p?void 0:p.map((n=>e.createElement("div",{className:Ln.benefits,onClick:()=>D(n)},null==n?void 0:n.title)))),L>0&&e.createElement(e.Fragment,null,O())),(null==V?void 0:V.buyBtn)&&e.createElement("button",{className:Ln.buyNowButton,onClick:(null==V?void 0:V.productType)===G?()=>{(null==t?void 0:t.id)&&Re(xe,[t],"",Te),(null==t?void 0:t.id)&&te([t],"",(null==t?void 0:t.promoId)?null==t?void 0:t.promoId:"",_,G).then((e=>{var n;c.remove("one-commerce-cartId",{path:"/"}),c.set("one-commerce-cartId",null==e?void 0:e.id,{path:"/"}),c.set("cartProduct",null==V?void 0:V.productId,{path:"/"}),window.location.href=null!==(n=null==V?void 0:V.checkoutUrl)&&void 0!==n?n:""})).catch((e=>{console.log(e)}))}:()=>{var e,n,l;const i=localStorage.getItem("lineCheckResponse"),r=i&&JSON.parse(i),d=c.get("one-commerce-linecheckcorrelationid"),a=c.get("chAddressJson"),u=null!==(e=null==V?void 0:V.productId)&&void 0!==e?e:"",s=a&&r&&(null==r?void 0:r.eligibleBundle.includes(u));r&&a&&d?s&&(0!==(null===(n=Object.keys(t))||void 0===n?void 0:n.length)&&Re(xe,[t],V,Te),0!==(null===(l=Object.keys(t))||void 0===l?void 0:l.length)&&te([t],"",(null==t?void 0:t.promoId)?null==t?void 0:t.promoId:$,_,F).then((e=>{var n;c.remove("one-commerce-cartId",{path:"/"}),c.set("one-commerce-cartId",null==e?void 0:e.id,{path:"/"}),c.set("cartProduct",u,{path:"/"}),c.remove("landline"),window.location.href=null!==(n=null==V?void 0:V.checkoutUrl)&&void 0!==n?n:""})).catch((e=>{console.log(e)}))):"function"==typeof o&&o()}},null==V?void 0:V.buyBtn))))),(null==V?void 0:V.productName)&&C&&e.createElement("div",{className:`${Ln.stickyAnchorContainer} ${x?Ln.offsetClass2:Ln.nonOffsetClass}`,id:"dropDownContainer"},e.createElement("span",{className:Ln.benefitsContainer2},null===(v=(null==V?void 0:V.benefits)||[])||void 0===v?void 0:v.map((n=>e.createElement("div",{className:Ln.subcontain,onClick:()=>D(n)},null==n?void 0:n.title)))))),B))):e.createElement(e.Fragment,null)};
2
2
  //# sourceMappingURL=index.js.map