"use strict";(self.webpackChunkui=self.webpackChunkui||[]).push([[6],{72:function(e,t,n){var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CartItem=void 0;const r=n(0),a=(n(2),n(6)),s=n(172),i=o(n(28)),l=n(173),c=n(21),u=n(1),d=n(7),p=n(17),{productItem:m,itemImage:h,itemDetails:y,itemTitle:v,itemSubtitle:f,itemPriceContainer:_,itemPrice:C,itemOriginalPriceContainer:x,itemOriginalPrice:j,itemOriginalPriceSale:g,itemDelivery:b,trashIcon:$,quantityControls:k,noArrows:M,disabled:I,itemFlavor:N,currencyCodeStyle:w}=i.default,S=async({updateCart:e,ids:t,item:n,quantity:o,operationType:r,changeToCart:a})=>{if(Array.isArray(t))await(async({updateCart:e,ids:t,item:n,quantity:o,operationType:r})=>{const a=t.reduce(((e,t)=>{const n=t.toString();return e[n]=(e[n]||0)+1,e}),{}),s={};n.bundleItems.map((e=>{const t=a[e.key];let n=o*t;switch(r){case"increment":n+=t;break;case"decrement":n-=t;break;case"remove":n=0}s[e.key]={final_price:e.price,image:e.image,price:e.price,product_title:e.product_title,url:e.url,variant_id:e.variant_id,variant_title:e.variant_title,vendor:e.vendor,quantity:n}})),await e(s)})({updateCart:e,ids:t,item:n,quantity:o,operationType:r});else{let e=o;switch(r){case"change":e=o;break;case"decrement":e=o-1;break;case"increment":e=o+1;break;case"remove":e=0}await a({id:t.toString(),quantity:e})}};t.CartItem=({item:e,useSharedState:t,inputLoading:n,setInputLoading:o})=>{const{changeToCart:i,updateCart:B,cart:T}=t,P=(0,u.useMemo)((()=>{const t=e.price;return isNaN(t)?" - ":t?(t/100).toFixed(2):"0.00"}),[e.price,false]),F=(0,u.useMemo)((()=>t?.findSymbol(T.currency)?.currencySymbol),[T.currency]),D=(0,u.useMemo)((()=>(0,d.currencyCodeIfneeded)({currencySymbol:F,featureInternationalization:t.featureInternationalization,countryCode:t.countryCode,currencyCode:T.currency})),[F,T.currency,t]),O=(0,u.useMemo)((()=>isNaN(e?.properties?._compare_at_price)?"":e.properties?._compare_at_price?(e?.properties?._compare_at_price/100).toFixed(2):""),[e.properties?._compare_at_price,false]),L=((t,n)=>{let r;return(...t)=>{r&&clearTimeout(r),r=window.setTimeout((()=>{(async t=>{o(!0);try{S({ids:t,quantity:0,item:e,operationType:"remove",changeToCart:i,updateCart:B})}catch(e){console.error("Error remove item from cart:",e)}finally{o(!1)}})(...t)}),250)}})();return(0,r.jsxs)("div",{className:`productItem ${m}`,children:[(0,r.jsx)("a",{href:(0,c.sanitizeUrl)(e.url),className:"linkProductItem",children:(0,r.jsx)("img",{src:(0,a.getFastImage)((0,l.imageResize)(e?.featured_image?.url||e.image||"",180)),alt:e?.featured_image?.alt,className:`itemImage ${h}`})}),(0,r.jsxs)("div",{className:`itemDetails ${y}`,children:[(0,r.jsx)("a",{href:(0,c.sanitizeUrl)(e.url),className:`itemTitle ${v}`,children:e.product_title}),(0,r.jsxs)("p",{className:`itemSubtitle ${f}`,children:[(0,p.fixVariantTitle)(e.variant_title),(e.selling_plan_allocation||"Subscription"===e?.properties?._rc_bundle_status)&&" | Subscription"]}),(e.selling_plan_allocation||"Subscription"===e?.properties?._rc_bundle_status)&&(0,r.jsx)("p",{className:`itemDelivery ${b}`,children:"Delivers Every 30 Days"}),e.properties?.["Flavor 1"]&&(0,r.jsxs)("div",{children:[(0,r.jsxs)("p",{className:N,children:["Flavor 1: ",e.properties["Flavor 1"]]}),(0,r.jsxs)("p",{className:N,children:["Flavor 2: ",e.properties["Flavor 2"]]})]}),e.properties?.["Flavor 3"]&&(0,r.jsx)("div",{children:(0,r.jsxs)("p",{className:N,children:["Flavor 3: ",e.properties["Flavor 3"]]})}),(0,r.jsxs)("p",{className:`itemPriceContainer ${_}`,children:[(0,r.jsxs)("span",{className:`itemPrice ${C}`,children:[!!D&&(0,r.jsx)("span",{className:`currencyCodeStyle ${w}`,children:`${D} `}),`${F}${P}`]}),!!O&&P!==O&&(0,r.jsxs)("span",{className:`itemOriginalPriceContainer ${x}`,children:[(0,r.jsxs)("span",{className:`itemOriginalPrice ${j}`,children:["$",O]}),(0,r.jsx)("span",{className:`itemOriginalPriceSale ${g}`,children:"Sale"})]})]}),(0,r.jsxs)("div",{className:`quantityControls ${k} ${n&&I}`,children:[(0,r.jsx)("button",{onClick:()=>(async(t,n)=>{o(!0);try{S({ids:t,quantity:n,item:e,operationType:"decrement",changeToCart:i,updateCart:B})}catch(e){console.error("Error incrementing item quantity:",e)}finally{o(!1)}})(e.key||e.bundleItemsKeys,e.quantity),disabled:n,children:"−"}),(0,r.jsx)("input",{className:`noArrows ${M} ${n&&I}`,type:"number",value:e.quantity,onChange:t=>{const n=t.target;if(n){const t=parseInt(n.value,10)||1;(async(t,n)=>{o(!0);try{S({ids:t,quantity:n,item:e,operationType:"change",changeToCart:i,updateCart:B})}catch(e){console.error("Error updating cart:",e)}finally{o(!1)}})(e.key||e.bundleItemsKeys,t)}},min:"1"}),(0,r.jsx)("button",{onClick:()=>(async(t,n)=>{o(!0);try{S({ids:t,quantity:n,item:e,operationType:"increment",changeToCart:i,updateCart:B})}catch(e){console.error("Error incrementing item quantity:",e)}finally{o(!1)}})(e.key||e.bundleItemsKeys,e.quantity),disabled:n,children:"+"})]})]}),(0,r.jsx)("button",{className:`${$} trashIcon`,onClick:()=>L(e.key||e.bundleItemsKeys),disabled:n,children:(0,r.jsx)(s.Trash,{})})]})}},16:function(e,t,n){var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CartMenu=void 0;const r=n(0),a=(n(2),o(n(27))),s=n(1),i=n(0),l=n(36),c=n(110),u=n(6),d=n(72),p=o(n(30)),m=n(7),h=n(37),y=n(50),{cartMenu:v,cartDiscount:f,cartMenuOpen:_,cartMenuClose:C,cartMenuContainer:x,topTitle:j,crossIcon:g,labelShip:b,labelShipGoogleBadge:$,buttonsContainers:k,allItemsContainer:M,emptyCartContainer:I,emptyIconContainer:N,hoverContainer:w,continueBrowsing:S,checkoutButton:B,continueShopButton:T,googleBadgeContainer:P}=a.default,{loadBar:F}=p.default;(0,u.setConfig)([{folder:"stars-honey",template:"https://cdn.shopify.com/s/files/1/0664/6100/8105/"},{folder:"stars-honey",template:"https://starsandhoney.com/cdn/shop/files/"}]),t.CartMenu=({useSharedState:e,featureGoogleBadge:t})=>{const{cart:n,setShowCart:o,showCart:a,loadingAddToCart:u,fakeBundle:p}=e,D=e=>{},O=(0,s.useMemo)((()=>n?.items?.reduce(((e,t)=>{const n=t?.properties?._dynamicBoxIndex;return n&&(e[n]||(e[n]=[]),e[n].push(t)),e}),{})),[n.items]),L=(0,s.useMemo)((()=>{const e=[];for(const t in O){const n=O[t],o="10-PACK---"===n[0]?.variant_title||"10-PACK-----"===n[0]?.variant_title?30:20,r=20===o?"20-PACK":"30-PACK",a=n.reduce(((e,t)=>e+10*t.quantity),0),s=Math.ceil(a/o),i=n.reduce(((e,t)=>e+t?.price*t.quantity),0)/s,l=n.reduce(((e,t)=>e+t.original_price*t.quantity),0)/s,c=n[0]?.product_title,u=n[1]?.product_title||n[0]?.product_title,d=n[2]?.product_title||(n[1]?.quantity>n[0]?.quantity?u:c),p={"Flavor 1":u,"Flavor 2":c,_compare_at_price:n[0]?.properties?._compare_at_price,_rc_bundle_status:n[0]?.properties?._rc_bundle_status};30===o&&(n[2]?(p["Flavor 1"]=d,p["Flavor 2"]=u,p["Flavor 3"]=c):(p["Flavor 1"]=c,p["Flavor 2"]=d,p["Flavor 3"]=u));let m=[];m[0]=n[0]?.key,m[1]=n[1]?.key||n[0]?.key,30===o&&(m[2]=n[2]?.key||(n[0]?.quantity>n[1]?.quantity?n[0]?.key:n[1]?.key)||n[0]?.key);const h={properties:p,quantity:s,product_title:"Signature Flavors Variety Set",price:i,original_price:l,url:"/products/signature-flavors-variety-set",featured_image:{alt:"Variety Set",url:"https://cdn.shopify.com/s/files/1/0664/6100/8105/files/ProductFamilyALL1_1_1_18861295-198d-4f5f-b6cd-b13087ac76e5_180x.png?v=1708860545"},image:"https://cdn.shopify.com/s/files/1/0664/6100/8105/files/ProductFamilyALL1_1_1_18861295-198d-4f5f-b6cd-b13087ac76e5_180x.png?v=1708860545",variant_title:r,bundleItems:n,bundleItemsKeys:m};n.some((e=>e.selling_plan_allocation))&&(h.selling_plan_allocation="true"),e.push(h)}return e}),[O]),z=[],q=n?.items?.map((e=>{if(e?.id===h.SHIPPING_ITEM_ID)return null;if(0===e?.quantity)return null;if(!e?.properties?._dynamicBoxIndex)return e;if(z.includes(e?.properties?._dynamicBoxIndex))return null;return L.find((t=>t?.bundleItems?.[0]?.properties?._dynamicBoxIndex===e?.properties?._dynamicBoxIndex?(z.push(e?.properties?._dynamicBoxIndex),t):null))||void 0})).filter((e=>!!e)),E=(0,s.useMemo)((()=>{const e=p?.items?.[0]?.final_price;let t=n.total_price;return e&&(t+=e),t?(t/100).toFixed(2):"0.00"}),[n.total_price,p?.items?.[0]?.final_price]),A=(0,s.useMemo)((()=>{if(!n?.cart_level_discount_applications?.[0])return"";let e=n?.cart_level_discount_applications?.[0]?.discount_application||n?.cart_level_discount_applications?.[0];return`${e?.title}: -$${(e?.total_allocated_amount/100).toFixed(2)}`}),[n?.cart_level_discount_applications]),H=(0,s.useMemo)((()=>e?.findSymbol(n.currency)?.currencySymbol),[n.currency]),V=(0,s.useMemo)((()=>(0,m.currencyCodeIfneeded)({currencySymbol:H,featureInternationalization:e.featureInternationalization,countryCode:e.countryCode,currencyCode:n.currency})),[H,n.currency,e]),K=(0,s.useMemo)((()=>!(n?.items?.length>0||p?.items?.length>0)),[q,p,a]);return(0,s.useEffect)((()=>(document.documentElement.style.overflow=a?"hidden":"",()=>{document.documentElement.style.overflow=""})),[a]),(0,r.jsx)("div",{className:`${v} cartMenu ${a?_:C}`,onClick:()=>o(!1),children:(0,r.jsxs)("div",{className:`cartMenuContainer ${x} ${a?_:C}`,onClick:e=>e.stopPropagation(),children:[(0,r.jsxs)("div",{className:`topTitle ${j}`,children:["CART",(0,r.jsx)("div",{className:`crossIcon ${g}`,role:"button",onClick:()=>o(!1),children:(0,r.jsx)(l.Cross,{})})]}),(0,r.jsxs)("div",{style:{display:K?"none":"block"},children:[(0,r.jsxs)("div",{className:`allItemsContainer ${M}`,children:[p?.items?.[0]&&p?.items?.[0]?.id!==h.SHIPPING_ITEM_ID&&(0,r.jsx)(d.CartItem,{item:p?.items?.[0],useSharedState:e,setInputLoading:D,inputLoading:!1}),!!q&&q?.map((t=>(0,r.jsx)(d.CartItem,{item:t,useSharedState:e,setInputLoading:D,inputLoading:!1},t.key))),(0,r.jsx)("p",{className:`labelShip ${b} ${t&&$}`,children:"US"===e.countryCode&&(0,r.jsxs)(i.Fragment,{children:[(0,r.jsx)("span",{children:"★"})," Always Free Shipping"]})})]}),(0,r.jsxs)("div",{className:k,children:[(0,r.jsx)("button",{className:`continueShopButton ${T}`,onClick:()=>o(!1),children:"Continue Shopping →"}),A&&(0,r.jsx)("div",{className:`cartDiscount ${f}`,children:A}),(0,r.jsx)("form",{id:"form",action:"/checkout",method:"post",children:(0,r.jsxs)("button",{className:`checkoutButton ${B}`,children:["CHECKOUT • ",`${V} ${H}${E}`]})}),t&&(0,r.jsx)("div",{className:`googleBadgeContainer ${P}`,children:(0,r.jsx)(y.GoogleBadge,{})})]})]}),(0,r.jsxs)("div",{className:`emptyCartContainer ${I}`,style:{display:K?"flex":"none"},children:[u&&(0,r.jsx)("div",{className:`loadBar ${F}`}),(0,r.jsx)("p",{children:"Your cart is empty."}),(0,r.jsxs)("div",{className:`hoverContainer ${w}`,onClick:()=>o(!1),children:[(0,r.jsx)("div",{className:`emptyIconContainer ${N}`,children:(0,r.jsx)(c.Bag,{})}),(0,r.jsx)("div",{className:`continueBrowsing ${S}`,children:(0,r.jsx)("span",{children:"CONTINUE BROWSING"})})]})]})]})})}},172:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Trash=void 0;const o=n(0);t.Trash=()=>(0,o.jsxs)("svg",{"aria-hidden":"true",focusable:"false",role:"presentation",class:"icon icon-bin",viewBox:"0 0 11 14",children:[(0,o.jsx)("path",{d:"M10 2v10a2 2 0 01-2 2H3a2 2 0 01-2-2V2h9zM9 3H2v9a1 1 0 00.883.993L3 13h5a1 1 0 00.993-.883L9 12V3z"}),(0,o.jsx)("path",{d:"M10.5 2a.5.5 0 110 1H.5a.5.5 0 010-1h10zm-3-2a.5.5 0 010 1h-4a.5.5 0 010-1h4z"})]})},70:function(e,t,n){var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Dropdown=void 0;const r=n(0),a=n(1),s=o(n(20)),i=n(7),l=n(111);t.Dropdown=({selectedCountry:e,setSelectedCountry:t,localizations:n})=>{const[o,u]=(0,a.useState)(!1);return(0,r.jsxs)("div",{className:`dropdownContainer ${s.default.dropdownContainer}`,role:"button",children:[(0,r.jsxs)("div",{className:`dropdown ${s.default.dropdown}`,children:[!o&&(0,r.jsx)(c,{country:e,isPlaceholder:!0,onClick:()=>{1!==n.length&&u(!0)}}),o&&(0,r.jsx)("div",{className:`flags ${s.default.flags}`,children:i.SHOPIFY_COUNTRIES.filter((e=>n.find((t=>t.isoCode===e.countryCode)))).map((e=>(0,r.jsx)(c,{country:e,onClick:()=>{t(e),u(!1)}},e.countryCode)))})]}),!o&&(0,r.jsx)(l.ArrowDown,{color:"#000",className:s.default.dropdownArrow})]})};const c=({country:e,isPlaceholder:t,onClick:n})=>(0,r.jsxs)("div",{className:`flag ${s.default.flag}`,onClick:n,role:"button",children:[(0,r.jsx)("img",{src:e.flag,alt:e.country,width:36,height:27}),(0,r.jsx)("p",{children:t?`(${e?.currencyCode}) Select you country`:`${e?.country} ${e?.currencyCode}`})]})},69:function(e,t,n){var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.InternationalizationPopup=void 0;const r=n(0),a=n(1),s=o(n(20)),i=n(13),l=n(70);t.InternationalizationPopup=({onClose:e,countryCode:t,changeCountryCode:n,syncCart:o,country:c,localizations:u})=>{const[d,p]=(0,a.useState)(c);return(0,a.useEffect)((()=>{p(c)}),[c]),(0,r.jsxs)(i.Popup,{children:[(0,r.jsxs)("div",{className:`InternationalizationPopup mainContainer ${s.default.mainContainer}`,children:[(0,r.jsx)("p",{children:"Now shipping worldwide"}),(0,r.jsx)("label",{children:"Shipping to:"}),(0,r.jsx)(l.Dropdown,{selectedCountry:d,setSelectedCountry:p,localizations:u})]}),(0,r.jsxs)("div",{className:`buttonContainer ${s.default.buttonContainer}`,children:[(0,r.jsx)("button",{className:`cancelButton ${s.default.cancelButton}`,onClick:t=>{t.preventDefault(),e()},children:"Cancel"}),(0,r.jsx)("button",{className:`primaryButton ${s.default.primaryButton}`,onClick:async t=>{t.preventDefault(),n(d.countryCode),o(d.currencyCode,d.countryCode),e()},children:"Shop now"})]})]})}},111:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ArrowDown=void 0;const o=n(0);n(2),t.ArrowDown=function({color:e="#FFF",...t}){return(0,o.jsx)("svg",{width:"10",height:"7",viewBox:"0 0 10 7",fill:"none",className:t.className,children:(0,o.jsx)("path",{d:"M0.977539 1.43628L4.99875 5.45749C5.05736 5.5161 5.15239 5.5161 5.211 5.45749L9.23221 1.43628",stroke:e,strokeWidth:"1.50085",strokeLinecap:"round"})})}},13:function(e,t,n){var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Popup=void 0;const r=n(0),a=o(n(10));t.Popup=({children:e})=>(0,r.jsx)("div",{className:`backdrop ${a.default.backdrop}`,children:(0,r.jsx)("div",{className:`popup ${a.default.popup}`,children:e})})},14:function(e,t,n){var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TopBanner=void 0;const r=n(0),a=(n(2),o(n(26))),s=n(109),{topBanner:i,topBannerDesktop:l,topBannerMobile:c,hidden:u}=a.default;t.TopBanner=function({topBanner:e}){const{scrollStyle:t}=(0,s.useTopBarHook)();return e&&e.desktop_html&&e.show?(0,r.jsxs)("div",{class:`${i} topBanner ${"hidden"===t&&u}`,children:[(0,r.jsx)("a",{className:`${l} topBannerDesktop`,dangerouslySetInnerHTML:{__html:e.desktop_html},href:e.cta}),(0,r.jsx)("a",{className:`${c} topBannerMobile`,dangerouslySetInnerHTML:{__html:e.mobile_html},href:e.cta})]}):null}},15:function(e,t,n){var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TopBar=void 0;const r=n(0),a=(n(2),o(n(19))),s=n(1),i=n(167),l=n(168),c=n(110),u=n(36),d=n(169),p=n(109),m=n(68),h=n(69),y=n(7),v=n(170),f=n(37),_=e=>e.replace("https://starsandhoney.com",""),{navbar:C,topBarContainer:x,topBarContainerOpen:j,hasTopBanner:g,mobileMenuIcon:b,mobileMenu:$,mobileMenuOpen:k,mobileMenuClose:M,mobileMenuContainer:I,bgTransparency:N,mobileMenuItem:w,desktopMenu:S,desktopLinks:B,desktopIcons:T,logoSVG:P,crossIcon:F,desktopIconsShadow:D,hidden:O,blured:L,background:z,cartItemCount:q,bagIcon:E,intl:A}=a.default;t.TopBar=function({menu:e,bgTransparency:t,useSharedState:n,hasTopBanner:o}){const{setShowCart:a,showCart:H,cart:V,featureInternationalization:K,countryCode:R,contextCountry:Z,changeCountryCode:G,syncCart:U,country:Y,localizations:W}=n,[J,Q]=(0,s.useState)(!1),{scrollStyle:X}=(0,p.useTopBarHook)(),ee=(0,v.useCookieListener)("localization"),te=()=>{Q(!J)};(0,s.useEffect)((()=>(document.documentElement.style.overflow=J?"hidden":"",()=>{document.documentElement.style.overflow=""})),[J]),(0,s.useEffect)((()=>{ee&&"undefined"!=typeof document&&"https://starsandhoney.com/"===document.referrer&&"AT"!==ee&&(console.log("changing country code",ee),G(ee))}),[ee]),(0,s.useEffect)((()=>{U(Y.currencyCode,Y.countryCode)}),[Y]);const ne=V?.items?.reduce(((e,t)=>{const n=t?.properties?._rc_bundle;return n&&(e[n]||(e[n]=[]),e[n].push(t)),e}),{}),oe=[];for(const e in ne){const e={product_title:"Signature Flavors Variety Set"};oe.push(e)}const re=V?.items?.filter((e=>!e?.properties?._rc_bundle));re&&re.push(...oe);const ae=V.item_count-(V?.items?.filter((e=>e?.id==f.SHIPPING_ITEM_ID))?.length?1:0),[se,ie]=(0,s.useState)(!1),le=e=>{e.preventDefault(),ie(!0)},ce=(0,s.useMemo)((()=>!!K&&(R!==Z||Z!==y.DEFAULT_SHOPIFY_COUNTRY.countryCode)),[K,R,Z]);return(0,r.jsxs)("div",{className:`topBarContainer ${x} ${J?j:null}`,children:[se&&(0,r.jsx)(h.InternationalizationPopup,{onClose:()=>ie(!1),countryCode:R,changeCountryCode:G,syncCart:U,country:Y,localizations:W}),(0,r.jsxs)("nav",{className:`navbar ${C} ${"blured"===X?`blured ${L}`:""} ${"hidden"===X&&O} ${o?g:null} ${t?`bgTransparency ${N}`:null} `+(ce?`intl ${A}`:""),children:[(0,r.jsx)("div",{className:`mobileMenuIcon ${b} ${t?`bgTransparency ${N}`:null}`,onClick:te,children:(0,r.jsx)(i.Drawer,{})}),(0,r.jsx)("div",{className:`mobileMenu ${$} ${J?k:M}`,onClick:te,role:"button","aria-label":"Menu",children:(0,r.jsxs)("div",{className:`mobileMenuContainer ${I} ${J?k:M}`,onClick:e=>e.stopPropagation(),role:"button","aria-label":"Menu items",children:[(0,r.jsxs)("div",{className:`mobileMenuItem ${w}`,children:[(0,r.jsx)("a",{href:"https://starsandhoney.com/account/login",role:"button","aria-label":"Account",children:(0,r.jsx)(l.Account,{})}),ce&&(0,r.jsx)(m.TopBarFlag,{insideMenu:!0,country:Y,bgTransparency:t,onClickOpenPopup:le}),(0,r.jsx)("div",{className:F,onClick:te,children:(0,r.jsx)(u.Cross,{})})]}),e.items.map((e=>(0,r.jsx)("a",{className:"mobileMenuItemItem",href:_(e.url),role:"button","aria-label":e.title,children:e.title})))]})}),(0,r.jsx)("a",{href:"/",className:`logoSVG ${P}`,role:"button","aria-label":"Home",alt:"Home",children:(0,r.jsx)(d.Logo,{})}),(0,r.jsxs)("div",{className:`desktopMenu ${S}`,children:[(0,r.jsx)("div",{className:`desktopLinks ${B}`,children:e.items.slice(0,4).map((e=>(0,r.jsx)("a",{className:"desktopMenuItemItem",href:_(e.url),role:"button","aria-label":e.title,children:e.title})))}),ce&&(0,r.jsx)(m.TopBarFlag,{country:Y,bgTransparency:t,onClickOpenPopup:le}),(0,r.jsxs)("div",{className:`desktopIcons ${T}`,children:[(0,r.jsxs)("a",{href:"https://starsandhoney.com/account/login",role:"button","aria-label":"Desktop Account",children:[(0,r.jsx)(l.Account,{}),(0,r.jsx)("div",{className:`desktopIconsShadow ${D}`})]}),(0,r.jsxs)("div",{className:`bagIcon ${E}`,onClick:()=>{a(!H)},children:[(0,r.jsx)(c.Bag,{}),(0,r.jsx)("div",{className:D}),(0,r.jsx)("div",{className:q,children:ae>0?ae:""})]})]})]})]}),(0,r.jsx)("div",{className:`background ${z} ${o?g:null} ${t?`bgTransparency ${N}`:null}`})]})}},68:function(e,t,n){var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TopBarFlag=void 0;const r=n(0),a=n(111),s=o(n(19));t.TopBarFlag=({insideMenu:e,country:t,bgTransparency:n,onClickOpenPopup:o})=>(0,r.jsx)(r.Fragment,{children:(0,r.jsxs)("button",{className:`TopBarFlag ${s.default.topBarFlag} ${e?s.default.insideMenu:""}`,onClick:o,children:[(0,r.jsx)("img",{src:t.flag,alt:t.country,width:36,height:27}),(0,r.jsx)(a.ArrowDown,{color:n?"#FFF":"#000",className:s.default.arrowDown})]})})},109:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useTopBarHook=void 0;const o=n(1);t.useTopBarHook=()=>{const[e,t]=(0,o.useState)("");return(0,o.useEffect)((()=>{let e=100;function n(){let n=document.documentElement.scrollTop;t(n>e?"hidden":"blured"),n<20&&t(""),e=n<=0?0:n}return window.addEventListener("scroll",n),()=>{window.removeEventListener("scroll",n)}}),[]),{scrollStyle:e}}},168:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Account=void 0;const o=n(0);n(2),t.Account=function({}){return(0,o.jsx)("svg",{"aria-hidden":"true",focusable:"false",role:"presentation",class:"icon icon-account",width:"100%",height:"100%",viewBox:"0 0 17 19",style:"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;",children:(0,o.jsx)("path",{d:"M4.785,11.486C1.95,12.841 0,15.699 0,19L2,19C2,15.486 4.916,12.648 8.5,12.648C12.084,12.648 15,15.486 15,19L17,19C17,15.699 15.049,12.841 12.215,11.485C13.859,10.338 14.931,8.451 14.931,6.324C14.931,2.839 12.055,0 8.5,0C4.945,0 2.069,2.839 2.069,6.324C2.069,8.451 3.141,10.338 4.785,11.486ZM8.5,2C10.94,2 12.931,3.932 12.931,6.324C12.931,8.716 10.94,10.648 8.5,10.648C6.06,10.648 4.069,8.716 4.069,6.324C4.069,3.932 6.06,2 8.5,2Z",style:"fill:currentColor;"})})}},110:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Bag=void 0;const o=n(0);n(2),t.Bag=function(){return(0,o.jsx)("svg",{class:"cartsvgpath",clipRule:"evenodd",fillRule:"evenodd",strokeLinejoin:"round",strokeMiterlimit:"2",viewBox:"0 0 21 24",children:(0,o.jsx)("path",{d:"m4.96 8.322h-4.453v15.588h19.987v-15.588h-4.454v-1.779c0-3.091-2.5-5.606-5.54-5.606-3.047 0-5.54 2.521-5.54 5.606v1.779zm13.534 2v11.588h-15.987v-11.588h15.987zm-4.454-2v-1.779c0-1.982-1.591-3.606-3.54-3.606-1.954 0-3.54 1.628-3.54 3.606v1.779h7.08z",fill:"currentColor"})})}},167:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Drawer=void 0;const o=n(0);n(2),t.Drawer=function({}){return(0,o.jsx)("svg",{"aria-hidden":"true",focusable:"false",role:"presentation",class:"icon icon-nav",viewBox:"0 0 25 25",children:(0,o.jsx)("path",{d:"M0 4.062h25v2H0zm0 7h25v2H0zm0 7h25v2H0z"})})}},169:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0;const o=n(0);n(2),t.Logo=function(){return(0,o.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",id:"Calque_1","data-name":"Calque 1",version:"1.1",viewBox:"0 0 1920.7 841.9",children:[(0,o.jsx)("defs",{children:(0,o.jsx)("style",{children:".cls-1 {\n fill: #000;\n stroke-width: 0px;\n }"})}),(0,o.jsx)("path",{class:"cls-1",d:"M61.9,184.9v-65c0-48,14-69,54-69s54,18,54,67v154h39V97.9c0-57-36-81-93-81S21.9,41.9,21.9,116.9v81c0,91,31,148,78,217,48,70,72,108,72,231v77c0,46-15,68-56,68s-57-11-57-72v-141H19.9v145c0,79,32,102,96,102s96-32,96-106v-91c0-97-14-144-71-227-48-69-79-114-79-216Z"}),(0,o.jsx)("path",{class:"cls-1",d:"M802.9,545.9c53,0,75-22,75-70v-59c0-70-17-104-57-154-32-41-55-77-55-137v-32c0-31,9-45,37-45s39,12,39,44v91h35v-111c0-38-25-56-74-56s-74,26-74,69v50c0,63,27,103,59,143,39,48,53,79,53,151v40c0,30-10,44-38,44s-41-7-41-47v-83h-35v94c0,47,22,68,76,68Z"}),(0,o.jsx)("path",{class:"cls-1",d:"M1282.9,355.9c63,0,84-31,84-81V97.9c0-50-21-81-84-81s-84,31-84,81v177c0,50,21,81,84,81ZM1235.9,96.9c0-36,16-48,47-48s47,12,47,48v179c0,36-16,48-47,48s-47-12-47-48V96.9Z"}),(0,o.jsx)("polygon",{class:"cls-1",points:"327.9 355.9 366.9 355.9 366.9 59.9 444.9 59.9 444.9 24.9 250.9 24.9 250.9 59.9 327.9 59.9 327.9 355.9"}),(0,o.jsx)("polygon",{class:"cls-1",points:"1582.9 405.9 1677.9 405.9 1677.9 368.9 1582.9 368.9 1582.9 61.9 1705.9 61.9 1705.9 24.9 1582.9 24.9 1557.9 24.9 1543.9 24.9 1543.9 816.9 1557.9 816.9 1582.9 816.9 1711.9 816.9 1711.9 777.9 1582.9 777.9 1582.9 405.9"}),(0,o.jsx)("polygon",{class:"cls-1",points:"1444.9 740.3 1235.9 405.9 1197.9 405.9 1197.9 816.9 1235.9 816.9 1235.9 483.4 1443.9 816.9 1482.9 816.9 1482.9 24.9 1444.9 24.9 1444.9 740.3"}),(0,o.jsx)("polygon",{class:"cls-1",points:"1098.9 391.9 974.9 391.9 974.9 24.9 935.9 24.9 935.9 816.9 974.9 816.9 974.9 426.9 1098.9 426.9 1098.9 816.9 1137.9 816.9 1137.9 24.9 1098.9 24.9 1098.9 391.9"}),(0,o.jsx)("polygon",{class:"cls-1",points:"1862.9 24.9 1772.1 347.4 1705.9 110.9 1664.9 110.9 1750.9 406.9 1750.9 816.9 1789.9 816.9 1789.9 406.9 1900.9 24.9 1862.9 24.9"}),(0,o.jsx)("polygon",{class:"cls-1",points:"818.9 595.9 784.9 595.9 784.9 689.9 705.9 689.9 705.9 721.9 784.9 721.9 784.9 816.9 818.9 816.9 818.9 721.9 898.9 721.9 898.9 689.9 818.9 689.9 818.9 595.9"}),(0,o.jsx)("path",{class:"cls-1",d:"M327.9,405.9l-81,411h37l25.3-135h72.2l25.5,135h39l-79-411h-39ZM315.4,648.9l29.8-159,30,159h-59.8Z"}),(0,o.jsx)("path",{class:"cls-1",d:"M670.9,473.9c0-33.7-15.3-55.1-45.3-63.2,31.2-9.5,47.3-34.9,47.3-75.8V108.9c0-49-21-84-80-84h-108v792h39v-389h56c39,0,52,26,52,67v276c0,19,1,37,11,46h40c-9-13-12-27-12-54v-289ZM578.9,391.9h-55V58.9h48c36,0,62,11,62,66v199c0,47-3,68-55,68Z"})]})}},170:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useCookieListener=void 0;const o=n(1);t.useCookieListener=function(e,t=1e3){const[n,r]=(0,o.useState)(null);return(0,o.useEffect)((()=>{const o=e=>{const t=`; ${document.cookie}`.split(`; ${e}=`);return 2===t.length&&t.pop()?.split(";").shift()||null};r(o(e));const a=setInterval((()=>{const t=o(e);t!==n&&r(t)}),t);return()=>clearInterval(a)}),[e,t]),n}},173:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.imageResize=void 0,t.imageResize=(e,t)=>{let[n,o]=e.split("?"),r=n.split("/"),a=r.pop();if(!a)throw new Error("Invalid URL format");let s=a?.replace(".webp",`_${t}x.webp`),i=[...r,s].join("/");return o&&(i+="?"+o),i}}}]);