wickes-css2 2.109.0-test.1 → 2.110.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Readme.md +1 -0
- package/build/css/category-main.css +1 -1
- package/build/css/components/card-product-banner.css +1 -1
- package/build/css/components/special-opening-schedule-v2.css +1 -1
- package/build/css/components/special-opening-schedule.css +1 -1
- package/build/css/emulation.css +1 -1
- package/build/css/homepage-main.css +1 -1
- package/build/css/kitchen-plp-main.css +1 -1
- package/build/css/main.css +1 -1
- package/build/css/my-account-main-v2.css +1 -1
- package/build/css/my-account-main.css +1 -1
- package/build/css/pages/checkout-new.css +1 -1
- package/build/css/pages/page_checkout_delivery-new.css +1 -1
- package/build/css/pages/page_merged-basket.css +1 -1
- package/build/css/pages/page_products-list-combined.css +1 -1
- package/build/css/pages/page_products-list.css +1 -1
- package/build/css/pages/page_shopping-cart-v2.css +1 -1
- package/build/css/pages/page_store-locator-details.css +1 -1
- package/build/css/pages/page_store-locator.css +1 -1
- package/build/css/pdp-main-before-combine.css +1 -1
- package/build/css/pdp-main-critical.css +1 -1
- package/build/css/pdp-main-non-critical.css +1 -1
- package/build/css/pdp-main.css +1 -1
- package/build/css/plp-main.css +1 -1
- package/build/css/store-locator-main.css +1 -1
- package/build/js/basket.min.js +2 -2
- package/build/js/bundle.min.js +1 -1
- package/build/js/checkout.min.js +2 -2
- package/build/js/emulation.min.js +490 -138
- package/build/js/general.bundle.min.js +1 -1
- package/build/js/gift-cards.min.js +1 -1
- package/build/js/merged-checkout.min.js +2 -2
- package/build/js/mini-basket-slider.min.js +1 -1
- package/build/js/page/basket/mini-basket-total.js +17 -2
- package/build/js/page/checkout-payment-details.js +8 -0
- package/build/js/page/components/notify-me.js +99 -0
- package/build/js/page/components/order-summary.js +35 -0
- package/build/js/page/components/store-locator-cards.js +76 -0
- package/build/js/pdp.bundle.min.js +2 -1
- package/build/js/plp.bundle.min.js +1 -1
- package/build/js/project-list.min.js +1 -1
- package/build/js/store-locator-cards.min.js +1 -0
- package/build/js/toggle-password-visibility.min.js +1 -0
- package/build/js/wickes-dc.js +1 -0
- package/package.json +1 -3
- package/src/components/base/button.hbs +1 -1
- package/src/components/card-store-locator.hbs +70 -33
- package/src/components/card_bloomreach_media_banner.hbs +10 -0
- package/src/components/card_product_banner_v2.hbs +4 -1
- package/src/components/card_sponsor_banner.hbs +4 -1
- package/src/components/checkout_order-summary-new.hbs +10 -1
- package/src/components/click-and-collect-modal.hbs +0 -14
- package/src/components/date-selection.hbs +1 -1
- package/src/components/delivery-types.hbs +11 -3
- package/src/components/injected-content.hbs +6 -1
- package/src/components/modal.hbs +1 -1
- package/src/components/modals/notify-me-modal.hbs +76 -0
- package/src/components/order-summary.hbs +2 -2
- package/src/components/price-block-v2.hbs +211 -214
- package/src/components/sponsor-top-banner.hbs +10 -0
- package/src/data/data_delivery-address-v2.json +1 -1
- package/src/data/data_locators.json +441 -135
- package/src/data/data_search-results_v2.json +20 -2
- package/src/data/data_spr_injected_content.json +4 -0
- package/src/js/components/general/accordion.js +25 -2
- package/src/js/emulation/banner-placement-manager.js +235 -34
- package/src/js/emulation/checkout-delivery-details.js +28 -25
- package/src/js/emulation/custom-slider-emulation.js +1 -1
- package/src/js/emulation/date-selection.js +136 -24
- package/src/js/emulation/forms.js +12 -0
- package/src/js/emulation/gift-cards.js +1 -1
- package/src/js/emulation/mini-basket-data.js +3 -3
- package/src/js/emulation/notify-me.js +9 -0
- package/src/js/emulation/store-locator-load-more.js +69 -0
- package/src/js/emulation/switchCalendar.js +12 -8
- package/src/js/page/basket/mini-basket-total.js +17 -2
- package/src/js/page/checkout-payment-details.js +8 -0
- package/src/js/page/components/notify-me.js +99 -0
- package/src/js/page/components/order-summary.js +35 -0
- package/src/js/page/components/store-locator-cards.js +76 -0
- package/src/page_checkout_next-day-delivery-details.html +2 -2
- package/src/page_checkout_payment-details-v2-asm.html +1 -1
- package/src/page_checkout_payment-details-v2.html +1 -1
- package/src/page_checkout_payment-details_with-card-loader.html +1 -1
- package/src/page_checkout_payment-details_with-klarna-loader.html +1 -1
- package/src/page_checkout_payment-details_with-loader-v2.html +1 -1
- package/src/page_checkout_rapid-delivery-details.html +7 -5
- package/src/page_klarna_payment-details_with-klarna.html +1 -1
- package/src/page_payment-details-with-billie.html +1 -1
- package/src/page_payment-details-with-clearpay.html +1 -1
- package/src/page_payment-details-with-gift-card.html +1 -1
- package/src/page_payment-details_with_apple-pay.html +1 -1
- package/src/page_payment-details_with_google-pay.html +1 -1
- package/src/page_plp_bloomreach.html +81 -0
- package/src/page_plp_v2.html +6 -0
- package/src/page_product-details-mfe-calculator.html +9 -3
- package/src/page_store-locator-list.html +18 -28
- package/src/scss/common/_CTAs.scss +7 -3
- package/src/scss/components/_card-store-locator.scss +139 -32
- package/src/scss/components/_custom-slider.scss +18 -0
- package/src/scss/components/_date-selection-add-new-styles.scss +43 -1
- package/src/scss/components/_notify-me-modal.scss +139 -0
- package/src/scss/components/_order-summary.scss +25 -12
- package/src/scss/components/_price-block-critical.scss +2 -2
- package/src/scss/components/_price-block.scss +14 -4
- package/src/scss/components/card-product-banner.scss +35 -27
- package/src/scss/components/special-opening-schedule-v2.scss +2 -6
- package/src/scss/components/special-opening-schedule.scss +17 -4
- package/src/scss/emulation.scss +0 -6
- package/src/scss/helpers/_CTAs.scss +15 -5
- package/src/scss/pages/page_checkout_delivery-new.scss +36 -0
- package/src/scss/pages/page_products-list-combined.scss +8 -1
- package/src/scss/pages/page_products-list.scss +8 -1
- package/src/scss/pages/page_shopping-cart-v2.scss +34 -10
- package/src/scss/pages/page_store-locator.scss +48 -26
- package/src/scss/pdp-main.scss +1 -0
- package/src/scss/store-locator-main.scss +15 -1
- package/src/sitemap.html +1 -0
- package/src/js/emulation/store-locator-list.js +0 -19
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
{{#extend "base" hybrisClass="hybris-class" pageClass="products-list-page retail-media category-seo-config" title="Products list" globalSearchV2="true" pagePlp=true}}
|
|
2
|
+
{{#content "head" mode="append" pagePlp=true}}
|
|
3
|
+
<link type="text/css" rel="stylesheet" href="./css/components/global-search.css">
|
|
4
|
+
{{/content}}
|
|
5
|
+
<style></style>
|
|
6
|
+
{{#content "body"}}
|
|
7
|
+
<main>
|
|
8
|
+
<div class="container">
|
|
9
|
+
<div class="page-header page-header_border-all">
|
|
10
|
+
<h1 class="page-header__title">
|
|
11
|
+
Fire Doors
|
|
12
|
+
</h1>
|
|
13
|
+
{{> srp-injected}}
|
|
14
|
+
</div>
|
|
15
|
+
|
|
16
|
+
{{> color-picker-plp }}
|
|
17
|
+
|
|
18
|
+
<div class="row">
|
|
19
|
+
<aside class="left-aside">
|
|
20
|
+
{{> search-filter collapsed="accordion_collapsed" hidden="hidden-state"}}
|
|
21
|
+
</aside>
|
|
22
|
+
|
|
23
|
+
<div class="content">
|
|
24
|
+
<div class="plp-filters" data-component="plp-filters" aria-label="Product filters">
|
|
25
|
+
<div class="plp-filters__bar plp-filters__bar-mobile" role="tablist" aria-label="Filters">
|
|
26
|
+
{{> kitchen/mobile-nav-item
|
|
27
|
+
icon="fas fa-filter"
|
|
28
|
+
title="Filter by"
|
|
29
|
+
info="1,818 results"
|
|
30
|
+
modalId="filterModal"
|
|
31
|
+
mod="filter-modal-cta"
|
|
32
|
+
}}
|
|
33
|
+
{{> kitchen/mobile-nav-item
|
|
34
|
+
icon="fas fa-sort-alt"
|
|
35
|
+
title="Sort by"
|
|
36
|
+
info="Relevance"
|
|
37
|
+
dropdown=true
|
|
38
|
+
}}
|
|
39
|
+
</div>
|
|
40
|
+
</div>
|
|
41
|
+
<div class="sort-products-list">
|
|
42
|
+
{{> kitchen/sort-by }}
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
<div class="products-list products-list-v2">
|
|
46
|
+
{{#each search-result_v2.products}}
|
|
47
|
+
{{>card_product_v2}}
|
|
48
|
+
{{/each}}
|
|
49
|
+
{{#if search-result_v2.bloomreach-media-banner}}
|
|
50
|
+
{{#each search-result_v2.bloomreach-media-banner}}
|
|
51
|
+
{{>card_bloomreach_media_banner}}
|
|
52
|
+
{{/each}}
|
|
53
|
+
{{/if}}
|
|
54
|
+
</div>
|
|
55
|
+
<div class="load-more-wrap">
|
|
56
|
+
<button class="btn btn-primary btn_full btn-load-more">
|
|
57
|
+
Load more
|
|
58
|
+
</button>
|
|
59
|
+
</div>
|
|
60
|
+
</div>
|
|
61
|
+
<!-- ./content -->
|
|
62
|
+
</div>
|
|
63
|
+
</div>
|
|
64
|
+
{{> legal-info}}
|
|
65
|
+
|
|
66
|
+
{{> similar-products-v2 }}
|
|
67
|
+
|
|
68
|
+
{{> seo-widgets title="More products" }}
|
|
69
|
+
{{> seo-widgets title="Related category" }}
|
|
70
|
+
|
|
71
|
+
</main>
|
|
72
|
+
{{/content}}
|
|
73
|
+
{{#content "foot" mode="append"}}
|
|
74
|
+
{{> kitchen/filter-modal isKitchenMode=false modalTitle="Filter by" }}
|
|
75
|
+
<script defer src="./js/plp.bundle.min.js"></script>
|
|
76
|
+
|
|
77
|
+
<script defer src="./js/page/plp-cards-v2.js"></script>
|
|
78
|
+
<script defer src="./js/search-filter.min.js"></script>
|
|
79
|
+
<script defer src="./js/plp-filters.min.js"></script>
|
|
80
|
+
{{/content}}
|
|
81
|
+
{{/extend}}
|
package/src/page_plp_v2.html
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
Fire Doors
|
|
12
12
|
</h1>
|
|
13
13
|
{{> srp-injected}}
|
|
14
|
+
{{> sponsor-top-banner }}
|
|
14
15
|
</div>
|
|
15
16
|
|
|
16
17
|
{{> color-picker-plp }}
|
|
@@ -51,6 +52,11 @@
|
|
|
51
52
|
{{>card_product_banner_v2}}
|
|
52
53
|
{{/each}}
|
|
53
54
|
{{/if}}
|
|
55
|
+
{{#if search-result_v2.bloomreach-media-banner}}
|
|
56
|
+
{{#each search-result_v2.bloomreach-media-banner}}
|
|
57
|
+
{{>card_bloomreach_media_banner}}
|
|
58
|
+
{{/each}}
|
|
59
|
+
{{/if}}
|
|
54
60
|
{{#if search-result_v2.sponsor-banner}}
|
|
55
61
|
{{#each search-result_v2.sponsor-banner}}
|
|
56
62
|
{{>card_sponsor_banner}}
|
|
@@ -3,13 +3,14 @@ isDiscount=true
|
|
|
3
3
|
isSQM=true
|
|
4
4
|
isDescription=false
|
|
5
5
|
isCashback=false
|
|
6
|
-
isSize=
|
|
6
|
+
isSize=false
|
|
7
7
|
isGuide=true
|
|
8
|
+
isQuantity=true
|
|
8
9
|
hourly-delivery=true
|
|
9
10
|
badge-text='15% off'
|
|
10
11
|
badge-color='yellow'
|
|
11
12
|
badge-text-color='gray'
|
|
12
|
-
currentlyInStock=
|
|
13
|
+
currentlyInStock=false
|
|
13
14
|
pagePdp=true
|
|
14
15
|
}}
|
|
15
16
|
{{#content "head" mode="append" pagePdp=true}}
|
|
@@ -81,6 +82,10 @@ pagePdp=true
|
|
|
81
82
|
more-stores-present=true
|
|
82
83
|
mfeProductCalculator=true
|
|
83
84
|
default-store=true
|
|
85
|
+
isExcludingDelivery=true
|
|
86
|
+
notifyMe=true
|
|
87
|
+
klarna-placement=true
|
|
88
|
+
clearpay-placement=true
|
|
84
89
|
}}
|
|
85
90
|
{{> fulfilment-accordions }}
|
|
86
91
|
</div>
|
|
@@ -121,7 +126,8 @@ pagePdp=true
|
|
|
121
126
|
<script type="text/html" id="mini-basket-popup">
|
|
122
127
|
{{> popover-mini-basket mod="popover-mini-basket_just-added" products=mini-basket.just-added just-added=true}}
|
|
123
128
|
</script>
|
|
124
|
-
|
|
129
|
+
{{> modals/notify-me-modal mod="modal-notify-me"}}
|
|
130
|
+
<script defer src="./js/pdp.bundle.min.js"></script>
|
|
125
131
|
<script defer src="./js/energy-efficiency.min.js"></script>
|
|
126
132
|
{{> click-and-collect-modal pdp=pdp}}
|
|
127
133
|
{{> wisdom-modal-mcfc }}
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{{#extend "base" pageClass="store-locator" title="Store locator list" pageStoreLocator=true}}
|
|
2
2
|
{{#content "head" mode="append" pageStoreLocator=true}}{{/content}}
|
|
3
|
+
|
|
3
4
|
{{#content "body"}}
|
|
4
5
|
<main class="container">
|
|
5
6
|
<h1>Store Locator</h1>
|
|
7
|
+
|
|
6
8
|
<button class="btn btn-primary btn_store-near-me">
|
|
7
9
|
<span class="btn__text">Find a store near me</span>
|
|
8
10
|
</button>
|
|
11
|
+
|
|
9
12
|
<div class="row-holder">
|
|
10
13
|
<div class="map-container">
|
|
11
14
|
<div class="map store-locator-popup__map">
|
|
@@ -13,43 +16,30 @@
|
|
|
13
16
|
</div>
|
|
14
17
|
</div>
|
|
15
18
|
</div>
|
|
16
|
-
|
|
19
|
+
|
|
20
|
+
{{> find-a-store data-action="scroll-to-list"}}
|
|
21
|
+
|
|
17
22
|
<div class="cards-store-holder">
|
|
18
23
|
<div class="cards-store-wrapper">
|
|
19
|
-
<div class="row">
|
|
20
|
-
|
|
21
|
-
<div class="cards-store-list">
|
|
22
|
-
{{> card-store-locator view-map="true" distance="true" opening-times="true" schedule-title="true" locator-list="true"}}
|
|
23
|
-
</div>
|
|
24
|
-
|
|
24
|
+
<div class="row" id="store-cards">
|
|
25
25
|
{{#each locators}}
|
|
26
26
|
<div class="cards-store-list">
|
|
27
|
-
{{> card-store-locator
|
|
27
|
+
{{> card-store-locator
|
|
28
|
+
opening-times=true
|
|
29
|
+
schedule-title=true
|
|
30
|
+
locator-list=true
|
|
31
|
+
}}
|
|
28
32
|
</div>
|
|
29
33
|
{{/each}}
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
</span>
|
|
36
|
-
<span class="btn__text">
|
|
37
|
-
View more...
|
|
38
|
-
</span>
|
|
39
|
-
</button>
|
|
40
|
-
<button class="btn btn-secondary btn_full store-locator__load-button" style="display: none;">
|
|
41
|
-
<span class="icon icon__eye">
|
|
42
|
-
<i class="fas fa-eye"></i>
|
|
43
|
-
</span>
|
|
44
|
-
<span class="btn__text">View less</span>
|
|
45
|
-
</button>
|
|
46
|
-
</div>
|
|
34
|
+
</div>
|
|
35
|
+
<div class="cards-store-list__actions">
|
|
36
|
+
<button class="btn btn-primary btn_full store-locator__load-button store-locator__load-button_more">
|
|
37
|
+
<span class="btn__text">Load more</span>
|
|
38
|
+
</button>
|
|
47
39
|
</div>
|
|
48
40
|
</div>
|
|
49
41
|
</div>
|
|
50
|
-
<div class="pagination-holder">
|
|
51
|
-
{{> pagination pagination1="true"}}
|
|
52
|
-
</div>
|
|
53
42
|
</main>
|
|
54
43
|
{{/content}}
|
|
55
44
|
{{/extend}}
|
|
45
|
+
<script defer src="./js/store-locator-cards.min.js"></script>
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
.btn {
|
|
12
12
|
position: relative;
|
|
13
13
|
text-decoration: none;
|
|
14
|
-
transition: all .2s ease;
|
|
14
|
+
transition: all 0.2s ease;
|
|
15
15
|
|
|
16
16
|
&_full {
|
|
17
17
|
@include button-full;
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
:focus > &,
|
|
35
35
|
:active > & {
|
|
36
36
|
color: $white;
|
|
37
|
-
opacity: .6;
|
|
37
|
+
opacity: 0.6;
|
|
38
38
|
bottom: auto; //IE fix
|
|
39
39
|
}
|
|
40
40
|
}
|
|
@@ -55,6 +55,10 @@
|
|
|
55
55
|
@include button-primary;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
+
.btn-outline-primary {
|
|
59
|
+
@include button-outline-primary;
|
|
60
|
+
}
|
|
61
|
+
|
|
58
62
|
.btn-secondary {
|
|
59
63
|
@include button-secondary;
|
|
60
64
|
}
|
|
@@ -85,7 +89,7 @@
|
|
|
85
89
|
}
|
|
86
90
|
|
|
87
91
|
.btn-pending {
|
|
88
|
-
@include button-pending
|
|
92
|
+
@include button-pending;
|
|
89
93
|
}
|
|
90
94
|
|
|
91
95
|
.btn--icon {
|
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
border: 1px solid $gray;
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: column;
|
|
5
|
+
height: 100%;
|
|
6
|
+
|
|
7
|
+
&__schedule {
|
|
8
|
+
.schedule-title {
|
|
9
|
+
&.card-store__title {
|
|
10
|
+
font-weight: $btn-font-weight;
|
|
11
|
+
padding: 15px 15px 13px;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
5
15
|
|
|
6
16
|
.store-locator-details & {
|
|
7
17
|
border: 0;
|
|
@@ -17,8 +27,14 @@
|
|
|
17
27
|
}
|
|
18
28
|
}
|
|
19
29
|
|
|
30
|
+
&__body {
|
|
31
|
+
display: flex;
|
|
32
|
+
flex-direction: column;
|
|
33
|
+
flex: 1 1 auto;
|
|
34
|
+
}
|
|
35
|
+
|
|
20
36
|
&__info {
|
|
21
|
-
padding:
|
|
37
|
+
padding: 15px 14px 0;
|
|
22
38
|
|
|
23
39
|
.store-locator-details & {
|
|
24
40
|
padding-top: 0;
|
|
@@ -27,16 +43,10 @@
|
|
|
27
43
|
|
|
28
44
|
&__title {
|
|
29
45
|
padding-top: 10px;
|
|
30
|
-
font-
|
|
31
|
-
font-weight: 500;
|
|
46
|
+
font-weight: $headings-font-weight;
|
|
32
47
|
line-height: 1.125rem;
|
|
33
48
|
|
|
34
|
-
&.schedule-title.schedule-title {
|
|
35
|
-
margin: 0 15px;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
49
|
.card-store__schedule & {
|
|
39
|
-
padding: 20px 0;
|
|
40
50
|
font-weight: bold;
|
|
41
51
|
}
|
|
42
52
|
|
|
@@ -51,11 +61,12 @@
|
|
|
51
61
|
}
|
|
52
62
|
|
|
53
63
|
&__distance {
|
|
54
|
-
font-weight:
|
|
64
|
+
font-weight: $headings-font-weight;
|
|
65
|
+
margin-top: 4px;
|
|
55
66
|
}
|
|
56
67
|
|
|
57
68
|
&__address {
|
|
58
|
-
padding:
|
|
69
|
+
padding: 8px 0 0;
|
|
59
70
|
|
|
60
71
|
.store-locator-details & {
|
|
61
72
|
padding-bottom: 20px;
|
|
@@ -67,9 +78,21 @@
|
|
|
67
78
|
}
|
|
68
79
|
}
|
|
69
80
|
|
|
81
|
+
&__navigation {
|
|
82
|
+
padding: 16px 15px 4px;
|
|
83
|
+
margin-top: auto;
|
|
84
|
+
|
|
85
|
+
.btn {
|
|
86
|
+
margin-top: 0;
|
|
87
|
+
width: 100%;
|
|
88
|
+
display: flex;
|
|
89
|
+
justify-content: center;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
70
93
|
&__schedule {
|
|
94
|
+
padding: 0 15px;
|
|
71
95
|
line-height: 30px;
|
|
72
|
-
padding: 0 0 10px;
|
|
73
96
|
|
|
74
97
|
.store-locator-details & {
|
|
75
98
|
padding: 0 15px;
|
|
@@ -79,14 +102,10 @@
|
|
|
79
102
|
&__contacts {
|
|
80
103
|
@include primary-text;
|
|
81
104
|
padding: 0 15px;
|
|
82
|
-
|
|
83
|
-
.store-locator-details & {
|
|
84
|
-
padding: 20px 15px;
|
|
85
|
-
}
|
|
86
105
|
}
|
|
87
106
|
|
|
88
107
|
&__tel {
|
|
89
|
-
padding-top:
|
|
108
|
+
padding-top: 8px;
|
|
90
109
|
border-top: 1px solid $gray;
|
|
91
110
|
display: block;
|
|
92
111
|
white-space: nowrap;
|
|
@@ -103,23 +122,97 @@
|
|
|
103
122
|
}
|
|
104
123
|
|
|
105
124
|
&__actions {
|
|
106
|
-
|
|
107
|
-
padding: 10px 0 20px;
|
|
125
|
+
padding: 8px 15px 15px;
|
|
108
126
|
|
|
109
127
|
a {
|
|
110
|
-
font-weight:
|
|
128
|
+
font-weight: $font-weight-bold;
|
|
129
|
+
font-size: 0.875rem;
|
|
130
|
+
line-height: 1.25rem;
|
|
131
|
+
text-decoration: underline;
|
|
111
132
|
}
|
|
112
133
|
}
|
|
113
134
|
|
|
114
135
|
&__features {
|
|
115
136
|
padding: 0 15px;
|
|
116
137
|
}
|
|
138
|
+
}
|
|
117
139
|
|
|
118
|
-
|
|
119
|
-
|
|
140
|
+
.card-store__schedule {
|
|
141
|
+
.opening-times-accordion {
|
|
142
|
+
padding: 0;
|
|
143
|
+
border-top: 0;
|
|
144
|
+
border-bottom: 0;
|
|
145
|
+
|
|
146
|
+
&__icon {
|
|
147
|
+
left: auto;
|
|
148
|
+
right: -2px;
|
|
149
|
+
top: 9px;
|
|
150
|
+
font-size: 1.25rem;
|
|
151
|
+
}
|
|
120
152
|
|
|
121
|
-
|
|
153
|
+
&__header {
|
|
154
|
+
display: flex;
|
|
155
|
+
align-items: center;
|
|
156
|
+
justify-content: space-between;
|
|
157
|
+
cursor: pointer;
|
|
158
|
+
padding: 10px 0 12px;
|
|
159
|
+
margin: 0;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
&__title {
|
|
163
|
+
font-size: 0.875rem;
|
|
164
|
+
font-weight: $headings-font-weight;
|
|
165
|
+
line-height: 22px;
|
|
166
|
+
color: $gray-dark;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
&__icon {
|
|
170
|
+
display: inline-flex;
|
|
171
|
+
align-items: center;
|
|
172
|
+
justify-content: center;
|
|
173
|
+
transition: transform 0.2s ease;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
&__content {
|
|
177
|
+
padding: 0 0 12px;
|
|
178
|
+
margin-left: -15px;
|
|
179
|
+
margin-right: -15px;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
&__close {
|
|
122
183
|
width: 100%;
|
|
184
|
+
display: flex;
|
|
185
|
+
justify-content: center;
|
|
186
|
+
align-items: center;
|
|
187
|
+
padding: 12px 0 4px;
|
|
188
|
+
border: 0;
|
|
189
|
+
background: transparent;
|
|
190
|
+
cursor: pointer;
|
|
191
|
+
|
|
192
|
+
&:focus:not(:focus-visible) {
|
|
193
|
+
outline: none;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
&__close-icon {
|
|
198
|
+
display: inline-flex;
|
|
199
|
+
align-items: center;
|
|
200
|
+
justify-content: center;
|
|
201
|
+
font-weight: $headings-font-weight;
|
|
202
|
+
color: $blue;
|
|
203
|
+
cursor: pointer;
|
|
204
|
+
box-sizing: border-box;
|
|
205
|
+
height: 24px;
|
|
206
|
+
line-height: 24px;
|
|
207
|
+
width: 24px;
|
|
208
|
+
text-align: center;
|
|
209
|
+
font-size: 1.25rem;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
&.accordion_collapsed {
|
|
213
|
+
.opening-times-accordion__icon {
|
|
214
|
+
transform: rotate(360deg);
|
|
215
|
+
}
|
|
123
216
|
}
|
|
124
217
|
}
|
|
125
218
|
}
|
|
@@ -129,7 +222,11 @@
|
|
|
129
222
|
|
|
130
223
|
&__day,
|
|
131
224
|
&__time {
|
|
132
|
-
|
|
225
|
+
display: flex;
|
|
226
|
+
justify-content: flex-end;
|
|
227
|
+
width: 56%;
|
|
228
|
+
min-width: 145px;
|
|
229
|
+
padding-right: 15px;
|
|
133
230
|
|
|
134
231
|
.store-locator-details & {
|
|
135
232
|
text-align: right;
|
|
@@ -137,8 +234,18 @@
|
|
|
137
234
|
}
|
|
138
235
|
}
|
|
139
236
|
|
|
237
|
+
&__time {
|
|
238
|
+
gap: 3px;
|
|
239
|
+
}
|
|
240
|
+
|
|
140
241
|
&__day {
|
|
242
|
+
align-items: center;
|
|
243
|
+
justify-content: flex-start;
|
|
244
|
+
min-width: auto;
|
|
245
|
+
width: 44%;
|
|
141
246
|
padding-left: 15px;
|
|
247
|
+
padding-right: 0;
|
|
248
|
+
line-height: 20px;
|
|
142
249
|
|
|
143
250
|
.store-locator-details & {
|
|
144
251
|
text-align: left;
|
|
@@ -165,12 +272,16 @@
|
|
|
165
272
|
@include media-breakpoint-down(sm) {
|
|
166
273
|
.card-store {
|
|
167
274
|
&__schedule {
|
|
168
|
-
display:
|
|
169
|
-
|
|
275
|
+
display: block;
|
|
276
|
+
padding: 0 15px;
|
|
277
|
+
}
|
|
170
278
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
279
|
+
&__navigation {
|
|
280
|
+
padding-top: 12px;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
&__actions {
|
|
284
|
+
padding-bottom: 12px;
|
|
174
285
|
}
|
|
175
286
|
}
|
|
176
287
|
|
|
@@ -188,10 +299,6 @@
|
|
|
188
299
|
.store-locator-details & {
|
|
189
300
|
width: 55%;
|
|
190
301
|
}
|
|
191
|
-
|
|
192
|
-
&__info {
|
|
193
|
-
min-height: 240px;
|
|
194
|
-
}
|
|
195
302
|
}
|
|
196
303
|
}
|
|
197
304
|
|
|
@@ -501,6 +501,24 @@
|
|
|
501
501
|
}
|
|
502
502
|
}
|
|
503
503
|
}
|
|
504
|
+
|
|
505
|
+
&-delivery:has(+ .checkout-widget__item-delivery-cost-message) {
|
|
506
|
+
padding-bottom: 0;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
&-delivery-cost-message {
|
|
510
|
+
margin-top: 4px !important;
|
|
511
|
+
padding-top: 0;
|
|
512
|
+
justify-content: flex-end;
|
|
513
|
+
|
|
514
|
+
#order-delivery-cost-message {
|
|
515
|
+
@include font-size(10);
|
|
516
|
+
@include line-height(12);
|
|
517
|
+
|
|
518
|
+
font-weight: 700;
|
|
519
|
+
color: $squant;
|
|
520
|
+
}
|
|
521
|
+
}
|
|
504
522
|
}
|
|
505
523
|
|
|
506
524
|
&__details-discount {
|
|
@@ -248,16 +248,50 @@
|
|
|
248
248
|
height: auto;
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
|
+
|
|
252
|
+
.rapid-info-icon {
|
|
253
|
+
display: inline-flex;
|
|
254
|
+
align-items: center;
|
|
255
|
+
vertical-align: bottom;
|
|
256
|
+
pointer-events: auto;
|
|
257
|
+
margin-left: 4px;
|
|
258
|
+
cursor: pointer;
|
|
259
|
+
color: $white;
|
|
260
|
+
font-size: 1rem;
|
|
261
|
+
|
|
262
|
+
[data-prefix='fas'],
|
|
263
|
+
[data-prefix='far'] {
|
|
264
|
+
color: $white;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
&:hover {
|
|
268
|
+
opacity: 0.8;
|
|
269
|
+
|
|
270
|
+
[data-prefix='far'] {
|
|
271
|
+
color: $white;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
&__image {
|
|
277
|
+
position: absolute;
|
|
278
|
+
right: 12px;
|
|
279
|
+
}
|
|
251
280
|
}
|
|
252
281
|
|
|
253
282
|
.delivery-container {
|
|
254
283
|
.btn.btn_full {
|
|
255
284
|
display: flex;
|
|
256
|
-
padding: 16px
|
|
285
|
+
padding: 16px 12px;
|
|
257
286
|
align-items: center;
|
|
258
287
|
justify-content: center;
|
|
259
288
|
border: 0;
|
|
260
289
|
border-radius: 0;
|
|
290
|
+
position: relative;
|
|
291
|
+
|
|
292
|
+
&:has(.delivery-btn__image:not(.d-none)) {
|
|
293
|
+
padding: 16px 64px 16px 12px;
|
|
294
|
+
}
|
|
261
295
|
}
|
|
262
296
|
}
|
|
263
297
|
|
|
@@ -271,6 +305,14 @@
|
|
|
271
305
|
}
|
|
272
306
|
}
|
|
273
307
|
|
|
308
|
+
@include media-breakpoint-only(sm) {
|
|
309
|
+
.delivery-types .delivery-container {
|
|
310
|
+
.subtitle br {
|
|
311
|
+
display: none;
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
|
|
274
316
|
@include media-breakpoint-up(md) {
|
|
275
317
|
.date-selection {
|
|
276
318
|
.delivery-date,
|