@sonic-equipment/ui 185.0.0 → 186.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/address-info-display/address-info-display.d.ts +2 -2
- package/dist/address-info-display/address-info-display.js +1 -1
- package/dist/algolia/algolia-multi-select-filter-section.js +1 -1
- package/dist/algolia/algolia-sort-by.js +1 -1
- package/dist/buttons/add-to-cart-button/add-to-cart-button.js +1 -1
- package/dist/country-select/country-select.js +1 -1
- package/dist/country-select/hooks/use-countries.js +1 -0
- package/dist/country-selector/country-selector-dialog/country-selector-dialog.js +1 -1
- package/dist/exports.d.ts +24 -22
- package/dist/filters/pagination/pagination.js +1 -1
- package/dist/forms/elements/checkbox/checkbox.module.css.js +3 -0
- package/dist/forms/{field-error → elements/field-error}/field-error.js +1 -1
- package/dist/forms/elements/field-error/field-error.module.css.js +3 -0
- package/dist/forms/elements/input/input.module.css.js +3 -0
- package/dist/forms/elements/label/label.module.css.js +3 -0
- package/dist/forms/{select → elements/select}/select.js +3 -3
- package/dist/forms/elements/select/select.module.css.js +3 -0
- package/dist/forms/elements/switch/switch.module.css.js +3 -0
- package/dist/forms/elements/textarea/textarea.module.css.js +3 -0
- package/dist/forms/{checkbox-field → fields/checkbox-field}/checkbox-field.d.ts +2 -2
- package/dist/forms/{checkbox-field → fields/checkbox-field}/checkbox-field.js +4 -4
- package/dist/forms/fields/checkbox-field/checkbox-field.module.css.js +3 -0
- package/dist/forms/{number-field → fields/number-field}/number-field.d.ts +1 -1
- package/dist/forms/{number-field → fields/number-field}/number-field.js +8 -8
- package/dist/forms/fields/number-field/number-field.module.css.js +3 -0
- package/dist/forms/{search-field → fields/search-field}/search-field.js +3 -3
- package/dist/forms/{select-field → fields/select-field}/select-field.d.ts +1 -1
- package/dist/forms/{select-field → fields/select-field}/select-field.js +7 -7
- package/dist/forms/fields/select-field/select-field.module.css.js +3 -0
- package/dist/forms/{switch-field → fields/switch-field}/switch-field.d.ts +2 -2
- package/dist/forms/{switch-field → fields/switch-field}/switch-field.js +4 -4
- package/dist/forms/fields/switch-field/switch-field.module.css.js +3 -0
- package/dist/forms/{text-field → fields/text-field}/password-reveal-toggle/password-reveal-toggle.js +3 -3
- package/dist/forms/{text-field → fields/text-field}/password-reveal-toggle/password-reveal-toggle.module.css.js +1 -1
- package/dist/forms/{text-field → fields/text-field}/text-field.d.ts +1 -1
- package/dist/forms/{text-field → fields/text-field}/text-field.js +6 -6
- package/dist/forms/fields/text-field/text-field.module.css.js +3 -0
- package/dist/forms/layout/form/form-field-layout.module.css.js +3 -0
- package/dist/forms/layout/form/form-segment-group.module.css.js +3 -0
- package/dist/forms/layout/form/form-segment.module.css.js +3 -0
- package/dist/forms/{form → layout/form}/form.js +3 -3
- package/dist/forms/layout/form/form.module.css.js +3 -0
- package/dist/forms/partials/edit-address-form/edit-address-form.d.ts +8 -0
- package/dist/forms/partials/edit-address-form/edit-address-form.js +35 -0
- package/dist/forms/partials/edit-address-form/edit-address-form.module.css.js +3 -0
- package/dist/forms/{password-validation → partials/password-validation}/password-validation.js +4 -4
- package/dist/index.js +24 -22
- package/dist/intl/formatted-message.js +5 -1
- package/dist/intl/types.d.ts +6 -1
- package/dist/modals/dialog/dialog.d.ts +1 -1
- package/dist/modals/dialog/dialog.js +1 -1
- package/dist/modals/favorite/add-to-favorite-dialog.js +2 -2
- package/dist/modals/recover-password/recover-password-dialog.js +1 -1
- package/dist/pages/account/components/create-account-form/create-account-form.js +7 -7
- package/dist/pages/account/components/sign-in-form/sign-in-form.js +6 -6
- package/dist/pages/checkout/components/billing-and-invoice-information.d.ts +3 -3
- package/dist/pages/checkout/components/billing-and-invoice-information.js +1 -1
- package/dist/pages/checkout/order-confirmation-page/order-confirmation-page-content.js +26 -20
- package/dist/pages/checkout/payment-page/components/payment.js +29 -23
- package/dist/pages/checkout/shipping-page/components/{edit-address-form.d.ts → edit-checkout-bill-to-address-form.d.ts} +3 -17
- package/dist/pages/checkout/shipping-page/components/edit-checkout-bill-to-address-form.js +49 -0
- package/dist/pages/checkout/shipping-page/components/edit-checkout-bill-to-address-form.module.css.js +3 -0
- package/dist/pages/checkout/shipping-page/components/readonly-address.js +7 -5
- package/dist/pages/checkout/shipping-page/shipping-page-content.js +2 -2
- package/dist/pages/checkout/shipping-page/shipping-page.js +2 -2
- package/dist/pages/my-sonic/actions/change-customer/change-customer.js +2 -2
- package/dist/pages/my-sonic/actions/change-password/change-password-dialog.js +1 -1
- package/dist/pages/my-sonic/actions/change-password/change-password.js +3 -3
- package/dist/pages/my-sonic/actions/edit-bill-to-address/edit-bill-to-address.d.ts +1 -0
- package/dist/pages/my-sonic/actions/edit-bill-to-address/edit-bill-to-address.js +8 -0
- package/dist/pages/my-sonic/actions/edit-user-info/edit-user-info-dialog.d.ts +1 -1
- package/dist/pages/my-sonic/actions/edit-user-info/edit-user-info.js +1 -1
- package/dist/pages/my-sonic/navigation/my-sonic-mobile-navigation.js +1 -1
- package/dist/shared/data/countries-languages.data.js +4 -0
- package/dist/shared/model/address.d.ts +27 -12
- package/dist/shared/model/countries-languages.d.ts +1 -0
- package/dist/shared/utils/price.d.ts +1 -1
- package/dist/styles.css +362 -349
- package/package.json +1 -1
- package/dist/forms/checkbox/checkbox.module.css.js +0 -3
- package/dist/forms/checkbox-field/checkbox-field.module.css.js +0 -3
- package/dist/forms/field-error/field-error.module.css.js +0 -3
- package/dist/forms/form/form-field-layout.module.css.js +0 -3
- package/dist/forms/form/form-segment-group.module.css.js +0 -3
- package/dist/forms/form/form-segment.module.css.js +0 -3
- package/dist/forms/form/form.module.css.js +0 -3
- package/dist/forms/input/input.module.css.js +0 -3
- package/dist/forms/label/label.module.css.js +0 -3
- package/dist/forms/number-field/number-field.module.css.js +0 -3
- package/dist/forms/select/select.module.css.js +0 -3
- package/dist/forms/select-field/select-field.module.css.js +0 -3
- package/dist/forms/switch/switch.module.css.js +0 -3
- package/dist/forms/switch-field/switch-field.module.css.js +0 -3
- package/dist/forms/text-field/text-field.module.css.js +0 -3
- package/dist/forms/textarea/textarea.module.css.js +0 -3
- package/dist/pages/checkout/shipping-page/components/edit-address-form.js +0 -68
- package/dist/pages/checkout/shipping-page/components/edit-address-form.module.css.js +0 -3
- /package/dist/forms/{checkbox → elements/checkbox}/checkbox.d.ts +0 -0
- /package/dist/forms/{checkbox → elements/checkbox}/checkbox.js +0 -0
- /package/dist/forms/{color-checkbox → elements/color-checkbox}/color-checkbox.d.ts +0 -0
- /package/dist/forms/{color-checkbox → elements/color-checkbox}/color-checkbox.js +0 -0
- /package/dist/forms/{field-error → elements/field-error}/field-error.d.ts +0 -0
- /package/dist/forms/{input → elements/input}/input.d.ts +0 -0
- /package/dist/forms/{input → elements/input}/input.js +0 -0
- /package/dist/forms/{label → elements/label}/label.d.ts +0 -0
- /package/dist/forms/{label → elements/label}/label.js +0 -0
- /package/dist/forms/{select → elements/select}/select.d.ts +0 -0
- /package/dist/forms/{switch → elements/switch}/switch.d.ts +0 -0
- /package/dist/forms/{switch → elements/switch}/switch.js +0 -0
- /package/dist/forms/{textarea → elements/textarea}/textarea.d.ts +0 -0
- /package/dist/forms/{textarea → elements/textarea}/textarea.js +0 -0
- /package/dist/forms/{password-field → fields/password-field}/password-field.d.ts +0 -0
- /package/dist/forms/{password-field → fields/password-field}/password-field.js +0 -0
- /package/dist/forms/{search-field → fields/search-field}/search-field.d.ts +0 -0
- /package/dist/forms/{text-field → fields/text-field}/password-reveal-toggle/password-reveal-toggle.d.ts +0 -0
- /package/dist/forms/{form → layout/form}/form-field-layout.d.ts +0 -0
- /package/dist/forms/{form → layout/form}/form-field-layout.js +0 -0
- /package/dist/forms/{form → layout/form}/form-segment-group.d.ts +0 -0
- /package/dist/forms/{form → layout/form}/form-segment-group.js +0 -0
- /package/dist/forms/{form → layout/form}/form-segment.d.ts +0 -0
- /package/dist/forms/{form → layout/form}/form-segment.js +0 -0
- /package/dist/forms/{form → layout/form}/form.d.ts +0 -0
- /package/dist/forms/{password-validation → partials/password-validation}/password-validation.d.ts +0 -0
package/dist/styles.css
CHANGED
|
@@ -1061,22 +1061,22 @@ html {
|
|
|
1061
1061
|
gap: var(--space-4);
|
|
1062
1062
|
}
|
|
1063
1063
|
|
|
1064
|
-
.label-module-
|
|
1064
|
+
.label-module-iLPRx {
|
|
1065
1065
|
all: unset;
|
|
1066
1066
|
cursor: pointer;
|
|
1067
1067
|
font-weight: var(--font-weight-bold);
|
|
1068
1068
|
}
|
|
1069
1069
|
|
|
1070
|
-
.label-module-
|
|
1070
|
+
.label-module-iLPRx:has(+ div [data-disabled]) {
|
|
1071
1071
|
cursor: default;
|
|
1072
1072
|
}
|
|
1073
1073
|
|
|
1074
|
-
.label-module-
|
|
1074
|
+
.label-module-iLPRx :where(.label-module-8uUN-) {
|
|
1075
1075
|
color: var(--color-brand-red);
|
|
1076
1076
|
margin-inline-start: var(--space-4);
|
|
1077
1077
|
}
|
|
1078
1078
|
|
|
1079
|
-
.checkbox-module-
|
|
1079
|
+
.checkbox-module-QzsaZ {
|
|
1080
1080
|
--selected-color: var(--color-brand-red);
|
|
1081
1081
|
--selected-color-pressed: var(--color-brand-dark-red);
|
|
1082
1082
|
--disabled-color: var(--color-brand-dark-gray);
|
|
@@ -1093,7 +1093,7 @@ html {
|
|
|
1093
1093
|
forced-color-adjust: none;
|
|
1094
1094
|
}
|
|
1095
1095
|
|
|
1096
|
-
.checkbox-module-
|
|
1096
|
+
.checkbox-module-QzsaZ .checkbox-module-spG9E {
|
|
1097
1097
|
display: flex;
|
|
1098
1098
|
width: 16px;
|
|
1099
1099
|
height: 16px;
|
|
@@ -1107,7 +1107,7 @@ html {
|
|
|
1107
1107
|
transition: all 200ms;
|
|
1108
1108
|
}
|
|
1109
1109
|
|
|
1110
|
-
.checkbox-module-
|
|
1110
|
+
.checkbox-module-QzsaZ .checkbox-module-CQcmb {
|
|
1111
1111
|
aspect-ratio: 11/8;
|
|
1112
1112
|
fill: none;
|
|
1113
1113
|
inline-size: 10px;
|
|
@@ -1123,54 +1123,54 @@ html {
|
|
|
1123
1123
|
stroke-dashoffset 600ms;
|
|
1124
1124
|
}
|
|
1125
1125
|
|
|
1126
|
-
.checkbox-module-
|
|
1126
|
+
.checkbox-module-QzsaZ[data-disabled] {
|
|
1127
1127
|
cursor: default;
|
|
1128
1128
|
opacity: 0.4;
|
|
1129
1129
|
}
|
|
1130
1130
|
|
|
1131
|
-
.checkbox-module-
|
|
1131
|
+
.checkbox-module-QzsaZ[data-pressed] .checkbox-module-spG9E {
|
|
1132
1132
|
border-color: var(--color-brand-dark-gray);
|
|
1133
1133
|
}
|
|
1134
1134
|
|
|
1135
|
-
.checkbox-module-
|
|
1135
|
+
.checkbox-module-QzsaZ[data-focus-visible] .checkbox-module-spG9E {
|
|
1136
1136
|
box-shadow: var(--shadow-focus-outline-padded);
|
|
1137
1137
|
outline: 2px solid var(--color-brand-white);
|
|
1138
1138
|
outline-offset: 0;
|
|
1139
1139
|
}
|
|
1140
1140
|
|
|
1141
|
-
.checkbox-module-
|
|
1141
|
+
.checkbox-module-QzsaZ[data-selected] .checkbox-module-spG9E, .checkbox-module-QzsaZ[data-indeterminate] .checkbox-module-spG9E {
|
|
1142
1142
|
border-color: var(--selected-color);
|
|
1143
1143
|
background: var(--selected-color);
|
|
1144
1144
|
}
|
|
1145
1145
|
|
|
1146
|
-
.checkbox-module-
|
|
1146
|
+
.checkbox-module-QzsaZ[data-selected][data-pressed] .checkbox-module-spG9E, .checkbox-module-QzsaZ[data-indeterminate][data-pressed] .checkbox-module-spG9E {
|
|
1147
1147
|
border-color: var(--selected-color-pressed);
|
|
1148
1148
|
background: var(--selected-color-pressed);
|
|
1149
1149
|
}
|
|
1150
1150
|
|
|
1151
|
-
.checkbox-module-
|
|
1151
|
+
.checkbox-module-QzsaZ[data-selected] .checkbox-module-CQcmb, .checkbox-module-QzsaZ[data-indeterminate] .checkbox-module-CQcmb {
|
|
1152
1152
|
stroke-dashoffset: 44;
|
|
1153
1153
|
}
|
|
1154
1154
|
|
|
1155
|
-
.checkbox-module-
|
|
1155
|
+
.checkbox-module-QzsaZ[data-selected][data-disabled] .checkbox-module-spG9E, .checkbox-module-QzsaZ[data-indeterminate][data-disabled] .checkbox-module-spG9E {
|
|
1156
1156
|
border-color: transparent;
|
|
1157
1157
|
background: var(--disabled-color);
|
|
1158
1158
|
}
|
|
1159
1159
|
|
|
1160
|
-
.checkbox-module-
|
|
1160
|
+
.checkbox-module-QzsaZ[data-indeterminate] .checkbox-module-CQcmb {
|
|
1161
1161
|
fill: var(--checkmark-color);
|
|
1162
1162
|
stroke: none;
|
|
1163
1163
|
}
|
|
1164
1164
|
|
|
1165
1165
|
/* stylelint-disable-next-line no-descending-specificity */
|
|
1166
1166
|
|
|
1167
|
-
.checkbox-module-
|
|
1167
|
+
.checkbox-module-QzsaZ.checkbox-module-CRPMG .checkbox-module-spG9E {
|
|
1168
1168
|
border: none;
|
|
1169
1169
|
background: var(--selected-color);
|
|
1170
1170
|
transition: none;
|
|
1171
1171
|
}
|
|
1172
1172
|
|
|
1173
|
-
.checkbox-module-
|
|
1173
|
+
.checkbox-module-QzsaZ.checkbox-module-CRPMG[data-selected] .checkbox-module-spG9E, .checkbox-module-QzsaZ.checkbox-module-CRPMG[data-indeterminate] .checkbox-module-spG9E {
|
|
1174
1174
|
border: 1px solid var(--color-brand-red);
|
|
1175
1175
|
background: unset;
|
|
1176
1176
|
background-image:
|
|
@@ -1183,12 +1183,12 @@ html {
|
|
|
1183
1183
|
background-size: 10px 10px;
|
|
1184
1184
|
}
|
|
1185
1185
|
|
|
1186
|
-
.checkbox-module-
|
|
1186
|
+
.checkbox-module-QzsaZ.checkbox-module-CRPMG[data-disabled] {
|
|
1187
1187
|
cursor: default;
|
|
1188
1188
|
opacity: 0.4;
|
|
1189
1189
|
}
|
|
1190
1190
|
|
|
1191
|
-
.checkbox-module-
|
|
1191
|
+
.checkbox-module-QzsaZ .checkbox-module-bO3ou:not(:empty) {
|
|
1192
1192
|
font-weight: unset;
|
|
1193
1193
|
margin-inline-start: var(--space-8);
|
|
1194
1194
|
}
|
|
@@ -1322,55 +1322,14 @@ html {
|
|
|
1322
1322
|
color: var(--color-trigger-active);
|
|
1323
1323
|
}
|
|
1324
1324
|
|
|
1325
|
-
.field-error-module-
|
|
1325
|
+
.field-error-module-1wmEy {
|
|
1326
1326
|
color: var(--color-brand-red);
|
|
1327
1327
|
}
|
|
1328
1328
|
|
|
1329
|
-
.form-field-layout-module-ATB1W {
|
|
1330
|
-
display: grid;
|
|
1331
|
-
gap: 0;
|
|
1332
|
-
grid-template: repeat(3, min-content) / 1fr auto;
|
|
1333
|
-
grid-template-areas:
|
|
1334
|
-
'label .'
|
|
1335
|
-
'field info'
|
|
1336
|
-
'error .';
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
.form-field-layout-module-ATB1W .form-field-layout-module-3tbc7 {
|
|
1340
|
-
display: grid;
|
|
1341
|
-
grid-area: label;
|
|
1342
|
-
}
|
|
1343
|
-
|
|
1344
|
-
.form-field-layout-module-ATB1W .form-field-layout-module-3tbc7:not(:empty) {
|
|
1345
|
-
margin-block-end: var(--space-4);
|
|
1346
|
-
}
|
|
1347
|
-
|
|
1348
|
-
.form-field-layout-module-ATB1W .form-field-layout-module-vT6Gy {
|
|
1349
|
-
display: grid;
|
|
1350
|
-
align-self: center;
|
|
1351
|
-
grid-area: field;
|
|
1352
|
-
}
|
|
1353
|
-
|
|
1354
|
-
.form-field-layout-module-ATB1W .form-field-layout-module-UcHO- {
|
|
1355
|
-
display: grid;
|
|
1356
|
-
align-self: center;
|
|
1357
|
-
grid-area: info;
|
|
1358
|
-
margin-inline-start: var(--space-4);
|
|
1359
|
-
}
|
|
1360
|
-
|
|
1361
|
-
.form-field-layout-module-ATB1W .form-field-layout-module-Pfatk {
|
|
1362
|
-
display: grid;
|
|
1363
|
-
grid-area: error;
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
.form-field-layout-module-ATB1W .form-field-layout-module-Pfatk:not(:empty) {
|
|
1367
|
-
margin-block-start: var(--space-4);
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
1329
|
/*************************************************************************
|
|
1371
1330
|
* Shared Text Field Styles
|
|
1372
1331
|
*************************************************************************/
|
|
1373
|
-
.input-module-
|
|
1332
|
+
.input-module-uAOUY {
|
|
1374
1333
|
position: relative;
|
|
1375
1334
|
display: inline-block;
|
|
1376
1335
|
overflow: hidden;
|
|
@@ -1378,21 +1337,21 @@ html {
|
|
|
1378
1337
|
border-radius: var(--border-radius-8);
|
|
1379
1338
|
background-color: var(--color-brand-light-gray);
|
|
1380
1339
|
}
|
|
1381
|
-
.input-module-
|
|
1340
|
+
.input-module-uAOUY.input-module-7IaPE {
|
|
1382
1341
|
background-color: var(--color-brand-light-gray);
|
|
1383
1342
|
}
|
|
1384
|
-
.input-module-
|
|
1343
|
+
.input-module-uAOUY.input-module-axHOD {
|
|
1385
1344
|
border: solid 1.5px var(--color-brand-medium-gray);
|
|
1386
1345
|
background-color: var(--color-brand-white);
|
|
1387
1346
|
}
|
|
1388
|
-
.input-module-
|
|
1347
|
+
.input-module-uAOUY::-moz-placeholder {
|
|
1389
1348
|
font-style: italic;
|
|
1390
1349
|
}
|
|
1391
|
-
.input-module-
|
|
1350
|
+
.input-module-uAOUY::placeholder {
|
|
1392
1351
|
font-style: italic;
|
|
1393
1352
|
}
|
|
1394
|
-
.input-module-
|
|
1395
|
-
.input-module-
|
|
1353
|
+
.input-module-uAOUY .input-module-2u4Pp,
|
|
1354
|
+
.input-module-uAOUY input {
|
|
1396
1355
|
all: unset;
|
|
1397
1356
|
width: 100%;
|
|
1398
1357
|
min-width: 180px;
|
|
@@ -1403,44 +1362,44 @@ html {
|
|
|
1403
1362
|
font: inherit;
|
|
1404
1363
|
font-size: inherit;
|
|
1405
1364
|
}
|
|
1406
|
-
.input-module-
|
|
1365
|
+
.input-module-uAOUY input[type='search']::-webkit-search-cancel-button {
|
|
1407
1366
|
display: none;
|
|
1408
1367
|
-webkit-appearance: none;
|
|
1409
1368
|
appearance: none;
|
|
1410
1369
|
}
|
|
1411
|
-
.input-module-
|
|
1370
|
+
.input-module-uAOUY .input-module-2u4Pp {
|
|
1412
1371
|
display: none;
|
|
1413
1372
|
pointer-events: none;
|
|
1414
1373
|
}
|
|
1415
|
-
.input-module-
|
|
1374
|
+
.input-module-uAOUY:where(.input-module-HFhUu) {
|
|
1416
1375
|
height: var(--space-44);
|
|
1417
1376
|
}
|
|
1418
|
-
.input-module-
|
|
1419
|
-
.input-module-
|
|
1377
|
+
.input-module-uAOUY:where(.input-module-HFhUu) .input-module-2u4Pp,
|
|
1378
|
+
.input-module-uAOUY:where(.input-module-HFhUu) input {
|
|
1420
1379
|
height: var(--space-44);
|
|
1421
1380
|
padding: 0 var(--space-16);
|
|
1422
1381
|
}
|
|
1423
|
-
.input-module-
|
|
1382
|
+
.input-module-uAOUY:where(.input-module-DRosR) {
|
|
1424
1383
|
height: var(--space-40);
|
|
1425
1384
|
}
|
|
1426
|
-
.input-module-
|
|
1427
|
-
.input-module-
|
|
1385
|
+
.input-module-uAOUY:where(.input-module-DRosR) .input-module-2u4Pp,
|
|
1386
|
+
.input-module-uAOUY:where(.input-module-DRosR) input {
|
|
1428
1387
|
height: var(--space-40);
|
|
1429
1388
|
padding: 0 var(--space-8);
|
|
1430
1389
|
}
|
|
1431
|
-
.input-module-
|
|
1390
|
+
.input-module-uAOUY:has([data-disabled]) {
|
|
1432
1391
|
/* TODO: Properly standarize disabled state of "fields" */
|
|
1433
1392
|
opacity: 0.4;
|
|
1434
1393
|
}
|
|
1435
|
-
.input-module-
|
|
1436
|
-
.input-module-
|
|
1394
|
+
.input-module-uAOUY.input-module-7iPV5,
|
|
1395
|
+
.input-module-uAOUY:has([data-focused]) {
|
|
1437
1396
|
box-shadow: var(--shadow-focus-outline);
|
|
1438
1397
|
outline: 0;
|
|
1439
1398
|
}
|
|
1440
|
-
.input-module-
|
|
1399
|
+
.input-module-uAOUY:has([data-invalid]) {
|
|
1441
1400
|
border-bottom-color: var(--color-brand-red);
|
|
1442
1401
|
}
|
|
1443
|
-
.input-module-
|
|
1402
|
+
.input-module-uAOUY:has([data-invalid])::after {
|
|
1444
1403
|
position: absolute;
|
|
1445
1404
|
right: 0;
|
|
1446
1405
|
bottom: 0;
|
|
@@ -1451,77 +1410,118 @@ html {
|
|
|
1451
1410
|
content: '';
|
|
1452
1411
|
}
|
|
1453
1412
|
/* growing input field */
|
|
1454
|
-
.input-module-
|
|
1413
|
+
.input-module-uAOUY:has(.input-module-peOqs) {
|
|
1455
1414
|
justify-self: flex-start;
|
|
1456
1415
|
}
|
|
1457
|
-
.input-module-
|
|
1416
|
+
.input-module-uAOUY .input-module-peOqs {
|
|
1458
1417
|
display: inline-grid;
|
|
1459
1418
|
}
|
|
1460
|
-
.input-module-
|
|
1461
|
-
.input-module-
|
|
1419
|
+
.input-module-uAOUY .input-module-peOqs .input-module-2u4Pp,
|
|
1420
|
+
.input-module-uAOUY .input-module-peOqs input {
|
|
1462
1421
|
min-width: 2.35em;
|
|
1463
1422
|
grid-area: 1 / 1;
|
|
1464
1423
|
}
|
|
1465
|
-
.input-module-
|
|
1424
|
+
.input-module-uAOUY .input-module-peOqs input {
|
|
1466
1425
|
text-align: center;
|
|
1467
1426
|
}
|
|
1468
|
-
.input-module-
|
|
1427
|
+
.input-module-uAOUY .input-module-peOqs .input-module-2u4Pp {
|
|
1469
1428
|
display: block;
|
|
1470
1429
|
visibility: hidden;
|
|
1471
1430
|
white-space: nowrap;
|
|
1472
1431
|
}
|
|
1473
1432
|
/* account for inline element when growing */
|
|
1474
|
-
.input-module-
|
|
1433
|
+
.input-module-uAOUY .input-module-peOqs .input-module-Ai2f7 ~ .input-module-2u4Pp {
|
|
1475
1434
|
margin-right: var(--space-24);
|
|
1476
1435
|
}
|
|
1477
|
-
.input-module-
|
|
1436
|
+
.input-module-uAOUY .input-module-JdwaH {
|
|
1478
1437
|
display: inline-grid;
|
|
1479
1438
|
width: 100%;
|
|
1480
1439
|
align-items: center;
|
|
1481
1440
|
grid-template-columns: 1fr 0;
|
|
1482
1441
|
}
|
|
1483
|
-
.input-module-
|
|
1442
|
+
.input-module-uAOUY .input-module-JdwaH input:has(~ .input-module-Ai2f7) {
|
|
1484
1443
|
padding-right: var(--space-36);
|
|
1485
1444
|
margin-right: -20px;
|
|
1486
1445
|
}
|
|
1487
|
-
.input-module-
|
|
1446
|
+
.input-module-uAOUY .input-module-JdwaH .input-module-Ai2f7 {
|
|
1488
1447
|
display: inline-flex;
|
|
1489
1448
|
margin-left: calc(0px - var(--space-32));
|
|
1490
1449
|
color: var(--color-brand-dark-gray);
|
|
1491
1450
|
}
|
|
1492
1451
|
/* Don't show value-reveal button on empty password fields */
|
|
1493
|
-
.input-module-
|
|
1452
|
+
.input-module-uAOUY .input-module-JdwaH input[type='password'] {
|
|
1494
1453
|
/* TODO: overwriting forced Spire style, remove !important in the future */
|
|
1495
1454
|
font-family: 'Verdana', sans-serif !important;
|
|
1496
1455
|
font-size: inherit !important;
|
|
1497
1456
|
}
|
|
1498
|
-
.input-module-
|
|
1457
|
+
.input-module-uAOUY .input-module-JdwaH input[type='password'] ~ .input-module-Ai2f7 {
|
|
1499
1458
|
transition: all 0.2s ease;
|
|
1500
1459
|
}
|
|
1501
|
-
.input-module-
|
|
1460
|
+
.input-module-uAOUY .input-module-JdwaH input[type='password'][value=''] ~ .input-module-Ai2f7 {
|
|
1502
1461
|
opacity: 0;
|
|
1503
1462
|
visibility: hidden;
|
|
1504
1463
|
}
|
|
1505
|
-
.input-module-
|
|
1464
|
+
.input-module-uAOUY .input-module-JdwaH input[type='password']:not([value='']) ~ .input-module-Ai2f7 {
|
|
1506
1465
|
opacity: 1;
|
|
1507
1466
|
visibility: visible;
|
|
1508
1467
|
}
|
|
1509
|
-
.input-module-
|
|
1468
|
+
.input-module-uAOUY .input-module-JdwaH input[type='password']::-ms-reveal {
|
|
1510
1469
|
display: none;
|
|
1511
1470
|
}
|
|
1512
|
-
.input-module-
|
|
1471
|
+
.input-module-uAOUY .input-module-JdwaH input[type='password'] ~ .input-module-2u4Pp {
|
|
1513
1472
|
font-family: 'Verdana', sans-serif !important;
|
|
1514
1473
|
}
|
|
1515
1474
|
|
|
1516
|
-
.
|
|
1475
|
+
.form-field-layout-module-6lieX {
|
|
1476
|
+
display: grid;
|
|
1477
|
+
gap: 0;
|
|
1478
|
+
grid-template: repeat(3, min-content) / 1fr auto;
|
|
1479
|
+
grid-template-areas:
|
|
1480
|
+
'label .'
|
|
1481
|
+
'field info'
|
|
1482
|
+
'error .';
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
.form-field-layout-module-6lieX .form-field-layout-module-3CQx4 {
|
|
1486
|
+
display: grid;
|
|
1487
|
+
grid-area: label;
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
.form-field-layout-module-6lieX .form-field-layout-module-3CQx4:not(:empty) {
|
|
1491
|
+
margin-block-end: var(--space-4);
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
.form-field-layout-module-6lieX .form-field-layout-module-0CMW- {
|
|
1495
|
+
display: grid;
|
|
1496
|
+
align-self: center;
|
|
1497
|
+
grid-area: field;
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
.form-field-layout-module-6lieX .form-field-layout-module-RCuwU {
|
|
1501
|
+
display: grid;
|
|
1502
|
+
align-self: center;
|
|
1503
|
+
grid-area: info;
|
|
1504
|
+
margin-inline-start: var(--space-4);
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
.form-field-layout-module-6lieX .form-field-layout-module-VHcQ- {
|
|
1508
|
+
display: grid;
|
|
1509
|
+
grid-area: error;
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
.form-field-layout-module-6lieX .form-field-layout-module-VHcQ-:not(:empty) {
|
|
1513
|
+
margin-block-start: var(--space-4);
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
.number-field-module-eFnKr .number-field-module-MAY-9 {
|
|
1517
1517
|
display: flex;
|
|
1518
1518
|
justify-content: space-between;
|
|
1519
1519
|
}
|
|
1520
1520
|
|
|
1521
|
-
.number-field-module-
|
|
1522
|
-
animation: number-field-module-
|
|
1521
|
+
.number-field-module-eFnKr .number-field-module-MAY-9:has(button[data-pressed]) [class*='growing-input'] input {
|
|
1522
|
+
animation: number-field-module-QbNfS 100ms;
|
|
1523
1523
|
}
|
|
1524
|
-
.number-field-module-
|
|
1524
|
+
.number-field-module-eFnKr .number-field-module-v1sB2 {
|
|
1525
1525
|
--btn-bgcolor: transparent;
|
|
1526
1526
|
|
|
1527
1527
|
all: unset;
|
|
@@ -1536,17 +1536,17 @@ html {
|
|
|
1536
1536
|
-moz-user-select: none;
|
|
1537
1537
|
user-select: none;
|
|
1538
1538
|
}
|
|
1539
|
-
.number-field-module-
|
|
1539
|
+
.number-field-module-eFnKr .number-field-module-v1sB2[data-hovered] {
|
|
1540
1540
|
--btn-bgcolor: var(--color-brand-light-gray);
|
|
1541
1541
|
}
|
|
1542
|
-
.number-field-module-
|
|
1542
|
+
.number-field-module-eFnKr .number-field-module-v1sB2[data-hovered][data-pressed] {
|
|
1543
1543
|
--btn-bgcolor: var(--color-brand-medium-gray);
|
|
1544
1544
|
}
|
|
1545
|
-
.number-field-module-
|
|
1545
|
+
.number-field-module-eFnKr .number-field-module-v1sB2[data-disabled] {
|
|
1546
1546
|
cursor: default;
|
|
1547
1547
|
opacity: 0.4;
|
|
1548
1548
|
}
|
|
1549
|
-
.number-field-module-
|
|
1549
|
+
.number-field-module-eFnKr .number-field-module-v1sB2:not([data-disabled])::before {
|
|
1550
1550
|
border-radius: 50%;
|
|
1551
1551
|
aspect-ratio: 1;
|
|
1552
1552
|
background-color: var(--btn-bgcolor);
|
|
@@ -1554,13 +1554,13 @@ html {
|
|
|
1554
1554
|
grid-area: button;
|
|
1555
1555
|
inline-size: 75%;
|
|
1556
1556
|
}
|
|
1557
|
-
.number-field-module-
|
|
1557
|
+
.number-field-module-eFnKr .number-field-module-v1sB2 svg {
|
|
1558
1558
|
width: 16px;
|
|
1559
1559
|
height: 16px;
|
|
1560
1560
|
grid-area: button;
|
|
1561
1561
|
}
|
|
1562
1562
|
|
|
1563
|
-
@keyframes number-field-module-
|
|
1563
|
+
@keyframes number-field-module-QbNfS {
|
|
1564
1564
|
0%,
|
|
1565
1565
|
100% {
|
|
1566
1566
|
transform: scale(1);
|
|
@@ -1592,7 +1592,7 @@ html {
|
|
|
1592
1592
|
height: 12px;
|
|
1593
1593
|
}
|
|
1594
1594
|
|
|
1595
|
-
.select-module-
|
|
1595
|
+
.select-module-IPU-m {
|
|
1596
1596
|
--trigger-width: initial;
|
|
1597
1597
|
--height: var(--space-44);
|
|
1598
1598
|
|
|
@@ -1605,15 +1605,15 @@ html {
|
|
|
1605
1605
|
gap: var(--space-4);
|
|
1606
1606
|
}
|
|
1607
1607
|
|
|
1608
|
-
.select-module-
|
|
1608
|
+
.select-module-IPU-m.select-module-ysEmc {
|
|
1609
1609
|
--height: var(--space-36);
|
|
1610
1610
|
}
|
|
1611
1611
|
|
|
1612
|
-
.select-module-
|
|
1612
|
+
.select-module-IPU-m.select-module-E62kG {
|
|
1613
1613
|
--height: var(--space-44);
|
|
1614
1614
|
}
|
|
1615
1615
|
|
|
1616
|
-
.select-module-
|
|
1616
|
+
.select-module-IPU-m .select-module-0kwVJ {
|
|
1617
1617
|
all: unset;
|
|
1618
1618
|
position: relative;
|
|
1619
1619
|
display: flex;
|
|
@@ -1630,7 +1630,7 @@ html {
|
|
|
1630
1630
|
outline: none;
|
|
1631
1631
|
}
|
|
1632
1632
|
|
|
1633
|
-
.select-module-
|
|
1633
|
+
.select-module-IPU-m .select-module-0kwVJ .select-module-ptK6Z > :first-child {
|
|
1634
1634
|
position: absolute;
|
|
1635
1635
|
display: block;
|
|
1636
1636
|
width: var(--space-12);
|
|
@@ -1641,27 +1641,27 @@ html {
|
|
|
1641
1641
|
margin-block: auto;
|
|
1642
1642
|
}
|
|
1643
1643
|
|
|
1644
|
-
.select-module-
|
|
1644
|
+
.select-module-IPU-m .select-module-0kwVJ [slot='description'] {
|
|
1645
1645
|
display: none;
|
|
1646
1646
|
}
|
|
1647
1647
|
|
|
1648
|
-
.select-module-
|
|
1649
|
-
.select-module-
|
|
1650
|
-
.select-module-
|
|
1648
|
+
.select-module-IPU-m .select-module-0kwVJ.select-module-cnFLz,
|
|
1649
|
+
.select-module-IPU-m .select-module-0kwVJ:focus,
|
|
1650
|
+
.select-module-IPU-m .select-module-0kwVJ:has([data-focused]) {
|
|
1651
1651
|
border-color: transparent;
|
|
1652
1652
|
box-shadow: var(--shadow-focus-outline);
|
|
1653
1653
|
outline: none;
|
|
1654
1654
|
}
|
|
1655
1655
|
|
|
1656
|
-
.select-module-
|
|
1656
|
+
.select-module-IPU-m .select-module-0kwVJ[disabled] {
|
|
1657
1657
|
opacity: 0.4;
|
|
1658
1658
|
}
|
|
1659
1659
|
|
|
1660
|
-
.select-module-
|
|
1660
|
+
.select-module-IPU-m[data-invalid] .select-module-0kwVJ {
|
|
1661
1661
|
border-bottom-color: var(--color-brand-red);
|
|
1662
1662
|
}
|
|
1663
1663
|
|
|
1664
|
-
.select-module-
|
|
1664
|
+
.select-module-IPU-m[data-invalid] .select-module-0kwVJ::after {
|
|
1665
1665
|
position: absolute;
|
|
1666
1666
|
right: 0;
|
|
1667
1667
|
bottom: 0;
|
|
@@ -1674,17 +1674,17 @@ html {
|
|
|
1674
1674
|
|
|
1675
1675
|
/* stylelint-disable-next-line no-descending-specificity */
|
|
1676
1676
|
|
|
1677
|
-
.select-module-
|
|
1677
|
+
.select-module-IPU-m:where(.select-module-Qq411) .select-module-0kwVJ {
|
|
1678
1678
|
border-color: var(--color-brand-light-gray);
|
|
1679
1679
|
background-color: var(--color-brand-light-gray);
|
|
1680
1680
|
}
|
|
1681
1681
|
|
|
1682
|
-
.select-module-
|
|
1682
|
+
.select-module-IPU-m:where(.select-module-KuyIv) {
|
|
1683
1683
|
cursor: default;
|
|
1684
1684
|
pointer-events: none;
|
|
1685
1685
|
}
|
|
1686
1686
|
|
|
1687
|
-
.select-module-
|
|
1687
|
+
.select-module-XFHrL {
|
|
1688
1688
|
overflow: auto;
|
|
1689
1689
|
width: var(--trigger-width);
|
|
1690
1690
|
min-width: -moz-fit-content;
|
|
@@ -1694,11 +1694,11 @@ html {
|
|
|
1694
1694
|
padding-block: var(--space-8);
|
|
1695
1695
|
}
|
|
1696
1696
|
|
|
1697
|
-
.select-module-
|
|
1697
|
+
.select-module-K6TjK {
|
|
1698
1698
|
outline: none;
|
|
1699
1699
|
}
|
|
1700
1700
|
|
|
1701
|
-
.select-module-
|
|
1701
|
+
.select-module-AUXLg {
|
|
1702
1702
|
padding: var(--space-8) var(--space-24);
|
|
1703
1703
|
color: var(--color-brand-dark-gray);
|
|
1704
1704
|
cursor: default;
|
|
@@ -1707,7 +1707,7 @@ html {
|
|
|
1707
1707
|
overflow-wrap: break-word;
|
|
1708
1708
|
}
|
|
1709
1709
|
|
|
1710
|
-
.select-module-
|
|
1710
|
+
.select-module-MkKKi {
|
|
1711
1711
|
position: relative;
|
|
1712
1712
|
padding: var(--space-8) var(--space-24);
|
|
1713
1713
|
cursor: pointer;
|
|
@@ -1716,7 +1716,7 @@ html {
|
|
|
1716
1716
|
overflow-wrap: break-word;
|
|
1717
1717
|
}
|
|
1718
1718
|
|
|
1719
|
-
.select-module-
|
|
1719
|
+
.select-module-MkKKi .select-module-N7nUk {
|
|
1720
1720
|
position: absolute;
|
|
1721
1721
|
width: var(--space-24);
|
|
1722
1722
|
height: var(--space-24);
|
|
@@ -1724,8 +1724,8 @@ html {
|
|
|
1724
1724
|
margin-block: auto;
|
|
1725
1725
|
}
|
|
1726
1726
|
|
|
1727
|
-
.select-module-
|
|
1728
|
-
.select-module-
|
|
1727
|
+
.select-module-MkKKi:hover,
|
|
1728
|
+
.select-module-MkKKi:focus {
|
|
1729
1729
|
background-color: var(--color-brand-red);
|
|
1730
1730
|
color: var(--color-white);
|
|
1731
1731
|
}
|
|
@@ -2077,16 +2077,16 @@ html {
|
|
|
2077
2077
|
--color: var(--color-semantic-notify);
|
|
2078
2078
|
}
|
|
2079
2079
|
|
|
2080
|
-
.form-module-
|
|
2080
|
+
.form-module-j-sK- {
|
|
2081
2081
|
display: grid;
|
|
2082
2082
|
container-type: inline-size;
|
|
2083
2083
|
gap: var(--space-16);
|
|
2084
2084
|
min-inline-size: 270px;
|
|
2085
2085
|
}
|
|
2086
2086
|
|
|
2087
|
-
.form-module-
|
|
2088
|
-
.form-module-
|
|
2089
|
-
.form-module-
|
|
2087
|
+
.form-module-j-sK- .form-module-FJZtR,
|
|
2088
|
+
.form-module-j-sK- .form-module-KjHjn,
|
|
2089
|
+
.form-module-j-sK- .form-module-2IhUq {
|
|
2090
2090
|
display: grid;
|
|
2091
2091
|
gap: var(--space-16);
|
|
2092
2092
|
}
|
|
@@ -3274,7 +3274,7 @@ html {
|
|
|
3274
3274
|
box-shadow ease 0.2s;
|
|
3275
3275
|
}
|
|
3276
3276
|
|
|
3277
|
-
@media (hover: hover) {
|
|
3277
|
+
@media (hover: hover) and (pointer: fine) {
|
|
3278
3278
|
.product-card-module-pLaiB:has(.product-card-module-CStNi[href]):hover {
|
|
3279
3279
|
box-shadow: var(--box-shadow);
|
|
3280
3280
|
scale: 1.04;
|
|
@@ -3532,9 +3532,11 @@ html {
|
|
|
3532
3532
|
.product-overview-grid-module-MlUVA:nth-child(2n)::after {
|
|
3533
3533
|
display: none;
|
|
3534
3534
|
}
|
|
3535
|
+
@media (pointer: fine) {
|
|
3535
3536
|
.product-overview-grid-module-MlUVA:has(> :hover)::after, .product-overview-grid-module-MlUVA:has(+ .product-overview-grid-module-MlUVA:hover)::after {
|
|
3536
|
-
|
|
3537
|
+
display: none
|
|
3537
3538
|
}
|
|
3539
|
+
}
|
|
3538
3540
|
}
|
|
3539
3541
|
|
|
3540
3542
|
@media (width >= 1440px) {
|
|
@@ -3547,9 +3549,11 @@ html {
|
|
|
3547
3549
|
.product-overview-grid-module-MlUVA:nth-child(3n)::after {
|
|
3548
3550
|
display: none;
|
|
3549
3551
|
}
|
|
3552
|
+
@media (pointer: fine) {
|
|
3550
3553
|
.product-overview-grid-module-MlUVA:has(> :hover)::after, .product-overview-grid-module-MlUVA:has(+ .product-overview-grid-module-MlUVA:hover)::after {
|
|
3551
|
-
|
|
3554
|
+
display: none
|
|
3552
3555
|
}
|
|
3556
|
+
}
|
|
3553
3557
|
}
|
|
3554
3558
|
|
|
3555
3559
|
/**
|
|
@@ -4563,7 +4567,7 @@ button.swiper-pagination-bullet {
|
|
|
4563
4567
|
margin: 0;
|
|
4564
4568
|
}
|
|
4565
4569
|
|
|
4566
|
-
.select-field-module-
|
|
4570
|
+
.select-field-module-T07fb {
|
|
4567
4571
|
--button-height: var(--space-44);
|
|
4568
4572
|
--button-gap: var(--space-8);
|
|
4569
4573
|
--button-border-color: var(--color-brand-medium-gray);
|
|
@@ -4573,22 +4577,22 @@ button.swiper-pagination-bullet {
|
|
|
4573
4577
|
position: relative;
|
|
4574
4578
|
}
|
|
4575
4579
|
|
|
4576
|
-
.select-field-module-
|
|
4580
|
+
.select-field-module-T07fb:where(.select-field-module-x-dtL) {
|
|
4577
4581
|
--button-height: var(--space-36);
|
|
4578
4582
|
--button-gap: var(--space-4);
|
|
4579
4583
|
}
|
|
4580
4584
|
|
|
4581
|
-
.select-field-module-
|
|
4585
|
+
.select-field-module-T07fb:where(.select-field-module-jfk-G) {
|
|
4582
4586
|
--button-border-color: var(--color-brand-light-gray);
|
|
4583
4587
|
--button-bg-color: var(--color-brand-light-gray);
|
|
4584
4588
|
}
|
|
4585
4589
|
|
|
4586
|
-
.select-field-module-
|
|
4590
|
+
.select-field-module-T07fb:where(.select-field-module-NyDa0) {
|
|
4587
4591
|
cursor: default;
|
|
4588
4592
|
pointer-events: none;
|
|
4589
4593
|
}
|
|
4590
4594
|
|
|
4591
|
-
.select-field-module-
|
|
4595
|
+
.select-field-module-T07fb .select-field-module-uGX30 {
|
|
4592
4596
|
all: unset;
|
|
4593
4597
|
position: relative;
|
|
4594
4598
|
display: grid;
|
|
@@ -4606,40 +4610,40 @@ button.swiper-pagination-bullet {
|
|
|
4606
4610
|
padding-inline: 16px 8px;
|
|
4607
4611
|
}
|
|
4608
4612
|
|
|
4609
|
-
.select-field-module-
|
|
4613
|
+
.select-field-module-T07fb .select-field-module-uGX30 [slot='description'] {
|
|
4610
4614
|
display: none;
|
|
4611
4615
|
}
|
|
4612
4616
|
|
|
4613
|
-
.select-field-module-
|
|
4614
|
-
.select-field-module-
|
|
4617
|
+
.select-field-module-T07fb .select-field-module-uGX30[data-focused],
|
|
4618
|
+
.select-field-module-T07fb .select-field-module-uGX30[data-pressed] {
|
|
4615
4619
|
border-color: transparent;
|
|
4616
4620
|
box-shadow: var(--shadow-focus-outline);
|
|
4617
4621
|
outline: none;
|
|
4618
4622
|
}
|
|
4619
4623
|
|
|
4620
|
-
.select-field-module-
|
|
4624
|
+
.select-field-module-T07fb .select-field-module-uGX30[disabled] {
|
|
4621
4625
|
opacity: 0.4;
|
|
4622
4626
|
}
|
|
4623
4627
|
|
|
4624
|
-
.select-field-module-
|
|
4628
|
+
.select-field-module-T07fb .select-field-module-uGX30 .select-field-module-z-6Ym {
|
|
4625
4629
|
overflow: hidden;
|
|
4626
4630
|
grid-area: value;
|
|
4627
4631
|
text-overflow: ellipsis;
|
|
4628
4632
|
white-space: nowrap;
|
|
4629
4633
|
}
|
|
4630
4634
|
|
|
4631
|
-
.select-field-module-
|
|
4635
|
+
.select-field-module-T07fb .select-field-module-uGX30 .select-field-module-Njvvb {
|
|
4632
4636
|
block-size: 12px;
|
|
4633
4637
|
grid-area: icon;
|
|
4634
4638
|
inline-size: 12px;
|
|
4635
4639
|
justify-self: center;
|
|
4636
4640
|
}
|
|
4637
4641
|
|
|
4638
|
-
.select-field-module-
|
|
4642
|
+
.select-field-module-T07fb[data-invalid] .select-field-module-uGX30 {
|
|
4639
4643
|
border-bottom-color: var(--color-brand-red);
|
|
4640
4644
|
}
|
|
4641
4645
|
|
|
4642
|
-
.select-field-module-
|
|
4646
|
+
.select-field-module-T07fb[data-invalid] .select-field-module-uGX30::after {
|
|
4643
4647
|
position: absolute;
|
|
4644
4648
|
background-color: var(--color-brand-red);
|
|
4645
4649
|
block-size: 1px;
|
|
@@ -4647,7 +4651,7 @@ button.swiper-pagination-bullet {
|
|
|
4647
4651
|
inset: auto 0 0;
|
|
4648
4652
|
}
|
|
4649
4653
|
|
|
4650
|
-
.select-field-module
|
|
4654
|
+
.select-field-module-tbhPg {
|
|
4651
4655
|
overflow: auto;
|
|
4652
4656
|
background-color: var(--color-white);
|
|
4653
4657
|
box-shadow: var(--box-shadow-light);
|
|
@@ -4658,16 +4662,16 @@ button.swiper-pagination-bullet {
|
|
|
4658
4662
|
transition: opacity 0.2s;
|
|
4659
4663
|
}
|
|
4660
4664
|
|
|
4661
|
-
.select-field-module
|
|
4662
|
-
.select-field-module
|
|
4665
|
+
.select-field-module-tbhPg[data-entering],
|
|
4666
|
+
.select-field-module-tbhPg[data-exiting] {
|
|
4663
4667
|
opacity: 0;
|
|
4664
4668
|
}
|
|
4665
4669
|
|
|
4666
|
-
.select-field-module
|
|
4670
|
+
.select-field-module-tbhPg .select-field-module-Rwf0R {
|
|
4667
4671
|
outline: none;
|
|
4668
4672
|
}
|
|
4669
4673
|
|
|
4670
|
-
.select-field-module
|
|
4674
|
+
.select-field-module-tbhPg .select-field-module-KDZmc {
|
|
4671
4675
|
display: grid;
|
|
4672
4676
|
align-items: center;
|
|
4673
4677
|
color: var(--color-brand-dark-gray);
|
|
@@ -4680,7 +4684,7 @@ button.swiper-pagination-bullet {
|
|
|
4680
4684
|
padding-inline: calc(var(--space-24) + var(--space-2) + var(--space-4));
|
|
4681
4685
|
}
|
|
4682
4686
|
|
|
4683
|
-
.select-field-module
|
|
4687
|
+
.select-field-module-tbhPg .select-field-module-u3hoe {
|
|
4684
4688
|
display: grid;
|
|
4685
4689
|
align-items: center;
|
|
4686
4690
|
padding: var(--space-4);
|
|
@@ -4695,18 +4699,18 @@ button.swiper-pagination-bullet {
|
|
|
4695
4699
|
overflow-wrap: break-word;
|
|
4696
4700
|
}
|
|
4697
4701
|
|
|
4698
|
-
.select-field-module
|
|
4702
|
+
.select-field-module-tbhPg .select-field-module-u3hoe [slot='description'] {
|
|
4699
4703
|
display: grid;
|
|
4700
4704
|
grid-area: icon;
|
|
4701
4705
|
justify-self: center;
|
|
4702
4706
|
}
|
|
4703
4707
|
|
|
4704
|
-
.select-field-module
|
|
4708
|
+
.select-field-module-tbhPg .select-field-module-u3hoe [slot='label'] {
|
|
4705
4709
|
grid-area: label;
|
|
4706
4710
|
}
|
|
4707
4711
|
|
|
4708
|
-
.select-field-module
|
|
4709
|
-
.select-field-module
|
|
4712
|
+
.select-field-module-tbhPg .select-field-module-u3hoe[data-hovered],
|
|
4713
|
+
.select-field-module-tbhPg .select-field-module-u3hoe[data-focused] {
|
|
4710
4714
|
background-color: var(--color-brand-red);
|
|
4711
4715
|
color: var(--color-white);
|
|
4712
4716
|
}
|
|
@@ -4972,11 +4976,195 @@ button.swiper-pagination-bullet {
|
|
|
4972
4976
|
}
|
|
4973
4977
|
}
|
|
4974
4978
|
|
|
4975
|
-
.
|
|
4979
|
+
.switch-module-C7eqt {
|
|
4980
|
+
--pin-color: var(--color-white);
|
|
4981
|
+
--box-color: var(--color-brand-light-gray);
|
|
4982
|
+
--box-color-pressed: var(--color-brand-medium-gray);
|
|
4983
|
+
--selected-box-color: var(--color-brand-red);
|
|
4984
|
+
--selected-box-color-pressed: var(--color-brand-dark-red);
|
|
4985
|
+
--disabled-box-color: var(--color-brand-medium-gray);
|
|
4986
|
+
--disabled-selected-box-color: var(--color-brand-dark-gray);
|
|
4987
|
+
|
|
4988
|
+
display: flex;
|
|
4989
|
+
align-items: baseline;
|
|
4990
|
+
color: var(--color-brand-black);
|
|
4991
|
+
cursor: pointer;
|
|
4992
|
+
font-size: var(--font-size-14);
|
|
4993
|
+
forced-color-adjust: none;
|
|
4994
|
+
}
|
|
4995
|
+
|
|
4996
|
+
.switch-module-C7eqt .switch-module-UZop9 {
|
|
4997
|
+
width: 44px;
|
|
4998
|
+
height: 24px;
|
|
4999
|
+
box-sizing: border-box;
|
|
5000
|
+
flex-shrink: 0;
|
|
5001
|
+
border-radius: 12px;
|
|
5002
|
+
background: var(--box-color);
|
|
5003
|
+
margin-block: -0.5em 0.5em;
|
|
5004
|
+
transition-duration: 200ms;
|
|
5005
|
+
transition-property: background;
|
|
5006
|
+
translate: 0 0.5em;
|
|
5007
|
+
}
|
|
5008
|
+
|
|
5009
|
+
.switch-module-C7eqt .switch-module-UZop9::before {
|
|
5010
|
+
display: block;
|
|
5011
|
+
width: 20px;
|
|
5012
|
+
height: 20px;
|
|
5013
|
+
box-sizing: border-box;
|
|
5014
|
+
border: solid 0.5px rgb(0 0 0 / 4%);
|
|
5015
|
+
border-radius: 50%;
|
|
5016
|
+
margin: var(--space-2);
|
|
5017
|
+
background: var(--pin-color);
|
|
5018
|
+
box-shadow:
|
|
5019
|
+
0 3px 1px 0 rgb(0 0 0 / 6%),
|
|
5020
|
+
0 3px 8px 0 rgb(0 0 0 / 15%);
|
|
5021
|
+
content: '';
|
|
5022
|
+
transition: all 200ms;
|
|
5023
|
+
}
|
|
5024
|
+
|
|
5025
|
+
.switch-module-C7eqt[data-pressed] .switch-module-UZop9 {
|
|
5026
|
+
background: var(--box-color-pressed);
|
|
5027
|
+
}
|
|
5028
|
+
|
|
5029
|
+
.switch-module-C7eqt[data-disabled] {
|
|
5030
|
+
cursor: default;
|
|
5031
|
+
opacity: 0.4;
|
|
5032
|
+
}
|
|
5033
|
+
|
|
5034
|
+
.switch-module-C7eqt[data-disabled] .switch-module-UZop9 {
|
|
5035
|
+
background: var(--disabled-box-color);
|
|
5036
|
+
}
|
|
5037
|
+
|
|
5038
|
+
.switch-module-C7eqt[data-disabled] .switch-module-UZop9::before {
|
|
5039
|
+
box-shadow: none;
|
|
5040
|
+
opacity: 0.4;
|
|
5041
|
+
}
|
|
5042
|
+
|
|
5043
|
+
.switch-module-C7eqt[data-focus-visible] .switch-module-UZop9 {
|
|
5044
|
+
box-shadow: var(--shadow-focus-outline-padded);
|
|
5045
|
+
outline: 2px solid var(--color-brand-white);
|
|
5046
|
+
outline-offset: 0;
|
|
5047
|
+
}
|
|
5048
|
+
|
|
5049
|
+
.switch-module-C7eqt[data-selected] .switch-module-UZop9 {
|
|
5050
|
+
background: var(--selected-box-color);
|
|
5051
|
+
}
|
|
5052
|
+
|
|
5053
|
+
.switch-module-C7eqt[data-selected] .switch-module-UZop9::before {
|
|
5054
|
+
transform: translateX(100%);
|
|
5055
|
+
}
|
|
5056
|
+
|
|
5057
|
+
.switch-module-C7eqt[data-selected][data-pressed] .switch-module-UZop9 {
|
|
5058
|
+
background: var(--selected-box-color-pressed);
|
|
5059
|
+
}
|
|
5060
|
+
|
|
5061
|
+
.switch-module-C7eqt[data-selected][data-disabled] .switch-module-UZop9 {
|
|
5062
|
+
background: var(--disabled-selected-box-color);
|
|
5063
|
+
}
|
|
5064
|
+
|
|
5065
|
+
.switch-module-C7eqt .switch-module-rX09b:not(:empty) {
|
|
5066
|
+
font-weight: unset;
|
|
5067
|
+
margin-inline-start: var(--space-8);
|
|
5068
|
+
}
|
|
5069
|
+
|
|
5070
|
+
.textarea-module-FEAEz {
|
|
5071
|
+
position: relative;
|
|
5072
|
+
display: inline-block;
|
|
5073
|
+
overflow: hidden;
|
|
5074
|
+
border: none;
|
|
5075
|
+
border-radius: var(--border-radius-8);
|
|
5076
|
+
}
|
|
5077
|
+
|
|
5078
|
+
.textarea-module-FEAEz.textarea-module-hHg5e {
|
|
5079
|
+
background-color: var(--color-brand-light-gray);
|
|
5080
|
+
}
|
|
5081
|
+
|
|
5082
|
+
.textarea-module-FEAEz.textarea-module-CEbPl {
|
|
5083
|
+
border: solid 1.5px var(--color-brand-medium-gray);
|
|
5084
|
+
background-color: var(--color-brand-white);
|
|
5085
|
+
}
|
|
5086
|
+
|
|
5087
|
+
.textarea-module-FEAEz:has([data-disabled]) {
|
|
5088
|
+
opacity: 0.4;
|
|
5089
|
+
}
|
|
5090
|
+
|
|
5091
|
+
.textarea-module-FEAEz:has([data-focused]) {
|
|
5092
|
+
box-shadow: 0 0 8px 2px var(--color-brand-red);
|
|
5093
|
+
outline: 0;
|
|
5094
|
+
}
|
|
5095
|
+
|
|
5096
|
+
.textarea-module-FEAEz:has([data-invalid])::after {
|
|
5097
|
+
position: absolute;
|
|
5098
|
+
right: 0;
|
|
5099
|
+
bottom: 0;
|
|
5100
|
+
left: 0;
|
|
5101
|
+
display: block;
|
|
5102
|
+
height: 2px;
|
|
5103
|
+
background-color: var(--color-brand-red);
|
|
5104
|
+
content: '';
|
|
5105
|
+
}
|
|
5106
|
+
|
|
5107
|
+
.textarea-module-FEAEz textarea {
|
|
5108
|
+
all: unset;
|
|
5109
|
+
width: 100%;
|
|
5110
|
+
box-sizing: border-box;
|
|
5111
|
+
padding: 13px var(--space-16);
|
|
5112
|
+
font: inherit;
|
|
5113
|
+
overflow-y: hidden;
|
|
5114
|
+
}
|
|
5115
|
+
|
|
5116
|
+
.textarea-module-FEAEz.textarea-module-PKIWL textarea,
|
|
5117
|
+
.textarea-module-FEAEz.textarea-module-PKIWL .textarea-module-FEAEz {
|
|
5118
|
+
min-height: var(--space-44);
|
|
5119
|
+
}
|
|
5120
|
+
|
|
5121
|
+
.textarea-module-FEAEz.textarea-module-PKIWL textarea {
|
|
5122
|
+
padding: var(--space-16);
|
|
5123
|
+
}
|
|
5124
|
+
|
|
5125
|
+
.textarea-module-FEAEz.textarea-module-27RUM textarea,
|
|
5126
|
+
.textarea-module-FEAEz.textarea-module-27RUM .textarea-module-FEAEz {
|
|
5127
|
+
min-height: var(--space-40);
|
|
5128
|
+
}
|
|
5129
|
+
|
|
5130
|
+
.textarea-module-FEAEz.textarea-module-27RUM textarea {
|
|
5131
|
+
padding: 11px var(--space-8);
|
|
5132
|
+
}
|
|
5133
|
+
|
|
5134
|
+
.checkbox-field-module-cjj4V {
|
|
4976
5135
|
justify-self: flex-start;
|
|
4977
5136
|
}
|
|
4978
5137
|
|
|
4979
|
-
.
|
|
5138
|
+
.password-reveal-toggle-module-cW16B {
|
|
5139
|
+
display: inline-flex;
|
|
5140
|
+
color: var(--color-brand-medium-gray);
|
|
5141
|
+
cursor: pointer;
|
|
5142
|
+
}
|
|
5143
|
+
|
|
5144
|
+
.password-reveal-toggle-module-cW16B[data-hovered],
|
|
5145
|
+
.password-reveal-toggle-module-cW16B[data-focused] {
|
|
5146
|
+
color: var(--color-brand-dark-gray);
|
|
5147
|
+
}
|
|
5148
|
+
|
|
5149
|
+
.password-reveal-toggle-module-cW16B input {
|
|
5150
|
+
block-size: 0;
|
|
5151
|
+
inline-size: 0;
|
|
5152
|
+
}
|
|
5153
|
+
|
|
5154
|
+
.password-reveal-toggle-module-cW16B span {
|
|
5155
|
+
block-size: var(--space-24);
|
|
5156
|
+
inline-size: var(--space-24);
|
|
5157
|
+
}
|
|
5158
|
+
|
|
5159
|
+
.text-field-module-TYL3X {
|
|
5160
|
+
/* styles */
|
|
5161
|
+
}
|
|
5162
|
+
|
|
5163
|
+
.switch-field-module-sVrKL {
|
|
5164
|
+
justify-self: flex-start;
|
|
5165
|
+
}
|
|
5166
|
+
|
|
5167
|
+
.form-segment-module-GbJZZ {
|
|
4980
5168
|
--tooltip-size: 24px;
|
|
4981
5169
|
--info-icon-offset: calc((var(--tooltip-size) + var(--space-4)) * -1);
|
|
4982
5170
|
--form-segment-toggle-columns: var(--form-segment-no-columns);
|
|
@@ -5002,13 +5190,13 @@ button.swiper-pagination-bullet {
|
|
|
5002
5190
|
grid-template-rows: subgrid;
|
|
5003
5191
|
} */
|
|
5004
5192
|
|
|
5005
|
-
.form-segment-module-
|
|
5193
|
+
.form-segment-module-GbJZZ.form-segment-module-60hj6 {
|
|
5006
5194
|
justify-self: flex-start;
|
|
5007
5195
|
}
|
|
5008
5196
|
|
|
5009
5197
|
/* when info icon is present inside TODO: use class name partial value instead of data */
|
|
5010
5198
|
|
|
5011
|
-
.form-segment-module-
|
|
5199
|
+
.form-segment-module-GbJZZ:has([class*='info-icon-tooltip']) {
|
|
5012
5200
|
margin-inline-end: var(--info-icon-offset);
|
|
5013
5201
|
|
|
5014
5202
|
/* TODO: for when we continue developing forms */
|
|
@@ -5044,7 +5232,7 @@ button.swiper-pagination-bullet {
|
|
|
5044
5232
|
} */
|
|
5045
5233
|
}
|
|
5046
5234
|
|
|
5047
|
-
.form-segment-group-module-
|
|
5235
|
+
.form-segment-group-module-810IM {
|
|
5048
5236
|
display: grid;
|
|
5049
5237
|
padding: 0;
|
|
5050
5238
|
border: 0;
|
|
@@ -5086,188 +5274,17 @@ button.swiper-pagination-bullet {
|
|
|
5086
5274
|
*/
|
|
5087
5275
|
}
|
|
5088
5276
|
|
|
5089
|
-
.
|
|
5090
|
-
display:
|
|
5091
|
-
color: var(--color-brand-medium-gray);
|
|
5092
|
-
cursor: pointer;
|
|
5093
|
-
}
|
|
5094
|
-
|
|
5095
|
-
.password-reveal-toggle-module-bGH6I[data-hovered],
|
|
5096
|
-
.password-reveal-toggle-module-bGH6I[data-focused] {
|
|
5097
|
-
color: var(--color-brand-dark-gray);
|
|
5098
|
-
}
|
|
5099
|
-
|
|
5100
|
-
.password-reveal-toggle-module-bGH6I input {
|
|
5101
|
-
block-size: 0;
|
|
5102
|
-
inline-size: 0;
|
|
5103
|
-
}
|
|
5104
|
-
|
|
5105
|
-
.password-reveal-toggle-module-bGH6I span {
|
|
5106
|
-
block-size: var(--space-24);
|
|
5107
|
-
inline-size: var(--space-24);
|
|
5108
|
-
}
|
|
5109
|
-
|
|
5110
|
-
.textarea-module-C6Xr1 {
|
|
5111
|
-
position: relative;
|
|
5112
|
-
display: inline-block;
|
|
5113
|
-
overflow: hidden;
|
|
5114
|
-
border: none;
|
|
5115
|
-
border-radius: var(--border-radius-8);
|
|
5116
|
-
}
|
|
5117
|
-
|
|
5118
|
-
.textarea-module-C6Xr1.textarea-module-NgOND {
|
|
5119
|
-
background-color: var(--color-brand-light-gray);
|
|
5120
|
-
}
|
|
5121
|
-
|
|
5122
|
-
.textarea-module-C6Xr1.textarea-module-Z-ytQ {
|
|
5123
|
-
border: solid 1.5px var(--color-brand-medium-gray);
|
|
5124
|
-
background-color: var(--color-brand-white);
|
|
5125
|
-
}
|
|
5126
|
-
|
|
5127
|
-
.textarea-module-C6Xr1:has([data-disabled]) {
|
|
5128
|
-
opacity: 0.4;
|
|
5129
|
-
}
|
|
5130
|
-
|
|
5131
|
-
.textarea-module-C6Xr1:has([data-focused]) {
|
|
5132
|
-
box-shadow: 0 0 8px 2px var(--color-brand-red);
|
|
5133
|
-
outline: 0;
|
|
5134
|
-
}
|
|
5135
|
-
|
|
5136
|
-
.textarea-module-C6Xr1:has([data-invalid])::after {
|
|
5137
|
-
position: absolute;
|
|
5138
|
-
right: 0;
|
|
5139
|
-
bottom: 0;
|
|
5140
|
-
left: 0;
|
|
5141
|
-
display: block;
|
|
5142
|
-
height: 2px;
|
|
5143
|
-
background-color: var(--color-brand-red);
|
|
5144
|
-
content: '';
|
|
5145
|
-
}
|
|
5146
|
-
|
|
5147
|
-
.textarea-module-C6Xr1 textarea {
|
|
5148
|
-
all: unset;
|
|
5149
|
-
width: 100%;
|
|
5150
|
-
box-sizing: border-box;
|
|
5151
|
-
padding: 13px var(--space-16);
|
|
5152
|
-
font: inherit;
|
|
5153
|
-
overflow-y: hidden;
|
|
5154
|
-
}
|
|
5155
|
-
|
|
5156
|
-
.textarea-module-C6Xr1.textarea-module-vksG- textarea,
|
|
5157
|
-
.textarea-module-C6Xr1.textarea-module-vksG- .textarea-module-C6Xr1 {
|
|
5158
|
-
min-height: var(--space-44);
|
|
5159
|
-
}
|
|
5160
|
-
|
|
5161
|
-
.textarea-module-C6Xr1.textarea-module-vksG- textarea {
|
|
5162
|
-
padding: var(--space-16);
|
|
5163
|
-
}
|
|
5164
|
-
|
|
5165
|
-
.textarea-module-C6Xr1.textarea-module-6JrQJ textarea,
|
|
5166
|
-
.textarea-module-C6Xr1.textarea-module-6JrQJ .textarea-module-C6Xr1 {
|
|
5167
|
-
min-height: var(--space-40);
|
|
5168
|
-
}
|
|
5169
|
-
|
|
5170
|
-
.textarea-module-C6Xr1.textarea-module-6JrQJ textarea {
|
|
5171
|
-
padding: 11px var(--space-8);
|
|
5172
|
-
}
|
|
5173
|
-
|
|
5174
|
-
.text-field-module-PBkCx {
|
|
5175
|
-
/* styles */
|
|
5277
|
+
.edit-address-form-module-HF64G {
|
|
5278
|
+
display: grid;
|
|
5176
5279
|
}
|
|
5177
5280
|
|
|
5178
|
-
.
|
|
5179
|
-
|
|
5180
|
-
--box-color: var(--color-brand-light-gray);
|
|
5181
|
-
--box-color-pressed: var(--color-brand-medium-gray);
|
|
5182
|
-
--selected-box-color: var(--color-brand-red);
|
|
5183
|
-
--selected-box-color-pressed: var(--color-brand-dark-red);
|
|
5184
|
-
--disabled-box-color: var(--color-brand-medium-gray);
|
|
5185
|
-
--disabled-selected-box-color: var(--color-brand-dark-gray);
|
|
5186
|
-
|
|
5187
|
-
display: flex;
|
|
5188
|
-
align-items: baseline;
|
|
5189
|
-
color: var(--color-brand-black);
|
|
5190
|
-
cursor: pointer;
|
|
5191
|
-
font-size: var(--font-size-14);
|
|
5192
|
-
forced-color-adjust: none;
|
|
5281
|
+
@media (width >= 576px) {.edit-address-form-module-HF64G {
|
|
5282
|
+
grid-column: span 2
|
|
5193
5283
|
}
|
|
5194
|
-
|
|
5195
|
-
.switch-module-ywpXc .switch-module-2e1rG {
|
|
5196
|
-
width: 44px;
|
|
5197
|
-
height: 24px;
|
|
5198
|
-
box-sizing: border-box;
|
|
5199
|
-
flex-shrink: 0;
|
|
5200
|
-
border-radius: 12px;
|
|
5201
|
-
background: var(--box-color);
|
|
5202
|
-
margin-block: -0.5em 0.5em;
|
|
5203
|
-
transition-duration: 200ms;
|
|
5204
|
-
transition-property: background;
|
|
5205
|
-
translate: 0 0.5em;
|
|
5206
5284
|
}
|
|
5207
5285
|
|
|
5208
|
-
|
|
5209
|
-
|
|
5210
|
-
width: 20px;
|
|
5211
|
-
height: 20px;
|
|
5212
|
-
box-sizing: border-box;
|
|
5213
|
-
border: solid 0.5px rgb(0 0 0 / 4%);
|
|
5214
|
-
border-radius: 50%;
|
|
5215
|
-
margin: var(--space-2);
|
|
5216
|
-
background: var(--pin-color);
|
|
5217
|
-
box-shadow:
|
|
5218
|
-
0 3px 1px 0 rgb(0 0 0 / 6%),
|
|
5219
|
-
0 3px 8px 0 rgb(0 0 0 / 15%);
|
|
5220
|
-
content: '';
|
|
5221
|
-
transition: all 200ms;
|
|
5222
|
-
}
|
|
5223
|
-
|
|
5224
|
-
.switch-module-ywpXc[data-pressed] .switch-module-2e1rG {
|
|
5225
|
-
background: var(--box-color-pressed);
|
|
5226
|
-
}
|
|
5227
|
-
|
|
5228
|
-
.switch-module-ywpXc[data-disabled] {
|
|
5229
|
-
cursor: default;
|
|
5230
|
-
opacity: 0.4;
|
|
5231
|
-
}
|
|
5232
|
-
|
|
5233
|
-
.switch-module-ywpXc[data-disabled] .switch-module-2e1rG {
|
|
5234
|
-
background: var(--disabled-box-color);
|
|
5235
|
-
}
|
|
5236
|
-
|
|
5237
|
-
.switch-module-ywpXc[data-disabled] .switch-module-2e1rG::before {
|
|
5238
|
-
box-shadow: none;
|
|
5239
|
-
opacity: 0.4;
|
|
5240
|
-
}
|
|
5241
|
-
|
|
5242
|
-
.switch-module-ywpXc[data-focus-visible] .switch-module-2e1rG {
|
|
5243
|
-
box-shadow: var(--shadow-focus-outline-padded);
|
|
5244
|
-
outline: 2px solid var(--color-brand-white);
|
|
5245
|
-
outline-offset: 0;
|
|
5246
|
-
}
|
|
5247
|
-
|
|
5248
|
-
.switch-module-ywpXc[data-selected] .switch-module-2e1rG {
|
|
5249
|
-
background: var(--selected-box-color);
|
|
5250
|
-
}
|
|
5251
|
-
|
|
5252
|
-
.switch-module-ywpXc[data-selected] .switch-module-2e1rG::before {
|
|
5253
|
-
transform: translateX(100%);
|
|
5254
|
-
}
|
|
5255
|
-
|
|
5256
|
-
.switch-module-ywpXc[data-selected][data-pressed] .switch-module-2e1rG {
|
|
5257
|
-
background: var(--selected-box-color-pressed);
|
|
5258
|
-
}
|
|
5259
|
-
|
|
5260
|
-
.switch-module-ywpXc[data-selected][data-disabled] .switch-module-2e1rG {
|
|
5261
|
-
background: var(--disabled-selected-box-color);
|
|
5262
|
-
}
|
|
5263
|
-
|
|
5264
|
-
.switch-module-ywpXc .switch-module-rZxF4:not(:empty) {
|
|
5265
|
-
font-weight: unset;
|
|
5266
|
-
margin-inline-start: var(--space-8);
|
|
5267
|
-
}
|
|
5268
|
-
|
|
5269
|
-
.switch-field-module-lBYuh {
|
|
5270
|
-
justify-self: flex-start;
|
|
5286
|
+
.edit-address-form-module-V-LOB {
|
|
5287
|
+
margin-block-start: var(--space-8);
|
|
5271
5288
|
}
|
|
5272
5289
|
|
|
5273
5290
|
.categories-grid-module-C751R {
|
|
@@ -7459,32 +7476,28 @@ button.swiper-pagination-bullet {
|
|
|
7459
7476
|
white-space: pre;
|
|
7460
7477
|
}
|
|
7461
7478
|
|
|
7462
|
-
.edit-address-form-module-
|
|
7479
|
+
.edit-checkout-bill-to-address-form-module-UWk3T {
|
|
7463
7480
|
display: grid;
|
|
7464
7481
|
gap: var(--space-16);
|
|
7465
|
-
grid-template-columns:
|
|
7482
|
+
grid-template-columns: auto;
|
|
7466
7483
|
}
|
|
7467
7484
|
|
|
7468
|
-
.edit-address-form-module-
|
|
7485
|
+
.edit-checkout-bill-to-address-form-module-UWk3T .edit-checkout-bill-to-address-form-module-ajfl4 {
|
|
7469
7486
|
display: grid;
|
|
7470
7487
|
}
|
|
7471
7488
|
|
|
7472
|
-
@media (width >=
|
|
7489
|
+
@media (width >= 576px) {.edit-checkout-bill-to-address-form-module-UWk3T {
|
|
7473
7490
|
align-items: flex-start;
|
|
7474
7491
|
grid-template-columns: 1fr 1fr
|
|
7475
7492
|
}
|
|
7476
7493
|
|
|
7477
|
-
.edit-address-form-module-
|
|
7494
|
+
.edit-checkout-bill-to-address-form-module-UWk3T .edit-checkout-bill-to-address-form-module-ajfl4 {
|
|
7478
7495
|
display: grid;
|
|
7479
7496
|
grid-column: span 2;
|
|
7480
7497
|
}
|
|
7481
7498
|
}
|
|
7482
7499
|
|
|
7483
|
-
.edit-address-form-module-
|
|
7484
|
-
margin-block-start: var(--space-8);
|
|
7485
|
-
}
|
|
7486
|
-
|
|
7487
|
-
.edit-address-form-module-2bfdq {
|
|
7500
|
+
.edit-checkout-bill-to-address-form-module-jumWh {
|
|
7488
7501
|
display: flex;
|
|
7489
7502
|
flex-wrap: wrap;
|
|
7490
7503
|
align-items: center;
|