wickes-css2 2.111.0-complete-your-project.6 → 2.111.0-develop.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 (112) hide show
  1. package/build/css/category-main.css +1 -1
  2. package/build/css/homepage-main.css +1 -1
  3. package/build/css/kitchen-plp-main.css +1 -1
  4. package/build/css/main.css +1 -1
  5. package/build/css/my-account-main-v2.css +1 -1
  6. package/build/css/my-account-main.css +1 -1
  7. package/build/css/pages/page_personal-details.css +1 -1
  8. package/build/css/pages/page_product-details-v2.css +1 -1
  9. package/build/css/pdp-main-before-combine.css +1 -1
  10. package/build/css/pdp-main-critical.css +1 -1
  11. package/build/css/pdp-main-non-critical.css +1 -1
  12. package/build/css/pdp-main.css +1 -1
  13. package/build/css/plp-main.css +1 -1
  14. package/build/css/store-locator-main.css +1 -1
  15. package/build/js/account-hub.min.js +1 -1
  16. package/build/js/basket.min.js +1 -1
  17. package/build/js/bundle.min.js +1 -1
  18. package/build/js/checkout.min.js +1 -1
  19. package/build/js/emulation.min.js +60 -2868
  20. package/build/js/general.bundle.min.js +1 -1
  21. package/build/js/merged-checkout.min.js +1 -1
  22. package/build/js/page/utils/create-count-stepper.js +9 -30
  23. package/build/js/pdp-count-stepper.min.js +1 -1
  24. package/build/js/pdp.bundle.min.js +1 -1
  25. package/build/js/plp.bundle.min.js +1 -1
  26. package/build/js/project-list.min.js +1 -1
  27. package/build/js/saving-shopping-list.min.js +1 -1
  28. package/package.json +3 -2
  29. package/src/components/base/button.hbs +5 -23
  30. package/src/components/gift-cards.hbs +1 -1
  31. package/src/elements/checkbox.hbs +1 -8
  32. package/src/js/components/general/cart-slider.js +6 -19
  33. package/src/js/emulation/mock.js +1 -3097
  34. package/src/js/emulation/notify-me.js +1 -1
  35. package/src/js/page/utils/create-count-stepper.js +9 -30
  36. package/src/page_product-details-banner.html +1 -0
  37. package/src/page_product-details-big-wins-disabled-delivery.html +1 -0
  38. package/src/page_product-details-big-wins-non-registered.html +1 -0
  39. package/src/page_product-details-big-wins-out-nearest.html +1 -0
  40. package/src/page_product-details-big-wins-unhappy.html +1 -0
  41. package/src/page_product-details-big-wins.html +1 -0
  42. package/src/page_product-details-billie.html +1 -0
  43. package/src/page_product-details-calculator.html +1 -0
  44. package/src/page_product-details-cashback-v2.html +1 -0
  45. package/src/page_product-details-clearpay.html +1 -0
  46. package/src/page_product-details-cnc-error-notification.html +1 -0
  47. package/src/page_product-details-cnc-success-notification-vat.html +1 -0
  48. package/src/page_product-details-cnc-success-notification.html +1 -0
  49. package/src/page_product-details-default-store.html +1 -0
  50. package/src/page_product-details-energy-efficiency.html +1 -0
  51. package/src/page_product-details-flooring-with-pr-placeholder.html +1 -0
  52. package/src/page_product-details-flooring.html +1 -0
  53. package/src/page_product-details-gallery-actual.html +1 -0
  54. package/src/page_product-details-mfe-calculator.html +1 -0
  55. package/src/page_product-details-minimum-v2.html +1 -0
  56. package/src/page_product-details-mtm-doors.html +1 -0
  57. package/src/page_product-details-only-clearpay.html +1 -0
  58. package/src/page_product-details-paint-mixing.html +1 -0
  59. package/src/page_product-details-saved-pl.html +1 -0
  60. package/src/page_product-details-tile-steps-klarna-widget-with-method-ids.html +1 -0
  61. package/src/page_product-details-tile-steps-logout.html +1 -0
  62. package/src/page_product-details-tile-steps-no-new-project-list.html +1 -0
  63. package/src/page_product-details-tile-steps-with-klarna.html +1 -0
  64. package/src/page_product-details-tile-steps.html +1 -0
  65. package/src/page_product-details-v2.html +1 -0
  66. package/src/page_product-details-vat.html +1 -0
  67. package/src/page_product-details-wisdom-mcfc-registered.html +1 -0
  68. package/src/page_product-details-wisdom-mcfc.html +1 -0
  69. package/src/page_product-details-wisdom-oos-registered.html +1 -0
  70. package/src/page_product-details-wisdom-oos.html +1 -0
  71. package/src/page_product-details-wisdom-registered.html +1 -0
  72. package/src/page_product-details-wisdom.html +1 -0
  73. package/src/page_product-details-with-favourite.html +1 -0
  74. package/src/page_product-details-with-global-search-v2.html +1 -7
  75. package/src/page_product-details_no-previous-default.html +1 -0
  76. package/src/page_track-my-order-result.html +0 -1
  77. package/src/partials/scripts.hbs +0 -1
  78. package/src/scss/common/_common.scss +0 -1
  79. package/src/scss/common/_elements.scss +1 -13
  80. package/src/scss/components/_notifications.scss +5 -86
  81. package/src/scss/components/_pdp-action-v2-critical.scss +27 -0
  82. package/src/scss/components/_pdp-action-v2.scss +27 -0
  83. package/src/scss/helpers/_variables.scss +0 -1
  84. package/src/scss/pages/page_product-details-v2.scss +2 -45
  85. package/src/scss/pdp-main-critical.scss +1 -0
  86. package/src/scss/pdp-main.scss +1 -1
  87. package/src/sitemap.html +0 -6
  88. package/build/js/bloomreach-widget.min.js +0 -1
  89. package/build/js/page/bloomreach-widget.js +0 -1188
  90. package/build/js/page/utils/create-loading-button.js +0 -37
  91. package/build/js/page/utils/create-toast.js +0 -79
  92. package/build/js/page/utils/custom-dropdown.js +0 -80
  93. package/src/components/bloomreach/complete-card-dropdown.hbs +0 -47
  94. package/src/components/bloomreach/complete-card-skeleton.hbs +0 -19
  95. package/src/components/bloomreach/complete-card.hbs +0 -138
  96. package/src/components/bloomreach/complete-divider.hbs +0 -3
  97. package/src/components/bloomreach/complete-summary-skeleton.hbs +0 -12
  98. package/src/components/bloomreach/complete-summary.hbs +0 -43
  99. package/src/components/bloomreach/complete-wrapper.hbs +0 -1
  100. package/src/components/bloomreach/complete-your-project.hbs +0 -21
  101. package/src/js/emulation/bloomreach-widget-calculations.js +0 -140
  102. package/src/js/emulation/bloomreach-widget-loading.js +0 -11
  103. package/src/js/page/bloomreach-widget.js +0 -1188
  104. package/src/js/page/utils/create-loading-button.js +0 -37
  105. package/src/js/page/utils/create-toast.js +0 -79
  106. package/src/js/page/utils/custom-dropdown.js +0 -80
  107. package/src/page_product-details-bloomreach.html +0 -130
  108. package/src/scss/common/_loading-button.scss +0 -49
  109. package/src/scss/components/bloomreach/_bloomreach.scss +0 -3
  110. package/src/scss/components/bloomreach/_complete-card-dropdown.scss +0 -174
  111. package/src/scss/components/bloomreach/_complete-card.scss +0 -402
  112. package/src/scss/components/bloomreach/_complete-your-project.scss +0 -207
@@ -1,5 +1,5 @@
1
1
  function initNotifyMeEmulation() {
2
- $(document).on('submit', Wick.NotifyMeSubscription?.el.form, () =>
2
+ $(document).on('submit', Wick.NotifyMeSubscription.el.form, () =>
3
3
  Wick.NotifyMeSubscription.showSuccessState()
4
4
  );
5
5
  }
@@ -18,8 +18,7 @@ function normalizeOptions(options) {
18
18
  }
19
19
 
20
20
  function toInt(value) {
21
- const n = parseInt(`${value || ''}`.trim(), 10);
22
-
21
+ const n = parseInt(String(value || '').trim(), 10);
23
22
  return Number.isFinite(n) ? n : NaN;
24
23
  }
25
24
 
@@ -29,7 +28,6 @@ function clampMin(n, min) {
29
28
 
30
29
  function ensureQty(value, fallback) {
31
30
  const n = toInt(value);
32
-
33
31
  return Number.isFinite(n) ? n : fallback;
34
32
  }
35
33
 
@@ -60,15 +58,12 @@ function updateButtons($input, opt) {
60
58
 
61
59
  const $minus = getMinusBtn($wrap);
62
60
 
63
- if ($minus.length) {
64
- $minus.prop('disabled', qty <= opt.min);
65
- }
61
+ if ($minus.length) $minus.prop('disabled', qty <= opt.min);
66
62
  }
67
63
 
68
64
  function setQty($input, opt, qty) {
69
65
  const next = clampMin(qty, opt.min);
70
-
71
- $input.val(`${next}`);
66
+ $input.val(String(next));
72
67
  updateButtons($input, opt);
73
68
 
74
69
  if (typeof opt.onChange === 'function') {
@@ -88,13 +83,11 @@ function ensureButtons($input, opt) {
88
83
  if (!hasMinus) {
89
84
  $input.before(buildBtn('minus', true));
90
85
  }
91
-
92
86
  if (!hasPlus) {
93
87
  $input.after(buildBtn('plus', false));
94
88
  }
95
89
 
96
90
  const initial = ensureQty($input.val(), opt.min);
97
-
98
91
  setQty($input, opt, initial);
99
92
  }
100
93
 
@@ -102,24 +95,16 @@ function getInputs($root, inputSel) {
102
95
  const $scope = $root && $root.length ? $root : $(document);
103
96
  const $self = $scope.is(inputSel) ? $scope : $();
104
97
  const $found = $scope.find(inputSel);
105
-
106
98
  return $self.add($found);
107
99
  }
108
100
 
109
- function getNamespace(inputSel) {
110
- return `.countStepper_${inputSel.replace(/[^a-zA-Z0-9_-]/g, '')}`;
111
- }
112
-
113
101
  // ===== FACTORY =====
114
102
 
115
103
  export function createCountStepper(options = {}) {
116
104
  const OPT = normalizeOptions(options);
105
+ if (!OPT.inputSel) throw new Error('[createCountStepper] Missing inputSel');
117
106
 
118
- if (!OPT.inputSel) {
119
- throw new Error('[createCountStepper] Missing inputSel');
120
- }
121
-
122
- const NS = getNamespace(OPT.inputSel);
107
+ const NS = `.cnt_${Math.random().toString(16).slice(2)}`;
123
108
 
124
109
  function init($root) {
125
110
  getInputs($root, OPT.inputSel).each(function () {
@@ -127,6 +112,7 @@ export function createCountStepper(options = {}) {
127
112
  });
128
113
  }
129
114
 
115
+ // +/- click
130
116
  $(document)
131
117
  .off(`click${NS}`, '[data-count-btn]')
132
118
  .on(`click${NS}`, '[data-count-btn]', function (e) {
@@ -134,22 +120,15 @@ export function createCountStepper(options = {}) {
134
120
  const $parent = $btn.parent();
135
121
  const $input = $parent.find(OPT.inputSel).first();
136
122
 
137
- if (!$input.length) {
138
- return;
139
- }
123
+ if (!$input.length) return;
140
124
 
141
125
  e.preventDefault();
142
126
 
143
127
  const type = ($btn.attr('data-count-type') || '').toLowerCase();
144
128
  const current = ensureQty($input.val(), OPT.min);
145
129
 
146
- if (type === 'plus') {
147
- setQty($input, OPT, current + 1);
148
- }
149
-
150
- if (type === 'minus') {
151
- setQty($input, OPT, current - 1);
152
- }
130
+ if (type === 'plus') setQty($input, OPT, current + 1);
131
+ if (type === 'minus') setQty($input, OPT, current - 1);
153
132
  });
154
133
 
155
134
  $(document)
@@ -63,6 +63,7 @@
63
63
  delivery=true
64
64
  nearest-purchase=true
65
65
  }}
66
+ {{> fulfilment-accordions }}
66
67
  </div>
67
68
  <div class="pdp__description">
68
69
  {{> product-main-info-v2 isAdvice=true}}
@@ -63,6 +63,7 @@
63
63
  nearest-purchase=true
64
64
  more-stores-present=true
65
65
  }}
66
+ {{> fulfilment-accordions }}
66
67
  </div>
67
68
  <div class="pdp__description">
68
69
  {{> product-main-info-v2 }}
@@ -63,6 +63,7 @@
63
63
  nearest-purchase=true
64
64
  more-stores-present=true
65
65
  }}
66
+ {{> fulfilment-accordions }}
66
67
  </div>
67
68
  <div class="pdp__description">
68
69
  {{> product-main-info-v2 }}
@@ -62,6 +62,7 @@
62
62
  nearest-purchase=true
63
63
  more-stores-present=true
64
64
  }}
65
+ {{> fulfilment-accordions }}
65
66
  </div>
66
67
  <div class="pdp__description">
67
68
  {{> product-main-info-v2 }}
@@ -64,6 +64,7 @@
64
64
  nearest-purchase=true
65
65
  more-stores-present=true
66
66
  }}
67
+ {{> fulfilment-accordions }}
67
68
  </div>
68
69
  <div class="pdp__description">
69
70
  {{> product-main-info-v2 }}
@@ -63,6 +63,7 @@
63
63
  nearest-purchase=true
64
64
  more-stores-present=true
65
65
  }}
66
+ {{> fulfilment-accordions }}
66
67
  </div>
67
68
  <div class="pdp__description">
68
69
  {{> product-main-info-v2 }}
@@ -67,6 +67,7 @@ pagePdp=true
67
67
  clearpay-placement=true
68
68
  billie-placement=true
69
69
  }}
70
+ {{> fulfilment-accordions }}
70
71
  </div>
71
72
  <div class="pdp__description">
72
73
  {{> product-main-info-v2 isAdvice=true}}
@@ -60,6 +60,7 @@
60
60
  cc=true
61
61
  delivery=true
62
62
  }}
63
+ {{> fulfilment-accordions }}
63
64
  </div>
64
65
  <div class="pdp__description">
65
66
  {{> product-main-info-v2 isAdvice=true}}
@@ -59,6 +59,7 @@
59
59
  cc=true
60
60
  delivery=true
61
61
  }}
62
+ {{> fulfilment-accordions }}
62
63
  </div>
63
64
  <div class="pdp__description">
64
65
  {{> product-main-info-v2 isAdvice=true}}
@@ -67,6 +67,7 @@ pagePdp=true
67
67
  klarna-placement=true
68
68
  clearpay-placement=true
69
69
  }}
70
+ {{> fulfilment-accordions }}
70
71
  </div>
71
72
  <div class="pdp__description">
72
73
  {{> product-main-info-v2 isAdvice=true}}
@@ -65,6 +65,7 @@
65
65
  nearest-purchase=true
66
66
  more-stores-present=true
67
67
  }}
68
+ {{> fulfilment-accordions }}
68
69
  </div>
69
70
  <div class="pdp__description">
70
71
  {{> product-main-info-v2 }}
@@ -67,6 +67,7 @@
67
67
  nearest-purchase=true
68
68
  more-stores-present=true
69
69
  }}
70
+ {{> fulfilment-accordions }}
70
71
  </div>
71
72
  <div class="pdp__description">
72
73
  {{> product-main-info-v2 }}
@@ -65,6 +65,7 @@
65
65
  nearest-purchase=true
66
66
  more-stores-present=true
67
67
  }}
68
+ {{> fulfilment-accordions }}
68
69
  </div>
69
70
  <div class="pdp__description">
70
71
  {{> product-main-info-v2 }}
@@ -67,6 +67,7 @@
67
67
  toBeDefaultName="Borehamwood"
68
68
  nearestName="Borehamwood"
69
69
  }}
70
+ {{> fulfilment-accordions }}
70
71
  </div>
71
72
  <div class="pdp__description">
72
73
  {{> product-main-info-v2 }}
@@ -81,6 +81,7 @@ pagePdp=true
81
81
  more-stores-present=true
82
82
  isExcludingDelivery=true
83
83
  }}
84
+ {{> fulfilment-accordions }}
84
85
  </div>
85
86
  <div class="pdp__description">
86
87
  {{> product-main-info-v2
@@ -87,6 +87,7 @@
87
87
  </div>
88
88
  <div class="pdp__aside">
89
89
  {{> price-block-v2 isProductSaved=false isUserLogedOut=false }}
90
+ {{> fulfilment-accordions }}
90
91
  </div>
91
92
  <div class="pdp__description">
92
93
  {{> product-main-info-v2 isAdvice=true}}
@@ -53,6 +53,7 @@
53
53
  </div>
54
54
  <div class="pdp__aside">
55
55
  {{> price-block-v2 isProductSaved=false isUserLogedOut=false }}
56
+ {{> fulfilment-accordions }}
56
57
  </div>
57
58
  <div class="pdp__description">
58
59
  {{> product-main-info-v2 isAdvice=true}}
@@ -306,6 +306,7 @@
306
306
  delivery=true
307
307
  nearest-purchase=true
308
308
  }}
309
+ {{> fulfilment-accordions }}
309
310
  </div>
310
311
  <div class="pdp__description">
311
312
  {{> product-main-info-v2 isAdvice=true}}
@@ -87,6 +87,7 @@ pagePdp=true
87
87
  klarna-placement=true
88
88
  clearpay-placement=true
89
89
  }}
90
+ {{> fulfilment-accordions }}
90
91
  </div>
91
92
  <div class="pdp__description">
92
93
  {{> product-main-info-v2
@@ -55,6 +55,7 @@
55
55
  cc=true
56
56
  delivery=true
57
57
  }}
58
+ {{> fulfilment-accordions }}
58
59
  </div>
59
60
  <div class="pdp__description">
60
61
  {{> product-main-info-v2 isAdvice=true Video=true}}
@@ -51,6 +51,7 @@
51
51
  </div>
52
52
  <div class="pdp__aside">
53
53
  {{> price-block-order }}
54
+ {{> fulfilment-accordions }}
54
55
  </div>
55
56
  <div class="pdp__description">
56
57
  {{> product-main-info-v2 isAdvice=true}}
@@ -66,6 +66,7 @@ pagePdp=true
66
66
  nearest-purchase=true
67
67
  clearpay-placement=true
68
68
  }}
69
+ {{> fulfilment-accordions }}
69
70
  </div>
70
71
  <div class="pdp__description">
71
72
  {{> product-main-info-v2 isAdvice=true}}
@@ -58,6 +58,7 @@ pagePdp=true
58
58
  paint-mix=true
59
59
  default-store=true
60
60
  }}
61
+ {{> fulfilment-accordions }}
61
62
  </div>
62
63
  <div class="pdp__description">
63
64
  {{> product-main-info-v2 }}
@@ -62,6 +62,7 @@
62
62
  cc=true
63
63
  delivery=true
64
64
  }}
65
+ {{> fulfilment-accordions }}
65
66
  </div>
66
67
  <div class="pdp__description">
67
68
  {{> product-main-info-v2 isProductSaved=true}}
@@ -65,6 +65,7 @@
65
65
  klarna-placement=true
66
66
  klarna-method-ids="BathroomsFinance"
67
67
  }}
68
+ {{> fulfilment-accordions }}
68
69
  </div>
69
70
  <div class="pdp__description">
70
71
  {{> product-main-info-v2 isAdvice=true}}
@@ -63,6 +63,7 @@
63
63
  delivery=true
64
64
  nearest-purchase=true
65
65
  }}
66
+ {{> fulfilment-accordions }}
66
67
  </div>
67
68
  <div class="pdp__description">
68
69
  {{> product-main-info-v2 isAdvice=true isUserLogedOut=true}}
@@ -63,6 +63,7 @@
63
63
  delivery=true
64
64
  nearest-purchase=true
65
65
  }}
66
+ {{> fulfilment-accordions }}
66
67
  </div>
67
68
  <div class="pdp__description">
68
69
  {{> product-main-info-v2 isAdvice=true isAddNewProjectBlocked=true}}
@@ -64,6 +64,7 @@
64
64
  nearest-purchase=true
65
65
  klarna-placement=true
66
66
  }}
67
+ {{> fulfilment-accordions }}
67
68
  </div>
68
69
  <div class="pdp__description">
69
70
  {{> product-main-info-v2 isAdvice=true}}
@@ -63,6 +63,7 @@
63
63
  delivery=true
64
64
  nearest-purchase=true
65
65
  }}
66
+ {{> fulfilment-accordions }}
66
67
  </div>
67
68
  <div class="pdp__description">
68
69
  {{> product-main-info-v2 isAdvice=true manualShareTooltip=true}}
@@ -59,6 +59,7 @@
59
59
  cc=true
60
60
  delivery=true
61
61
  }}
62
+ {{> fulfilment-accordions }}
62
63
  </div>
63
64
  <div class="pdp__description">
64
65
  {{> product-main-info-v2 }}
@@ -68,6 +68,7 @@
68
68
  delivery=true
69
69
  nearest-purchase=true
70
70
  }}
71
+ {{> fulfilment-accordions }}
71
72
  </div>
72
73
  <div class="pdp__description">
73
74
  {{> product-main-info-v2 isAdvice=true}}
@@ -66,6 +66,7 @@ pagePdp=true
66
66
  nearest-purchase=true
67
67
  more-stores-present=true
68
68
  }}
69
+ {{> fulfilment-accordions }}
69
70
  </div>
70
71
  <div class="pdp__description">
71
72
  {{> product-main-info-v2 }}
@@ -66,6 +66,7 @@ pagePdp=true
66
66
  nearest-purchase=true
67
67
  more-stores-present=true
68
68
  }}
69
+ {{> fulfilment-accordions }}
69
70
  </div>
70
71
  <div class="pdp__description">
71
72
  {{> product-main-info-v2 }}
@@ -65,6 +65,7 @@
65
65
  nearest-purchase=true
66
66
  more-stores-present=true
67
67
  }}
68
+ {{> fulfilment-accordions }}
68
69
  </div>
69
70
  <div class="pdp__description">
70
71
  {{> product-main-info-v2 }}
@@ -65,6 +65,7 @@
65
65
  nearest-purchase=true
66
66
  more-stores-present=true
67
67
  }}
68
+ {{> fulfilment-accordions }}
68
69
  </div>
69
70
  <div class="pdp__description">
70
71
  {{> product-main-info-v2 }}
@@ -65,6 +65,7 @@
65
65
  nearest-purchase=true
66
66
  more-stores-present=true
67
67
  }}
68
+ {{> fulfilment-accordions }}
68
69
  </div>
69
70
  <div class="pdp__description">
70
71
  {{> product-main-info-v2 }}
@@ -65,6 +65,7 @@
65
65
  nearest-purchase=true
66
66
  more-stores-present=true
67
67
  }}
68
+ {{> fulfilment-accordions }}
68
69
  </div>
69
70
  <div class="pdp__description">
70
71
  {{> product-main-info-v2 }}
@@ -312,6 +312,7 @@
312
312
  delivery=true
313
313
  nearest-purchase=true
314
314
  }}
315
+ {{> fulfilment-accordions }}
315
316
  </div>
316
317
  <div class="pdp__description">
317
318
  {{> product-main-info-v2 isAdvice=true}}
@@ -63,17 +63,11 @@ switch-vat=true
63
63
  cc=true
64
64
  delivery=true
65
65
  }}
66
+ {{> fulfilment-accordions }}
66
67
  </div>
67
68
  <div class="pdp__description">
68
69
  {{> product-main-info-v2 isProductSaved=true}}
69
70
  </div>
70
- <div
71
- class="pdp__widget"
72
- data-complete-widget
73
- data-context-key="completeYourProject3Recomendations"
74
- >
75
- {{> bloomreach/complete-your-project title="Complete your project"}}
76
- </div>
77
71
  {{> fulfilment-accordions }}
78
72
  </div>
79
73
  </div>
@@ -69,6 +69,7 @@
69
69
  distance="1.4"
70
70
  nearestName="Watford"
71
71
  }}
72
+ {{> fulfilment-accordions }}
72
73
  </div>
73
74
  <div class="pdp__description">
74
75
  {{> product-main-info-v2 }}
@@ -36,7 +36,6 @@ mainClass="track-order"
36
36
  <h2 class="my-order__title">Order {{track_order.order.number}}</h2>
37
37
  <p class="my-order__placed">Order placed on <span class="date">{{track_order.order.orderDate}}</span></p>
38
38
  {{> button
39
- primary="true"
40
39
  full=true
41
40
  modification="btn--print"
42
41
  text="Print"
@@ -23,7 +23,6 @@
23
23
  <script defer src="https://kit.fontawesome.com/b73abc6840.js" crossorigin="anonymous"></script>
24
24
  {{#if pagePdp}}
25
25
  <script defer src="./js/saving-shopping-list.min.js"></script>
26
- <script defer src="./js/bloomreach-widget.min.js"></script>
27
26
  <script async src="https://static.addtoany.com/menu/page.js"></script>
28
27
  {{/if}}
29
28
 
@@ -7,7 +7,6 @@
7
7
  @import 'app';
8
8
  @import 'rewards-counter';
9
9
  @import 'vat-toggle';
10
- @import 'loading-button';
11
10
 
12
11
  // common
13
12
  body {
@@ -258,7 +258,7 @@
258
258
  color: $gray-border;
259
259
 
260
260
  .inactive-message {
261
- font-size: 0.75rem;
261
+ font-size: .75rem;
262
262
  }
263
263
  }
264
264
  }
@@ -266,18 +266,6 @@
266
266
  &-round {
267
267
  @include checkbox-round;
268
268
  }
269
-
270
- &--action {
271
- input {
272
- &:checked,
273
- &.fake-checked {
274
- &:not(:disabled) + ins {
275
- background: $green;
276
- border-color: $green;
277
- }
278
- }
279
- }
280
- }
281
269
  }
282
270
 
283
271
  .file-loader {