wickes-css2 2.105.0-develop.1 → 2.105.0-develop.10

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 (259) hide show
  1. package/Readme.md +4 -3
  2. package/build/css/category-main.css +1 -1
  3. package/build/css/homepage-main.css +1 -1
  4. package/build/css/kitchen-plp-main.css +1 -1
  5. package/build/css/main.css +1 -1
  6. package/build/css/my-account-main-v2.css +1 -1
  7. package/build/css/my-account-main.css +1 -1
  8. package/build/css/pages/checkout-new.css +1 -1
  9. package/build/css/pages/checkout.css +1 -1
  10. package/build/css/pages/my-account-v2.css +1 -1
  11. package/build/css/pages/page_checkout_delivery-new.css +1 -1
  12. package/build/css/pages/page_discount.css +1 -1
  13. package/build/css/pages/page_product_search.css +1 -1
  14. package/build/css/pages/page_products-list-combined.css +1 -1
  15. package/build/css/pages/page_products-list.css +1 -1
  16. package/build/css/pages/tradePro-rewards.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/img/quick-filters/bath1.svg +10 -0
  24. package/build/img/quick-filters/bath3.svg +3 -0
  25. package/build/img/quick-filters/bath4.svg +10 -0
  26. package/build/img/quick-filters/bath5.svg +10 -0
  27. package/build/img/quick-filters/image1.jpg +0 -0
  28. package/build/img/quick-filters/image2.jpg +0 -0
  29. package/build/img/quick-filters/image3.jpg +0 -0
  30. package/build/js/account-members.min.js +1 -1
  31. package/build/js/basket.min.js +2 -2
  32. package/build/js/bundle.min.js +1 -1
  33. package/build/js/checkout.min.js +2 -2
  34. package/build/js/emulation.min.js +12125 -11596
  35. package/build/js/general.bundle.min.js +1 -1
  36. package/build/js/kitchen/kitchen-plp.min.js +1 -9
  37. package/build/js/merged-checkout.min.js +2 -2
  38. package/build/js/mini-basket-slider.min.js +1 -1
  39. package/build/js/my-account.min.js +1 -1
  40. package/build/js/page/basket/basket-update-cart-action.js +59 -56
  41. package/build/js/page/basket/basket-update-cart.js +27 -27
  42. package/build/js/page/basket/basket-utils.js +40 -33
  43. package/build/js/page/basket/mini-basket-total.js +70 -66
  44. package/build/js/page/basket/quantity-change-handler.js +73 -55
  45. package/build/js/page/basket/update-quantity-operation.js +39 -30
  46. package/build/js/page/basket/update-quantity.js +62 -62
  47. package/build/js/page/basket-v2.js +362 -229
  48. package/build/js/page/billie-business-type.js +27 -27
  49. package/build/js/page/checkout-payment-details.js +301 -299
  50. package/build/js/page/components/discounts.js +39 -36
  51. package/build/js/page/components/mini-basket-slider.js +604 -545
  52. package/build/js/page/filters/desktop-nav.js +64 -0
  53. package/build/js/page/filters/mobile-nav.js +93 -0
  54. package/build/js/page/filters/plp-filters-chips.js +92 -0
  55. package/build/js/page/filters/plp-filters-mobile.js +150 -0
  56. package/build/js/page/filters/plp-filters-panel.js +123 -0
  57. package/build/js/page/filters/plp-filters-utils.js +66 -0
  58. package/build/js/page/filters/plp-filters.js +268 -0
  59. package/build/js/page/filters/sort-by.js +172 -0
  60. package/build/js/page/kitchen/colour-swatches.js +5 -2
  61. package/build/js/page/klarna-modal-scroll-disable.js +4 -4
  62. package/build/js/page/my-account.js +32 -47
  63. package/build/js/page/online-exclusive.js +28 -31
  64. package/build/js/page/quick-filter.js +108 -0
  65. package/build/js/page/search-filter.js +62 -0
  66. package/build/js/page/share-project-list.js +57 -0
  67. package/build/js/page/tradePro-rewards.js +69 -39
  68. package/build/js/page/utils/copy-to-clipboard.js +79 -47
  69. package/build/js/page/utils/helpers.js +14 -9
  70. package/build/js/page/utils/show-more-less.js +273 -0
  71. package/build/js/pdp.bundle.min.js +1 -1
  72. package/build/js/plp-filters.min.js +9 -0
  73. package/build/js/plp.bundle.min.js +1 -1
  74. package/build/js/project-list.min.js +143 -85
  75. package/build/js/search-filter.min.js +1 -0
  76. package/build/js/share-project-list.min.js +1 -0
  77. package/build/js/tradePro-rewards.min.js +1 -1
  78. package/package.json +4 -2
  79. package/src/components/.DS_Store +0 -0
  80. package/src/components/accordion.hbs +2 -2
  81. package/src/components/date-selection.hbs +25 -6
  82. package/src/components/generate-project-id.hbs +1 -1
  83. package/src/components/kitchen/dropdown.hbs +6 -3
  84. package/src/components/kitchen/filter-modal-content-kitchen.hbs +10 -0
  85. package/src/components/kitchen/filter-modal.hbs +10 -13
  86. package/src/components/kitchen/kitchen-card.hbs +1 -1
  87. package/src/components/kitchen/plp-filters.hbs +3 -1
  88. package/src/components/kitchen/sort-by.hbs +1 -1
  89. package/src/components/my-account/barcode.hbs +1 -3
  90. package/src/components/my-account/cards-swap.hbs +10 -0
  91. package/src/components/my-account/clipboard-code-card.hbs +3 -3
  92. package/src/components/my-account/discount.hbs +1 -1
  93. package/src/components/my-account/greetings.hbs +1 -1
  94. package/src/components/quick-filter.hbs +56 -0
  95. package/src/components/search-filter-modal-content.hbs +102 -0
  96. package/src/components/search-filter.hbs +121 -112
  97. package/src/components/shopping-list-with-share-list-v2.hbs +28 -10
  98. package/src/components/shopping-list.hbs +5 -5
  99. package/src/data/data_plp_load-more.json +1 -1
  100. package/src/data/data_quick-filter.json +508 -0
  101. package/src/data/my-account/data_my-account.json +9 -0
  102. package/src/elements/btn.hbs +7 -0
  103. package/src/img/quick-filters/bath1.svg +10 -0
  104. package/src/img/quick-filters/bath3.svg +3 -0
  105. package/src/img/quick-filters/bath4.svg +10 -0
  106. package/src/img/quick-filters/bath5.svg +10 -0
  107. package/src/img/quick-filters/image1.jpg +0 -0
  108. package/src/img/quick-filters/image2.jpg +0 -0
  109. package/src/img/quick-filters/image3.jpg +0 -0
  110. package/src/js/components/cards-swap.js +74 -0
  111. package/src/js/components/general/accordion.js +44 -33
  112. package/src/js/components/general/cart-slider.js +19 -16
  113. package/src/js/components/general/create-popup-slider.js +168 -173
  114. package/src/js/components/share-project-list.js +8 -5
  115. package/src/js/emulation/big-wins.js +1081 -904
  116. package/src/js/emulation/billie-modal.js +23 -19
  117. package/src/js/emulation/checkout-payment-details.js +47 -38
  118. package/src/js/emulation/custom-slider-emulation.js +17 -13
  119. package/src/js/emulation/filters-emulation.js +164 -0
  120. package/src/js/emulation/forms.js +360 -323
  121. package/src/js/emulation/mini-basket-data.js +1051 -923
  122. package/src/js/emulation/paymentLoader.js +17 -17
  123. package/src/js/emulation/pdf-file-loader.js +89 -91
  124. package/src/js/emulation/popover-mini-basket.js +246 -239
  125. package/src/js/emulation/product-counter.js +50 -0
  126. package/src/js/emulation/project-list-pdp.js +320 -316
  127. package/src/js/emulation/repayment-toggle.js +23 -24
  128. package/src/js/emulation/reset-filter-desktop.js +5 -0
  129. package/src/js/emulation/selectable.js +22 -18
  130. package/src/js/emulation/wismo-details.js +23 -31
  131. package/src/js/page/basket/basket-update-cart-action.js +59 -56
  132. package/src/js/page/basket/basket-update-cart.js +27 -27
  133. package/src/js/page/basket/basket-utils.js +40 -33
  134. package/src/js/page/basket/mini-basket-total.js +70 -66
  135. package/src/js/page/basket/quantity-change-handler.js +73 -55
  136. package/src/js/page/basket/update-quantity-operation.js +39 -30
  137. package/src/js/page/basket/update-quantity.js +62 -62
  138. package/src/js/page/basket-v2.js +362 -229
  139. package/src/js/page/billie-business-type.js +27 -27
  140. package/src/js/page/checkout-payment-details.js +301 -299
  141. package/src/js/page/components/discounts.js +39 -36
  142. package/src/js/page/components/mini-basket-slider.js +604 -545
  143. package/src/js/page/filters/desktop-nav.js +64 -0
  144. package/src/js/page/filters/mobile-nav.js +93 -0
  145. package/src/js/page/filters/plp-filters-chips.js +92 -0
  146. package/src/js/page/filters/plp-filters-mobile.js +150 -0
  147. package/src/js/page/filters/plp-filters-panel.js +123 -0
  148. package/src/js/page/filters/plp-filters-utils.js +66 -0
  149. package/src/js/page/filters/plp-filters.js +268 -0
  150. package/src/js/page/filters/sort-by.js +172 -0
  151. package/src/js/page/kitchen/colour-swatches.js +5 -2
  152. package/src/js/page/klarna-modal-scroll-disable.js +4 -4
  153. package/src/js/page/my-account.js +32 -47
  154. package/src/js/page/online-exclusive.js +28 -31
  155. package/src/js/page/quick-filter.js +108 -0
  156. package/src/js/page/search-filter.js +62 -0
  157. package/src/js/page/share-project-list.js +57 -0
  158. package/src/js/page/tradePro-rewards.js +69 -39
  159. package/src/js/page/utils/copy-to-clipboard.js +79 -47
  160. package/src/js/page/utils/helpers.js +14 -9
  161. package/src/js/page/utils/show-more-less.js +273 -0
  162. package/src/page_empty-shared-project-list-bicester-hub.html +4 -0
  163. package/src/page_empty-shopping-list_guest.html +1 -0
  164. package/src/page_kitchen-plp.html +2 -2
  165. package/src/page_my-account-installer.html +1 -1
  166. package/src/page_my-account-trade-pro-carousel-double.html +127 -0
  167. package/src/page_my-account-trade-pro-carousel.html +134 -0
  168. package/src/page_my-account-trade-pro.html +1 -1
  169. package/src/page_my-shopping-list-add-notes.html +1 -0
  170. package/src/page_my-shopping-list-energy.html +1 -0
  171. package/src/page_my-shopping-list-hide-download.html +3 -2
  172. package/src/page_my-shopping-list-pdf.html +2 -0
  173. package/src/page_my-shopping-list-saved-ref.html +1 -0
  174. package/src/page_my-shopping-list-wisdom-oos-registered.html +1 -0
  175. package/src/page_my-shopping-list-wisdom-oos.html +1 -0
  176. package/src/page_my-shopping-list-wisdom-partial-registered.html +1 -0
  177. package/src/page_my-shopping-list-wisdom-registered.html +1 -0
  178. package/src/page_my-shopping-list-wisdom.html +1 -0
  179. package/src/page_my-shopping-list.html +1 -0
  180. package/src/page_my-shopping-list_not-register.html +3 -0
  181. package/src/page_plp-with-paint.html +2 -7
  182. package/src/page_plp.html +2 -7
  183. package/src/page_plp_v2-energy-efficiency.html +1 -6
  184. package/src/page_plp_v2-favourite-products.html +6 -7
  185. package/src/page_plp_v2-quick-filter_colourSwatches_11.html +79 -0
  186. package/src/page_plp_v2-quick-filter_colourSwatches_5.html +79 -0
  187. package/src/page_plp_v2-quick-filter_iconAndText_5.html +79 -0
  188. package/src/page_plp_v2-quick-filter_iconAndText_9.html +79 -0
  189. package/src/page_plp_v2-quick-filter_iconOnly_11.html +79 -0
  190. package/src/page_plp_v2-quick-filter_iconOnly_5.html +79 -0
  191. package/src/page_plp_v2-quick-filter_imageAndText_5.html +79 -0
  192. package/src/page_plp_v2-quick-filter_imageAndText_9.html +79 -0
  193. package/src/page_plp_v2-quick-filter_textOnly_5.html +79 -0
  194. package/src/page_plp_v2-quick-filter_textOnly_9.html +79 -0
  195. package/src/page_plp_v2-vat.html +2 -7
  196. package/src/page_plp_v2.html +22 -9
  197. package/src/page_product_search-vat.html +2 -7
  198. package/src/page_product_search.html +2 -7
  199. package/src/page_project-list-generate-project-list-ID.html +3 -0
  200. package/src/page_project-list-vat.html +4 -0
  201. package/src/page_project-list-with-new-share-popup-android.html +16 -0
  202. package/src/page_project-list-with-new-share-popup-ios.html +16 -0
  203. package/src/page_project-list-with-new-share-popup.html +2 -1
  204. package/src/page_search-results.html +2 -7
  205. package/src/page_shared-project-list-bicester-hub.html +3 -1
  206. package/src/page_tradepro-discount-app.html +1 -1
  207. package/src/page_tradepro-discount-double.html +109 -0
  208. package/src/page_tradepro-discount.html +36 -2
  209. package/src/partials/head.hbs +1 -0
  210. package/src/scss/common/_common.scss +10 -4
  211. package/src/scss/components/_accordion.scss +1 -3
  212. package/src/scss/components/_custom-slider.scss +17 -16
  213. package/src/scss/components/_date-selection-add-new-styles.scss +48 -7
  214. package/src/scss/components/_date-selection.scss +80 -1
  215. package/src/scss/components/{kitchen/_filter-modal.scss → _filter-modal.scss} +55 -4
  216. package/src/scss/components/{kitchen/_plp-filters.scss → _plp-filters.scss} +31 -13
  217. package/src/scss/components/_popover-mini-basket.scss +3 -3
  218. package/src/scss/components/_quick-filter.scss +288 -0
  219. package/src/scss/components/_search-filter.scss +95 -15
  220. package/src/scss/components/_shared-shopping-list.scss +22 -0
  221. package/src/scss/components/_shopping-list.scss +18 -8
  222. package/src/scss/components/_sort-by.scss +190 -0
  223. package/src/scss/components/checkout-chip.scss +2 -2
  224. package/src/scss/components/checkout-payment-repayment-terms.scss +1 -1
  225. package/src/scss/components/kitchen/_price-tooltip.scss +1 -1
  226. package/src/scss/components/kitchen/_price.scss +1 -1
  227. package/src/scss/components/my-account/_barcode.scss +9 -1
  228. package/src/scss/components/my-account/_cards-swap.scss +60 -0
  229. package/src/scss/components/my-account/_clipboard-code.scss +11 -3
  230. package/src/scss/components/my-account/_discount.scss +12 -2
  231. package/src/scss/globals/_global-components.scss +3 -0
  232. package/src/scss/helpers/_colors-semantic.scss +68 -68
  233. package/src/scss/helpers/_variables.scss +244 -196
  234. package/src/scss/kitchen-plp-main.scss +0 -4
  235. package/src/scss/main.scss +65 -65
  236. package/src/scss/pages/my-account-v2.scss +42 -5
  237. package/src/scss/pages/page_discount.scss +8 -4
  238. package/src/scss/pages/page_product-details-v2.scss +1 -4
  239. package/src/scss/pages/page_product_search.scss +9 -1
  240. package/src/scss/pages/page_products-list-combined.scss +28 -24
  241. package/src/scss/pages/page_products-list.scss +8 -0
  242. package/src/scss/pages/tradePro-rewards.scss +3 -4
  243. package/src/scss/plp-main.scss +1 -0
  244. package/src/sitemap.html +25 -1
  245. package/build/js/page/accordion.js +0 -35
  246. package/build/js/page/kitchen/plp-filters-chips.js +0 -90
  247. package/build/js/page/kitchen/plp-filters-mobile.js +0 -72
  248. package/build/js/page/kitchen/plp-filters-panel.js +0 -119
  249. package/build/js/page/kitchen/plp-filters-utils.js +0 -65
  250. package/build/js/page/kitchen/plp-filters.js +0 -205
  251. package/build/js/page/kitchen/sort-by.js +0 -157
  252. package/src/js/components/general/search-filter.js +0 -21
  253. package/src/js/page/accordion.js +0 -35
  254. package/src/js/page/kitchen/plp-filters-chips.js +0 -90
  255. package/src/js/page/kitchen/plp-filters-mobile.js +0 -72
  256. package/src/js/page/kitchen/plp-filters-panel.js +0 -119
  257. package/src/js/page/kitchen/plp-filters-utils.js +0 -65
  258. package/src/js/page/kitchen/plp-filters.js +0 -205
  259. package/src/js/page/kitchen/sort-by.js +0 -157
@@ -3,76 +3,76 @@
3
3
  @import 'common/vat-toggle';
4
4
 
5
5
  // Components
6
- @import 'components/request-pass';//checkout & my-acc + tradepro
7
- @import 'components/popup-delivery';//checkout
8
- @import 'components/user-address';//checkout & my-acc + tradepro & components (recheck for modal-content class)
9
- @import 'components/order-header';//my-acc + tradepro
10
- @import 'components/merge-basket-options';//checkout & components
11
- @import 'components/tables';//my-acc + tradepro
12
- @import 'components/video';//iframe video(to be checked if is used)
6
+ @import 'components/request-pass'; //checkout & my-acc + tradepro
7
+ @import 'components/popup-delivery'; //checkout
8
+ @import 'components/user-address'; //checkout & my-acc + tradepro & components (recheck for modal-content class)
9
+ @import 'components/order-header'; //my-acc + tradepro
10
+ @import 'components/merge-basket-options'; //checkout & components
11
+ @import 'components/tables'; //my-acc + tradepro
12
+ @import 'components/video'; //iframe video(to be checked if is used)
13
13
 
14
- @import 'components/modal-slider';//deep dependence
15
- @import 'components/product-card';//deep dependence
16
- @import 'components/product-card-preview';//deep dependence
17
- @import 'components/your-details';//deep dependence
18
- @import 'components/map';//deep dependence
19
- @import 'components/aside-nav2';//deep dependence
20
- @import 'components/account-heading';//deep dependence
21
- @import 'components/card-store-locator';//deep dependence
22
- @import 'components/offer-banner';//deep dependence
23
- @import 'components/pagination';//deep dependence
24
- @import 'components/price-block';//deep dependence
25
- @import 'components/back-to-top';//deep dependence
26
- @import 'components/payments';//deep dependence
27
- @import 'components/notifications';//deep dependence
28
- @import 'components/popover-mini-basket';//deep dependence
14
+ @import 'components/modal-slider'; //deep dependence
15
+ @import 'components/product-card'; //deep dependence
16
+ @import 'components/product-card-preview'; //deep dependence
17
+ @import 'components/your-details'; //deep dependence
18
+ @import 'components/map'; //deep dependence
19
+ @import 'components/aside-nav2'; //deep dependence
20
+ @import 'components/account-heading'; //deep dependence
21
+ @import 'components/card-store-locator'; //deep dependence
22
+ @import 'components/offer-banner'; //deep dependence
23
+ @import 'components/pagination'; //deep dependence
24
+ @import 'components/price-block'; //deep dependence
25
+ @import 'components/back-to-top'; //deep dependence
26
+ @import 'components/payments'; //deep dependence
27
+ @import 'components/notifications'; //deep dependence
28
+ @import 'components/popover-mini-basket'; //deep dependence
29
29
  @import 'components/custom-slider';
30
- @import 'components/lines-group';//deep dependence
31
- @import 'components/autocomplete';//deep dependence
32
- @import 'components/card';//deep dependence
33
- @import 'components/accordion';//deep dependence
34
- @import 'components/order-line';//deep dependence
35
- @import 'components/clamp';//deep
36
- @import 'components/cookies-policy';//deep dependence
30
+ @import 'components/lines-group'; //deep dependence
31
+ @import 'components/autocomplete'; //deep dependence
32
+ @import 'components/card'; //deep dependence
33
+ @import 'components/accordion'; //deep dependence
34
+ @import 'components/order-line'; //deep dependence
35
+ @import 'components/clamp'; //deep
36
+ @import 'components/cookies-policy'; //deep dependence
37
37
  @import 'components/snack-bar';
38
38
  //used in many pages
39
39
 
40
- @import 'components/card-slider';// pdp, home, top-rated
41
- @import 'components/pagination__shopping-list';//only shopping list
42
- @import 'components/search-filter';//plp & product-search & search result
43
- @import 'components/category-tree';//product-search & plp
44
- @import 'components/steps';//checkout & in-store & tradePro
45
- @import 'components/steps-three';//checkout progress bar for three steps
46
- @import 'components/modal-box';//pdp & checkout & kitchen-claims
47
- @import 'components/legal-info';//plp + product search + search result
48
- @import 'components/card-store-collect';//pdp + shopping list
49
- @import 'components/click-and-collect-modal';// pdp + shopping list
50
- @import 'components/find-a-store';//store locator + components
51
- @import 'components/page-overlay';//homepage & pdp + checkout
52
- @import 'components/not-logged-in-message';//pdp + shopping list
53
- @import 'components/order-line-shop-list';//shopping list
54
- @import 'components/share-list-modal';//shopping list
55
- @import 'components/shopping-list';//shopping list
56
- @import 'components/shopping-list-note';//shopping list
57
- @import 'components/project-list-total';//shopping list
58
- @import 'components/counter-list';//shopping list
59
- @import 'components/shared-shopping-list';//shopping list
60
- @import 'components/price-badges';//plp + pdp + product search + badges
61
- @import 'components/loader';//installer + checkout + loader page
62
- @import 'components/trade-pro-extras';//only tp
63
- @import 'components/payment-transactions';//wismo-asm + my-acc-asm
64
- @import 'components/wismo-info-banner';//only wismo
65
- @import 'components/charity-donations';//shopping cart
66
- @import 'components/donation-cart';//shopping cart charity
67
- @import 'components/checkout-loader-modal';//checkout
68
- @import 'components/range-card';//range cards
69
- @import 'components/finance';//partially not used(finance class)
70
- @import 'components/tc-generic';//tiling calculator
71
- @import 'components/tc-generic-floor';//tiling calculator
72
- @import 'components/next-steps';//tiling calculator
73
- @import 'components/card-color-slider';//range cards
74
- @import 'components/gallery';//range cards
75
- @import 'components/tabs';//range cards
40
+ @import 'components/card-slider'; // pdp, home, top-rated
41
+ @import 'components/pagination__shopping-list'; //only shopping list
42
+ @import 'components/search-filter'; //plp & product-search & search result
43
+ @import 'components/category-tree'; //product-search & plp
44
+ @import 'components/steps'; //checkout & in-store & tradePro
45
+ @import 'components/steps-three'; //checkout progress bar for three steps
46
+ @import 'components/modal-box'; //pdp & checkout & kitchen-claims
47
+ @import 'components/legal-info'; //plp + product search + search result
48
+ @import 'components/card-store-collect'; //pdp + shopping list
49
+ @import 'components/click-and-collect-modal'; // pdp + shopping list
50
+ @import 'components/find-a-store'; //store locator + components
51
+ @import 'components/page-overlay'; //homepage & pdp + checkout
52
+ @import 'components/not-logged-in-message'; //pdp + shopping list
53
+ @import 'components/order-line-shop-list'; //shopping list
54
+ @import 'components/share-list-modal'; //shopping list
55
+ @import 'components/shopping-list'; //shopping list
56
+ @import 'components/shopping-list-note'; //shopping list
57
+ @import 'components/project-list-total'; //shopping list
58
+ @import 'components/counter-list'; //shopping list
59
+ @import 'components/shared-shopping-list'; //shopping list
60
+ @import 'components/price-badges'; //plp + pdp + product search + badges
61
+ @import 'components/loader'; //installer + checkout + loader page
62
+ @import 'components/trade-pro-extras'; //only tp
63
+ @import 'components/payment-transactions'; //wismo-asm + my-acc-asm
64
+ @import 'components/wismo-info-banner'; //only wismo
65
+ @import 'components/charity-donations'; //shopping cart
66
+ @import 'components/donation-cart'; //shopping cart charity
67
+ @import 'components/checkout-loader-modal'; //checkout
68
+ @import 'components/range-card'; //range cards
69
+ @import 'components/finance'; //partially not used(finance class)
70
+ @import 'components/tc-generic'; //tiling calculator
71
+ @import 'components/tc-generic-floor'; //tiling calculator
72
+ @import 'components/next-steps'; //tiling calculator
73
+ @import 'components/card-color-slider'; //range cards
74
+ @import 'components/gallery'; //range cards
75
+ @import 'components/tabs'; //range cards
76
76
  @import 'components/order-summary'; //checkout
77
77
  @import 'components/checkout-action'; //checkout
78
78
  @import 'components/checkout-header'; //checkout
@@ -9,6 +9,7 @@
9
9
  @import '../components/my-account/barcode';
10
10
  @import '../components/my-account/discount';
11
11
  @import '../components/my-account/clipboard-code';
12
+ @import '../components/my-account/cards-swap';
12
13
  @import '../components/my-account/payment-status';
13
14
  @import '../libs/font-awesome-icons';
14
15
  @import '../components/my-account/payment-status';
@@ -50,7 +51,7 @@
50
51
  background: $virid-darker;
51
52
  color: $white;
52
53
  padding: 4px 5px;
53
- font-size: .875rem;
54
+ font-size: 0.875rem;
54
55
  }
55
56
  }
56
57
 
@@ -79,10 +80,10 @@
79
80
  color: $blue;
80
81
  display: flex;
81
82
  align-items: center;
82
- transition: all .3s;
83
+ transition: all 0.3s;
83
84
 
84
85
  &:hover {
85
- opacity: .7;
86
+ opacity: 0.7;
86
87
  text-decoration: underline;
87
88
  }
88
89
 
@@ -108,6 +109,10 @@
108
109
  color: $white;
109
110
  padding: 16px;
110
111
  width: 100%;
112
+
113
+ &--secondary {
114
+ background: $gray-wait;
115
+ }
111
116
  }
112
117
  }
113
118
 
@@ -124,6 +129,10 @@
124
129
  .greetings {
125
130
  word-break: break-all;
126
131
 
132
+ &--secondary {
133
+ color: $black;
134
+ }
135
+
127
136
  .title {
128
137
  font-weight: 500;
129
138
  font-size: 1.625rem;
@@ -161,7 +170,7 @@
161
170
  }
162
171
 
163
172
  .tooltip {
164
- filter: drop-shadow(0 0 8px rgba(0, 0, 0, .12));
173
+ filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.12));
165
174
  position: absolute;
166
175
 
167
176
  .tooltip-inner {
@@ -170,7 +179,7 @@
170
179
  padding: 8px 16px !important;
171
180
  border-radius: 4px;
172
181
  font-weight: 400;
173
- font-size: .75rem;
182
+ font-size: 0.75rem;
174
183
  line-height: 1rem;
175
184
  }
176
185
 
@@ -180,6 +189,10 @@
180
189
  }
181
190
 
182
191
  @include media-breakpoint-up(sm) {
192
+ .d-sm-grid {
193
+ display: grid !important;
194
+ }
195
+
183
196
  .my-account {
184
197
  .account-actions {
185
198
  padding-top: 32px;
@@ -233,6 +246,12 @@
233
246
  .clipboard-code {
234
247
  align-items: center;
235
248
  }
249
+
250
+ &--double {
251
+ .discount {
252
+ grid-row: auto;
253
+ }
254
+ }
236
255
  }
237
256
  }
238
257
 
@@ -240,6 +259,16 @@
240
259
  padding-top: 24px;
241
260
  }
242
261
  }
262
+
263
+ .my-account {
264
+ .cards-swap {
265
+ .account-summary {
266
+ &__wrapper {
267
+ grid-template-rows: auto;
268
+ }
269
+ }
270
+ }
271
+ }
243
272
  }
244
273
 
245
274
  @include media-breakpoint-up(md) {
@@ -270,6 +299,10 @@
270
299
  &__wrapper {
271
300
  grid-template-columns: minmax(auto, 502px) repeat(2, minmax(auto, 223px));
272
301
 
302
+ &--double {
303
+ grid-template-columns: repeat(2, 1fr);
304
+ }
305
+
273
306
  .clipboard-code,
274
307
  .discount {
275
308
  padding-top: 20px;
@@ -325,6 +358,10 @@
325
358
  &__wrapper {
326
359
  grid-template-columns: minmax(auto, 502px) 1fr 1fr;
327
360
 
361
+ &--double {
362
+ grid-template-columns: repeat(2, 1fr);
363
+ }
364
+
328
365
  .icon-wrap {
329
366
  width: 48px;
330
367
  height: 48px;
@@ -47,6 +47,10 @@
47
47
  margin-bottom: 8px;
48
48
  }
49
49
  }
50
+
51
+ &--secondary {
52
+ background: $gray-wait;
53
+ }
50
54
  }
51
55
 
52
56
  .app-info {
@@ -106,10 +110,6 @@
106
110
 
107
111
  @include media-breakpoint-up(md) {
108
112
  .discount-offer {
109
- &__wrap {
110
- padding-bottom: 72px;
111
- }
112
-
113
113
  &__header {
114
114
  padding-top: 40px;
115
115
 
@@ -183,6 +183,10 @@
183
183
  &__body {
184
184
  grid-template-columns: repeat(3, 1fr);
185
185
 
186
+ &--double {
187
+ grid-template-columns: 1fr 2fr;
188
+ }
189
+
186
190
  .clipboard-code.discount-code {
187
191
  grid-column: auto;
188
192
  }
@@ -41,7 +41,6 @@
41
41
  }
42
42
 
43
43
  &__gallery {
44
-
45
44
  @include media-breakpoint-up(md) {
46
45
  grid-column-start: 1;
47
46
  grid-row-start: 2;
@@ -170,11 +169,9 @@
170
169
  }
171
170
 
172
171
  .recently-viewed {
173
-
174
172
  @include media-breakpoint-down(md) {
175
173
  display: none;
176
174
  }
177
-
178
175
  }
179
176
 
180
177
  .review-star {
@@ -229,7 +226,7 @@
229
226
  }
230
227
 
231
228
  .review-star-average-v2 {
232
- font-size: .875rem;
229
+ font-size: 0.875rem;
233
230
  vertical-align: 15%;
234
231
  }
235
232
 
@@ -304,7 +304,7 @@
304
304
  overflow-x: hidden;
305
305
 
306
306
  &__badges {
307
- font-size: .875rem;
307
+ font-size: 0.875rem;
308
308
  }
309
309
 
310
310
  .card {
@@ -344,9 +344,17 @@
344
344
  .sort-products-list {
345
345
  &__section {
346
346
  @include make-col(6);
347
+ color: black;
348
+ border: none;
349
+
350
+ > .form-row {
351
+ margin-bottom: 0;
352
+ }
347
353
  }
348
354
 
349
355
  &__pagination {
356
+ margin-top: 20px;
357
+
350
358
  .pagination {
351
359
  &:not(.pagination_tablet) {
352
360
  display: none;
@@ -66,8 +66,8 @@ $color-bar-radius: 3px;
66
66
  }
67
67
 
68
68
  .sort-products-list {
69
- @include make-row;
70
- justify-content: space-between;
69
+ display: flex;
70
+ justify-content: flex-end;
71
71
  align-items: center;
72
72
 
73
73
  .open-filters-btn {
@@ -95,7 +95,8 @@ $color-bar-radius: 3px;
95
95
 
96
96
  &__total {
97
97
  font-weight: 700;
98
- padding-left: 15px;
98
+ font-size: 0.875rem;
99
+ line-height: 22px;
99
100
  }
100
101
  }
101
102
 
@@ -251,7 +252,6 @@ $color-bar-radius: 3px;
251
252
  }
252
253
 
253
254
  .products-list-v2 {
254
-
255
255
  @include media-breakpoint-down(sm) {
256
256
  margin-right: -5px;
257
257
  margin-left: -5px;
@@ -266,7 +266,7 @@ $color-bar-radius: 3px;
266
266
  font-size: 1rem;
267
267
 
268
268
  @include media-breakpoint-down(sm) {
269
- font-size: .875rem;
269
+ font-size: 0.875rem;
270
270
  }
271
271
  }
272
272
 
@@ -357,7 +357,6 @@ $color-bar-radius: 3px;
357
357
  @include media-breakpoint-down(sm) {
358
358
  padding-left: 0;
359
359
  padding-right: 0;
360
-
361
360
  }
362
361
  }
363
362
 
@@ -403,7 +402,7 @@ $color-bar-radius: 3px;
403
402
  & .product-card__title.product-card__title-v2 {
404
403
  @include clamp-text(3);
405
404
  margin-top: 5px;
406
- font-size: .875rem;
405
+ font-size: 0.875rem;
407
406
  font-weight: 700;
408
407
  line-height: 18px;
409
408
 
@@ -439,7 +438,6 @@ $color-bar-radius: 3px;
439
438
  &__price-value.product-card__price-value.product-card__price-value {
440
439
  font-size: 1.5rem;
441
440
 
442
-
443
441
  @media screen and (max-width: 321px) {
444
442
  font-size: 1.125rem;
445
443
  }
@@ -453,7 +451,7 @@ $color-bar-radius: 3px;
453
451
  }
454
452
 
455
453
  .product-rating.product-rating-v2 {
456
- font-size: .875rem;
454
+ font-size: 0.875rem;
457
455
 
458
456
  .fa-star {
459
457
  margin-right: 0;
@@ -483,7 +481,6 @@ $color-bar-radius: 3px;
483
481
  &-sqm {
484
482
  color: $red;
485
483
  }
486
-
487
484
  }
488
485
  }
489
486
 
@@ -503,7 +500,7 @@ $color-bar-radius: 3px;
503
500
  text-align: left;
504
501
  width: 100%;
505
502
  margin-right: 0;
506
- font-size: .875rem;
503
+ font-size: 0.875rem;
507
504
  font-weight: 500;
508
505
  line-height: 14px;
509
506
  color: $blue-dark;
@@ -589,9 +586,17 @@ $color-bar-radius: 3px;
589
586
  .sort-products-list {
590
587
  &__section {
591
588
  @include make-col(6);
589
+ color: black;
590
+ border: none;
591
+
592
+ > .form-row {
593
+ margin-bottom: 0;
594
+ }
592
595
  }
593
596
 
594
597
  &__pagination {
598
+ margin-top: 20px;
599
+
595
600
  .pagination {
596
601
  &:not(.pagination_tablet) {
597
602
  display: none;
@@ -696,7 +701,7 @@ $color-bar-radius: 3px;
696
701
 
697
702
  &-active {
698
703
  transform: rotateX(180deg) scale(1.25);
699
- transition: .4s;
704
+ transition: 0.4s;
700
705
  transform-style: preserve-3d;
701
706
  box-shadow: -1px 0 5px -1px $black;
702
707
  }
@@ -773,12 +778,11 @@ $color-bar-radius: 3px;
773
778
 
774
779
  .srp-injected {
775
780
  &__content {
776
- padding: 1.25em .75em;
781
+ padding: 1.25em 0.75em;
777
782
  }
778
783
  }
779
784
  }
780
785
 
781
-
782
786
  //minified notification component styles start
783
787
  .notification {
784
788
  padding: 8px 40px;
@@ -797,7 +801,7 @@ $color-bar-radius: 3px;
797
801
  position: absolute;
798
802
  right: 8px;
799
803
  top: 8px;
800
- font-size: .875rem;
804
+ font-size: 0.875rem;
801
805
  color: $warm-grey;
802
806
  cursor: pointer;
803
807
 
@@ -810,7 +814,7 @@ $color-bar-radius: 3px;
810
814
  position: absolute;
811
815
  right: 8px;
812
816
  top: 8px;
813
- font-size: .875rem;
817
+ font-size: 0.875rem;
814
818
  color: $warm-grey;
815
819
  cursor: pointer;
816
820
  }
@@ -889,6 +893,7 @@ $color-bar-radius: 3px;
889
893
  }
890
894
  }
891
895
  }
896
+
892
897
  //minified notification component styles end
893
898
 
894
899
  //minified autocomplete component styles start
@@ -973,6 +978,7 @@ $color-bar-radius: 3px;
973
978
  }
974
979
  }
975
980
  }
981
+
976
982
  //minified autocomplete component styles end
977
983
 
978
984
  //minified card component styles start
@@ -1043,7 +1049,6 @@ $color-bar-radius: 3px;
1043
1049
  }
1044
1050
 
1045
1051
  .card__img {
1046
-
1047
1052
  @include media-breakpoint-down(sm) {
1048
1053
  padding-top: 15px;
1049
1054
  padding-bottom: 10px;
@@ -1086,7 +1091,7 @@ $color-bar-radius: 3px;
1086
1091
 
1087
1092
  &_ends {
1088
1093
  background-color: $gray-dark-transparent75;
1089
- font-size: .75rem;
1094
+ font-size: 0.75rem;
1090
1095
  font-weight: 500;
1091
1096
  line-height: 14px;
1092
1097
  }
@@ -1133,6 +1138,7 @@ $color-bar-radius: 3px;
1133
1138
  max-width: 100%;
1134
1139
  width: 100%;
1135
1140
  }
1141
+
1136
1142
  //minified card component styles end
1137
1143
 
1138
1144
  //minified product-card component styles start
@@ -1187,7 +1193,7 @@ $color-bar-radius: 3px;
1187
1193
  .product-card__reviews,
1188
1194
  .filter__reviews {
1189
1195
  color: $warm-grey;
1190
- font-size: .75rem;
1196
+ font-size: 0.75rem;
1191
1197
  line-height: 16px;
1192
1198
  margin-top: 10px;
1193
1199
 
@@ -1226,11 +1232,10 @@ $color-bar-radius: 3px;
1226
1232
  }
1227
1233
  }
1228
1234
  }
1229
-
1230
1235
  }
1231
1236
 
1232
1237
  .filter__reviews {
1233
- font-size: .875rem;
1238
+ font-size: 0.875rem;
1234
1239
  margin: 0;
1235
1240
  transform: translateY(3px);
1236
1241
 
@@ -1255,9 +1260,7 @@ $color-bar-radius: 3px;
1255
1260
 
1256
1261
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
1257
1262
  .product-card__reviews {
1258
-
1259
1263
  .product-rating {
1260
-
1261
1264
  .rating-bg {
1262
1265
  display: block;
1263
1266
  }
@@ -1296,7 +1299,7 @@ $color-bar-radius: 3px;
1296
1299
  line-height: 36px;
1297
1300
 
1298
1301
  .product-card__price-from {
1299
- font-size: .7em;
1302
+ font-size: 0.7em;
1300
1303
  margin-right: 4px;
1301
1304
  }
1302
1305
 
@@ -1325,6 +1328,7 @@ $color-bar-radius: 3px;
1325
1328
  text-decoration-color: $line-through;
1326
1329
  }
1327
1330
  }
1331
+
1328
1332
  //minified product-card component styles end
1329
1333
 
1330
1334
  @include media-breakpoint-down(sm) {
@@ -235,9 +235,17 @@
235
235
  .sort-products-list {
236
236
  &__section {
237
237
  @include make-col(6);
238
+ color: black;
239
+ border: none;
240
+
241
+ > .form-row {
242
+ margin-bottom: 0;
243
+ }
238
244
  }
239
245
 
240
246
  &__pagination {
247
+ margin-top: 20px;
248
+
241
249
  .pagination {
242
250
  &:not(.pagination_tablet) {
243
251
  display: none;
@@ -7,7 +7,7 @@ $voucher-cell-height-lg: 246px;
7
7
  $voucher-cell-height-xl: 296px;
8
8
 
9
9
  .text-start {
10
- text-align: left;
10
+ text-align: left !important;
11
11
  }
12
12
 
13
13
  .page_tradePro-rewards {
@@ -131,7 +131,7 @@ $voucher-cell-height-xl: 296px;
131
131
  color: $white;
132
132
  display: block;
133
133
  padding: 4px;
134
- font-size: .75rem;
134
+ font-size: 0.75rem;
135
135
  font-weight: 500;
136
136
  }
137
137
 
@@ -168,7 +168,7 @@ $voucher-cell-height-xl: 296px;
168
168
 
169
169
  &-text {
170
170
  font-weight: 400;
171
- font-size: .875rem;
171
+ font-size: 0.875rem;
172
172
  }
173
173
 
174
174
  &-button {
@@ -191,7 +191,6 @@ $voucher-cell-height-xl: 296px;
191
191
  }
192
192
  }
193
193
 
194
-
195
194
  @include media-breakpoint-up(md) {
196
195
  .page_tradePro-rewards {
197
196
  .voucher {
@@ -27,6 +27,7 @@
27
27
  @import 'components/clamp-content';
28
28
  @import 'components/card-product-banner';
29
29
  @import 'components/shop-colour';
30
+ @import 'components/quick-filter';
30
31
 
31
32
  // Pages
32
33
  @import 'pages/page_products-list-combined';