@sonic-equipment/ui 208.0.0 → 209.0.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/dist/algolia/algolia-filter-panel.js +7 -10
- package/dist/algolia/algolia-filter-panel.module.css.js +1 -1
- package/dist/algolia/algolia-insights-provider.d.ts +1 -1
- package/dist/base.css +0 -10
- package/dist/breadcrumbs/breadcrumb.js +1 -1
- package/dist/buttons/button/button.d.ts +1 -1
- package/dist/buttons/button/button.module.css.js +1 -1
- package/dist/buttons/link/link.d.ts +1 -1
- package/dist/buttons/link/link.module.css.js +1 -1
- package/dist/carousel/carousel-navigation-button.d.ts +1 -1
- package/dist/carousel/pagination/pagination.js +2 -6
- package/dist/collapsables/accordion/accordion-item.js +2 -1
- package/dist/collapsables/accordion/accordion.module.css.js +1 -1
- package/dist/collapsables/cascading-component/cascading-component-container-context.d.ts +1 -1
- package/dist/collapsables/show-all/show-all.js +2 -2
- package/dist/collapsables/unmounter/unmounter.d.ts +1 -1
- package/dist/cookies/cookie-context.d.ts +1 -1
- package/dist/filters/multi-select/multi-select.js +2 -1
- package/dist/filters/pagination/pagination.js +1 -1
- package/dist/filters/pagination/pagination.module.css.js +1 -1
- package/dist/forms/fields/number-field/number-field.d.ts +1 -1
- package/dist/intl/intl-context.d.ts +1 -1
- package/dist/lists/menu-list/menu-list-provider.d.ts +1 -1
- package/dist/notifications/announcements/announcement.d.ts +1 -1
- package/dist/pages/product/product-listing-page/product-listing-page-provider/product-listing-page-context.d.ts +1 -1
- package/dist/pages/product/product-listing-page/product-listing-page.module.css.js +1 -1
- package/dist/pages/product/product-listing-page/product-listing.js +1 -1
- package/dist/shared/providers/global-state-provider.d.ts +1 -1
- package/dist/shared/routing/route-context.d.ts +1 -1
- package/dist/shared/routing/use-route-link-element.d.ts +1 -1
- package/dist/shared/routing/use-route-link.d.ts +1 -1
- package/dist/shared/routing/with-routing.d.ts +2 -2
- package/dist/sidebar/sidebar.d.ts +2 -1
- package/dist/sidebar/sidebar.js +4 -7
- package/dist/sidebar/sidebar.module.css.js +1 -1
- package/dist/styles.css +277 -317
- package/dist/table/elements/table-context.d.ts +1 -1
- package/dist/table/elements/table-row-context.d.ts +1 -1
- package/dist/toast/toast.d.ts +1 -1
- package/dist/typography/heading/heading.d.ts +2 -2
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -202,11 +202,7 @@
|
|
|
202
202
|
);
|
|
203
203
|
}
|
|
204
204
|
:root {
|
|
205
|
-
|
|
206
|
-
*
|
|
207
|
-
* Global border radius tokens
|
|
208
|
-
*
|
|
209
|
-
*********************************************************/
|
|
205
|
+
/* border radius */
|
|
210
206
|
--border-radius-2: 2px;
|
|
211
207
|
--border-radius-8: 8px;
|
|
212
208
|
--border-radius-12: 12px;
|
|
@@ -214,11 +210,7 @@
|
|
|
214
210
|
--border-radius-22: 22px;
|
|
215
211
|
--border-radius-32: 32px;
|
|
216
212
|
|
|
217
|
-
|
|
218
|
-
*
|
|
219
|
-
* Global border width tokens
|
|
220
|
-
*
|
|
221
|
-
*********************************************************/
|
|
213
|
+
/* border width */
|
|
222
214
|
--border-width-0: 0px;
|
|
223
215
|
--border-width-1: 1px;
|
|
224
216
|
--border-width-2: 2px;
|
|
@@ -226,8 +218,9 @@
|
|
|
226
218
|
}
|
|
227
219
|
:root {
|
|
228
220
|
/* Outlines */
|
|
229
|
-
|
|
230
|
-
--shadow-focus-outline
|
|
221
|
+
|
|
222
|
+
/* --shadow-focus-outline: 0 0 1px 2px rgb(227 6 19 / 40%);
|
|
223
|
+
--shadow-focus-outline-padded: 0 0 1px 4px rgb(227 6 19 / 40%); */
|
|
231
224
|
|
|
232
225
|
/* Box shadows */
|
|
233
226
|
--box-shadow-heavy: 0 0 96px 0 rgb(0 0 0 / 30%);
|
|
@@ -265,6 +258,14 @@
|
|
|
265
258
|
:root {
|
|
266
259
|
--transition-duration-short: 250ms;
|
|
267
260
|
}
|
|
261
|
+
:root {
|
|
262
|
+
/* focus outline */
|
|
263
|
+
--focus-outline-size: 2px;
|
|
264
|
+
--focus-outline-offset: 2px;
|
|
265
|
+
--focus-outline-inset: calc(var(--focus-outline-size) * -1);
|
|
266
|
+
--focus-outline-color: rgb(227 6 19 / 40%);
|
|
267
|
+
--focus-outline: var(--focus-outline-size) solid var(--focus-outline-color);
|
|
268
|
+
}
|
|
268
269
|
html {
|
|
269
270
|
padding-right: 0 !important;
|
|
270
271
|
interpolate-size: allow-keywords;
|
|
@@ -282,66 +283,44 @@ html {
|
|
|
282
283
|
|
|
283
284
|
/* stylelint-disable no-descending-specificity */
|
|
284
285
|
.link-module-xLqBn {
|
|
286
|
+
--color: currentcolor;
|
|
287
|
+
--hover-color: var(--color-brand-dark-red);
|
|
288
|
+
|
|
285
289
|
all: unset;
|
|
286
290
|
position: relative;
|
|
287
291
|
display: inline-flex;
|
|
288
292
|
align-items: center;
|
|
289
|
-
color:
|
|
293
|
+
color: var(--color);
|
|
290
294
|
cursor: pointer;
|
|
291
295
|
font: inherit;
|
|
292
296
|
gap: var(--space-4);
|
|
293
297
|
-webkit-tap-highlight-color: transparent;
|
|
294
298
|
}
|
|
295
|
-
.link-module-xLqBn:where(:not([data-disabled]):focus),
|
|
296
|
-
.link-module-xLqBn:where(:not([data-disabled]):hover) {
|
|
297
|
-
color: var(--color-brand-dark-red);
|
|
298
|
-
}
|
|
299
|
-
.link-module-xLqBn:where(:not([data-disabled]):focus)::after, .link-module-xLqBn:where(:not([data-disabled]):hover)::after {
|
|
300
|
-
background-color: var(--color-brand-dark-red);
|
|
301
|
-
}
|
|
302
299
|
.link-module-xLqBn > svg {
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
height: 12px;
|
|
306
|
-
}
|
|
307
|
-
.link-module-xLqBn:focus-visible {
|
|
308
|
-
box-shadow: var(--shadow-focus-outline);
|
|
309
|
-
outline: none;
|
|
300
|
+
width: var(--space-12);
|
|
301
|
+
height: var(--space-12);
|
|
310
302
|
}
|
|
311
|
-
.link-module-xLqBn
|
|
303
|
+
.link-module-xLqBn[data-disabled] {
|
|
312
304
|
cursor: default;
|
|
313
305
|
opacity: 0.4;
|
|
314
306
|
pointer-events: none;
|
|
315
307
|
}
|
|
316
|
-
.link-module-xLqBn:
|
|
317
|
-
|
|
308
|
+
.link-module-xLqBn:hover {
|
|
309
|
+
color: var(--hover-color);
|
|
310
|
+
}
|
|
311
|
+
.link-module-xLqBn:focus-visible {
|
|
312
|
+
outline: var(--focus-outline);
|
|
318
313
|
}
|
|
319
314
|
.link-module-xLqBn:where(.link-module-UuCEp) {
|
|
320
315
|
text-decoration: underline;
|
|
321
316
|
}
|
|
322
|
-
.link-module-xLqBn:where(.link-module-UuCEp)::after {
|
|
323
|
-
display: none;
|
|
324
|
-
}
|
|
325
|
-
.link-module-xLqBn:where(.link-module-v31wH) {
|
|
326
|
-
color: var(--color-brand-red);
|
|
327
|
-
}
|
|
328
|
-
.link-module-xLqBn:where(.link-module-v31wH):where(:not([data-disabled]):focus),
|
|
329
|
-
.link-module-xLqBn:where(.link-module-v31wH):where(:not([data-disabled]):hover) {
|
|
330
|
-
color: var(--color-brand-dark-red);
|
|
331
|
-
}
|
|
332
|
-
.link-module-xLqBn:where(.link-module-v31wH):where(:not([data-disabled]):focus)::after, .link-module-xLqBn:where(.link-module-v31wH):where(:not([data-disabled]):hover)::after {
|
|
333
|
-
background-color: var(--color-brand-dark-red);
|
|
334
|
-
}
|
|
335
317
|
.link-module-xLqBn:where(.link-module-bGD6u) {
|
|
336
|
-
color: var(--color-black);
|
|
318
|
+
--color: var(--color-black);
|
|
319
|
+
--hover-color: var(--color-brand-red);
|
|
320
|
+
}
|
|
321
|
+
.link-module-xLqBn:where(.link-module-v31wH) {
|
|
322
|
+
--color: var(--color-brand-red);
|
|
337
323
|
}
|
|
338
|
-
.link-module-xLqBn:where(.link-module-bGD6u):where(.link-module-xLqBn:where(.link-module-bGD6u):not([data-disabled]):focus),
|
|
339
|
-
.link-module-xLqBn:where(.link-module-bGD6u):where(.link-module-xLqBn:where(.link-module-bGD6u):not([data-disabled]):hover) {
|
|
340
|
-
color: var(--color-brand-red);
|
|
341
|
-
}
|
|
342
|
-
.link-module-xLqBn:where(.link-module-bGD6u):where(.link-module-xLqBn:where(.link-module-bGD6u):not([data-disabled]):focus)::after, .link-module-xLqBn:where(.link-module-bGD6u):where(.link-module-xLqBn:where(.link-module-bGD6u):not([data-disabled]):hover)::after {
|
|
343
|
-
background-color: var(--color-brand-red);
|
|
344
|
-
}
|
|
345
324
|
|
|
346
325
|
.accordion-module-9WvAH {
|
|
347
326
|
--color: var(--color-black);
|
|
@@ -353,6 +332,8 @@ html {
|
|
|
353
332
|
--accordion-item-border-accentuated-color: var(--color-brand-dark-gray);
|
|
354
333
|
--accordion-item-border: 1px solid var(--accordion-item-border-color);
|
|
355
334
|
--accordion-item-hover-color: var(--color-brand-light-gray);
|
|
335
|
+
|
|
336
|
+
color: var(--color);
|
|
356
337
|
}
|
|
357
338
|
|
|
358
339
|
.accordion-module-9WvAH.accordion-module-6CcEH {
|
|
@@ -380,10 +361,6 @@ html {
|
|
|
380
361
|
--seperator-color: var(--color-white);
|
|
381
362
|
}
|
|
382
363
|
|
|
383
|
-
.accordion-module-9WvAH .accordion-module-lf9d- {
|
|
384
|
-
--transition-duration: 0.2s;
|
|
385
|
-
}
|
|
386
|
-
|
|
387
364
|
.accordion-module-9WvAH .accordion-module-lf9d- .accordion-module-d-B4T {
|
|
388
365
|
margin: 0;
|
|
389
366
|
}
|
|
@@ -392,8 +369,6 @@ html {
|
|
|
392
369
|
position: relative;
|
|
393
370
|
display: flex;
|
|
394
371
|
width: 100%;
|
|
395
|
-
padding-right: var(--accordion-padding-inline);
|
|
396
|
-
padding-left: var(--accordion-padding-inline);
|
|
397
372
|
border: none;
|
|
398
373
|
background: none;
|
|
399
374
|
color: var(--color);
|
|
@@ -402,6 +377,7 @@ html {
|
|
|
402
377
|
font-weight: var(--font-weight-bold);
|
|
403
378
|
line-height: 1;
|
|
404
379
|
padding-block: var(--accordion-padding-block);
|
|
380
|
+
padding-inline: var(--accordion-padding-inline);
|
|
405
381
|
text-align: left;
|
|
406
382
|
}
|
|
407
383
|
|
|
@@ -415,13 +391,13 @@ html {
|
|
|
415
391
|
width: 16px;
|
|
416
392
|
height: 16px;
|
|
417
393
|
transform: rotate(0deg);
|
|
418
|
-
transition: transform var(--transition-duration)
|
|
394
|
+
transition: transform var(--transition-duration-short);
|
|
419
395
|
}
|
|
420
396
|
|
|
421
397
|
.accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb:focus-visible,
|
|
422
398
|
.accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb.accordion-module-M4BZs {
|
|
423
|
-
|
|
424
|
-
outline:
|
|
399
|
+
outline: var(--focus-outline);
|
|
400
|
+
outline-offset: var(--focus-outline-offset);
|
|
425
401
|
}
|
|
426
402
|
|
|
427
403
|
.accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb[disabled] {
|
|
@@ -442,19 +418,15 @@ html {
|
|
|
442
418
|
}
|
|
443
419
|
}
|
|
444
420
|
|
|
421
|
+
/* panel */
|
|
422
|
+
|
|
445
423
|
.accordion-module-9WvAH .accordion-module-lf9d- .accordion-module-KZjMo {
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
transition:
|
|
449
|
-
|
|
450
|
-
padding-block var(--transition-duration) linear;
|
|
424
|
+
overflow: clip;
|
|
425
|
+
transition: var(--transition-duration-short) ease-in-out;
|
|
426
|
+
transition-behavior: allow-discrete;
|
|
427
|
+
transition-property: visibility, block-size;
|
|
451
428
|
}
|
|
452
429
|
|
|
453
|
-
.accordion-module-9WvAH .accordion-module-lf9d- .accordion-module-KZjMo .accordion-module-ejMH3 {
|
|
454
|
-
overflow: hidden;
|
|
455
|
-
color: var(--color);
|
|
456
|
-
}
|
|
457
|
-
|
|
458
430
|
.accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-oTdZK {
|
|
459
431
|
border-bottom: var(--accordion-item-border);
|
|
460
432
|
}
|
|
@@ -471,23 +443,29 @@ html {
|
|
|
471
443
|
border-bottom: solid 2px var(--accordion-item-border-accentuated-color);
|
|
472
444
|
}
|
|
473
445
|
|
|
446
|
+
/* closed state */
|
|
447
|
+
|
|
448
|
+
.accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-kYmoe .accordion-module-KZjMo {
|
|
449
|
+
block-size: 0;
|
|
450
|
+
visibility: hidden;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
/* open state */
|
|
454
|
+
|
|
474
455
|
.accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-W0F1z .accordion-module-Y50uq svg {
|
|
475
456
|
transform: rotate(-180deg);
|
|
476
457
|
}
|
|
477
458
|
|
|
478
459
|
.accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-W0F1z .accordion-module-KZjMo {
|
|
479
|
-
|
|
460
|
+
block-size: auto;
|
|
461
|
+
visibility: visible;
|
|
480
462
|
}
|
|
481
463
|
|
|
482
464
|
.accordion-module-9WvAH .accordion-module-lf9d-:has(.accordion-module--Rwpb[disabled]):not(.accordion-module-RnNRT) {
|
|
483
465
|
border-color: var(--color-brand-light-gray);
|
|
484
466
|
}
|
|
485
467
|
|
|
486
|
-
|
|
487
|
-
*
|
|
488
|
-
* Dropdown variant
|
|
489
|
-
*
|
|
490
|
-
*********************************************************/
|
|
468
|
+
/* dropdown variant */
|
|
491
469
|
|
|
492
470
|
.accordion-module-9WvAH.accordion-module-SAbiG .accordion-module-ogvYX {
|
|
493
471
|
color: var(--color-brand-black);
|
|
@@ -884,9 +862,14 @@ html {
|
|
|
884
862
|
}
|
|
885
863
|
|
|
886
864
|
.algolia-filter-panel-module-GfhOO {
|
|
887
|
-
|
|
865
|
+
display: grid;
|
|
866
|
+
grid-template-areas:
|
|
867
|
+
'content'
|
|
868
|
+
'footer';
|
|
869
|
+
grid-template-rows: 1fr auto;
|
|
870
|
+
min-block-size: 100%;
|
|
888
871
|
|
|
889
|
-
|
|
872
|
+
/* padding-inline: var(--space-16); */
|
|
890
873
|
}
|
|
891
874
|
|
|
892
875
|
.algolia-filter-panel-module-GfhOO,
|
|
@@ -894,12 +877,17 @@ html {
|
|
|
894
877
|
box-sizing: border-box;
|
|
895
878
|
}
|
|
896
879
|
|
|
897
|
-
.algolia-filter-panel-module-GfhOO .algolia-filter-panel-module-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
880
|
+
.algolia-filter-panel-module-GfhOO .algolia-filter-panel-module-KFCCf {
|
|
881
|
+
grid-area: content;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
.algolia-filter-panel-module-GfhOO .algolia-filter-panel-module--DfrD {
|
|
885
|
+
position: sticky;
|
|
886
|
+
display: grid;
|
|
887
|
+
background: var(--color-white);
|
|
888
|
+
grid-area: footer;
|
|
889
|
+
inset-block-end: 0;
|
|
890
|
+
padding-block: var(--space-16);
|
|
903
891
|
}
|
|
904
892
|
|
|
905
893
|
.algolia-filter-panel-module-GfhOO .algolia-filter-panel-module-LKet3 {
|
|
@@ -907,7 +895,6 @@ html {
|
|
|
907
895
|
cursor: pointer;
|
|
908
896
|
font: inherit;
|
|
909
897
|
font-size: var(--font-size-14);
|
|
910
|
-
-webkit-tap-highlight-color: transparent;
|
|
911
898
|
text-decoration: none;
|
|
912
899
|
}
|
|
913
900
|
|
|
@@ -933,22 +920,8 @@ html {
|
|
|
933
920
|
color: var(--color-brand-medium-gray);
|
|
934
921
|
}
|
|
935
922
|
|
|
936
|
-
.algolia-filter-panel-module-GfhOO .algolia-filter-panel-module-ABOYv {
|
|
937
|
-
position: absolute;
|
|
938
|
-
z-index: calc(var(--sidebar-layer) + 1);
|
|
939
|
-
bottom: var(--padding);
|
|
940
|
-
display: grid;
|
|
941
|
-
inset-inline: 0;
|
|
942
|
-
padding-inline: var(--padding);
|
|
943
|
-
}
|
|
944
|
-
|
|
945
923
|
@media (width >= 1440px) {
|
|
946
|
-
.algolia-filter-panel-module-GfhOO .algolia-filter-panel-module
|
|
947
|
-
overflow: hidden;
|
|
948
|
-
padding-left: 0;
|
|
949
|
-
}
|
|
950
|
-
|
|
951
|
-
.algolia-filter-panel-module-GfhOO .algolia-filter-panel-module-ABOYv {
|
|
924
|
+
.algolia-filter-panel-module-GfhOO .algolia-filter-panel-module--DfrD {
|
|
952
925
|
display: none;
|
|
953
926
|
}
|
|
954
927
|
}
|
|
@@ -969,13 +942,15 @@ html {
|
|
|
969
942
|
.icon-button-module-4PDK-[data-disabled] {
|
|
970
943
|
cursor: default;
|
|
971
944
|
opacity: 0.4;
|
|
945
|
+
pointer-events: none;
|
|
972
946
|
}
|
|
973
947
|
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
948
|
+
.icon-button-module-4PDK-:focus-visible {
|
|
949
|
+
outline: var(--focus-outline);
|
|
950
|
+
outline-offset: var(--focus-outline-inset);
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
/* sizes */
|
|
979
954
|
|
|
980
955
|
.icon-button-module-k3s9J svg {
|
|
981
956
|
block-size: 24px;
|
|
@@ -987,11 +962,7 @@ html {
|
|
|
987
962
|
inline-size: 32px;
|
|
988
963
|
}
|
|
989
964
|
|
|
990
|
-
|
|
991
|
-
*
|
|
992
|
-
* Variants
|
|
993
|
-
*
|
|
994
|
-
*********************************************************/
|
|
965
|
+
/* variants */
|
|
995
966
|
|
|
996
967
|
.icon-button-module-fTeP4 {
|
|
997
968
|
color: var(--color-brand-black);
|
|
@@ -1005,10 +976,6 @@ html {
|
|
|
1005
976
|
color: currentcolor;
|
|
1006
977
|
}
|
|
1007
978
|
|
|
1008
|
-
.icon-button-module-fTeP4:focus-visible, .icon-button-module-dM0eo:focus-visible {
|
|
1009
|
-
color: var(--color-brand-red);
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
979
|
@media (hover: hover) {
|
|
1013
980
|
.icon-button-module-fTeP4:hover, .icon-button-module-dM0eo:hover {
|
|
1014
981
|
color: var(--color-brand-red);
|
|
@@ -1121,6 +1088,11 @@ html {
|
|
|
1121
1088
|
cursor: default;
|
|
1122
1089
|
}
|
|
1123
1090
|
|
|
1091
|
+
.button-module-V4meK:focus-visible {
|
|
1092
|
+
outline: var(--focus-outline);
|
|
1093
|
+
outline-offset: var(--focus-outline-offset);
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1124
1096
|
.button-module-V4meK .button-module-XaNWz {
|
|
1125
1097
|
display: block;
|
|
1126
1098
|
width: 24px;
|
|
@@ -1140,7 +1112,6 @@ html {
|
|
|
1140
1112
|
.button-module-V4meK.button-module-LwuW2 .button-module-13ndF {
|
|
1141
1113
|
position: absolute;
|
|
1142
1114
|
margin: auto;
|
|
1143
|
-
inset: 0;
|
|
1144
1115
|
}
|
|
1145
1116
|
|
|
1146
1117
|
.button-module-V4meK.button-module-U5IxM {
|
|
@@ -1173,11 +1144,7 @@ html {
|
|
|
1173
1144
|
color: var(--color-brand-medium-gray);
|
|
1174
1145
|
}
|
|
1175
1146
|
|
|
1176
|
-
|
|
1177
|
-
*
|
|
1178
|
-
* Sizes
|
|
1179
|
-
*
|
|
1180
|
-
*********************************************************/
|
|
1147
|
+
/* sizes */
|
|
1181
1148
|
|
|
1182
1149
|
.button-module-Pbwz7 {
|
|
1183
1150
|
min-height: 36px;
|
|
@@ -1213,18 +1180,14 @@ html {
|
|
|
1213
1180
|
padding-inline: var(--space-24);
|
|
1214
1181
|
}
|
|
1215
1182
|
|
|
1216
|
-
|
|
1217
|
-
*
|
|
1218
|
-
* Variants
|
|
1219
|
-
*
|
|
1220
|
-
*********************************************************/
|
|
1183
|
+
/* variants */
|
|
1221
1184
|
|
|
1222
1185
|
.button-module-tmyk8:where(.button-module-vq9GI, .button-module-AjvlY) {
|
|
1223
1186
|
background-color: var(--color-brand-red);
|
|
1224
1187
|
color: var(--color-brand-white);
|
|
1225
1188
|
}
|
|
1226
1189
|
|
|
1227
|
-
.button-module-tmyk8:where(.button-module-vq9GI, .button-module-AjvlY):where(:
|
|
1190
|
+
.button-module-tmyk8:where(.button-module-vq9GI, .button-module-AjvlY):where(:hover, .button-module-YzPAr, .button-module-XMFzj) {
|
|
1228
1191
|
background-color: var(--color-brand-dark-red);
|
|
1229
1192
|
}
|
|
1230
1193
|
|
|
@@ -1232,7 +1195,7 @@ html {
|
|
|
1232
1195
|
color: var(--color-brand-black);
|
|
1233
1196
|
}
|
|
1234
1197
|
|
|
1235
|
-
.button-module-tmyk8:where(.button-module-f4UVe):where(:
|
|
1198
|
+
.button-module-tmyk8:where(.button-module-f4UVe):where(:hover, .button-module-YzPAr, .button-module-XMFzj) {
|
|
1236
1199
|
color: var(--color-brand-red);
|
|
1237
1200
|
}
|
|
1238
1201
|
|
|
@@ -1258,7 +1221,7 @@ html {
|
|
|
1258
1221
|
color: var(--color-brand-black);
|
|
1259
1222
|
}
|
|
1260
1223
|
|
|
1261
|
-
.button-module--1bCH:where(.button-module-vq9GI, .button-module-AjvlY):where(:
|
|
1224
|
+
.button-module--1bCH:where(.button-module-vq9GI, .button-module-AjvlY):where(:hover, .button-module-YzPAr, .button-module-XMFzj) {
|
|
1262
1225
|
background-color: var(--color-brand-light-gray);
|
|
1263
1226
|
}
|
|
1264
1227
|
|
|
@@ -1266,7 +1229,7 @@ html {
|
|
|
1266
1229
|
color: var(--color-brand-black);
|
|
1267
1230
|
}
|
|
1268
1231
|
|
|
1269
|
-
.button-module--1bCH:where(.button-module-f4UVe):where(:
|
|
1232
|
+
.button-module--1bCH:where(.button-module-f4UVe):where(:hover, .button-module-YzPAr, .button-module-XMFzj) {
|
|
1270
1233
|
color: var(--color-brand-red);
|
|
1271
1234
|
}
|
|
1272
1235
|
|
|
@@ -1274,7 +1237,7 @@ html {
|
|
|
1274
1237
|
border: 1px solid var(--color-brand-medium-gray);
|
|
1275
1238
|
}
|
|
1276
1239
|
|
|
1277
|
-
.button-module--1bCH:where(.button-module-vq9GI):where(:
|
|
1240
|
+
.button-module--1bCH:where(.button-module-vq9GI):where(:hover, .button-module-YzPAr, .button-module-XMFzj) {
|
|
1278
1241
|
border-color: var(--color-brand-light-gray);
|
|
1279
1242
|
}
|
|
1280
1243
|
|
|
@@ -1297,44 +1260,51 @@ html {
|
|
|
1297
1260
|
}
|
|
1298
1261
|
|
|
1299
1262
|
.show-all-module-BDp21 {
|
|
1300
|
-
--
|
|
1301
|
-
|
|
1263
|
+
--initial-height: 0;
|
|
1264
|
+
|
|
1265
|
+
display: grid;
|
|
1266
|
+
grid-template-areas:
|
|
1267
|
+
'panel'
|
|
1268
|
+
'button';
|
|
1302
1269
|
}
|
|
1303
1270
|
|
|
1304
1271
|
.show-all-module-BDp21 .show-all-module-bEdda {
|
|
1305
1272
|
display: grid;
|
|
1273
|
+
grid-area: panel;
|
|
1306
1274
|
grid-template-rows: 0fr;
|
|
1307
|
-
transition: grid-template-rows var(--transition-duration) ease-in-out;
|
|
1275
|
+
transition: grid-template-rows var(--transition-duration-short) ease-in-out;
|
|
1308
1276
|
}
|
|
1309
1277
|
|
|
1310
1278
|
.show-all-module-BDp21 .show-all-module-bEdda .show-all-module-RF--F {
|
|
1311
1279
|
position: relative;
|
|
1312
1280
|
overflow: hidden;
|
|
1313
|
-
min-height: var(--initital-height);
|
|
1314
1281
|
color: currentcolor;
|
|
1282
|
+
min-block-size: var(--initial-height);
|
|
1315
1283
|
}
|
|
1316
1284
|
|
|
1317
1285
|
.show-all-module-BDp21 .show-all-module-bEdda .show-all-module-RF--F.show-all-module-30y7l::after {
|
|
1318
1286
|
position: absolute;
|
|
1319
|
-
bottom: 0;
|
|
1320
|
-
left: 0;
|
|
1321
1287
|
display: block;
|
|
1322
|
-
width: 100%;
|
|
1323
|
-
height: 24px;
|
|
1324
1288
|
background-image: linear-gradient(to bottom, transparent, white);
|
|
1289
|
+
block-size: 24px;
|
|
1325
1290
|
content: '';
|
|
1291
|
+
inline-size: 100%;
|
|
1292
|
+
inset-block-end: 0;
|
|
1293
|
+
inset-inline-start: 0;
|
|
1326
1294
|
}
|
|
1327
1295
|
|
|
1328
1296
|
.show-all-module-BDp21 .show-all-module-58e7Q {
|
|
1329
|
-
margin
|
|
1297
|
+
margin: var(--space-8) 0 0 var(--focus-outline-size);
|
|
1330
1298
|
font-size: var(--font-size-14);
|
|
1299
|
+
grid-area: button;
|
|
1300
|
+
justify-self: start;
|
|
1331
1301
|
}
|
|
1332
1302
|
|
|
1333
1303
|
.show-all-module-BDp21 .show-all-module-58e7Q .show-all-module-fqncI {
|
|
1334
1304
|
display: block;
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
transition: transform var(--transition-duration) ease;
|
|
1305
|
+
block-size: 12px;
|
|
1306
|
+
inline-size: 12px;
|
|
1307
|
+
transition: transform var(--transition-duration-short) ease;
|
|
1338
1308
|
}
|
|
1339
1309
|
|
|
1340
1310
|
.show-all-module-BDp21.show-all-module-hQeGI .show-all-module-58e7Q .show-all-module-fqncI {
|
|
@@ -1355,10 +1325,10 @@ html {
|
|
|
1355
1325
|
|
|
1356
1326
|
.multi-select-module-DC7Ix .multi-select-module-OW-NK {
|
|
1357
1327
|
display: flex;
|
|
1358
|
-
min-height: 32px;
|
|
1359
1328
|
align-items: center;
|
|
1360
1329
|
color: var(--color-brand-medium-gray);
|
|
1361
1330
|
gap: var(--space-4);
|
|
1331
|
+
min-block-size: 32px;
|
|
1362
1332
|
}
|
|
1363
1333
|
|
|
1364
1334
|
.label-module-iLPRx {
|
|
@@ -1413,7 +1383,12 @@ html {
|
|
|
1413
1383
|
border: 2px solid var(--color-brand-medium-gray);
|
|
1414
1384
|
border-radius: var(--border-radius-2);
|
|
1415
1385
|
color: var(--checkmark-color);
|
|
1416
|
-
|
|
1386
|
+
margin-inline-start: calc(
|
|
1387
|
+
var(--focus-outline-size) + var(--focus-outline-offset)
|
|
1388
|
+
);
|
|
1389
|
+
transition:
|
|
1390
|
+
border var(--transition-duration-short),
|
|
1391
|
+
background var(--transition-duration-short);
|
|
1417
1392
|
}
|
|
1418
1393
|
|
|
1419
1394
|
.checkbox-module-QzsaZ .checkbox-module-CQcmb {
|
|
@@ -1442,9 +1417,8 @@ html {
|
|
|
1442
1417
|
}
|
|
1443
1418
|
|
|
1444
1419
|
.checkbox-module-QzsaZ[data-focus-visible] .checkbox-module-spG9E {
|
|
1445
|
-
|
|
1446
|
-
outline:
|
|
1447
|
-
outline-offset: 0;
|
|
1420
|
+
outline: var(--focus-outline);
|
|
1421
|
+
outline-offset: var(--focus-outline-offset);
|
|
1448
1422
|
}
|
|
1449
1423
|
|
|
1450
1424
|
.checkbox-module-QzsaZ[data-selected] .checkbox-module-spG9E, .checkbox-module-QzsaZ[data-indeterminate] .checkbox-module-spG9E {
|
|
@@ -1624,7 +1598,8 @@ html {
|
|
|
1624
1598
|
}
|
|
1625
1599
|
|
|
1626
1600
|
.info-icon-tooltip-module-oR4nD .info-icon-tooltip-module-0lY-K:focus-visible {
|
|
1627
|
-
|
|
1601
|
+
outline: var(--focus-outline);
|
|
1602
|
+
outline-offset: 0;
|
|
1628
1603
|
}
|
|
1629
1604
|
|
|
1630
1605
|
.info-icon-tooltip-module-oR4nD .info-icon-tooltip-module-0lY-K[aria-expanded='true'] {
|
|
@@ -1702,8 +1677,8 @@ html {
|
|
|
1702
1677
|
}
|
|
1703
1678
|
.input-module-uAOUY.input-module-7iPV5,
|
|
1704
1679
|
.input-module-uAOUY:has([data-focused]) {
|
|
1705
|
-
|
|
1706
|
-
outline:
|
|
1680
|
+
outline: var(--focus-outline);
|
|
1681
|
+
outline-offset: var(--focus-outline-offset);
|
|
1707
1682
|
}
|
|
1708
1683
|
.input-module-uAOUY:has([data-invalid]) {
|
|
1709
1684
|
border-bottom-color: var(--color-brand-red);
|
|
@@ -1885,22 +1860,14 @@ html {
|
|
|
1885
1860
|
display: flex;
|
|
1886
1861
|
align-items: center;
|
|
1887
1862
|
justify-content: center;
|
|
1863
|
+
gap: var(--space-12);
|
|
1888
1864
|
}
|
|
1889
1865
|
|
|
1890
1866
|
.pagination-module-k4OgY .pagination-module-oq89A, .pagination-module-oq89A .pagination-module-oq89A {
|
|
1891
1867
|
gap: var(--space-8);
|
|
1892
1868
|
}
|
|
1893
1869
|
|
|
1894
|
-
.pagination-module-k4OgY
|
|
1895
|
-
align-self: stretch;
|
|
1896
|
-
padding-inline: var(--space-24);
|
|
1897
|
-
}
|
|
1898
|
-
|
|
1899
|
-
.pagination-module-k4OgY button[disabled], .pagination-module-oq89A button[disabled] {
|
|
1900
|
-
pointer-events: none;
|
|
1901
|
-
}
|
|
1902
|
-
|
|
1903
|
-
.pagination-module-k4OgY button svg, .pagination-module-oq89A button svg {
|
|
1870
|
+
.pagination-module-k4OgY .pagination-module-cYO35 svg, .pagination-module-k4OgY .pagination-module-rljds svg, .pagination-module-oq89A .pagination-module-cYO35 svg, .pagination-module-oq89A .pagination-module-rljds svg {
|
|
1904
1871
|
width: 12px;
|
|
1905
1872
|
height: 12px;
|
|
1906
1873
|
}
|
|
@@ -1959,11 +1926,9 @@ html {
|
|
|
1959
1926
|
}
|
|
1960
1927
|
|
|
1961
1928
|
.select-module-IPU-m .select-module-0kwVJ.select-module-cnFLz,
|
|
1962
|
-
.select-module-IPU-m .select-module-0kwVJ:focus
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
box-shadow: var(--shadow-focus-outline);
|
|
1966
|
-
outline: none;
|
|
1929
|
+
.select-module-IPU-m .select-module-0kwVJ:focus {
|
|
1930
|
+
outline: var(--focus-outline);
|
|
1931
|
+
outline-offset: var(--focus-outline-offset);
|
|
1967
1932
|
}
|
|
1968
1933
|
|
|
1969
1934
|
.select-module-IPU-m .select-module-0kwVJ[disabled] {
|
|
@@ -2183,6 +2148,7 @@ html {
|
|
|
2183
2148
|
align-items: center;
|
|
2184
2149
|
padding: 0;
|
|
2185
2150
|
margin: 0;
|
|
2151
|
+
color: var(--color-brand-dark-gray);
|
|
2186
2152
|
list-style: none;
|
|
2187
2153
|
}
|
|
2188
2154
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY {
|
|
@@ -2190,37 +2156,30 @@ html {
|
|
|
2190
2156
|
align-items: center;
|
|
2191
2157
|
}
|
|
2192
2158
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6 {
|
|
2193
|
-
display: inline-block;
|
|
2194
2159
|
color: var(--color-brand-dark-gray);
|
|
2195
2160
|
}
|
|
2196
2161
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6 .breadcrumb-module-uIn3w {
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
height: 14px;
|
|
2162
|
+
block-size: 14px;
|
|
2163
|
+
inline-size: 14px;
|
|
2200
2164
|
}
|
|
2201
2165
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6 .breadcrumb-module-uIn3w.breadcrumb-module-K-wMJ {
|
|
2202
2166
|
display: none;
|
|
2203
2167
|
}
|
|
2204
2168
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6:focus-visible {
|
|
2205
|
-
|
|
2206
|
-
outline: none;
|
|
2207
|
-
}
|
|
2208
|
-
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6[data-disabled] {
|
|
2209
|
-
cursor: default;
|
|
2169
|
+
outline: var(--focus-outline);
|
|
2210
2170
|
}
|
|
2211
|
-
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6:
|
|
2171
|
+
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6:hover {
|
|
2212
2172
|
color: var(--color-brand-red);
|
|
2213
2173
|
}
|
|
2214
2174
|
/* stylelint-disable-next-line no-descending-specificity */
|
|
2215
2175
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY:last-of-type .breadcrumb-module-fp2Q6 {
|
|
2216
|
-
color:
|
|
2176
|
+
color: currentcolor;
|
|
2217
2177
|
font-weight: var(--font-weight-bold);
|
|
2218
2178
|
opacity: 1;
|
|
2219
2179
|
}
|
|
2220
2180
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY:not(:last-of-type)::after {
|
|
2221
|
-
color: var(--color-brand-medium-gray);
|
|
2222
2181
|
content: '/';
|
|
2223
|
-
margin-inline:
|
|
2182
|
+
margin-inline: 0.75em;
|
|
2224
2183
|
}
|
|
2225
2184
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY.breadcrumb-module-ToeDB {
|
|
2226
2185
|
display: flex;
|
|
@@ -2248,9 +2207,6 @@ html {
|
|
|
2248
2207
|
font-size: var(--font-size-14);
|
|
2249
2208
|
gap: 6px;
|
|
2250
2209
|
}
|
|
2251
|
-
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6 .breadcrumb-module-uIn3w.breadcrumb-module-K-wMJ {
|
|
2252
|
-
display: inline-block;
|
|
2253
|
-
}
|
|
2254
2210
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY:last-of-type .breadcrumb-module-fp2Q6 {
|
|
2255
2211
|
font-weight: var(--font-weight-normal);
|
|
2256
2212
|
}
|
|
@@ -3172,13 +3128,21 @@ html {
|
|
|
3172
3128
|
}
|
|
3173
3129
|
|
|
3174
3130
|
.orderline-card-module-AMTMm .orderline-card-module-C8xE6[href]::after {
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3131
|
+
position: absolute;
|
|
3132
|
+
z-index: var(--z-link);
|
|
3133
|
+
background: transparent;
|
|
3134
|
+
content: '';
|
|
3135
|
+
inset: 0;
|
|
3136
|
+
}
|
|
3137
|
+
|
|
3138
|
+
.orderline-card-module-AMTMm .orderline-card-module-C8xE6:focus-visible {
|
|
3139
|
+
outline: 0;
|
|
3180
3140
|
}
|
|
3181
3141
|
|
|
3142
|
+
.orderline-card-module-AMTMm .orderline-card-module-C8xE6:focus-visible::after {
|
|
3143
|
+
outline: var(--focus-outline);
|
|
3144
|
+
}
|
|
3145
|
+
|
|
3182
3146
|
.orderline-card-module-AMTMm .orderline-card-module-gXavY {
|
|
3183
3147
|
display: flex;
|
|
3184
3148
|
flex-wrap: wrap;
|
|
@@ -3370,10 +3334,14 @@ html {
|
|
|
3370
3334
|
inset: 0;
|
|
3371
3335
|
}
|
|
3372
3336
|
|
|
3373
|
-
.product-card-module-pLaiB .product-card-module-CStNi:focus-visible
|
|
3374
|
-
|
|
3337
|
+
.product-card-module-pLaiB .product-card-module-CStNi:focus-visible {
|
|
3338
|
+
outline: 0;
|
|
3375
3339
|
}
|
|
3376
3340
|
|
|
3341
|
+
.product-card-module-pLaiB .product-card-module-CStNi:focus-visible::after {
|
|
3342
|
+
outline: var(--focus-outline);
|
|
3343
|
+
}
|
|
3344
|
+
|
|
3377
3345
|
.product-card-module-pLaiB .product-card-module-CStNi mark {
|
|
3378
3346
|
background-color: rgb(109 170 200 / 40%);
|
|
3379
3347
|
color: currentcolor;
|
|
@@ -4026,26 +3994,36 @@ html {
|
|
|
4026
3994
|
/* Slide styles end */
|
|
4027
3995
|
|
|
4028
3996
|
.carousel-navigation-button-module-a1-I4 {
|
|
3997
|
+
--color: var(--color-brand-medium-gray);
|
|
3998
|
+
--bg-color: var(--color-brand-light-gray);
|
|
3999
|
+
|
|
4000
|
+
display: grid;
|
|
4029
4001
|
width: 44px;
|
|
4030
4002
|
height: 44px;
|
|
4031
4003
|
border: 1px solid currentcolor;
|
|
4032
4004
|
border-radius: 100%;
|
|
4033
4005
|
background-color: var(--color-brand-white);
|
|
4034
|
-
color: var(--color
|
|
4006
|
+
color: var(--color);
|
|
4035
4007
|
cursor: pointer;
|
|
4036
|
-
|
|
4008
|
+
place-items: center;
|
|
4037
4009
|
-webkit-tap-highlight-color: transparent;
|
|
4038
4010
|
transition: background-color 0.2s ease;
|
|
4039
4011
|
}
|
|
4040
4012
|
|
|
4013
|
+
.carousel-navigation-button-module-a1-I4:focus-visible {
|
|
4014
|
+
outline: var(--focus-outline);
|
|
4015
|
+
outline-offset: var(--focus-outline-offset);
|
|
4016
|
+
}
|
|
4017
|
+
|
|
4041
4018
|
.carousel-navigation-button-module-a1-I4:hover {
|
|
4042
|
-
background-color: var(--color
|
|
4019
|
+
background-color: var(--bg-color);
|
|
4043
4020
|
}
|
|
4044
4021
|
|
|
4045
4022
|
.carousel-navigation-button-module-a1-I4[disabled],
|
|
4046
4023
|
.carousel-navigation-button-module-a1-I4.swiper-button-disabled {
|
|
4047
|
-
|
|
4048
|
-
color:
|
|
4024
|
+
--bg-color: var(--color-brand-white);
|
|
4025
|
+
--color: color-mix(in srgb, var(--color-brand-medium-gray) 40%, white 100%);
|
|
4026
|
+
|
|
4049
4027
|
cursor: default;
|
|
4050
4028
|
}
|
|
4051
4029
|
|
|
@@ -4314,6 +4292,7 @@ html {
|
|
|
4314
4292
|
display: flex;
|
|
4315
4293
|
align-items: center;
|
|
4316
4294
|
justify-content: center;
|
|
4295
|
+
gap: var(--space-4);
|
|
4317
4296
|
}
|
|
4318
4297
|
.pagination-module-pQ-Pu.pagination-module-4U0M3 {
|
|
4319
4298
|
padding: var(--space-4);
|
|
@@ -4327,13 +4306,22 @@ html {
|
|
|
4327
4306
|
height: var(--space-16);
|
|
4328
4307
|
align-items: center;
|
|
4329
4308
|
justify-content: center;
|
|
4309
|
+
padding: 0;
|
|
4310
|
+
border: 0;
|
|
4311
|
+
border-radius: 50%;
|
|
4312
|
+
background: transparent;
|
|
4330
4313
|
cursor: pointer;
|
|
4331
4314
|
}
|
|
4332
4315
|
|
|
4316
|
+
.pagination-module-E-D6l:focus-visible {
|
|
4317
|
+
outline: var(--focus-outline);
|
|
4318
|
+
outline-offset: var(--focus-outline-offset);
|
|
4319
|
+
}
|
|
4320
|
+
|
|
4333
4321
|
.pagination-module-E-D6l::before {
|
|
4334
4322
|
display: block;
|
|
4335
|
-
width:
|
|
4336
|
-
height:
|
|
4323
|
+
width: 6px;
|
|
4324
|
+
height: 6px;
|
|
4337
4325
|
box-sizing: border-box;
|
|
4338
4326
|
padding: 0;
|
|
4339
4327
|
border-radius: 50%;
|
|
@@ -4341,8 +4329,9 @@ html {
|
|
|
4341
4329
|
background-color: var(--color-brand-black);
|
|
4342
4330
|
content: '';
|
|
4343
4331
|
opacity: 1;
|
|
4344
|
-
|
|
4345
|
-
|
|
4332
|
+
|
|
4333
|
+
/* text-indent: -9999px; */
|
|
4334
|
+
transition: opacity var(--transition-duration-short);
|
|
4346
4335
|
}
|
|
4347
4336
|
|
|
4348
4337
|
.pagination-module-4U0M3 .pagination-module-E-D6l::before {
|
|
@@ -4363,7 +4352,7 @@ html {
|
|
|
4363
4352
|
width: var(--space-16);
|
|
4364
4353
|
height: var(--space-16);
|
|
4365
4354
|
pointer-events: none;
|
|
4366
|
-
transition: transform
|
|
4355
|
+
transition: transform var(--transition-duration-short);
|
|
4367
4356
|
-webkit-user-select: none;
|
|
4368
4357
|
-moz-user-select: none;
|
|
4369
4358
|
user-select: none;
|
|
@@ -4374,22 +4363,22 @@ html {
|
|
|
4374
4363
|
}
|
|
4375
4364
|
|
|
4376
4365
|
.pagination-module-rNIvD .pagination-module-4--ee {
|
|
4366
|
+
--size: 1px;
|
|
4367
|
+
|
|
4377
4368
|
display: block;
|
|
4378
|
-
width: var(--size);
|
|
4379
|
-
height: var(--size);
|
|
4380
4369
|
box-sizing: border-box;
|
|
4381
4370
|
padding: 0;
|
|
4382
4371
|
border: 2px solid var(--color-brand-red);
|
|
4383
4372
|
border-radius: 50%;
|
|
4384
4373
|
margin: 0;
|
|
4385
4374
|
background-color: transparent;
|
|
4375
|
+
block-size: var(--size);
|
|
4386
4376
|
content: '';
|
|
4377
|
+
inline-size: var(--size);
|
|
4387
4378
|
text-indent: -9999px;
|
|
4388
4379
|
transition:
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
--size: 1px;
|
|
4380
|
+
inline-size var(--transition-duration-short) linear,
|
|
4381
|
+
block-size var(--transition-duration-short) linear;
|
|
4393
4382
|
}
|
|
4394
4383
|
|
|
4395
4384
|
.pagination-module-4U0M3 .pagination-module-rNIvD .pagination-module-4--ee {
|
|
@@ -4808,9 +4797,8 @@ button.swiper-pagination-bullet {
|
|
|
4808
4797
|
|
|
4809
4798
|
.select-field-module-T07fb .select-field-module-uGX30[data-focused],
|
|
4810
4799
|
.select-field-module-T07fb .select-field-module-uGX30[data-pressed] {
|
|
4811
|
-
|
|
4812
|
-
|
|
4813
|
-
outline: none;
|
|
4800
|
+
outline: var(--focus-outline);
|
|
4801
|
+
outline-offset: var(--focus-outline-offset);
|
|
4814
4802
|
}
|
|
4815
4803
|
|
|
4816
4804
|
.select-field-module-T07fb .select-field-module-uGX30[disabled] {
|
|
@@ -4953,7 +4941,7 @@ button.swiper-pagination-bullet {
|
|
|
4953
4941
|
}
|
|
4954
4942
|
|
|
4955
4943
|
.country-selector-trigger-module-aioDu:focus-visible {
|
|
4956
|
-
|
|
4944
|
+
outline: var(--focus-outline);
|
|
4957
4945
|
}
|
|
4958
4946
|
|
|
4959
4947
|
.country-selector-trigger-module-aioDu .country-selector-trigger-module-zOSJK {
|
|
@@ -5285,9 +5273,8 @@ button.swiper-pagination-bullet {
|
|
|
5285
5273
|
}
|
|
5286
5274
|
|
|
5287
5275
|
.switch-module-C7eqt[data-focus-visible] .switch-module-UZop9 {
|
|
5288
|
-
|
|
5289
|
-
outline:
|
|
5290
|
-
outline-offset: 0;
|
|
5276
|
+
outline: var(--focus-outline);
|
|
5277
|
+
outline-offset: var(--focus-outline-offset);
|
|
5291
5278
|
}
|
|
5292
5279
|
|
|
5293
5280
|
.switch-module-C7eqt[data-selected] .switch-module-UZop9 {
|
|
@@ -6186,7 +6173,7 @@ button.swiper-pagination-bullet {
|
|
|
6186
6173
|
}
|
|
6187
6174
|
|
|
6188
6175
|
.menu-list-module-eKDL9:focus-visible {
|
|
6189
|
-
|
|
6176
|
+
outline: var(--focus-outline);
|
|
6190
6177
|
}
|
|
6191
6178
|
|
|
6192
6179
|
.menu-list-module-eKDL9 .menu-list-module-syyw9 {
|
|
@@ -6239,11 +6226,12 @@ button.swiper-pagination-bullet {
|
|
|
6239
6226
|
|
|
6240
6227
|
.menu-list-module-S08LI:has(:focus-visible) {
|
|
6241
6228
|
z-index: 1;
|
|
6242
|
-
|
|
6229
|
+
outline: var(--focus-outline);
|
|
6230
|
+
outline-offset: var(--focus-outline-inset);
|
|
6243
6231
|
}
|
|
6244
6232
|
|
|
6245
6233
|
.menu-list-module-S08LI:has(:focus-visible) [href] {
|
|
6246
|
-
|
|
6234
|
+
outline: 0;
|
|
6247
6235
|
}
|
|
6248
6236
|
|
|
6249
6237
|
/* menu list item */
|
|
@@ -6385,11 +6373,12 @@ button.swiper-pagination-bullet {
|
|
|
6385
6373
|
}
|
|
6386
6374
|
|
|
6387
6375
|
.menu-list-module-4QhF4:has(:focus-visible) .menu-list-module-xFYyo {
|
|
6388
|
-
|
|
6376
|
+
outline: 0;
|
|
6389
6377
|
}
|
|
6390
6378
|
|
|
6391
6379
|
.menu-list-module-4QhF4:has(:focus-visible) .menu-list-module-xFYyo::before {
|
|
6392
|
-
|
|
6380
|
+
outline: var(--focus-outline);
|
|
6381
|
+
outline-offset: var(--focus-outline-inset);
|
|
6393
6382
|
}
|
|
6394
6383
|
|
|
6395
6384
|
/* selected state */
|
|
@@ -7016,7 +7005,6 @@ button.swiper-pagination-bullet {
|
|
|
7016
7005
|
width: 100%;
|
|
7017
7006
|
aspect-ratio: 1 / 1;
|
|
7018
7007
|
background-color: var(--color-brand-light-gray);
|
|
7019
|
-
outline: none;
|
|
7020
7008
|
}
|
|
7021
7009
|
|
|
7022
7010
|
.images-grid-module-i5868 .images-grid-module-nY9-n .images-grid-module-TahRy {
|
|
@@ -7028,7 +7016,7 @@ button.swiper-pagination-bullet {
|
|
|
7028
7016
|
}
|
|
7029
7017
|
|
|
7030
7018
|
.images-grid-module-i5868 .images-grid-module-nY9-n.images-grid-module-Ruktz:focus-visible {
|
|
7031
|
-
|
|
7019
|
+
outline: var(--focus-outline);
|
|
7032
7020
|
}
|
|
7033
7021
|
|
|
7034
7022
|
.images-grid-module-i5868[data-count='5'] .images-grid-module-nY9-n:nth-child(3) {
|
|
@@ -7320,6 +7308,7 @@ button.swiper-pagination-bullet {
|
|
|
7320
7308
|
position: static;
|
|
7321
7309
|
flex-shrink: 1;
|
|
7322
7310
|
color: currentcolor;
|
|
7311
|
+
gap: 0;
|
|
7323
7312
|
}
|
|
7324
7313
|
|
|
7325
7314
|
.announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module--Bhqj:hover {
|
|
@@ -8517,8 +8506,8 @@ button.swiper-pagination-bullet {
|
|
|
8517
8506
|
}
|
|
8518
8507
|
|
|
8519
8508
|
.table-module-RtOV-:focus-visible {
|
|
8520
|
-
|
|
8521
|
-
outline:
|
|
8509
|
+
outline: var(--focus-outline);
|
|
8510
|
+
outline-offset: var(--focus-outline-inset);
|
|
8522
8511
|
}
|
|
8523
8512
|
|
|
8524
8513
|
.table-module-RtOV- .table-module-ukG8s {
|
|
@@ -8877,52 +8866,37 @@ button.swiper-pagination-bullet {
|
|
|
8877
8866
|
gap: var(--space-24);
|
|
8878
8867
|
}
|
|
8879
8868
|
|
|
8880
|
-
|
|
8869
|
+
.promo-banner-module-yuVEO {
|
|
8881
8870
|
position: relative;
|
|
8882
8871
|
display: block;
|
|
8883
8872
|
height: 122px;
|
|
8884
|
-
outline: none;
|
|
8885
8873
|
}
|
|
8886
8874
|
|
|
8887
|
-
|
|
8875
|
+
.promo-banner-module-yuVEO.promo-banner-module-ut8Kd {
|
|
8888
8876
|
width: 250px;
|
|
8889
8877
|
}
|
|
8890
8878
|
|
|
8891
|
-
|
|
8879
|
+
.promo-banner-module-yuVEO.promo-banner-module-CSkIw {
|
|
8892
8880
|
width: 310px;
|
|
8893
8881
|
}
|
|
8894
8882
|
|
|
8895
|
-
|
|
8883
|
+
.promo-banner-module-yuVEO picture {
|
|
8896
8884
|
width: 100%;
|
|
8897
8885
|
}
|
|
8898
8886
|
|
|
8899
|
-
|
|
8887
|
+
.promo-banner-module-yuVEO picture img {
|
|
8900
8888
|
width: 100%;
|
|
8901
8889
|
}
|
|
8902
8890
|
|
|
8903
|
-
|
|
8904
|
-
|
|
8905
|
-
|
|
8906
|
-
background-color: transparent;
|
|
8907
|
-
box-shadow: var(--shadow-focus-outline) inset;
|
|
8908
|
-
content: '';
|
|
8909
|
-
inset: 0;
|
|
8910
|
-
pointer-events: none;
|
|
8911
|
-
-webkit-user-select: none;
|
|
8912
|
-
-moz-user-select: none;
|
|
8913
|
-
user-select: none;
|
|
8914
|
-
}
|
|
8915
|
-
|
|
8916
|
-
@media (width >= 768px) {
|
|
8917
|
-
& .promo-banner-module-yuVEO {
|
|
8918
|
-
height: 230px;
|
|
8919
|
-
}
|
|
8891
|
+
@media (width >= 768px) {.promo-banner-module-yuVEO {
|
|
8892
|
+
height: 230px
|
|
8893
|
+
}
|
|
8920
8894
|
|
|
8921
|
-
|
|
8922
|
-
|
|
8895
|
+
.promo-banner-module-yuVEO.promo-banner-module-CSkIw,
|
|
8896
|
+
.promo-banner-module-yuVEO.promo-banner-module-ut8Kd {
|
|
8923
8897
|
width: auto;
|
|
8924
8898
|
}
|
|
8925
|
-
}
|
|
8899
|
+
}
|
|
8926
8900
|
|
|
8927
8901
|
.promo-banners-module-uVyxh {
|
|
8928
8902
|
margin-bottom: var(--space-24);
|
|
@@ -8944,86 +8918,61 @@ button.swiper-pagination-bullet {
|
|
|
8944
8918
|
}
|
|
8945
8919
|
}
|
|
8946
8920
|
|
|
8947
|
-
.sidebar-module-fSa9Q
|
|
8948
|
-
--
|
|
8921
|
+
.sidebar-module-fSa9Q {
|
|
8922
|
+
--docked-size: 324px;
|
|
8949
8923
|
|
|
8950
|
-
position: fixed;
|
|
8951
|
-
z-index: calc(var(--sidebar-layer) + 1);
|
|
8952
|
-
top: 0;
|
|
8953
|
-
left: 0;
|
|
8954
|
-
width: 382px;
|
|
8955
|
-
max-width: 100vw;
|
|
8956
|
-
height: 100%;
|
|
8957
8924
|
box-sizing: border-box;
|
|
8958
|
-
padding-top: 46px;
|
|
8959
|
-
padding-bottom: 56px;
|
|
8960
|
-
background: var(--color-white);
|
|
8961
8925
|
}
|
|
8962
8926
|
|
|
8963
|
-
|
|
8964
|
-
|
|
8965
|
-
|
|
8927
|
+
/* docked */
|
|
8928
|
+
.sidebar-module-fSa9Q.sidebar-module-AIq0M {
|
|
8929
|
+
position: fixed;
|
|
8930
|
+
z-index: calc(var(--sidebar-layer) + 1);
|
|
8931
|
+
display: grid;
|
|
8932
|
+
background: var(--color-white);
|
|
8933
|
+
grid-template: 46px 1fr / 1fr;
|
|
8934
|
+
grid-template-areas:
|
|
8935
|
+
'header'
|
|
8936
|
+
'content';
|
|
8937
|
+
inline-size: min(382px, 100%);
|
|
8938
|
+
inset: 0 auto 0 0;
|
|
8966
8939
|
}
|
|
8967
|
-
|
|
8940
|
+
.sidebar-module-fSa9Q.sidebar-module-AIq0M.sidebar-module-LEZgg {
|
|
8941
|
+
transition: var(--transition-duration) ease-in-out;
|
|
8942
|
+
transition-property: translate, box-shadow;
|
|
8943
|
+
}
|
|
8968
8944
|
.sidebar-module-fSa9Q.sidebar-module-AIq0M.sidebar-module-lV7wp {
|
|
8969
|
-
|
|
8970
|
-
|
|
8971
|
-
|
|
8972
|
-
}
|
|
8973
|
-
|
|
8945
|
+
box-shadow: var(--box-shadow-heavy);
|
|
8946
|
+
translate: 0 0;
|
|
8947
|
+
}
|
|
8974
8948
|
.sidebar-module-fSa9Q.sidebar-module-AIq0M.sidebar-module-dGDrr {
|
|
8975
|
-
|
|
8976
|
-
|
|
8977
|
-
|
|
8978
|
-
}
|
|
8979
|
-
|
|
8949
|
+
pointer-events: none;
|
|
8950
|
+
translate: -100% 0;
|
|
8951
|
+
}
|
|
8980
8952
|
.sidebar-module-fSa9Q.sidebar-module-AIq0M .sidebar-module-2puGC {
|
|
8981
|
-
|
|
8982
|
-
|
|
8983
|
-
top: 36px;
|
|
8984
|
-
right: 8px;
|
|
8985
|
-
}
|
|
8986
|
-
|
|
8987
|
-
.sidebar-module-fSa9Q.sidebar-module-AIq0M .sidebar-module-2puGC svg {
|
|
8988
|
-
display: block;
|
|
8989
|
-
width: 32px;
|
|
8990
|
-
height: 32px;
|
|
8953
|
+
grid-area: header;
|
|
8954
|
+
justify-self: end;
|
|
8991
8955
|
}
|
|
8992
|
-
|
|
8993
|
-
|
|
8994
|
-
|
|
8956
|
+
.sidebar-module-fSa9Q.sidebar-module-AIq0M .sidebar-module-2puGC svg {
|
|
8957
|
+
block-size: var(--space-32);
|
|
8958
|
+
inline-size: var(--space-32);
|
|
8959
|
+
}
|
|
8960
|
+
.sidebar-module-fSa9Q.sidebar-module-AIq0M .sidebar-module-83z7V {
|
|
8961
|
+
overflow: hidden auto;
|
|
8962
|
+
grid-area: content;
|
|
8963
|
+
padding-inline: var(--space-16);
|
|
8964
|
+
scrollbar-width: thin;
|
|
8995
8965
|
}
|
|
8996
|
-
|
|
8997
|
-
.sidebar-module-fSa9Q.sidebar-module-Scw7D {
|
|
8998
|
-
|
|
8999
|
-
|
|
9000
|
-
position: static;
|
|
9001
|
-
z-index: initial;
|
|
9002
|
-
overflow: hidden;
|
|
9003
|
-
width: 0;
|
|
9004
|
-
padding: 0;
|
|
9005
|
-
transform: translateX(0);
|
|
9006
|
-
white-space: nowrap;
|
|
9007
|
-
}
|
|
9008
|
-
|
|
9009
|
-
.sidebar-module-fSa9Q.sidebar-module-Scw7D.sidebar-module-LEZgg {
|
|
9010
|
-
transition:
|
|
9011
|
-
width var(--transition-duration) var(--transition-timing-function),
|
|
9012
|
-
transform var(--transition-duration) var(--transition-timing-function);
|
|
9013
|
-
}
|
|
9014
|
-
|
|
9015
|
-
.sidebar-module-fSa9Q.sidebar-module-Scw7D.sidebar-module-lV7wp {
|
|
9016
|
-
width: 324px;
|
|
9017
|
-
box-shadow: none;
|
|
9018
|
-
}
|
|
9019
|
-
|
|
9020
|
-
.sidebar-module-fSa9Q.sidebar-module-Scw7D.sidebar-module-dGDrr {
|
|
9021
|
-
transform: translateX(0);
|
|
9022
|
-
}
|
|
9023
|
-
|
|
9024
|
-
.sidebar-module-fSa9Q.sidebar-module-Scw7D .sidebar-module-2puGC {
|
|
9025
|
-
display: none;
|
|
8966
|
+
/* not docked */
|
|
8967
|
+
.sidebar-module-fSa9Q.sidebar-module-Scw7D {
|
|
8968
|
+
inline-size: var(--docked-size);
|
|
9026
8969
|
}
|
|
8970
|
+
.sidebar-module-fSa9Q.sidebar-module-Scw7D.sidebar-module-dGDrr {
|
|
8971
|
+
display: none;
|
|
8972
|
+
}
|
|
8973
|
+
.sidebar-module-fSa9Q.sidebar-module-Scw7D .sidebar-module-2puGC {
|
|
8974
|
+
display: none;
|
|
8975
|
+
}
|
|
9027
8976
|
|
|
9028
8977
|
.product-listing-page-module-U0zLZ .product-listing-page-module-9a0ps {
|
|
9029
8978
|
margin-bottom: 44px;
|
|
@@ -9087,12 +9036,12 @@ button.swiper-pagination-bullet {
|
|
|
9087
9036
|
}
|
|
9088
9037
|
|
|
9089
9038
|
.product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-qhR-J {
|
|
9090
|
-
justify-self:
|
|
9039
|
+
justify-self: start;
|
|
9091
9040
|
}
|
|
9092
9041
|
|
|
9093
9042
|
.product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-3LRKg {
|
|
9094
9043
|
display: flex;
|
|
9095
|
-
justify-self:
|
|
9044
|
+
justify-self: end;
|
|
9096
9045
|
}
|
|
9097
9046
|
|
|
9098
9047
|
.product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-3Jtw- {
|
|
@@ -9102,8 +9051,19 @@ button.swiper-pagination-bullet {
|
|
|
9102
9051
|
}
|
|
9103
9052
|
@media (width >= 1440px) {
|
|
9104
9053
|
.product-listing-page-module-U0zLZ .product-listing-page-module-cUe4a {
|
|
9054
|
+
align-items: start;
|
|
9055
|
+
gap: var(--space-16);
|
|
9056
|
+
grid-template-areas: 'sidebar products';
|
|
9105
9057
|
grid-template-columns: auto 1fr;
|
|
9106
9058
|
}
|
|
9059
|
+
|
|
9060
|
+
.product-listing-page-module-U0zLZ .product-listing-page-module-bIfdi {
|
|
9061
|
+
grid-area: sidebar;
|
|
9062
|
+
}
|
|
9063
|
+
|
|
9064
|
+
.product-listing-page-module-U0zLZ .product-listing-page-module-dtbXB {
|
|
9065
|
+
grid-area: products;
|
|
9066
|
+
}
|
|
9107
9067
|
}
|
|
9108
9068
|
|
|
9109
9069
|
.search-results-page-module-uE5NE .search-results-page-module-grXkv {
|