@sonic-equipment/ui 208.0.0 → 210.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/global-search/search-result-panel/sections/no-search-results.js +2 -1
- package/dist/global-search/search-result-panel/sections/no-search.js +3 -2
- package/dist/global-search/search-result-panel/sections/search-content.module.css.js +1 -1
- package/dist/global-search/search-result-panel/sections/with-results.js +3 -4
- package/dist/global-search/search-section/search-list-item.d.ts +3 -2
- package/dist/global-search/search-section/search-list-item.js +6 -16
- package/dist/global-search/search-section/search-list-item.module.css.js +1 -1
- package/dist/intl/intl-context.d.ts +1 -1
- package/dist/intl/translation-id.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 +343 -361
- package/dist/table/elements/table-context.d.ts +1 -1
- package/dist/table/elements/table-row-context.d.ts +1 -1
- package/dist/text/truncated/truncated.d.ts +2 -1
- package/dist/text/truncated/truncated.js +2 -2
- 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,19 @@
|
|
|
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
|
+
|
|
269
|
+
/* space reserved in boxes for focus outline when clipped */
|
|
270
|
+
--focus-outline-box-space: calc(
|
|
271
|
+
var(--focus-outline-size) + var(--focus-outline-offset)
|
|
272
|
+
);
|
|
273
|
+
}
|
|
268
274
|
html {
|
|
269
275
|
padding-right: 0 !important;
|
|
270
276
|
interpolate-size: allow-keywords;
|
|
@@ -282,66 +288,44 @@ html {
|
|
|
282
288
|
|
|
283
289
|
/* stylelint-disable no-descending-specificity */
|
|
284
290
|
.link-module-xLqBn {
|
|
291
|
+
--color: currentcolor;
|
|
292
|
+
--hover-color: var(--color-brand-dark-red);
|
|
293
|
+
|
|
285
294
|
all: unset;
|
|
286
295
|
position: relative;
|
|
287
296
|
display: inline-flex;
|
|
288
297
|
align-items: center;
|
|
289
|
-
color:
|
|
298
|
+
color: var(--color);
|
|
290
299
|
cursor: pointer;
|
|
291
300
|
font: inherit;
|
|
292
301
|
gap: var(--space-4);
|
|
293
302
|
-webkit-tap-highlight-color: transparent;
|
|
294
303
|
}
|
|
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
304
|
.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;
|
|
305
|
+
width: var(--space-12);
|
|
306
|
+
height: var(--space-12);
|
|
310
307
|
}
|
|
311
|
-
.link-module-xLqBn
|
|
308
|
+
.link-module-xLqBn[data-disabled] {
|
|
312
309
|
cursor: default;
|
|
313
310
|
opacity: 0.4;
|
|
314
311
|
pointer-events: none;
|
|
315
312
|
}
|
|
316
|
-
.link-module-xLqBn:
|
|
317
|
-
|
|
313
|
+
.link-module-xLqBn:hover {
|
|
314
|
+
color: var(--hover-color);
|
|
315
|
+
}
|
|
316
|
+
.link-module-xLqBn:focus-visible {
|
|
317
|
+
outline: var(--focus-outline);
|
|
318
318
|
}
|
|
319
319
|
.link-module-xLqBn:where(.link-module-UuCEp) {
|
|
320
320
|
text-decoration: underline;
|
|
321
321
|
}
|
|
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
322
|
.link-module-xLqBn:where(.link-module-bGD6u) {
|
|
336
|
-
color: var(--color-black);
|
|
323
|
+
--color: var(--color-black);
|
|
324
|
+
--hover-color: var(--color-brand-red);
|
|
325
|
+
}
|
|
326
|
+
.link-module-xLqBn:where(.link-module-v31wH) {
|
|
327
|
+
--color: var(--color-brand-red);
|
|
337
328
|
}
|
|
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
329
|
|
|
346
330
|
.accordion-module-9WvAH {
|
|
347
331
|
--color: var(--color-black);
|
|
@@ -353,6 +337,8 @@ html {
|
|
|
353
337
|
--accordion-item-border-accentuated-color: var(--color-brand-dark-gray);
|
|
354
338
|
--accordion-item-border: 1px solid var(--accordion-item-border-color);
|
|
355
339
|
--accordion-item-hover-color: var(--color-brand-light-gray);
|
|
340
|
+
|
|
341
|
+
color: var(--color);
|
|
356
342
|
}
|
|
357
343
|
|
|
358
344
|
.accordion-module-9WvAH.accordion-module-6CcEH {
|
|
@@ -380,10 +366,6 @@ html {
|
|
|
380
366
|
--seperator-color: var(--color-white);
|
|
381
367
|
}
|
|
382
368
|
|
|
383
|
-
.accordion-module-9WvAH .accordion-module-lf9d- {
|
|
384
|
-
--transition-duration: 0.2s;
|
|
385
|
-
}
|
|
386
|
-
|
|
387
369
|
.accordion-module-9WvAH .accordion-module-lf9d- .accordion-module-d-B4T {
|
|
388
370
|
margin: 0;
|
|
389
371
|
}
|
|
@@ -392,8 +374,6 @@ html {
|
|
|
392
374
|
position: relative;
|
|
393
375
|
display: flex;
|
|
394
376
|
width: 100%;
|
|
395
|
-
padding-right: var(--accordion-padding-inline);
|
|
396
|
-
padding-left: var(--accordion-padding-inline);
|
|
397
377
|
border: none;
|
|
398
378
|
background: none;
|
|
399
379
|
color: var(--color);
|
|
@@ -402,6 +382,7 @@ html {
|
|
|
402
382
|
font-weight: var(--font-weight-bold);
|
|
403
383
|
line-height: 1;
|
|
404
384
|
padding-block: var(--accordion-padding-block);
|
|
385
|
+
padding-inline: var(--accordion-padding-inline);
|
|
405
386
|
text-align: left;
|
|
406
387
|
}
|
|
407
388
|
|
|
@@ -415,13 +396,13 @@ html {
|
|
|
415
396
|
width: 16px;
|
|
416
397
|
height: 16px;
|
|
417
398
|
transform: rotate(0deg);
|
|
418
|
-
transition: transform var(--transition-duration)
|
|
399
|
+
transition: transform var(--transition-duration-short);
|
|
419
400
|
}
|
|
420
401
|
|
|
421
402
|
.accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb:focus-visible,
|
|
422
403
|
.accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb.accordion-module-M4BZs {
|
|
423
|
-
|
|
424
|
-
outline:
|
|
404
|
+
outline: var(--focus-outline);
|
|
405
|
+
outline-offset: var(--focus-outline-offset);
|
|
425
406
|
}
|
|
426
407
|
|
|
427
408
|
.accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb[disabled] {
|
|
@@ -442,19 +423,17 @@ html {
|
|
|
442
423
|
}
|
|
443
424
|
}
|
|
444
425
|
|
|
426
|
+
/* panel */
|
|
427
|
+
|
|
445
428
|
.accordion-module-9WvAH .accordion-module-lf9d- .accordion-module-KZjMo {
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
429
|
+
overflow: clip;
|
|
430
|
+
padding: var(--focus-outline-box-space);
|
|
431
|
+
margin: calc(var(--focus-outline-box-space) * -1);
|
|
432
|
+
transition: var(--transition-duration-short) ease-in-out;
|
|
433
|
+
transition-behavior: allow-discrete;
|
|
434
|
+
transition-property: visibility, block-size;
|
|
451
435
|
}
|
|
452
436
|
|
|
453
|
-
.accordion-module-9WvAH .accordion-module-lf9d- .accordion-module-KZjMo .accordion-module-ejMH3 {
|
|
454
|
-
overflow: hidden;
|
|
455
|
-
color: var(--color);
|
|
456
|
-
}
|
|
457
|
-
|
|
458
437
|
.accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-oTdZK {
|
|
459
438
|
border-bottom: var(--accordion-item-border);
|
|
460
439
|
}
|
|
@@ -471,23 +450,27 @@ html {
|
|
|
471
450
|
border-bottom: solid 2px var(--accordion-item-border-accentuated-color);
|
|
472
451
|
}
|
|
473
452
|
|
|
453
|
+
/* closed state */
|
|
454
|
+
|
|
455
|
+
.accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-kYmoe .accordion-module-KZjMo {
|
|
456
|
+
block-size: 0;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
/* open state */
|
|
460
|
+
|
|
474
461
|
.accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-W0F1z .accordion-module-Y50uq svg {
|
|
475
462
|
transform: rotate(-180deg);
|
|
476
463
|
}
|
|
477
464
|
|
|
478
465
|
.accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-W0F1z .accordion-module-KZjMo {
|
|
479
|
-
|
|
466
|
+
block-size: auto;
|
|
480
467
|
}
|
|
481
468
|
|
|
482
469
|
.accordion-module-9WvAH .accordion-module-lf9d-:has(.accordion-module--Rwpb[disabled]):not(.accordion-module-RnNRT) {
|
|
483
470
|
border-color: var(--color-brand-light-gray);
|
|
484
471
|
}
|
|
485
472
|
|
|
486
|
-
|
|
487
|
-
*
|
|
488
|
-
* Dropdown variant
|
|
489
|
-
*
|
|
490
|
-
*********************************************************/
|
|
473
|
+
/* dropdown variant */
|
|
491
474
|
|
|
492
475
|
.accordion-module-9WvAH.accordion-module-SAbiG .accordion-module-ogvYX {
|
|
493
476
|
color: var(--color-brand-black);
|
|
@@ -884,9 +867,12 @@ html {
|
|
|
884
867
|
}
|
|
885
868
|
|
|
886
869
|
.algolia-filter-panel-module-GfhOO {
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
870
|
+
display: grid;
|
|
871
|
+
grid-template-areas:
|
|
872
|
+
'content'
|
|
873
|
+
'footer';
|
|
874
|
+
grid-template-rows: 1fr auto;
|
|
875
|
+
min-block-size: 100%;
|
|
890
876
|
}
|
|
891
877
|
|
|
892
878
|
.algolia-filter-panel-module-GfhOO,
|
|
@@ -894,12 +880,18 @@ html {
|
|
|
894
880
|
box-sizing: border-box;
|
|
895
881
|
}
|
|
896
882
|
|
|
897
|
-
.algolia-filter-panel-module-GfhOO .algolia-filter-panel-module-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
883
|
+
.algolia-filter-panel-module-GfhOO .algolia-filter-panel-module-KFCCf {
|
|
884
|
+
grid-area: content;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
.algolia-filter-panel-module-GfhOO .algolia-filter-panel-module--DfrD {
|
|
888
|
+
position: sticky;
|
|
889
|
+
display: grid;
|
|
890
|
+
padding: var(--space-16);
|
|
891
|
+
background: var(--color-white);
|
|
892
|
+
grid-area: footer;
|
|
893
|
+
inset-block-end: 0;
|
|
894
|
+
margin-inline: calc(var(--space-16) * -1);
|
|
903
895
|
}
|
|
904
896
|
|
|
905
897
|
.algolia-filter-panel-module-GfhOO .algolia-filter-panel-module-LKet3 {
|
|
@@ -907,7 +899,6 @@ html {
|
|
|
907
899
|
cursor: pointer;
|
|
908
900
|
font: inherit;
|
|
909
901
|
font-size: var(--font-size-14);
|
|
910
|
-
-webkit-tap-highlight-color: transparent;
|
|
911
902
|
text-decoration: none;
|
|
912
903
|
}
|
|
913
904
|
|
|
@@ -933,22 +924,8 @@ html {
|
|
|
933
924
|
color: var(--color-brand-medium-gray);
|
|
934
925
|
}
|
|
935
926
|
|
|
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
927
|
@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 {
|
|
928
|
+
.algolia-filter-panel-module-GfhOO .algolia-filter-panel-module--DfrD {
|
|
952
929
|
display: none;
|
|
953
930
|
}
|
|
954
931
|
}
|
|
@@ -969,13 +946,15 @@ html {
|
|
|
969
946
|
.icon-button-module-4PDK-[data-disabled] {
|
|
970
947
|
cursor: default;
|
|
971
948
|
opacity: 0.4;
|
|
949
|
+
pointer-events: none;
|
|
972
950
|
}
|
|
973
951
|
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
952
|
+
.icon-button-module-4PDK-:focus-visible {
|
|
953
|
+
outline: var(--focus-outline);
|
|
954
|
+
outline-offset: var(--focus-outline-inset);
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
/* sizes */
|
|
979
958
|
|
|
980
959
|
.icon-button-module-k3s9J svg {
|
|
981
960
|
block-size: 24px;
|
|
@@ -987,11 +966,7 @@ html {
|
|
|
987
966
|
inline-size: 32px;
|
|
988
967
|
}
|
|
989
968
|
|
|
990
|
-
|
|
991
|
-
*
|
|
992
|
-
* Variants
|
|
993
|
-
*
|
|
994
|
-
*********************************************************/
|
|
969
|
+
/* variants */
|
|
995
970
|
|
|
996
971
|
.icon-button-module-fTeP4 {
|
|
997
972
|
color: var(--color-brand-black);
|
|
@@ -1005,10 +980,6 @@ html {
|
|
|
1005
980
|
color: currentcolor;
|
|
1006
981
|
}
|
|
1007
982
|
|
|
1008
|
-
.icon-button-module-fTeP4:focus-visible, .icon-button-module-dM0eo:focus-visible {
|
|
1009
|
-
color: var(--color-brand-red);
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
983
|
@media (hover: hover) {
|
|
1013
984
|
.icon-button-module-fTeP4:hover, .icon-button-module-dM0eo:hover {
|
|
1014
985
|
color: var(--color-brand-red);
|
|
@@ -1121,6 +1092,11 @@ html {
|
|
|
1121
1092
|
cursor: default;
|
|
1122
1093
|
}
|
|
1123
1094
|
|
|
1095
|
+
.button-module-V4meK:focus-visible {
|
|
1096
|
+
outline: var(--focus-outline);
|
|
1097
|
+
outline-offset: var(--focus-outline-offset);
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1124
1100
|
.button-module-V4meK .button-module-XaNWz {
|
|
1125
1101
|
display: block;
|
|
1126
1102
|
width: 24px;
|
|
@@ -1140,7 +1116,6 @@ html {
|
|
|
1140
1116
|
.button-module-V4meK.button-module-LwuW2 .button-module-13ndF {
|
|
1141
1117
|
position: absolute;
|
|
1142
1118
|
margin: auto;
|
|
1143
|
-
inset: 0;
|
|
1144
1119
|
}
|
|
1145
1120
|
|
|
1146
1121
|
.button-module-V4meK.button-module-U5IxM {
|
|
@@ -1173,11 +1148,7 @@ html {
|
|
|
1173
1148
|
color: var(--color-brand-medium-gray);
|
|
1174
1149
|
}
|
|
1175
1150
|
|
|
1176
|
-
|
|
1177
|
-
*
|
|
1178
|
-
* Sizes
|
|
1179
|
-
*
|
|
1180
|
-
*********************************************************/
|
|
1151
|
+
/* sizes */
|
|
1181
1152
|
|
|
1182
1153
|
.button-module-Pbwz7 {
|
|
1183
1154
|
min-height: 36px;
|
|
@@ -1213,18 +1184,14 @@ html {
|
|
|
1213
1184
|
padding-inline: var(--space-24);
|
|
1214
1185
|
}
|
|
1215
1186
|
|
|
1216
|
-
|
|
1217
|
-
*
|
|
1218
|
-
* Variants
|
|
1219
|
-
*
|
|
1220
|
-
*********************************************************/
|
|
1187
|
+
/* variants */
|
|
1221
1188
|
|
|
1222
1189
|
.button-module-tmyk8:where(.button-module-vq9GI, .button-module-AjvlY) {
|
|
1223
1190
|
background-color: var(--color-brand-red);
|
|
1224
1191
|
color: var(--color-brand-white);
|
|
1225
1192
|
}
|
|
1226
1193
|
|
|
1227
|
-
.button-module-tmyk8:where(.button-module-vq9GI, .button-module-AjvlY):where(:
|
|
1194
|
+
.button-module-tmyk8:where(.button-module-vq9GI, .button-module-AjvlY):where(:hover, .button-module-YzPAr, .button-module-XMFzj) {
|
|
1228
1195
|
background-color: var(--color-brand-dark-red);
|
|
1229
1196
|
}
|
|
1230
1197
|
|
|
@@ -1232,7 +1199,7 @@ html {
|
|
|
1232
1199
|
color: var(--color-brand-black);
|
|
1233
1200
|
}
|
|
1234
1201
|
|
|
1235
|
-
.button-module-tmyk8:where(.button-module-f4UVe):where(:
|
|
1202
|
+
.button-module-tmyk8:where(.button-module-f4UVe):where(:hover, .button-module-YzPAr, .button-module-XMFzj) {
|
|
1236
1203
|
color: var(--color-brand-red);
|
|
1237
1204
|
}
|
|
1238
1205
|
|
|
@@ -1258,7 +1225,7 @@ html {
|
|
|
1258
1225
|
color: var(--color-brand-black);
|
|
1259
1226
|
}
|
|
1260
1227
|
|
|
1261
|
-
.button-module--1bCH:where(.button-module-vq9GI, .button-module-AjvlY):where(:
|
|
1228
|
+
.button-module--1bCH:where(.button-module-vq9GI, .button-module-AjvlY):where(:hover, .button-module-YzPAr, .button-module-XMFzj) {
|
|
1262
1229
|
background-color: var(--color-brand-light-gray);
|
|
1263
1230
|
}
|
|
1264
1231
|
|
|
@@ -1266,7 +1233,7 @@ html {
|
|
|
1266
1233
|
color: var(--color-brand-black);
|
|
1267
1234
|
}
|
|
1268
1235
|
|
|
1269
|
-
.button-module--1bCH:where(.button-module-f4UVe):where(:
|
|
1236
|
+
.button-module--1bCH:where(.button-module-f4UVe):where(:hover, .button-module-YzPAr, .button-module-XMFzj) {
|
|
1270
1237
|
color: var(--color-brand-red);
|
|
1271
1238
|
}
|
|
1272
1239
|
|
|
@@ -1274,7 +1241,7 @@ html {
|
|
|
1274
1241
|
border: 1px solid var(--color-brand-medium-gray);
|
|
1275
1242
|
}
|
|
1276
1243
|
|
|
1277
|
-
.button-module--1bCH:where(.button-module-vq9GI):where(:
|
|
1244
|
+
.button-module--1bCH:where(.button-module-vq9GI):where(:hover, .button-module-YzPAr, .button-module-XMFzj) {
|
|
1278
1245
|
border-color: var(--color-brand-light-gray);
|
|
1279
1246
|
}
|
|
1280
1247
|
|
|
@@ -1297,44 +1264,53 @@ html {
|
|
|
1297
1264
|
}
|
|
1298
1265
|
|
|
1299
1266
|
.show-all-module-BDp21 {
|
|
1300
|
-
--
|
|
1301
|
-
|
|
1267
|
+
--initial-height: 0;
|
|
1268
|
+
|
|
1269
|
+
display: grid;
|
|
1270
|
+
grid-template-areas:
|
|
1271
|
+
'panel'
|
|
1272
|
+
'button';
|
|
1302
1273
|
}
|
|
1303
1274
|
|
|
1304
1275
|
.show-all-module-BDp21 .show-all-module-bEdda {
|
|
1305
1276
|
display: grid;
|
|
1277
|
+
grid-area: panel;
|
|
1306
1278
|
grid-template-rows: 0fr;
|
|
1307
|
-
transition: grid-template-rows var(--transition-duration) ease-in-out;
|
|
1279
|
+
transition: grid-template-rows var(--transition-duration-short) ease-in-out;
|
|
1308
1280
|
}
|
|
1309
1281
|
|
|
1310
1282
|
.show-all-module-BDp21 .show-all-module-bEdda .show-all-module-RF--F {
|
|
1311
1283
|
position: relative;
|
|
1312
1284
|
overflow: hidden;
|
|
1313
|
-
|
|
1285
|
+
padding: var(--focus-outline-box-space);
|
|
1286
|
+
margin: calc(var(--focus-outline-box-space) * -1);
|
|
1314
1287
|
color: currentcolor;
|
|
1288
|
+
min-block-size: var(--initial-height);
|
|
1315
1289
|
}
|
|
1316
1290
|
|
|
1317
1291
|
.show-all-module-BDp21 .show-all-module-bEdda .show-all-module-RF--F.show-all-module-30y7l::after {
|
|
1318
1292
|
position: absolute;
|
|
1319
|
-
bottom: 0;
|
|
1320
|
-
left: 0;
|
|
1321
1293
|
display: block;
|
|
1322
|
-
width: 100%;
|
|
1323
|
-
height: 24px;
|
|
1324
1294
|
background-image: linear-gradient(to bottom, transparent, white);
|
|
1295
|
+
block-size: 24px;
|
|
1325
1296
|
content: '';
|
|
1297
|
+
inline-size: 100%;
|
|
1298
|
+
inset-block-end: 0;
|
|
1299
|
+
inset-inline-start: 0;
|
|
1326
1300
|
}
|
|
1327
1301
|
|
|
1328
1302
|
.show-all-module-BDp21 .show-all-module-58e7Q {
|
|
1329
|
-
margin
|
|
1303
|
+
margin: var(--space-8) 0 0 var(--focus-outline-size);
|
|
1330
1304
|
font-size: var(--font-size-14);
|
|
1305
|
+
grid-area: button;
|
|
1306
|
+
justify-self: start;
|
|
1331
1307
|
}
|
|
1332
1308
|
|
|
1333
1309
|
.show-all-module-BDp21 .show-all-module-58e7Q .show-all-module-fqncI {
|
|
1334
1310
|
display: block;
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
transition: transform var(--transition-duration) ease;
|
|
1311
|
+
block-size: 12px;
|
|
1312
|
+
inline-size: 12px;
|
|
1313
|
+
transition: transform var(--transition-duration-short) ease;
|
|
1338
1314
|
}
|
|
1339
1315
|
|
|
1340
1316
|
.show-all-module-BDp21.show-all-module-hQeGI .show-all-module-58e7Q .show-all-module-fqncI {
|
|
@@ -1355,10 +1331,10 @@ html {
|
|
|
1355
1331
|
|
|
1356
1332
|
.multi-select-module-DC7Ix .multi-select-module-OW-NK {
|
|
1357
1333
|
display: flex;
|
|
1358
|
-
min-height: 32px;
|
|
1359
1334
|
align-items: center;
|
|
1360
1335
|
color: var(--color-brand-medium-gray);
|
|
1361
1336
|
gap: var(--space-4);
|
|
1337
|
+
min-block-size: 32px;
|
|
1362
1338
|
}
|
|
1363
1339
|
|
|
1364
1340
|
.label-module-iLPRx {
|
|
@@ -1413,7 +1389,9 @@ html {
|
|
|
1413
1389
|
border: 2px solid var(--color-brand-medium-gray);
|
|
1414
1390
|
border-radius: var(--border-radius-2);
|
|
1415
1391
|
color: var(--checkmark-color);
|
|
1416
|
-
transition:
|
|
1392
|
+
transition:
|
|
1393
|
+
border var(--transition-duration-short),
|
|
1394
|
+
background var(--transition-duration-short);
|
|
1417
1395
|
}
|
|
1418
1396
|
|
|
1419
1397
|
.checkbox-module-QzsaZ .checkbox-module-CQcmb {
|
|
@@ -1442,9 +1420,8 @@ html {
|
|
|
1442
1420
|
}
|
|
1443
1421
|
|
|
1444
1422
|
.checkbox-module-QzsaZ[data-focus-visible] .checkbox-module-spG9E {
|
|
1445
|
-
|
|
1446
|
-
outline:
|
|
1447
|
-
outline-offset: 0;
|
|
1423
|
+
outline: var(--focus-outline);
|
|
1424
|
+
outline-offset: var(--focus-outline-offset);
|
|
1448
1425
|
}
|
|
1449
1426
|
|
|
1450
1427
|
.checkbox-module-QzsaZ[data-selected] .checkbox-module-spG9E, .checkbox-module-QzsaZ[data-indeterminate] .checkbox-module-spG9E {
|
|
@@ -1624,7 +1601,8 @@ html {
|
|
|
1624
1601
|
}
|
|
1625
1602
|
|
|
1626
1603
|
.info-icon-tooltip-module-oR4nD .info-icon-tooltip-module-0lY-K:focus-visible {
|
|
1627
|
-
|
|
1604
|
+
outline: var(--focus-outline);
|
|
1605
|
+
outline-offset: 0;
|
|
1628
1606
|
}
|
|
1629
1607
|
|
|
1630
1608
|
.info-icon-tooltip-module-oR4nD .info-icon-tooltip-module-0lY-K[aria-expanded='true'] {
|
|
@@ -1702,8 +1680,8 @@ html {
|
|
|
1702
1680
|
}
|
|
1703
1681
|
.input-module-uAOUY.input-module-7iPV5,
|
|
1704
1682
|
.input-module-uAOUY:has([data-focused]) {
|
|
1705
|
-
|
|
1706
|
-
outline:
|
|
1683
|
+
outline: var(--focus-outline);
|
|
1684
|
+
outline-offset: var(--focus-outline-offset);
|
|
1707
1685
|
}
|
|
1708
1686
|
.input-module-uAOUY:has([data-invalid]) {
|
|
1709
1687
|
border-bottom-color: var(--color-brand-red);
|
|
@@ -1885,22 +1863,14 @@ html {
|
|
|
1885
1863
|
display: flex;
|
|
1886
1864
|
align-items: center;
|
|
1887
1865
|
justify-content: center;
|
|
1866
|
+
gap: var(--space-12);
|
|
1888
1867
|
}
|
|
1889
1868
|
|
|
1890
1869
|
.pagination-module-k4OgY .pagination-module-oq89A, .pagination-module-oq89A .pagination-module-oq89A {
|
|
1891
1870
|
gap: var(--space-8);
|
|
1892
1871
|
}
|
|
1893
1872
|
|
|
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 {
|
|
1873
|
+
.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
1874
|
width: 12px;
|
|
1905
1875
|
height: 12px;
|
|
1906
1876
|
}
|
|
@@ -1959,11 +1929,9 @@ html {
|
|
|
1959
1929
|
}
|
|
1960
1930
|
|
|
1961
1931
|
.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;
|
|
1932
|
+
.select-module-IPU-m .select-module-0kwVJ:focus {
|
|
1933
|
+
outline: var(--focus-outline);
|
|
1934
|
+
outline-offset: var(--focus-outline-offset);
|
|
1967
1935
|
}
|
|
1968
1936
|
|
|
1969
1937
|
.select-module-IPU-m .select-module-0kwVJ[disabled] {
|
|
@@ -2183,6 +2151,7 @@ html {
|
|
|
2183
2151
|
align-items: center;
|
|
2184
2152
|
padding: 0;
|
|
2185
2153
|
margin: 0;
|
|
2154
|
+
color: var(--color-brand-dark-gray);
|
|
2186
2155
|
list-style: none;
|
|
2187
2156
|
}
|
|
2188
2157
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY {
|
|
@@ -2190,37 +2159,30 @@ html {
|
|
|
2190
2159
|
align-items: center;
|
|
2191
2160
|
}
|
|
2192
2161
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6 {
|
|
2193
|
-
display: inline-block;
|
|
2194
2162
|
color: var(--color-brand-dark-gray);
|
|
2195
2163
|
}
|
|
2196
2164
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6 .breadcrumb-module-uIn3w {
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
height: 14px;
|
|
2165
|
+
block-size: 14px;
|
|
2166
|
+
inline-size: 14px;
|
|
2200
2167
|
}
|
|
2201
2168
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6 .breadcrumb-module-uIn3w.breadcrumb-module-K-wMJ {
|
|
2202
2169
|
display: none;
|
|
2203
2170
|
}
|
|
2204
2171
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6:focus-visible {
|
|
2205
|
-
|
|
2206
|
-
outline: none;
|
|
2172
|
+
outline: var(--focus-outline);
|
|
2207
2173
|
}
|
|
2208
|
-
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6
|
|
2209
|
-
cursor: default;
|
|
2210
|
-
}
|
|
2211
|
-
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6:not([data-disabled]):hover {
|
|
2174
|
+
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6:hover {
|
|
2212
2175
|
color: var(--color-brand-red);
|
|
2213
2176
|
}
|
|
2214
2177
|
/* stylelint-disable-next-line no-descending-specificity */
|
|
2215
2178
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY:last-of-type .breadcrumb-module-fp2Q6 {
|
|
2216
|
-
color:
|
|
2179
|
+
color: currentcolor;
|
|
2217
2180
|
font-weight: var(--font-weight-bold);
|
|
2218
2181
|
opacity: 1;
|
|
2219
2182
|
}
|
|
2220
2183
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY:not(:last-of-type)::after {
|
|
2221
|
-
color: var(--color-brand-medium-gray);
|
|
2222
2184
|
content: '/';
|
|
2223
|
-
margin-inline:
|
|
2185
|
+
margin-inline: 0.75em;
|
|
2224
2186
|
}
|
|
2225
2187
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY.breadcrumb-module-ToeDB {
|
|
2226
2188
|
display: flex;
|
|
@@ -2248,9 +2210,6 @@ html {
|
|
|
2248
2210
|
font-size: var(--font-size-14);
|
|
2249
2211
|
gap: 6px;
|
|
2250
2212
|
}
|
|
2251
|
-
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY .breadcrumb-module-fp2Q6 .breadcrumb-module-uIn3w.breadcrumb-module-K-wMJ {
|
|
2252
|
-
display: inline-block;
|
|
2253
|
-
}
|
|
2254
2213
|
.breadcrumb-module-CQGse .breadcrumb-module-hxhDY:last-of-type .breadcrumb-module-fp2Q6 {
|
|
2255
2214
|
font-weight: var(--font-weight-normal);
|
|
2256
2215
|
}
|
|
@@ -3172,13 +3131,21 @@ html {
|
|
|
3172
3131
|
}
|
|
3173
3132
|
|
|
3174
3133
|
.orderline-card-module-AMTMm .orderline-card-module-C8xE6[href]::after {
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3134
|
+
position: absolute;
|
|
3135
|
+
z-index: var(--z-link);
|
|
3136
|
+
background: transparent;
|
|
3137
|
+
content: '';
|
|
3138
|
+
inset: 0;
|
|
3139
|
+
}
|
|
3140
|
+
|
|
3141
|
+
.orderline-card-module-AMTMm .orderline-card-module-C8xE6:focus-visible {
|
|
3142
|
+
outline: 0;
|
|
3180
3143
|
}
|
|
3181
3144
|
|
|
3145
|
+
.orderline-card-module-AMTMm .orderline-card-module-C8xE6:focus-visible::after {
|
|
3146
|
+
outline: var(--focus-outline);
|
|
3147
|
+
}
|
|
3148
|
+
|
|
3182
3149
|
.orderline-card-module-AMTMm .orderline-card-module-gXavY {
|
|
3183
3150
|
display: flex;
|
|
3184
3151
|
flex-wrap: wrap;
|
|
@@ -3370,10 +3337,14 @@ html {
|
|
|
3370
3337
|
inset: 0;
|
|
3371
3338
|
}
|
|
3372
3339
|
|
|
3373
|
-
.product-card-module-pLaiB .product-card-module-CStNi:focus-visible
|
|
3374
|
-
|
|
3340
|
+
.product-card-module-pLaiB .product-card-module-CStNi:focus-visible {
|
|
3341
|
+
outline: 0;
|
|
3375
3342
|
}
|
|
3376
3343
|
|
|
3344
|
+
.product-card-module-pLaiB .product-card-module-CStNi:focus-visible::after {
|
|
3345
|
+
outline: var(--focus-outline);
|
|
3346
|
+
}
|
|
3347
|
+
|
|
3377
3348
|
.product-card-module-pLaiB .product-card-module-CStNi mark {
|
|
3378
3349
|
background-color: rgb(109 170 200 / 40%);
|
|
3379
3350
|
color: currentcolor;
|
|
@@ -4026,26 +3997,36 @@ html {
|
|
|
4026
3997
|
/* Slide styles end */
|
|
4027
3998
|
|
|
4028
3999
|
.carousel-navigation-button-module-a1-I4 {
|
|
4000
|
+
--color: var(--color-brand-medium-gray);
|
|
4001
|
+
--bg-color: var(--color-brand-light-gray);
|
|
4002
|
+
|
|
4003
|
+
display: grid;
|
|
4029
4004
|
width: 44px;
|
|
4030
4005
|
height: 44px;
|
|
4031
4006
|
border: 1px solid currentcolor;
|
|
4032
4007
|
border-radius: 100%;
|
|
4033
4008
|
background-color: var(--color-brand-white);
|
|
4034
|
-
color: var(--color
|
|
4009
|
+
color: var(--color);
|
|
4035
4010
|
cursor: pointer;
|
|
4036
|
-
|
|
4011
|
+
place-items: center;
|
|
4037
4012
|
-webkit-tap-highlight-color: transparent;
|
|
4038
4013
|
transition: background-color 0.2s ease;
|
|
4039
4014
|
}
|
|
4040
4015
|
|
|
4016
|
+
.carousel-navigation-button-module-a1-I4:focus-visible {
|
|
4017
|
+
outline: var(--focus-outline);
|
|
4018
|
+
outline-offset: var(--focus-outline-offset);
|
|
4019
|
+
}
|
|
4020
|
+
|
|
4041
4021
|
.carousel-navigation-button-module-a1-I4:hover {
|
|
4042
|
-
background-color: var(--color
|
|
4022
|
+
background-color: var(--bg-color);
|
|
4043
4023
|
}
|
|
4044
4024
|
|
|
4045
4025
|
.carousel-navigation-button-module-a1-I4[disabled],
|
|
4046
4026
|
.carousel-navigation-button-module-a1-I4.swiper-button-disabled {
|
|
4047
|
-
|
|
4048
|
-
color:
|
|
4027
|
+
--bg-color: var(--color-brand-white);
|
|
4028
|
+
--color: color-mix(in srgb, var(--color-brand-medium-gray) 40%, white 100%);
|
|
4029
|
+
|
|
4049
4030
|
cursor: default;
|
|
4050
4031
|
}
|
|
4051
4032
|
|
|
@@ -4314,6 +4295,7 @@ html {
|
|
|
4314
4295
|
display: flex;
|
|
4315
4296
|
align-items: center;
|
|
4316
4297
|
justify-content: center;
|
|
4298
|
+
gap: var(--space-4);
|
|
4317
4299
|
}
|
|
4318
4300
|
.pagination-module-pQ-Pu.pagination-module-4U0M3 {
|
|
4319
4301
|
padding: var(--space-4);
|
|
@@ -4327,13 +4309,22 @@ html {
|
|
|
4327
4309
|
height: var(--space-16);
|
|
4328
4310
|
align-items: center;
|
|
4329
4311
|
justify-content: center;
|
|
4312
|
+
padding: 0;
|
|
4313
|
+
border: 0;
|
|
4314
|
+
border-radius: 50%;
|
|
4315
|
+
background: transparent;
|
|
4330
4316
|
cursor: pointer;
|
|
4331
4317
|
}
|
|
4332
4318
|
|
|
4319
|
+
.pagination-module-E-D6l:focus-visible {
|
|
4320
|
+
outline: var(--focus-outline);
|
|
4321
|
+
outline-offset: var(--focus-outline-offset);
|
|
4322
|
+
}
|
|
4323
|
+
|
|
4333
4324
|
.pagination-module-E-D6l::before {
|
|
4334
4325
|
display: block;
|
|
4335
|
-
width:
|
|
4336
|
-
height:
|
|
4326
|
+
width: 6px;
|
|
4327
|
+
height: 6px;
|
|
4337
4328
|
box-sizing: border-box;
|
|
4338
4329
|
padding: 0;
|
|
4339
4330
|
border-radius: 50%;
|
|
@@ -4341,8 +4332,9 @@ html {
|
|
|
4341
4332
|
background-color: var(--color-brand-black);
|
|
4342
4333
|
content: '';
|
|
4343
4334
|
opacity: 1;
|
|
4344
|
-
|
|
4345
|
-
|
|
4335
|
+
|
|
4336
|
+
/* text-indent: -9999px; */
|
|
4337
|
+
transition: opacity var(--transition-duration-short);
|
|
4346
4338
|
}
|
|
4347
4339
|
|
|
4348
4340
|
.pagination-module-4U0M3 .pagination-module-E-D6l::before {
|
|
@@ -4363,7 +4355,7 @@ html {
|
|
|
4363
4355
|
width: var(--space-16);
|
|
4364
4356
|
height: var(--space-16);
|
|
4365
4357
|
pointer-events: none;
|
|
4366
|
-
transition: transform
|
|
4358
|
+
transition: transform var(--transition-duration-short);
|
|
4367
4359
|
-webkit-user-select: none;
|
|
4368
4360
|
-moz-user-select: none;
|
|
4369
4361
|
user-select: none;
|
|
@@ -4374,22 +4366,22 @@ html {
|
|
|
4374
4366
|
}
|
|
4375
4367
|
|
|
4376
4368
|
.pagination-module-rNIvD .pagination-module-4--ee {
|
|
4369
|
+
--size: 1px;
|
|
4370
|
+
|
|
4377
4371
|
display: block;
|
|
4378
|
-
width: var(--size);
|
|
4379
|
-
height: var(--size);
|
|
4380
4372
|
box-sizing: border-box;
|
|
4381
4373
|
padding: 0;
|
|
4382
4374
|
border: 2px solid var(--color-brand-red);
|
|
4383
4375
|
border-radius: 50%;
|
|
4384
4376
|
margin: 0;
|
|
4385
4377
|
background-color: transparent;
|
|
4378
|
+
block-size: var(--size);
|
|
4386
4379
|
content: '';
|
|
4380
|
+
inline-size: var(--size);
|
|
4387
4381
|
text-indent: -9999px;
|
|
4388
4382
|
transition:
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
--size: 1px;
|
|
4383
|
+
inline-size var(--transition-duration-short) linear,
|
|
4384
|
+
block-size var(--transition-duration-short) linear;
|
|
4393
4385
|
}
|
|
4394
4386
|
|
|
4395
4387
|
.pagination-module-4U0M3 .pagination-module-rNIvD .pagination-module-4--ee {
|
|
@@ -4808,9 +4800,8 @@ button.swiper-pagination-bullet {
|
|
|
4808
4800
|
|
|
4809
4801
|
.select-field-module-T07fb .select-field-module-uGX30[data-focused],
|
|
4810
4802
|
.select-field-module-T07fb .select-field-module-uGX30[data-pressed] {
|
|
4811
|
-
|
|
4812
|
-
|
|
4813
|
-
outline: none;
|
|
4803
|
+
outline: var(--focus-outline);
|
|
4804
|
+
outline-offset: var(--focus-outline-offset);
|
|
4814
4805
|
}
|
|
4815
4806
|
|
|
4816
4807
|
.select-field-module-T07fb .select-field-module-uGX30[disabled] {
|
|
@@ -4953,7 +4944,7 @@ button.swiper-pagination-bullet {
|
|
|
4953
4944
|
}
|
|
4954
4945
|
|
|
4955
4946
|
.country-selector-trigger-module-aioDu:focus-visible {
|
|
4956
|
-
|
|
4947
|
+
outline: var(--focus-outline);
|
|
4957
4948
|
}
|
|
4958
4949
|
|
|
4959
4950
|
.country-selector-trigger-module-aioDu .country-selector-trigger-module-zOSJK {
|
|
@@ -5285,9 +5276,8 @@ button.swiper-pagination-bullet {
|
|
|
5285
5276
|
}
|
|
5286
5277
|
|
|
5287
5278
|
.switch-module-C7eqt[data-focus-visible] .switch-module-UZop9 {
|
|
5288
|
-
|
|
5289
|
-
outline:
|
|
5290
|
-
outline-offset: 0;
|
|
5279
|
+
outline: var(--focus-outline);
|
|
5280
|
+
outline-offset: var(--focus-outline-offset);
|
|
5291
5281
|
}
|
|
5292
5282
|
|
|
5293
5283
|
.switch-module-C7eqt[data-selected] .switch-module-UZop9 {
|
|
@@ -5747,49 +5737,62 @@ button.swiper-pagination-bullet {
|
|
|
5747
5737
|
|
|
5748
5738
|
.search-list-module-vRuMO {
|
|
5749
5739
|
all: unset;
|
|
5750
|
-
display: grid;
|
|
5751
5740
|
}
|
|
5752
5741
|
|
|
5753
|
-
.
|
|
5754
|
-
display:
|
|
5755
|
-
|
|
5756
|
-
justify-content: space-between;
|
|
5757
|
-
cursor: pointer;
|
|
5758
|
-
line-height: 32px;
|
|
5742
|
+
.truncated-module-bwo1A {
|
|
5743
|
+
display: -webkit-box;
|
|
5744
|
+
text-wrap: pretty;
|
|
5759
5745
|
}
|
|
5760
5746
|
|
|
5761
|
-
.
|
|
5762
|
-
|
|
5763
|
-
|
|
5764
|
-
|
|
5765
|
-
|
|
5747
|
+
.truncated-module-bwo1A.truncated-module-JHMUL {
|
|
5748
|
+
overflow: hidden;
|
|
5749
|
+
-webkit-box-orient: vertical;
|
|
5750
|
+
-webkit-line-clamp: var(--lines, 1);
|
|
5751
|
+
line-clamp: var(--lines, 1);
|
|
5752
|
+
text-overflow: ellipsis;
|
|
5766
5753
|
}
|
|
5767
5754
|
|
|
5768
|
-
|
|
5769
|
-
|
|
5770
|
-
|
|
5755
|
+
.search-list-item-module-WXp77 {
|
|
5756
|
+
--gap: var(--space-4);
|
|
5757
|
+
--icon-size: 20px;
|
|
5758
|
+
--clear-button-size: 32px;
|
|
5759
|
+
|
|
5760
|
+
display: grid;
|
|
5761
|
+
align-items: center;
|
|
5762
|
+
gap: var(--gap);
|
|
5763
|
+
grid-template:
|
|
5764
|
+
var(--clear-button-size) / var(--icon-size)
|
|
5765
|
+
minmax(0, min-content) auto var(--clear-button-size);
|
|
5766
|
+
grid-template-areas: '. . . clear';
|
|
5767
|
+
}
|
|
5771
5768
|
|
|
5772
5769
|
.search-list-item-module-WXp77 .search-list-item-module-CPrhz {
|
|
5773
|
-
display:
|
|
5770
|
+
display: grid;
|
|
5774
5771
|
align-items: center;
|
|
5775
|
-
|
|
5772
|
+
grid-column: 1 / 3;
|
|
5773
|
+
grid-template-areas: 'icon text';
|
|
5774
|
+
grid-template-columns: subgrid;
|
|
5775
|
+
text-align: start;
|
|
5776
5776
|
}
|
|
5777
5777
|
|
|
5778
|
+
.search-list-item-module-WXp77 .search-list-item-module-CPrhz:hover {
|
|
5779
|
+
color: var(--color-brand-red);
|
|
5780
|
+
}
|
|
5781
|
+
|
|
5778
5782
|
.search-list-item-module-WXp77 .search-list-item-module-CPrhz svg {
|
|
5779
|
-
|
|
5780
|
-
width: 20px;
|
|
5781
|
-
height: 20px;
|
|
5782
|
-
flex-shrink: 0;
|
|
5783
|
+
block-size: var(--icon-size);
|
|
5783
5784
|
color: currentcolor;
|
|
5785
|
+
grid-area: icon;
|
|
5786
|
+
inline-size: var(--icon-size);
|
|
5784
5787
|
}
|
|
5785
5788
|
|
|
5786
5789
|
.search-list-item-module-WXp77 .search-list-item-module-CPrhz .search-list-item-module--5uqN {
|
|
5787
|
-
display: -webkit-box;
|
|
5788
5790
|
overflow: hidden;
|
|
5789
|
-
-
|
|
5790
|
-
-
|
|
5791
|
-
|
|
5792
|
-
overflow
|
|
5791
|
+
grid-area: text;
|
|
5792
|
+
justify-self: start;
|
|
5793
|
+
max-inline-size: 100%;
|
|
5794
|
+
text-overflow: ellipsis;
|
|
5795
|
+
white-space: nowrap;
|
|
5793
5796
|
}
|
|
5794
5797
|
|
|
5795
5798
|
.search-list-item-module-WXp77 .search-list-item-module-CPrhz .search-list-item-module--5uqN mark {
|
|
@@ -5798,11 +5801,20 @@ button.swiper-pagination-bullet {
|
|
|
5798
5801
|
font-weight: var(--font-weight-bold);
|
|
5799
5802
|
}
|
|
5800
5803
|
|
|
5804
|
+
.search-list-item-module-WXp77 .search-list-item-module-wwVwX {
|
|
5805
|
+
block-size: var(--clear-button-size);
|
|
5806
|
+
grid-area: clear;
|
|
5807
|
+
inline-size: var(--clear-button-size);
|
|
5808
|
+
min-block-size: unset;
|
|
5809
|
+
min-inline-size: unset;
|
|
5810
|
+
}
|
|
5811
|
+
|
|
5801
5812
|
.search-section-module-qaTiw {
|
|
5802
5813
|
--padding-inline: var(--space-16);
|
|
5803
5814
|
--padding-block: var(--space-20);
|
|
5804
5815
|
|
|
5805
5816
|
display: grid;
|
|
5817
|
+
gap: var(--space-12);
|
|
5806
5818
|
grid-template-rows: auto 1fr;
|
|
5807
5819
|
padding-block: var(--padding-block);
|
|
5808
5820
|
padding-inline: var(--padding-inline);
|
|
@@ -5812,7 +5824,6 @@ button.swiper-pagination-bullet {
|
|
|
5812
5824
|
display: flex;
|
|
5813
5825
|
align-items: center;
|
|
5814
5826
|
justify-content: space-between;
|
|
5815
|
-
margin-bottom: var(--space-12);
|
|
5816
5827
|
}
|
|
5817
5828
|
|
|
5818
5829
|
.search-section-module-qaTiw .search-section-module-E--U2 .search-section-module-AHlDR {
|
|
@@ -5888,13 +5899,21 @@ button.swiper-pagination-bullet {
|
|
|
5888
5899
|
}
|
|
5889
5900
|
|
|
5890
5901
|
.search-content-module-H-FX2 .search-content-module-LbQnK {
|
|
5891
|
-
|
|
5892
|
-
margin
|
|
5902
|
+
padding: 0;
|
|
5903
|
+
margin: var(--space-4) 0 var(--space-20);
|
|
5893
5904
|
font-size: var(--font-size-24);
|
|
5894
5905
|
font-weight: var(--font-weight-medium);
|
|
5895
|
-
|
|
5906
|
+
line-height: var(--line-height-28);
|
|
5896
5907
|
}
|
|
5897
5908
|
|
|
5909
|
+
.search-content-module-H-FX2 .search-content-module---Nh-::before {
|
|
5910
|
+
content: open-quote;
|
|
5911
|
+
}
|
|
5912
|
+
|
|
5913
|
+
.search-content-module-H-FX2 .search-content-module---Nh-::after {
|
|
5914
|
+
content: close-quote;
|
|
5915
|
+
}
|
|
5916
|
+
|
|
5898
5917
|
.search-content-module-H-FX2 .search-content-module-mhiBZ {
|
|
5899
5918
|
line-height: 1.5;
|
|
5900
5919
|
}
|
|
@@ -6186,7 +6205,7 @@ button.swiper-pagination-bullet {
|
|
|
6186
6205
|
}
|
|
6187
6206
|
|
|
6188
6207
|
.menu-list-module-eKDL9:focus-visible {
|
|
6189
|
-
|
|
6208
|
+
outline: var(--focus-outline);
|
|
6190
6209
|
}
|
|
6191
6210
|
|
|
6192
6211
|
.menu-list-module-eKDL9 .menu-list-module-syyw9 {
|
|
@@ -6239,11 +6258,12 @@ button.swiper-pagination-bullet {
|
|
|
6239
6258
|
|
|
6240
6259
|
.menu-list-module-S08LI:has(:focus-visible) {
|
|
6241
6260
|
z-index: 1;
|
|
6242
|
-
|
|
6261
|
+
outline: var(--focus-outline);
|
|
6262
|
+
outline-offset: var(--focus-outline-inset);
|
|
6243
6263
|
}
|
|
6244
6264
|
|
|
6245
6265
|
.menu-list-module-S08LI:has(:focus-visible) [href] {
|
|
6246
|
-
|
|
6266
|
+
outline: 0;
|
|
6247
6267
|
}
|
|
6248
6268
|
|
|
6249
6269
|
/* menu list item */
|
|
@@ -6385,11 +6405,12 @@ button.swiper-pagination-bullet {
|
|
|
6385
6405
|
}
|
|
6386
6406
|
|
|
6387
6407
|
.menu-list-module-4QhF4:has(:focus-visible) .menu-list-module-xFYyo {
|
|
6388
|
-
|
|
6408
|
+
outline: 0;
|
|
6389
6409
|
}
|
|
6390
6410
|
|
|
6391
6411
|
.menu-list-module-4QhF4:has(:focus-visible) .menu-list-module-xFYyo::before {
|
|
6392
|
-
|
|
6412
|
+
outline: var(--focus-outline);
|
|
6413
|
+
outline-offset: var(--focus-outline-inset);
|
|
6393
6414
|
}
|
|
6394
6415
|
|
|
6395
6416
|
/* selected state */
|
|
@@ -7016,7 +7037,6 @@ button.swiper-pagination-bullet {
|
|
|
7016
7037
|
width: 100%;
|
|
7017
7038
|
aspect-ratio: 1 / 1;
|
|
7018
7039
|
background-color: var(--color-brand-light-gray);
|
|
7019
|
-
outline: none;
|
|
7020
7040
|
}
|
|
7021
7041
|
|
|
7022
7042
|
.images-grid-module-i5868 .images-grid-module-nY9-n .images-grid-module-TahRy {
|
|
@@ -7028,7 +7048,7 @@ button.swiper-pagination-bullet {
|
|
|
7028
7048
|
}
|
|
7029
7049
|
|
|
7030
7050
|
.images-grid-module-i5868 .images-grid-module-nY9-n.images-grid-module-Ruktz:focus-visible {
|
|
7031
|
-
|
|
7051
|
+
outline: var(--focus-outline);
|
|
7032
7052
|
}
|
|
7033
7053
|
|
|
7034
7054
|
.images-grid-module-i5868[data-count='5'] .images-grid-module-nY9-n:nth-child(3) {
|
|
@@ -7320,6 +7340,7 @@ button.swiper-pagination-bullet {
|
|
|
7320
7340
|
position: static;
|
|
7321
7341
|
flex-shrink: 1;
|
|
7322
7342
|
color: currentcolor;
|
|
7343
|
+
gap: 0;
|
|
7323
7344
|
}
|
|
7324
7345
|
|
|
7325
7346
|
.announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module--Bhqj:hover {
|
|
@@ -8517,8 +8538,8 @@ button.swiper-pagination-bullet {
|
|
|
8517
8538
|
}
|
|
8518
8539
|
|
|
8519
8540
|
.table-module-RtOV-:focus-visible {
|
|
8520
|
-
|
|
8521
|
-
outline:
|
|
8541
|
+
outline: var(--focus-outline);
|
|
8542
|
+
outline-offset: var(--focus-outline-inset);
|
|
8522
8543
|
}
|
|
8523
8544
|
|
|
8524
8545
|
.table-module-RtOV- .table-module-ukG8s {
|
|
@@ -8548,19 +8569,6 @@ button.swiper-pagination-bullet {
|
|
|
8548
8569
|
margin: calc(var(--cell-padding) * -1);
|
|
8549
8570
|
}
|
|
8550
8571
|
|
|
8551
|
-
.truncated-module-bwo1A {
|
|
8552
|
-
display: -webkit-box;
|
|
8553
|
-
text-wrap: pretty;
|
|
8554
|
-
}
|
|
8555
|
-
|
|
8556
|
-
.truncated-module-bwo1A.truncated-module-JHMUL {
|
|
8557
|
-
overflow: hidden;
|
|
8558
|
-
-webkit-box-orient: vertical;
|
|
8559
|
-
-webkit-line-clamp: var(--lines, 1);
|
|
8560
|
-
line-clamp: var(--lines, 1);
|
|
8561
|
-
text-overflow: ellipsis;
|
|
8562
|
-
}
|
|
8563
|
-
|
|
8564
8572
|
.data-table-module-7CcZR {
|
|
8565
8573
|
display: flex;
|
|
8566
8574
|
flex-direction: column;
|
|
@@ -8877,52 +8885,37 @@ button.swiper-pagination-bullet {
|
|
|
8877
8885
|
gap: var(--space-24);
|
|
8878
8886
|
}
|
|
8879
8887
|
|
|
8880
|
-
|
|
8888
|
+
.promo-banner-module-yuVEO {
|
|
8881
8889
|
position: relative;
|
|
8882
8890
|
display: block;
|
|
8883
8891
|
height: 122px;
|
|
8884
|
-
outline: none;
|
|
8885
8892
|
}
|
|
8886
8893
|
|
|
8887
|
-
|
|
8894
|
+
.promo-banner-module-yuVEO.promo-banner-module-ut8Kd {
|
|
8888
8895
|
width: 250px;
|
|
8889
8896
|
}
|
|
8890
8897
|
|
|
8891
|
-
|
|
8898
|
+
.promo-banner-module-yuVEO.promo-banner-module-CSkIw {
|
|
8892
8899
|
width: 310px;
|
|
8893
8900
|
}
|
|
8894
8901
|
|
|
8895
|
-
|
|
8902
|
+
.promo-banner-module-yuVEO picture {
|
|
8896
8903
|
width: 100%;
|
|
8897
8904
|
}
|
|
8898
8905
|
|
|
8899
|
-
|
|
8906
|
+
.promo-banner-module-yuVEO picture img {
|
|
8900
8907
|
width: 100%;
|
|
8901
8908
|
}
|
|
8902
8909
|
|
|
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
|
-
}
|
|
8910
|
+
@media (width >= 768px) {.promo-banner-module-yuVEO {
|
|
8911
|
+
height: 230px
|
|
8912
|
+
}
|
|
8920
8913
|
|
|
8921
|
-
|
|
8922
|
-
|
|
8914
|
+
.promo-banner-module-yuVEO.promo-banner-module-CSkIw,
|
|
8915
|
+
.promo-banner-module-yuVEO.promo-banner-module-ut8Kd {
|
|
8923
8916
|
width: auto;
|
|
8924
8917
|
}
|
|
8925
|
-
}
|
|
8918
|
+
}
|
|
8926
8919
|
|
|
8927
8920
|
.promo-banners-module-uVyxh {
|
|
8928
8921
|
margin-bottom: var(--space-24);
|
|
@@ -8944,86 +8937,64 @@ button.swiper-pagination-bullet {
|
|
|
8944
8937
|
}
|
|
8945
8938
|
}
|
|
8946
8939
|
|
|
8947
|
-
.sidebar-module-fSa9Q
|
|
8948
|
-
--
|
|
8940
|
+
.sidebar-module-fSa9Q {
|
|
8941
|
+
--docked-size: 324px;
|
|
8949
8942
|
|
|
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
8943
|
box-sizing: border-box;
|
|
8958
|
-
padding-top: 46px;
|
|
8959
|
-
padding-bottom: 56px;
|
|
8960
|
-
background: var(--color-white);
|
|
8961
8944
|
}
|
|
8962
8945
|
|
|
8963
|
-
|
|
8964
|
-
|
|
8965
|
-
|
|
8946
|
+
/* docked */
|
|
8947
|
+
.sidebar-module-fSa9Q.sidebar-module-AIq0M {
|
|
8948
|
+
position: fixed;
|
|
8949
|
+
z-index: calc(var(--sidebar-layer) + 1);
|
|
8950
|
+
display: grid;
|
|
8951
|
+
background: var(--color-white);
|
|
8952
|
+
grid-template: 46px 1fr / 1fr;
|
|
8953
|
+
grid-template-areas:
|
|
8954
|
+
'header'
|
|
8955
|
+
'content';
|
|
8956
|
+
inline-size: min(382px, 100%);
|
|
8957
|
+
inset: 0 auto 0 0;
|
|
8966
8958
|
}
|
|
8967
|
-
|
|
8959
|
+
.sidebar-module-fSa9Q.sidebar-module-AIq0M.sidebar-module-LEZgg {
|
|
8960
|
+
transition: var(--transition-duration) ease-in-out;
|
|
8961
|
+
transition-property: translate, box-shadow;
|
|
8962
|
+
}
|
|
8968
8963
|
.sidebar-module-fSa9Q.sidebar-module-AIq0M.sidebar-module-lV7wp {
|
|
8969
|
-
|
|
8970
|
-
|
|
8971
|
-
|
|
8972
|
-
}
|
|
8973
|
-
|
|
8964
|
+
box-shadow: var(--box-shadow-heavy);
|
|
8965
|
+
translate: 0 0;
|
|
8966
|
+
}
|
|
8974
8967
|
.sidebar-module-fSa9Q.sidebar-module-AIq0M.sidebar-module-dGDrr {
|
|
8975
|
-
|
|
8976
|
-
|
|
8977
|
-
|
|
8978
|
-
}
|
|
8979
|
-
|
|
8968
|
+
pointer-events: none;
|
|
8969
|
+
translate: -100% 0;
|
|
8970
|
+
}
|
|
8980
8971
|
.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;
|
|
8972
|
+
grid-area: header;
|
|
8973
|
+
justify-self: end;
|
|
8991
8974
|
}
|
|
8992
|
-
|
|
8993
|
-
|
|
8994
|
-
|
|
8975
|
+
.sidebar-module-fSa9Q.sidebar-module-AIq0M .sidebar-module-2puGC svg {
|
|
8976
|
+
block-size: var(--space-32);
|
|
8977
|
+
inline-size: var(--space-32);
|
|
8978
|
+
}
|
|
8979
|
+
.sidebar-module-fSa9Q.sidebar-module-AIq0M .sidebar-module-83z7V {
|
|
8980
|
+
overflow: hidden auto;
|
|
8981
|
+
grid-area: content;
|
|
8982
|
+
padding-inline: var(--space-16);
|
|
8983
|
+
scroll-padding-block-end: 100px;
|
|
8984
|
+
scrollbar-gutter: stable;
|
|
8985
|
+
scrollbar-width: thin;
|
|
8995
8986
|
}
|
|
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;
|
|
8987
|
+
/* not docked */
|
|
8988
|
+
.sidebar-module-fSa9Q.sidebar-module-Scw7D {
|
|
8989
|
+
inline-size: var(--docked-size);
|
|
9026
8990
|
}
|
|
8991
|
+
.sidebar-module-fSa9Q.sidebar-module-Scw7D.sidebar-module-dGDrr {
|
|
8992
|
+
content-visibility: hidden;
|
|
8993
|
+
inline-size: 0;
|
|
8994
|
+
}
|
|
8995
|
+
.sidebar-module-fSa9Q.sidebar-module-Scw7D .sidebar-module-2puGC {
|
|
8996
|
+
display: none;
|
|
8997
|
+
}
|
|
9027
8998
|
|
|
9028
8999
|
.product-listing-page-module-U0zLZ .product-listing-page-module-9a0ps {
|
|
9029
9000
|
margin-bottom: 44px;
|
|
@@ -9087,12 +9058,12 @@ button.swiper-pagination-bullet {
|
|
|
9087
9058
|
}
|
|
9088
9059
|
|
|
9089
9060
|
.product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-qhR-J {
|
|
9090
|
-
justify-self:
|
|
9061
|
+
justify-self: start;
|
|
9091
9062
|
}
|
|
9092
9063
|
|
|
9093
9064
|
.product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-3LRKg {
|
|
9094
9065
|
display: flex;
|
|
9095
|
-
justify-self:
|
|
9066
|
+
justify-self: end;
|
|
9096
9067
|
}
|
|
9097
9068
|
|
|
9098
9069
|
.product-listing-page-module-U0zLZ .product-listing-page-module-jGACo .product-listing-page-module-3Jtw- {
|
|
@@ -9102,8 +9073,19 @@ button.swiper-pagination-bullet {
|
|
|
9102
9073
|
}
|
|
9103
9074
|
@media (width >= 1440px) {
|
|
9104
9075
|
.product-listing-page-module-U0zLZ .product-listing-page-module-cUe4a {
|
|
9076
|
+
align-items: start;
|
|
9077
|
+
gap: var(--space-16);
|
|
9078
|
+
grid-template-areas: 'sidebar products';
|
|
9105
9079
|
grid-template-columns: auto 1fr;
|
|
9106
9080
|
}
|
|
9081
|
+
|
|
9082
|
+
.product-listing-page-module-U0zLZ .product-listing-page-module-bIfdi {
|
|
9083
|
+
grid-area: sidebar;
|
|
9084
|
+
}
|
|
9085
|
+
|
|
9086
|
+
.product-listing-page-module-U0zLZ .product-listing-page-module-dtbXB {
|
|
9087
|
+
grid-area: products;
|
|
9088
|
+
}
|
|
9107
9089
|
}
|
|
9108
9090
|
|
|
9109
9091
|
.search-results-page-module-uE5NE .search-results-page-module-grXkv {
|