@gem-sdk/styles 1.13.40 → 1.14.0-dev.323

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/builder.css CHANGED
@@ -1,21 +1,32 @@
1
- .builder [disabled] {
1
+ .builder {
2
+ -webkit-user-select: none;
3
+ -webkit-touch-callout: none;
4
+ user-select: none;
5
+ }
6
+
7
+ .builder [disabled] {
2
8
  pointer-events: auto;
3
9
  }
10
+
4
11
  .builder [data-slot='children'] {
5
12
  visibility: visible;
6
13
  }
14
+
7
15
  .builder [data-slot='children']:after {
8
16
  visibility: visible;
9
17
  color: #aaa;
10
18
  }
19
+
11
20
  .builder [data-slot='children'] .drag-placeholder {
12
21
  height: 100%;
13
22
  }
23
+
14
24
  .builder .generate-image-to-layout-btn {
15
25
  position: relative;
16
26
  background-image: linear-gradient(270.07deg, #874cfd 0.03%, #3c38e1 99.92%);
17
27
  z-index: 1;
18
28
  }
29
+
19
30
  .builder .generate-image-to-layout-btn::before {
20
31
  position: absolute;
21
32
  content: '';
@@ -29,22 +40,27 @@
29
40
  opacity: 0;
30
41
  border-radius: 3px;
31
42
  }
43
+
32
44
  .builder .btn-disable {
33
45
  background-image: none;
34
46
  background-color: #f4f4f4;
35
47
  color: #9e9e9e;
36
48
  cursor: not-allowed;
37
49
  }
50
+
38
51
  .builder .generate-image-to-layout-btn:hover::before {
39
52
  opacity: 1;
40
53
  }
54
+
41
55
  .builder .image-to-layout-input-border {
42
56
  border: 1px solid #3c38e1;
43
57
  border-radius: 3px;
44
58
  }
59
+
45
60
  .builder .image-to-layout-input-wrapper-modal {
46
61
  position: relative;
47
62
  }
63
+
48
64
  .builder .image-to-layout-input-wrapper,
49
65
  .builder .image-to-layout-input-wrapper-add-section {
50
66
  position: relative;
@@ -52,20 +68,25 @@
52
68
  background-clip: padding-box;
53
69
  box-sizing: border-box;
54
70
  }
71
+
55
72
  .image-to-layout-input-wrapper-add-section {
56
73
  border: 1px solid #3c67ff;
57
74
  }
75
+
58
76
  .gps-image-to-layout-progress-bar {
59
77
  background: linear-gradient(270.07deg, #874cfd 0.03%, #3c38e1 99.92%);
60
78
  }
79
+
61
80
  .drag-placeholder {
62
81
  display: none;
63
82
  width: 100%;
64
83
  }
84
+
65
85
  #storefront {
66
86
  position: relative;
67
87
  z-index: 20;
68
88
  }
89
+
69
90
  #visual-content {
70
91
  display: none;
71
92
  position: absolute;
@@ -77,19 +98,22 @@
77
98
  font-family: Inter, sans-serif, ui-sans-serif, system-ui !important;
78
99
  min-height: 100vh;
79
100
  }
101
+
80
102
  #visual-content .fake-placeholder {
81
103
  position: absolute;
82
104
  top: 0px;
83
105
  left: 0px;
84
- z-index: 10;
106
+ z-index: 0;
85
107
  background: transparent;
86
108
  visibility: hidden;
87
109
  /* display: none; */
88
110
  background-image: url('//d1um8515vdn9kb.cloudfront.net/images/background-pattern.png');
89
111
  }
112
+
90
113
  #visual-content .fake-placeholder.fake-placeholder-slot {
91
114
  background: transparent;
92
115
  }
116
+
93
117
  #visual-content .fake-placeholder.has-section {
94
118
  /* background-color: transparent !important;
95
119
  border: none !important;
@@ -102,12 +126,15 @@
102
126
  height: 6px;
103
127
  margin: 0px !important;
104
128
  }
129
+
105
130
  #visual-content .fake-placeholder.visual-placeholder-error {
106
131
  background-color: #fee4e3 !important;
107
132
  }
133
+
108
134
  #visual-content .fake-placeholder.visual-placeholder-error .limitation-error-content {
109
135
  display: none;
110
136
  }
137
+
111
138
  #visual-content .fake-placeholder.visual-placeholder-error {
112
139
 
113
140
  font-family: Inter, sans-serif, ui-sans-serif, system-ui;
@@ -120,11 +147,14 @@
120
147
  position: relative;
121
148
  text-align: center;
122
149
  }
150
+
123
151
  /* border-radius: 3px; */
152
+
124
153
  #visual-content .fake-placeholder.visual-placeholder-error.children-error {
125
154
  background-color: #f44336 !important;
126
155
  border: none !important;
127
156
  }
157
+
128
158
  #visual-content .fake-placeholder.visual-placeholder-error.limitation-error .limitation-error-content {
129
159
  display: flex;
130
160
  align-items: center;
@@ -133,12 +163,14 @@
133
163
  padding: 4px 8px;
134
164
  border-radius: 3px;
135
165
  }
166
+
136
167
  #visual-content .fake-placeholder.visual-placeholder-error.limitation-error .limitation-error-content span {
137
168
  margin-left: 8px;
138
169
  font-weight: 500;
139
170
  font-size: 14px;
140
171
  line-height: 150%;
141
172
  }
173
+
142
174
  #visual-content .fake-placeholder.visual-placeholder {
143
175
  z-index: 20;
144
176
  /* border-radius: 3px; */
@@ -152,9 +184,29 @@
152
184
  visibility: visible;
153
185
  background-color: #8aa4ff66;
154
186
  }
187
+
188
+ #visual-content .fake-placeholder.visual-placeholder-theme-section[is-component-dragging='true'] {
189
+ background-color: #ebddf866 !important;
190
+ }
191
+
192
+ #visual-content .fake-placeholder.visual-placeholder-theme-section {
193
+ background-color: #ebddf866;
194
+ }
195
+
196
+ #visual-content .fake-placeholder.visual-placeholder-theme-section.visual-placeholder-error.has-section:not(
197
+ [is-component-dragging='true']
198
+ ) {
199
+ background-color: #f44336 !important;
200
+ }
201
+
202
+ #visual-content .fake-placeholder.visual-placeholder-theme-section.has-section:not([is-component-dragging='true']) {
203
+ background-color: #9144da !important;
204
+ }
205
+
155
206
  #visual-content .fake-placeholder.visual-placeholder-child-on-sections {
156
207
  margin: 16px !important;
157
208
  }
209
+
158
210
  #visual-content .fake-placeholder.visual-placeholder-between-sections {
159
211
  background-color: #3c67ff;
160
212
  border: none;
@@ -163,88 +215,239 @@
163
215
  height: 6px;
164
216
  margin: 0px !important;
165
217
  }
218
+
166
219
  #visual-content .fake-placeholder.not-show {
167
220
  display: none;
168
221
  }
222
+
169
223
  #visual-content .fake-placeholder[is-blank-page='true'] {
170
224
  background-color: #d8e1ff !important;
171
225
  }
226
+
227
+ #visual-content .fake-placeholder[is-drag-to-theme-section='true'] {
228
+ background-color: rgba(254, 228, 227, 0.24) !important;
229
+ position: relative;
230
+ }
231
+
232
+ #visual-content .fake-placeholder[is-drag-to-theme-section='true'] .drag-to-theme-section-message {
233
+ display: flex;
234
+ align-items: center;
235
+ position: absolute;
236
+ top: 8px;
237
+ left: 8px;
238
+ padding: 4px;
239
+ font-size: 14px;
240
+ font-weight: 400;
241
+ line-height: 24px;
242
+ color: #f9f9f9 !important;
243
+ border-radius: 3px !important;
244
+ background: #f44336 !important;
245
+ z-index: 999 !important;
246
+ }
247
+
248
+ #visual-content .fake-placeholder[is-drag-to-theme-section='true'] .drag-to-theme-section-message-icon {
249
+ width: 24px;
250
+ height: 24px;
251
+ display: flex;
252
+ align-items: center;
253
+ justify-content: center;
254
+ }
255
+
256
+ #visual-content .fake-placeholder[is-drag-to-theme-section='true'] .drag-to-theme-section-message svg {
257
+ margin-right: 4px;
258
+ }
259
+
172
260
  #visual-content .fake-placeholder[is-component-dragging='true'] {
173
261
  background-color: #8aa4ff66 !important;
174
262
  }
263
+
175
264
  /* section:last-child {
176
265
  [data-slot='children'] {
177
266
  min-height: 358px;
178
267
  }
179
268
  } */
269
+
180
270
  [contenteditable='true']:active,
181
271
  [contenteditable='true']:focus,
182
272
  [contenteditable='true']:focus-visible {
183
273
  outline: none;
184
274
  overflow: hidden;
185
275
  }
276
+
186
277
  [data-component-is-third-party='true'] {
187
278
  background-color: #f4f4f4;
188
279
  }
280
+
189
281
  [data-component-tag='ProductTitle'],
190
282
  [data-component-tag='ProductDescription'],
191
283
  [data-component-tag='ProductPrice'],
192
284
  [data-component-tag='ProductTag'] {
193
285
  cursor: default;
194
286
  }
287
+
195
288
  :root {
196
289
  --selection-bg: #accef7;
197
290
  }
291
+
198
292
  .builder ::selection {
199
293
  color: currentColor;
200
294
  background: var(--selection-bg);
201
295
  }
296
+
202
297
  .builder ::-moz-selection {
203
298
  color: currentColor;
204
299
  background: var(--selection-bg);
205
300
  }
301
+
206
302
  .gps-drag-element-here {
207
303
  font-family: Inter, sans-serif, ui-sans-serif, system-ui !important;
208
304
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%233C67FFFF' stroke-width='2' stroke-dasharray='12%2c12' stroke-dashoffset='72' stroke-linecap='square'/%3e%3c/svg%3e");
209
305
  }
306
+
210
307
  .gps-page-suggestion {
211
308
  background: #fff;
212
309
  border-radius: 3px;
213
310
  font-family: Inter, sans-serif, ui-sans-serif, system-ui !important;
214
- box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06), 0px 4px 16px rgba(0, 0, 0, 0.12);
311
+ box-shadow:
312
+ 0px 4px 16px rgba(0, 0, 0, 0.06),
313
+ 0px 4px 16px rgba(0, 0, 0, 0.12);
215
314
  }
315
+
216
316
  .gps-suggestion-item .gps-suggestion-item-btn {
217
317
  display: flex;
218
318
  }
319
+
219
320
  .gps-suggestion-item .item-link {
220
321
  white-space: nowrap;
221
322
  overflow: hidden;
222
323
  text-overflow: ellipsis;
223
324
  width: 360px;
224
325
  }
326
+
225
327
  .gps-suggestion-item:hover .item-link {
226
328
  width: 360px;
227
329
  }
330
+
228
331
  .gps-base-font-family {
229
332
  font-family: Inter, sans-serif, ui-sans-serif, system-ui !important;
230
333
  }
334
+
231
335
  .btn-disable::before {
232
336
  background: none !important;
233
337
  background-color: #f4f4f4 !important;
234
338
  color: #9e9e9e;
235
339
  }
340
+
236
341
  .gps-image-detection-section:hover .gps-generating-actions {
237
342
  display: flex;
238
343
  }
344
+
239
345
  .gps-generating-section-text {
240
346
  background: -webkit-linear-gradient(#874cfd, #3c38e1);
241
347
  -webkit-background-clip: text;
242
348
  -webkit-text-fill-color: transparent;
243
349
  }
350
+
351
+ .ck-blurred {
352
+ cursor: pointer;
353
+ }
354
+
355
+ .ck-focused {
356
+ cursor: text;
357
+ }
358
+
359
+ .button-text {
360
+ position: relative;
361
+ }
362
+
363
+ .button-text.ck-focused,
364
+ .child-item-text.ck-focused {
365
+ border-color: transparent !important;
366
+ box-shadow:
367
+ rgba(255, 255, 255, 0) 0px 0px 0px 2px,
368
+ #3c67ff 0px 0px 0px 1px,
369
+ #3c67ff3d 0px 0px 0px 5px;
370
+ }
371
+
372
+ .theme-section-editor .child-item-text:hover {
373
+ border-color: #9144da !important;
374
+ }
375
+
376
+ .theme-section-editor .button-text:hover::after {
377
+ border: 1px solid #9144da;
378
+ }
379
+
380
+ .theme-section-editor .button-text.ck-focused,
381
+ .theme-section-editor .child-item-text.ck-focused {
382
+ border-color: transparent !important;
383
+ box-shadow:
384
+ rgba(255, 255, 255, 0) 0px 0px 0px 2px,
385
+ #9144da 0px 0px 0px 1px,
386
+ #9144da3d 0px 0px 0px 5px;
387
+ }
388
+
389
+ .theme-section-editor [data-component-tag='Heading'] [data-outline][data-outline-editor-inline-focus], .theme-section-editor [data-component-tag='Text'] [data-outline][data-outline-editor-inline-focus] {
390
+ border-color: #9144da;
391
+ outline: 4px solid #9144da3d !important;
392
+ }
393
+
394
+ .button-text.ck p {
395
+ overflow: hidden;
396
+ text-overflow: ellipsis;
397
+ white-space: nowrap;
398
+ }
399
+
400
+ .gp-text.ck p {
401
+ word-break: break-word;
402
+ }
403
+
404
+ .button-text:hover::after {
405
+ content: '';
406
+ position: absolute;
407
+ width: 100%;
408
+ height: 100%;
409
+ top: 0;
410
+ left: 0;
411
+ border: 1px solid #3c67ff;
412
+ pointer-events: none;
413
+ }
414
+
415
+ .button-text.ck-focused:hover::after {
416
+ border: 0 !important;
417
+ }
418
+
419
+ .sticky-overlay {
420
+ position: fixed;
421
+ top: 0;
422
+ left: 0;
423
+ width: 100%;
424
+ height: 100%;
425
+ background-color: #3c67ff26;
426
+ z-index: 1;
427
+ border: 2px solid #3c67ff;
428
+ color: #3c67ff;
429
+ display: flex;
430
+ align-items: center;
431
+ justify-content: center;
432
+
433
+ /* &.is-blank-page {
434
+ background-color: #d8e1ff !important;
435
+ } */
436
+ }
437
+
438
+ .sticky-overlay.highlight-top {
439
+ border-top-width: 6px;
440
+ }
441
+
442
+ .sticky-overlay.highlight-bottom {
443
+ border-bottom-width: 6px;
444
+ }
445
+
244
446
  @media (max-width: 768px) {
245
447
  .gps-suggestion-item:hover .item-link {
246
448
  width: 196px;
247
449
  }
450
+
248
451
  .gps-suggestion-item .item-link {
249
452
  width: 196px;
250
453
  }
@@ -1 +1 @@
1
- .builder [disabled]{pointer-events:auto}.builder [data-slot=children]{visibility:visible}.builder [data-slot=children]:after{color:#aaa;visibility:visible}.builder [data-slot=children] .drag-placeholder{height:100%}.builder .generate-image-to-layout-btn{background-image:linear-gradient(270.07deg,#874cfd .03%,#3c38e1 99.92%);position:relative;z-index:1}.builder .generate-image-to-layout-btn:before{background-image:linear-gradient(270.07deg,#3633cc .03%,#6d3dcc 99.92%);border-radius:3px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease-out;z-index:-1}.builder .btn-disable{background-color:#f4f4f4;background-image:none;color:#9e9e9e;cursor:not-allowed}.builder .generate-image-to-layout-btn:hover:before{opacity:1}.builder .image-to-layout-input-border{border:1px solid #3c38e1;border-radius:3px}.builder .image-to-layout-input-wrapper-modal{position:relative}.builder .image-to-layout-input-wrapper,.builder .image-to-layout-input-wrapper-add-section{background:#fff;background-clip:padding-box;box-sizing:border-box;position:relative}.image-to-layout-input-wrapper-add-section{border:1px solid #3c67ff}.gps-image-to-layout-progress-bar{background:linear-gradient(270.07deg,#874cfd .03%,#3c38e1 99.92%)}.drag-placeholder{display:none;width:100%}#storefront{position:relative;z-index:20}#visual-content{display:none;font-family:Inter,sans-serif,ui-sans-serif,system-ui!important;height:100%;left:0;min-height:100vh;position:absolute;top:0;width:100%;z-index:50}#visual-content .fake-placeholder{background:transparent;background-image:url(//d1um8515vdn9kb.cloudfront.net/images/background-pattern.png);left:0;position:absolute;top:0;visibility:hidden;z-index:10}#visual-content .fake-placeholder.fake-placeholder-slot{background:transparent}#visual-content .fake-placeholder.has-section{background-color:#3c67ff!important;background-image:none;border:none!important;height:6px;margin:0!important;visibility:visible}#visual-content .fake-placeholder.visual-placeholder-error{background-color:#fee4e3!important}#visual-content .fake-placeholder.visual-placeholder-error .limitation-error-content{display:none}#visual-content .fake-placeholder.visual-placeholder-error{border:1px dashed #f44336!important;color:#f44336!important;font-family:Inter,sans-serif,ui-sans-serif,system-ui;font-size:14px;font-weight:500;line-height:150%;position:relative;text-align:center;visibility:visible}#visual-content .fake-placeholder.visual-placeholder-error.children-error{background-color:#f44336!important;border:none!important}#visual-content .fake-placeholder.visual-placeholder-error.limitation-error .limitation-error-content{align-items:center;background-color:#fee4e3!important;border-radius:3px;display:flex;height:29px;padding:4px 8px}#visual-content .fake-placeholder.visual-placeholder-error.limitation-error .limitation-error-content span{font-size:14px;font-weight:500;line-height:150%;margin-left:8px}#visual-content .fake-placeholder.visual-placeholder{align-items:center;background-color:#8aa4ff66;color:#3c67ff;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:150%;visibility:visible;z-index:20}#visual-content .fake-placeholder.visual-placeholder-child-on-sections{margin:16px!important}#visual-content .fake-placeholder.visual-placeholder-between-sections{background-color:#3c67ff;background-image:none;border:none;height:6px;margin:0!important;visibility:visible}#visual-content .fake-placeholder.not-show{display:none}#visual-content .fake-placeholder[is-blank-page=true]{background-color:#d8e1ff!important}#visual-content .fake-placeholder[is-component-dragging=true]{background-color:#8aa4ff66!important}[contenteditable=true]:active,[contenteditable=true]:focus,[contenteditable=true]:focus-visible{outline:none;overflow:hidden}[data-component-is-third-party=true]{background-color:#f4f4f4}[data-component-tag=ProductDescription],[data-component-tag=ProductPrice],[data-component-tag=ProductTag],[data-component-tag=ProductTitle]{cursor:default}:root{--selection-bg:#accef7}.builder ::selection{background:var(--selection-bg);color:currentColor}.builder ::-moz-selection{background:var(--selection-bg);color:currentColor}.gps-drag-element-here{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%233C67FFFF' stroke-dasharray='12,12' stroke-dashoffset='72' stroke-linecap='square' stroke-width='2'/%3E%3C/svg%3E")}.gps-drag-element-here,.gps-page-suggestion{font-family:Inter,sans-serif,ui-sans-serif,system-ui!important}.gps-page-suggestion{background:#fff;border-radius:3px;box-shadow:0 4px 16px rgba(0,0,0,.06),0 4px 16px rgba(0,0,0,.12)}.gps-suggestion-item .gps-suggestion-item-btn{display:flex}.gps-suggestion-item .item-link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:360px}.gps-suggestion-item:hover .item-link{width:360px}.gps-base-font-family{font-family:Inter,sans-serif,ui-sans-serif,system-ui!important}.btn-disable:before{background:none!important;background-color:#f4f4f4!important;color:#9e9e9e}.gps-image-detection-section:hover .gps-generating-actions{display:flex}.gps-generating-section-text{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(#874cfd,#3c38e1);-webkit-background-clip:text}@media (max-width:768px){.gps-suggestion-item .item-link,.gps-suggestion-item:hover .item-link{width:196px}}
1
+ .builder{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.builder [disabled]{pointer-events:auto}.builder [data-slot=children]{visibility:visible}.builder [data-slot=children]:after{color:#aaa;visibility:visible}.builder [data-slot=children] .drag-placeholder{height:100%}.builder .generate-image-to-layout-btn{background-image:linear-gradient(270.07deg,#874cfd .03%,#3c38e1 99.92%);position:relative;z-index:1}.builder .generate-image-to-layout-btn:before{background-image:linear-gradient(270.07deg,#3633cc .03%,#6d3dcc 99.92%);border-radius:3px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease-out;z-index:-1}.builder .btn-disable{background-color:#f4f4f4;background-image:none;color:#9e9e9e;cursor:not-allowed}.builder .generate-image-to-layout-btn:hover:before{opacity:1}.builder .image-to-layout-input-border{border:1px solid #3c38e1;border-radius:3px}.builder .image-to-layout-input-wrapper-modal{position:relative}.builder .image-to-layout-input-wrapper,.builder .image-to-layout-input-wrapper-add-section{background:#fff;background-clip:padding-box;box-sizing:border-box;position:relative}.image-to-layout-input-wrapper-add-section{border:1px solid #3c67ff}.gps-image-to-layout-progress-bar{background:linear-gradient(270.07deg,#874cfd .03%,#3c38e1 99.92%)}.drag-placeholder{display:none;width:100%}#storefront{position:relative;z-index:20}#visual-content{display:none;font-family:Inter,sans-serif,ui-sans-serif,system-ui!important;height:100%;left:0;min-height:100vh;position:absolute;top:0;width:100%;z-index:50}#visual-content .fake-placeholder{background:transparent;background-image:url(//d1um8515vdn9kb.cloudfront.net/images/background-pattern.png);left:0;position:absolute;top:0;visibility:hidden;z-index:0}#visual-content .fake-placeholder.fake-placeholder-slot{background:transparent}#visual-content .fake-placeholder.has-section{background-color:#3c67ff!important;background-image:none;border:none!important;height:6px;margin:0!important;visibility:visible}#visual-content .fake-placeholder.visual-placeholder-error{background-color:#fee4e3!important}#visual-content .fake-placeholder.visual-placeholder-error .limitation-error-content{display:none}#visual-content .fake-placeholder.visual-placeholder-error{border:1px dashed #f44336!important;color:#f44336!important;font-family:Inter,sans-serif,ui-sans-serif,system-ui;font-size:14px;font-weight:500;line-height:150%;position:relative;text-align:center;visibility:visible}#visual-content .fake-placeholder.visual-placeholder-error.children-error{background-color:#f44336!important;border:none!important}#visual-content .fake-placeholder.visual-placeholder-error.limitation-error .limitation-error-content{align-items:center;background-color:#fee4e3!important;border-radius:3px;display:flex;height:29px;padding:4px 8px}#visual-content .fake-placeholder.visual-placeholder-error.limitation-error .limitation-error-content span{font-size:14px;font-weight:500;line-height:150%;margin-left:8px}#visual-content .fake-placeholder.visual-placeholder{align-items:center;background-color:#8aa4ff66;color:#3c67ff;display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:150%;visibility:visible;z-index:20}#visual-content .fake-placeholder.visual-placeholder-theme-section[is-component-dragging=true]{background-color:#ebddf866!important}#visual-content .fake-placeholder.visual-placeholder-theme-section{background-color:#ebddf866}#visual-content .fake-placeholder.visual-placeholder-theme-section.visual-placeholder-error.has-section:not([is-component-dragging=true]){background-color:#f44336!important}#visual-content .fake-placeholder.visual-placeholder-theme-section.has-section:not([is-component-dragging=true]){background-color:#9144da!important}#visual-content .fake-placeholder.visual-placeholder-child-on-sections{margin:16px!important}#visual-content .fake-placeholder.visual-placeholder-between-sections{background-color:#3c67ff;background-image:none;border:none;height:6px;margin:0!important;visibility:visible}#visual-content .fake-placeholder.not-show{display:none}#visual-content .fake-placeholder[is-blank-page=true]{background-color:#d8e1ff!important}#visual-content .fake-placeholder[is-drag-to-theme-section=true]{background-color:hsla(2,93%,94%,.24)!important;position:relative}#visual-content .fake-placeholder[is-drag-to-theme-section=true] .drag-to-theme-section-message{align-items:center;background:#f44336!important;border-radius:3px!important;color:#f9f9f9!important;display:flex;font-size:14px;font-weight:400;left:8px;line-height:24px;padding:4px;position:absolute;top:8px;z-index:999!important}#visual-content .fake-placeholder[is-drag-to-theme-section=true] .drag-to-theme-section-message-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}#visual-content .fake-placeholder[is-drag-to-theme-section=true] .drag-to-theme-section-message svg{margin-right:4px}#visual-content .fake-placeholder[is-component-dragging=true]{background-color:#8aa4ff66!important}[contenteditable=true]:active,[contenteditable=true]:focus,[contenteditable=true]:focus-visible{outline:none;overflow:hidden}[data-component-is-third-party=true]{background-color:#f4f4f4}[data-component-tag=ProductDescription],[data-component-tag=ProductPrice],[data-component-tag=ProductTag],[data-component-tag=ProductTitle]{cursor:default}:root{--selection-bg:#accef7}.builder ::selection{background:var(--selection-bg);color:currentColor}.builder ::-moz-selection{background:var(--selection-bg);color:currentColor}.gps-drag-element-here{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%233C67FFFF' stroke-dasharray='12,12' stroke-dashoffset='72' stroke-linecap='square' stroke-width='2'/%3E%3C/svg%3E")}.gps-drag-element-here,.gps-page-suggestion{font-family:Inter,sans-serif,ui-sans-serif,system-ui!important}.gps-page-suggestion{background:#fff;border-radius:3px;box-shadow:0 4px 16px rgba(0,0,0,.06),0 4px 16px rgba(0,0,0,.12)}.gps-suggestion-item .gps-suggestion-item-btn{display:flex}.gps-suggestion-item .item-link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:360px}.gps-suggestion-item:hover .item-link{width:360px}.gps-base-font-family{font-family:Inter,sans-serif,ui-sans-serif,system-ui!important}.btn-disable:before{background:none!important;background-color:#f4f4f4!important;color:#9e9e9e}.gps-image-detection-section:hover .gps-generating-actions{display:flex}.gps-generating-section-text{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(#874cfd,#3c38e1);-webkit-background-clip:text}.ck-blurred{cursor:pointer}.ck-focused{cursor:text}.button-text{position:relative}.button-text.ck-focused,.child-item-text.ck-focused{border-color:transparent!important;box-shadow:0 0 0 2px hsla(0,0%,100%,0),0 0 0 1px #3c67ff,0 0 0 5px #3c67ff3d}.theme-section-editor .child-item-text:hover{border-color:#9144da!important}.theme-section-editor .button-text:hover:after{border:1px solid #9144da}.theme-section-editor .button-text.ck-focused,.theme-section-editor .child-item-text.ck-focused{border-color:transparent!important;box-shadow:0 0 0 2px hsla(0,0%,100%,0),0 0 0 1px #9144da,0 0 0 5px #9144da3d}.theme-section-editor [data-component-tag=Heading] [data-outline][data-outline-editor-inline-focus],.theme-section-editor [data-component-tag=Text] [data-outline][data-outline-editor-inline-focus]{border-color:#9144da;outline:4px solid #9144da3d!important}.button-text.ck p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gp-text.ck p{word-break:break-word}.button-text:hover:after{border:1px solid #3c67ff;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.button-text.ck-focused:hover:after{border:0!important}.sticky-overlay{align-items:center;background-color:#3c67ff26;border:2px solid #3c67ff;color:#3c67ff;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1}.sticky-overlay.highlight-top{border-top-width:6px}.sticky-overlay.highlight-bottom{border-bottom-width:6px}@media (max-width:768px){.gps-suggestion-item .item-link,.gps-suggestion-item:hover .item-link{width:196px}}