wickes-css2 2.105.0-develop.3 → 2.105.0-develop.4

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 (160) hide show
  1. package/Readme.md +1 -2
  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/page_product_search.css +1 -1
  9. package/build/css/pages/page_products-list-combined.css +1 -1
  10. package/build/css/pages/page_products-list.css +1 -1
  11. package/build/css/pdp-main-before-combine.css +1 -1
  12. package/build/css/pdp-main-non-critical.css +1 -1
  13. package/build/css/pdp-main.css +1 -1
  14. package/build/css/plp-main.css +1 -1
  15. package/build/css/store-locator-main.css +1 -1
  16. package/build/js/basket.min.js +2 -2
  17. package/build/js/bundle.min.js +1 -1
  18. package/build/js/checkout.min.js +2 -2
  19. package/build/js/emulation.min.js +12122 -11594
  20. package/build/js/general.bundle.min.js +1 -1
  21. package/build/js/kitchen/kitchen-plp.min.js +1 -9
  22. package/build/js/merged-checkout.min.js +2 -2
  23. package/build/js/mini-basket-slider.min.js +1 -1
  24. package/build/js/page/basket/basket-update-cart-action.js +59 -56
  25. package/build/js/page/basket/basket-update-cart.js +27 -27
  26. package/build/js/page/basket/basket-utils.js +40 -33
  27. package/build/js/page/basket/mini-basket-total.js +70 -66
  28. package/build/js/page/basket/quantity-change-handler.js +73 -55
  29. package/build/js/page/basket/update-quantity-operation.js +39 -30
  30. package/build/js/page/basket/update-quantity.js +62 -62
  31. package/build/js/page/basket-v2.js +362 -229
  32. package/build/js/page/billie-business-type.js +27 -27
  33. package/build/js/page/checkout-payment-details.js +301 -299
  34. package/build/js/page/components/discounts.js +39 -36
  35. package/build/js/page/components/mini-basket-slider.js +604 -545
  36. package/build/js/page/filters/desktop-nav.js +64 -0
  37. package/build/js/page/filters/mobile-nav.js +93 -0
  38. package/build/js/page/filters/plp-filters-chips.js +92 -0
  39. package/build/js/page/filters/plp-filters-mobile.js +150 -0
  40. package/build/js/page/filters/plp-filters-panel.js +123 -0
  41. package/build/js/page/filters/plp-filters-utils.js +66 -0
  42. package/build/js/page/filters/plp-filters.js +256 -0
  43. package/build/js/page/filters/sort-by.js +172 -0
  44. package/build/js/page/klarna-modal-scroll-disable.js +4 -4
  45. package/build/js/page/online-exclusive.js +28 -30
  46. package/build/js/page/search-filter.js +62 -0
  47. package/build/js/page/utils/helpers.js +14 -9
  48. package/build/js/page/utils/show-more-less.js +273 -0
  49. package/build/js/pdp.bundle.min.js +1 -1
  50. package/build/js/plp-filters.min.js +9 -0
  51. package/build/js/plp.bundle.min.js +1 -1
  52. package/build/js/project-list.min.js +1 -1
  53. package/build/js/search-filter.min.js +1 -0
  54. package/package.json +3 -3
  55. package/src/components/accordion.hbs +2 -2
  56. package/src/components/kitchen/dropdown.hbs +6 -3
  57. package/src/components/kitchen/filter-modal-content-kitchen.hbs +10 -0
  58. package/src/components/kitchen/filter-modal.hbs +10 -13
  59. package/src/components/kitchen/plp-filters.hbs +3 -1
  60. package/src/components/kitchen/sort-by.hbs +1 -1
  61. package/src/components/search-filter-modal-content.hbs +102 -0
  62. package/src/components/search-filter.hbs +121 -112
  63. package/src/data/data_plp_load-more.json +1 -1
  64. package/src/elements/btn.hbs +7 -0
  65. package/src/js/components/general/accordion.js +38 -29
  66. package/src/js/components/general/cart-slider.js +19 -16
  67. package/src/js/components/general/create-popup-slider.js +168 -173
  68. package/src/js/emulation/big-wins.js +1081 -904
  69. package/src/js/emulation/billie-modal.js +23 -19
  70. package/src/js/emulation/checkout-payment-details.js +47 -38
  71. package/src/js/emulation/custom-slider-emulation.js +17 -13
  72. package/src/js/emulation/filters-emulation.js +164 -0
  73. package/src/js/emulation/forms.js +360 -323
  74. package/src/js/emulation/mini-basket-data.js +1051 -923
  75. package/src/js/emulation/paymentLoader.js +17 -17
  76. package/src/js/emulation/pdf-file-loader.js +89 -91
  77. package/src/js/emulation/popover-mini-basket.js +246 -239
  78. package/src/js/emulation/product-counter.js +50 -0
  79. package/src/js/emulation/project-list-pdp.js +321 -316
  80. package/src/js/emulation/repayment-toggle.js +23 -24
  81. package/src/js/emulation/reset-filter-desktop.js +5 -0
  82. package/src/js/emulation/selectable.js +22 -18
  83. package/src/js/emulation/wismo-details.js +23 -31
  84. package/src/js/page/basket/basket-update-cart-action.js +59 -56
  85. package/src/js/page/basket/basket-update-cart.js +27 -27
  86. package/src/js/page/basket/basket-utils.js +40 -33
  87. package/src/js/page/basket/mini-basket-total.js +70 -66
  88. package/src/js/page/basket/quantity-change-handler.js +73 -55
  89. package/src/js/page/basket/update-quantity-operation.js +39 -30
  90. package/src/js/page/basket/update-quantity.js +62 -62
  91. package/src/js/page/basket-v2.js +362 -229
  92. package/src/js/page/billie-business-type.js +27 -27
  93. package/src/js/page/checkout-payment-details.js +301 -299
  94. package/src/js/page/components/discounts.js +39 -36
  95. package/src/js/page/components/mini-basket-slider.js +604 -545
  96. package/src/js/page/filters/desktop-nav.js +64 -0
  97. package/src/js/page/filters/mobile-nav.js +93 -0
  98. package/src/js/page/filters/plp-filters-chips.js +92 -0
  99. package/src/js/page/filters/plp-filters-mobile.js +150 -0
  100. package/src/js/page/filters/plp-filters-panel.js +123 -0
  101. package/src/js/page/filters/plp-filters-utils.js +66 -0
  102. package/src/js/page/filters/plp-filters.js +256 -0
  103. package/src/js/page/filters/sort-by.js +172 -0
  104. package/src/js/page/klarna-modal-scroll-disable.js +4 -4
  105. package/src/js/page/online-exclusive.js +28 -30
  106. package/src/js/page/search-filter.js +62 -0
  107. package/src/js/page/utils/helpers.js +14 -9
  108. package/src/js/page/utils/show-more-less.js +273 -0
  109. package/src/page_empty-shared-project-list-bicester-hub.html +3 -0
  110. package/src/page_kitchen-plp.html +2 -2
  111. package/src/page_plp-with-paint.html +2 -7
  112. package/src/page_plp.html +2 -7
  113. package/src/page_plp_v2-energy-efficiency.html +1 -6
  114. package/src/page_plp_v2-favourite-products.html +6 -7
  115. package/src/page_plp_v2-vat.html +2 -7
  116. package/src/page_plp_v2.html +22 -9
  117. package/src/page_product_search-vat.html +2 -7
  118. package/src/page_product_search.html +2 -7
  119. package/src/page_project-list-with-new-share-popup-android.html +1 -0
  120. package/src/page_project-list-with-new-share-popup-ios.html +1 -0
  121. package/src/page_project-list-with-new-share-popup.html +1 -0
  122. package/src/page_search-results.html +2 -7
  123. package/src/page_shared-project-list-bicester-hub.html +1 -0
  124. package/src/scss/common/_common.scss +5 -4
  125. package/src/scss/components/_accordion.scss +1 -3
  126. package/src/scss/components/_custom-slider.scss +15 -14
  127. package/src/scss/components/_date-selection-add-new-styles.scss +6 -7
  128. package/src/scss/components/_date-selection.scss +1 -1
  129. package/src/scss/components/{kitchen/_filter-modal.scss → _filter-modal.scss} +55 -4
  130. package/src/scss/components/{kitchen/_plp-filters.scss → _plp-filters.scss} +31 -13
  131. package/src/scss/components/_popover-mini-basket.scss +3 -3
  132. package/src/scss/components/_search-filter.scss +95 -15
  133. package/src/scss/components/_sort-by.scss +190 -0
  134. package/src/scss/components/checkout-chip.scss +2 -2
  135. package/src/scss/components/checkout-payment-repayment-terms.scss +1 -1
  136. package/src/scss/globals/_global-components.scss +3 -0
  137. package/src/scss/helpers/_colors-semantic.scss +68 -68
  138. package/src/scss/helpers/_variables.scss +242 -196
  139. package/src/scss/kitchen-plp-main.scss +0 -3
  140. package/src/scss/main.scss +65 -65
  141. package/src/scss/pages/page_product-details-v2.scss +1 -4
  142. package/src/scss/pages/page_product_search.scss +9 -1
  143. package/src/scss/pages/page_products-list-combined.scss +28 -24
  144. package/src/scss/pages/page_products-list.scss +8 -0
  145. package/src/scss/pages/tradePro-rewards.scss +2 -3
  146. package/build/js/page/accordion.js +0 -35
  147. package/build/js/page/kitchen/plp-filters-chips.js +0 -90
  148. package/build/js/page/kitchen/plp-filters-mobile.js +0 -72
  149. package/build/js/page/kitchen/plp-filters-panel.js +0 -119
  150. package/build/js/page/kitchen/plp-filters-utils.js +0 -65
  151. package/build/js/page/kitchen/plp-filters.js +0 -205
  152. package/build/js/page/kitchen/sort-by.js +0 -157
  153. package/src/js/components/general/search-filter.js +0 -21
  154. package/src/js/page/accordion.js +0 -35
  155. package/src/js/page/kitchen/plp-filters-chips.js +0 -90
  156. package/src/js/page/kitchen/plp-filters-mobile.js +0 -72
  157. package/src/js/page/kitchen/plp-filters-panel.js +0 -119
  158. package/src/js/page/kitchen/plp-filters-utils.js +0 -65
  159. package/src/js/page/kitchen/plp-filters.js +0 -205
  160. package/src/js/page/kitchen/sort-by.js +0 -157
@@ -1 +1 @@
1
- .products-list-page .page-header__title{text-transform:none}.products-list-page .searched-item{display:block;font-weight:700}.products-list-page .left-aside{position:static}.sort-products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;align-items:center}.sort-products-list .open-filters-btn{width:100%;margin-bottom:30px}.sort-products-list .open-filters-btn .icon{margin-right:6px}.sort-products-list__section{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}.sort-products-list__sort-by{text-align:right}.products-list{margin-top:30px}.products-list .card__inner .card__descr{margin-bottom:10px;line-height:1.5}.products-list .product-card__price{position:relative;display:flex;align-items:center;text-align:center;width:100%;margin:0;flex-direction:column;min-height:auto}.products-list .product-card__price.product-card__price_sale .product-card__price-value{bottom:1px}.products-list .product-card .product-card__title{font-size:1rem}.products-list .product-card .card__inner{padding-top:0;padding-bottom:10px;border:1px solid #ccc}.products-list .product-card .card__inner .card__img{border-bottom:1px solid #ccc}.products-list .product-card .product-card__extra-info{margin:0;width:100%}.products-list .product-card .out-of-stock-container{padding:10px 0 10px 30px}.products-list .product-card .notify-container{padding:10px 30px 10px 0}.products-list .product-card .card__offers{top:0}.products-list .product-card .click-collect-container{padding:10px 30px 0}.products-list .product-card__price .product-card__price__old-price{text-align:left;width:100%;margin-right:0;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .product-card__price-value{bottom:0;width:100%;text-align:left;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .uom-price{margin:0}.products-list .product-card__price .product-card__price__out-of-stock{margin-right:0;width:100%;text-align:left;padding-left:15px}.products-list .product-card__description{float:left;padding:15px 0 0 15px;width:100%;font-weight:500}.product-card__price .product-card__price_sale{padding:0 10px}.product-list .card__descr .card_offer_text:empty{display:none}.products-list-v2__badges{position:absolute;top:0;right:0;z-index:2;line-height:1.5rem;font-weight:700;text-align:center;color:#fff;padding:0 10px;min-width:140px;background:#cf000f;font-size:1rem}.products-list-v2__badges.products-list-v2__badges.products-list-v2__badges{width:auto;min-width:120px}.products-list-v2__badge{padding:3px 5px}@media (min-width:768px){.sort-products-list .open-filters-btn{display:none}.products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.products-list .product-card__price .product-card__price-value .product-card__price-from{float:left}.products-list .card{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}}@media (min-width:992px){.sort-products-list__section{flex:0 0 33.33333%;max-width:33.33333%}.sort-products-list__pagination .pagination_tablet{display:none}.sort-products-list .form-row{margin-bottom:0}.sort-products-list .ddn{display:inline-block;width:200px}.products-list .card{flex:0 0 33.33333%;max-width:33.33333%}}@media (max-width:991.98px){.sort-products-list__pagination{flex:0 0 100%;max-width:100%;order:2}.products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.is-hidden{display:none}.products-list-v2{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}}@media (max-width:767.98px){.products-list-page .page-header{border:0;padding:0}.sort-products-list__items-per-page .form-row,.sort-products-list__pagination .pagination_tablet{display:none}.products-list{margin-right:-5px;margin-left:-5px;margin-top:0;padding-top:40px;overflow-x:hidden}.filter-results__actions.filter-results__actions{padding:5px 0}.products-list-v2{margin-right:-5px;margin-left:-5px;margin-top:0;padding-top:40px;overflow-x:hidden}.products-list-v2__badges{font-size:.875rem}.products-list-v2 .card{max-width:50%;padding-left:5px;padding-right:5px;position:relative}.products-list-v2 .card:first-of-type::before,.products-list-v2 .card:nth-of-type(2):before{content:"";position:absolute;top:-20px;left:5px;width:calc(100% - 10px);border-bottom:1px solid #ccc}}@media (min-width:768px) and (max-width:991.98px){.products-list-page .left-aside{flex:0 0 33.33333%;max-width:33.33333%}.products-list-page .content{flex:0 0 66.66667%;max-width:66.66667%}.products-list-page .banner{min-height:310px}.sort-products-list__section{flex:0 0 50%;max-width:50%}.sort-products-list__pagination .pagination:not(.pagination_tablet){display:none}.products-list .card{flex:0 0 50%;max-width:50%}}
1
+ .products-list-page .page-header__title{text-transform:none}.products-list-page .searched-item{display:block;font-weight:700}.products-list-page .left-aside{position:static}.sort-products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;align-items:center}.sort-products-list .open-filters-btn{width:100%;margin-bottom:30px}.sort-products-list .open-filters-btn .icon{margin-right:6px}.sort-products-list__section{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}.sort-products-list__sort-by{text-align:right}.products-list{margin-top:30px}.products-list .card__inner .card__descr{margin-bottom:10px;line-height:1.5}.products-list .product-card__price{position:relative;display:flex;align-items:center;text-align:center;width:100%;margin:0;flex-direction:column;min-height:auto}.products-list .product-card__price.product-card__price_sale .product-card__price-value{bottom:1px}.products-list .product-card .product-card__title{font-size:1rem}.products-list .product-card .card__inner{padding-top:0;padding-bottom:10px;border:1px solid #ccc}.products-list .product-card .card__inner .card__img{border-bottom:1px solid #ccc}.products-list .product-card .product-card__extra-info{margin:0;width:100%}.products-list .product-card .out-of-stock-container{padding:10px 0 10px 30px}.products-list .product-card .notify-container{padding:10px 30px 10px 0}.products-list .product-card .card__offers{top:0}.products-list .product-card .click-collect-container{padding:10px 30px 0}.products-list .product-card__price .product-card__price__old-price{text-align:left;width:100%;margin-right:0;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .product-card__price-value{bottom:0;width:100%;text-align:left;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .uom-price{margin:0}.products-list .product-card__price .product-card__price__out-of-stock{margin-right:0;width:100%;text-align:left;padding-left:15px}.products-list .product-card__description{float:left;padding:15px 0 0 15px;width:100%;font-weight:500}.product-card__price .product-card__price_sale{padding:0 10px}.product-list .card__descr .card_offer_text:empty{display:none}.products-list-v2__badges{position:absolute;top:0;right:0;z-index:2;line-height:1.5rem;font-weight:700;text-align:center;color:#fff;padding:0 10px;min-width:140px;background:#cf000f;font-size:1rem}.products-list-v2__badges.products-list-v2__badges.products-list-v2__badges{width:auto;min-width:120px}.products-list-v2__badge{padding:3px 5px}@media (min-width:768px){.sort-products-list .open-filters-btn{display:none}.products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.products-list .product-card__price .product-card__price-value .product-card__price-from{float:left}.products-list .card{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}}@media (min-width:992px){.sort-products-list__section{flex:0 0 33.33333%;max-width:33.33333%}.sort-products-list__pagination .pagination_tablet{display:none}.sort-products-list .form-row{margin-bottom:0}.sort-products-list .ddn{display:inline-block;width:200px}.products-list .card{flex:0 0 33.33333%;max-width:33.33333%}}@media (max-width:991.98px){.sort-products-list__pagination{flex:0 0 100%;max-width:100%;order:2}.products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.is-hidden{display:none}.products-list-v2{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}}@media (max-width:767.98px){.products-list-page .page-header{border:0;padding:0}.sort-products-list__items-per-page .form-row,.sort-products-list__pagination .pagination_tablet{display:none}.products-list{margin-right:-5px;margin-left:-5px;margin-top:0;padding-top:40px;overflow-x:hidden}.filter-results__actions.filter-results__actions{padding:5px 0}.products-list-v2{margin-right:-5px;margin-left:-5px;margin-top:0;padding-top:40px;overflow-x:hidden}.products-list-v2__badges{font-size:.875rem}.products-list-v2 .card{max-width:50%;padding-left:5px;padding-right:5px;position:relative}.products-list-v2 .card:first-of-type::before,.products-list-v2 .card:nth-of-type(2):before{content:"";position:absolute;top:-20px;left:5px;width:calc(100% - 10px);border-bottom:1px solid #ccc}}@media (min-width:768px) and (max-width:991.98px){.products-list-page .left-aside{flex:0 0 33.33333%;max-width:33.33333%}.products-list-page .content{flex:0 0 66.66667%;max-width:66.66667%}.products-list-page .banner{min-height:310px}.sort-products-list__section{flex:0 0 50%;max-width:50%;color:#000;border:none}.sort-products-list__section>.form-row{margin-bottom:0}.sort-products-list__pagination{margin-top:20px}.sort-products-list__pagination .pagination:not(.pagination_tablet){display:none}.products-list .card{flex:0 0 50%;max-width:50%}}
@@ -1 +1 @@
1
- .products-list-page .page-header__title{text-transform:none}.products-list-page .searched-item{display:block;font-weight:700}.products-list-page .left-aside{position:static}.products-list-page .srp-injected{margin-bottom:20px;margin-top:10px}.products-list-page .srp-injected__image{margin-bottom:20px}.products-list-page .srp-injected__image img{display:block;max-width:100%}.products-list-page .srp-injected__content{font-size:16px;font-weight:500;line-height:1.5;padding:0;text-align:left}.products-list-page .srp-injected__content p{margin:0}.products-list-page .sponsor-top-banner{margin-bottom:20px;margin-top:10px}.products-list-page .sponsor-top-banner__image{display:block;max-width:100%;margin-bottom:20px}.products-list-page .color-pick__wrap{display:none}.sort-products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;justify-content:space-between;align-items:center}.sort-products-list .open-filters-btn{width:100%;margin-bottom:30px}.sort-products-list .open-filters-btn .icon{margin-right:6px}.sort-products-list__section{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}.sort-products-list__sort-by{text-align:right;flex:1}.sort-products-list__sort-by .form-row{margin-bottom:0}.sort-products-list__total{font-weight:700;padding-left:15px}.products-list{display:flex;flex-wrap:wrap;margin-top:30px}.products-list .card__inner .card__descr{margin-bottom:10px;line-height:1.5}.products-list .product-card__price{position:relative;display:flex;align-items:center;text-align:center;width:100%;margin:0;flex-direction:column;min-height:auto}.products-list .product-card__price.product-card__price_sale .product-card__price-value{bottom:1px}.load-more-wrap{width:100%}@media (hover:none){.load-more-wrap .btn-primary:hover{color:#fff;background-color:#0277bd;border-color:#0277bd}.load-more-wrap .btn-primary:focus{color:#0277bd;background-color:#fff;border-color:#0277bd}}.products-list .product-card .product-card__title{font-size:1rem}.products-list .product-card .card__inner{padding-top:0;padding-bottom:10px;border:1px solid #ccc}.products-list .product-card .card__inner .card__img{border-bottom:1px solid #ccc}.products-list .product-card .product-card__extra-info{margin:0;width:100%}.products-list .product-card .out-of-stock-container{padding:10px 0 10px 30px}.products-list .product-card .notify-container{padding:10px 30px 10px 0}.products-list .product-card .card__offers{top:0}.products-list .product-card .click-collect-container{padding:10px 30px 0}.products-list .product-card__price .product-card__price__old-price{text-align:left;width:100%;margin-right:0;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .product-card__price-value{bottom:0;width:100%;text-align:left;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .uom-price{margin:0}.products-list .product-card__price .product-card__price__out-of-stock{margin-right:0;width:100%;text-align:left;padding-left:15px}.products-list .product-card__description{float:left;padding:15px 0 0 15px;width:100%;font-weight:500}.product-card__price .product-card__price_sale{padding:0 10px}.product-list .card__descr .card_offer_text:empty{display:none}@media (max-width:767.98px){.products-list-v2{margin-right:-5px;margin-left:-5px;margin-top:0;padding-top:40px;overflow-x:hidden}}.products-list-v2__badges{position:absolute;top:0;right:0;z-index:2;line-height:1.5rem;font-weight:700;text-align:center;color:#fff;padding:0 10px;min-width:140px;background:#cf000f;font-size:1rem}.products-list-v2__badges.products-list-v2__badges.products-list-v2__badges{width:auto;min-width:120px}.products-list-v2__badge{padding:3px 5px}.products-list-v2 .card__inner-v2.card__inner-v2.card__inner-v2{padding-bottom:0}@media (max-width:767.98px){.products-list-v2__badges{font-size:.875rem}.products-list-v2 .card{margin-bottom:20px;position:relative;display:inline-block;vertical-align:top;max-width:50%;margin-right:-4px;padding-left:5px;padding-right:5px}.products-list-v2 .card:first-of-type::before,.products-list-v2 .card:nth-of-type(2):before{content:"";position:absolute;top:-20px;left:5px;width:calc(100% - 10px);border-bottom:1px solid #ccc}.products-list-v2 .card__inner-v2.card__inner-v2.card__inner-v2{border:0;border-bottom:1px solid #ccc}.products-list-v2 .card__img-wrap{border:1px solid #ccc}}.products-list-v2 .card__img-v2{max-width:100%;max-height:100%}.products-list-v2 .card__img-wrap{position:relative;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #ccc}.products-list-v2 .card__offers-item-v2{font-size:1.25rem}.products-list-v2 .card__offers-red{padding-left:35px;padding-right:35px}@media (max-width:767.98px){.products-list-v2 .card__offers-red{padding-left:0;padding-right:0}}.products-list-v2 .card__offers-green{padding-left:15px;padding-right:15px}.products-list-v2 .product-card .card__inner-v2:hover{border:1px solid #3e3e3e}.products-list-v2 .product-card__header{margin-bottom:15px;display:flex;flex-direction:column;justify-content:space-between}.products-list-v2 .product-card__header-r1{max-height:50px;min-height:50px}.products-list-v2 .product-card__header-r2{max-height:70px;min-height:70px}.products-list-v2 .product-card__header-r3{max-height:90px;min-height:90px}.products-list-v2 .product-card__header .product-card__title.product-card__title-v2{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;margin-top:5px;font-size:.875rem;font-weight:700;line-height:18px}.products-list-v2 .product-card__title{margin-bottom:0}.products-list-v2 .product-card__delivery{font-size:.75rem;line-height:1rem;font-weight:400;color:#666;margin-bottom:5px}.products-list-v2 .product-card__content{height:100%;margin-bottom:5px}@media (max-width:767.98px){.products-list-v2 .product-card .card__inner-v2:hover{border:0;border-bottom:1px solid #ccc}.products-list-v2 .product-card__header .product-card__title.product-card__title-v2{text-align:center}.products-list-v2 .product-card__content{padding-left:0;padding-right:0;margin-bottom:10px}}.products-list-v2 .product-card__price-value.product-card__price-value.product-card__price-value{font-size:1.5rem}@media screen and (max-width:321px){.products-list-v2 .product-card__price-value.product-card__price-value.product-card__price-value{font-size:1.125rem}}.products-list-v2 .product-card__price-value-text{font-size:1rem;line-height:1}.products-list-v2 .product-card .product-rating.product-rating-v2{font-size:.875rem}.products-list-v2 .product-card .product-rating.product-rating-v2 .fa-star{margin-right:0}.products-list-v2 .product-card .product-rating.product-rating-v2 .fa-star+.fa-star{margin-left:6px}.products-list-v2 .product-card__price{justify-content:flex-end}.products-list-v2 .product-card__price_empty{opacity:0;cursor:default}.products-list-v2 .product-card__price_sale .product-card__price-sqm,.products-list-v2 .product-card__price_sale .product-card__price-value{color:#cf000f}.products-list-v2 .product-card__price.product-card__price{margin-bottom:5px}.products-list-v2 .product-card__price.product-card__min-height{min-height:40px}.products-list-v2 .product-card__price.product-card__max-height{max-height:20px}.products-list-v2 .product-card__price-sqm{text-align:left;width:100%;margin-right:0;font-size:.875rem;font-weight:500;line-height:14px;color:#0a3055;padding:5px 0 1px}.products-list-v2 .product-card__price__old-price.product-card__price__old-price.product-card__price__old-price{padding-bottom:5px;padding-left:0}.products-list-v2 .product-card__price-value.product-card__price-value.product-card__price-value.product-card__price-value{padding:0;line-height:24px}@media (max-width:767.98px){.products-list-v2 .product-card__price-sqm,.products-list-v2 .product-card__price-value.product-card__price-value.product-card__price-value.product-card__price-value,.products-list-v2 .product-card__price__old-price.product-card__price__old-price.product-card__price__old-price{text-align:center}.products-list-v2 .product-card__reviews-v2{display:flex;justify-content:center}}@media (min-width:992px){.sort-products-list__section{flex:0 0 33.33333%;max-width:33.33333%}.sort-products-list__pagination .pagination_tablet{display:none}.sort-products-list .form-row{margin-bottom:0}.sort-products-list .ddn{display:inline-block;width:200px}.products-list .card{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:768px) and (max-width:991.98px){.products-list-page .left-aside{flex:0 0 33.33333%;max-width:33.33333%}.products-list-page .content{flex:0 0 66.66667%;max-width:66.66667%}.products-list-page .banner{min-height:310px}.sort-products-list__section{flex:0 0 50%;max-width:50%}.sort-products-list__pagination .pagination:not(.pagination_tablet){display:none}.products-list .card{flex:0 0 50%;max-width:50%}}@media (min-width:768px){.sort-products-list .open-filters-btn{display:none}.products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.products-list .product-card__price .product-card__price-value .product-card__price-from{float:left}.products-list .card{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.products-list-page .srp-injected__content{text-align:center}.load-more-wrap{max-width:147px;margin:0 auto}}@media (max-width:991.98px){.sort-products-list__pagination{flex:0 0 100%;max-width:100%;order:2}.is-hidden{display:none}}@media (max-width:767.98px){.products-list-page .page-header{border:0;padding:0}.products-list-page .color-pick__header,.products-list-page .color-pick__wrap{margin-bottom:1rem;display:block}.products-list-page .color-pick__header{text-align:center}.products-list-page .color-pick__line-bottom,.products-list-page .color-pick__line-top{display:flex}.products-list-page .color-pick__color{height:35px;width:50px;display:inline-block}.products-list-page .color-pick__colors{flex-direction:column}.products-list-page .color-pick__color-active{transform:rotateX(180deg) scale(1.25);transition:.4s;transform-style:preserve-3d;box-shadow:-1px 0 5px -1px #000}.products-list-page .color-pick__line-top{width:100%}.products-list-page .color-pick__line-top .color-pick__color{width:inherit}.products-list-page .color-pick__line-top .color-pick__color:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.products-list-page .color-pick__line-top .color-pick__color:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.products-list-page .color-pick__line-bottom{margin:0 auto;width:85%}.products-list-page .color-pick__line-bottom .color-pick__color{width:100%}.products-list-page .color-pick__line-bottom .color-pick__color:first-child{border-bottom-left-radius:3px}.products-list-page .color-pick__line-bottom .color-pick__color:last-child{border-bottom-right-radius:3px}.sort-products-list{margin:0}.sort-products-list__items-per-page .form-row,.sort-products-list__pagination .pagination_tablet{display:none}.sort-products-list .form-row{padding:0}.filter-results__actions.filter-results__actions{padding:5px 0}.srp-injected__content{padding:1.25em .75em}}.notification{padding:8px 40px;border:1px solid;position:relative;line-height:1.57143}.notification__icon{position:absolute;left:8px;top:7px;font-size:1rem}.notification__close{position:absolute;right:8px;top:8px;font-size:.875rem;color:#8b8b8b;cursor:pointer}.notification__close_white{color:#fff}.notification__hide{position:absolute;right:8px;top:8px;font-size:.875rem;color:#8b8b8b;cursor:pointer}.notification_success{color:#67a509;border-color:#67a509;background:rgba(103,165,9,.05);font-weight:500}.notification_warning{border-color:#f7ca18;background:rgba(247,202,24,.05);font-weight:500}.notification_warning .notification__icon{color:#f7ca18}.notification_reminder{color:#fff;background:#8b8b8b;width:100%}.notification_error{color:#cf000f;border-color:#cf000f;background:rgba(207,0,15,.05);font-weight:500}.notification_error .notification__icon{color:#cf000f;display:flex;justify-content:center;align-items:center;align-content:center}.notification_general{margin-bottom:40px}@media (max-width:767.98px){.notification_general{margin-bottom:30px}.autocomplete__menu{max-height:50vh;overflow-y:auto}}.notification_app{position:relative;padding:5px 15px;color:#fff;font-size:12px;font-weight:500;margin-bottom:0;text-align:left}.notification_app-error{background-color:#cf100d}.notification_app-success{background-color:#67a509}.notification_app:nth-child(2){border-top:2px solid #fff}.notification_app .notification__close{top:4px;right:4px;color:#fff}.autocomplete .twitter-typeahead{width:100%}.autocomplete__menu{width:100%;background:#fff;border-radius:0 0 3px 3px;box-shadow:0 1px 2px 0 rgba(0,0,0,.3)}.autocomplete__dataset{padding:0 15px}.autocomplete__dataset-suggestions .autocomplete__suggestion{display:block;line-height:2rem;color:#3e3e3e;text-decoration:none}.autocomplete__dataset-suggestions .autocomplete__suggestion.autocomplete__cursor,.autocomplete__dataset-suggestions .autocomplete__suggestion:hover{color:#0277bd}.autocomplete__dataset-suggestions .autocomplete__suggestion:first-child{margin-top:10px}.autocomplete__dataset-suggestions .autocomplete__suggestion:last-child{margin-bottom:10px}.autocomplete__dataset-products .autocomplete__suggestion{padding:10px 0;border-bottom:1px solid #eee}.autocomplete__dataset-products .autocomplete__suggestion:last-child{border-bottom:0}.autocomplete__dataset-products .autocomplete__suggestion.autocomplete__cursor .autocomplete__suggestion-title,.autocomplete__dataset-products .autocomplete__suggestion:hover .autocomplete__suggestion-title{color:#0277bd}.autocomplete__dataset-header{font-size:1rem;line-height:1.5rem;position:relative;padding-top:10px}.autocomplete__dataset-header:before{content:"";background:#eee;position:absolute;height:1px;top:0;left:-15px;right:-15px}.card{flex-direction:row;margin-bottom:30px}.card.descr--normal .product-card__description .card_offer_text{color:#3e3e3e}.card__inner{display:flex;flex-direction:column;position:relative;width:100%;background-color:#fff;border:1px solid #ccc}.card__inner .component_filled,.card_filled .card__inner,.card_horizontal .card__inner{border:0}.card_filled .card__inner,.card_horizontal .card__inner{background:#eee}.card_filled .card__inner{text-align:center}@media (min-width:768px){.card_horizontal .card__inner{flex-direction:row;padding:30px 15px}.card_horizontal .card__img-wrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}}.card__inner .card__img{border-bottom:1px solid #ccc}.is-secondary .card__inner{flex-direction:row;border-left:0;border-right:0}.is-secondary .card__inner .card__img-wrap,.is-secondary .card__inner .product-card__wrap{width:50%}@media (min-width:576px){.is-secondary .card__inner{flex-direction:column;border-left:1px solid #ccc;border-right:1px solid #ccc}.is-secondary .card__inner .card__img-wrap,.is-secondary .card__inner .product-card__wrap{width:auto}}.card__inner.background-image{background-image:url(https://media.wickes.co.uk/is/image/wickes/2018-Black-friday-BG-TEXTURE);background-position:50%}@media (max-width:767.98px){.is-secondary .card__inner .card__img{padding-top:15px;padding-bottom:10px;display:block;border-bottom:0}.card__inner.background-image{padding-top:20px}.products-list-v2 .product-card__delivery{text-align:center}}.card__offers{position:absolute;top:0;right:0;z-index:2;line-height:1.5rem;font-size:1.125rem;font-weight:700;text-align:center;color:#fff}.full-width-offers .card__offers{width:100%}.card__offers-item{padding:3px 10px;min-width:120px;background:#cf000f}.card__offers-item_new{background-color:#9acd32}.card__offers-item_clearance{background-color:#f7ca18;color:#3e3e3e}.card__offers-item_ends{background-color:rgba(65,65,65,.75);font-size:.75rem;font-weight:500;line-height:14px}.card__offers-item_discount-old-price{text-decoration:line-through;display:inline-block}.card__img-wrap{flex-shrink:0;position:relative}@media (min-width:768px) and (max-width:991.98px){.card_horizontal .card__img-wrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.card_horizontal .card__img-wrap{flex:0 0 25%;max-width:25%}}@media (min-width:768px){.card_horizontal.large .card__img-wrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}}@media (min-width:768px) and (max-width:991.98px){.card_horizontal.large .card__img-wrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.card_horizontal.large .card__img-wrap{flex:0 0 33.33333%;max-width:33.33333%}}.card__img{max-width:100%;width:100%}.product-card .card__inner:hover{border-color:#0277bd}.product-card .card__actions{margin-top:0}.product-card .card__action-link{font-weight:500}.product-card .color-slider-container{width:160px}.product-card__content,.product-card__description{padding:10px 15px 0}.product-card__description .card_offer_text{color:#cf000f}.product-card__description.no-flex{flex:0}.product-card__title{margin-bottom:10px;color:#0277bd;font-weight:700;text-decoration:none;line-height:1.25rem}.product-card__title:hover{color:#0277bd}.filter__reviews,.product-card__reviews{color:#8b8b8b;font-size:.75rem;line-height:16px;margin-top:10px}.filter__reviews+.card__descr,.product-card__reviews+.card__descr{margin-top:10px}.filter__reviews .product-rating,.product-card__reviews .product-rating{display:flex;justify-content:flex-start;align-items:center;font-size:1em}.filter__reviews .product-rating .rating-bg,.product-card__reviews .product-rating .rating-bg{color:#ccc;position:relative;padding-right:5px;display:flex;line-height:0}.filter__reviews .product-rating .rating-overlay,.product-card__reviews .product-rating .rating-overlay{color:#f7ca18;position:absolute;left:0;top:0;display:flex}.filter__reviews .product-rating .star-overlay,.product-card__reviews .product-rating .star-overlay{display:inline-block;overflow:hidden}.filter__reviews .product-rating .star-overlay+.star-overlay,.product-card__reviews .product-rating .star-overlay+.star-overlay{margin-left:6px}.filter__reviews{font-size:.875rem;margin:0;transform:translateY(3px)}.filter__reviews .rating-bg{display:flex}.filter__reviews .rating-bg .fa-star{display:block;margin-right:4px}.filter__reviews .rating-bg .rating-overlay{display:flex}.filter__reviews .rating-bg .rating-overlay .star-overlay{display:block;margin:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.product-card__reviews .product-rating .rating-bg{display:block}.product-card__reviews .product-rating .rating-overlay{height:14px;display:block}.product-card__description.no-flex{flex:none}}.product-card__price{margin:10px 15px}.product-card__lower-quantity{color:#cf000f;font-weight:700}.product-card__bad-quantity{color:#cf000f}.product-card__price-value{color:#0a3055;font-size:1.625rem;font-weight:700;line-height:36px}.product-card__price-value .product-card__price-from{font-size:.7em;margin-right:4px}.product-card__price_sale .product-card__price-value{color:#cf000f}.product-card__price_out-of-stock .product-card__price-value{color:#8b8b8b}.product-card__price__old-price,.product-card__price__out-of-stock{color:#8b8b8b;font-weight:500;line-height:14px}.product-card__price__old-price,.product-card__price__old-price s{text-decoration:line-through;text-decoration-color:#242424}
1
+ .products-list-page .page-header__title{text-transform:none}.products-list-page .searched-item{display:block;font-weight:700}.products-list-page .left-aside{position:static}.products-list-page .srp-injected{margin-bottom:20px;margin-top:10px}.products-list-page .srp-injected__image{margin-bottom:20px}.products-list-page .srp-injected__image img{display:block;max-width:100%}.products-list-page .srp-injected__content{font-size:16px;font-weight:500;line-height:1.5;padding:0;text-align:left}.products-list-page .srp-injected__content p{margin:0}.products-list-page .sponsor-top-banner{margin-bottom:20px;margin-top:10px}.products-list-page .sponsor-top-banner__image{display:block;max-width:100%;margin-bottom:20px}.products-list-page .color-pick__wrap{display:none}.sort-products-list{display:flex;justify-content:flex-end;align-items:center}.sort-products-list .open-filters-btn{width:100%;margin-bottom:30px}.sort-products-list .open-filters-btn .icon{margin-right:6px}.sort-products-list__section{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}.sort-products-list__sort-by{text-align:right;flex:1}.sort-products-list__sort-by .form-row{margin-bottom:0}.sort-products-list__total{font-weight:700;font-size:.875rem;line-height:22px}.products-list{display:flex;flex-wrap:wrap;margin-top:30px}.products-list .card__inner .card__descr{margin-bottom:10px;line-height:1.5}.products-list .product-card__price{position:relative;display:flex;align-items:center;text-align:center;width:100%;margin:0;flex-direction:column;min-height:auto}.products-list .product-card__price.product-card__price_sale .product-card__price-value{bottom:1px}.load-more-wrap{width:100%}@media (hover:none){.load-more-wrap .btn-primary:hover{color:#fff;background-color:#0277bd;border-color:#0277bd}.load-more-wrap .btn-primary:focus{color:#0277bd;background-color:#fff;border-color:#0277bd}}.products-list .product-card .product-card__title{font-size:1rem}.products-list .product-card .card__inner{padding-top:0;padding-bottom:10px;border:1px solid #ccc}.products-list .product-card .card__inner .card__img{border-bottom:1px solid #ccc}.products-list .product-card .product-card__extra-info{margin:0;width:100%}.products-list .product-card .out-of-stock-container{padding:10px 0 10px 30px}.products-list .product-card .notify-container{padding:10px 30px 10px 0}.products-list .product-card .card__offers{top:0}.products-list .product-card .click-collect-container{padding:10px 30px 0}.products-list .product-card__price .product-card__price__old-price{text-align:left;width:100%;margin-right:0;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .product-card__price-value{bottom:0;width:100%;text-align:left;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .uom-price{margin:0}.products-list .product-card__price .product-card__price__out-of-stock{margin-right:0;width:100%;text-align:left;padding-left:15px}.products-list .product-card__description{float:left;padding:15px 0 0 15px;width:100%;font-weight:500}.product-card__price .product-card__price_sale{padding:0 10px}.product-list .card__descr .card_offer_text:empty{display:none}@media (max-width:767.98px){.products-list-v2{margin-right:-5px;margin-left:-5px;margin-top:0;padding-top:40px;overflow-x:hidden}}.products-list-v2__badges{position:absolute;top:0;right:0;z-index:2;line-height:1.5rem;font-weight:700;text-align:center;color:#fff;padding:0 10px;min-width:140px;background:#cf000f;font-size:1rem}.products-list-v2__badges.products-list-v2__badges.products-list-v2__badges{width:auto;min-width:120px}.products-list-v2__badge{padding:3px 5px}.products-list-v2 .card__inner-v2.card__inner-v2.card__inner-v2{padding-bottom:0}@media (max-width:767.98px){.products-list-v2__badges{font-size:.875rem}.products-list-v2 .card{margin-bottom:20px;position:relative;display:inline-block;vertical-align:top;max-width:50%;margin-right:-4px;padding-left:5px;padding-right:5px}.products-list-v2 .card:first-of-type::before,.products-list-v2 .card:nth-of-type(2):before{content:"";position:absolute;top:-20px;left:5px;width:calc(100% - 10px);border-bottom:1px solid #ccc}.products-list-v2 .card__inner-v2.card__inner-v2.card__inner-v2{border:0;border-bottom:1px solid #ccc}.products-list-v2 .card__img-wrap{border:1px solid #ccc}}.products-list-v2 .card__img-v2{max-width:100%;max-height:100%}.products-list-v2 .card__img-wrap{position:relative;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #ccc}.products-list-v2 .card__offers-item-v2{font-size:1.25rem}.products-list-v2 .card__offers-red{padding-left:35px;padding-right:35px}@media (max-width:767.98px){.products-list-v2 .card__offers-red{padding-left:0;padding-right:0}}.products-list-v2 .card__offers-green{padding-left:15px;padding-right:15px}.products-list-v2 .product-card .card__inner-v2:hover{border:1px solid #3e3e3e}.products-list-v2 .product-card__header{margin-bottom:15px;display:flex;flex-direction:column;justify-content:space-between}.products-list-v2 .product-card__header-r1{max-height:50px;min-height:50px}.products-list-v2 .product-card__header-r2{max-height:70px;min-height:70px}.products-list-v2 .product-card__header-r3{max-height:90px;min-height:90px}.products-list-v2 .product-card__header .product-card__title.product-card__title-v2{overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;margin-top:5px;font-size:.875rem;font-weight:700;line-height:18px}.products-list-v2 .product-card__title{margin-bottom:0}.products-list-v2 .product-card__delivery{font-size:.75rem;line-height:1rem;font-weight:400;color:#666;margin-bottom:5px}.products-list-v2 .product-card__content{height:100%;margin-bottom:5px}@media (max-width:767.98px){.products-list-v2 .product-card .card__inner-v2:hover{border:0;border-bottom:1px solid #ccc}.products-list-v2 .product-card__header .product-card__title.product-card__title-v2{text-align:center}.products-list-v2 .product-card__content{padding-left:0;padding-right:0;margin-bottom:10px}}.products-list-v2 .product-card__price-value.product-card__price-value.product-card__price-value{font-size:1.5rem}@media screen and (max-width:321px){.products-list-v2 .product-card__price-value.product-card__price-value.product-card__price-value{font-size:1.125rem}}.products-list-v2 .product-card__price-value-text{font-size:1rem;line-height:1}.products-list-v2 .product-card .product-rating.product-rating-v2{font-size:.875rem}.products-list-v2 .product-card .product-rating.product-rating-v2 .fa-star{margin-right:0}.products-list-v2 .product-card .product-rating.product-rating-v2 .fa-star+.fa-star{margin-left:6px}.products-list-v2 .product-card__price{justify-content:flex-end}.products-list-v2 .product-card__price_empty{opacity:0;cursor:default}.products-list-v2 .product-card__price_sale .product-card__price-sqm,.products-list-v2 .product-card__price_sale .product-card__price-value{color:#cf000f}.products-list-v2 .product-card__price.product-card__price{margin-bottom:5px}.products-list-v2 .product-card__price.product-card__min-height{min-height:40px}.products-list-v2 .product-card__price.product-card__max-height{max-height:20px}.products-list-v2 .product-card__price-sqm{text-align:left;width:100%;margin-right:0;font-size:.875rem;font-weight:500;line-height:14px;color:#0a3055;padding:5px 0 1px}.products-list-v2 .product-card__price__old-price.product-card__price__old-price.product-card__price__old-price{padding-bottom:5px;padding-left:0}.products-list-v2 .product-card__price-value.product-card__price-value.product-card__price-value.product-card__price-value{padding:0;line-height:24px}@media (max-width:767.98px){.products-list-v2 .product-card__price-sqm,.products-list-v2 .product-card__price-value.product-card__price-value.product-card__price-value.product-card__price-value,.products-list-v2 .product-card__price__old-price.product-card__price__old-price.product-card__price__old-price{text-align:center}.products-list-v2 .product-card__reviews-v2{display:flex;justify-content:center}}@media (min-width:992px){.sort-products-list__section{flex:0 0 33.33333%;max-width:33.33333%}.sort-products-list__pagination .pagination_tablet{display:none}.sort-products-list .form-row{margin-bottom:0}.sort-products-list .ddn{display:inline-block;width:200px}.products-list .card{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:768px) and (max-width:991.98px){.products-list-page .left-aside{flex:0 0 33.33333%;max-width:33.33333%}.products-list-page .content{flex:0 0 66.66667%;max-width:66.66667%}.products-list-page .banner{min-height:310px}.sort-products-list__section{flex:0 0 50%;max-width:50%;color:#000;border:none}.sort-products-list__section>.form-row{margin-bottom:0}.sort-products-list__pagination{margin-top:20px}.sort-products-list__pagination .pagination:not(.pagination_tablet){display:none}.products-list .card{flex:0 0 50%;max-width:50%}}@media (min-width:768px){.sort-products-list .open-filters-btn{display:none}.products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.products-list .product-card__price .product-card__price-value .product-card__price-from{float:left}.products-list .card{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.products-list-page .srp-injected__content{text-align:center}.load-more-wrap{max-width:147px;margin:0 auto}}@media (max-width:991.98px){.sort-products-list__pagination{flex:0 0 100%;max-width:100%;order:2}.is-hidden{display:none}}@media (max-width:767.98px){.products-list-page .page-header{border:0;padding:0}.products-list-page .color-pick__header,.products-list-page .color-pick__wrap{margin-bottom:1rem;display:block}.products-list-page .color-pick__header{text-align:center}.products-list-page .color-pick__line-bottom,.products-list-page .color-pick__line-top{display:flex}.products-list-page .color-pick__color{height:35px;width:50px;display:inline-block}.products-list-page .color-pick__colors{flex-direction:column}.products-list-page .color-pick__color-active{transform:rotateX(180deg) scale(1.25);transition:.4s;transform-style:preserve-3d;box-shadow:-1px 0 5px -1px #000}.products-list-page .color-pick__line-top{width:100%}.products-list-page .color-pick__line-top .color-pick__color{width:inherit}.products-list-page .color-pick__line-top .color-pick__color:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.products-list-page .color-pick__line-top .color-pick__color:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.products-list-page .color-pick__line-bottom{margin:0 auto;width:85%}.products-list-page .color-pick__line-bottom .color-pick__color{width:100%}.products-list-page .color-pick__line-bottom .color-pick__color:first-child{border-bottom-left-radius:3px}.products-list-page .color-pick__line-bottom .color-pick__color:last-child{border-bottom-right-radius:3px}.sort-products-list{margin:0}.sort-products-list__items-per-page .form-row,.sort-products-list__pagination .pagination_tablet{display:none}.sort-products-list .form-row{padding:0}.filter-results__actions.filter-results__actions{padding:5px 0}.srp-injected__content{padding:1.25em .75em}}.notification{padding:8px 40px;border:1px solid;position:relative;line-height:1.57143}.notification__icon{position:absolute;left:8px;top:7px;font-size:1rem}.notification__close{position:absolute;right:8px;top:8px;font-size:.875rem;color:#8b8b8b;cursor:pointer}.notification__close_white{color:#fff}.notification__hide{position:absolute;right:8px;top:8px;font-size:.875rem;color:#8b8b8b;cursor:pointer}.notification_success{color:#67a509;border-color:#67a509;background:rgba(103,165,9,.05);font-weight:500}.notification_warning{border-color:#f7ca18;background:rgba(247,202,24,.05);font-weight:500}.notification_warning .notification__icon{color:#f7ca18}.notification_reminder{color:#fff;background:#8b8b8b;width:100%}.notification_error{color:#cf000f;border-color:#cf000f;background:rgba(207,0,15,.05);font-weight:500}.notification_error .notification__icon{color:#cf000f;display:flex;justify-content:center;align-items:center;align-content:center}.notification_general{margin-bottom:40px}@media (max-width:767.98px){.notification_general{margin-bottom:30px}.autocomplete__menu{max-height:50vh;overflow-y:auto}}.notification_app{position:relative;padding:5px 15px;color:#fff;font-size:12px;font-weight:500;margin-bottom:0;text-align:left}.notification_app-error{background-color:#cf100d}.notification_app-success{background-color:#67a509}.notification_app:nth-child(2){border-top:2px solid #fff}.notification_app .notification__close{top:4px;right:4px;color:#fff}.autocomplete .twitter-typeahead{width:100%}.autocomplete__menu{width:100%;background:#fff;border-radius:0 0 3px 3px;box-shadow:0 1px 2px 0 rgba(0,0,0,.3)}.autocomplete__dataset{padding:0 15px}.autocomplete__dataset-suggestions .autocomplete__suggestion{display:block;line-height:2rem;color:#3e3e3e;text-decoration:none}.autocomplete__dataset-suggestions .autocomplete__suggestion.autocomplete__cursor,.autocomplete__dataset-suggestions .autocomplete__suggestion:hover{color:#0277bd}.autocomplete__dataset-suggestions .autocomplete__suggestion:first-child{margin-top:10px}.autocomplete__dataset-suggestions .autocomplete__suggestion:last-child{margin-bottom:10px}.autocomplete__dataset-products .autocomplete__suggestion{padding:10px 0;border-bottom:1px solid #eee}.autocomplete__dataset-products .autocomplete__suggestion:last-child{border-bottom:0}.autocomplete__dataset-products .autocomplete__suggestion.autocomplete__cursor .autocomplete__suggestion-title,.autocomplete__dataset-products .autocomplete__suggestion:hover .autocomplete__suggestion-title{color:#0277bd}.autocomplete__dataset-header{font-size:1rem;line-height:1.5rem;position:relative;padding-top:10px}.autocomplete__dataset-header:before{content:"";background:#eee;position:absolute;height:1px;top:0;left:-15px;right:-15px}.card{flex-direction:row;margin-bottom:30px}.card.descr--normal .product-card__description .card_offer_text{color:#3e3e3e}.card__inner{display:flex;flex-direction:column;position:relative;width:100%;background-color:#fff;border:1px solid #ccc}.card__inner .component_filled,.card_filled .card__inner,.card_horizontal .card__inner{border:0}.card_filled .card__inner,.card_horizontal .card__inner{background:#eee}.card_filled .card__inner{text-align:center}@media (min-width:768px){.card_horizontal .card__inner{flex-direction:row;padding:30px 15px}.card_horizontal .card__img-wrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}}.card__inner .card__img{border-bottom:1px solid #ccc}.is-secondary .card__inner{flex-direction:row;border-left:0;border-right:0}.is-secondary .card__inner .card__img-wrap,.is-secondary .card__inner .product-card__wrap{width:50%}@media (min-width:576px){.is-secondary .card__inner{flex-direction:column;border-left:1px solid #ccc;border-right:1px solid #ccc}.is-secondary .card__inner .card__img-wrap,.is-secondary .card__inner .product-card__wrap{width:auto}}.card__inner.background-image{background-image:url(https://media.wickes.co.uk/is/image/wickes/2018-Black-friday-BG-TEXTURE);background-position:50%}@media (max-width:767.98px){.is-secondary .card__inner .card__img{padding-top:15px;padding-bottom:10px;display:block;border-bottom:0}.card__inner.background-image{padding-top:20px}.products-list-v2 .product-card__delivery{text-align:center}}.card__offers{position:absolute;top:0;right:0;z-index:2;line-height:1.5rem;font-size:1.125rem;font-weight:700;text-align:center;color:#fff}.full-width-offers .card__offers{width:100%}.card__offers-item{padding:3px 10px;min-width:120px;background:#cf000f}.card__offers-item_new{background-color:#9acd32}.card__offers-item_clearance{background-color:#f7ca18;color:#3e3e3e}.card__offers-item_ends{background-color:rgba(65,65,65,.75);font-size:.75rem;font-weight:500;line-height:14px}.card__offers-item_discount-old-price{text-decoration:line-through;display:inline-block}.card__img-wrap{flex-shrink:0;position:relative}@media (min-width:768px) and (max-width:991.98px){.card_horizontal .card__img-wrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.card_horizontal .card__img-wrap{flex:0 0 25%;max-width:25%}}@media (min-width:768px){.card_horizontal.large .card__img-wrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}}@media (min-width:768px) and (max-width:991.98px){.card_horizontal.large .card__img-wrap{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.card_horizontal.large .card__img-wrap{flex:0 0 33.33333%;max-width:33.33333%}}.card__img{max-width:100%;width:100%}.product-card .card__inner:hover{border-color:#0277bd}.product-card .card__actions{margin-top:0}.product-card .card__action-link{font-weight:500}.product-card .color-slider-container{width:160px}.product-card__content,.product-card__description{padding:10px 15px 0}.product-card__description .card_offer_text{color:#cf000f}.product-card__description.no-flex{flex:0}.product-card__title{margin-bottom:10px;color:#0277bd;font-weight:700;text-decoration:none;line-height:1.25rem}.product-card__title:hover{color:#0277bd}.filter__reviews,.product-card__reviews{color:#8b8b8b;font-size:.75rem;line-height:16px;margin-top:10px}.filter__reviews+.card__descr,.product-card__reviews+.card__descr{margin-top:10px}.filter__reviews .product-rating,.product-card__reviews .product-rating{display:flex;justify-content:flex-start;align-items:center;font-size:1em}.filter__reviews .product-rating .rating-bg,.product-card__reviews .product-rating .rating-bg{color:#ccc;position:relative;padding-right:5px;display:flex;line-height:0}.filter__reviews .product-rating .rating-overlay,.product-card__reviews .product-rating .rating-overlay{color:#f7ca18;position:absolute;left:0;top:0;display:flex}.filter__reviews .product-rating .star-overlay,.product-card__reviews .product-rating .star-overlay{display:inline-block;overflow:hidden}.filter__reviews .product-rating .star-overlay+.star-overlay,.product-card__reviews .product-rating .star-overlay+.star-overlay{margin-left:6px}.filter__reviews{font-size:.875rem;margin:0;transform:translateY(3px)}.filter__reviews .rating-bg{display:flex}.filter__reviews .rating-bg .fa-star{display:block;margin-right:4px}.filter__reviews .rating-bg .rating-overlay{display:flex}.filter__reviews .rating-bg .rating-overlay .star-overlay{display:block;margin:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.product-card__reviews .product-rating .rating-bg{display:block}.product-card__reviews .product-rating .rating-overlay{height:14px;display:block}.product-card__description.no-flex{flex:none}}.product-card__price{margin:10px 15px}.product-card__lower-quantity{color:#cf000f;font-weight:700}.product-card__bad-quantity{color:#cf000f}.product-card__price-value{color:#0a3055;font-size:1.625rem;font-weight:700;line-height:36px}.product-card__price-value .product-card__price-from{font-size:.7em;margin-right:4px}.product-card__price_sale .product-card__price-value{color:#cf000f}.product-card__price_out-of-stock .product-card__price-value{color:#8b8b8b}.product-card__price__old-price,.product-card__price__out-of-stock{color:#8b8b8b;font-weight:500;line-height:14px}.product-card__price__old-price,.product-card__price__old-price s{text-decoration:line-through;text-decoration-color:#242424}
@@ -1 +1 @@
1
- .products-list-page .page-header__title{text-transform:none}.products-list-page .searched-item{display:block;font-weight:700}.products-list-page .left-aside{position:static}.products-list-page .srp-injected__image{margin-bottom:20px}.products-list-page .srp-injected__image img{display:block;max-width:100%}.products-list-page .srp-injected__content{font-size:16px;font-weight:500;line-height:1.5;text-align:left}.products-list-page .srp-injected__content p{margin:0}.products-list-page .sponsor-top-banner__image{margin-bottom:20px;display:block;max-width:100%}.products-list{display:flex;flex-wrap:wrap;margin-top:30px}.products-list .card__inner .card__descr{margin-bottom:10px;line-height:1.5}.products-list .product-card__price{position:relative;display:flex;align-items:center;text-align:center;width:100%;margin:0;flex-direction:column;min-height:auto}.products-list .product-card__price.product-card__price_sale .product-card__price-value{bottom:1px}.products-list .product-card .product-card__title{font-size:1rem}.products-list .product-card .card__inner{padding-top:0;padding-bottom:10px;border:1px solid #ccc}.products-list .product-card .card__inner .card__img{border-bottom:1px solid #ccc}.products-list .product-card .product-card__extra-info{margin:0;width:100%}.products-list .product-card .out-of-stock-container{padding:10px 0 10px 30px}.products-list .product-card .notify-container{padding:10px 30px 10px 0}.products-list .product-card .card__offers{top:0}.products-list .product-card .card__offers>img{width:99.99%;height:99.99%}.products-list .product-card .click-collect-container{padding:10px 30px 0}.products-list .product-card__price .product-card__price__old-price{text-align:left;width:100%;margin-right:0;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .product-card__price-value{bottom:0;width:100%;text-align:left;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .uom-price{margin:0}.products-list .product-card__price .product-card__price__out-of-stock{margin-right:0;width:100%;text-align:left;padding-left:15px}.products-list .product-card__description{float:left;padding:15px 0 0 15px;width:100%;font-weight:500}.products-list .trade-pro-card .tradepro-img{width:99.99%;height:99.99%}.product-card__price .product-card__price_sale{padding:0 10px}.product-list .card__descr .card_offer_text:empty{display:none}@media (min-width:992px){.sort-products-list__section{flex:0 0 33.33333%;max-width:33.33333%}.sort-products-list__pagination .pagination_tablet{display:none}.sort-products-list .form-row{margin-bottom:0}.sort-products-list .ddn{display:inline-block;width:200px}.products-list .card{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:768px) and (max-width:991.98px){.products-list-page .left-aside{flex:0 0 33.33333%;max-width:33.33333%}.products-list-page .content{flex:0 0 66.66667%;max-width:66.66667%}.products-list-page .banner{min-height:310px}.sort-products-list__section{flex:0 0 50%;max-width:50%}.sort-products-list__pagination .pagination:not(.pagination_tablet){display:none}.products-list .card{flex:0 0 50%;max-width:50%}}@media (min-width:768px){.sort-products-list .open-filters-btn{display:none}.products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.products-list .product-card__price .product-card__price-value .product-card__price-from{float:left}.products-list .card{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.products-list-page .srp-injected__content{text-align:center}}@media (max-width:991.98px){.sort-products-list__pagination{flex:0 0 100%;max-width:100%;order:2}.is-hidden{display:none}}@media (max-width:767.98px){.products-list-page .page-header{border:0;padding:0}.sort-products-list__items-per-page .form-row,.sort-products-list__pagination .pagination_tablet{display:none}.filter-results__actions.filter-results__actions{padding:5px 0}}
1
+ .products-list-page .page-header__title{text-transform:none}.products-list-page .searched-item{display:block;font-weight:700}.products-list-page .left-aside{position:static}.products-list-page .srp-injected__image{margin-bottom:20px}.products-list-page .srp-injected__image img{display:block;max-width:100%}.products-list-page .srp-injected__content{font-size:16px;font-weight:500;line-height:1.5;text-align:left}.products-list-page .srp-injected__content p{margin:0}.products-list-page .sponsor-top-banner__image{margin-bottom:20px;display:block;max-width:100%}.products-list{display:flex;flex-wrap:wrap;margin-top:30px}.products-list .card__inner .card__descr{margin-bottom:10px;line-height:1.5}.products-list .product-card__price{position:relative;display:flex;align-items:center;text-align:center;width:100%;margin:0;flex-direction:column;min-height:auto}.products-list .product-card__price.product-card__price_sale .product-card__price-value{bottom:1px}.products-list .product-card .product-card__title{font-size:1rem}.products-list .product-card .card__inner{padding-top:0;padding-bottom:10px;border:1px solid #ccc}.products-list .product-card .card__inner .card__img{border-bottom:1px solid #ccc}.products-list .product-card .product-card__extra-info{margin:0;width:100%}.products-list .product-card .out-of-stock-container{padding:10px 0 10px 30px}.products-list .product-card .notify-container{padding:10px 30px 10px 0}.products-list .product-card .card__offers{top:0}.products-list .product-card .card__offers>img{width:99.99%;height:99.99%}.products-list .product-card .click-collect-container{padding:10px 30px 0}.products-list .product-card__price .product-card__price__old-price{text-align:left;width:100%;margin-right:0;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .product-card__price-value{bottom:0;width:100%;text-align:left;padding-left:15px;padding-bottom:5px}.products-list .product-card__price .uom-price{margin:0}.products-list .product-card__price .product-card__price__out-of-stock{margin-right:0;width:100%;text-align:left;padding-left:15px}.products-list .product-card__description{float:left;padding:15px 0 0 15px;width:100%;font-weight:500}.products-list .trade-pro-card .tradepro-img{width:99.99%;height:99.99%}.product-card__price .product-card__price_sale{padding:0 10px}.product-list .card__descr .card_offer_text:empty{display:none}@media (min-width:992px){.sort-products-list__section{flex:0 0 33.33333%;max-width:33.33333%}.sort-products-list__pagination .pagination_tablet{display:none}.sort-products-list .form-row{margin-bottom:0}.sort-products-list .ddn{display:inline-block;width:200px}.products-list .card{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:768px) and (max-width:991.98px){.products-list-page .left-aside{flex:0 0 33.33333%;max-width:33.33333%}.products-list-page .content{flex:0 0 66.66667%;max-width:66.66667%}.products-list-page .banner{min-height:310px}.sort-products-list__section{flex:0 0 50%;max-width:50%;color:#000;border:none}.sort-products-list__section>.form-row{margin-bottom:0}.sort-products-list__pagination{margin-top:20px}.sort-products-list__pagination .pagination:not(.pagination_tablet){display:none}.products-list .card{flex:0 0 50%;max-width:50%}}@media (min-width:768px){.sort-products-list .open-filters-btn{display:none}.products-list{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.products-list .product-card__price .product-card__price-value .product-card__price-from{float:left}.products-list .card{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.products-list-page .srp-injected__content{text-align:center}}@media (max-width:991.98px){.sort-products-list__pagination{flex:0 0 100%;max-width:100%;order:2}.is-hidden{display:none}}@media (max-width:767.98px){.products-list-page .page-header{border:0;padding:0}.sort-products-list__items-per-page .form-row,.sort-products-list__pagination .pagination_tablet{display:none}.filter-results__actions.filter-results__actions{padding:5px 0}}