wickes-css2 2.109.0-test.1 → 2.110.0

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 (119) hide show
  1. package/Readme.md +1 -0
  2. package/build/css/category-main.css +1 -1
  3. package/build/css/components/card-product-banner.css +1 -1
  4. package/build/css/components/special-opening-schedule-v2.css +1 -1
  5. package/build/css/components/special-opening-schedule.css +1 -1
  6. package/build/css/emulation.css +1 -1
  7. package/build/css/homepage-main.css +1 -1
  8. package/build/css/kitchen-plp-main.css +1 -1
  9. package/build/css/main.css +1 -1
  10. package/build/css/my-account-main-v2.css +1 -1
  11. package/build/css/my-account-main.css +1 -1
  12. package/build/css/pages/checkout-new.css +1 -1
  13. package/build/css/pages/page_checkout_delivery-new.css +1 -1
  14. package/build/css/pages/page_merged-basket.css +1 -1
  15. package/build/css/pages/page_products-list-combined.css +1 -1
  16. package/build/css/pages/page_products-list.css +1 -1
  17. package/build/css/pages/page_shopping-cart-v2.css +1 -1
  18. package/build/css/pages/page_store-locator-details.css +1 -1
  19. package/build/css/pages/page_store-locator.css +1 -1
  20. package/build/css/pdp-main-before-combine.css +1 -1
  21. package/build/css/pdp-main-critical.css +1 -1
  22. package/build/css/pdp-main-non-critical.css +1 -1
  23. package/build/css/pdp-main.css +1 -1
  24. package/build/css/plp-main.css +1 -1
  25. package/build/css/store-locator-main.css +1 -1
  26. package/build/js/basket.min.js +2 -2
  27. package/build/js/bundle.min.js +1 -1
  28. package/build/js/checkout.min.js +2 -2
  29. package/build/js/emulation.min.js +490 -138
  30. package/build/js/general.bundle.min.js +1 -1
  31. package/build/js/gift-cards.min.js +1 -1
  32. package/build/js/merged-checkout.min.js +2 -2
  33. package/build/js/mini-basket-slider.min.js +1 -1
  34. package/build/js/page/basket/mini-basket-total.js +17 -2
  35. package/build/js/page/checkout-payment-details.js +8 -0
  36. package/build/js/page/components/notify-me.js +99 -0
  37. package/build/js/page/components/order-summary.js +35 -0
  38. package/build/js/page/components/store-locator-cards.js +76 -0
  39. package/build/js/pdp.bundle.min.js +2 -1
  40. package/build/js/plp.bundle.min.js +1 -1
  41. package/build/js/project-list.min.js +1 -1
  42. package/build/js/store-locator-cards.min.js +1 -0
  43. package/build/js/toggle-password-visibility.min.js +1 -0
  44. package/build/js/wickes-dc.js +1 -0
  45. package/package.json +1 -3
  46. package/src/components/base/button.hbs +1 -1
  47. package/src/components/card-store-locator.hbs +70 -33
  48. package/src/components/card_bloomreach_media_banner.hbs +10 -0
  49. package/src/components/card_product_banner_v2.hbs +4 -1
  50. package/src/components/card_sponsor_banner.hbs +4 -1
  51. package/src/components/checkout_order-summary-new.hbs +10 -1
  52. package/src/components/click-and-collect-modal.hbs +0 -14
  53. package/src/components/date-selection.hbs +1 -1
  54. package/src/components/delivery-types.hbs +11 -3
  55. package/src/components/injected-content.hbs +6 -1
  56. package/src/components/modal.hbs +1 -1
  57. package/src/components/modals/notify-me-modal.hbs +76 -0
  58. package/src/components/order-summary.hbs +2 -2
  59. package/src/components/price-block-v2.hbs +211 -214
  60. package/src/components/sponsor-top-banner.hbs +10 -0
  61. package/src/data/data_delivery-address-v2.json +1 -1
  62. package/src/data/data_locators.json +441 -135
  63. package/src/data/data_search-results_v2.json +20 -2
  64. package/src/data/data_spr_injected_content.json +4 -0
  65. package/src/js/components/general/accordion.js +25 -2
  66. package/src/js/emulation/banner-placement-manager.js +235 -34
  67. package/src/js/emulation/checkout-delivery-details.js +28 -25
  68. package/src/js/emulation/custom-slider-emulation.js +1 -1
  69. package/src/js/emulation/date-selection.js +136 -24
  70. package/src/js/emulation/forms.js +12 -0
  71. package/src/js/emulation/gift-cards.js +1 -1
  72. package/src/js/emulation/mini-basket-data.js +3 -3
  73. package/src/js/emulation/notify-me.js +9 -0
  74. package/src/js/emulation/store-locator-load-more.js +69 -0
  75. package/src/js/emulation/switchCalendar.js +12 -8
  76. package/src/js/page/basket/mini-basket-total.js +17 -2
  77. package/src/js/page/checkout-payment-details.js +8 -0
  78. package/src/js/page/components/notify-me.js +99 -0
  79. package/src/js/page/components/order-summary.js +35 -0
  80. package/src/js/page/components/store-locator-cards.js +76 -0
  81. package/src/page_checkout_next-day-delivery-details.html +2 -2
  82. package/src/page_checkout_payment-details-v2-asm.html +1 -1
  83. package/src/page_checkout_payment-details-v2.html +1 -1
  84. package/src/page_checkout_payment-details_with-card-loader.html +1 -1
  85. package/src/page_checkout_payment-details_with-klarna-loader.html +1 -1
  86. package/src/page_checkout_payment-details_with-loader-v2.html +1 -1
  87. package/src/page_checkout_rapid-delivery-details.html +7 -5
  88. package/src/page_klarna_payment-details_with-klarna.html +1 -1
  89. package/src/page_payment-details-with-billie.html +1 -1
  90. package/src/page_payment-details-with-clearpay.html +1 -1
  91. package/src/page_payment-details-with-gift-card.html +1 -1
  92. package/src/page_payment-details_with_apple-pay.html +1 -1
  93. package/src/page_payment-details_with_google-pay.html +1 -1
  94. package/src/page_plp_bloomreach.html +81 -0
  95. package/src/page_plp_v2.html +6 -0
  96. package/src/page_product-details-mfe-calculator.html +9 -3
  97. package/src/page_store-locator-list.html +18 -28
  98. package/src/scss/common/_CTAs.scss +7 -3
  99. package/src/scss/components/_card-store-locator.scss +139 -32
  100. package/src/scss/components/_custom-slider.scss +18 -0
  101. package/src/scss/components/_date-selection-add-new-styles.scss +43 -1
  102. package/src/scss/components/_notify-me-modal.scss +139 -0
  103. package/src/scss/components/_order-summary.scss +25 -12
  104. package/src/scss/components/_price-block-critical.scss +2 -2
  105. package/src/scss/components/_price-block.scss +14 -4
  106. package/src/scss/components/card-product-banner.scss +35 -27
  107. package/src/scss/components/special-opening-schedule-v2.scss +2 -6
  108. package/src/scss/components/special-opening-schedule.scss +17 -4
  109. package/src/scss/emulation.scss +0 -6
  110. package/src/scss/helpers/_CTAs.scss +15 -5
  111. package/src/scss/pages/page_checkout_delivery-new.scss +36 -0
  112. package/src/scss/pages/page_products-list-combined.scss +8 -1
  113. package/src/scss/pages/page_products-list.scss +8 -1
  114. package/src/scss/pages/page_shopping-cart-v2.scss +34 -10
  115. package/src/scss/pages/page_store-locator.scss +48 -26
  116. package/src/scss/pdp-main.scss +1 -0
  117. package/src/scss/store-locator-main.scss +15 -1
  118. package/src/sitemap.html +1 -0
  119. package/src/js/emulation/store-locator-list.js +0 -19
@@ -0,0 +1,139 @@
1
+ .modal-notify-me {
2
+ .modal-dialog {
3
+ height: 100%;
4
+ margin: 0 auto;
5
+ max-width: 100%;
6
+ }
7
+
8
+ &.modal-box_wide {
9
+ .modal-box__columns {
10
+ max-width: 520px;
11
+ padding: 0;
12
+ }
13
+ }
14
+
15
+ .modal-box__inner-row {
16
+ margin: 0;
17
+
18
+ .modal-box__inner-columns {
19
+ padding: 0;
20
+ max-width: 100%;
21
+ flex: 0 0 100%;
22
+ }
23
+ }
24
+
25
+ .modal-header {
26
+ padding: 16px 35px 16px 24px;
27
+
28
+ .modal-title {
29
+ @include font-size(18);
30
+ @include line-height(24);
31
+ color: $gray-dark;
32
+ font-weight: 700;
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 14px;
36
+
37
+ .icon-wrap {
38
+ width: 40px;
39
+ height: 40px;
40
+ }
41
+
42
+ .icon {
43
+ @include font-size(30);
44
+ color: $blue;
45
+ height: auto;
46
+ }
47
+ }
48
+
49
+ .close {
50
+ opacity: 1;
51
+ outline: 0;
52
+ right: 10px;
53
+ }
54
+
55
+ &:after {
56
+ left: 0;
57
+ right: 0;
58
+ }
59
+ }
60
+
61
+ .modal-body {
62
+ padding: 24px;
63
+
64
+ .form-row__label {
65
+ margin-bottom: 8px;
66
+ }
67
+
68
+ .notify-me-form {
69
+ &__note {
70
+ @include font-size(12);
71
+ @include line-height(16);
72
+ color: $squant;
73
+ font-weight: 400;
74
+ margin-bottom: 0;
75
+ }
76
+
77
+ &__ctas {
78
+ margin-top: 40px;
79
+ display: flex;
80
+ gap: 16px;
81
+
82
+ & > div {
83
+ display: contents;
84
+ }
85
+ }
86
+ }
87
+
88
+ .notify-me-result {
89
+ display: flex;
90
+ align-items: center;
91
+ gap: 15px;
92
+
93
+ &__img {
94
+ width: 64px;
95
+ height: 64px;
96
+ object-fit: cover;
97
+ }
98
+
99
+ &__title {
100
+ @include font-size(14);
101
+ @include line-height(22);
102
+ font-weight: 700;
103
+ }
104
+
105
+ & + .btn--notify-close {
106
+ margin-top: 40px;
107
+ }
108
+ }
109
+ }
110
+ }
111
+
112
+ @include media-breakpoint-down(xl) {
113
+ .modal-notify-me {
114
+ height: auto;
115
+ margin: 40px 16px 0;
116
+
117
+ &.modal-box_full .modal-box__inner-row {
118
+ margin: 0;
119
+ }
120
+
121
+ .modal-body {
122
+ .form-row {
123
+ padding: 0;
124
+ margin: 0 0 16px;
125
+ }
126
+
127
+ .form-row__label,
128
+ .form-row__field,
129
+ .form-row__error {
130
+ padding: 0;
131
+ }
132
+ }
133
+
134
+ .modal-body .notify-me-form__ctas,
135
+ .notify-me-result .btn--notify-close {
136
+ margin-top: 32px;
137
+ }
138
+ }
139
+ }
@@ -1,6 +1,6 @@
1
1
  @import '../helpers/helpers';
2
2
 
3
- $android-offset: 60px !default;
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, .25);
12
+ box-shadow: 4px 4px 16px rgba(0, 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: .75rem;
58
+ font-size: 0.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 .3s ease;
96
+ transition: transform 0.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: .875rem;
152
+ font-size: 0.875rem;
153
153
  margin: 0;
154
154
  padding: 0;
155
155
  }
@@ -158,11 +158,25 @@ $ios-notch-offset: 80px !default;
158
158
  text-align: right;
159
159
  }
160
160
 
161
- .checkout-widget__item-cc, .checkout-widget__item-delivery {
161
+ .checkout-widget__item-cc,
162
+ .checkout-widget__item-delivery {
162
163
  font-size: 1rem;
163
164
  margin-top: 5px;
164
165
  }
165
166
 
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
+
166
180
  .checkout-widget__total {
167
181
  display: flex;
168
182
  justify-content: space-between;
@@ -183,7 +197,7 @@ $ios-notch-offset: 80px !default;
183
197
  right: 0;
184
198
  overflow: hidden;
185
199
  display: block !important;
186
- transition: height .3s ease-in-out;
200
+ transition: height 0.3s ease-in-out;
187
201
  max-height: calc(100vh - 177px);
188
202
  overflow-y: auto;
189
203
  -webkit-overflow-scrolling: touch;
@@ -218,12 +232,12 @@ $ios-notch-offset: 80px !default;
218
232
  .collapsing {
219
233
  height: 0;
220
234
  overflow: hidden;
221
- transition: height .3s ease-in-out;
235
+ transition: height 0.3s ease-in-out;
222
236
  }
223
237
 
224
238
  .collapse.show {
225
239
  height: auto;
226
- transition: height .3s ease-in-out;
240
+ transition: height 0.3s ease-in-out;
227
241
  }
228
242
  }
229
243
 
@@ -233,7 +247,7 @@ $ios-notch-offset: 80px !default;
233
247
  left: 0;
234
248
  right: 0;
235
249
  z-index: $summary-mobile-bar;
236
- transition: transform .3s ease;
250
+ transition: transform 0.3s ease;
237
251
  }
238
252
 
239
253
  .summary__mobile-order {
@@ -245,7 +259,7 @@ $ios-notch-offset: 80px !default;
245
259
  height: 44px;
246
260
  cursor: pointer;
247
261
  color: $white;
248
- transition: transform .3s ease;
262
+ transition: transform 0.3s ease;
249
263
  }
250
264
 
251
265
  .summary:not(.summary--mobile) {
@@ -316,7 +330,6 @@ $ios-notch-offset: 80px !default;
316
330
  display: none;
317
331
  }
318
332
  }
319
-
320
333
  }
321
334
 
322
335
  .checkout-widget.checkout-widget_order-summary {
@@ -21,13 +21,13 @@
21
21
 
22
22
  .pdp-price__oos {
23
23
  border-top: 1px solid $gray;
24
- margin-bottom: 8px;
24
+ margin-bottom: 12px;
25
25
  }
26
26
 
27
27
  .pdp-price__value_extended,
28
28
  .pdp-price__oos,
29
29
  .pdp-price__in-store-only {
30
- padding: 10px 0;
30
+ padding: 12px 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: .6em;
18
+ font-size: 0.6em;
19
19
  margin-right: 4px;
20
20
  }
21
21
 
@@ -32,18 +32,29 @@
32
32
 
33
33
  .pdp-price__oos {
34
34
  border-top: 1px solid $gray;
35
- margin-bottom: 8px;
35
+ margin-bottom: 12px;
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
+ }
41
52
  }
42
53
 
43
54
  .pdp-price__value_extended,
44
55
  .pdp-price__oos,
45
56
  .pdp-price__in-store-only {
46
- padding: 10px 0;
57
+ padding: 12px 0;
47
58
 
48
59
  p {
49
60
  margin-bottom: 0;
@@ -250,7 +261,6 @@
250
261
  border-bottom-color: $red;
251
262
  }
252
263
  }
253
-
254
264
  }
255
265
  }
256
266
 
@@ -1,42 +1,23 @@
1
1
  @import '../helpers/helpers';
2
2
 
3
- .card-product-banner {
3
+ .card-bloomreach-media-banner {
4
+ padding: 0 15px;
5
+ }
6
+
7
+ .card-product-banner,
8
+ .card-bloomreach-media-banner {
4
9
  @include make-col(4);
5
10
  margin-bottom: 30px;
6
11
 
7
- @include media-breakpoint-down(md) {
8
- @include make-col(6);
9
- }
10
-
11
- @include media-breakpoint-down(sm) {
12
- position: relative;
13
- padding: 0 5px;
14
- margin-bottom: 20px;
15
-
16
- &::after {
17
- content: '';
18
- position: absolute;
19
- bottom: 0;
20
- left: 5px;
21
- width: calc(100% - 10px);
22
- border-bottom: 1px solid #ccc;
23
- }
24
- }
25
-
26
12
  &__link {
27
13
  display: inline-block;
28
14
  width: 100%;
29
15
  height: 100%;
30
16
  padding: 0 15px;
31
-
32
- @include media-breakpoint-down(sm) {
33
- display: inline-block;
34
- padding: 0;
35
- width: 100%;
36
- }
37
17
  }
38
18
 
39
- &__image {
19
+ &__image,
20
+ img {
40
21
  display: inline-block;
41
22
  width: 100%;
42
23
  }
@@ -86,6 +67,11 @@
86
67
  }
87
68
 
88
69
  @include media-breakpoint-down(md) {
70
+ .card-product-banner,
71
+ .card-bloomreach-media-banner {
72
+ @include make-col(6);
73
+ }
74
+
89
75
  .products-list {
90
76
  .card-sponsor-product,
91
77
  .card-sponsor-banner {
@@ -109,6 +95,28 @@
109
95
  }
110
96
 
111
97
  @include media-breakpoint-down(sm) {
98
+ .card-product-banner,
99
+ .card-bloomreach-media-banner {
100
+ position: relative;
101
+ padding: 0 5px;
102
+ margin-bottom: 20px;
103
+
104
+ &::after {
105
+ content: '';
106
+ position: absolute;
107
+ bottom: 0;
108
+ left: 5px;
109
+ width: calc(100% - 10px);
110
+ border-bottom: 1px solid #ccc;
111
+ }
112
+
113
+ &__link {
114
+ display: inline-block;
115
+ width: 100%;
116
+ padding: 0;
117
+ }
118
+ }
119
+
112
120
  .products-list {
113
121
  .product-card__sponsored {
114
122
  margin-right: auto;
@@ -3,7 +3,7 @@
3
3
  .special-opening-schedule-item.schedule-item {
4
4
  flex-direction: row;
5
5
 
6
- &__reason {
6
+ &__reason {
7
7
  @include make-col(1, 3);
8
8
  font-weight: 400;
9
9
  padding: 0 15px;
@@ -24,7 +24,7 @@
24
24
  white-space: nowrap;
25
25
  }
26
26
 
27
- &__addition-info {
27
+ &__addition-info {
28
28
  font-weight: 500;
29
29
  padding: 0 15px;
30
30
  margin: 5px 0;
@@ -35,10 +35,6 @@
35
35
 
36
36
  .store-locator {
37
37
  .special-opening-schedule-item.schedule-item {
38
- &__reason {
39
- display: none;
40
- }
41
-
42
38
  &__data-time {
43
39
  @include make-col(12);
44
40
  }
@@ -5,10 +5,12 @@
5
5
  flex-direction: column;
6
6
  line-height: 2;
7
7
  padding: 5px 0;
8
+ position: relative;
8
9
 
9
- &__reason {
10
+ &__reason {
10
11
  font-weight: 700;
11
- padding: 0 15px;
12
+ padding: 0 0 0 15px;
13
+ line-height: 24px;
12
14
  }
13
15
 
14
16
  &__data-time {
@@ -17,7 +19,10 @@
17
19
  }
18
20
 
19
21
  &__time {
20
- text-transform: uppercase;
22
+ position: absolute;
23
+ top: 50%;
24
+ transform: translateY(-50%);
25
+ right: 0;
21
26
 
22
27
  @include media-breakpoint-up(sm) {
23
28
  white-space: nowrap;
@@ -28,7 +33,7 @@
28
33
  }
29
34
  }
30
35
 
31
- &__addition-info {
36
+ &__addition-info {
32
37
  font-weight: 500;
33
38
  padding: 0 15px;
34
39
  margin: 5px 0;
@@ -36,3 +41,11 @@
36
41
  font-size: 12px;
37
42
  }
38
43
  }
44
+
45
+ @include media-breakpoint-up(xl) {
46
+ .special-opening-schedule-item.schedule-item {
47
+ &__reason {
48
+ min-width: 106px;
49
+ }
50
+ }
51
+ }
@@ -57,12 +57,6 @@
57
57
  max-width: 0.625rem;
58
58
  }
59
59
 
60
- @include media-breakpoint-down(sm) {
61
- .cards-store-list:not(:nth-child(-n + 4)) {
62
- display: none;
63
- }
64
- }
65
-
66
60
  .pdp-price__quantity-calculator,
67
61
  .calculator-hub-wrapper {
68
62
  min-height: 38px;
@@ -47,6 +47,16 @@
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
+
50
60
  @mixin button-secondary {
51
61
  background-color: $white;
52
62
  border-color: $blue;
@@ -217,7 +227,7 @@
217
227
  bottom: 0;
218
228
  border-radius: 34px;
219
229
  background-color: $gray;
220
- transition: .4s;
230
+ transition: 0.4s;
221
231
 
222
232
  &:before {
223
233
  position: absolute;
@@ -228,7 +238,7 @@
228
238
  bottom: 4px;
229
239
  border-radius: 50%;
230
240
  background-color: $white;
231
- transition: .4s;
241
+ transition: 0.4s;
232
242
  }
233
243
  }
234
244
 
@@ -381,7 +391,7 @@
381
391
  width: 100%;
382
392
  max-width: 110px;
383
393
  height: 110px;
384
- transition: all .3s;
394
+ transition: all 0.3s;
385
395
  padding: 10px;
386
396
 
387
397
  svg {
@@ -396,7 +406,7 @@
396
406
  color: $blue-dark;
397
407
  margin-bottom: 0;
398
408
  font-weight: 400;
399
- font-size: .75rem;
409
+ font-size: 0.75rem;
400
410
  line-height: 1rem;
401
411
  margin-top: 10px;
402
412
  }
@@ -438,6 +448,6 @@
438
448
  &:disabled,
439
449
  &[disabled] {
440
450
  pointer-events: none;
441
- opacity: .4;
451
+ opacity: 0.4;
442
452
  }
443
453
  }
@@ -49,6 +49,23 @@
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
+ }
52
69
  }
53
70
 
54
71
  &__details-discount {
@@ -474,6 +491,25 @@
474
491
  }
475
492
  }
476
493
 
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
+
477
513
  @include media-breakpoint-up(sm) {
478
514
  .page_checkout-delivery-new {
479
515
  .add-contact-details {
@@ -51,10 +51,17 @@ $color-bar-radius: 3px;
51
51
  margin-bottom: 20px;
52
52
  margin-top: 10px;
53
53
 
54
+ &__picture {
55
+ display: flex;
56
+ }
57
+
54
58
  &__image {
55
59
  display: block;
56
60
  max-width: 100%;
57
- margin-bottom: 20px;
61
+ }
62
+
63
+ img.sponsor-top-banner__image {
64
+ width: 100%;
58
65
  }
59
66
  }
60
67
 
@@ -39,11 +39,18 @@
39
39
  }
40
40
 
41
41
  .sponsor-top-banner {
42
+ &__picture {
43
+ display: flex;
44
+ }
45
+
42
46
  &__image {
43
- margin-bottom: 20px;
44
47
  display: block;
45
48
  max-width: 100%;
46
49
  }
50
+
51
+ img.sponsor-top-banner__image {
52
+ width: 100%;
53
+ }
47
54
  }
48
55
  }
49
56