wickes-css2 2.110.0 → 2.111.0-complete-your-project.1
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/build/css/category-main.css +1 -1
- package/build/css/homepage-main.css +1 -1
- package/build/css/kitchen-plp-main.css +1 -1
- package/build/css/main.css +1 -1
- package/build/css/my-account-main-v2.css +1 -1
- package/build/css/my-account-main.css +1 -1
- package/build/css/pages/page_personal-details.css +1 -1
- package/build/css/pages/page_product-details-v2.css +1 -1
- package/build/css/pdp-main-before-combine.css +1 -1
- package/build/css/pdp-main-critical.css +1 -1
- package/build/css/pdp-main-non-critical.css +1 -1
- package/build/css/pdp-main.css +1 -1
- package/build/css/plp-main.css +1 -1
- package/build/css/store-locator-main.css +1 -1
- package/build/js/account-hub.min.js +1 -1
- package/build/js/basket.min.js +1 -1
- package/build/js/bloomreach-widget.min.js +1 -0
- package/build/js/bundle.min.js +1 -1
- package/build/js/checkout.min.js +1 -1
- package/build/js/emulation.min.js +3025 -217
- package/build/js/general.bundle.min.js +1 -1
- package/build/js/merged-checkout.min.js +1 -1
- package/build/js/page/bloomreach-widget.js +1148 -0
- package/build/js/page/utils/create-count-stepper.js +30 -9
- package/build/js/page/utils/create-loading-button.js +37 -0
- package/build/js/page/utils/create-toast.js +79 -0
- package/build/js/page/utils/custom-dropdown.js +80 -0
- package/build/js/pdp-count-stepper.min.js +1 -1
- package/build/js/pdp.bundle.min.js +1 -1
- package/build/js/plp.bundle.min.js +1 -1
- package/build/js/project-list.min.js +1 -1
- package/build/js/saving-shopping-list.min.js +1 -1
- package/package.json +1 -1
- package/src/components/base/button.hbs +23 -5
- package/src/components/bloomreach/complete-card-dropdown.hbs +47 -0
- package/src/components/bloomreach/complete-card-skeleton.hbs +19 -0
- package/src/components/bloomreach/complete-card.hbs +138 -0
- package/src/components/bloomreach/complete-divider.hbs +3 -0
- package/src/components/bloomreach/complete-summary-skeleton.hbs +12 -0
- package/src/components/bloomreach/complete-summary.hbs +43 -0
- package/src/components/bloomreach/complete-wrapper.hbs +1 -0
- package/src/components/bloomreach/complete-your-project.hbs +21 -0
- package/src/components/gift-cards.hbs +1 -1
- package/src/elements/checkbox.hbs +8 -1
- package/src/js/components/general/cart-slider.js +19 -6
- package/src/js/emulation/bloomreach-widget-calculations.js +140 -0
- package/src/js/emulation/bloomreach-widget-loading.js +11 -0
- package/src/js/emulation/mock.js +3097 -1
- package/src/js/emulation/notify-me.js +1 -1
- package/src/js/page/bloomreach-widget.js +1148 -0
- package/src/js/page/utils/create-count-stepper.js +30 -9
- package/src/js/page/utils/create-loading-button.js +37 -0
- package/src/js/page/utils/create-toast.js +79 -0
- package/src/js/page/utils/custom-dropdown.js +80 -0
- package/src/page_product-details-banner.html +0 -1
- package/src/page_product-details-big-wins-disabled-delivery.html +0 -1
- package/src/page_product-details-big-wins-non-registered.html +0 -1
- package/src/page_product-details-big-wins-out-nearest.html +0 -1
- package/src/page_product-details-big-wins-unhappy.html +0 -1
- package/src/page_product-details-big-wins.html +0 -1
- package/src/page_product-details-billie.html +0 -1
- package/src/page_product-details-bloomreach.html +130 -0
- package/src/page_product-details-calculator.html +0 -1
- package/src/page_product-details-cashback-v2.html +0 -1
- package/src/page_product-details-clearpay.html +0 -1
- package/src/page_product-details-cnc-error-notification.html +0 -1
- package/src/page_product-details-cnc-success-notification-vat.html +0 -1
- package/src/page_product-details-cnc-success-notification.html +0 -1
- package/src/page_product-details-default-store.html +0 -1
- package/src/page_product-details-energy-efficiency.html +0 -1
- package/src/page_product-details-flooring-with-pr-placeholder.html +0 -1
- package/src/page_product-details-flooring.html +0 -1
- package/src/page_product-details-gallery-actual.html +0 -1
- package/src/page_product-details-mfe-calculator.html +0 -1
- package/src/page_product-details-minimum-v2.html +0 -1
- package/src/page_product-details-mtm-doors.html +0 -1
- package/src/page_product-details-only-clearpay.html +0 -1
- package/src/page_product-details-paint-mixing.html +0 -1
- package/src/page_product-details-saved-pl.html +0 -1
- package/src/page_product-details-tile-steps-klarna-widget-with-method-ids.html +0 -1
- package/src/page_product-details-tile-steps-logout.html +0 -1
- package/src/page_product-details-tile-steps-no-new-project-list.html +0 -1
- package/src/page_product-details-tile-steps-with-klarna.html +0 -1
- package/src/page_product-details-tile-steps.html +0 -1
- package/src/page_product-details-v2.html +0 -1
- package/src/page_product-details-vat.html +0 -1
- package/src/page_product-details-wisdom-mcfc-registered.html +0 -1
- package/src/page_product-details-wisdom-mcfc.html +0 -1
- package/src/page_product-details-wisdom-oos-registered.html +0 -1
- package/src/page_product-details-wisdom-oos.html +0 -1
- package/src/page_product-details-wisdom-registered.html +0 -1
- package/src/page_product-details-wisdom.html +0 -1
- package/src/page_product-details-with-favourite.html +0 -1
- package/src/page_product-details-with-global-search-v2.html +7 -1
- package/src/page_product-details_no-previous-default.html +0 -1
- package/src/page_track-my-order-result.html +1 -0
- package/src/partials/scripts.hbs +1 -0
- package/src/scss/common/_common.scss +1 -0
- package/src/scss/common/_elements.scss +13 -1
- package/src/scss/common/_loading-button.scss +49 -0
- package/src/scss/components/_notifications.scss +86 -5
- package/src/scss/components/bloomreach/_bloomreach.scss +3 -0
- package/src/scss/components/bloomreach/_complete-card-dropdown.scss +174 -0
- package/src/scss/components/bloomreach/_complete-card.scss +402 -0
- package/src/scss/components/bloomreach/_complete-your-project.scss +207 -0
- package/src/scss/helpers/_variables.scss +1 -0
- package/src/scss/pages/page_product-details-v2.scss +45 -2
- package/src/scss/pdp-main-critical.scss +0 -1
- package/src/scss/pdp-main.scss +1 -1
- package/src/sitemap.html +6 -0
- package/src/scss/components/_pdp-action-v2-critical.scss +0 -27
- package/src/scss/components/_pdp-action-v2.scss +0 -27
|
@@ -0,0 +1,402 @@
|
|
|
1
|
+
.complete-card {
|
|
2
|
+
position: relative;
|
|
3
|
+
width: 100%;
|
|
4
|
+
max-width: 100%;
|
|
5
|
+
overflow: visible;
|
|
6
|
+
background-color: $white;
|
|
7
|
+
border: 1px dashed $gray;
|
|
8
|
+
border-radius: 4px;
|
|
9
|
+
padding: 12px;
|
|
10
|
+
margin-bottom: 8px;
|
|
11
|
+
|
|
12
|
+
&--selected {
|
|
13
|
+
border: 1px solid $blue;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&__select {
|
|
17
|
+
position: absolute;
|
|
18
|
+
top: -15px;
|
|
19
|
+
left: 0;
|
|
20
|
+
z-index: 2;
|
|
21
|
+
|
|
22
|
+
.chb ins .fa-check {
|
|
23
|
+
box-sizing: border-box;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&__inner {
|
|
28
|
+
position: relative;
|
|
29
|
+
display: flex;
|
|
30
|
+
flex-direction: row;
|
|
31
|
+
gap: 12px;
|
|
32
|
+
width: 100%;
|
|
33
|
+
min-width: 0;
|
|
34
|
+
max-width: 100%;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&__img {
|
|
38
|
+
width: 154px;
|
|
39
|
+
max-width: 100%;
|
|
40
|
+
max-height: 100%;
|
|
41
|
+
|
|
42
|
+
&-wrap {
|
|
43
|
+
flex: 0 0 154px;
|
|
44
|
+
width: 154px;
|
|
45
|
+
height: 154px;
|
|
46
|
+
min-width: 0;
|
|
47
|
+
max-width: 100%;
|
|
48
|
+
margin-bottom: 0;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
&__content {
|
|
53
|
+
display: flex;
|
|
54
|
+
flex: 1 1 auto;
|
|
55
|
+
flex-direction: column;
|
|
56
|
+
min-width: 0;
|
|
57
|
+
max-width: 100%;
|
|
58
|
+
padding-top: 24px;
|
|
59
|
+
overflow: visible;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
&__header,
|
|
63
|
+
&__options,
|
|
64
|
+
&__bottom {
|
|
65
|
+
width: 100%;
|
|
66
|
+
min-width: 0;
|
|
67
|
+
max-width: 100%;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
&__header {
|
|
71
|
+
overflow: hidden;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&__options {
|
|
75
|
+
overflow: visible;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
&__bottom {
|
|
79
|
+
flex: 1;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
&__title {
|
|
83
|
+
@include font-size(12);
|
|
84
|
+
@include line-height(16);
|
|
85
|
+
@include clamp-text(2);
|
|
86
|
+
font-weight: 500;
|
|
87
|
+
margin-bottom: 8px;
|
|
88
|
+
text-decoration: none;
|
|
89
|
+
|
|
90
|
+
&:hover {
|
|
91
|
+
text-decoration: underline;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
&__reviews {
|
|
96
|
+
display: flex;
|
|
97
|
+
align-items: center;
|
|
98
|
+
font-size: 0.75rem;
|
|
99
|
+
margin-bottom: 8px;
|
|
100
|
+
|
|
101
|
+
&-count {
|
|
102
|
+
display: inline-block;
|
|
103
|
+
margin-left: 6px;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.rating-bg {
|
|
107
|
+
color: $gray;
|
|
108
|
+
position: relative;
|
|
109
|
+
|
|
110
|
+
.fa-star {
|
|
111
|
+
margin-right: 0;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.rating-overlay {
|
|
116
|
+
color: $yellow;
|
|
117
|
+
position: absolute;
|
|
118
|
+
left: 0;
|
|
119
|
+
top: 0;
|
|
120
|
+
display: flex;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.star-overlay {
|
|
124
|
+
display: inline-block;
|
|
125
|
+
overflow: hidden;
|
|
126
|
+
|
|
127
|
+
& + .star-overlay {
|
|
128
|
+
margin-left: 3.3px;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
&__count-stepper {
|
|
134
|
+
margin-top: 0;
|
|
135
|
+
margin-bottom: 12px;
|
|
136
|
+
|
|
137
|
+
.quantity-label {
|
|
138
|
+
display: none;
|
|
139
|
+
margin-right: 12px;
|
|
140
|
+
font-weight: 700;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.tbx_quantity {
|
|
144
|
+
border: 0;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
&__price {
|
|
149
|
+
@include font-size(18);
|
|
150
|
+
@include line-height(18);
|
|
151
|
+
display: flex;
|
|
152
|
+
align-items: baseline;
|
|
153
|
+
font-weight: 700;
|
|
154
|
+
color: $blue-dark;
|
|
155
|
+
margin-bottom: 4px;
|
|
156
|
+
flex-wrap: wrap;
|
|
157
|
+
|
|
158
|
+
&_from {
|
|
159
|
+
@include font-size(14);
|
|
160
|
+
@include line-height(16);
|
|
161
|
+
padding-right: 4px;
|
|
162
|
+
white-space: nowrap;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
&_sale {
|
|
166
|
+
color: $red;
|
|
167
|
+
|
|
168
|
+
.complete-card {
|
|
169
|
+
&__price-value {
|
|
170
|
+
@include font-size(14);
|
|
171
|
+
font-weight: 500;
|
|
172
|
+
color: $warm-grey;
|
|
173
|
+
text-decoration: line-through;
|
|
174
|
+
padding-right: 4px;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
&__sale-price,
|
|
180
|
+
&-value {
|
|
181
|
+
margin-right: 4px;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
&__vat-label {
|
|
186
|
+
@include font-size(12);
|
|
187
|
+
@include line-height(16);
|
|
188
|
+
font-weight: 500;
|
|
189
|
+
color: $blue-dark;
|
|
190
|
+
align-self: flex-end;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
&__delivery {
|
|
194
|
+
@include font-size(12);
|
|
195
|
+
@include line-height(16);
|
|
196
|
+
font-weight: 400;
|
|
197
|
+
color: $squant;
|
|
198
|
+
margin-bottom: 0;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
&__badge {
|
|
202
|
+
@include font-size(12);
|
|
203
|
+
@include line-height(16);
|
|
204
|
+
font-weight: 700;
|
|
205
|
+
margin-bottom: 0;
|
|
206
|
+
position: absolute;
|
|
207
|
+
top: 0;
|
|
208
|
+
right: 0;
|
|
209
|
+
z-index: $label-z-index;
|
|
210
|
+
color: $white;
|
|
211
|
+
padding: 4px 10px;
|
|
212
|
+
text-align: center;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
&--skeleton {
|
|
216
|
+
.complete-card {
|
|
217
|
+
&__img {
|
|
218
|
+
width: 154px;
|
|
219
|
+
height: 154px;
|
|
220
|
+
|
|
221
|
+
&-wrap {
|
|
222
|
+
flex: 0 0 154px;
|
|
223
|
+
width: 154px;
|
|
224
|
+
height: 154px;
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
&__skeleton {
|
|
229
|
+
&-title {
|
|
230
|
+
height: 14px;
|
|
231
|
+
width: 80%;
|
|
232
|
+
margin-bottom: 6px;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
&-title-short {
|
|
236
|
+
height: 14px;
|
|
237
|
+
width: 50%;
|
|
238
|
+
margin-bottom: 12px;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
&-reviews {
|
|
242
|
+
height: 12px;
|
|
243
|
+
width: 40%;
|
|
244
|
+
margin-bottom: 12px;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
&-stepper {
|
|
248
|
+
height: 32px;
|
|
249
|
+
width: 90px;
|
|
250
|
+
margin-bottom: 12px;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
&-price {
|
|
254
|
+
height: 22px;
|
|
255
|
+
width: 60%;
|
|
256
|
+
margin-bottom: 6px;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
&-delivery {
|
|
260
|
+
height: 12px;
|
|
261
|
+
width: 50%;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
@include media-breakpoint-up(sm) {
|
|
269
|
+
.complete-card {
|
|
270
|
+
&__img {
|
|
271
|
+
width: 200px;
|
|
272
|
+
|
|
273
|
+
&-wrap {
|
|
274
|
+
flex: 0 0 200px;
|
|
275
|
+
width: 200px;
|
|
276
|
+
height: 200px;
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
&--skeleton {
|
|
281
|
+
.complete-card {
|
|
282
|
+
&__img {
|
|
283
|
+
width: 200px;
|
|
284
|
+
height: 200px;
|
|
285
|
+
|
|
286
|
+
&-wrap {
|
|
287
|
+
flex: 0 0 200px;
|
|
288
|
+
width: 200px;
|
|
289
|
+
height: 200px;
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
@include media-breakpoint-up(lg) {
|
|
298
|
+
.complete-card {
|
|
299
|
+
padding: 16px;
|
|
300
|
+
margin-bottom: 0;
|
|
301
|
+
|
|
302
|
+
&__inner {
|
|
303
|
+
flex-direction: column;
|
|
304
|
+
gap: 0;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
&__img {
|
|
308
|
+
width: 154px;
|
|
309
|
+
|
|
310
|
+
&-wrap {
|
|
311
|
+
flex: 0 0 auto;
|
|
312
|
+
width: 154px;
|
|
313
|
+
height: 154px;
|
|
314
|
+
margin: 0 auto 12px;
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
&__content {
|
|
319
|
+
width: 100%;
|
|
320
|
+
padding-top: 0;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
&__title {
|
|
324
|
+
@include font-size(14);
|
|
325
|
+
@include line-height(22);
|
|
326
|
+
margin-bottom: 8px;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
&__reviews {
|
|
330
|
+
@include font-size(14);
|
|
331
|
+
margin-bottom: 8px;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
&__count-stepper {
|
|
335
|
+
margin-bottom: 12px;
|
|
336
|
+
|
|
337
|
+
.quantity-label {
|
|
338
|
+
display: inline-block;
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
&__price {
|
|
343
|
+
@include font-size(24);
|
|
344
|
+
@include line-height(24);
|
|
345
|
+
margin-bottom: 8px;
|
|
346
|
+
|
|
347
|
+
&_from {
|
|
348
|
+
@include font-size(16);
|
|
349
|
+
@include line-height(24);
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
&_sale {
|
|
353
|
+
.complete-card {
|
|
354
|
+
&__price-value {
|
|
355
|
+
@include font-size(14);
|
|
356
|
+
@include line-height(24);
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
&__delivery {
|
|
363
|
+
@include font-size(12);
|
|
364
|
+
@include line-height(16);
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
&--skeleton {
|
|
368
|
+
.complete-card {
|
|
369
|
+
&__img {
|
|
370
|
+
width: 154px;
|
|
371
|
+
height: 154px;
|
|
372
|
+
|
|
373
|
+
&-wrap {
|
|
374
|
+
flex: 0 0 auto;
|
|
375
|
+
width: 154px;
|
|
376
|
+
height: 154px;
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
@media screen and (max-width: 375px) {
|
|
385
|
+
.complete-card {
|
|
386
|
+
padding: 12px;
|
|
387
|
+
|
|
388
|
+
&__inner {
|
|
389
|
+
gap: 12px;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
&__img {
|
|
393
|
+
width: 126px;
|
|
394
|
+
|
|
395
|
+
&-wrap {
|
|
396
|
+
flex: 0 0 126px;
|
|
397
|
+
width: 126px;
|
|
398
|
+
height: 126px;
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
}
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
.complete-widget {
|
|
2
|
+
background: $gray-bg;
|
|
3
|
+
padding: 16px;
|
|
4
|
+
|
|
5
|
+
&__price {
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: flex-end;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
&__vat-label {
|
|
11
|
+
@include font-size(12);
|
|
12
|
+
@include line-height(16);
|
|
13
|
+
margin-left: 4px;
|
|
14
|
+
font-weight: 500;
|
|
15
|
+
white-space: nowrap;
|
|
16
|
+
color: $blue-dark;
|
|
17
|
+
margin-bottom: 1px;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&__title {
|
|
21
|
+
margin-bottom: 16px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&__divider {
|
|
25
|
+
display: flex;
|
|
26
|
+
justify-content: center;
|
|
27
|
+
align-items: center;
|
|
28
|
+
padding: 8px 0;
|
|
29
|
+
color: $blue-dark;
|
|
30
|
+
font-size: 1.5rem;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&__summary {
|
|
34
|
+
border: 1px solid $gray;
|
|
35
|
+
padding: 16px;
|
|
36
|
+
border-radius: 4px;
|
|
37
|
+
|
|
38
|
+
&--skeleton {
|
|
39
|
+
.complete-widget__total {
|
|
40
|
+
flex-direction: column;
|
|
41
|
+
align-items: flex-start;
|
|
42
|
+
margin-bottom: 16px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.complete-widget__skeleton {
|
|
46
|
+
&-label {
|
|
47
|
+
height: 14px;
|
|
48
|
+
width: 80px;
|
|
49
|
+
margin-bottom: 8px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
&-price {
|
|
53
|
+
height: 28px;
|
|
54
|
+
width: 120px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
&-cta {
|
|
58
|
+
height: 48px;
|
|
59
|
+
width: 100%;
|
|
60
|
+
border-radius: 4px;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
&-offer {
|
|
64
|
+
height: 12px;
|
|
65
|
+
width: 60%;
|
|
66
|
+
margin-top: 12px;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
&__offer {
|
|
73
|
+
@include font-size(12);
|
|
74
|
+
@include line-height(16);
|
|
75
|
+
font-weight: 400;
|
|
76
|
+
margin-bottom: 0;
|
|
77
|
+
color: $gray-dark;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
&__cta {
|
|
81
|
+
padding: 16px 0;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
&__total {
|
|
85
|
+
display: flex;
|
|
86
|
+
align-items: baseline;
|
|
87
|
+
flex-wrap: wrap;
|
|
88
|
+
|
|
89
|
+
&-sale {
|
|
90
|
+
.complete-widget {
|
|
91
|
+
&__price-value {
|
|
92
|
+
@include font-size(18);
|
|
93
|
+
line-height: normal;
|
|
94
|
+
font-weight: 500;
|
|
95
|
+
color: $warm-grey;
|
|
96
|
+
text-decoration: line-through;
|
|
97
|
+
padding-right: 7px;
|
|
98
|
+
margin-bottom: 1px;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&__sale-price {
|
|
102
|
+
@include font-size(24);
|
|
103
|
+
@include line-height(24);
|
|
104
|
+
font-weight: 700;
|
|
105
|
+
color: $red;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
&__price-value {
|
|
112
|
+
@include font-size(24);
|
|
113
|
+
@include line-height(24);
|
|
114
|
+
font-weight: 700;
|
|
115
|
+
color: $blue-dark;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
&__label {
|
|
119
|
+
@include font-size(14);
|
|
120
|
+
@include line-height(22);
|
|
121
|
+
font-weight: 500;
|
|
122
|
+
color: $gray-dark;
|
|
123
|
+
padding-right: 8px;
|
|
124
|
+
text-wrap-mode: nowrap;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
@include media-breakpoint-up(lg) {
|
|
129
|
+
.complete-widget {
|
|
130
|
+
padding: 24px;
|
|
131
|
+
|
|
132
|
+
&__wrapper {
|
|
133
|
+
display: flex;
|
|
134
|
+
align-items: stretch;
|
|
135
|
+
gap: 8px;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
&__divider {
|
|
139
|
+
flex-shrink: 0;
|
|
140
|
+
padding: 0 3px;
|
|
141
|
+
align-self: center;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
&__summary {
|
|
145
|
+
display: flex;
|
|
146
|
+
flex-direction: column;
|
|
147
|
+
align-items: end;
|
|
148
|
+
border: 0;
|
|
149
|
+
padding: 24px 0 0;
|
|
150
|
+
|
|
151
|
+
&-wrapper {
|
|
152
|
+
display: flex;
|
|
153
|
+
align-items: flex-start;
|
|
154
|
+
margin-bottom: 14px;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
&--skeleton {
|
|
158
|
+
.complete-widget__total {
|
|
159
|
+
flex-direction: row;
|
|
160
|
+
align-items: baseline;
|
|
161
|
+
margin-bottom: 0;
|
|
162
|
+
margin-right: 24px;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.complete-widget__skeleton {
|
|
166
|
+
&-label {
|
|
167
|
+
margin-bottom: 0;
|
|
168
|
+
margin-right: 8px;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
&-cta {
|
|
172
|
+
width: 260px;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
&__total:not(.complete-widget__total-sale) {
|
|
179
|
+
.complete-widget {
|
|
180
|
+
&__price-value {
|
|
181
|
+
@include font-size(34);
|
|
182
|
+
@include line-height(34);
|
|
183
|
+
font-weight: 700;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
&__total-sale {
|
|
189
|
+
.complete-widget {
|
|
190
|
+
&__sale-price {
|
|
191
|
+
@include font-size(34);
|
|
192
|
+
@include line-height(34);
|
|
193
|
+
font-weight: 700;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
&__total {
|
|
199
|
+
margin-right: 24px;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
&__cta {
|
|
203
|
+
width: 260px;
|
|
204
|
+
padding: 0;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
}
|
|
@@ -90,7 +90,15 @@
|
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
&__fulfilment {
|
|
93
|
-
margin-top:
|
|
93
|
+
margin-top: 10px;
|
|
94
|
+
|
|
95
|
+
&-mobile {
|
|
96
|
+
display: block;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
&-desktop {
|
|
100
|
+
display: none;
|
|
101
|
+
}
|
|
94
102
|
}
|
|
95
103
|
|
|
96
104
|
&__similar {
|
|
@@ -166,6 +174,13 @@
|
|
|
166
174
|
&__buyers-gallery {
|
|
167
175
|
overflow: hidden;
|
|
168
176
|
}
|
|
177
|
+
|
|
178
|
+
&__widget {
|
|
179
|
+
margin-top: 16px;
|
|
180
|
+
margin-bottom: 20px;
|
|
181
|
+
margin-left: -15px;
|
|
182
|
+
margin-right: -15px;
|
|
183
|
+
}
|
|
169
184
|
}
|
|
170
185
|
|
|
171
186
|
.recently-viewed {
|
|
@@ -284,13 +299,37 @@
|
|
|
284
299
|
margin-top: auto;
|
|
285
300
|
}
|
|
286
301
|
|
|
302
|
+
@include media-breakpoint-up(sm) {
|
|
303
|
+
.pdp {
|
|
304
|
+
&__widget {
|
|
305
|
+
margin-left: 0;
|
|
306
|
+
margin-right: 0;
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
|
|
287
311
|
@include media-breakpoint-up(md) {
|
|
288
312
|
.pdp {
|
|
289
313
|
&__fulfilment {
|
|
290
314
|
margin-top: 10px;
|
|
291
315
|
margin-bottom: 5px;
|
|
316
|
+
grid-column: 1 / span 4;
|
|
317
|
+
grid-row: 5 / span 1;
|
|
318
|
+
|
|
319
|
+
&-mobile {
|
|
320
|
+
display: none;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
&-desktop {
|
|
324
|
+
display: block;
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
&__widget {
|
|
292
329
|
grid-column: 1 / span 4;
|
|
293
330
|
grid-row: 4 / span 1;
|
|
331
|
+
margin-top: 20px;
|
|
332
|
+
margin-bottom: 10px;
|
|
294
333
|
}
|
|
295
334
|
}
|
|
296
335
|
}
|
|
@@ -298,7 +337,11 @@
|
|
|
298
337
|
@include media-breakpoint-up(lg) {
|
|
299
338
|
.pdp {
|
|
300
339
|
&__fulfilment {
|
|
301
|
-
margin-top:
|
|
340
|
+
margin-top: 20px;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
&__widget {
|
|
344
|
+
margin-bottom: 0;
|
|
302
345
|
}
|
|
303
346
|
}
|
|
304
347
|
}
|
package/src/scss/pdp-main.scss
CHANGED
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
@import 'components/search-filter';
|
|
28
28
|
@import 'components/card-color-slider';
|
|
29
29
|
@import 'components/pdp-cta';
|
|
30
|
-
@import 'components/pdp-action-v2';
|
|
31
30
|
@import 'components/pdp-info-v2';
|
|
32
31
|
@import 'components/range-types';
|
|
33
32
|
@import 'components/gallery-pdp';
|
|
@@ -82,6 +81,7 @@
|
|
|
82
81
|
@import 'components/billie-modal';
|
|
83
82
|
@import 'components/input-counter';
|
|
84
83
|
@import 'components/notify-me-modal';
|
|
84
|
+
@import 'components/bloomreach/bloomreach';
|
|
85
85
|
|
|
86
86
|
// Pages
|
|
87
87
|
@import 'pages/page_ti';
|
package/src/sitemap.html
CHANGED
|
@@ -258,6 +258,12 @@
|
|
|
258
258
|
Product details page - Paint Mixing
|
|
259
259
|
</a>
|
|
260
260
|
</li>
|
|
261
|
+
<li>
|
|
262
|
+
<span class="page-id">2.33</span>
|
|
263
|
+
<a href="page_product-details-bloomreach.html" target="_blank">
|
|
264
|
+
Product details page - Bloomreach
|
|
265
|
+
</a>
|
|
266
|
+
</li>
|
|
261
267
|
</ul>
|
|
262
268
|
<h3>Content pages</h3>
|
|
263
269
|
<ul> <!--TBD: after deleting commented pages, appropriate css code needs to be cleaned-->
|