wickes-css2 2.103.0-RG-1576-error-handling-new-codes.8 → 2.103.0-RG-1587-replace-klarna-logo-with-svg-image.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.
Files changed (100) hide show
  1. package/Readme.md +2 -2
  2. package/build/css/components/card-product-banner.css +1 -1
  3. package/build/css/components/checkout-payment-details-v2.css +1 -1
  4. package/build/css/main.css +1 -1
  5. package/build/css/pages/page_checkout_delivery-new.css +1 -1
  6. package/build/css/pages/page_products-list-combined.css +1 -1
  7. package/build/css/pages/page_products-list.css +1 -1
  8. package/build/css/pdp-main-non-critical.css +1 -1
  9. package/build/css/plp-main.css +1 -1
  10. package/build/img/klarna.svg +10 -0
  11. package/build/img/payment/checkout/klarna.svg +10 -0
  12. package/build/img/payment/footer/klarna.svg +10 -0
  13. package/build/js/account-members.min.js +1 -1
  14. package/build/js/add-project-list-id.min.js +1 -1
  15. package/build/js/address-book.min.js +1 -1
  16. package/build/js/basket.min.js +2 -2
  17. package/build/js/bundle.min.js +1 -1
  18. package/build/js/change-password.min.js +1 -1
  19. package/build/js/checkout.min.js +2 -2
  20. package/build/js/emulation.min.js +70 -272
  21. package/build/js/general.bundle.min.js +1 -1
  22. package/build/js/merged-checkout.min.js +2 -2
  23. package/build/js/page/components/order-summary.js +25 -42
  24. package/build/js/page/plp-cards-v2.js +15 -6
  25. package/build/js/page/plp-load-more.js +1 -1
  26. package/build/js/page/utils/validation.js +1 -46
  27. package/build/js/pdp.bundle.min.js +1 -1
  28. package/build/js/personal-details.min.js +1 -1
  29. package/build/js/plp.bundle.min.js +1 -1
  30. package/build/js/project-list.min.js +1 -44
  31. package/build/js/quiz.min.js +1 -1
  32. package/build/js/track-my-order.min.js +1 -1
  33. package/package.json +2 -2
  34. package/src/components/card_product_v2.hbs +10 -5
  35. package/src/components/card_sponsor_banner.hbs +8 -0
  36. package/src/components/card_sponsor_product.hbs +6 -0
  37. package/src/components/checkout-payment-details-v2.hbs +9 -12
  38. package/src/components/checkout_payment-new.hbs +1 -4
  39. package/src/components/checkout_payment-other-methods.hbs +1 -4
  40. package/src/components/injected-content.hbs +1 -1
  41. package/src/components/payments-checkout-v2.hbs +2 -7
  42. package/src/components/payments-checkout.hbs +1 -6
  43. package/src/components/payments.hbs +1 -5
  44. package/src/components/table_order-details-klarna.hbs +1 -1
  45. package/src/components/table_payment.hbs +1 -4
  46. package/src/data/data_search-results_v2.json +56 -141
  47. package/src/data/data_wismo.json +1 -1
  48. package/src/elements/form-row.hbs +1 -1
  49. package/src/elements/input.hbs +2 -31
  50. package/src/img/klarna.svg +10 -0
  51. package/src/img/payment/checkout/klarna.svg +10 -0
  52. package/src/img/payment/footer/klarna.svg +10 -0
  53. package/src/js/components/banner-placement-manager.js +267 -0
  54. package/src/js/components/general/notification.js +1 -2
  55. package/src/js/components/toggle-password-visibility.js +58 -0
  56. package/src/js/emulation/banner-placement-manager.js +53 -0
  57. package/src/js/emulation/checkout-payment-details.js +14 -23
  58. package/src/js/emulation/forms.js +2 -7
  59. package/src/js/page/components/order-summary.js +25 -42
  60. package/src/js/page/plp-cards-v2.js +15 -6
  61. package/src/js/page/plp-load-more.js +1 -1
  62. package/src/js/page/utils/validation.js +1 -46
  63. package/src/layouts/checkout.hbs +5 -1
  64. package/src/page_checkout_payment-details_guest-with-checkout-journey.html +1 -1
  65. package/src/page_my-account_change-password.html +0 -1
  66. package/src/page_my-order.html +1 -1
  67. package/src/page_payment-details-with-clearpay.html +2 -2
  68. package/src/page_payment-details-with-gift-card.html +5 -8
  69. package/src/page_plp_v2.html +16 -6
  70. package/src/page_search-results.html +12 -2
  71. package/src/page_shopping-cart-v2.html +2 -2
  72. package/src/scss/components/card-product-banner.scss +91 -3
  73. package/src/scss/components/checkout-payment-details-v2.scss +0 -2
  74. package/src/scss/pages/page_checkout_delivery-new.scss +0 -26
  75. package/src/scss/pages/page_products-list-combined.scss +11 -0
  76. package/src/scss/pages/page_products-list.scss +8 -0
  77. package/src/sitemap.html +0 -6
  78. package/build/img/giftcard.svg +0 -28
  79. package/build/js/gift-cards.min.js +0 -1
  80. package/build/js/page/components/gift-cards.js +0 -892
  81. package/build/js/page/components/toggle-password-visibility.js +0 -22
  82. package/build/js/page/utils/gift-cards-utils.js +0 -170
  83. package/build/js/page/utils/input-handling.js +0 -92
  84. package/build/js/page/utils/show-hide-input.js +0 -28
  85. package/build/js/toggle-password-visibility.min.js +0 -1
  86. package/src/components/gift-cards-hint.hbs +0 -9
  87. package/src/components/gift-cards.hbs +0 -90
  88. package/src/components/giftcard-chip.hbs +0 -23
  89. package/src/components/giftcard-summary.hbs +0 -6
  90. package/src/img/giftcard.svg +0 -28
  91. package/src/js/components/product-banner.js +0 -148
  92. package/src/js/emulation/checkout-data.js +0 -35
  93. package/src/js/emulation/gift-cards.js +0 -205
  94. package/src/js/page/components/gift-cards.js +0 -892
  95. package/src/js/page/components/toggle-password-visibility.js +0 -22
  96. package/src/js/page/utils/gift-cards-utils.js +0 -170
  97. package/src/js/page/utils/input-handling.js +0 -92
  98. package/src/js/page/utils/show-hide-input.js +0 -28
  99. package/src/page_split-orders-klarna.html +0 -106
  100. package/src/scss/components/_gift-cards.scss +0 -360
@@ -6,7 +6,9 @@ $(document).ready(function () {
6
6
  }
7
7
 
8
8
  function cardsContent(itemsInRow) {
9
- let card = $('.content .product-card, .content .card-product-banner');
9
+ let card = $('.content .product-card, .content .card-product-banner, .content .card-sponsor-banner, .content .card-sponsor-product').filter(function() {
10
+ return $(this).parents('.product-card, .card-product-banner, .card-sponsor-banner, .card-sponsor-product').length === 0;
11
+ });
10
12
  let priceSelectors = [
11
13
  '.including-vat .product-card__price__old-price',
12
14
  '.excluding-vat .product-card__price__old-price',
@@ -17,6 +19,7 @@ $(document).ready(function () {
17
19
  revealAll(card, ['.product-card__price__old-price',
18
20
  '.product-card__price-sqm',
19
21
  '.product-card__price-value',
22
+ '.product-card__sponsored',
20
23
  '.energy-efficiency',
21
24
  '.energy-efficiency__link']);
22
25
 
@@ -33,6 +36,8 @@ $(document).ready(function () {
33
36
  hideEmptiness(currentRow, '.product-card__price-sqm');
34
37
  }
35
38
  hideEmptiness(currentRow, '.product-card__price-value');
39
+ hideEmptiness(currentRow, '.product-card__sponsored');
40
+ hideEmptiness(currentRow, '.product-card__price__old-price');
36
41
  hideEmptiness(currentRow, '.energy-efficiency');
37
42
  hideEmptiness(currentRow, '.energy-efficiency__link');
38
43
 
@@ -43,11 +48,15 @@ $(document).ready(function () {
43
48
  function hideEmptiness(query, className) {
44
49
  let currentQuery = query.find(className);
45
50
  let rowContent = currentQuery.text();
46
-
47
- if (className === '.energy-efficiency') {
48
- let isEnergyQueryEmpty = isClassPresentInQuery(currentQuery, "energy-efficiency--empty");
49
-
50
- if (isEnergyQueryEmpty) {
51
+ const classEmptyCheckMap = {
52
+ '.energy-efficiency': 'energy-efficiency--empty',
53
+ '.product-card__sponsored': 'product-card__sponsored--empty',
54
+ '.product-card__price__old-price': 'product-card__price_empty'
55
+ };
56
+
57
+ if (classEmptyCheckMap[className]) {
58
+ let isClassEmpty = isClassPresentInQuery(currentQuery, classEmptyCheckMap[className]);
59
+ if (isClassEmpty) {
51
60
  currentQuery.hide();
52
61
  }
53
62
  return;
@@ -43,7 +43,7 @@ Wick.PLPLoadMore = {
43
43
  .finally(() => {
44
44
  hideLoader(Wick.PLPLoadMore.el.loader);
45
45
  Wick.PLPLoadMore.el.$loadMoreBtn.blur();
46
- Wick.ProductBanner.checkProductsInColumn();
46
+ Wick.BannerPlacementManager.checkProductsInColumn();
47
47
  $(window).trigger('productBannerPositionChanged');
48
48
  Wick.EnergyEfficiency.drawEnergyLabels();
49
49
  Wick.PLP?.bindEvents();
@@ -257,6 +257,7 @@ export function wrapWithError(element) {
257
257
 
258
258
  }
259
259
 
260
+
260
261
  export function addErrorMessage(element, errorMessage) {
261
262
  if (errorMessage) {
262
263
  $(element).append('<div class="form-row__error">' + errorMessage + '</div>');
@@ -315,49 +316,3 @@ export function validateGuidPattern (value) {
315
316
  export function validateUserFriendlyIdPattern (value) {
316
317
  return patterns.userFriendlyIdPattern.test(value);
317
318
  }
318
-
319
- export function showErrorText($input, message, fieldSelector, errorTextClass, errorClass, ariaInvalidAttr) {
320
- const $field = $input.closest(fieldSelector);
321
- $field.addClass(errorClass);
322
- $input.attr(ariaInvalidAttr, 'true');
323
-
324
- let $err = $field.find(errorTextClass);
325
- if (!$err.length) {
326
- $err = $(`<div class="${errorTextClass.slice(1)}" />`).appendTo($field);
327
- }
328
- $err.text(message);
329
- }
330
-
331
- export function clearErrorText($input, fieldSelector, errorTextClass, errorClass, ariaInvalidAttr) {
332
- const $field = $input.closest(fieldSelector);
333
- $field.removeClass(errorClass);
334
- $input.removeAttr(ariaInvalidAttr);
335
- $field.find(errorTextClass).remove();
336
- }
337
-
338
- function digitsOnly(value) {
339
- return String(value || '').replace(/\D/g, '');
340
- }
341
-
342
- function hasExactDigits(value, n) {
343
- return digitsOnly(value).length === Number(n);
344
- }
345
-
346
- function validateByPredicate($input, predicate, message, {
347
- fieldSelector,
348
- errorText: errorTextClass,
349
- fieldError: errorClass,
350
- ariaInvalidAttr,
351
- }) {
352
- const ok = !!predicate(String($input.val() || ''));
353
- if (!ok) {
354
- showErrorText($input, message, fieldSelector, errorTextClass, errorClass, ariaInvalidAttr);
355
- } else {
356
- clearErrorText($input, fieldSelector, errorTextClass, errorClass, ariaInvalidAttr);
357
- }
358
- return ok;
359
- }
360
-
361
- export function validateExactDigits($input, n, message, cfg) {
362
- return validateByPredicate($input, (v) => hasExactDigits(v, n), message, cfg);
363
- }
@@ -22,10 +22,14 @@
22
22
  {{/block}}
23
23
  <a id="skip-to-content"></a>
24
24
  <main {{#if fullWidth}}class="full-width-content"{{/if}}>
25
+ <div class="globalMessages">
26
+ <div class="container">
27
+ {{#block "notification"}}{{/block}}
28
+ </div>
29
+ </div>
25
30
  <div class="container">
26
31
  <div class="row">
27
32
  {{#block "steps"}}{{/block}}
28
- {{#block "notification"}}{{/block}}
29
33
  <div class="content">
30
34
  {{#block "main"}}{{/block}}
31
35
  </div>
@@ -9,7 +9,7 @@
9
9
  {{/content}}
10
10
 
11
11
  {{#content "aside"}}
12
- {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true}}
12
+ {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true paymentsCheckoutV2=true}}
13
13
  {{/content}}
14
14
 
15
15
  {{#content "main"}}
@@ -62,6 +62,5 @@
62
62
  }}
63
63
  <script src="./js/pstrength.min.js"></script>
64
64
  <script src="./js/change-password.min.js"></script>
65
- <script src="./js/toggle-password-visibility.min.js"></script>
66
65
  {{/content}}
67
66
  {{/extend}}
@@ -61,7 +61,7 @@
61
61
  <div class="col-12 col-lg-3">
62
62
  <div class="wismo">
63
63
  {{> my-account/wismo_order-summary my_order.wismo-order-summary }}
64
- {{> wismo-payment payment-billie=true}}
64
+ {{> wismo-payment payment-klarna=true}}
65
65
  </div>
66
66
  </div>
67
67
  </div>
@@ -1,4 +1,4 @@
1
- {{#extend "checkout" pageClass="page_checkout-delivery-new page_checkout-confirmation-new page_checkout" title="Checkout - Payment details with Clear Pay" isAsideSticky="true" clearPayIcon=true}}
1
+ {{#extend "checkout" pageClass="page_checkout-delivery-new page_checkout-confirmation-new page_checkout" title="Checkout - Payment details with Clear Pay" isAsideSticky="true" clearPayIcon=true checkout=true}}
2
2
 
3
3
  {{#content "head" mode="append"}}
4
4
  <link type="text/css" rel="stylesheet" href="./css/pages/checkout-new.css">
@@ -16,7 +16,7 @@
16
16
  {{/content}}
17
17
 
18
18
  {{#content "aside"}}
19
- {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true clearPayIcon=clearPayIcon}}
19
+ {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true clearPayIcon=clearPayIcon paymentsCheckoutV2=true checkout=true}}
20
20
  {{/content}}
21
21
 
22
22
 
@@ -8,15 +8,13 @@
8
8
 
9
9
  <script src="https://applepay.cdn-apple.com/jsapi/v1/apple-pay-sdk.js"></script>
10
10
  {{/content}}
11
+ {{#content "notification"}}
12
+ {{> notifications notification-page.error text="Sorry, there are errors on this page. Please review the information you've entered and update sections marked in red."}}
13
+ {{/content}}
11
14
  {{#content "steps"}}
12
15
  {{> steps-three-steps active-step-index="2"}}
13
16
  {{/content}}
14
17
 
15
- {{#content "notification"}}
16
- <div class="globalMessages container">
17
- </div>
18
- {{/content}}
19
-
20
18
  {{#content "aside"}}
21
19
  {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true clearPayIcon=clearPayIcon billieIcon=true paymentsCheckoutV2=true checkout=true}}
22
20
  {{/content}}
@@ -48,7 +46,7 @@
48
46
  <div class="billing-payment-block">
49
47
  <h3 class="billing-payment-block__heading">Billing & Payment</h3>
50
48
  <div class="billing-payment-block__wrapper">
51
- {{> checkout-payment-details-v2 apple-pay=true google-pay=true clear-pay=true klarna-method=true}}
49
+ {{> checkout-payment-details-v2 apple-pay=true google-pay=true clear-pay=true billie=true}}
52
50
  </div>
53
51
  </div>
54
52
 
@@ -63,8 +61,7 @@
63
61
  <script defer src="./js/page/checkout-payment-details.js"></script>
64
62
  <script defer src="./js/page/klarna-modal-scroll-disable.js"></script>
65
63
  <script defer src="./js/page/billie-business-type.js"></script>
66
- <script defer src="./js/gift-cards.min.js"></script>
67
64
  {{> checkout-terms-and-conditions-modal }}
68
- {{> loader hidden=true modifier="page-loader"}}
65
+ {{> payment-loader hidden=true spinnerTypes=(array "billie-logo" "clearpay-logo" "paypal-logo")}}
69
66
  {{/content}}
70
67
  {{/extend}}
@@ -1,4 +1,4 @@
1
- {{#extend "base" hybrisClass="hybris-class" pageClass="products-list-page" title="Products list" globalSearchV2="true" pagePlp=true}}
1
+ {{#extend "base" hybrisClass="hybris-class" pageClass="products-list-page retail-media" title="Products list" globalSearchV2="true" pagePlp=true}}
2
2
  {{#content "head" mode="append" pagePlp=true}}
3
3
  <link type="text/css" rel="stylesheet" href="./css/components/global-search.css">
4
4
  {{/content}}
@@ -32,13 +32,23 @@
32
32
  </div>
33
33
 
34
34
  <div class="products-list products-list-v2">
35
- {{#each plp_load-more.results}}
36
- {{>card_product_v2}}
35
+ {{#each search-result_v2.products}}
36
+ {{>card_product_v2}}
37
37
  {{/each}}
38
38
  {{#if search-result_v2.product-banner}}
39
- {{#each search-result_v2.product-banner}}
40
- {{>card_product_banner_v2}}
41
- {{/each}}
39
+ {{#each search-result_v2.product-banner}}
40
+ {{>card_product_banner_v2}}
41
+ {{/each}}
42
+ {{/if}}
43
+ {{#if search-result_v2.sponsor-banner}}
44
+ {{#each search-result_v2.sponsor-banner}}
45
+ {{>card_sponsor_banner}}
46
+ {{/each}}
47
+ {{/if}}
48
+ {{#if search-result_v2.sponsor-product}}
49
+ {{#each search-result_v2.sponsor-product}}
50
+ {{>card_sponsor_product}}
51
+ {{/each}}
42
52
  {{/if}}
43
53
  </div>
44
54
  <div class="load-more-wrap">
@@ -42,9 +42,19 @@
42
42
  </div>
43
43
 
44
44
  <div class="products-list products-list-v2">
45
- {{#each plp_energy-efficiency.products}}
46
- {{> card_product_v2}}
45
+ {{#each search-result_v2.products}}
46
+ {{>card_product_v2}}
47
47
  {{/each}}
48
+ {{#if search-result_v2.sponsor-banner}}
49
+ {{#each search-result_v2.sponsor-banner}}
50
+ {{>card_sponsor_banner}}
51
+ {{/each}}
52
+ {{/if}}
53
+ {{#if search-result_v2.sponsor-product}}
54
+ {{#each search-result_v2.sponsor-product}}
55
+ {{>card_sponsor_product}}
56
+ {{/each}}
57
+ {{/if}}
48
58
  </div>
49
59
 
50
60
  <div class="sort-products-list">
@@ -1,4 +1,4 @@
1
- {{#extend "basket-new" page_shopping-cart pageClass="page_basket basket" title="Basket" billieIcon=true}}
1
+ {{#extend "basket-new" page_shopping-cart pageClass="page_basket basket" title="Basket" billieIcon=false}}
2
2
  {{#content "head" mode="append"}}
3
3
  <link type="text/css" rel="stylesheet" href="./css/pages/page_shopping-cart-v2.css">
4
4
  <link type="text/css" rel="stylesheet" href="./css/pages/checkout-new.css">
@@ -27,7 +27,7 @@
27
27
  }}
28
28
  {{> checkout-action mod="mounted"}}
29
29
  {{> checkout-action mod="mounted" view="mobile"}}
30
- {{> summary-payment paymentsCheckoutV2=true billieIcon=true}}
30
+ {{> summary-payment paymentsCheckoutV2=true billieIcon=false}}
31
31
  {{/content}}
32
32
  {{#content "main"}}
33
33
  <input type="hidden" id="SUPPLIER_DELIVERED_7_DAYS" value="<b> Wickes Supplier </b> - Delivery within 7 days">
@@ -4,7 +4,7 @@
4
4
  @include make-col(4);
5
5
  margin-bottom: 30px;
6
6
 
7
- @include media-breakpoint-down(md) {
7
+ @include media-breakpoint-down(md) {
8
8
  @include make-col(6);
9
9
  }
10
10
 
@@ -39,7 +39,7 @@
39
39
  padding: 0 15px;
40
40
 
41
41
  @include media-breakpoint-down(sm) {
42
- display: inline-block;
42
+ display: inline-block;
43
43
  padding: 0;
44
44
  width: 100%;
45
45
  }
@@ -49,4 +49,92 @@
49
49
  display: inline-block;
50
50
  width: 100%;
51
51
  }
52
- }
52
+ }
53
+
54
+ .products-list {
55
+ .card-sponsor-product,
56
+ .card-sponsor-banner {
57
+ @include make-col(4);
58
+ margin-bottom: 0;
59
+ }
60
+
61
+ .card-sponsor-banner {
62
+ &__link {
63
+ display: inline-block;
64
+ width: 100%;
65
+ height: 100%;
66
+ padding: 0 15px;
67
+ }
68
+
69
+ &__image {
70
+ display: inline-block;
71
+ width: 100%;
72
+ }
73
+ }
74
+
75
+ .card-sponsor-product {
76
+ .product-card {
77
+ max-width: 100%;
78
+ }
79
+ }
80
+
81
+ .product-card__sponsored {
82
+ @include font-size(12);
83
+ @include line-height(16);
84
+ color: $squant;
85
+ font-weight: 400;
86
+ margin-top: -3px;
87
+ margin-bottom: 15px;
88
+ padding: 2px 4px;
89
+
90
+ &:not(.product-card__sponsored--empty) {
91
+ width: max-content;
92
+ background: $gray-light;
93
+ }
94
+ }
95
+ }
96
+
97
+ @include media-breakpoint-down(md) {
98
+ .products-list {
99
+ .card-sponsor-product,
100
+ .card-sponsor-banner {
101
+ @include make-col(6);
102
+
103
+ .card {
104
+ max-width: 100%;
105
+ }
106
+ }
107
+ }
108
+
109
+ .products-list-v2 {
110
+ .card-sponsor-product:nth-of-type(n+3) {
111
+ .card {
112
+ &:before {
113
+ content: none;
114
+ }
115
+ }
116
+ }
117
+ }
118
+ }
119
+
120
+ @include media-breakpoint-down(sm) {
121
+ .products-list {
122
+ .product-card__sponsored {
123
+ margin-right: auto;
124
+ margin-left: auto;
125
+ }
126
+
127
+ .card-sponsor-banner {
128
+ position: relative;
129
+
130
+ &::after {
131
+ content: '';
132
+ position: absolute;
133
+ bottom: 20px;
134
+ left: 5px;
135
+ width: calc(100% - 10px);
136
+ border-bottom: 1px solid $gray;
137
+ }
138
+ }
139
+ }
140
+ }
@@ -1,6 +1,5 @@
1
1
  @import '../helpers/helpers';
2
2
  @import '../components/tooltip';
3
- @import '../components/gift-cards';
4
3
 
5
4
  .checkout-payment-details-v2 {
6
5
  .checkout-payment-details {
@@ -74,7 +73,6 @@
74
73
  font-size: 14px;
75
74
  font-weight: 400;
76
75
  line-height: 24px;
77
- vertical-align: top;
78
76
  }
79
77
 
80
78
  .form-row {
@@ -27,8 +27,6 @@
27
27
  .checkout-widget {
28
28
  &__details {
29
29
  font-size: 1rem;
30
- display: flex;
31
- flex-direction: column;
32
30
 
33
31
  .checkout-widget {
34
32
  &__item {
@@ -55,19 +53,6 @@
55
53
  &__details-discount {
56
54
  order: 1;
57
55
  }
58
-
59
- &__gift-card {
60
- order: 2;
61
- margin-bottom: 0;
62
- margin-top: 20px;
63
- font-weight: 700;
64
-
65
- .checkout-widget__item-value {
66
- ::first-letter {
67
- font-size: 1rem;
68
- }
69
- }
70
- }
71
56
  }
72
57
  }
73
58
 
@@ -209,10 +194,6 @@
209
194
  margin: 40px 0;
210
195
  }
211
196
 
212
- .loader-wrapper.page-loader {
213
- position: fixed;
214
- }
215
-
216
197
  .oos-block {
217
198
  @include make-col(12);
218
199
 
@@ -418,13 +399,6 @@
418
399
  margin-bottom: 13px;
419
400
  }
420
401
  }
421
-
422
- .notification {
423
- &:only-child,
424
- &:last-child {
425
- margin-bottom: 30px;
426
- }
427
- }
428
402
  }
429
403
 
430
404
  #modalDeliveryEdit,
@@ -47,6 +47,17 @@ $color-bar-radius: 3px;
47
47
  }
48
48
  }
49
49
 
50
+ .sponsor-top-banner {
51
+ margin-bottom: 20px;
52
+ margin-top: 10px;
53
+
54
+ &__image {
55
+ display: block;
56
+ max-width: 100%;
57
+ margin-bottom: 20px;
58
+ }
59
+ }
60
+
50
61
  .color-pick {
51
62
  &__wrap {
52
63
  display: none;
@@ -37,6 +37,14 @@
37
37
  }
38
38
  }
39
39
  }
40
+
41
+ .sponsor-top-banner {
42
+ &__image {
43
+ margin-bottom: 20px;
44
+ display: block;
45
+ max-width: 100%;
46
+ }
47
+ }
40
48
  }
41
49
 
42
50
  .products-list {
package/src/sitemap.html CHANGED
@@ -805,12 +805,6 @@
805
805
  Klarna TradePro Payment Details
806
806
  </a>
807
807
  </li>
808
- <li>
809
- <span class="page-id">6</span>
810
- <a href="page_split-orders-klarna.html" target="_blank">
811
- Klarna Split Orders
812
- </a>
813
- </li>
814
808
  <li>
815
809
  <span class="page-id">7</span>
816
810
  <a href="page_checkout_confirmation-new-klarna.html" target="_blank">
@@ -1,28 +0,0 @@
1
- <svg width="48" height="31" viewBox="0 0 48 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_9507_79257)">
3
- <rect y="0.207031" width="48" height="30" rx="3" fill="white"/>
4
- <path d="M42.5 26.207C39.5 25.707 36.5 21.207 36.5 21.207C36.5 21.207 34 25.207 31 26.207" stroke="#004587" stroke-width="1.8"/>
5
- <path d="M29.7862 18.5774C30.7643 19.8755 32.9202 20.2323 35.2567 20.6584C35.2241 18.7373 34.7506 16.8572 33.7724 15.5591C32.7942 14.261 31.3287 13.7129 30.0307 14.691C28.7326 15.6692 28.808 17.2793 29.7862 18.5774Z" fill="white" stroke="#004587" stroke-width="1.8"/>
6
- <path d="M43.164 18.5774C42.1859 19.8755 40.03 20.2323 37.6935 20.6584C37.7261 18.7373 38.1996 16.8572 39.1778 15.5591C40.1559 14.261 41.6215 13.7129 42.9195 14.691C44.2176 15.6692 44.1422 17.2793 43.164 18.5774Z" fill="white" stroke="#004587" stroke-width="1.8"/>
7
- <g clip-path="url(#clip1_9507_79257)">
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3 0.207031V12.4151L16.5154 15.1785L30.0427 12.3838V0.207031H3Z" fill="white"/>
9
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.90234 1.08984V11.6893L16.5155 14.2625L29.1463 11.6881V1.08984H3.90234Z" fill="#004587"/>
10
- <path fill-rule="evenodd" clip-rule="evenodd" d="M15.7783 7.92572C15.7696 7.62779 15.5026 7.41921 15.207 7.41921C14.5493 7.41921 14.4462 7.96811 14.4462 8.45635C14.4462 8.91044 14.6458 9.37843 15.1424 9.37843C15.5498 9.37843 15.7562 9.14851 15.8118 8.77483H16.9531C16.8474 9.71885 16.1003 10.2603 15.1504 10.2603C14.0724 10.2603 13.2715 9.53599 13.2715 8.45635C13.2715 7.33602 13.9969 6.53516 15.1504 6.53516C16.0389 6.53516 16.8342 6.99838 16.9153 7.92572H15.7783Z" fill="white"/>
11
- <path fill-rule="evenodd" clip-rule="evenodd" d="M17.1543 5.31641H18.3288V7.81242L19.4004 6.63986H20.7594L19.4483 7.96917L20.9249 10.16H19.5089L18.6344 8.74224L18.3288 9.03322V10.16H17.1543V5.31641Z" fill="white"/>
12
- <path fill-rule="evenodd" clip-rule="evenodd" d="M21.7333 8.67923C21.7536 9.16013 22.0363 9.47999 22.535 9.47999C22.8166 9.47999 23.0924 9.35193 23.2046 9.09401H24.3016C24.0876 9.90917 23.32 10.2602 22.5192 10.2602C21.3542 10.2602 20.5586 9.56984 20.5586 8.38984C20.5586 7.30951 21.4374 6.53516 22.4916 6.53516C23.7754 6.53516 24.4182 7.48632 24.3632 8.67923H21.7333ZM23.189 8.03592C23.169 7.64149 22.8853 7.31607 22.4916 7.31607C22.0778 7.31607 21.8021 7.60794 21.7333 8.03592H23.189Z" fill="white"/>
13
- <path fill-rule="evenodd" clip-rule="evenodd" d="M25.5842 8.99642C25.5842 9.17551 25.6574 9.30418 25.7769 9.39104C25.8863 9.47275 26.0451 9.51434 26.2117 9.51434C26.4397 9.51434 26.7649 9.42043 26.7649 9.13997C26.7649 8.86835 26.3976 8.81603 26.1918 8.76798C25.4513 8.58432 24.5267 8.56159 24.5267 7.61548C24.5267 6.76836 25.4589 6.53516 26.1636 6.53516C26.9515 6.53516 27.7712 6.76041 27.8136 7.67723H26.7287C26.7287 7.52613 26.6751 7.43222 26.5773 7.36908C26.4792 7.30941 26.3507 7.28013 26.2052 7.28013C26.0108 7.28013 25.7017 7.30207 25.7017 7.54688C25.7017 7.87886 26.4881 7.93992 27.0274 8.05399C27.75 8.19744 27.9381 8.71249 27.9381 9.00545C27.9381 9.94987 27.0274 10.2602 26.2187 10.2602C25.3684 10.2602 24.4986 9.98342 24.4639 8.99642H25.5842Z" fill="white"/>
14
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.3756 10.16H9.08877L8.41406 6.82332H8.3981L7.72329 10.16H6.41975L5.08691 5.31641H6.36913L7.0693 8.85571H7.08112L7.80504 5.31641H9.01268L9.73841 8.85571H9.75195L10.4494 5.31641H11.7329L10.3756 10.16Z" fill="white"/>
15
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11.8215 6.19887H12.9972V5.31641H11.8215V6.19887ZM11.8213 10.1601H12.997V6.63986H11.8213V10.1601Z" fill="white"/>
16
- </g>
17
- <path d="M36.5 0.207031V21.707M36.5 30.207V21.707M36.5 21.707H47.5M36.5 21.707H1" stroke="#004587" stroke-width="1.8"/>
18
- </g>
19
- <rect x="0.5" y="0.707031" width="47" height="29" rx="2.5" stroke="#CCCCCC"/>
20
- <defs>
21
- <clipPath id="clip0_9507_79257">
22
- <rect y="0.207031" width="48" height="30" rx="3" fill="white"/>
23
- </clipPath>
24
- <clipPath id="clip1_9507_79257">
25
- <rect width="27" height="14.9703" fill="white" transform="translate(3 0.207031)"/>
26
- </clipPath>
27
- </defs>
28
- </svg>