@gofynd/theme-template 3.2.6 → 3.2.8

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.
Files changed (86) hide show
  1. package/dist/components/address-form/address-form.js +1 -1
  2. package/dist/components/address-form/form-input-selector.js +1 -1
  3. package/dist/components/address-form/v2/address-form.js +1 -1
  4. package/dist/components/compare-product-card/compare-product-card.css +824 -0
  5. package/dist/components/compare-product-card/compare-product-card.js +1 -0
  6. package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
  7. package/dist/components/core/fy-input/fy-input.js +1 -1
  8. package/dist/components/filter-modal/filter-modal.js +1 -1
  9. package/dist/components/form-builder/form-builder.js +1 -1
  10. package/dist/components/google-map/google-map.js +1 -1
  11. package/dist/components/index.js +1 -1
  12. package/dist/components/location-modal/location-modal.js +1 -1
  13. package/dist/components/product-card/product-card.js +1 -1
  14. package/dist/components/quantity-control/quantity-control.js +1 -1
  15. package/dist/components/range-slider/range-slider.js +1 -1
  16. package/dist/index.css +1401 -213
  17. package/dist/index.js +1 -1
  18. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +2 -0
  19. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  20. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  21. package/dist/page-layouts/compare/compare.css +7319 -309
  22. package/dist/page-layouts/compare/compare.js +2 -1
  23. package/dist/page-layouts/compare/compare.js.LICENSE.txt +5 -0
  24. package/dist/page-layouts/login/component/social-login-button/apple-login-button.css +373 -0
  25. package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -0
  26. package/dist/page-layouts/login/component/social-login-button/facebook-login-button.css +373 -0
  27. package/dist/page-layouts/login/component/social-login-button/facebook-login-button.js +1 -0
  28. package/dist/page-layouts/login/component/social-login-button/google-login-button.css +375 -0
  29. package/dist/page-layouts/login/component/social-login-button/google-login-button.js +1 -0
  30. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +3 -0
  31. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  32. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
  33. package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
  34. package/dist/page-layouts/plp/Components/filter-list/filter-list.js +1 -1
  35. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
  36. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
  37. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
  38. package/dist/page-layouts/plp/Components/product-variants/product-variants.js +1 -1
  39. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  40. package/dist/page-layouts/single-checkout/payment/card-form.css +59 -1
  41. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +59 -1
  42. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  43. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +62 -1
  44. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  45. package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +59 -1
  46. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +1 -0
  47. package/dist/pages/cart/cart.css +2 -0
  48. package/dist/pages/cart/cart.js +1 -1
  49. package/dist/pages/cart/index.css +2 -0
  50. package/dist/pages/cart/index.js +1 -1
  51. package/dist/pages/checkout/checkout.css +63 -1
  52. package/dist/pages/checkout/checkout.js +1 -1
  53. package/dist/pages/checkout/index.css +63 -1
  54. package/dist/pages/checkout/index.js +1 -1
  55. package/dist/pages/contact-us/contact-us.js +1 -1
  56. package/dist/pages/contact-us/index.js +1 -1
  57. package/dist/pages/index.css +1401 -213
  58. package/dist/pages/index.js +1 -1
  59. package/dist/pages/login/index.css +1121 -0
  60. package/dist/pages/login/index.js +1 -1
  61. package/dist/pages/login/login.css +1121 -0
  62. package/dist/pages/login/login.js +1 -1
  63. package/dist/pages/order/index.js +1 -1
  64. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  65. package/dist/pages/order/order-tracking.js +1 -1
  66. package/dist/pages/order-status/index.css +5 -0
  67. package/dist/pages/order-status/index.js +1 -1
  68. package/dist/pages/order-status/order-status.css +5 -0
  69. package/dist/pages/order-status/order-status.js +1 -1
  70. package/dist/pages/product-listing/index.css +3 -0
  71. package/dist/pages/product-listing/index.js +1 -1
  72. package/dist/pages/product-listing/product-listing.css +3 -0
  73. package/dist/pages/product-listing/product-listing.js +1 -1
  74. package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
  75. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  76. package/dist/pages/profile/email/email.js +1 -1
  77. package/dist/pages/profile/email/index.js +1 -1
  78. package/dist/pages/profile/index.js +1 -1
  79. package/dist/pages/profile/phone/index.js +1 -1
  80. package/dist/pages/profile/phone/phone.js +1 -1
  81. package/dist/pages/profile/profile-details.js +1 -1
  82. package/dist/pages/wishlist/index.css +3 -0
  83. package/dist/pages/wishlist/index.js +1 -1
  84. package/dist/pages/wishlist/wishlist.css +3 -0
  85. package/dist/pages/wishlist/wishlist.js +1 -1
  86. package/package.json +1 -1
@@ -0,0 +1,375 @@
1
+ /**color by character**/
2
+ /** Font family **/
3
+ /** Font weight **/
4
+ .google-login-button__display-block___s15RG {
5
+ display: block;
6
+ }
7
+ .google-login-button__inline-block___Q_L25,
8
+ .google-login-button__inlineBlock___PixDy {
9
+ display: inline-block;
10
+ }
11
+ .google-login-button__flex-row___Ac1Tp {
12
+ display: flex;
13
+ }
14
+ .google-login-button__flex-column___yjfVB,
15
+ .google-login-button__flexColumn___tktA6 {
16
+ display: flex;
17
+ flex-direction: column;
18
+ }
19
+ .google-login-button__flex-align-center___AGQ4A,
20
+ .google-login-button__flexAlignCenter___jcHeh {
21
+ display: flex;
22
+ align-items: center;
23
+ }
24
+ .google-login-button__flex-justify-center___pwIau,
25
+ .google-login-button__flexJustifyCenter___etrqc {
26
+ display: flex;
27
+ justify-content: center;
28
+ }
29
+ .google-login-button__flex-center___iZzXf,
30
+ .google-login-button__flexCenter___Udri1 {
31
+ display: flex;
32
+ justify-content: center;
33
+ align-items: center;
34
+ }
35
+ .google-login-button__justify-start___jP0Bf,
36
+ .google-login-button__justifyStart___lB7Bm {
37
+ justify-content: flex-start;
38
+ }
39
+ .google-login-button__justify-end___M6bWw,
40
+ .google-login-button__justifyEnd___g8Qzy {
41
+ justify-content: flex-end;
42
+ }
43
+ .google-login-button__justify-between___otTVm,
44
+ .google-login-button__justifyBetween___Zv57a {
45
+ justify-content: space-between;
46
+ }
47
+ .google-login-button__justify-around___BJOT_,
48
+ .google-login-button__justifyAround___VvLTn {
49
+ justify-content: space-around;
50
+ }
51
+ .google-login-button__justify-evenly___JJl44,
52
+ .google-login-button__justifyEvenly___UKmGy {
53
+ justify-content: space-evenly;
54
+ }
55
+ h1,
56
+ .google-login-button__h1___IRFRh {
57
+ font-weight: 700;
58
+ font-size: 28px;
59
+ line-height: 42px;
60
+ letter-spacing: -0.03em;
61
+ color: var(--textHeading, #26201a);
62
+ }
63
+ @media only screen and (min-width: 769px) {
64
+ h1,
65
+ .google-login-button__h1___IRFRh {
66
+ font-size: 36px;
67
+ line-height: 48px;
68
+ }
69
+ }
70
+ h2,
71
+ .google-login-button__h2___rMEfg {
72
+ font-weight: 700;
73
+ font-size: 28px;
74
+ line-height: 36px;
75
+ letter-spacing: -0.03em;
76
+ color: var(--textHeading, #26201a);
77
+ }
78
+ @media only screen and (min-width: 769px) {
79
+ h2,
80
+ .google-login-button__h2___rMEfg {
81
+ font-size: 32px;
82
+ line-height: 42px;
83
+ }
84
+ }
85
+ h3,
86
+ .google-login-button__h3___gdnae {
87
+ font-weight: 700;
88
+ letter-spacing: -0.02em;
89
+ color: var(--textHeading, #26201a);
90
+ font-size: 24px;
91
+ line-height: 32px;
92
+ }
93
+ @media only screen and (min-width: 769px) {
94
+ h3,
95
+ .google-login-button__h3___gdnae {
96
+ font-weight: 700;
97
+ letter-spacing: -0.02em;
98
+ color: var(--textHeading, #26201a);
99
+ font-size: 28px;
100
+ line-height: 36px;
101
+ }
102
+ }
103
+ h4,
104
+ .google-login-button__h4___GupbO {
105
+ font-weight: 600;
106
+ letter-spacing: -0.02em;
107
+ color: var(--textHeading, #26201a);
108
+ font-size: 16px;
109
+ line-height: 1.5;
110
+ }
111
+ @media only screen and (min-width: 769px) {
112
+ h4,
113
+ .google-login-button__h4___GupbO {
114
+ font-weight: 600;
115
+ letter-spacing: -0.02em;
116
+ color: var(--textHeading, #26201a);
117
+ font-size: 20px;
118
+ line-height: 1.5;
119
+ }
120
+ }
121
+ h5,
122
+ .google-login-button__h5___qDny5 {
123
+ font-weight: 600;
124
+ font-size: 14px;
125
+ line-height: 16px;
126
+ letter-spacing: -0.02em;
127
+ color: var(--textHeading, #26201a);
128
+ }
129
+ @media only screen and (min-width: 769px) {
130
+ h5,
131
+ .google-login-button__h5___qDny5 {
132
+ font-size: 16px;
133
+ line-height: 18px;
134
+ }
135
+ }
136
+ .google-login-button__b1___zQFOd {
137
+ font-weight: 400;
138
+ font-size: 14px;
139
+ line-height: 18px;
140
+ letter-spacing: -0.02em;
141
+ color: var(--textBody, #3c3131);
142
+ }
143
+ @media only screen and (min-width: 769px) {
144
+ .google-login-button__b1___zQFOd {
145
+ font-size: 16px;
146
+ line-height: 20px;
147
+ }
148
+ }
149
+ .google-login-button__b-small___D10Xc,
150
+ .google-login-button__bSmall___IXVmp,
151
+ .google-login-button__b2___rV4mg {
152
+ font-weight: 400;
153
+ letter-spacing: -0.02em;
154
+ color: var(--textBody, #3c3131);
155
+ font-size: 12px;
156
+ line-height: 16px;
157
+ }
158
+ @media only screen and (min-width: 769px) {
159
+ .google-login-button__b-small___D10Xc,
160
+ .google-login-button__bSmall___IXVmp,
161
+ .google-login-button__b2___rV4mg {
162
+ font-weight: 400;
163
+ letter-spacing: -0.02em;
164
+ color: var(--textBody, #3c3131);
165
+ font-size: 14px;
166
+ line-height: 18px;
167
+ }
168
+ }
169
+ .google-login-button__d1___UVhdX {
170
+ font-size: 36px;
171
+ font-weight: 700;
172
+ line-height: 48px;
173
+ letter-spacing: -0.02em;
174
+ }
175
+ @media only screen and (min-width: 769px) {
176
+ .google-login-button__d1___UVhdX {
177
+ font-size: 64px;
178
+ line-height: 85px;
179
+ letter-spacing: -0.03em;
180
+ }
181
+ }
182
+ .google-login-button__caption-medium___yVS2n,
183
+ .google-login-button__captionMedium___UIV13 {
184
+ font-size: 12px;
185
+ line-height: 1.5;
186
+ letter-spacing: -0.02em;
187
+ font-weight: 500;
188
+ }
189
+ @media only screen and (max-width: 480px) {
190
+ .google-login-button__caption-medium___yVS2n,
191
+ .google-login-button__captionMedium___UIV13 {
192
+ font-size: 11px;
193
+ }
194
+ }
195
+ .google-login-button__caption-semi-bold___Joz60,
196
+ .google-login-button__captionSemiBold___C8p1l {
197
+ font-size: 12px;
198
+ line-height: 1.5;
199
+ letter-spacing: -0.02em;
200
+ font-weight: 600;
201
+ }
202
+ @media only screen and (max-width: 480px) {
203
+ .google-login-button__caption-semi-bold___Joz60,
204
+ .google-login-button__captionSemiBold___C8p1l {
205
+ font-size: 11px;
206
+ }
207
+ }
208
+ .google-login-button__btn-link___Z4yx6,
209
+ .google-login-button__btnLink___WYTcb {
210
+ font-weight: 500;
211
+ letter-spacing: -0.02em;
212
+ font-size: 12px;
213
+ line-height: 14px;
214
+ border-radius: var(--buttonRadius, 0px);
215
+ cursor: pointer;
216
+ color: var(--buttonLink, #b1655b);
217
+ text-decoration: underline;
218
+ background: none;
219
+ border: none;
220
+ }
221
+ @media only screen and (min-width: 769px) {
222
+ .google-login-button__btn-link___Z4yx6,
223
+ .google-login-button__btnLink___WYTcb {
224
+ font-weight: 500;
225
+ letter-spacing: -0.02em;
226
+ font-size: 14px;
227
+ line-height: 16px;
228
+ }
229
+ }
230
+ .google-login-button__btn-link___Z4yx6:hover,
231
+ .google-login-button__btnLink___WYTcb:hover {
232
+ color: var(--buttonLinkL1, #c1847c);
233
+ }
234
+ .google-login-button__btn-link___Z4yx6:disabled,
235
+ .google-login-button__btnLink___WYTcb:disabled {
236
+ color: var(--buttonLinkL2, #d0a39d);
237
+ }
238
+ .google-login-button__btn-link___Z4yx6:active,
239
+ .google-login-button__btnLink___WYTcb:active {
240
+ opacity: 0.8;
241
+ }
242
+ .google-login-button__user-select-none___atNX0,
243
+ .google-login-button__userSelectNone___TjXmt {
244
+ user-select: none;
245
+ -moz-user-select: none;
246
+ -webkit-user-select: none;
247
+ -ms-user-select: none;
248
+ }
249
+ .google-login-button__margin-0-auto___lSMrD,
250
+ .google-login-button__margin0auto___pjEMN {
251
+ margin: 0 auto;
252
+ }
253
+ .google-login-button__base-page-container___HDsM1,
254
+ .google-login-button__basePageContainer___EH4cp {
255
+ max-width: 1440px !important;
256
+ }
257
+ .google-login-button__remove-scroll___Sv0ai,
258
+ .google-login-button__removeScroll___hX_DS {
259
+ overflow-y: hidden !important;
260
+ }
261
+ .google-login-button__mr-5___iQJLH,
262
+ .google-login-button__mr5___co5at {
263
+ margin-inline-end: 30px !important;
264
+ }
265
+ .google-login-button__mr-2___cdlE_,
266
+ .google-login-button__mr2___hrKWR {
267
+ margin-inline-end: 5px !important;
268
+ }
269
+ .google-login-button__py-5___ffmv9,
270
+ .google-login-button__py5___h99Qk {
271
+ padding-top: 1.875rem !important;
272
+ padding-bottom: 1.875rem !important;
273
+ }
274
+ .google-login-button__view-all-text___wMzMP,
275
+ .google-login-button__viewAllText___n8878 {
276
+ font-size: 20px;
277
+ font-weight: 400;
278
+ text-transform: lowercase;
279
+ text-decoration: underline;
280
+ }
281
+ .google-login-button__view-all-mobile___z3IOw,
282
+ .google-login-button__viewAllMobile___kwSTY {
283
+ display: none;
284
+ }
285
+ @media only screen and (max-width: 768px) {
286
+ .google-login-button__view-all-mobile___z3IOw,
287
+ .google-login-button__viewAllMobile___kwSTY {
288
+ display: flex;
289
+ align-items: center;
290
+ justify-content: center;
291
+ margin-top: 40px;
292
+ }
293
+ }
294
+ @media only screen and (max-width: 480px) {
295
+ .google-login-button__view-all-mobile___z3IOw,
296
+ .google-login-button__viewAllMobile___kwSTY {
297
+ margin-top: 24px;
298
+ }
299
+ }
300
+ .google-login-button__accent-btn___brS2S,
301
+ .google-login-button__accentBtn___k4j9C {
302
+ background-color: var(--accentColor);
303
+ color: #fff;
304
+ }
305
+ .google-login-button__no-scroll___ybGFl,
306
+ .google-login-button__noScroll___vbFH0 {
307
+ overflow-y: hidden;
308
+ }
309
+ .google-login-button__hide-overflow___o6HaR,
310
+ .google-login-button__hideOverflow___nKtWu {
311
+ overflow: hidden;
312
+ }
313
+ .google-login-button__markdown-body___sVl5K h6 {
314
+ margin-top: 0 !important;
315
+ margin-bottom: 0 !important;
316
+ }
317
+ @media only screen and (max-width: 480px) {
318
+ .google-login-button__markdown-body___sVl5K {
319
+ font-size: 12px !important;
320
+ padding: 5px !important;
321
+ }
322
+ }
323
+ .google-login-button__view3d-canvas___yERj4 {
324
+ width: 100%;
325
+ height: 100%;
326
+ }
327
+ @media only screen and (max-width: 480px) {
328
+ .google-login-button__view-mobile-up___xPbca {
329
+ display: none !important;
330
+ }
331
+ }
332
+ @media only screen and (min-width: 481px) {
333
+ .google-login-button__view-mobile___g5Syu {
334
+ display: none !important;
335
+ }
336
+ }
337
+ .google-login-button__google-login-container___txHJV {
338
+ margin-top: 12px;
339
+ }
340
+ .google-login-button__google-login-container___txHJV .google-login-button__google-signin-wrapper___AifjG {
341
+ width: 100%;
342
+ }
343
+ .google-login-button__google-login-container___txHJV .g_id_signin > div[role="button"] {
344
+ height: 48px !important;
345
+ padding: 12px !important;
346
+ background: transparent !important;
347
+ border-radius: 4px !important;
348
+ border: 1px solid var(--dividerStokes) !important;
349
+ font-size: 14px !important;
350
+ font-style: normal !important;
351
+ font-weight: 600 !important;
352
+ line-height: 19.6px !important;
353
+ text-transform: uppercase !important;
354
+ color: var(--textHeading) !important;
355
+ width: 100% !important;
356
+ box-sizing: border-box !important;
357
+ display: flex !important;
358
+ align-items: center !important;
359
+ cursor: pointer !important;
360
+ }
361
+ .google-login-button__google-login-container___txHJV .g_id_signin svg {
362
+ flex: 0 0 24px !important;
363
+ }
364
+ .google-login-button__google-login-container___txHJV .g_id_signin span {
365
+ margin-inline-end: 24px !important;
366
+ color: var(--textHeading, #26201a) !important;
367
+ font-size: 14px !important;
368
+ font-style: normal !important;
369
+ font-weight: 600 !important;
370
+ line-height: 19.6px !important;
371
+ text-transform: uppercase !important;
372
+ width: 100%;
373
+ font-family: var(--font-body) !important;
374
+ }
375
+
@@ -0,0 +1 @@
1
+ !function webpackUniversalModuleDefinition(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("fdk-core/utils"),require("react")):"function"==typeof define&&define.amd?define("firestone",["fdk-core/utils","react"],t):"object"==typeof exports?exports.firestone=t(require("fdk-core/utils"),require("react")):e.firestone=t(e["fdk-core/utils"],e.react)}("undefined"!=typeof self?self:this,((e,t)=>(()=>{"use strict";var o={447:t=>{t.exports=e},9155:e=>{e.exports=t}},r={};function __webpack_require__(e){var t=r[e];if(void 0!==t)return t.exports;var n=r[e]={exports:{}};return o[e](n,n.exports,__webpack_require__),n.exports}__webpack_require__.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(t,{a:t}),t},__webpack_require__.d=(e,t)=>{for(var o in t)__webpack_require__.o(t,o)&&!__webpack_require__.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};return(()=>{__webpack_require__.r(n),__webpack_require__.d(n,{default:()=>google_login_button});var e=__webpack_require__(9155),t=__webpack_require__.n(e),o=__webpack_require__(447);const google_login_button=r=>{let{googleClientId:n,onGoogleCredential:i,onError:a,className:l="",buttonType:c="standard",buttonSize:d="large",disabled:s=!1}=r;const[u,_]=(0,e.useState)(!0),[p,g]=(0,e.useState)(null),f=(0,e.useRef)(!1),b=(0,e.useRef)(!0);(0,o.useFPI)();return(0,e.useEffect)((()=>{b.current=!0;return(async()=>{try{if(g(null),await new Promise(((e,t)=>{if(window.google||f.current)return void e();const o=document.createElement("script");o.src="https://accounts.google.com/gsi/client",o.async=!0,o.defer=!0,o.onload=()=>{f.current=!0,e()},o.onerror=()=>t(new Error("Failed to load Google SDK")),document.head.appendChild(o)})),!b.current)return;window.onGoogleCredential=i,window.google.accounts.id.initialize({client_id:n,callback:i,auto_select:!1,cancel_on_tap_outside:!0}),s||window.google.accounts.id.prompt((e=>{(e.isNotDisplayed()||e.isSkippedMoment())&&console.log("One Tap not displayed:",e.getNotDisplayedReason())})),setTimeout((()=>{const e=document.getElementById("google-signin-button");if(e&&window.google?.accounts?.id)try{window.google.accounts.id.renderButton(e,{type:c,size:d,theme:"outline",text:"signin_with",shape:"rectangular"}),(e=>{if(e)try{const t=e.querySelector('div[role="button"]'),o=e.querySelector("svg"),r=e.querySelector("span");t&&Object.assign(t.style,{height:"48px",padding:"12px",background:"transparent",borderRadius:"4px",border:"1px solid var(--dividerStokes, #dadce0)",fontSize:"14px",fontStyle:"normal",fontWeight:"600",lineHeight:"19.6px",textTransform:"uppercase",color:"var(--textHeading, #3c4043)",width:"100%",boxSizing:"border-box",display:"flex",alignItems:"center",cursor:"pointer",fontFamily:"var(--font-body)"}),o&&Object.assign(o.style,{flex:"0 0 24px"}),r&&Object.assign(r.style,{marginInlineEnd:"24px",color:"var(--textHeading, #3c4043)",fontSize:"14px",fontStyle:"normal",fontWeight:"600",lineHeight:"19.6px",textTransform:"uppercase",width:"100%"}),console.log("✅ Custom styles applied")}catch(e){console.warn("Failed to apply custom styles:",e)}})(e)}catch(e){console.error("Button render error:",e),g("Failed to render Google button")}}),100),b.current&&_(!1)}catch(e){console.error("Failed to initialize Google auth:",e),b.current&&(g(e.message),_(!1),a?.(e))}})(),()=>{if(b.current=!1,window.google?.accounts?.id)try{window.google.accounts.id.cancel?.(),window.google.accounts.id.disableAutoSelect?.()}catch(e){console.warn("Google cleanup error:",e)}window.onGoogleCredential&&delete window.onGoogleCredential}}),[n,c,d,s]),t().createElement("div",{className:`google-login-button__google-login-container___txHJV ${l}`},t().createElement("div",{id:"g_id_onload","data-client_id":n,"data-context":"signin","data-ux_mode":"popup","data-callback":"onGoogleCredential","data-auto_prompt":"false",style:{display:"none"}}),t().createElement("div",{className:"google-signin-wrapper"},t().createElement("div",{id:"google-signin-button",className:"g_id_signin","data-type":c,"data-size":d,style:{opacity:s,pointerEvents:s}})))}})(),n})()));
@@ -556,6 +556,9 @@ h5,
556
556
  .add-to-cart__productDescContainer___w6xlt .add-to-cart__right___AYndS .add-to-cart__productInfo___AyYit .add-to-cart__product___Hqonr .add-to-cart__viewMore___WNyrJ:hover {
557
557
  color: var(--buttonPrimaryL1, #71653a);
558
558
  }
559
+ .add-to-cart__productDescContainer___w6xlt .add-to-cart__right___AYndS .add-to-cart__productInfo___AyYit .add-to-cart__product___Hqonr .add-to-cart__viewMore___WNyrJ:hover {
560
+ color: var(--buttonPrimaryL1, #71653a);
561
+ }
559
562
  .add-to-cart__productDescContainer___w6xlt .add-to-cart__right___AYndS .add-to-cart__productInfo___AyYit .add-to-cart__product___Hqonr .add-to-cart__viewMore___WNyrJ span {
560
563
  cursor: pointer;
561
564
  }