wickes-css2 2.107.0-test.1 → 2.107.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 (79) hide show
  1. package/Readme.md +1 -2
  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/checkout-chip.css +1 -1
  5. package/build/css/components/checkout-payment-details-v2.css +1 -1
  6. package/build/css/homepage-main.css +1 -1
  7. package/build/css/kitchen-plp-main.css +1 -1
  8. package/build/css/main.css +1 -1
  9. package/build/css/my-account-main-v2.css +1 -1
  10. package/build/css/my-account-main.css +1 -1
  11. package/build/css/pages/checkout-new.css +1 -1
  12. package/build/css/pages/checkout.css +1 -1
  13. package/build/css/pages/my-account-v2.css +1 -1
  14. package/build/css/pages/page_product_search.css +1 -1
  15. package/build/css/pages/page_products-list-combined.css +1 -1
  16. package/build/css/pages/page_products-list_v2.css +1 -1
  17. package/build/css/pdp-main-before-combine.css +1 -1
  18. package/build/css/pdp-main-critical.css +1 -1
  19. package/build/css/pdp-main-non-critical.css +1 -1
  20. package/build/css/pdp-main.css +1 -1
  21. package/build/css/plp-main.css +1 -1
  22. package/build/css/store-locator-main.css +1 -1
  23. package/build/js/emulation.min.js +1 -27
  24. package/build/js/gift-cards.min.js +1 -1
  25. package/build/js/page/checkout-payment-details.js +87 -245
  26. package/build/js/page/checkout.js +1 -1
  27. package/build/js/page/components/gift-cards.js +357 -701
  28. package/build/js/page/kitchen/card-carousel.js +22 -22
  29. package/package.json +1 -1
  30. package/src/components/cart-voucher.hbs +10 -1
  31. package/src/components/checkout-payment-details-v2.hbs +4 -4
  32. package/src/components/checkout-payment-info-block.hbs +1 -1
  33. package/src/components/checkout_order-summary-new.hbs +1 -7
  34. package/src/components/checkout_payment-new.hbs +8 -31
  35. package/src/components/gift-cards.hbs +15 -8
  36. package/src/components/order-item.hbs +18 -5
  37. package/src/components/order-summary.hbs +1 -1
  38. package/src/components/payments.hbs +5 -6
  39. package/src/components/potential-promotion.hbs +12 -3
  40. package/src/components/price-block-v2.hbs +1 -0
  41. package/src/data/data_delivery-address-v2.json +0 -4
  42. package/src/data/data_payments-checkout.json +0 -4
  43. package/src/data/data_quick-filter.json +3 -3
  44. package/src/data/data_shopping-cart-v2.json +23 -5
  45. package/src/data/footer_menu.json +0 -4
  46. package/src/js/emulation/checkout-payment-details.js +1 -34
  47. package/src/js/page/checkout-payment-details.js +87 -245
  48. package/src/js/page/checkout.js +1 -1
  49. package/src/js/page/components/gift-cards.js +357 -701
  50. package/src/js/page/kitchen/card-carousel.js +22 -22
  51. package/src/page_my-account-installer-carousel.html +131 -0
  52. package/src/page_payment-details-with-gift-card.html +1 -1
  53. package/src/page_product-details-billie.html +0 -2
  54. package/src/page_product-details-clearpay.html +0 -1
  55. package/src/page_shopping-cart-v2-vat.html +2 -1
  56. package/src/scss/components/_gift-cards.scss +3 -32
  57. package/src/scss/components/_payments-checkout.scss +2 -2
  58. package/src/scss/components/_payments-v2.scss +1 -1
  59. package/src/scss/components/_plp-filters.scss +9 -0
  60. package/src/scss/components/_price-block-critical.scss +8 -1
  61. package/src/scss/components/_quick-filter.scss +43 -11
  62. package/src/scss/components/_search-filter.scss +6 -0
  63. package/src/scss/components/card-product-banner.scss +1 -10
  64. package/src/scss/components/checkout-chip.scss +1 -0
  65. package/src/scss/components/checkout-payment-details-v2.scss +12 -0
  66. package/src/scss/components/my-account/_clipboard-code.scss +4 -0
  67. package/src/scss/helpers/_variables.scss +0 -2
  68. package/src/scss/pages/_checkout-confirmation-new.scss +2 -86
  69. package/src/scss/pages/page_product_search.scss +3 -13
  70. package/src/scss/pages/page_products-list-combined.scss +1 -28
  71. package/src/scss/pages/page_products-list_v2.scss +2 -19
  72. package/src/sitemap.html +1 -6
  73. package/build/img/payment/checkout/giftcard.svg +0 -28
  74. package/build/img/payment/footer/giftcard.svg +0 -28
  75. package/build/js/toggle-password-visibility.min.js +0 -1
  76. package/src/data/data_checkout-giftcards.json +0 -7
  77. package/src/img/payment/checkout/giftcard.svg +0 -28
  78. package/src/img/payment/footer/giftcard.svg +0 -28
  79. package/src/page_checkout_confirmation-gift-card.html +0 -339
@@ -3,30 +3,30 @@ var Wick = Wick || {};
3
3
  Wick.PLPCardSwiper = {};
4
4
 
5
5
  $(document).ready(function () {
6
- const SELECTORS = {
7
- kitchenCard: '.kitchen-card',
8
- swiperContainer: '.swiper-container-main',
9
- nextButton: '.kitchen-card__next-btn',
10
- prevButton: '.kitchen-card__prev-btn',
11
- };
6
+ const SELECTORS = {
7
+ kitchenCard: '.kitchen-card',
8
+ swiperContainer: '.swiper-container-main',
9
+ nextButton: '.kitchen-card__next-btn',
10
+ prevButton: '.kitchen-card__prev-btn',
11
+ };
12
12
 
13
- $(SELECTORS.kitchenCard).each(function (index, container) {
14
- const $container = $(container);
15
- const id = $container.data('id');
13
+ $(SELECTORS.kitchenCard).each(function (index, container) {
14
+ const $container = $(container);
15
+ const id = $container.data('id');
16
16
 
17
- const sliderElement = $container.find(SELECTORS.swiperContainer)[0];
18
- const nextButtonElement = $container.find(SELECTORS.nextButton)[0];
19
- const prevButtonElement = $container.find(SELECTORS.prevButton)[0];
17
+ const sliderElement = $container.find(SELECTORS.swiperContainer)[0];
18
+ const nextButtonElement = $container.find(SELECTORS.nextButton)[0];
19
+ const prevButtonElement = $container.find(SELECTORS.prevButton)[0];
20
20
 
21
- const swiper = new Swiper(sliderElement, {
22
- speed: 400,
23
- navigation: {
24
- nextEl: nextButtonElement,
25
- prevEl: prevButtonElement,
26
- },
27
- simulateTouch: false,
28
- });
21
+ const swiper = new Swiper(sliderElement, {
22
+ speed: 400,
23
+ navigation: {
24
+ nextEl: nextButtonElement,
25
+ prevEl: prevButtonElement,
26
+ },
27
+ simulateTouch: false,
28
+ });
29
29
 
30
- Wick.PLPCardSwiper[id] = swiper;
31
- });
30
+ Wick.PLPCardSwiper[id] = swiper;
31
+ });
32
32
  });
@@ -0,0 +1,131 @@
1
+ {{#extend "my-account-v2"
2
+ customIconUserClass=header_menu.installer.[0].items.[0].icon
3
+ dataBreadcrumbs=my_account.installer.breadcrumbs
4
+ pageClass="page_my-account_new"
5
+ title="My Account Installer Carousel"
6
+ pageMyAcc=true
7
+ myAccV2=true
8
+ isLoggedIn=true
9
+ installer-nav=true
10
+ mainClass="my-account"
11
+ switch-vat=true
12
+ }}
13
+ {{#content "main"}}
14
+ <div class="container">
15
+ <div class="row">
16
+ <div class="col-12">
17
+ {{> my-account/mobile-nav my-account-menu-new
18
+ customIcon=true
19
+ menu=my_account.installer.menu
20
+ active-index=0
21
+ page-name=my_account.installer.menu.[0].title
22
+ }}
23
+ </div>
24
+ </div>
25
+ </div>
26
+ <div class="account-summary">
27
+ <div class="container">
28
+ <div class="row">
29
+ <div class="col-12">
30
+ <div class="account-summary__wrapper d-none d-sm-grid mb-3">
31
+ {{> my-account/greetings
32
+ name=my_account.user.name
33
+ subtitle=my_account.user.email
34
+ }}
35
+ </div>
36
+ {{#extend "my-account/cards-swap"}}
37
+ {{#content "card1"}}
38
+ <div class="account-summary__wrapper account-summary__wrapper--secondary">
39
+ {{> my-account/greetings
40
+ mod="d-sm-none"
41
+ secondary=true
42
+ name=my_account.user.name
43
+ subtitle=my_account.user.email
44
+ }}
45
+ {{> my-account/discount
46
+ secondary=true
47
+ discountText=my_account.installer.discountText
48
+ installer=true
49
+ title="In-store discount"
50
+ code=my_account.discount
51
+ customIcon=my_account.installer.icons.installer
52
+ }}
53
+ {{> my-account/clipboard-code-card
54
+ secondary=true
55
+ mod="trade-pro-id"
56
+ customIcon=my_account.installer.icons.installer
57
+ title="TradePro ID"
58
+ code=my_account.tradeProId
59
+ }}
60
+ {{> my-account/clipboard-code-card
61
+ secondary=true
62
+ mod="discount-code"
63
+ icon="fas fa-badge-percent"
64
+ title="Online discount code"
65
+ code=my_account.installer.discountCode
66
+ }}
67
+ </div>
68
+ {{/content}}
69
+ {{#content "card2"}}
70
+ <div class="account-summary__wrapper">
71
+ {{> my-account/greetings
72
+ mod="d-sm-none"
73
+ name=my_account.user.name
74
+ subtitle=my_account.user.email
75
+ }}
76
+ {{> my-account/discount
77
+ discountText=my_account.installer.discountText
78
+ installer=true
79
+ title="In-store discount"
80
+ code=my_account.discount
81
+ customIcon=my_account.installer.icons.installer
82
+ }}
83
+ {{> my-account/clipboard-code-card
84
+ mod="trade-pro-id"
85
+ customIcon=my_account.installer.icons.installer
86
+ title="TradePro ID"
87
+ code=my_account.tradeProId
88
+ }}
89
+ {{> my-account/clipboard-code-card
90
+ mod="discount-code"
91
+ icon="fas fa-badge-percent"
92
+ title="Online discount code"
93
+ code=my_account.installer.discountCode
94
+ }}
95
+ </div>
96
+ {{/content}}
97
+ {{/extend}}
98
+ {{> my-account/active-orders/list-orders
99
+ switch-vat=true
100
+ title=my_account.installer.activeOrders.sectionTitle
101
+ linkText='View all orders'
102
+ orders=my_account.installer.activeOrders.orderList
103
+ }}
104
+ </div>
105
+ </div>
106
+ </div>
107
+ </div>
108
+ <div class="container">
109
+ <div class="row">
110
+ <div class="col-12">
111
+ {{> my-account/menu-items
112
+ items=my_account.installer.menu
113
+ }}
114
+ </div>
115
+ </div>
116
+ </div>
117
+ <div class="account-actions">
118
+ <div class="container">
119
+ <div class="row">
120
+ <div class="col-12">
121
+ {{> my-account/user-account-actions mod="d-sm-none"}}
122
+ {{> my-account/contact-us contacts=my_account.contacts}}
123
+ </div>
124
+ </div>
125
+ </div>
126
+ </div>
127
+ {{/content}}
128
+ {{#content "foot" mode="append"}}
129
+ <script defer src="./js/my-account.min.js"></script>
130
+ {{/content}}
131
+ {{/extend}}
@@ -46,7 +46,7 @@
46
46
  </div>
47
47
 
48
48
  <div class="billing-payment-block">
49
- <h3 class="billing-payment-block__heading">Payment</h3>
49
+ <h3 class="billing-payment-block__heading">Billing & Payment</h3>
50
50
  <div class="billing-payment-block__wrapper">
51
51
  {{> checkout-payment-details-v2 apple-pay=true google-pay=true clear-pay=true klarna-method=true}}
52
52
  </div>
@@ -11,8 +11,6 @@ badge-text-color='gray'
11
11
  step3=true
12
12
  currentlyInStock=true
13
13
  pagePdp=true
14
- billieIcon=true
15
- klarnaIcon=true
16
14
  }}
17
15
  {{#content "body"}}
18
16
 
@@ -11,7 +11,6 @@ badge-text-color='gray'
11
11
  step3=true
12
12
  currentlyInStock=true
13
13
  pagePdp=true
14
- klarnaIcon=true
15
14
  }}
16
15
  {{#content "body"}}
17
16
 
@@ -12,7 +12,7 @@
12
12
  </div>
13
13
  <div class="checkout-header__promo">
14
14
  {{#each shopping-cart-v2.potentialOrderPromotions}}
15
- {{> potential-promotion}}
15
+ {{> potential-promotion switch-vat=true}}
16
16
  {{/each}}
17
17
  </div>
18
18
  {{> checkout-header shopping-cart-v2.header}}
@@ -20,6 +20,7 @@
20
20
  {{#content "aside"}}
21
21
  {{> order-summary
22
22
  shopping-cart-v2.checkout
23
+ switch-vat=true
23
24
  id=1
24
25
  title="Order Summary"
25
26
  basket=true
@@ -5,7 +5,7 @@
5
5
  }
6
6
 
7
7
  .giftcard {
8
- border: 1px solid $gray-light;
8
+ border: 1px solid $gray;
9
9
  border-radius: 4px;
10
10
  background: $white;
11
11
  padding: 12px 16px;
@@ -18,17 +18,6 @@
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
- }
32
21
  }
33
22
 
34
23
  .giftcard-add {
@@ -39,27 +28,9 @@
39
28
  text-decoration: none;
40
29
  cursor: pointer;
41
30
 
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
-
52
31
  &__icon {
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;
32
+ width: 16px;
33
+ height: 16px;
63
34
  }
64
35
 
65
36
  &__text {
@@ -54,7 +54,7 @@
54
54
 
55
55
  &--small {
56
56
  flex-wrap: wrap;
57
- padding: 0 40px;
57
+ padding: 0 25px;
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 60px;
82
+ padding: 0 45px;
83
83
  }
84
84
  }
85
85
  }
@@ -5,7 +5,7 @@
5
5
  margin: 0 auto;
6
6
  width: 100%;
7
7
  padding-bottom: 24px;
8
- max-width: 301px;
8
+ max-width: 256px;
9
9
 
10
10
  &__title {
11
11
  font-weight: 500;
@@ -261,6 +261,15 @@
261
261
  }
262
262
  }
263
263
 
264
+ @include media-breakpoint-only(sm) {
265
+ .products-list-page {
266
+ .plp-filters {
267
+ width: 100vw;
268
+ margin-left: calc(50% - 50vw);
269
+ }
270
+ }
271
+ }
272
+
264
273
  @include media-breakpoint-up(md) {
265
274
  .plp-filters {
266
275
  background: $gray-bg;
@@ -120,6 +120,14 @@
120
120
  text-align: center;
121
121
  }
122
122
 
123
+ .pdp-price__control-holder {
124
+ flex-flow: wrap;
125
+
126
+ p {
127
+ width: 100%;
128
+ }
129
+ }
130
+
123
131
  .pdp-price__control-holder,
124
132
  .pdp-price__control-installation {
125
133
  padding-top: 20px;
@@ -178,7 +186,6 @@
178
186
  border-bottom-color: $red;
179
187
  }
180
188
  }
181
-
182
189
  }
183
190
  }
184
191
 
@@ -43,16 +43,24 @@ $quick-filter-shadow: rgba(0, 0, 0, 0.12);
43
43
  border-radius: 8px;
44
44
  }
45
45
 
46
- &--selected {
47
- color: $blue;
48
- border-color: $blue;
49
- }
50
-
51
46
  &:hover,
52
47
  &:focus,
53
48
  &:active {
54
49
  text-decoration: none;
55
50
  border-color: $blue;
51
+ color: $gray-dark;
52
+ }
53
+
54
+ &--selected {
55
+ color: $blue;
56
+ border-color: $blue;
57
+
58
+ &:hover,
59
+ &:focus,
60
+ &:active {
61
+ color: $blue-darker;
62
+ border-color: $blue-darker;
63
+ }
56
64
  }
57
65
  }
58
66
 
@@ -151,11 +159,23 @@ $quick-filter-shadow: rgba(0, 0, 0, 0.12);
151
159
  img {
152
160
  width: 58px;
153
161
  height: 58px;
162
+ border-radius: 0;
154
163
  }
155
164
 
156
- &--selected img {
157
- // prettier-ignore
158
- filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(1821%) hue-rotate(188deg) brightness(95%) contrast(101%);
165
+ &--selected {
166
+ img {
167
+ // prettier-ignore
168
+ filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(1821%) hue-rotate(188deg) brightness(95%) contrast(101%);
169
+ }
170
+
171
+ &:hover,
172
+ &:focus,
173
+ &:active {
174
+ img {
175
+ // prettier-ignore
176
+ filter: brightness(0) saturate(100%) invert(17%) sepia(94%) saturate(1900%) hue-rotate(190deg) brightness(85%) contrast(105%);
177
+ }
178
+ }
159
179
  }
160
180
  }
161
181
  }
@@ -167,11 +187,23 @@ $quick-filter-shadow: rgba(0, 0, 0, 0.12);
167
187
  img {
168
188
  width: 58px;
169
189
  height: 58px;
190
+ border-radius: 0;
170
191
  }
171
192
 
172
- &--selected img {
173
- // prettier-ignore
174
- filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(1821%) hue-rotate(188deg) brightness(95%) contrast(101%);
193
+ &--selected {
194
+ img {
195
+ // prettier-ignore
196
+ filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(1821%) hue-rotate(188deg) brightness(95%) contrast(101%);
197
+ }
198
+
199
+ &:hover,
200
+ &:focus,
201
+ &:active {
202
+ img {
203
+ // prettier-ignore
204
+ filter: brightness(0) saturate(100%) invert(17%) sepia(94%) saturate(1900%) hue-rotate(190deg) brightness(85%) contrast(105%);
205
+ }
206
+ }
175
207
  }
176
208
  }
177
209
  }
@@ -3,6 +3,12 @@
3
3
  padding: 20px 0 0;
4
4
  }
5
5
 
6
+ &.accordion {
7
+ &:first-child {
8
+ border-top: 1px solid $gray;
9
+ }
10
+ }
11
+
6
12
  &__facet-cta {
7
13
  background: transparent;
8
14
  border: 0;
@@ -13,15 +13,6 @@
13
13
  padding: 0 5px;
14
14
  margin-bottom: 20px;
15
15
 
16
- &::before {
17
- content: '';
18
- position: absolute;
19
- top: -20px;
20
- left: 5px;
21
- width: calc(100% - 10px);
22
- border-bottom: 1px solid #ccc;
23
- }
24
-
25
16
  &::after {
26
17
  content: '';
27
18
  position: absolute;
@@ -107,7 +98,7 @@
107
98
  }
108
99
 
109
100
  .products-list-v2 {
110
- .card-sponsor-product:nth-of-type(n+3) {
101
+ .card-sponsor-product:nth-of-type(n + 3) {
111
102
  .card {
112
103
  &:before {
113
104
  content: none;
@@ -40,6 +40,7 @@
40
40
  user-select: none;
41
41
  transition: border-color 0.2s;
42
42
  width: 78px;
43
+ margin-bottom: 0;
43
44
  }
44
45
 
45
46
  &__label-top {
@@ -405,6 +405,18 @@
405
405
  }
406
406
  }
407
407
  }
408
+
409
+ .js-billie-repayment-terms {
410
+ margin-bottom: 20px;
411
+
412
+ &--has-selection {
413
+ margin-bottom: 0;
414
+ }
415
+
416
+ .form-row__error {
417
+ margin-top: 16px;
418
+ }
419
+ }
408
420
  }
409
421
  }
410
422
 
@@ -81,5 +81,9 @@
81
81
  .icon {
82
82
  color: $gray;
83
83
  }
84
+
85
+ .custom-icon path {
86
+ fill: $gray;
87
+ }
84
88
  }
85
89
  }
@@ -33,8 +33,6 @@ $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;
38
36
  $usp-icon-color: #1a77bc; // Usp icon color
39
37
  $pacific-depths: #004587;
40
38
  $line-through: #242424;
@@ -192,44 +192,6 @@
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
- }
233
195
  }
234
196
 
235
197
  &_order-summary {
@@ -252,13 +214,6 @@
252
214
  }
253
215
  }
254
216
 
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
-
262
217
  &__total {
263
218
  display: flex;
264
219
  justify-content: space-between;
@@ -275,13 +230,7 @@
275
230
  &.checkout-payment {
276
231
  .checkout-widget {
277
232
  &__details {
278
- margin-bottom: 32px;
279
-
280
- &.checkout-payment__card-details {
281
- display: flex;
282
- flex-direction: column;
283
- gap: 12px;
284
- }
233
+ margin-bottom: 50px;
285
234
 
286
235
  &__item {
287
236
  display: flex;
@@ -383,8 +332,6 @@
383
332
  &.checkout-payment {
384
333
  .checkout-widget {
385
334
  &__details {
386
- margin-bottom: 40px;
387
-
388
335
  &__item {
389
336
  justify-content: space-between;
390
337
  margin-bottom: 0;
@@ -412,8 +359,7 @@
412
359
  &__apple,
413
360
  &__google,
414
361
  &__clearpay,
415
- &__billie,
416
- &__giftcard {
362
+ &__billie {
417
363
  flex-direction: row;
418
364
  justify-content: space-between;
419
365
  }
@@ -427,36 +373,6 @@
427
373
  &__google {
428
374
  margin-bottom: 30px;
429
375
  }
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
- }
460
376
  }
461
377
  }
462
378
  }
@@ -300,7 +300,7 @@
300
300
  margin-right: -5px;
301
301
  margin-left: -5px;
302
302
  margin-top: 0;
303
- padding-top: 40px;
303
+ padding-top: 20px;
304
304
  overflow-x: hidden;
305
305
 
306
306
  &__badges {
@@ -312,16 +312,6 @@
312
312
  padding-left: 5px;
313
313
  padding-right: 5px;
314
314
  position: relative;
315
-
316
- &:nth-of-type(1)::before,
317
- &:nth-of-type(2)::before {
318
- content: '';
319
- position: absolute;
320
- top: -20px;
321
- left: 5px;
322
- width: calc(100% - 10px);
323
- border-bottom: 1px solid $gray;
324
- }
325
315
  }
326
316
  }
327
317
  }
@@ -344,8 +334,8 @@
344
334
  .sort-products-list {
345
335
  &__section {
346
336
  @include make-col(6);
347
- color: black;
348
- border: none;
337
+ color: #000000;
338
+ border: 0;
349
339
 
350
340
  > .form-row {
351
341
  margin-bottom: 0;