(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5373,162],{38092:function(e){var t={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"categoryProducts"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"category_id"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},defaultValue:{kind:"StringValue",value:"8",block:!1},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"sortPrice"}},type:{kind:"NamedType",name:{kind:"Name",value:"SortEnum"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"sortName"}},type:{kind:"NamedType",name:{kind:"Name",value:"SortEnum"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"sortBestseller"}},type:{kind:"NamedType",name:{kind:"Name",value:"SortEnum"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"stockStatus"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"productType"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"page"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"pageSize"}},type:{kind:"NamedType",name:{kind:"Name",value:"Int"}},defaultValue:{kind:"IntValue",value:"80"},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",alias:{kind:"Name",value:"categoryProducts"},name:{kind:"Name",value:"products"},arguments:[{kind:"Argument",name:{kind:"Name",value:"currentPage"},value:{kind:"Variable",name:{kind:"Name",value:"page"}}},{kind:"Argument",name:{kind:"Name",value:"sort"},value:{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"price"},value:{kind:"Variable",name:{kind:"Name",value:"sortPrice"}}},{kind:"ObjectField",name:{kind:"Name",value:"name"},value:{kind:"Variable",name:{kind:"Name",value:"sortName"}}},{kind:"ObjectField",name:{kind:"Name",value:"bestseller"},value:{kind:"Variable",name:{kind:"Name",value:"sortBestseller"}}}]}},{kind:"Argument",name:{kind:"Name",value:"pageSize"},value:{kind:"Variable",name:{kind:"Name",value:"pageSize"}}},{kind:"Argument",name:{kind:"Name",value:"filter"},value:{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"category_id"},value:{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"eq"},value:{kind:"Variable",name:{kind:"Name",value:"category_id"}}}]}},{kind:"ObjectField",name:{kind:"Name",value:"stock_status"},value:{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"eq"},value:{kind:"Variable",name:{kind:"Name",value:"stockStatus"}}}]}},{kind:"ObjectField",name:{kind:"Name",value:"medical_product_type"},value:{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"eq"},value:{kind:"Variable",name:{kind:"Name",value:"productType"}}}]}}]}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"page_info"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"current_page"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"page_size"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"total_pages"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"items"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"medical_product_type"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"small_image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"label"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"star_average"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"number_of_reviews"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url_key"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"url_path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"bullet_points"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"stock_status"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"price"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"minimalPrice"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"amount"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"currency"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"regularPrice"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"amount"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"currency"},arguments:[],directives:[]}]}}]}}]}}]}}]}}]}}],loc:{start:0,end:1061}};t.loc.source={body:'query categoryProducts(\n $category_id: String = "8"\n $sortPrice: SortEnum\n $sortName: SortEnum\n $sortBestseller: SortEnum\n $stockStatus: String\n $productType: String\n $page: Int\n $pageSize: Int = 80\n) {\n categoryProducts: products(\n currentPage: $page\n sort: { price: $sortPrice, name: $sortName, bestseller: $sortBestseller }\n pageSize: $pageSize\n filter: {\n category_id: { eq: $category_id }\n stock_status: { eq: $stockStatus }\n medical_product_type: { eq: $productType }\n }\n ) {\n page_info {\n current_page\n page_size\n total_pages\n }\n items {\n id\n name\n medical_product_type\n small_image {\n label\n url\n }\n star_average\n number_of_reviews\n url_key\n url_path\n bullet_points\n stock_status\n price {\n minimalPrice {\n amount {\n currency\n value\n }\n }\n regularPrice {\n amount {\n value\n currency\n }\n }\n }\n }\n }\n}\n',name:"GraphQL request",locationOffset:{line:1,column:1}};function i(e,t){if("FragmentSpread"===e.kind)t.add(e.name.value);else if("VariableDefinition"===e.kind){var n=e.type;"NamedType"===n.kind&&t.add(n.name.value)}e.selectionSet&&e.selectionSet.selections.forEach((function(e){i(e,t)})),e.variableDefinitions&&e.variableDefinitions.forEach((function(e){i(e,t)})),e.definitions&&e.definitions.forEach((function(e){i(e,t)}))}var n={};function a(e,t){for(var i=0;i0;){var s=o;o=new Set,s.forEach((function(e){l.has(e)||(l.add(e),(n[e]||new Set).forEach((function(e){o.add(e)})))}))}return l.forEach((function(t){var n=a(e,t);n&&i.definitions.push(n)})),i}(t,"categoryProducts")},23864:function(e,t,i){(window.__NEXT_P=window.__NEXT_P||[]).push(["/subcategory/[url_key]",function(){return i(85309)}])},52707:function(e,t,i){"use strict";i.d(t,{Z:function(){return c}});var n=i(14924),a=i(85893),r=i(94184),l=i.n(r),o=i(41664),s=i.n(o),c=function(e){return(0,a.jsxs)("div",{ref:e.ref,className:l()((0,n.Z)({card:!0,"card--two-up":"2-up"===e.variant,"card--wide-content":"wide-content"===e.variant},e.className||"",!0)),children:[e.link&&e.img&&(0,a.jsx)(s(),{href:e.link,locale:!1,prefetch:!1,children:(0,a.jsx)("a",{className:"card__figure",title:"Continue to product",children:(0,a.jsx)("div",{className:e.imageClass||"img",children:e.img})})}),!e.link&&e.img&&(0,a.jsx)("figure",{className:"card__figure",children:(0,a.jsx)("div",{className:"img",children:e.img})}),(0,a.jsxs)("div",{className:l()((0,n.Z)({card__info:!0},e.cardInfoClassName||"",!0)),children:[(0,a.jsx)("div",{className:"card__content",children:e.content({title:"card__title"})}),e.cta&&(0,a.jsx)("div",{className:l()((0,n.Z)({card__cta:!0},e.cardActionsClassName||"",!0)),children:e.cta})]})]})};c.defaultProps={variant:"normal"}},56361:function(e,t,i){"use strict";i.d(t,{W:function(){return u}});var n=i(26042),a=i(69396),r=i(85893),l=(i(67294),i(83991)),o=i(57539),s=i.n(o),c=i(45300),u=function(e){var t=e.video_id&&e.video_text&&e.video_title,i={variant:"full-width"};return e.image&&(i.bgImage=e.image,i.alt=e.name),t&&(i.hasVideo=!0),(0,r.jsx)(l.Z,(0,a.Z)((0,n.Z)({},i),{children:(0,r.jsx)(c.W2,{children:(0,r.jsxs)("div",{className:s().wellInner,children:[(0,r.jsx)("h1",{children:e.name||""}),(0,r.jsx)("div",{id:"sub-description",dangerouslySetInnerHTML:{__html:e.description||""}})]})})}))}},7582:function(e,t,i){"use strict";i.d(t,{Xy:function(){return s},kb:function(){return l},nt:function(){return o}});var n=i(23366),a=i(25477),r=i(90522);function l(e){if(e&&e.regularPrice&&e.regularPrice.amount&&null!==e.regularPrice.amount.value&&e.regularPrice.amount.currency){if(e.minimalPrice&&e.minimalPrice.amount&&null!==e.minimalPrice.amount.value&&e.minimalPrice.amount.value2&&void 0!==arguments[2]?arguments[2]:[],r=new a.xQ,l=(0,n.useState)(t),o=l[0],s=l[1],c=(0,n.useState)(r),u=c[0];return(0,n.useEffect)((function(){var t=e(r).subscribe((function(e){return s(e)}));return function(){t.unsubscribe(),u.complete()}}),i),[o,function(e){return u.next(e)}]}},80162:function(e,t,i){"use strict";i.r(t),i.d(t,{GRAPHQL_URL:function(){return p},SSR_GRAPHQL_URL:function(){return v},createSsrUrqlClient:function(){return f},initializeSsrUrql:function(){return g},initializeUrql:function(){return x}});var n=i(47568),a=i(26042),r=i(29815),l=i(20414),o=i(35283),s=i(97621),c=i(34155),u={"CF-Access-Client-Id":c.env.CF_ACCESS_CLIENT_ID,"CF-Access-Client-Secret":c.env.CF_ACCESS_CLIENT_SECRET},d=i(34155),m={},_={},v="".concat("https://m2.ukmeds.co.uk","/graphql"),p="/graphql";function h(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=t;return"preview"===d.env.VERCEL_ENV&&(i=u),e&&(i.Store=e),i}function f(e){return k.apply(this,arguments)}function k(){return(k=(0,n.Z)((function(e){var t,i,n,c,u,d,m,_,p;return(0,l.__generator)(this,(function(l){if(t={url:v,exchanges:[]},i=(0,a.Z)({},t,e),n=i.url,c=i.locale,u=i.exchanges,d=i.headers,m=h(c,d),_=(0,o.$Y)({isClient:!1}),!(p=(0,s.U)({url:n,preferGetMethod:!1,exchanges:[o.HG,_,o.Ek].concat((0,r.Z)(u)),fetchOptions:{headers:m}},!1)))throw new Error("Unable to create SSR urql client");return[2,{client:p,ssrCache:_}]}))}))).apply(this,arguments)}function g(e){return b.apply(this,arguments)}function b(){return(b=(0,n.Z)((function(e){var t,i;return(0,l.__generator)(this,(function(n){switch(n.label){case 0:return(i=_[e])?[3,2]:[4,f({locale:e})];case 1:i=n.sent(),n.label=2;case 2:return t=i,_[e]||(_[e]=t),[2,t]}}))}))).apply(this,arguments)}function x(e){var t=m[e]||function(e){var t=h(e);return(0,o.eI)({exchanges:[o.HG,o.Ek],url:p,fetchOptions:{headers:t}})}(e);return m[e]||(m[e]=t),t}},85309:function(e,t,i){"use strict";i.r(t),i.d(t,{__N_SSG:function(){return Pe},default:function(){return Fe}});var n,a=i(85893),r=i(67294),l=i(2962),o=i(97621),s=i(56361),c=i(82765),u=i(45300),d=i(5756),m=i(10253),_=i(3283),v=i(55709),p=i(14924),h=i(94184),f=i.n(h),k=i(58489),g=i(51647),b=i(41107),x=i(9484),N=i.n(x),y=i(19012),j=i(41645);!function(e){e[e.RadioGroup=0]="RadioGroup",e[e.CheckboxGroup=1]="CheckboxGroup",e[e.CustomRadioGroup=2]="CustomRadioGroup"}(n||(n={}));var S=function(e){var t=(0,j.q)().t,i=(0,r.useRef)(null),l=(0,r.useState)(!1),o=l[0],s=l[1];return(0,a.jsx)("div",{className:f()((0,p.Z)({},N().filterContent,!0)),children:(0,a.jsxs)(k.l0,{onValueChange:function(t){s(!0),e.onChange(t)},ref:i,initialValues:e.initialValues,children:[e.items.map((function(e){return(0,a.jsxs)("div",{className:N().group,children:[(0,a.jsx)("p",{className:N().filterTitle,children:(0,a.jsx)("strong",{children:e.title})}),(e.type===n.RadioGroup||e.type===n.CustomRadioGroup)&&(0,a.jsx)(k.Ee,{field:e.name,children:e.options.map((function(t){return(0,a.jsx)(g.Z,{label:t.label,field:"".concat(e.name,"-").concat(t.value),initialValue:!1,inputType:e.type===n.RadioGroup?"radio":"custom-radio",variant:"list-item",value:t.value},t.value)}))}),e.type===n.CheckboxGroup&&e.options.map((function(t){return(0,a.jsx)(g.Z,{label:t.label,field:"".concat(e.name,"-").concat(t.value),initialValue:!1,inputType:"checkbox",variant:"list-item",value:t.value},t.value)}))]},e.title)})),(0,a.jsx)("div",{className:N().filterCta,children:(0,a.jsx)(b.Z,{variant:"white",size:"small",disabled:!o,onClick:function(){i.current&&i.current.controller.reset(),e.onReset(),s(!1)},children:t(y.MV.ClearAll)})})]})})};S.defaultProps={initialValues:{}};var C=i(90522),P=function(e){var t=(0,j.q)().t;return(0,a.jsx)(S,{onChange:e.onChange,onReset:e.onReset,items:[{title:t(y.Ch.Type),name:"medical_product_type",type:n.CustomRadioGroup,options:[{value:"0",label:t(y.Ch.ShowAll)},{value:C.EK.Prescription,label:t(y.Ch.PrescriptionOnly)},{value:C.EK.OverTheCounter,label:t(y.Ch.OtcOnly)}]},{title:t(y.Ch.Stock),name:"stock_status",type:n.CustomRadioGroup,options:[{value:C.XT.IN_STOCK,label:t(y.Ch.InStockOnly)}]},{title:t(y.Ch.SortBy),name:"sort",type:n.CustomRadioGroup,options:[{value:"price-ASC",label:t(y.Ch.HighToLow)},{value:"price-DESC",label:t(y.Ch.LowToHigh)},{value:"name-ASC",label:t(y.Ch.NameAtoZ)},{value:"name-DESC",label:t(y.Ch.NameZtoA)}]}]})},F=i(36938),w=i.n(F),T=i(64317),D=i(92432),V=i(7582),L=i(26042),Z=i(41664),E=i.n(Z),I=i(25675),O=i.n(I),R=i(8063),q=i.n(R),A=i(55925),G=i(52707),B=i(42165),M=i(95337),z=i.n(M),H=i(45657),W=function(e){var t=e.rawValue,i=e.stars,n=e.dataStatus,r=e.total,l=(0,j.q)().t;switch(n){case C.rq.Idle:case C.rq.Pending:case C.rq.Error:return(0,a.jsx)("div",{className:z().root});case C.rq.Success:return(0,a.jsxs)("a",{href:"https://uk.trustpilot.com/review/ukmeds.co.uk?utm_medium=trustboxes",target:"_blank",rel:"noopener noreferrer",className:z().root,itemProp:"aggregateRating",itemScope:!0,itemType:"http://schema.org/AggregateRating",children:[(0,a.jsxs)("div",{className:z().stars,children:[(0,a.jsx)("meta",{itemProp:"ratingValue",content:String(t)}),(0,a.jsx)("meta",{itemProp:"reviewCount",content:String(r)}),(0,a.jsx)(H.default,{input:i})]}),(0,a.jsx)("p",{className:z().message,children:"".concat(r," ").concat(l(y.J3.ReviewsOnTrustPilot))})]});default:return(0,a.jsx)(a.Fragment,{})}};W.defaultProps={rawValue:5};var U=W,X=i(34282),$=i(14781),J=i(7031),K=function(e){var t=(0,j.q)().t;return(0,a.jsx)(G.Z,{link:e.link,img:(0,a.jsx)("div",{className:q().categoryImageContainer,children:(0,a.jsx)(O(),{src:(0,B.W)(e.small_image.url),alt:e.name,className:q().categoryImage,layout:"fill"})}),variant:"2-up",content:function(){return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(E(),{href:e.link,locale:!1,prefetch:!1,children:(0,a.jsx)("a",{className:"card__title",children:e.name})}),e.totalReviews>0&&(0,a.jsx)(U,{stars:Math.ceil(e.stars),dataStatus:C.rq.Success,total:e.totalReviews}),e.bullets.length>0&&(0,a.jsx)($.l,{render:function(t){var i=t.Svg;return e.bullets.slice(0,3).map((function(e){return(0,a.jsxs)("li",{children:[i,e]},e)}))}})]})},cta:(0,a.jsxs)(a.Fragment,{children:[e.stock_status===C.XT.IN_STOCK&&(0,a.jsxs)("div",{className:q().prices,children:[e.displayPrice.oldValue&&(0,a.jsx)("span",{className:q().totalStrike,children:(0,a.jsx)(A.Z,{dataStatus:C.rq.Success,items_qty:1,currencyCode:e.displayPrice.currency,subtotal:e.displayPrice.oldValue,label:t(y.MV.From)})}),(0,a.jsx)(A.Z,{dataStatus:C.rq.Success,items_qty:1,currencyCode:e.displayPrice.currency,subtotal:e.displayPrice.value,label:e.displayPrice.oldValue?"":t(y.MV.From)})]}),e.stock_status===C.XT.OUT_OF_STOCK&&(0,a.jsx)("span",{children:"Out of stock"}),(0,a.jsx)(J.Z,{to:e.link,variant:"primary-light","data-test-id":"ProductListItem.ButtonLink",children:t(y.MV.ViewProduct)})]})})},Q=function(e){return(0,X.Y)("[data-lozad-product]",e.items),(0,a.jsxs)("div",{children:[0===e.items.length&&(0,a.jsx)("p",{children:"Sorry there are no products that match those filters."}),e.items.map((function(e){return(0,a.jsx)(K,(0,L.Z)({},e),e.id)}))]},"05")},Y=i(96149),ee=i(80442),te=i(38092),ie=i.n(te),ne=function(e){var t=(0,m.Z)((0,D.aM)({query:ie(),variables:e.variables}),1)[0],i=t.fetching,n=t.error,r=t.data,l=function(){if(n)return(0,a.jsx)(ee.o,{message:"CategoryPage Query error ".concat(n)},"01");if(i)return(0,a.jsx)(Y.a,{overlay:!0,message:"Loading data",alignment:"top",variant:"mini"},"02");if(!r||!r.categoryProducts||!Array.isArray(r.categoryProducts.items))return(0,a.jsx)(ee.o,{message:"Category data missing for id"},"03");var e=r.categoryProducts.items,t=(0,V.nt)(e);return(0,a.jsx)(Q,{items:t})}();return(0,a.jsx)(T.CSSTransitionGroup,{transitionName:"fast-fade",transitionEnterTimeout:100,transitionLeaveTimeout:100,children:l})};ne.defaultProps={};var ae,re=i(76424),le=i(75369),oe=i(80162),se=i(11163),ce=function(e){var t=(0,se.useRouter)().locale,i=(0,oe.initializeUrql)(t),n=(0,m.Z)((0,re.y)((function(t){return t.pipe((0,_.b)(300),(0,v.U)((function(t){return{variables:(0,V.Xy)(String(e.id),t)}})))}),{variables:{category_id:String(e.id),sortBestseller:C.JN.DESC,pageSize:80}},[e.id]),2),r=n[0],l=n[1];return(0,a.jsxs)("section",{className:w().root,children:[(0,a.jsx)(le.w,{children:(0,a.jsx)(P,{onChange:function(e){l(e)},onReset:function(){l({})}})}),(0,a.jsx)("div",{className:w().inner,children:-1!==e.id&&(0,a.jsx)(D.zt,{value:i,children:(0,a.jsx)(ne,{id:e.id,variables:r.variables})})})]})},ue=i(2272),de=i(82191),me=i(7366),_e=i(3536),ve=i(22828),pe=i(47240),he=i(26556),fe=i.n(he);!function(e){e.CBDLanding="cbd-landing"}(ae||(ae={}));var ke=function(e){var t=e.page_layout===ae.CBDLanding;return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(u.im,{variant:"page-inner",children:(0,a.jsx)(u.W2,{className:fe().cbdWell,children:(0,a.jsx)(ce,{id:e.id})})}),e.large_description&&(0,a.jsx)(u.tW,{variant:t?"no-bg":"bg-only",children:(0,a.jsxs)(u.W2,{children:[!t&&(0,a.jsx)(de.Z,{whenIdle:!0,children:(0,a.jsx)(me.j,{content:e.large_description})}),(0,a.jsxs)("div",{className:fe().authors,children:[e.author&&(0,a.jsx)(ve.S,{author:e.author}),e.medicalReviewer&&(0,a.jsx)(pe.o,{author:e.medicalReviewer})]})]})}),(0,a.jsx)(u.im,{children:(0,a.jsxs)(u.W2,{children:[(0,a.jsx)(_e.T,{items:e.timelineCarousel}),(0,a.jsx)(ue.Z,{})]})}),(0,a.jsx)(d.Z,{})]})},ge=i(4298),be=i.n(ge),xe=i(41395),Ne=function(e){var t=e.items,i=e.locale;if(!(null===t||void 0===t?void 0:t.length))return null;var n={"@context":"https://schema.org/","@type":"ItemList",itemListElement:t.map((function(e,t){return{"@type":"ListItem",position:t+1,name:e.name,url:"".concat((0,xe.ge)(i,!0)).concat(e.url)}}))};return(0,a.jsx)(be(),{id:"itemListSchema",type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify(n)}})},ye=i(69920),je=i.n(ye),Se=i(35283),Ce=(0,o.X)((function(){return{url:oe.GRAPHQL_URL,exchanges:[Se.HG,Se.Ek]}}),{ssr:!1})((function(e){var t,i=e.category,n=e.timelineCarousel,r=e.schemaItems,o=e.author,u=e.medicalReviewer,d=e.locale,m=(0,j.q)().t,_=i.video_id,v=i.video_text,p=i.video_title,h=i.page_layout,f=i.consultation_product_id,k=Boolean(_&&v&&p),g=i.breadcrumbs||[],b=g[g.length-1].category_id,x=Boolean(i.meta_title)&&i.name!==i.meta_title,N=Boolean(i.meta_description)&&i.name!==(null===(t=i.meta_description)||void 0===t?void 0:t.trim());return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(l.PB,{title:x?i.meta_title:m(y.Ch.MetaTitleTemplate,{categoryName:i.name}),titleTemplate:"%s",description:N?i.meta_description:m(y.Ch.MetaDescriptionTemplate,{categoryName:i.name}),canonical:(0,xe.Jj)(d,i.canonical_url)}),(0,a.jsx)(Ne,{items:r,locale:d}),(0,a.jsxs)("div",{className:je().header,children:[(0,a.jsx)(c.b,{breadcrumbs:g,id:i.id,name:i.name||"",url:i.url_key||"",locale:d}),(0,a.jsx)(s.W,{name:i.name,description:i.description,image:i.image,video_id:_,video_text:v,video_title:p,consultation_product_id:f})]}),(0,a.jsx)(ke,{large_description:i.large_description,hasVideo:k,id:i.id,parentId:b,page_layout:h,timelineCarousel:n,author:o,medicalReviewer:u})]})})),Pe=!0,Fe=Ce},69920:function(e){e.exports={header:"Category_header__cYmB3",authors:"Category_authors__Q_vgX"}},57539:function(e){e.exports={wellInner:"CategoryHeader_wellInner__oMPB_",deferCta:"CategoryHeader_deferCta__W6rHk"}},26556:function(e){e.exports={withVideo:"CategoryPage_withVideo__dTPbL",authors:"CategoryPage_authors__KeYgQ"}},45927:function(e){e.exports={fieldListItem:"Checkbox_fieldListItem__sBokr",label:"Checkbox_label__CbFqD",checkbox:"Checkbox_checkbox__exCc_",fieldNormal:"Checkbox_fieldNormal__WrHuy",fieldNormalStandalone:"Checkbox_fieldNormalStandalone__aW06D",content:"Checkbox_content__beGDz",root:"Checkbox_root__jek88",buttonLabel:"Checkbox_buttonLabel__O_JZs",custom_checkbox:"Checkbox_custom_checkbox__GTLGr",standaloneCheckbox:"Checkbox_standaloneCheckbox__UL6Wy",blue_checkbox:"Checkbox_blue_checkbox__Xm1j_",fieldButton:"Checkbox_fieldButton__1U_RC",icon:"Checkbox_icon__xrddt",iconChecked:"Checkbox_iconChecked__HHnLr",error:"Checkbox_error__ZlNjE",checkboxError:"Checkbox_checkboxError__Eh5uT",standalone:"Checkbox_standalone__c7v_Z",standaloneLabel:"Checkbox_standaloneLabel__cx6xs",standaloneContent:"Checkbox_standaloneContent__NtL_G",standaloneCheckboxError:"Checkbox_standaloneCheckboxError__ML_vN"}},99160:function(e){e.exports={filters:"Filter_filters__DZcVQ",filterTrigger:"Filter_filterTrigger__DNIN5",filterList:"Filter_filterList__cd6tn",filterListActive:"Filter_filterListActive__f_eY_"}},79355:function(e){e.exports={root:"TotalsSummary_root__jD2wc",subtotalLabel:"TotalsSummary_subtotalLabel__EXPn9",subtotalValue:"TotalsSummary_subtotalValue__iDin5",totalStrike:"TotalsSummary_totalStrike__8FRU3"}},8063:function(e){e.exports={root:"ProductFullDetail_root__BpSbd",mainSection:"ProductFullDetail_mainSection__kuQMq",form:"ProductFullDetail_form__g5_UL",options:"ProductFullDetail_options__JDIY9",title:"ProductFullDetail_title__LADfI",titleReview:"ProductFullDetail_titleReview__VhjHi",productReview:"ProductFullDetail_productReview__pDv_P",priceSection:"ProductFullDetail_priceSection__GIfp1",prices:"ProductFullDetail_prices__OO_gU",totalStrike:"ProductFullDetail_totalStrike__2qdlP",imageNote:"ProductFullDetail_imageNote__5EDBb",leftCol:"ProductFullDetail_leftCol__C_xFj",countdown:"ProductFullDetail_countdown__X_fbP",productIcons:"ProductFullDetail_productIcons__v9JC5",buttonContainer:"ProductFullDetail_buttonContainer__pWLKZ",consultationInfo:"ProductFullDetail_consultationInfo__HKHt6",cartActions:"ProductFullDetail_cartActions__OhbZR",cartActionsInner:"ProductFullDetail_cartActionsInner__7B0nQ",details:"ProductFullDetail_details__Zm6Yr",description:"ProductFullDetail_description__HNNjL",detailsNoOptions:"ProductFullDetail_detailsNoOptions__lq5ZG",ctaPrescriptionNotice:"ProductFullDetail_ctaPrescriptionNotice__U4mxa",ctaNotice:"ProductFullDetail_ctaNotice__yMfBl",totals:"ProductFullDetail_totals__pQpOg",vatDisclaimer:"ProductFullDetail_vatDisclaimer__NphBx",sticky:"ProductFullDetail_sticky__wLIXr",banner:"ProductFullDetail_banner__gL9Af",categoryImageContainer:"ProductFullDetail_categoryImageContainer__uJ__i",categoryImage:"ProductFullDetail_categoryImage__IvAlt",bannerIconBlock:"ProductFullDetail_bannerIconBlock__lH8hO"}},36938:function(e){e.exports={root:"ProductList_root__iXPR_",inner:"ProductList_inner__B2ZKS",relatedProductsContainer:"ProductList_relatedProductsContainer__fl185",relatedProducts:"ProductList_relatedProducts__oRY_C",relatedProduct:"ProductList_relatedProduct__B2c1M",one:"ProductList_one__jFWr5",two:"ProductList_two__t1Z2G",three:"ProductList_three__Gu4bm",relatedProductsViewMoreLink:"ProductList_relatedProductsViewMoreLink__cYmzg"}},95337:function(e){e.exports={root:"ProductReview_root__y74lO",stars:"ProductReview_stars__0lMZu",message:"ProductReview_message__quYbV"}},9484:function(e){e.exports={filterContent:"RadioList_filterContent___vxWO",filterContentHidden:"RadioList_filterContentHidden__wqIGs",trigger:"RadioList_trigger__B_Oxm",group:"RadioList_group__ycyIE",filterCta:"RadioList_filterCta__Azdo2"}},41015:function(e){e.exports={wrapper:"Timeline_wrapper__a1jb2",content:"Timeline_content__GIdfQ",title:"Timeline_title__eWLET",images:"Timeline_images__WNw_H",image:"Timeline_image__LR3I1",nav:"Timeline_nav__8b4JZ","carousel-loader":"Timeline_carousel-loader__UeFSt",navItem:"Timeline_navItem__nb_3U","carousel-counter":"Timeline_carousel-counter__AMn_Z",inner:"Timeline_inner__HUf67"}}},function(e){e.O(0,[8489,7621,8317,439,5756,4400,9774,2888,179],(function(){return t=23864,e(e.s=t);var t}));var t=e.O();_N_E=t}]);