tabexseriescomponents 0.0.243 → 0.0.244

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -6620,7 +6620,23 @@ var Checkout = function Checkout(props) {
6620
6620
  textTransform: sectionproperties.total_texttransform,
6621
6621
  color: sectionproperties.total_color
6622
6622
  }
6623
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue67 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue67 === void 0 ? void 0 : (_fetchcustomercartQue68 = _fetchcustomercartQue67.data) === null || _fetchcustomercartQue68 === void 0 ? void 0 : _fetchcustomercartQue68.customercart.totalpriceafterdiscount).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)))))), /*#__PURE__*/React.createElement("div", {
6623
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue67 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue67 === void 0 ? void 0 : (_fetchcustomercartQue68 = _fetchcustomercartQue67.data) === null || _fetchcustomercartQue68 === void 0 ? void 0 : _fetchcustomercartQue68.customercart.totalpriceafterdiscount).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)))))), sectionproperties.slideshowtext1_show == 'Show' && /*#__PURE__*/React.createElement("div", {
6624
+ "class": "col-lg-12 p-0 my-2 p-2 allcentered mb-3",
6625
+ style: {
6626
+ background: '#eee',
6627
+ borderRadius: 10
6628
+ }
6629
+ }, /*#__PURE__*/React.createElement("p", {
6630
+ "class": "m-0 p-0",
6631
+ style: {
6632
+ color: sectionproperties.slideshowText1ContentColor,
6633
+ fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
6634
+ fontWeight: sectionproperties.slideshowText1ContentFontWeight
6635
+ },
6636
+ dangerouslySetInnerHTML: {
6637
+ __html: langdetect == 'en' ? sectionproperties.text1editortexten : sectionproperties.text1editortextar
6638
+ }
6639
+ })), /*#__PURE__*/React.createElement("div", {
6624
6640
  className: "col-lg-12 d-flex align-items-center justify-content-center mb-2 mt-sm-3"
6625
6641
  }, /*#__PURE__*/React.createElement("button", {
6626
6642
  className: " ".concat(checkoutstyles.checkoutbtnstyles) + ' d-flex align-items-center justify-content-center ',
@@ -14051,7 +14067,7 @@ var ClassicHeader = function ClassicHeader(props) {
14051
14067
  fontSize: sectionproperties.userBtntextfontsize + 'px',
14052
14068
  lineHeight: sectionproperties.userBtntextfontsize + 'px',
14053
14069
  transition: '.3s',
14054
- maxWidth: '40px'
14070
+ maxWidth: '80px'
14055
14071
  }),
14056
14072
  userBtnContainer: css({
14057
14073
  ':hover .user_btn': {
@@ -14204,14 +14220,20 @@ var ClassicHeader = function ClassicHeader(props) {
14204
14220
  })
14205
14221
  };
14206
14222
  return /*#__PURE__*/React.createElement("div", {
14207
- "class": +' row m-0 w-100 d-flex justify-content-center ',
14223
+ "class": ' row m-0 w-100 d-flex justify-content-center ',
14208
14224
  style: {
14209
- width: '100vw'
14225
+ background: sectionproperties.header_backgroundColor
14226
+ }
14227
+ }, /*#__PURE__*/React.createElement("div", {
14228
+ "class": "row m-0",
14229
+ style: {
14230
+ width: sectionproperties.header_width + 'vw'
14210
14231
  }
14211
14232
  }, /*#__PURE__*/React.createElement("div", {
14212
- "class": "".concat(headerstyles$d.headercontainer) + ' col-lg-12 p-0 d-md-none ',
14233
+ "class": "".concat(headerstyles$d.headercontainer) + ' col-lg-12 pl-0 pr-0 d-md-none ',
14213
14234
  style: {
14214
14235
  position: sectionproperties.headerstyles_position,
14236
+ paddingBottom: sectionproperties.header_paddingBottom + 'px',
14215
14237
  top: 0
14216
14238
  }
14217
14239
  }, /*#__PURE__*/React.createElement("div", {
@@ -14538,9 +14560,10 @@ var ClassicHeader = function ClassicHeader(props) {
14538
14560
  }, /*#__PURE__*/React.createElement("div", {
14539
14561
  "class": header_cssstyles.lowerHeaderSection + ' w-100 '
14540
14562
  }, /*#__PURE__*/React.createElement("div", {
14541
- "class": ' scrollhorizontal w-100 justify-content-start align-items-center ',
14563
+ "class": ' scrollhorizontal w-100 align-items-center ',
14542
14564
  style: {
14543
- display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
14565
+ display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex',
14566
+ justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
14544
14567
  }
14545
14568
  }, templatepropcontext === null || templatepropcontext === void 0 ? void 0 : (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.map(function (item, index) {
14546
14569
  if (item.isnavigation == 1 && item.isactive == 1) {
@@ -14564,7 +14587,7 @@ var ClassicHeader = function ClassicHeader(props) {
14564
14587
  subheaderpositionprops: 'in nav',
14565
14588
  paddingLeftprops: '1.5rem',
14566
14589
  paddingRightprops: '1.5rem',
14567
- subheadercontentpositionprops: 'start'
14590
+ subheadercontentpositionprops: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
14568
14591
  }
14569
14592
  }))), /*#__PURE__*/React.createElement("div", {
14570
14593
  "class": "col-lg-12 p-0"
@@ -14577,7 +14600,7 @@ var ClassicHeader = function ClassicHeader(props) {
14577
14600
  paddingRightprops: '35px',
14578
14601
  subheadercontentpositionprops: 'center'
14579
14602
  }
14580
- })))), /*#__PURE__*/React.createElement(Headerresponsive, {
14603
+ }))))), /*#__PURE__*/React.createElement(Headerresponsive, {
14581
14604
  sectionpropertiesprops: sectionproperties,
14582
14605
  actions: actions
14583
14606
  }));
@@ -25179,7 +25202,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
25179
25202
  justifyContent: sectionproperties.showfooterphonenumber == 'Show' ? 'between' : 'end'
25180
25203
  }
25181
25204
  }, sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
25182
- "class": langdetect == 'en' ? 'd-flex align-items-center justify-content-end mr-2' : 'd-flex align-items-center justify-content-end ml-2'
25205
+ "class": langdetect == 'en' ? 'd-flex align-items-center justify-content-end mr-4' : 'd-flex align-items-center justify-content-end ml-4'
25183
25206
  }, /*#__PURE__*/React.createElement("a", {
25184
25207
  href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
25185
25208
  target: '_self',
@@ -29741,7 +29764,7 @@ var Footer8 = function Footer8(props) {
29741
29764
  },
29742
29765
  loading: "lazy"
29743
29766
  }))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("div", {
29744
- "class": "col-lg-12 pl-5 pr-5 p-md-0 d-flex justify-content-start mt-2"
29767
+ "class": "col-lg-12 p-md-0 d-flex justify-content-start mt-2"
29745
29768
  }, /*#__PURE__*/React.createElement("p", {
29746
29769
  "class": langdetect == 'en' ? ' wordbreak pr-5 wordbreak3 mb-4 ' : ' wordbreak pl-5 wordbreak3 mb-4 ',
29747
29770
  style: {
@@ -31142,10 +31165,10 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
31142
31165
  setbgimagearrayofobjs = _useState8[1];
31143
31166
  useEffect(function () {
31144
31167
  if (sectionproperties.length != 0) {
31145
- if (sectionproperties.bgsection_imagearrayofobjs != null) {
31146
- var bgsection_imagearrayofobjsparsed = JSON.parse(sectionproperties.bgsection_imagearrayofobjs);
31147
- if (Array.isArray(bgsection_imagearrayofobjsparsed)) {
31148
- setbgimagearrayofobjs(_toConsumableArray(bgsection_imagearrayofobjsparsed));
31168
+ if (sectionproperties.arrayofobjectimagesonly != null) {
31169
+ var arrayofobjectimagesonlyparsed = JSON.parse(sectionproperties.arrayofobjectimagesonly);
31170
+ if (Array.isArray(arrayofobjectimagesonlyparsed)) {
31171
+ setbgimagearrayofobjs(_toConsumableArray(arrayofobjectimagesonlyparsed));
31149
31172
  }
31150
31173
  }
31151
31174
  }
@@ -31224,7 +31247,7 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
31224
31247
  }
31225
31248
  })), _section_cssstyles);
31226
31249
  var ImageSection = function ImageSection() {
31227
- var _bgimagearrayofobjs$, _bgimagearrayofobjs$2;
31250
+ var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _bgimagearrayofobjs$3, _bgimagearrayofobjs$4;
31228
31251
  return /*#__PURE__*/React.createElement("div", {
31229
31252
  "class": "mt-sm-3 mb-sm-3",
31230
31253
  style: {
@@ -31238,12 +31261,28 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
31238
31261
  }, /*#__PURE__*/React.createElement(IKImage, {
31239
31262
  urlEndpoint: IKurlEndpoint,
31240
31263
  publicKey: IKpublicKey,
31241
- "class": "h-sm-auto",
31264
+ "class": "h-sm-auto d-flex d-md-none",
31242
31265
  path: bgimagearrayofobjs.length != 0 ? langdetect == 'en' ? (_bgimagearrayofobjs$ = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$ === void 0 ? void 0 : _bgimagearrayofobjs$.bgsection_image : (_bgimagearrayofobjs$2 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$2 === void 0 ? void 0 : _bgimagearrayofobjs$2.bgsection_image_ar : '',
31243
31266
  style: {
31244
31267
  width: '100%',
31245
31268
  height: '100%',
31246
- objectFit: 'cover',
31269
+ objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain',
31270
+ margin: 0,
31271
+ padding: 0,
31272
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
31273
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
31274
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
31275
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px'
31276
+ }
31277
+ }), /*#__PURE__*/React.createElement(IKImage, {
31278
+ urlEndpoint: IKurlEndpoint,
31279
+ publicKey: IKpublicKey,
31280
+ "class": "h-sm-auto d-none d-md-flex",
31281
+ path: bgimagearrayofobjs.length != 0 ? langdetect == 'en' ? (_bgimagearrayofobjs$3 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$3 === void 0 ? void 0 : _bgimagearrayofobjs$3.bgsection_imageresponsive : (_bgimagearrayofobjs$4 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$4 === void 0 ? void 0 : _bgimagearrayofobjs$4.bgsection_imageresponsive_ar : '',
31282
+ style: {
31283
+ width: '100%',
31284
+ height: '100%',
31285
+ objectFit: sectionproperties.bgcovercontainresponsive == 'Cover' ? 'cover' : 'contain',
31247
31286
  margin: 0,
31248
31287
  padding: 0,
31249
31288
  borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
@@ -34059,7 +34098,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
34059
34098
  }))))));
34060
34099
  };
34061
34100
  return /*#__PURE__*/React.createElement("div", {
34062
- "class": sectionproperties.card_marginLeft != 0 ? 'row ml-0 mr-0 w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2' : 'row ml-0 mr-0 w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2',
34101
+ "class": sectionproperties.card_marginLeft != 0 ? 'row ml-0 mr-0 w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2' : 'row ml-0 mr-0 w-100',
34063
34102
  style: {
34064
34103
  marginBottom: sectionproperties.marginBottom + 'px',
34065
34104
  paddingLeft: sectionproperties.card_marginLeft + 'px',
@@ -38568,10 +38607,23 @@ var Servicesection = function Servicesection(props) {
38568
38607
  return /*#__PURE__*/React.createElement("div", {
38569
38608
  "class": "col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start",
38570
38609
  style: {
38571
- padding: '10px'
38610
+ // padding: '10px',
38611
+ paddingTop: sectionproperties.reservation_padding_top + 'px',
38612
+ paddingBottom: sectionproperties.reservation_padding_bottom + 'px'
38572
38613
  }
38573
38614
  }, /*#__PURE__*/React.createElement("div", {
38574
- "class": "m-lg-auto d-flex justify-content-center"
38615
+ // class="m-lg-auto d-flex justify-content-center"
38616
+ "class": sectionproperties.innersectionbordertype != 'All' ? 'm-sm-auto d-flex justify-content-center border-md-none w-100' : 'm-lg-auto d-flex justify-content-center',
38617
+ style: {
38618
+ background: sectionproperties.reservation_bgcolor,
38619
+ paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
38620
+ paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
38621
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
38622
+ border: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
38623
+ borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
38624
+ borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
38625
+ boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
38626
+ }
38575
38627
  }, /*#__PURE__*/React.createElement("div", {
38576
38628
  "class": "d-flex d-sm-none",
38577
38629
  style: {
@@ -38724,10 +38776,16 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
38724
38776
  })
38725
38777
  };
38726
38778
  return /*#__PURE__*/React.createElement("div", {
38779
+ "class": ' row ml-0 mr-0 w-md-100 d-flex justify-content-center align-items-center w-100 ',
38780
+ style: {
38781
+ background: sectionproperties.outerbgcolor
38782
+ }
38783
+ }, /*#__PURE__*/React.createElement("div", {
38727
38784
  "class": ' row ml-0 mr-0 w-md-100 align-items-center ',
38728
38785
  style: {
38729
38786
  position: 'relative',
38730
- width: sectionproperties.width + '%'
38787
+ width: sectionproperties.width + '%',
38788
+ background: sectionproperties.outerbgcolor
38731
38789
  }
38732
38790
  }, sectionproperties.maincontainerarrayofobjs != undefined && sectionproperties.maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React.createElement("div", {
38733
38791
  "class": sectionStyles.imgcontainer
@@ -38761,7 +38819,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
38761
38819
  borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
38762
38820
  borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
38763
38821
  borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
38764
- border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
38822
+ border: sectionproperties.borderType == 'All' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
38823
+ borderTop: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
38824
+ borderBottom: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
38765
38825
  borderLeftWidth: 0,
38766
38826
  borderRightWidth: 0
38767
38827
  }
@@ -38821,7 +38881,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
38821
38881
  zIndex: 2
38822
38882
  }
38823
38883
  }, /*#__PURE__*/React.createElement("div", {
38824
- "class": "row m-0 w-100 mb-auto",
38884
+ "class": sectionproperties.innersectionbordertype != 'All' ? 'row m-0 w-100 mb-auto border-md-none' : 'row m-0 w-100 mb-auto',
38825
38885
  style: {
38826
38886
  background: sectionproperties.reservation_bgcolor,
38827
38887
  paddingTop: sectionproperties.reservation_padding_top + 'px',
@@ -38829,7 +38889,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
38829
38889
  paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
38830
38890
  paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
38831
38891
  borderRadius: sectionproperties.reservation_borderradius + 'px',
38832
- border: sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor,
38892
+ border: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
38893
+ borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
38894
+ borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
38833
38895
  boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
38834
38896
  }
38835
38897
  }, /*#__PURE__*/React.createElement("div", {
@@ -38887,7 +38949,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
38887
38949
  textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
38888
38950
  }
38889
38951
  }, langdetect == 'en' ? cardsarray[cardinfoindex].cardobj_descripen : cardsarray[cardinfoindex].cardobj_descripar))));
38890
- })));
38952
+ }))));
38891
38953
  };
38892
38954
 
38893
38955
  var css_248z$g = ".Slideshow_with_rotatedsquare-module_sectioncont__AfYNO{\n padding-top:80px;\n padding-bottom:80px;\n padding-left: 180px;\n padding-right: 180px;\n \n }\n .Slideshow_with_rotatedsquare-module_rotatedsquare__lZPTd{\n width:150px;\n height:150px;\n border-radius:15px;\n position: relative;\n transform: rotate(-45deg);\n }\n .Slideshow_with_rotatedsquare-module_circle__ofuN0{\n position: absolute;\n width:60px;\n height:60px;\n border-radius:50%;\n left:57%;\n top:100px;\n \n }\n .Slideshow_with_rotatedsquare-module_circle1__4tbou{\n \n width:10px;\n height:10px;\n border-radius:50%;\n margin-right:10px;\n margin-left:140px;\n background-color:blue;\n \n }\n \n ";
@@ -39891,9 +39953,12 @@ var Slideshowslide = function Slideshowslide(props) {
39891
39953
  }, /*#__PURE__*/React.createElement("div", {
39892
39954
  "class": "row m-0 w-100"
39893
39955
  }, /*#__PURE__*/React.createElement("div", {
39894
- className: slideshow_styles.dropdowntitle + ' col-lg-12 p-0 '
39956
+ className: slideshow_styles.dropdowntitle + ' col-lg-12 p-0 ',
39957
+ style: {
39958
+ justifyContent: sectionproperties.titlecentered == 'Centered' ? 'center' : 'start'
39959
+ }
39895
39960
  }, /*#__PURE__*/React.createElement("p", {
39896
- className: "m-0 p-3 text-center"
39961
+ className: "m-0 p-3 w-100"
39897
39962
  }, langdetect == 'en' ? sectionproperties.collectionssectiontitleen : sectionproperties.collectionssectiontitlear)), /*#__PURE__*/React.createElement("div", {
39898
39963
  "class": "col-lg-12 flex-column cat_dropdown_hover scrollvertical pt-3 px-2",
39899
39964
  style: {
@@ -39967,7 +40032,24 @@ var Slideshowslide = function Slideshowslide(props) {
39967
40032
  }
39968
40033
  }, /*#__PURE__*/React.createElement("div", {
39969
40034
  className: ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start align-items-center p-0 '
39970
- }, /*#__PURE__*/React.createElement("p", {
40035
+ }, sectionproperties.showcatimage == 'Show' && /*#__PURE__*/React.createElement("div", {
40036
+ style: {
40037
+ width: '4.5vh',
40038
+ height: '4.5vh',
40039
+ marginRight: langdetect == 'en' ? '5px' : 0,
40040
+ marginLeft: langdetect == 'ar' ? '5px' : 0
40041
+ }
40042
+ }, /*#__PURE__*/React.createElement(IKImage, {
40043
+ urlEndpoint: IKurlEndpoint,
40044
+ publicKey: IKpublicKey,
40045
+ path: item.collectionlogo,
40046
+ loading: "lazy",
40047
+ style: {
40048
+ width: '100%',
40049
+ height: '100%',
40050
+ objectFit: 'contain'
40051
+ }
40052
+ })), /*#__PURE__*/React.createElement("p", {
39971
40053
  "class": ' m-0 p-0 wordbreak wordbreak1 ',
39972
40054
  onClick: function onClick() {
39973
40055
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
@@ -43125,10 +43207,10 @@ var NewProductcard = function NewProductcard(props) {
43125
43207
  width: sectionproperties.generalbtn_width + 'px',
43126
43208
  background: sectionproperties.slideshow_btn_bg,
43127
43209
  color: sectionproperties.generalbtn_textColor,
43128
- borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
43129
- borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
43130
- borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
43131
- borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
43210
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
43211
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
43212
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
43213
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
43132
43214
  fontSize: sectionproperties.generalbtn_fontsize + 'px',
43133
43215
  textTransform: sectionproperties.generalbtn_texttransform,
43134
43216
  fontWeight: sectionproperties.generalbtn_fontweight,
@@ -43207,6 +43289,29 @@ var NewProductcard = function NewProductcard(props) {
43207
43289
  bottom: '10px',
43208
43290
  opacity: 0,
43209
43291
  zIndex: 10000
43292
+ }),
43293
+ showButtonResp: css({
43294
+ background: sectionproperties.slideshow_btn_bg,
43295
+ color: sectionproperties.generalbtn_textColor,
43296
+ borderTopLeftRadius: sectionproperties.transition != 'Show By Default' ? 0 : langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
43297
+ borderTopRightRadius: sectionproperties.transition != 'Show By Default' ? 0 : langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
43298
+ borderBottomLeftRadius: sectionproperties.transition != 'Show By Default' ? 0 : langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
43299
+ borderBottomRightRadius: sectionproperties.transition != 'Show By Default' ? 0 : langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
43300
+ height: '40px',
43301
+ ':hover': {
43302
+ background: sectionproperties.generalbtn_bgColoronhover,
43303
+ color: sectionproperties.generalbtn_textColoronhover
43304
+ }
43305
+ }),
43306
+ cartbtnresp: css({
43307
+ background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
43308
+ color: sectionproperties.cartBtnTextcolor,
43309
+ borderRadius: sectionproperties.transition != 'Show By Default' ? 0 : sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
43310
+ height: '40px',
43311
+ ':hover': {
43312
+ background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
43313
+ color: sectionproperties.cartBtnTextcoloronhover
43314
+ }
43210
43315
  })
43211
43316
  };
43212
43317
  var ImageContent = function ImageContent() {
@@ -43287,11 +43392,11 @@ var NewProductcard = function NewProductcard(props) {
43287
43392
  direction: 'ltr'
43288
43393
  }
43289
43394
  }, '-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%')), /*#__PURE__*/React.createElement("div", {
43290
- "class": "".concat(card_cssstyles.buttoncont) + ' buttoncont row w-100 m-0 d-flex justify-content-center align-items-center '
43395
+ "class": sectionproperties.transition != 'Show By Default' ? "".concat(card_cssstyles.buttoncont) + ' buttoncont row w-100 m-0 d-flex d-md-none d-sm-none justify-content-center align-items-center ' : "".concat(card_cssstyles.buttoncont) + ' buttoncont row w-100 m-0 d-none justify-content-center align-items-center '
43291
43396
  }, /*#__PURE__*/React.createElement("div", {
43292
43397
  "class": "col-lg-12 p-0 mb-2"
43293
43398
  }, /*#__PURE__*/React.createElement("button", {
43294
- "class": "".concat(card_cssstyles.quickshow_btn) + ' cursor-pointer d-flex d-md-none d-sm-none justify-content-center align-items-center quickshow_btn ',
43399
+ "class": "".concat(card_cssstyles.quickshow_btn) + ' cursor-pointer d-flex justify-content-center align-items-center quickshow_btn ',
43295
43400
  onClick: function onClick(e) {
43296
43401
  e.stopPropagation();
43297
43402
  setShowProductInfoModalContext(true);
@@ -43300,7 +43405,7 @@ var NewProductcard = function NewProductcard(props) {
43300
43405
  }, langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React.createElement("div", {
43301
43406
  "class": "col-lg-12 p-0"
43302
43407
  }, sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("button", {
43303
- "class": "".concat(card_cssstyles.cart_btn) + ' cursor-pointer d-flex d-md-none d-sm-none justify-content-center align-items-center cart_btn ',
43408
+ "class": "".concat(card_cssstyles.cart_btn) + ' cursor-pointer d-flex justify-content-center align-items-center cart_btn ',
43304
43409
  onClick: function onClick(e) {
43305
43410
  e.stopPropagation();
43306
43411
  cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
@@ -43311,14 +43416,9 @@ var NewProductcard = function NewProductcard(props) {
43311
43416
  position: 'absolute',
43312
43417
  width: '100%'
43313
43418
  },
43314
- "class": "d-none d-md-flex d-sm-flex"
43419
+ "class": sectionproperties.transition == 'Show By Default' ? 'd-flex' : 'd-none d-md-flex d-sm-flex'
43315
43420
  }, /*#__PURE__*/React.createElement("div", {
43316
- style: {
43317
- background: sectionproperties.slideshow_btn_bg,
43318
- color: sectionproperties.generalbtn_textColor,
43319
- height: '40px'
43320
- },
43321
- "class": "col-lg-6 p-0 d-flex align-items-center justify-content-center",
43421
+ "class": card_cssstyles.showButtonResp + ' col-lg-6 p-0 d-flex align-items-center justify-content-center ',
43322
43422
  onClick: function onClick(e) {
43323
43423
  e.stopPropagation();
43324
43424
  setShowProductInfoModalContext(true);
@@ -43327,12 +43427,7 @@ var NewProductcard = function NewProductcard(props) {
43327
43427
  }, /*#__PURE__*/React.createElement(BsEye, {
43328
43428
  size: sectionproperties.cartBtn_iconFontSize
43329
43429
  })), /*#__PURE__*/React.createElement("div", {
43330
- style: {
43331
- background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
43332
- color: sectionproperties.cartBtnTextcolor,
43333
- height: '40px'
43334
- },
43335
- "class": "col-lg-6 p-0 d-flex align-items-center justify-content-center",
43430
+ "class": card_cssstyles.cartbtnresp + ' col-lg-6 p-0 d-flex align-items-center justify-content-center ',
43336
43431
  onClick: function onClick(e) {
43337
43432
  e.stopPropagation();
43338
43433
  cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
@@ -43357,7 +43452,7 @@ var NewProductcard = function NewProductcard(props) {
43357
43452
  };
43358
43453
  return /*#__PURE__*/React.createElement("div", {
43359
43454
  // ${generalCardsStyles.newproductcard}
43360
- "class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 ' : " ".concat(card_cssstyles.productcard),
43455
+ "class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 p-md-0 ' : " ".concat(card_cssstyles.productcard),
43361
43456
  style: {
43362
43457
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
43363
43458
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
@@ -47250,7 +47345,7 @@ var Horizontalcard = function Horizontalcard(props) {
47250
47345
  position: 'relative'
47251
47346
  }
47252
47347
  }, /*#__PURE__*/React.createElement("div", {
47253
- "class": 'col-lg-9 col-md-9 col-sm-3 p-0 mb-2',
47348
+ "class": 'col-lg-9 col-md-9 col-sm-9 p-0 mb-2',
47254
47349
  style: {
47255
47350
  minHeight: '6vh'
47256
47351
  }
@@ -51693,7 +51788,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
51693
51788
  setShowProductInfoModalContext(true);
51694
51789
  setProductIdProdutInfoModalContext(item.productid);
51695
51790
  },
51696
- "class": "".concat(card_cssstyles.productcardimagecont) + ' w-100 p-0 mb-2 ',
51791
+ "class": "".concat(card_cssstyles.productcardimagecont) + ' w-100 p-0 mb-2 allcentered ',
51697
51792
  style: {
51698
51793
  zIndex: 1
51699
51794
  }
@@ -51703,8 +51798,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
51703
51798
  path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
51704
51799
  loading: "lazy",
51705
51800
  style: {
51706
- width: '100%',
51707
- height: '100%',
51801
+ width: sectionproperties.imageInnerWidth_Height + '%',
51802
+ height: sectionproperties.imageInnerWidth_Height + '%',
51708
51803
  objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain'
51709
51804
  }
51710
51805
  }))), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {