wickes-css2 2.109.0-develop.3 → 2.109.0-gift-cards.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/Readme.md +1 -2
- package/build/css/category-main.css +1 -1
- package/build/css/components/card-product-banner.css +1 -1
- package/build/css/components/checkout-payment-details-v2.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/checkout-new.css +1 -1
- package/build/css/pages/checkout.css +1 -1
- package/build/css/pages/page_checkout_delivery-new.css +1 -1
- package/build/css/pages/page_products-list-combined.css +1 -1
- package/build/css/pages/page_products-list.css +1 -1
- package/build/css/pages/page_shopping-cart-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/img/payment/checkout/giftcard.svg +28 -0
- package/build/img/payment/footer/giftcard.svg +28 -0
- package/build/js/basket.min.js +1 -1
- package/build/js/checkout.min.js +1 -1
- package/build/js/emulation.min.js +56 -178
- package/build/js/gift-cards.min.js +1 -1
- package/build/js/merged-checkout.min.js +1 -1
- package/build/js/mini-basket-slider.min.js +1 -1
- package/build/js/page/basket/mini-basket-total.js +2 -17
- package/build/js/page/checkout-payment-details.js +176 -79
- package/build/js/page/components/gift-cards.js +701 -357
- package/build/js/page/components/order-summary.js +0 -35
- package/build/js/pdp.bundle.min.js +1 -2
- package/build/js/toggle-password-visibility.min.js +1 -0
- package/package.json +3 -1
- package/src/components/base/button.hbs +1 -1
- package/src/components/card_product_banner_v2.hbs +1 -4
- package/src/components/card_sponsor_banner.hbs +1 -4
- package/src/components/checkout_order-summary-new.hbs +7 -10
- package/src/components/checkout_payment-new.hbs +31 -8
- package/src/components/click-and-collect-modal.hbs +14 -0
- package/src/components/date-selection.hbs +1 -1
- package/src/components/delivery-types.hbs +3 -11
- package/src/components/gift-cards.hbs +8 -15
- package/src/components/injected-content.hbs +1 -6
- package/src/components/modal.hbs +1 -1
- package/src/components/order-summary.hbs +2 -2
- package/src/components/payments.hbs +6 -5
- package/src/components/price-block-v2.hbs +214 -211
- package/src/data/data_checkout-giftcards.json +7 -0
- package/src/data/data_delivery-address-v2.json +5 -1
- package/src/data/data_payments-checkout.json +4 -0
- package/src/data/data_search-results_v2.json +2 -9
- package/src/data/data_spr_injected_content.json +0 -4
- package/src/data/footer_menu.json +4 -0
- package/src/img/payment/checkout/giftcard.svg +28 -0
- package/src/img/payment/footer/giftcard.svg +28 -0
- package/src/js/emulation/checkout-delivery-details.js +25 -28
- package/src/js/emulation/custom-slider-emulation.js +1 -1
- package/src/js/emulation/date-selection.js +24 -136
- package/src/js/emulation/forms.js +0 -12
- package/src/js/emulation/mini-basket-data.js +3 -3
- package/src/js/emulation/switchCalendar.js +8 -12
- package/src/js/page/basket/mini-basket-total.js +2 -17
- package/src/js/page/checkout-payment-details.js +176 -79
- package/src/js/page/components/gift-cards.js +701 -357
- package/src/js/page/components/order-summary.js +0 -35
- package/src/page_checkout_confirmation-gift-card.html +339 -0
- package/src/page_checkout_next-day-delivery-details.html +2 -2
- package/src/page_checkout_payment-details-v2-asm.html +1 -1
- package/src/page_checkout_payment-details-v2.html +1 -1
- package/src/page_checkout_payment-details_with-card-loader.html +1 -1
- package/src/page_checkout_payment-details_with-klarna-loader.html +1 -1
- package/src/page_checkout_payment-details_with-loader-v2.html +1 -1
- package/src/page_checkout_rapid-delivery-details.html +5 -7
- package/src/page_klarna_payment-details_with-klarna.html +1 -1
- package/src/page_payment-details-with-billie.html +1 -1
- package/src/page_payment-details-with-clearpay.html +1 -1
- package/src/page_payment-details-with-gift-card.html +2 -2
- package/src/page_payment-details_with_apple-pay.html +1 -1
- package/src/page_payment-details_with_google-pay.html +1 -1
- package/src/page_plp_v2.html +0 -1
- package/src/page_product-details-billie.html +2 -0
- package/src/page_product-details-clearpay.html +1 -0
- package/src/page_product-details-mfe-calculator.html +3 -9
- package/src/scss/common/_CTAs.scss +3 -7
- package/src/scss/components/_custom-slider.scss +0 -18
- package/src/scss/components/_date-selection-add-new-styles.scss +1 -43
- package/src/scss/components/_gift-cards.scss +32 -3
- package/src/scss/components/_order-summary.scss +12 -25
- package/src/scss/components/_payments-checkout.scss +2 -2
- package/src/scss/components/_payments-v2.scss +1 -1
- package/src/scss/components/_price-block-critical.scss +2 -2
- package/src/scss/components/_price-block.scss +4 -14
- package/src/scss/components/card-product-banner.scss +0 -8
- package/src/scss/helpers/_CTAs.scss +5 -15
- package/src/scss/helpers/_variables.scss +2 -0
- package/src/scss/pages/_checkout-confirmation-new.scss +86 -2
- package/src/scss/pages/page_checkout_delivery-new.scss +0 -36
- package/src/scss/pages/page_products-list-combined.scss +1 -8
- package/src/scss/pages/page_products-list.scss +1 -8
- package/src/scss/pages/page_shopping-cart-v2.scss +10 -34
- package/src/scss/pdp-main.scss +0 -1
- package/src/sitemap.html +6 -0
- package/build/js/page/components/notify-me.js +0 -99
- package/build/js/wickes-dc.js +0 -1
- package/src/components/modals/notify-me-modal.hbs +0 -76
- package/src/components/sponsor-top-banner.hbs +0 -10
- package/src/js/emulation/notify-me.js +0 -9
- package/src/js/page/components/notify-me.js +0 -99
- package/src/scss/components/_notify-me-modal.scss +0 -139
|
@@ -3,14 +3,13 @@ isDiscount=true
|
|
|
3
3
|
isSQM=true
|
|
4
4
|
isDescription=false
|
|
5
5
|
isCashback=false
|
|
6
|
-
isSize=
|
|
6
|
+
isSize=true
|
|
7
7
|
isGuide=true
|
|
8
|
-
isQuantity=true
|
|
9
8
|
hourly-delivery=true
|
|
10
9
|
badge-text='15% off'
|
|
11
10
|
badge-color='yellow'
|
|
12
11
|
badge-text-color='gray'
|
|
13
|
-
currentlyInStock=
|
|
12
|
+
currentlyInStock=true
|
|
14
13
|
pagePdp=true
|
|
15
14
|
}}
|
|
16
15
|
{{#content "head" mode="append" pagePdp=true}}
|
|
@@ -82,10 +81,6 @@ pagePdp=true
|
|
|
82
81
|
more-stores-present=true
|
|
83
82
|
mfeProductCalculator=true
|
|
84
83
|
default-store=true
|
|
85
|
-
isExcludingDelivery=true
|
|
86
|
-
notifyMe=true
|
|
87
|
-
klarna-placement=true
|
|
88
|
-
clearpay-placement=true
|
|
89
84
|
}}
|
|
90
85
|
{{> fulfilment-accordions }}
|
|
91
86
|
</div>
|
|
@@ -126,8 +121,7 @@ pagePdp=true
|
|
|
126
121
|
<script type="text/html" id="mini-basket-popup">
|
|
127
122
|
{{> popover-mini-basket mod="popover-mini-basket_just-added" products=mini-basket.just-added just-added=true}}
|
|
128
123
|
</script>
|
|
129
|
-
|
|
130
|
-
<script defer src="./js/pdp.bundle.min.js"></script>
|
|
124
|
+
<script defer src="./js/page/pdp.js"></script>
|
|
131
125
|
<script defer src="./js/energy-efficiency.min.js"></script>
|
|
132
126
|
{{> click-and-collect-modal pdp=pdp}}
|
|
133
127
|
{{> wisdom-modal-mcfc }}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
.btn {
|
|
12
12
|
position: relative;
|
|
13
13
|
text-decoration: none;
|
|
14
|
-
transition: all
|
|
14
|
+
transition: all .2s ease;
|
|
15
15
|
|
|
16
16
|
&_full {
|
|
17
17
|
@include button-full;
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
:focus > &,
|
|
35
35
|
:active > & {
|
|
36
36
|
color: $white;
|
|
37
|
-
opacity:
|
|
37
|
+
opacity: .6;
|
|
38
38
|
bottom: auto; //IE fix
|
|
39
39
|
}
|
|
40
40
|
}
|
|
@@ -55,10 +55,6 @@
|
|
|
55
55
|
@include button-primary;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
.btn-outline-primary {
|
|
59
|
-
@include button-outline-primary;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
58
|
.btn-secondary {
|
|
63
59
|
@include button-secondary;
|
|
64
60
|
}
|
|
@@ -89,7 +85,7 @@
|
|
|
89
85
|
}
|
|
90
86
|
|
|
91
87
|
.btn-pending {
|
|
92
|
-
@include button-pending
|
|
88
|
+
@include button-pending
|
|
93
89
|
}
|
|
94
90
|
|
|
95
91
|
.btn--icon {
|
|
@@ -501,24 +501,6 @@
|
|
|
501
501
|
}
|
|
502
502
|
}
|
|
503
503
|
}
|
|
504
|
-
|
|
505
|
-
&-delivery:has(+ .checkout-widget__item-delivery-cost-message) {
|
|
506
|
-
padding-bottom: 0;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
&-delivery-cost-message {
|
|
510
|
-
margin-top: 4px !important;
|
|
511
|
-
padding-top: 0;
|
|
512
|
-
justify-content: flex-end;
|
|
513
|
-
|
|
514
|
-
#order-delivery-cost-message {
|
|
515
|
-
@include font-size(10);
|
|
516
|
-
@include line-height(12);
|
|
517
|
-
|
|
518
|
-
font-weight: 700;
|
|
519
|
-
color: $squant;
|
|
520
|
-
}
|
|
521
|
-
}
|
|
522
504
|
}
|
|
523
505
|
|
|
524
506
|
&__details-discount {
|
|
@@ -248,50 +248,16 @@
|
|
|
248
248
|
height: auto;
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
|
-
|
|
252
|
-
.rapid-info-icon {
|
|
253
|
-
display: inline-flex;
|
|
254
|
-
align-items: center;
|
|
255
|
-
vertical-align: bottom;
|
|
256
|
-
pointer-events: auto;
|
|
257
|
-
margin-left: 4px;
|
|
258
|
-
cursor: pointer;
|
|
259
|
-
color: $white;
|
|
260
|
-
font-size: 1rem;
|
|
261
|
-
|
|
262
|
-
[data-prefix='fas'],
|
|
263
|
-
[data-prefix='far'] {
|
|
264
|
-
color: $white;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
&:hover {
|
|
268
|
-
opacity: 0.8;
|
|
269
|
-
|
|
270
|
-
[data-prefix='far'] {
|
|
271
|
-
color: $white;
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
&__image {
|
|
277
|
-
position: absolute;
|
|
278
|
-
right: 12px;
|
|
279
|
-
}
|
|
280
251
|
}
|
|
281
252
|
|
|
282
253
|
.delivery-container {
|
|
283
254
|
.btn.btn_full {
|
|
284
255
|
display: flex;
|
|
285
|
-
padding: 16px
|
|
256
|
+
padding: 16px 20px;
|
|
286
257
|
align-items: center;
|
|
287
258
|
justify-content: center;
|
|
288
259
|
border: 0;
|
|
289
260
|
border-radius: 0;
|
|
290
|
-
position: relative;
|
|
291
|
-
|
|
292
|
-
&:has(.delivery-btn__image:not(.d-none)) {
|
|
293
|
-
padding: 16px 64px 16px 12px;
|
|
294
|
-
}
|
|
295
261
|
}
|
|
296
262
|
}
|
|
297
263
|
|
|
@@ -305,14 +271,6 @@
|
|
|
305
271
|
}
|
|
306
272
|
}
|
|
307
273
|
|
|
308
|
-
@include media-breakpoint-only(sm) {
|
|
309
|
-
.delivery-types .delivery-container {
|
|
310
|
-
.subtitle br {
|
|
311
|
-
display: none;
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
|
|
316
274
|
@include media-breakpoint-up(md) {
|
|
317
275
|
.date-selection {
|
|
318
276
|
.delivery-date,
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.giftcard {
|
|
8
|
-
border: 1px solid $gray;
|
|
8
|
+
border: 1px solid $gray-light;
|
|
9
9
|
border-radius: 4px;
|
|
10
10
|
background: $white;
|
|
11
11
|
padding: 12px 16px;
|
|
@@ -18,6 +18,17 @@
|
|
|
18
18
|
margin-bottom: 0;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
+
|
|
22
|
+
&--disabled {
|
|
23
|
+
.giftcard-inline__title {
|
|
24
|
+
color: $blue-disabled;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.giftcard-add,
|
|
28
|
+
.giftcard-add__text {
|
|
29
|
+
color: $blue-disabled;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
21
32
|
}
|
|
22
33
|
|
|
23
34
|
.giftcard-add {
|
|
@@ -28,9 +39,27 @@
|
|
|
28
39
|
text-decoration: none;
|
|
29
40
|
cursor: pointer;
|
|
30
41
|
|
|
42
|
+
&__icon-wrap {
|
|
43
|
+
width: 24px;
|
|
44
|
+
height: 24px;
|
|
45
|
+
flex: 0 0 24px;
|
|
46
|
+
|
|
47
|
+
display: inline-flex;
|
|
48
|
+
align-items: center;
|
|
49
|
+
justify-content: center;
|
|
50
|
+
}
|
|
51
|
+
|
|
31
52
|
&__icon {
|
|
32
|
-
|
|
33
|
-
height:
|
|
53
|
+
display: block;
|
|
54
|
+
line-height: 1;
|
|
55
|
+
font-size: 14px;
|
|
56
|
+
width: 14px;
|
|
57
|
+
height: 14px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
&__icon.svg-inline--fa {
|
|
61
|
+
width: 14px;
|
|
62
|
+
height: 14px;
|
|
34
63
|
}
|
|
35
64
|
|
|
36
65
|
&__text {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@import '../helpers/helpers';
|
|
2
2
|
|
|
3
|
-
$android-offset:
|
|
3
|
+
$android-offset: 60px !default;
|
|
4
4
|
$ios-notch-offset: 80px !default;
|
|
5
5
|
|
|
6
6
|
.summary {
|
|
@@ -9,7 +9,7 @@ $ios-notch-offset: 80px !default;
|
|
|
9
9
|
background: $gray-bg;
|
|
10
10
|
margin: 0 auto;
|
|
11
11
|
z-index: $summary-aside;
|
|
12
|
-
box-shadow: 4px 4px 16px rgba(0, 0, 0,
|
|
12
|
+
box-shadow: 4px 4px 16px rgba(0, 0, 0, .25);
|
|
13
13
|
|
|
14
14
|
& .form-row__col-btn {
|
|
15
15
|
padding-right: 0;
|
|
@@ -55,7 +55,7 @@ $ios-notch-offset: 80px !default;
|
|
|
55
55
|
|
|
56
56
|
&-message {
|
|
57
57
|
padding-bottom: 20px;
|
|
58
|
-
font-size:
|
|
58
|
+
font-size: .75rem;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
&-main {
|
|
@@ -93,7 +93,7 @@ $ios-notch-offset: 80px !default;
|
|
|
93
93
|
align-items: center;
|
|
94
94
|
width: 24px;
|
|
95
95
|
height: 24px;
|
|
96
|
-
transition: transform
|
|
96
|
+
transition: transform .3s ease;
|
|
97
97
|
transform: rotate(180deg);
|
|
98
98
|
|
|
99
99
|
&-up,
|
|
@@ -149,7 +149,7 @@ $ios-notch-offset: 80px !default;
|
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
.checkout-widget__item-vat {
|
|
152
|
-
font-size:
|
|
152
|
+
font-size: .875rem;
|
|
153
153
|
margin: 0;
|
|
154
154
|
padding: 0;
|
|
155
155
|
}
|
|
@@ -158,25 +158,11 @@ $ios-notch-offset: 80px !default;
|
|
|
158
158
|
text-align: right;
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
.checkout-widget__item-cc,
|
|
162
|
-
.checkout-widget__item-delivery {
|
|
161
|
+
.checkout-widget__item-cc, .checkout-widget__item-delivery {
|
|
163
162
|
font-size: 1rem;
|
|
164
163
|
margin-top: 5px;
|
|
165
164
|
}
|
|
166
165
|
|
|
167
|
-
.checkout-widget__item-delivery-cost-message {
|
|
168
|
-
margin-top: 4px;
|
|
169
|
-
justify-content: flex-end;
|
|
170
|
-
|
|
171
|
-
#order-delivery-cost-message {
|
|
172
|
-
@include font-size(10);
|
|
173
|
-
@include line-height(12);
|
|
174
|
-
|
|
175
|
-
font-weight: 700;
|
|
176
|
-
color: $squant;
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
|
|
180
166
|
.checkout-widget__total {
|
|
181
167
|
display: flex;
|
|
182
168
|
justify-content: space-between;
|
|
@@ -197,7 +183,7 @@ $ios-notch-offset: 80px !default;
|
|
|
197
183
|
right: 0;
|
|
198
184
|
overflow: hidden;
|
|
199
185
|
display: block !important;
|
|
200
|
-
transition: height
|
|
186
|
+
transition: height .3s ease-in-out;
|
|
201
187
|
max-height: calc(100vh - 177px);
|
|
202
188
|
overflow-y: auto;
|
|
203
189
|
-webkit-overflow-scrolling: touch;
|
|
@@ -232,12 +218,12 @@ $ios-notch-offset: 80px !default;
|
|
|
232
218
|
.collapsing {
|
|
233
219
|
height: 0;
|
|
234
220
|
overflow: hidden;
|
|
235
|
-
transition: height
|
|
221
|
+
transition: height .3s ease-in-out;
|
|
236
222
|
}
|
|
237
223
|
|
|
238
224
|
.collapse.show {
|
|
239
225
|
height: auto;
|
|
240
|
-
transition: height
|
|
226
|
+
transition: height .3s ease-in-out;
|
|
241
227
|
}
|
|
242
228
|
}
|
|
243
229
|
|
|
@@ -247,7 +233,7 @@ $ios-notch-offset: 80px !default;
|
|
|
247
233
|
left: 0;
|
|
248
234
|
right: 0;
|
|
249
235
|
z-index: $summary-mobile-bar;
|
|
250
|
-
transition: transform
|
|
236
|
+
transition: transform .3s ease;
|
|
251
237
|
}
|
|
252
238
|
|
|
253
239
|
.summary__mobile-order {
|
|
@@ -259,7 +245,7 @@ $ios-notch-offset: 80px !default;
|
|
|
259
245
|
height: 44px;
|
|
260
246
|
cursor: pointer;
|
|
261
247
|
color: $white;
|
|
262
|
-
transition: transform
|
|
248
|
+
transition: transform .3s ease;
|
|
263
249
|
}
|
|
264
250
|
|
|
265
251
|
.summary:not(.summary--mobile) {
|
|
@@ -330,6 +316,7 @@ $ios-notch-offset: 80px !default;
|
|
|
330
316
|
display: none;
|
|
331
317
|
}
|
|
332
318
|
}
|
|
319
|
+
|
|
333
320
|
}
|
|
334
321
|
|
|
335
322
|
.checkout-widget.checkout-widget_order-summary {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
|
|
55
55
|
&--small {
|
|
56
56
|
flex-wrap: wrap;
|
|
57
|
-
padding: 0
|
|
57
|
+
padding: 0 40px;
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
.basket {
|
|
80
80
|
.summary__payment.footer-checkout {
|
|
81
81
|
.payments-checkout__list--small {
|
|
82
|
-
padding: 0
|
|
82
|
+
padding: 0 60px;
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
}
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
|
|
22
22
|
.pdp-price__oos {
|
|
23
23
|
border-top: 1px solid $gray;
|
|
24
|
-
margin-bottom:
|
|
24
|
+
margin-bottom: 8px;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.pdp-price__value_extended,
|
|
28
28
|
.pdp-price__oos,
|
|
29
29
|
.pdp-price__in-store-only {
|
|
30
|
-
padding:
|
|
30
|
+
padding: 10px 0;
|
|
31
31
|
|
|
32
32
|
p {
|
|
33
33
|
margin-bottom: 0;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.pdp-price__from {
|
|
18
|
-
font-size:
|
|
18
|
+
font-size: .6em;
|
|
19
19
|
margin-right: 4px;
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -32,29 +32,18 @@
|
|
|
32
32
|
|
|
33
33
|
.pdp-price__oos {
|
|
34
34
|
border-top: 1px solid $gray;
|
|
35
|
-
margin-bottom:
|
|
35
|
+
margin-bottom: 8px;
|
|
36
36
|
|
|
37
37
|
& + .pdp-price__controls,
|
|
38
38
|
&:last-child {
|
|
39
39
|
margin-bottom: 0;
|
|
40
40
|
}
|
|
41
|
-
|
|
42
|
-
.btn--notify-open {
|
|
43
|
-
display: flex;
|
|
44
|
-
align-items: center;
|
|
45
|
-
justify-content: center;
|
|
46
|
-
gap: 12px;
|
|
47
|
-
|
|
48
|
-
.fa-bell {
|
|
49
|
-
@include font-size(18);
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
41
|
}
|
|
53
42
|
|
|
54
43
|
.pdp-price__value_extended,
|
|
55
44
|
.pdp-price__oos,
|
|
56
45
|
.pdp-price__in-store-only {
|
|
57
|
-
padding:
|
|
46
|
+
padding: 10px 0;
|
|
58
47
|
|
|
59
48
|
p {
|
|
60
49
|
margin-bottom: 0;
|
|
@@ -261,6 +250,7 @@
|
|
|
261
250
|
border-bottom-color: $red;
|
|
262
251
|
}
|
|
263
252
|
}
|
|
253
|
+
|
|
264
254
|
}
|
|
265
255
|
}
|
|
266
256
|
|
|
@@ -36,10 +36,6 @@
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
&__picture {
|
|
40
|
-
display: flex;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
39
|
&__image {
|
|
44
40
|
display: inline-block;
|
|
45
41
|
width: 100%;
|
|
@@ -61,10 +57,6 @@
|
|
|
61
57
|
padding: 0 15px;
|
|
62
58
|
}
|
|
63
59
|
|
|
64
|
-
&__picture {
|
|
65
|
-
display: flex;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
60
|
&__image {
|
|
69
61
|
display: inline-block;
|
|
70
62
|
width: 100%;
|
|
@@ -47,16 +47,6 @@
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
@mixin button-outline-primary {
|
|
51
|
-
&:active,
|
|
52
|
-
&:not(:disabled):not(.disabled):active,
|
|
53
|
-
&:not(:disabled):not(.disabled).active {
|
|
54
|
-
color: $white;
|
|
55
|
-
background-color: $blue-darker;
|
|
56
|
-
border-color: $blue-darker;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
50
|
@mixin button-secondary {
|
|
61
51
|
background-color: $white;
|
|
62
52
|
border-color: $blue;
|
|
@@ -227,7 +217,7 @@
|
|
|
227
217
|
bottom: 0;
|
|
228
218
|
border-radius: 34px;
|
|
229
219
|
background-color: $gray;
|
|
230
|
-
transition:
|
|
220
|
+
transition: .4s;
|
|
231
221
|
|
|
232
222
|
&:before {
|
|
233
223
|
position: absolute;
|
|
@@ -238,7 +228,7 @@
|
|
|
238
228
|
bottom: 4px;
|
|
239
229
|
border-radius: 50%;
|
|
240
230
|
background-color: $white;
|
|
241
|
-
transition:
|
|
231
|
+
transition: .4s;
|
|
242
232
|
}
|
|
243
233
|
}
|
|
244
234
|
|
|
@@ -391,7 +381,7 @@
|
|
|
391
381
|
width: 100%;
|
|
392
382
|
max-width: 110px;
|
|
393
383
|
height: 110px;
|
|
394
|
-
transition: all
|
|
384
|
+
transition: all .3s;
|
|
395
385
|
padding: 10px;
|
|
396
386
|
|
|
397
387
|
svg {
|
|
@@ -406,7 +396,7 @@
|
|
|
406
396
|
color: $blue-dark;
|
|
407
397
|
margin-bottom: 0;
|
|
408
398
|
font-weight: 400;
|
|
409
|
-
font-size:
|
|
399
|
+
font-size: .75rem;
|
|
410
400
|
line-height: 1rem;
|
|
411
401
|
margin-top: 10px;
|
|
412
402
|
}
|
|
@@ -448,6 +438,6 @@
|
|
|
448
438
|
&:disabled,
|
|
449
439
|
&[disabled] {
|
|
450
440
|
pointer-events: none;
|
|
451
|
-
opacity:
|
|
441
|
+
opacity: .4;
|
|
452
442
|
}
|
|
453
443
|
}
|
|
@@ -33,6 +33,8 @@ $error-bg: #fcf2f3; // Error notification background colour
|
|
|
33
33
|
$positive: #8dc63f; // Positive colour
|
|
34
34
|
$negative: #ed1c24; // Negative colour
|
|
35
35
|
$blue-badge: #019ee3;
|
|
36
|
+
$blue-disabled: mix(#fff, $blue, 60%); // Disabled overlay (white 60% over $blue)
|
|
37
|
+
$pacific-depths: #004587;
|
|
36
38
|
$usp-icon-color: #1a77bc; // Usp icon color
|
|
37
39
|
$pacific-depths: #004587;
|
|
38
40
|
$line-through: #242424;
|
|
@@ -192,6 +192,44 @@
|
|
|
192
192
|
background-color: initial;
|
|
193
193
|
padding: 0;
|
|
194
194
|
margin: 0;
|
|
195
|
+
|
|
196
|
+
.checkout-payment {
|
|
197
|
+
&__card {
|
|
198
|
+
&-label {
|
|
199
|
+
font-weight: 700;
|
|
200
|
+
font-size: 1rem;
|
|
201
|
+
line-height: 1.25rem;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
&-value {
|
|
205
|
+
font-weight: 400;
|
|
206
|
+
font-size: 1rem;
|
|
207
|
+
line-height: 1.25rem;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
&__giftcard {
|
|
212
|
+
margin-bottom: 32px;
|
|
213
|
+
|
|
214
|
+
&-header {
|
|
215
|
+
font-weight: 700;
|
|
216
|
+
font-size: 1rem;
|
|
217
|
+
line-height: 1.25rem;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
&-label {
|
|
221
|
+
font-weight: 700;
|
|
222
|
+
font-size: 1rem;
|
|
223
|
+
line-height: 1.25rem;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
&-value {
|
|
227
|
+
font-weight: 400;
|
|
228
|
+
font-size: 1rem;
|
|
229
|
+
line-height: 1.25rem;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
195
233
|
}
|
|
196
234
|
|
|
197
235
|
&_order-summary {
|
|
@@ -214,6 +252,13 @@
|
|
|
214
252
|
}
|
|
215
253
|
}
|
|
216
254
|
|
|
255
|
+
&__item.checkout-widget__gift-card {
|
|
256
|
+
font-weight: 700;
|
|
257
|
+
font-size: 0.875rem;
|
|
258
|
+
line-height: 1.375rem;
|
|
259
|
+
margin-top: 16px;
|
|
260
|
+
}
|
|
261
|
+
|
|
217
262
|
&__total {
|
|
218
263
|
display: flex;
|
|
219
264
|
justify-content: space-between;
|
|
@@ -230,7 +275,13 @@
|
|
|
230
275
|
&.checkout-payment {
|
|
231
276
|
.checkout-widget {
|
|
232
277
|
&__details {
|
|
233
|
-
margin-bottom:
|
|
278
|
+
margin-bottom: 32px;
|
|
279
|
+
|
|
280
|
+
&.checkout-payment__card-details {
|
|
281
|
+
display: flex;
|
|
282
|
+
flex-direction: column;
|
|
283
|
+
gap: 12px;
|
|
284
|
+
}
|
|
234
285
|
|
|
235
286
|
&__item {
|
|
236
287
|
display: flex;
|
|
@@ -332,6 +383,8 @@
|
|
|
332
383
|
&.checkout-payment {
|
|
333
384
|
.checkout-widget {
|
|
334
385
|
&__details {
|
|
386
|
+
margin-bottom: 40px;
|
|
387
|
+
|
|
335
388
|
&__item {
|
|
336
389
|
justify-content: space-between;
|
|
337
390
|
margin-bottom: 0;
|
|
@@ -359,7 +412,8 @@
|
|
|
359
412
|
&__apple,
|
|
360
413
|
&__google,
|
|
361
414
|
&__clearpay,
|
|
362
|
-
&__billie
|
|
415
|
+
&__billie,
|
|
416
|
+
&__giftcard {
|
|
363
417
|
flex-direction: row;
|
|
364
418
|
justify-content: space-between;
|
|
365
419
|
}
|
|
@@ -373,6 +427,36 @@
|
|
|
373
427
|
&__google {
|
|
374
428
|
margin-bottom: 30px;
|
|
375
429
|
}
|
|
430
|
+
|
|
431
|
+
&__giftcard {
|
|
432
|
+
margin-bottom: 40px;
|
|
433
|
+
|
|
434
|
+
&-list {
|
|
435
|
+
display: flex;
|
|
436
|
+
flex-direction: column;
|
|
437
|
+
gap: 12px;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
&-header {
|
|
441
|
+
align-items: center;
|
|
442
|
+
margin-bottom: 12px;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
&-logo {
|
|
446
|
+
flex: 0 0 auto;
|
|
447
|
+
|
|
448
|
+
img {
|
|
449
|
+
height: 30px;
|
|
450
|
+
width: 48px;
|
|
451
|
+
display: block;
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
&-value {
|
|
456
|
+
text-align: right;
|
|
457
|
+
white-space: nowrap;
|
|
458
|
+
}
|
|
459
|
+
}
|
|
376
460
|
}
|
|
377
461
|
}
|
|
378
462
|
}
|
|
@@ -49,23 +49,6 @@
|
|
|
49
49
|
font-size: 0.75rem;
|
|
50
50
|
margin-top: -15px;
|
|
51
51
|
}
|
|
52
|
-
|
|
53
|
-
&-delivery:has(+ .checkout-widget__item-delivery-cost-message) {
|
|
54
|
-
margin-bottom: 0;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
&-delivery-cost-message {
|
|
58
|
-
margin-top: 4px;
|
|
59
|
-
justify-content: flex-end;
|
|
60
|
-
|
|
61
|
-
#order-delivery-cost-message {
|
|
62
|
-
@include font-size(10);
|
|
63
|
-
@include line-height(12);
|
|
64
|
-
|
|
65
|
-
font-weight: 700;
|
|
66
|
-
color: $squant;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
52
|
}
|
|
70
53
|
|
|
71
54
|
&__details-discount {
|
|
@@ -491,25 +474,6 @@
|
|
|
491
474
|
}
|
|
492
475
|
}
|
|
493
476
|
|
|
494
|
-
.tooltip {
|
|
495
|
-
filter: drop-shadow(0 0 8px $black-transparent12);
|
|
496
|
-
position: absolute;
|
|
497
|
-
|
|
498
|
-
.tooltip-inner {
|
|
499
|
-
background: $white;
|
|
500
|
-
color: $gray-dark;
|
|
501
|
-
padding: 8px 16px !important;
|
|
502
|
-
border-radius: 4px;
|
|
503
|
-
font-weight: 400;
|
|
504
|
-
font-size: 0.75rem;
|
|
505
|
-
line-height: 1rem;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
.arrow:before {
|
|
509
|
-
border-bottom-color: $white;
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
|
-
|
|
513
477
|
@include media-breakpoint-up(sm) {
|
|
514
478
|
.page_checkout-delivery-new {
|
|
515
479
|
.add-contact-details {
|