"use strict";(self.webpackChunkui=self.webpackChunkui||[]).push([[6],{79:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CartItem=void 0;const o=n(0),a=n(4),s=n(190),i=r(n(31)),l=n(191),c=n(18),u=n(1),d=n(6),{productItem:p,itemImage:m,itemDetails:h,itemTitle:y,itemSubtitle:v,itemPriceContainer:f,itemPrice:_,itemOriginalPriceContainer:C,itemOriginalPrice:x,itemOriginalPriceSale:j,itemDelivery:g,trashIcon:b,quantityControls:N,noArrows:$,disabled:k,itemFlavor:M,currencyCodeStyle:w,loadBar:I}=i.default,S=async({updateCart:e,ids:t,item:n,quantity:r,operationType:o,changeToCart:a})=>{if(Array.isArray(t))await(async({updateCart:e,ids:t,item:n,quantity:r,operationType:o})=>{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=r*t;switch(o){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:r,operationType:o});else{let e=r;switch(o){case"change":e=r;break;case"decrement":e=r-1;break;case"increment":e=r+1;break;case"remove":e=0}await a({id:t.toString(),quantity:e})}};t.CartItem=({item:e,useSharedState:t,inputLoading:n,setInputLoading:r})=>{const{changeToCart:i,updateCart:I,cart:T}=t,B=(0,u.useMemo)((()=>{const t=e.price;return isNaN(t)?" - ":t?(t/100).toFixed(2):"0.00"}),[e.price,false]),P=(0,u.useMemo)((()=>t?.findSymbol(T.currency)?.currencySymbol),[T.currency]),F=(0,u.useMemo)((()=>(0,d.currencyCodeIfneeded)({currencySymbol:P,featureInternationalization:t.featureInternationalization,countryCode:t.countryCode,currencyCode:T.currency})),[P,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]),D=((t,n)=>{let o;return(...t)=>{o&&clearTimeout(o),o=window.setTimeout((()=>{(async t=>{r(!0);try{S({ids:t,quantity:0,item:e,operationType:"remove",changeToCart:i,updateCart:I})}catch(e){console.error("Error remove item from cart:",e)}finally{r(!1)}})(...t)}),1e3)}})();return(0,o.jsxs)("div",{className:`productItem ${p}`,children:[(0,o.jsx)("a",{href:(0,c.sanitizeUrl)(e.url),children:(0,o.jsx)("img",{src:(0,a.getFastImage)((0,l.imageResize)(e?.featured_image?.url||e.image||"",180)),alt:e?.featured_image?.alt,className:`itemImage ${m}`})}),(0,o.jsxs)("div",{className:`itemDetails ${h}`,children:[(0,o.jsx)("a",{href:(0,c.sanitizeUrl)(e.url),className:`itemTitle ${y}`,children:e.product_title}),(0,o.jsxs)("p",{className:`itemSubtitle ${v}`,children:[e.variant_title,e.selling_plan_allocation&&" | Subscription"]}),e.selling_plan_allocation&&(0,o.jsx)("p",{className:`itemDelivery ${g}`,children:"Delivers Every 30 Days"}),e.properties?.["Flavor 1"]&&(0,o.jsxs)("div",{children:[(0,o.jsxs)("p",{className:M,children:["Flavor 1: ",e.properties["Flavor 1"]]}),(0,o.jsxs)("p",{className:M,children:["Flavor 2: ",e.properties["Flavor 2"]]})]}),e.properties?.["Flavor 3"]&&(0,o.jsx)("div",{children:(0,o.jsxs)("p",{className:M,children:["Flavor 3: ",e.properties["Flavor 3"]]})}),(0,o.jsxs)("p",{className:`itemPriceContainer ${f}`,children:[(0,o.jsxs)("span",{className:`itemPrice ${_}`,children:[!!F&&(0,o.jsx)("span",{className:`currencyCodeStyle ${w}`,children:`${F} `}),`${P}${B}`]}),!!O&&(0,o.jsxs)("span",{className:`itemOriginalPriceContainer ${C}`,children:[(0,o.jsxs)("span",{className:`itemOriginalPrice ${x}`,children:["$",O]}),(0,o.jsx)("span",{className:`itemOriginalPriceSale ${j}`,children:"Sale"})]})]}),(0,o.jsxs)("div",{className:`quantityControls ${N} ${n&&k}`,children:[(0,o.jsx)("button",{onClick:()=>(async(t,n)=>{r(!0);try{S({ids:t,quantity:n,item:e,operationType:"decrement",changeToCart:i,updateCart:I})}catch(e){console.error("Error incrementing item quantity:",e)}finally{r(!1)}})(e.key||e.bundleItemsKeys,e.quantity),disabled:n,children:"−"}),(0,o.jsx)("input",{className:`noArrows ${$} ${n&&k}`,type:"number",value:e.quantity,onChange:t=>{const n=t.target;if(n){const t=parseInt(n.value,10)||1;(async(t,n)=>{r(!0);try{S({ids:t,quantity:n,item:e,operationType:"change",changeToCart:i,updateCart:I})}catch(e){console.error("Error updating cart:",e)}finally{r(!1)}})(e.key||e.bundleItemsKeys,t)}},min:"1"}),(0,o.jsx)("button",{onClick:()=>(async(t,n)=>{r(!0);try{S({ids:t,quantity:n,item:e,operationType:"increment",changeToCart:i,updateCart:I})}catch(e){console.error("Error incrementing item quantity:",e)}finally{r(!1)}})(e.key||e.bundleItemsKeys,e.quantity),disabled:n,children:"+"})]})]}),(0,o.jsx)("button",{className:`${b} trashIcon`,onClick:()=>D(e.key||e.bundleItemsKeys),disabled:n,children:(0,o.jsx)(s.Trash,{})})]})}},14:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CartMenu=void 0;const o=n(0),a=r(n(30)),s=n(1),i=n(51),l=n(113),c=n(4),u=n(79),d=r(n(32)),p=n(6),m=n(0),{cartMenu:h,cartDiscount:y,cartMenuOpen:v,cartMenuClose:f,cartMenuContainer:_,topTitle:C,crossIcon:x,labelShip:j,buttonsContainers:g,allItemsContainer:b,emptyCartContainer:N,emptyIconContainer:$,hoverContainer:k,continueBrowsing:M,checkoutButton:w,continueShopButton:I}=a.default,{loadBar:S}=d.default;(0,c.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})=>{const{cart:t,setShowCart:n,showCart:r,loadingAddToCart:a,fakeBundle:c}=e,d=e=>{};(0,s.useEffect)((()=>(document.documentElement.style.overflow=r?"hidden":"",()=>{document.documentElement.style.overflow=""})),[r]);const T=t.items.reduce(((e,t)=>{const n=t?.properties?._dynamicBoxIndex;return n&&(e[n]||(e[n]=[]),e[n].push(t)),e}),{}),B=[];for(const e in T){const t=T[e],n="10-PACK---"===t[0]?.variant_title||"10-PACK-----"===t[0]?.variant_title?30:20,r=20===n?"20-PACK":"30-PACK",o=t.reduce(((e,t)=>e+10*t.quantity),0),a=Math.ceil(o/n),s=t.reduce(((e,t)=>e+t?.price*t.quantity),0)/a,i=t.reduce(((e,t)=>e+t.original_price*t.quantity),0)/a,l=t[0]?.product_title,c=t[1]?.product_title||t[0]?.product_title,u=t[2]?.product_title||(t[1]?.quantity>t[0]?.quantity?c:l),d={"Flavor 1":c,"Flavor 2":l,_compare_at_price:t[0]?.properties?._compare_at_price};30===n&&(t[2]?(d["Flavor 1"]=u,d["Flavor 2"]=c,d["Flavor 3"]=l):(d["Flavor 1"]=l,d["Flavor 2"]=u,d["Flavor 3"]=c));let p=[];p[0]=t[0]?.key,p[1]=t[1]?.key||t[0]?.key,30===n&&(p[2]=t[2]?.key||(t[0]?.quantity>t[1]?.quantity?t[0]?.key:t[1]?.key)||t[0]?.key);const m={properties:d,quantity:a,product_title:"Signature Flavors Variety Set",price:s,original_price:i,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:t,bundleItemsKeys:p};t.some((e=>e.selling_plan_allocation))&&(m.selling_plan_allocation="true"),B.push(m)}const P=[],F=t.items.map((e=>{if(!e?.properties?._dynamicBoxIndex)return e;if(P.includes(e?.properties?._dynamicBoxIndex))return null;return B.find((t=>t?.bundleItems?.[0]?.properties?._dynamicBoxIndex===e?.properties?._dynamicBoxIndex?(P.push(e?.properties?._dynamicBoxIndex),t):null))||void 0})).filter((e=>!!e)),O=(0,s.useMemo)((()=>{const e=c?.items?.[0]?.final_price;let n=t.total_price;return e&&(n+=e),n?(n/100).toFixed(2):"0.00"}),[t.total_price,c?.items?.[0]?.final_price]),D=(0,s.useMemo)((()=>{if(!t?.cart_level_discount_applications?.[0])return"";let e=t?.cart_level_discount_applications?.[0]?.discount_application||t?.cart_level_discount_applications?.[0];return`${e?.title}: -$${(e?.total_allocated_amount/100).toFixed(2)}`}),[t?.cart_level_discount_applications]),L=(0,s.useMemo)((()=>e?.findSymbol(t.currency)?.currencySymbol),[t.currency]),z=(0,s.useMemo)((()=>(0,p.currencyCodeIfneeded)({currencySymbol:L,featureInternationalization:e.featureInternationalization,countryCode:e.countryCode,currencyCode:t.currency})),[L,t.currency,e]);return(0,o.jsx)("div",{className:`${h} cartMenu ${r?v:f}`,onClick:()=>n(!1),children:(0,o.jsxs)("div",{className:`cartMenuContainer ${_} ${r?v:f}`,onClick:e=>e.stopPropagation(),children:[(0,o.jsxs)("div",{className:C,children:["CART",(0,o.jsx)("div",{className:x,onClick:()=>n(!1),children:(0,o.jsx)(i.Cross,{})})]}),t?.items?.length>0||c?.items?.[0]?(0,o.jsxs)("div",{children:[(0,o.jsxs)("div",{className:b,children:[c?.items?.[0]&&(0,o.jsx)(u.CartItem,{item:c?.items?.[0],useSharedState:e,setInputLoading:d,inputLoading:!1}),F.map(((t,n)=>(0,o.jsx)(u.CartItem,{item:t,useSharedState:e,setInputLoading:d,inputLoading:!1},n))),(0,o.jsx)("p",{className:j,children:"US"===e.countryCode&&(0,o.jsxs)(m.Fragment,{children:[(0,o.jsx)("span",{children:"★"})," Always Free Shipping"]})})]}),(0,o.jsxs)("div",{className:g,children:[(0,o.jsx)("button",{className:I,onClick:()=>n(!1),children:"Continue Shopping →"}),D&&(0,o.jsx)("div",{className:`cartDiscount ${y}`,children:D}),(0,o.jsx)("form",{id:"form",action:"/checkout",method:"post",children:(0,o.jsxs)("button",{className:w,disabled:a,children:["CHECKOUT • ",`${z} ${L}${O}`]})})]})]}):(0,o.jsxs)("div",{className:N,children:[a&&(0,o.jsx)("div",{className:S}),(0,o.jsx)("p",{children:"Your cart is empty."}),(0,o.jsxs)("div",{className:k,onClick:()=>n(!1),children:[(0,o.jsx)("div",{className:`emptyIconContainer ${$}`,children:(0,o.jsx)(l.Bag,{})}),(0,o.jsx)("div",{className:M,children:(0,o.jsx)("span",{children:"CONTINUE BROWSING"})})]})]})]})})}},190:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Trash=void 0;const r=n(0);t.Trash=()=>(0,r.jsxs)("svg",{"aria-hidden":"true",focusable:"false",role:"presentation",class:"icon icon-bin",viewBox:"0 0 11 14",children:[(0,r.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,r.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"})]})},15:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ForeignCountryPopup=void 0;const o=n(0),a=n(38),s=r(n(33)),i=n(6),l=n(1);t.ForeignCountryPopup=({useSharedState:e})=>{const{countryCode:t,changeCountryCode:n,currencyCode:r,syncCart:c,isForeign:u,contextCountry:d}=e,[p,m]=(0,l.useState)(!0);if(!u)return null;if(!p)return null;const h=(0,i.getShopifyCountry)({countryCode:t});if(!h)return null;const{country:y}=h,v=(e,t)=>{n(e),c(t),m(!1)};return(0,o.jsxs)(a.Popup,{children:[(0,o.jsxs)("div",{className:`headingContainer ${s.default.headingContainer}`,children:[(0,o.jsx)("div",{children:(0,o.jsx)("img",{src:h.flag,alt:y,width:36,height:27})}),(0,o.jsxs)("p",{children:["We noticed you are from ",y]})]}),(0,o.jsxs)("div",{className:`buttonContainer ${s.default.buttonContainer}`,children:[(0,o.jsx)("button",{className:`cancelButton ${s.default.cancelButton}`,onClick:()=>v(i.DEFAULT_SHOPIFY_COUNTRY.countryCode,i.DEFAULT_SHOPIFY_COUNTRY.currencyCode),children:"Continue in this site"}),(0,o.jsxs)("button",{className:`primaryButton ${s.default.primaryButton}`,onClick:()=>v(t,r),children:["Visit ",t," shop"]})]})]})}},77:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Dropdown=void 0;const o=n(0),a=n(1),s=r(n(21)),i=n(6),l=n(114);t.Dropdown=({selectedCountry:e,setSelectedCountry:t,localizations:n})=>{const[r,u]=(0,a.useState)(!1);return(0,o.jsxs)("div",{className:`dropdownContainer ${s.default.dropdownContainer}`,role:"button",children:[(0,o.jsxs)("div",{className:`dropdown ${s.default.dropdown}`,children:[!r&&(0,o.jsx)(c,{country:e,isPlaceholder:!0,onClick:()=>{1!==n.length&&u(!0)}}),r&&(0,o.jsx)("div",{className:`flags ${s.default.flags}`,children:i.SHOPIFY_COUNTRIES.filter((e=>n.find((t=>t.isoCode===e.countryCode)))).map((e=>(0,o.jsx)(c,{country:e,onClick:()=>{t(e),u(!1)}},e.countryCode)))})]}),!r&&(0,o.jsx)(l.ArrowDown,{color:"#000",className:s.default.dropdownArrow})]})};const c=({country:e,isPlaceholder:t,onClick:n})=>(0,o.jsxs)("div",{className:`flag ${s.default.flag}`,onClick:n,role:"button",children:[(0,o.jsx)("img",{src:e.flag,alt:e.country,width:36,height:27}),(0,o.jsx)("p",{children:t?`(${e?.currencyCode}) Select you country`:`${e?.country} ${e?.currencyCode}`})]})},76:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.InternationalizationPopup=void 0;const o=n(0),a=n(1),s=r(n(21)),i=n(38),l=n(77);t.InternationalizationPopup=({onClose:e,countryCode:t,changeCountryCode:n,syncCart:r,country:c,localizations:u})=>{const[d,p]=(0,a.useState)(c);return(0,a.useEffect)((()=>{p(c)}),[c]),(0,o.jsxs)(i.Popup,{children:[(0,o.jsxs)("div",{className:`InternationalizationPopup mainContainer ${s.default.mainContainer}`,children:[(0,o.jsx)("p",{children:"Now shipping worldwide"}),(0,o.jsx)("label",{children:"Shipping to:"}),(0,o.jsx)(l.Dropdown,{selectedCountry:d,setSelectedCountry:p,localizations:u})]}),(0,o.jsxs)("div",{className:`buttonContainer ${s.default.buttonContainer}`,children:[(0,o.jsx)("button",{className:`cancelButton ${s.default.cancelButton}`,onClick:t=>{t.preventDefault(),e()},children:"Cancel"}),(0,o.jsx)("button",{className:`primaryButton ${s.default.primaryButton}`,onClick:t=>{t.preventDefault(),n(d.countryCode),r(d.currencyCode),e()},children:"Shop now"})]})]})}},114:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ArrowDown=void 0;const r=n(0);n(2),t.ArrowDown=function({color:e="#FFF",...t}){return(0,r.jsx)("svg",{width:"10",height:"7",viewBox:"0 0 10 7",fill:"none",className:t.className,children:(0,r.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"})})}},38:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Popup=void 0;const o=n(0),a=r(n(29));t.Popup=({children:e})=>(0,o.jsx)("div",{className:`backdrop ${a.default.backdrop}`,children:(0,o.jsx)("div",{className:`popup ${a.default.popup}`,children:e})})},12:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TopBanner=void 0;const o=n(0),a=(n(2),r(n(28))),s=n(112),{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,o.jsxs)("div",{class:`${i} topBanner ${"hidden"===t&&u}`,children:[(0,o.jsx)("a",{className:l,dangerouslySetInnerHTML:{__html:e.desktop_html},href:e.cta}),(0,o.jsx)("a",{className:c,dangerouslySetInnerHTML:{__html:e.mobile_html},href:e.cta})]}):null}},13:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TopBar=void 0;const o=n(0),a=(n(2),r(n(20))),s=n(1),i=n(186),l=n(187),c=n(113),u=n(51),d=n(188),p=n(112),m=n(75),h=n(76),y=n(6),v=e=>e.replace("https://starsandhoney.com",""),{navbar:f,topBarContainer:_,topBarContainerOpen:C,hasTopBanner:x,mobileMenuIcon:j,mobileMenu:g,mobileMenuOpen:b,mobileMenuClose:N,mobileMenuContainer:$,bgTransparency:k,mobileMenuItem:M,desktopMenu:w,desktopLinks:I,desktopIcons:S,logoSVG:T,crossIcon:B,desktopIconsShadow:P,hidden:F,blured:O,background:D,cartItemCount:L,bagIcon:z,intl:A}=a.default;t.TopBar=function({menu:e,bgTransparency:t,useSharedState:n,hasTopBanner:r}){const{setShowCart:a,showCart:q,cart:E,featureInternationalization:H,countryCode:U,contextCountry:V,changeCountryCode:K,syncCart:R,country:Z,localizations:Y}=n,[G,W]=(0,s.useState)(!1),{scrollStyle:J}=(0,p.useTopBarHook)(),Q=()=>{W(!G)};(0,s.useEffect)((()=>(document.documentElement.style.overflow=G?"hidden":"",()=>{document.documentElement.style.overflow=""})),[G]);const X=E.items.reduce(((e,t)=>{const n=t?.properties?._rc_bundle;return n&&(e[n]||(e[n]=[]),e[n].push(t)),e}),{}),ee=[];for(const e in X){const e={product_title:"Signature Flavors Variety Set"};ee.push(e)}E.items.filter((e=>!e?.properties?._rc_bundle)).push(...ee);const te=E.item_count,[ne,re]=(0,s.useState)(!1),oe=e=>{e.preventDefault(),re(!0)},ae=(0,s.useMemo)((()=>!!H&&(U!==V||V!==y.DEFAULT_SHOPIFY_COUNTRY.countryCode)),[H,U,V]);return(0,o.jsxs)("div",{className:`topBarContainer ${_} ${G?C:null}`,children:[ne&&(0,o.jsx)(h.InternationalizationPopup,{onClose:()=>re(!1),countryCode:U,changeCountryCode:K,syncCart:R,country:Z,localizations:Y}),(0,o.jsxs)("nav",{className:`navbar ${f} ${"blured"===J?`blured ${O}`:""} ${"hidden"===J&&F} ${r?x:null} ${t?`bgTransparency ${k}`:null} `+(ae?`intl ${A}`:""),children:[(0,o.jsx)("div",{className:`mobileMenuIcon ${j} ${t?`bgTransparency ${k}`:null}`,onClick:Q,children:(0,o.jsx)(i.Drawer,{})}),(0,o.jsx)("div",{className:`mobileMenu ${g} ${G?b:N}`,onClick:Q,role:"button","aria-label":"Menu",children:(0,o.jsxs)("div",{className:`mobileMenuContainer ${$} ${G?b:N}`,onClick:e=>e.stopPropagation(),role:"button","aria-label":"Menu items",children:[(0,o.jsxs)("div",{className:`mobileMenuItem ${M}`,children:[(0,o.jsx)("a",{href:"https://starsandhoney.com/account/login",role:"button","aria-label":"Account",children:(0,o.jsx)(l.Account,{})}),ae&&(0,o.jsx)(m.TopBarFlag,{insideMenu:!0,country:Z,bgTransparency:t,onClickOpenPopup:oe}),(0,o.jsx)("div",{className:B,onClick:Q,children:(0,o.jsx)(u.Cross,{})})]}),e.items.map((e=>(0,o.jsx)("a",{className:"mobileMenuItemItem",href:v(e.url),role:"button","aria-label":e.title,children:e.title})))]})}),(0,o.jsx)("a",{href:"/",className:`logoSVG ${T}`,role:"button","aria-label":"Home",alt:"Home",children:(0,o.jsx)(d.Logo,{})}),(0,o.jsxs)("div",{className:`desktopMenu ${w}`,children:[(0,o.jsx)("div",{className:`desktopLinks ${I}`,children:e.items.slice(0,4).map((e=>(0,o.jsx)("a",{className:"desktopMenuItemItem",href:v(e.url),role:"button","aria-label":e.title,children:e.title})))}),ae&&(0,o.jsx)(m.TopBarFlag,{country:Z,bgTransparency:t,onClickOpenPopup:oe}),(0,o.jsxs)("div",{className:`desktopIcons ${S}`,children:[(0,o.jsxs)("a",{href:"https://starsandhoney.com/account/login",role:"button","aria-label":"Desktop Account",children:[(0,o.jsx)(l.Account,{}),(0,o.jsx)("div",{className:`desktopIconsShadow ${P}`})]}),(0,o.jsxs)("div",{className:`bagIcon ${z}`,onClick:()=>{a(!q)},children:[(0,o.jsx)(c.Bag,{}),(0,o.jsx)("div",{className:P}),(0,o.jsx)("div",{className:L,children:te>0?te:""})]})]})]})]}),(0,o.jsx)("div",{className:`background ${D} ${r?x:null} ${t?`bgTransparency ${k}`:null}`})]})}},75:function(e,t,n){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.TopBarFlag=void 0;const o=n(0),a=n(114),s=r(n(20));t.TopBarFlag=({insideMenu:e,country:t,bgTransparency:n,onClickOpenPopup:r})=>(0,o.jsx)(o.Fragment,{children:(0,o.jsxs)("button",{className:`TopBarFlag ${s.default.topBarFlag} ${e?s.default.insideMenu:""}`,onClick:r,children:[(0,o.jsx)("img",{src:t.flag,alt:t.country,width:36,height:27}),(0,o.jsx)(a.ArrowDown,{color:n?"#FFF":"#000",className:s.default.arrowDown})]})})},112:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.useTopBarHook=void 0;const r=n(1);t.useTopBarHook=()=>{const[e,t]=(0,r.useState)("");return(0,r.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}}},187:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Account=void 0;const r=n(0);n(2),t.Account=function({}){return(0,r.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,r.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;"})})}},113:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Bag=void 0;const r=n(0);n(2),t.Bag=function({}){return(0,r.jsx)("svg",{class:"cartsvgpath","clip-rule":"evenodd","fill-rule":"evenodd","stroke-linejoin":"round","stroke-miterlimit":"2",version:"1.1",viewBox:"0 0 21 24","xml:space":"preserve",xmlns:"http://www.w3.org/2000/svg",children:(0,r.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"})})}},186:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Drawer=void 0;const r=n(0);n(2),t.Drawer=function({}){return(0,r.jsx)("svg",{"aria-hidden":"true",focusable:"false",role:"presentation",class:"icon icon-nav",viewBox:"0 0 25 25",children:(0,r.jsx)("path",{d:"M0 4.062h25v2H0zm0 7h25v2H0zm0 7h25v2H0z"})})}},188:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0;const r=n(0);n(2),t.Logo=function(){return(0,r.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,r.jsx)("defs",{children:(0,r.jsx)("style",{children:".cls-1 {\n fill: #000;\n stroke-width: 0px;\n }"})}),(0,r.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,r.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,r.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,r.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,r.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,r.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,r.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,r.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,r.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,r.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,r.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"})]})}},191:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.imageResize=void 0,t.imageResize=(e,t)=>{let[n,r]=e.split("?"),o=n.split("/"),a=o.pop();if(!a)throw new Error("Invalid URL format");let s=a?.replace(".webp",`_${t}x.webp`),i=[...o,s].join("/");return r&&(i+="?"+r),i}}}]);