@adyen/adyen-web 6.23.0 → 6.24.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.
Files changed (83) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/adyen.css +3 -1
  3. package/dist/cjs/adyen.css.map +1 -1
  4. package/dist/cjs/index.cjs +1 -1
  5. package/dist/cjs/index.cjs.map +1 -1
  6. package/dist/cjs/index.d.cts +24 -5
  7. package/dist/es/adyen.css +3 -1
  8. package/dist/es/adyen.css.map +1 -1
  9. package/dist/es/components/Card/components/CardInput/components/CardFields.js +1 -1
  10. package/dist/es/components/Card/components/CardInput/components/CardFields.js.map +1 -1
  11. package/dist/es/components/Card/components/CardInput/components/ExpirationDate.js +1 -1
  12. package/dist/es/components/Card/components/CardInput/components/ExpirationDate.js.map +1 -1
  13. package/dist/es/components/Card/components/CardInput/components/StoredCardFields.js +1 -1
  14. package/dist/es/components/Card/components/CardInput/components/StoredCardFields.js.map +1 -1
  15. package/dist/es/components/Dropin/Dropin.js +1 -1
  16. package/dist/es/components/Dropin/Dropin.js.map +1 -1
  17. package/dist/es/components/Dropin/components/PaymentMethod/InstantPaymentMethods.js +1 -1
  18. package/dist/es/components/Dropin/components/PaymentMethod/InstantPaymentMethods.js.map +1 -1
  19. package/dist/es/components/PayPal/components/PaypalButtons.js +1 -1
  20. package/dist/es/components/PayPal/components/PaypalButtons.js.map +1 -1
  21. package/dist/es/components/PayPal/defaultProps.js +1 -1
  22. package/dist/es/components/PayPal/defaultProps.js.map +1 -1
  23. package/dist/es/components/ThreeDS2/ThreeDS2Challenge.js +1 -1
  24. package/dist/es/components/ThreeDS2/ThreeDS2Challenge.js.map +1 -1
  25. package/dist/es/components/ThreeDS2/ThreeDS2DeviceFingerprint.js +1 -1
  26. package/dist/es/components/ThreeDS2/ThreeDS2DeviceFingerprint.js.map +1 -1
  27. package/dist/es/components/ThreeDS2/components/Challenge/PrepareChallenge3DS2.js.map +1 -1
  28. package/dist/es/components/ThreeDS2/components/DeviceFingerprint/PrepareFingerprint3DS2.js.map +1 -1
  29. package/dist/es/components/ThreeDS2/components/utils.js +1 -1
  30. package/dist/es/components/ThreeDS2/components/utils.js.map +1 -1
  31. package/dist/es/components/helpers/QRLoaderContainer/QRLoaderContainer.js +1 -1
  32. package/dist/es/components/helpers/QRLoaderContainer/QRLoaderContainer.js.map +1 -1
  33. package/dist/es/components/internal/Address/Address.js +1 -1
  34. package/dist/es/components/internal/Address/Address.js.map +1 -1
  35. package/dist/es/components/internal/FormFields/Field/Field.js +1 -1
  36. package/dist/es/components/internal/FormFields/Field/Field.js.map +1 -1
  37. package/dist/es/components/internal/FormFields/Fieldset/Fieldset.js +1 -1
  38. package/dist/es/components/internal/FormFields/Fieldset/Fieldset.js.map +1 -1
  39. package/dist/es/components/internal/UIElement/UIElement.js +1 -1
  40. package/dist/es/components/internal/UIElement/UIElement.js.map +1 -1
  41. package/dist/es/core/ProcessResponse/PaymentAction/actionTypes.js +1 -1
  42. package/dist/es/core/ProcessResponse/PaymentAction/actionTypes.js.map +1 -1
  43. package/dist/es/core/config.js +1 -1
  44. package/dist/es/index.d.ts +24 -5
  45. package/dist/es-legacy/adyen.css +3 -1
  46. package/dist/es-legacy/adyen.css.map +1 -1
  47. package/dist/es-legacy/components/Card/components/CardInput/components/CardFields.js +1 -1
  48. package/dist/es-legacy/components/Card/components/CardInput/components/CardFields.js.map +1 -1
  49. package/dist/es-legacy/components/Card/components/CardInput/components/ExpirationDate.js +1 -1
  50. package/dist/es-legacy/components/Card/components/CardInput/components/ExpirationDate.js.map +1 -1
  51. package/dist/es-legacy/components/Card/components/CardInput/components/StoredCardFields.js +1 -1
  52. package/dist/es-legacy/components/Card/components/CardInput/components/StoredCardFields.js.map +1 -1
  53. package/dist/es-legacy/components/Dropin/Dropin.js +1 -1
  54. package/dist/es-legacy/components/Dropin/Dropin.js.map +1 -1
  55. package/dist/es-legacy/components/Dropin/components/PaymentMethod/InstantPaymentMethods.js +1 -1
  56. package/dist/es-legacy/components/Dropin/components/PaymentMethod/InstantPaymentMethods.js.map +1 -1
  57. package/dist/es-legacy/components/PayPal/components/PaypalButtons.js +1 -1
  58. package/dist/es-legacy/components/PayPal/components/PaypalButtons.js.map +1 -1
  59. package/dist/es-legacy/components/PayPal/defaultProps.js +1 -1
  60. package/dist/es-legacy/components/PayPal/defaultProps.js.map +1 -1
  61. package/dist/es-legacy/components/ThreeDS2/ThreeDS2Challenge.js +1 -1
  62. package/dist/es-legacy/components/ThreeDS2/ThreeDS2Challenge.js.map +1 -1
  63. package/dist/es-legacy/components/ThreeDS2/ThreeDS2DeviceFingerprint.js +1 -1
  64. package/dist/es-legacy/components/ThreeDS2/ThreeDS2DeviceFingerprint.js.map +1 -1
  65. package/dist/es-legacy/components/ThreeDS2/components/Challenge/PrepareChallenge3DS2.js.map +1 -1
  66. package/dist/es-legacy/components/ThreeDS2/components/DeviceFingerprint/PrepareFingerprint3DS2.js.map +1 -1
  67. package/dist/es-legacy/components/ThreeDS2/components/utils.js +1 -1
  68. package/dist/es-legacy/components/ThreeDS2/components/utils.js.map +1 -1
  69. package/dist/es-legacy/components/helpers/QRLoaderContainer/QRLoaderContainer.js +1 -1
  70. package/dist/es-legacy/components/helpers/QRLoaderContainer/QRLoaderContainer.js.map +1 -1
  71. package/dist/es-legacy/components/internal/Address/Address.js +1 -1
  72. package/dist/es-legacy/components/internal/Address/Address.js.map +1 -1
  73. package/dist/es-legacy/components/internal/FormFields/Field/Field.js +1 -1
  74. package/dist/es-legacy/components/internal/FormFields/Field/Field.js.map +1 -1
  75. package/dist/es-legacy/components/internal/FormFields/Fieldset/Fieldset.js +1 -1
  76. package/dist/es-legacy/components/internal/FormFields/Fieldset/Fieldset.js.map +1 -1
  77. package/dist/es-legacy/components/internal/UIElement/UIElement.js +1 -1
  78. package/dist/es-legacy/components/internal/UIElement/UIElement.js.map +1 -1
  79. package/dist/es-legacy/core/ProcessResponse/PaymentAction/actionTypes.js +1 -1
  80. package/dist/es-legacy/core/ProcessResponse/PaymentAction/actionTypes.js.map +1 -1
  81. package/dist/es-legacy/core/config.js +1 -1
  82. package/package.json +149 -157
  83. package/styles/adyen.css +3 -1
package/package.json CHANGED
@@ -1,161 +1,153 @@
1
1
  {
2
- "name": "@adyen/adyen-web",
3
- "version": "6.23.0",
4
- "license": "MIT",
5
- "homepage": "https://docs.adyen.com/checkout",
6
- "type": "module",
7
- "sideEffects": [
8
- "*.css",
9
- "./auto/auto.js",
10
- "./auto/auto.cjs"
11
- ],
12
- "main": "dist/cjs/index.cjs",
13
- "module": "dist/es-legacy/index.js",
14
- "types": "dist/es/index.d.ts",
15
- "style": "dist/es/adyen.css",
16
- "exports": {
17
- ".": {
18
- "import": {
19
- "types": "./dist/es/index.d.ts",
20
- "default": "./dist/es/index.js"
21
- },
22
- "require": {
23
- "types": "./dist/cjs/index.d.cts",
24
- "default": "./dist/cjs/index.cjs"
25
- }
2
+ "name": "@adyen/adyen-web",
3
+ "version": "6.24.0",
4
+ "license": "MIT",
5
+ "homepage": "https://docs.adyen.com/checkout",
6
+ "type": "module",
7
+ "sideEffects": [
8
+ "*.css",
9
+ "./auto/auto.js",
10
+ "./auto/auto.cjs"
11
+ ],
12
+ "main": "dist/cjs/index.cjs",
13
+ "module": "dist/es-legacy/index.js",
14
+ "types": "dist/es/index.d.ts",
15
+ "style": "dist/es/adyen.css",
16
+ "exports": {
17
+ ".": {
18
+ "import": {
19
+ "types": "./dist/es/index.d.ts",
20
+ "default": "./dist/es/index.js"
21
+ },
22
+ "require": {
23
+ "types": "./dist/cjs/index.d.cts",
24
+ "default": "./dist/cjs/index.cjs"
25
+ }
26
+ },
27
+ "./auto": {
28
+ "import": {
29
+ "types": "./auto/auto.d.ts",
30
+ "default": "./auto/auto.js"
31
+ },
32
+ "require": {
33
+ "types": "./auto/auto.d.cts",
34
+ "default": "./auto/auto.cjs"
35
+ }
36
+ },
37
+ "./styles/adyen.css": "./dist/es/adyen.css"
26
38
  },
27
- "./auto": {
28
- "import": {
29
- "types": "./auto/auto.d.ts",
30
- "default": "./auto/auto.js"
31
- },
32
- "require": {
33
- "types": "./auto/auto.d.cts",
34
- "default": "./auto/auto.cjs"
35
- }
39
+ "keywords": [
40
+ "adyen",
41
+ "adyen-web",
42
+ "checkout",
43
+ "payment",
44
+ "payments",
45
+ "components"
46
+ ],
47
+ "repository": "github:Adyen/adyen-web",
48
+ "bugs": {
49
+ "url": "https://support.adyen.com/"
36
50
  },
37
- "./styles/adyen.css": "./dist/es/adyen.css"
38
- },
39
- "keywords": [
40
- "adyen",
41
- "adyen-web",
42
- "checkout",
43
- "payment",
44
- "payments",
45
- "components"
46
- ],
47
- "repository": "github:Adyen/adyen-web",
48
- "bugs": {
49
- "url": "https://support.adyen.com/"
50
- },
51
- "files": [
52
- "auto/**",
53
- "dist/cjs/**",
54
- "dist/es/**",
55
- "dist/es-legacy/**",
56
- "styles/**",
57
- "LICENSE",
58
- "README"
59
- ],
60
- "scripts": {
61
- "start": "npm run dev-server",
62
- "story": "storybook dev --port 3020 --disable-telemetry",
63
- "dev-server": "rollup --watch --config config/rollup.dev.js",
64
- "build": "rm -rf dist/ && npm run lint && npm run lint-styles && npm run type-check && npm run build:types && rollup --config config/rollup.prod.js && rm -rf dist/temp-types",
65
- "build:types": "tsc --emitDeclarationOnly && node scripts/add-type-references.cjs",
66
- "docs:generate": "typedoc --out docs src --exclude \"**/*+(index|.test).ts\"",
67
- "start:storybook": "node .storybook/run.cjs",
68
- "build:storybook": "storybook build --disable-telemetry",
69
- "test": "jest --config config/jest.config.cjs",
70
- "test:watch": "npm run test -- --watchAll",
71
- "test:coverage": "npm run test -- --coverage",
72
- "type-check": "tsc --noEmit",
73
- "format": "npm run lint:fix && npm run prettier:fix && npm run styles:fix",
74
- "lint": "eslint .",
75
- "lint-styles": "stylelint \"**/*.scss\"",
76
- "styles:fix": "npm run lint-styles -- --fix",
77
- "lint:fix": "npm run lint -- --fix",
78
- "prettier:fix": "prettier \"src/**/*.{js,ts,tsx}\" \"package.json\" --write --loglevel silent",
79
- "prepublishOnly": "npm run build && rm -rf ./styles && mkdir ./styles && cp ./dist/es/adyen.css ./styles/adyen.css",
80
- "prepare": "cd ../.. && husky packages/lib/.husky",
81
- "size": "npm run build && size-limit"
82
- },
83
- "devDependencies": {
84
- "@adyen/bento-design-tokens": "1.10.0",
85
- "@eslint/js": "9.32.0",
86
- "@preact/preset-vite": "2.10.2",
87
- "@rollup/plugin-commonjs": "28.0.6",
88
- "@rollup/plugin-eslint": "9.0.5",
89
- "@rollup/plugin-json": "6.1.0",
90
- "@rollup/plugin-node-resolve": "16.0.1",
91
- "@rollup/plugin-replace": "6.0.2",
92
- "@rollup/plugin-terser": "0.4.4",
93
- "@size-limit/preset-big-lib": "11.2.0",
94
- "@storybook/addon-a11y": "8.6.12",
95
- "@storybook/addon-essentials": "8.6.12",
96
- "@storybook/manager-api": "8.6.12",
97
- "@storybook/preact": "8.6.12",
98
- "@storybook/preact-vite": "8.6.12",
99
- "@swc/core": "1.13.5",
100
- "@testing-library/jest-dom": "6.8.0",
101
- "@testing-library/preact": "3.2.4",
102
- "@testing-library/preact-hooks": "1.1.0",
103
- "@testing-library/user-event": "14.6.1",
104
- "@types/jest": "29.5.14",
105
- "autoprefixer": "10.4.21",
106
- "cross-env": "10.0.0",
107
- "cssnano": "7.1.1",
108
- "dotenv": "17.2.2",
109
- "enzyme": "3.11.0",
110
- "enzyme-adapter-preact-pure": "4.1.0",
111
- "eslint": "9.32.0",
112
- "eslint-plugin-import": "2.32.0",
113
- "eslint-plugin-jsx-a11y": "6.10.2",
114
- "eslint-plugin-react": "7.37.5",
115
- "eslint-plugin-storybook": "0.12.0",
116
- "eslint-plugin-testing-library": "7.8.0",
117
- "globals": "16.4.0",
118
- "husky": "9.1.7",
119
- "jest": "29.7.0",
120
- "jest-environment-jsdom": "29.7.0",
121
- "jest-fixed-jsdom": "^0.0.10",
122
- "jest-mock-extended": "3.0.7",
123
- "lint-staged": "15.5.1",
124
- "msw": "2.10.4",
125
- "msw-storybook-addon": "2.0.5",
126
- "postcss": "8.5.6",
127
- "rollup": "4.50.2",
128
- "rollup-plugin-dts": "6.2.3",
129
- "rollup-plugin-postcss": "4.0.2",
130
- "rollup-plugin-stylelint": "1.0.0",
131
- "rollup-plugin-swc3": "0.12.1",
132
- "sass": "1.77.8",
133
- "size-limit": "11.2.0",
134
- "storybook": "8.6.12",
135
- "stylelint": "16.23.1",
136
- "stylelint-config-standard-scss": "13.1.0",
137
- "ts-jest": "29.4.2",
138
- "tslib": "2.8.1",
139
- "typescript": "5.5.3",
140
- "typescript-eslint": "7.18.0",
141
- "vite": "6.3.6",
142
- "vite-plugin-stylelint": "6.0.2",
143
- "whatwg-fetch": "3.6.20"
144
- },
145
- "dependencies": {
146
- "@types/applepayjs": "14.0.9",
147
- "@types/googlepay": "0.7.7",
148
- "classnames": "2.5.1",
149
- "preact": "10.22.1"
150
- },
151
- "lint-staged": {
152
- "*.{js,jsx,ts,tsx}": "eslint",
153
- "*.{scss,css}": "stylelint",
154
- "*.{js,jsx,ts,tsx,html,md}": "prettier --write"
155
- },
156
- "msw": {
157
- "workerDirectory": [
158
- "storybook/public"
159
- ]
160
- }
51
+ "files": [
52
+ "auto/**",
53
+ "dist/cjs/**",
54
+ "dist/es/**",
55
+ "dist/es-legacy/**",
56
+ "styles/**",
57
+ "LICENSE",
58
+ "README"
59
+ ],
60
+ "scripts": {
61
+ "start": "yarn run dev-server",
62
+ "story": "storybook dev --port 3020 --disable-telemetry",
63
+ "dev-server": "rollup --watch --config config/rollup.dev.js",
64
+ "build": "rm -rf dist/ && yarn run lint && yarn run lint-styles && yarn run type-check && yarn run build:types && rollup --config config/rollup.prod.js && rm -rf dist/temp-types",
65
+ "build:types": "tsc --emitDeclarationOnly && node scripts/add-type-references.cjs",
66
+ "docs:generate": "typedoc --out docs src --exclude \"**/*+(index|.test).ts\"",
67
+ "start:storybook": "node .storybook/run.cjs",
68
+ "build:storybook": "storybook build --disable-telemetry",
69
+ "test": "jest --config config/jest.config.cjs",
70
+ "test:watch": "yarn run test --watchAll",
71
+ "test:coverage": "yarn run test --coverage",
72
+ "type-check": "tsc --noEmit",
73
+ "format": "yarn run lint:fix && yarn run prettier:fix && yarn run styles:fix",
74
+ "lint": "eslint .",
75
+ "lint-styles": "stylelint \"**/*.scss\"",
76
+ "styles:fix": "yarn run lint-styles --fix",
77
+ "lint:fix": "yarn run lint --fix",
78
+ "prettier:fix": "prettier \"src/**/*.{js,jsx,ts,tsx,html,md}\" \"package.json\" --write --loglevel silent",
79
+ "prepublishOnly": "yarn run build && rm -rf ./styles && mkdir ./styles && cp ./dist/es/adyen.css ./styles/adyen.css",
80
+ "size": "yarn run build && size-limit",
81
+ "validate:fix": "lint-staged"
82
+ },
83
+ "devDependencies": {
84
+ "@adyen/bento-design-tokens": "1.10.0",
85
+ "@eslint/js": "9.35.0",
86
+ "@preact/preset-vite": "2.10.2",
87
+ "@rollup/plugin-commonjs": "28.0.6",
88
+ "@rollup/plugin-eslint": "9.0.5",
89
+ "@rollup/plugin-json": "6.1.0",
90
+ "@rollup/plugin-node-resolve": "16.0.1",
91
+ "@rollup/plugin-replace": "6.0.2",
92
+ "@rollup/plugin-terser": "0.4.4",
93
+ "@size-limit/preset-big-lib": "11.2.0",
94
+ "@storybook/addon-a11y": "8.6.12",
95
+ "@storybook/addon-essentials": "8.6.12",
96
+ "@storybook/manager-api": "8.6.12",
97
+ "@storybook/preact": "8.6.12",
98
+ "@storybook/preact-vite": "8.6.12",
99
+ "@swc/core": "1.13.5",
100
+ "@testing-library/jest-dom": "6.8.0",
101
+ "@testing-library/preact": "3.2.4",
102
+ "@testing-library/preact-hooks": "1.1.0",
103
+ "@testing-library/user-event": "14.6.1",
104
+ "@types/jest": "29.5.14",
105
+ "autoprefixer": "10.4.21",
106
+ "cssnano": "7.1.1",
107
+ "dotenv": "17.2.2",
108
+ "enzyme": "3.11.0",
109
+ "enzyme-adapter-preact-pure": "4.1.0",
110
+ "eslint": "9.35.0",
111
+ "eslint-plugin-import": "2.32.0",
112
+ "eslint-plugin-jsx-a11y": "6.10.2",
113
+ "eslint-plugin-react": "7.37.5",
114
+ "eslint-plugin-storybook": "0.12.0",
115
+ "eslint-plugin-testing-library": "7.8.0",
116
+ "globals": "16.4.0",
117
+ "jest": "29.7.0",
118
+ "jest-environment-jsdom": "29.7.0",
119
+ "jest-fixed-jsdom": "^0.0.10",
120
+ "jest-mock-extended": "3.0.7",
121
+ "msw": "2.10.4",
122
+ "msw-storybook-addon": "2.0.5",
123
+ "postcss": "8.5.6",
124
+ "rollup": "4.50.2",
125
+ "rollup-plugin-dts": "6.2.3",
126
+ "rollup-plugin-postcss": "4.0.2",
127
+ "rollup-plugin-stylelint": "1.0.0",
128
+ "rollup-plugin-swc3": "0.12.1",
129
+ "sass": "1.77.8",
130
+ "size-limit": "11.2.0",
131
+ "storybook": "8.6.12",
132
+ "stylelint": "16.24.0",
133
+ "stylelint-config-standard-scss": "13.1.0",
134
+ "ts-jest": "29.4.4",
135
+ "tslib": "2.8.1",
136
+ "typescript": "5.5.3",
137
+ "typescript-eslint": "7.18.0",
138
+ "vite": "6.3.6",
139
+ "vite-plugin-stylelint": "6.0.2",
140
+ "whatwg-fetch": "3.6.20"
141
+ },
142
+ "dependencies": {
143
+ "@types/applepayjs": "14.0.9",
144
+ "@types/googlepay": "0.7.7",
145
+ "classnames": "2.5.1",
146
+ "preact": "10.22.1"
147
+ },
148
+ "msw": {
149
+ "workerDirectory": [
150
+ "storybook/public"
151
+ ]
152
+ }
161
153
  }
package/styles/adyen.css CHANGED
@@ -4,7 +4,7 @@
4
4
  .loading-input__form{opacity:1}.loading-input__form--loading{opacity:0}.loading-input__spinner{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.loading-input__spinner--active{display:block}
5
5
  .adyen-checkout__field{display:block;margin-bottom:var(--adyen-sdk-spacer-070,16px);width:100%}.adyen-checkout__field-static-value{background-color:var(--adyen-sdk-color-background-primary-hover,#f7f7f8);border-radius:var(--adyen-sdk-border-radius-s,4px);color:var(--adyen-sdk-color-background-inverse-primary,#00112c);display:flex;font-size:var(--adyen-sdk-text-body-font-size,.875rem);font-weight:var(--adyen-sdk-text-body-font-weight,400);height:28px;line-height:var(--adyen-sdk-text-body-line-height,20px);margin-left:var(--adyen-sdk-spacer-020,4px);padding:var(--adyen-sdk-spacer-020,4px) var(--adyen-sdk-spacer-030,6px)}.adyen-checkout__field--no-borders .adyen-checkout__input-wrapper{background-color:transparent;border:none;box-shadow:none}.adyen-checkout__field--no-borders .adyen-checkout__input-wrapper:active,.adyen-checkout__field--no-borders .adyen-checkout__input-wrapper:active:hover,.adyen-checkout__field--no-borders .adyen-checkout__input-wrapper:focus-within,.adyen-checkout__field--no-borders .adyen-checkout__input-wrapper:focus-within:hover{border:none;box-shadow:none}.adyen-checkout__field--no-borders .adyen-checkout__input-wrapper:hover{border:none;box-shadow:none}@media (min-width:480px){.adyen-checkout__field--20{width:20%}.adyen-checkout__field--30{width:30%}.adyen-checkout__field--40{width:40%}.adyen-checkout__field--50{width:50%}.adyen-checkout__field--60{width:60%}.adyen-checkout__field--70{width:70%}.adyen-checkout__field--80{width:80%}.adyen-checkout__field--col-20{width:calc(20% - var(--adyen-sdk-spacer-040, 8px))}.adyen-checkout__field--col-30{width:calc(30% - var(--adyen-sdk-spacer-040, 8px))}.adyen-checkout__field--col-40{width:calc(40% - var(--adyen-sdk-spacer-040, 8px))}.adyen-checkout__field--col-50{width:calc(50% - var(--adyen-sdk-spacer-040, 8px))}.adyen-checkout__field--col-60{width:calc(60% - var(--adyen-sdk-spacer-040, 8px))}.adyen-checkout__field--col-70{width:calc(70% - var(--adyen-sdk-spacer-040, 8px))}.adyen-checkout__field--col-80{width:calc(80% - var(--adyen-sdk-spacer-040, 8px))}}.adyen-checkout__input-wrapper{align-items:center;background:var(--adyen-sdk-color-background-primary,#ffffff);border:var(--adyen-sdk-border-width-s,1px) solid var(--adyen-sdk-color-outline-primary,#dbdee2);border-radius:var(--adyen-sdk-border-radius-m,8px);display:flex;position:relative}.adyen-checkout__input-wrapper div,.adyen-checkout__input-wrapper input,.adyen-checkout__input-wrapper span{border-radius:inherit}.adyen-checkout__input-wrapper button,.adyen-checkout__input-wrapper div,.adyen-checkout__input-wrapper input{border:none}.adyen-checkout__input-wrapper:active,.adyen-checkout__input-wrapper:active:hover,.adyen-checkout__input-wrapper:focus-within,.adyen-checkout__input-wrapper:focus-within:hover{border-color:var(--adyen-sdk-color-outline-primary-active,#00112c);box-shadow:0 0 0 .5px var(--adyen-sdk-color-outline-primary-active,#00112c)}.adyen-checkout__input-wrapper:hover{border-color:var(--adyen-sdk-color-outline-tertiary,#8d95a3)}.adyen-checkout__field--inactive>.adyen-checkout__input-wrapper{background:var(--adyen-sdk-color-background-disabled,#eeeff1);border-color:transparent}.adyen-checkout__field--error>:not(.adyen-checkout__label--focused)+.adyen-checkout__input-wrapper:not(:focus-within,:active){border-color:var(--adyen-sdk-color-outline-critical,#e22d2d)}.adyen-checkout__label{display:block;position:relative}.adyen-checkout__label--focused+.adyen-checkout__input-wrapper{border-color:var(--adyen-sdk-color-outline-primary-active,#00112c);box-shadow:0 0 0 .5px var(--adyen-sdk-color-outline-primary-active,#00112c)}.adyen-checkout__label--disabled+.adyen-checkout__input-wrapper{background:var(--adyen-sdk-color-background-disabled,#eeeff1);border-color:transparent}.adyen-checkout__helper-text{color:var(--adyen-sdk-color-label-primary,#00112c);display:block;font-size:var(--adyen-sdk-text-caption-font-size,.75rem);font-weight:var(--adyen-sdk-text-body-font-weight,400);line-height:var(--adyen-sdk-text-caption-line-height,18px);margin-bottom:var(--adyen-sdk-spacer-020,4px)}.adyen-checkout__label-adornment--end{position:absolute;right:0;top:0}.adyen-checkout__label__text{color:var(--adyen-sdk-color-label-primary,#00112c);display:block;font-size:var(--adyen-sdk-text-body-font-size,.875rem);font-weight:var(--adyen-sdk-text-body-font-weight,400);line-height:var(--adyen-sdk-text-body-line-height,20px);margin-bottom:var(--adyen-sdk-spacer-020,4px);overflow:hidden;text-overflow:ellipsis;transition:color .1s ease-out;white-space:nowrap}.adyen-checkout__label__text--error{color:var(--adyen-sdk-color-label-critical,#c72727)}.adyen-checkout__label--focused .adyen-checkout__label__text{color:var(--adyen-sdk-color-label-primary,#00112c)}.adyen-checkout-contextual-text,.adyen-checkout-contextual-text--error{align-items:center;color:var(--adyen-sdk-color-label-primary,#00112c);display:flex;font-size:var(--adyen-sdk-text-caption-font-size,.75rem);font-weight:var(--adyen-sdk-text-body-font-weight,400);line-height:var(--adyen-sdk-text-caption-line-height,18px);margin-top:var(--adyen-sdk-spacer-020,4px);opacity:1;transition:margin .2s ease-out,opacity .2s ease-out}.adyen-checkout-contextual-text--error{color:var(--adyen-sdk-color-label-critical,#c72727)}.adyen-checkout-contextual-text--hidden{height:0;margin:0;opacity:0}
6
6
  .adyen-checkout__filter-input:-webkit-autofill,.adyen-checkout__input:-webkit-autofill{color:var(--adyen-sdk-color-label-primary,#00112c)!important;-webkit-text-fill-color:var(--adyen-sdk-color-label-primary,#00112c)!important;-webkit-background-clip:text!important;background-clip:text!important;background-color:var(--adyen-sdk-color-label-primary,#00112c)!important;box-shadow:0 0 0 1000px var(--adyen-sdk-color-background-primary,#ffffff) inset!important;-webkit-transition:none!important;transition:none!important}.adyen-checkout__filter-input:-webkit-autofill,.adyen-checkout__filter-input:-webkit-autofill:active,.adyen-checkout__filter-input:-webkit-autofill:focus,.adyen-checkout__filter-input:-webkit-autofill:hover,.adyen-checkout__filter-input:autofill,.adyen-checkout__input:-webkit-autofill,.adyen-checkout__input:-webkit-autofill:active,.adyen-checkout__input:-webkit-autofill:focus,.adyen-checkout__input:-webkit-autofill:hover,.adyen-checkout__input:autofill{color:var(--adyen-sdk-color-label-primary,#00112c)!important;-webkit-text-fill-color:var(--adyen-sdk-color-label-primary,#00112c)!important;-webkit-background-clip:text!important;background-clip:text!important;background-color:var(--adyen-sdk-color-label-primary,#00112c)!important;box-shadow:0 0 0 1000px var(--adyen-sdk-color-background-primary,#ffffff) inset!important;-webkit-transition:none!important;transition:none!important}.adyen-checkout__filter-input,.adyen-checkout__input{-webkit-background-clip:text!important;background-clip:text!important;color:var(--adyen-sdk-color-label-primary,#00112c)!important}.adyen-checkout__field-wrapper{display:flex;width:100%}.adyen-checkout__field-wrapper>.adyen-checkout__field:first-child{margin-right:var(--adyen-sdk-spacer-040,8px)}[dir=rtl] .adyen-checkout__field-wrapper>.adyen-checkout__field:first-child{margin-left:var(--adyen-sdk-spacer-040,8px);margin-right:0}.adyen-checkout__field-wrapper>.adyen-checkout__field:nth-child(2){margin-left:var(--adyen-sdk-spacer-040,8px)}[dir=rtl] .adyen-checkout__field-wrapper>.adyen-checkout__field:nth-child(2){margin-left:0;margin-right:var(--adyen-sdk-spacer-040,8px)}.adyen-checkout__field-wrapper:last-of-type>.adyen-checkout__field{margin-bottom:0}.adyen-checkout__input{background:inherit;color:var(--adyen-sdk-color-label-primary,#00112c);display:block;font-family:inherit;font-size:var(--adyen-sdk-text-subtitle-font-size,1rem);height:var(--adyen-sdk-spacer-110,40px);outline:none;padding-left:var(--adyen-sdk-spacer-060,12px);transition:border .2s ease-out,box-shadow .2s ease-out;width:100%}.adyen-checkout__input:required{box-shadow:none}.adyen-checkout__input:-moz-read-only{color:var(--adyen-sdk-color-label-secondary,#5c687c)!important;cursor:default}.adyen-checkout__input:disabled,.adyen-checkout__input:read-only{color:var(--adyen-sdk-color-label-secondary,#5c687c)!important;cursor:default}span.adyen-checkout__input{overflow:hidden}.adyen-checkout-input__inline-validation{height:var(--adyen-sdk-spacer-070,16px);margin-right:var(--adyen-sdk-spacer-060,12px);width:var(--adyen-sdk-spacer-070,16px)}[dir=rtl] .adyen-checkout-input__inline-validation{margin-left:var(--adyen-sdk-spacer-060,12px)}.adyen-checkout-input__inline-validation>.adyen-checkout__icon{display:block}.adyen-checkout-input__inline-validation--valid{color:var(--adyen-sdk-color-label-success,#07893c)}.adyen-checkout-input__inline-validation--invalid{color:var(--adyen-sdk-color-label-critical,#c72727)}.adyen-checkout__input--date{padding:.5em}
7
- .adyen-checkout__fieldset{border:none;display:block;margin-inline-end:0;margin-inline-start:0;margin:0;padding-block-start:0;padding-bottom:var(--adyen-sdk-spacer-040,8px);padding-block-end:0;padding-inline-end:0;padding-inline-start:0;width:100%}.adyen-checkout__fieldset__description{color:var(--adyen-sdk-color-label-secondary,#5c687c);font-size:var(--adyen-sdk-text-body-font-size,.875rem);font-weight:var(--adyen-sdk-text-body-font-weight,400);line-height:1.5;list-style-type:disc;margin:0}.adyen-checkout__fieldset:last-of-type{padding-bottom:0}.adyen-checkout__fieldset+.adyen-checkout__fieldset{margin-top:var(--adyen-sdk-spacer-070,16px)}.adyen-checkout__fieldset__title{color:var(--adyen-sdk-color-label-primary,#00112c);display:block;font-size:var(--adyen-sdk-text-subtitle-font-size,1rem);font-weight:var(--adyen-sdk-text-subtitle-stronger-font-weight,600);font-weight:var(--adyen-sdk-text-subtitle-font-weight,500);line-height:var(--adyen-sdk-text-subtitle-line-height,26px);margin:0;padding:0 0 var(--adyen-sdk-spacer-060,12px)}.adyen-checkout__fieldset__title:has(+.adyen-checkout__fieldset__description){padding:0}.adyen-checkout__field-group,.adyen-checkout__fieldset__fields{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}@media (min-width:480px){.adyen-checkout__field-group:last-of-type .adyen-checkout__field{margin-bottom:0}}.adyen-checkout__field-group:last-of-type .adyen-checkout__field:last-of-type,:not(.adyen-checkout__field-group)>.adyen-checkout__field:last-of-type{margin-bottom:0}.adyen-checkout__fieldset--readonly .adyen-checkout__fieldset__fields{color:var(--adyen-sdk-color-label-primary,#00112c);font-size:var(--adyen-sdk-text-body-font-size,.875rem);line-height:var(--adyen-sdk-text-caption-line-height,18px);margin:0}
7
+ .adyen-checkout__fieldset{border:none;display:block;margin-inline-end:0;margin-inline-start:0;margin:0;padding-block-start:0;padding-bottom:var(--adyen-sdk-spacer-040,8px);padding-block-end:0;padding-inline-end:0;padding-inline-start:0;width:100%}.adyen-checkout__fieldset__description{color:var(--adyen-sdk-color-label-secondary,#5c687c);font-size:var(--adyen-sdk-text-body-font-size,.875rem);font-weight:var(--adyen-sdk-text-body-font-weight,400);line-height:1.5;list-style-type:disc;margin:0}.adyen-checkout__fieldset:last-of-type{padding-bottom:0}.adyen-checkout__fieldset+.adyen-checkout__fieldset{margin-top:var(--adyen-sdk-spacer-070,16px)}.adyen-checkout__fieldset__title{color:var(--adyen-sdk-color-label-primary,#00112c);display:block;font-size:var(--adyen-sdk-text-subtitle-font-size,1rem);font-weight:var(--adyen-sdk-text-subtitle-stronger-font-weight,600);font-weight:var(--adyen-sdk-text-subtitle-font-weight,500);line-height:var(--adyen-sdk-text-subtitle-line-height,26px);margin:0;padding:0 0 var(--adyen-sdk-spacer-060,12px)}.adyen-checkout__fieldset__title:has(+.adyen-checkout__fieldset__description){padding:0}.adyen-checkout__fieldset__fields{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.adyen-checkout__fieldset__fields>.adyen-checkout__field:last-of-type{margin-bottom:0}.adyen-checkout__fieldset--readonly .adyen-checkout__fieldset__fields{color:var(--adyen-sdk-color-label-primary,#00112c);font-size:var(--adyen-sdk-text-body-font-size,.875rem);line-height:var(--adyen-sdk-text-caption-line-height,18px);margin:0}
8
8
  .adyen-checkout__radio_group+.adyen-checkout-input__inline-validation{display:none}.adyen-checkout__radio_group__input{opacity:0;position:absolute}.adyen-checkout__radio_group__label{color:inherit;display:block;font-size:var(--adyen-sdk-text-body-font-size,.875rem);font-weight:400;line-height:var(--adyen-sdk-text-body-line-height,20px);margin:0;overflow:visible;padding-bottom:0;padding-left:var(--adyen-sdk-spacer-090,24px);position:relative}.adyen-checkout__label--focused .adyen-checkout__radio_group__label{color:inherit}.adyen-checkout__radio_group__label:before{background-color:var(--adyen-sdk-color-background-primary,#ffffff);border:var(--adyen-sdk-border-width-s,1px) solid var(--adyen-sdk-color-outline-tertiary,#8d95a3);border-radius:50%;content:"";height:var(--adyen-sdk-spacer-070,16px);left:0;position:absolute;top:var(--adyen-sdk-spacer-010,2px);transition:border-color .2s ease-out,box-shadow .2s ease-out;width:var(--adyen-sdk-spacer-070,16px)}.adyen-checkout__radio_group__label:hover:before{box-shadow:0 0 0 var(--adyen-sdk-spacer-010,2px) var(--adyen-sdk-color-outline-primary-hover,#c9cdd3);cursor:pointer}.adyen-checkout__radio_group__label:after{background-color:var(--adyen-sdk-color-background-primary,#ffffff);border-radius:50%;box-shadow:0 1px 1px rgba(0,15,45,.25);content:"";display:block;height:var(--adyen-sdk-spacer-030,6px);left:5px;margin:0 auto;position:absolute;top:7px;transform:scale(0);transition:transform .2s ease-out;width:var(--adyen-sdk-spacer-030,6px)}.adyen-checkout__radio_group__label:hover{border-color:var(--adyen-sdk-color-label-primary,#00112c);cursor:pointer}.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:before,.adyen-checkout__radio_group__label--selected{background-color:var(--adyen-sdk-color-label-primary,#00112c);border:0;transition:all .2s ease-out}.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:after{transform:scale(1)}.adyen-checkout__radio_group__input:focus+.adyen-checkout__radio_group__label:before{border-color:var(--adyen-sdk-color-label-primary,#00112c)}.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:hover:before,.adyen-checkout__radio_group__input:checked:active+.adyen-checkout__radio_group__label:before,.adyen-checkout__radio_group__input:checked:focus+.adyen-checkout__radio_group__label:before,.adyen-checkout__radio_group__input:focus+.adyen-checkout__radio_group__label:before{box-shadow:0 0 0 var(--adyen-sdk-spacer-010,2px) var(--adyen-sdk-color-outline-tertiary,#8d95a3)}.adyen-checkout__radio_group__label.adyen-checkout__radio_group__label--invalid:before{border:var(--adyen-sdk-border-width-s,1px) solid var(--adyen-sdk-color-outline-critical,#e22d2d)}.adyen-checkout__radio_group--button{align-items:flex-start;align-self:stretch;display:flex;flex-wrap:wrap;gap:var(--adyen-sdk-spacer-070,16px);width:100%}.adyen-checkout__radio_group--button .adyen-checkout__radio_group__input-wrapper{display:flex;flex:1 0 0}.adyen-checkout__radio_group--button .adyen-checkout__radio_group__label:after{left:calc(var(--adyen-sdk-spacer-060, 12px) + 5px);position:absolute;top:calc(50% - var(--adyen-sdk-spacer-030, 6px)/2)}.adyen-checkout__radio_group--button .adyen-checkout__radio_group__label:before{left:calc(var(--adyen-sdk-spacer-060, 12px));position:absolute;top:calc(50% - var(--adyen-sdk-spacer-070, 16px)/2)}.adyen-checkout__radio_group--button .adyen-checkout__radio_group__label{background-color:var(--adyen-sdk-color-background-primary,#ffffff);border:var(--adyen-sdk-border-width-s,1px) solid var(--adyen-sdk-color-outline-primary,#dbdee2);border-radius:var(--adyen-sdk-border-radius-m,8px);padding:var(--adyen-sdk-spacer-060,12px);padding-left:calc(var(--adyen-sdk-spacer-060, 12px) + var(--adyen-sdk-spacer-090, 24px));width:100%}.adyen-checkout__radio_group--button .adyen-checkout__radio_group__input+.adyen-checkout__radio_group__label:hover,.adyen-checkout__radio_group--button .adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label{border-color:var(--adyen-sdk-color-outline-primary-active,#00112c)}.adyen-checkout__radio_group--button .adyen-checkout__radio_group__input:checked:active+.adyen-checkout__radio_group__label,.adyen-checkout__radio_group--button .adyen-checkout__radio_group__input:checked:focus+.adyen-checkout__radio_group__label{border-color:var(--adyen-sdk-color-outline-primary-active,#00112c);box-shadow:0 0 0 .5px var(--adyen-sdk-color-outline-primary-active,#00112c)}
9
9
  .adyen-checkout__image{opacity:0;transition:opacity .6s ease-out}.adyen-checkout__image--loaded{opacity:1}
10
10
  .adyen-checkout__dropdown__button-icon--left{flex-direction:row-reverse;justify-content:flex-end}.adyen-checkout__dropdown__button-icon--left>img{margin-left:0;margin-right:var(--adyen-sdk-spacer-060,12px)}.adyen-checkout__dropdown{max-width:100%;position:relative}.adyen-checkout__dropdown,.adyen-checkout__dropdown__button{font-size:var(--adyen-sdk-text-subtitle-font-size,1rem);width:100%}.adyen-checkout__dropdown__button{align-items:center;background:inherit;border-radius:inherit;color:var(--adyen-sdk-color-label-primary,#00112c);cursor:pointer;display:flex;height:var(--adyen-sdk-spacer-110,40px);line-height:var(--adyen-sdk-text-body-line-height,20px);outline:0;padding:0 var(--adyen-sdk-spacer-060,12px);text-decoration:none;transition:border .2s ease-out,box-shadow .2s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}[dir=rtl] .adyen-checkout__dropdown__button{padding:7px var(--adyen-sdk-spacer-060,12px) 7px var(--adyen-sdk-spacer-090,24px)}.adyen-checkout__dropdown__button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%2300112c' fill-rule='evenodd' d='M4.47 6.47a.75.75 0 0 1 1.06 0L8 8.94l2.47-2.47a.75.75 0 0 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 0 1 0-1.06' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:var(--adyen-sdk-spacer-030,6px);position:absolute;right:var(--adyen-sdk-spacer-070,16px);width:var(--adyen-sdk-spacer-040,8px)}[dir=rtl] .adyen-checkout__dropdown__button:after{left:var(--adyen-sdk-spacer-070,16px);right:auto}.adyen-checkout__dropdown__button--active:after{transform:rotate(180deg)}.adyen-checkout__dropdown__button--disabled{opacity:.4}.adyen-checkout__dropdown__button--readonly,.adyen-checkout__dropdown__button--readonly--active,.adyen-checkout__dropdown__button--readonly:focus,.adyen-checkout__dropdown__button--readonly:hover{background:var(--adyen-sdk-color-background-disabled,#eeeff1);border-color:transparent;color:var(--adyen-sdk-color-label-primary,#00112c);cursor:not-allowed}.adyen-checkout__dropdown__button--readonly:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' fill='none' viewBox='0 0 8 7'%3E%3Cpath fill='%23b9c4c9' d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6z'/%3E%3C/svg%3E")}.adyen-checkout__dropdown__button--invalid{border-color:var(--adyen-sdk-color-outline-critical,#e22d2d)}.adyen-checkout__dropdown__button__icon{border-radius:3px;height:26px;margin-right:var(--adyen-sdk-spacer-060,12px);max-width:var(--adyen-sdk-spacer-110,40px)}.adyen-checkout__dropdown__button__text{flex-grow:1;overflow:hidden;pointer-events:none;text-align:left;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__dropdown__button__text-placeholder{color:var(--adyen-sdk-color-label-secondary,#5c687c)}.adyen-checkout__dropdown__button__secondary-text{margin-right:var(--adyen-sdk-spacer-070,16px)}.adyen-checkout__filter-input{background:inherit;border:0;color:var(--adyen-sdk-color-label-primary,#00112c);font-family:inherit;font-size:var(--adyen-sdk-text-subtitle-font-size,1rem);height:100%;padding:0;width:100%}.adyen-checkout__filter-input:active,.adyen-checkout__filter-input:focus{outline:0}.adyen-checkout__filter-input[readonly]{border-color:transparent;color:var(--adyen-sdk-color-label-secondary,#5c687c)!important;cursor:not-allowed}.adyen-checkout__dropdown__list{background:var(--adyen-sdk-color-background-primary,#ffffff);border-radius:var(--adyen-sdk-border-radius-m,8px);box-shadow:0 var(--adyen-sdk-spacer-010,2px) 7px rgba(0,15,45,.3);display:none;list-style:none;margin:0 0 var(--adyen-sdk-spacer-120,48px);max-height:375px;overflow-y:auto;padding:0;position:absolute;width:100%;z-index:2}.adyen-checkout__dropdown__list.adyen-checkout__dropdown__list--active{display:block;margin-top:var(--adyen-sdk-spacer-010,2px)}.adyen-checkout__dropdown__element{align-items:center;border:var(--adyen-sdk-border-width-s,1px) solid transparent;cursor:pointer;display:flex;font-size:var(--adyen-sdk-text-body-font-size,.875rem);hyphens:auto;line-height:var(--adyen-sdk-text-body-line-height,20px);outline:0;padding:var(--adyen-sdk-spacer-040,8px);transition:background .2s ease-out,border-color .2s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;word-break:break-word}.adyen-checkout__dropdown__element .adyen-checkout__icon{position:absolute;right:var(--adyen-sdk-spacer-040,8px)}.adyen-checkout__dropdown__element:last-child{border-bottom:0}.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active{background:rgba(230,233,235,.6)}.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected{background:rgba(0,102,255,.1)}.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:active,.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:focus,.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:hover{background:rgba(0,102,255,.15)}.adyen-checkout__dropdown__element--disabled{cursor:not-allowed;opacity:.4}.adyen-checkout__dropdown__element__icon{border-radius:var(--adyen-sdk-border-radius-s,4px);margin-right:var(--adyen-sdk-spacer-060,12px);max-height:26px;max-width:var(--adyen-sdk-spacer-110,40px)}.adyen-checkout__dropdown__element__text{flex-grow:1}.adyen-checkout__dropdown__element__secondary-text:not(:last-child){margin-right:var(--adyen-sdk-spacer-040,8px)}.adyen-checkout__dropdown__element__flag{margin-left:var(--adyen-sdk-spacer-040,8px);margin-right:var(--adyen-sdk-spacer-050,10px);max-height:18px;max-width:27px}.adyen-checkout__dropdown+.adyen-checkout-input__inline-validation{right:var(--adyen-sdk-spacer-100,32px)}
@@ -13,9 +13,11 @@
13
13
  .adyen-checkout-link{--text-decoration:none;color:var(--adyen-sdk-color-label-highlight,#0070f5);-webkit-text-decoration:var(--text-decoration);text-decoration:var(--text-decoration)}.adyen-checkout-link:focus-visible{outline:none}.adyen-checkout-link:active,.adyen-checkout-link:hover{--text-decoration:underline}.adyen-checkout-link:focus-visible{border-radius:var(--adyen-sdk-border-radius-xs,2px);box-shadow:0 0 0 1px #fff,0 0 0 3px var(--adyen-sdk-focus-ring-color,rgba(0,112,245,.8));transition:.1s cubic-bezier(.785,.135,.15,.86)}
14
14
  .adyen-checkout__card__dual-branding__icons{display:flex;pointer-events:auto}.adyen-checkout__card__dual-branding__icons .adyen-checkout__card__cardNumber__brandIcon{cursor:inherit;opacity:1}.adyen-checkout__card__dual-branding__icons .adyen-checkout__card__cardNumber__brandIcon:first-child{right:var(--adyen-sdk-spacer-110,40px)}
15
15
  .adyen-checkout__card__brands{display:flex;flex-basis:auto;flex-shrink:1;flex-wrap:wrap;margin-bottom:var(--adyen-sdk-spacer-060,12px);margin-top:-12px;min-height:var(--adyen-sdk-spacer-090,24px);transition:all .3s ease-out}.adyen-checkout__card__brands__brand-wrapper{border-radius:var(--adyen-sdk-border-radius-s,4px);box-shadow:var(--adyen-sdk-shadow-low,0 2px 4px rgba(0,17,44,.04),0 1px 2px rgba(0,17,44,.02));display:inline-block;height:var(--adyen-sdk-spacer-070,16px);margin:var(--adyen-sdk-spacer-020,4px) var(--adyen-sdk-spacer-010,2px);overflow:hidden;position:relative;width:var(--adyen-sdk-spacer-090,24px)}.adyen-checkout__card__brands--hidden{margin:-8px 0 8px;max-height:0;min-height:0;opacity:0}.adyen-checkout__card__brands img{display:block;height:auto;margin:0;padding:0;width:100%}
16
+ .adyen-checkout__card__exp-cvc{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.adyen-checkout__card__exp-cvc>.adyen-checkout__field:last-of-type{margin-bottom:0}@media (min-width:480px){.adyen-checkout__card__exp-cvc .adyen-checkout__field{margin-bottom:0}}
16
17
  .adyen-checkout__checkbox{display:flex;width:100%}.adyen-checkout__checkbox__label{color:var(--adyen-sdk-color-label-primary,#00112c);cursor:pointer;display:inline-block;flex:1;font-size:var(--adyen-sdk-text-body-font-size,.875rem);font-weight:400;line-height:var(--adyen-sdk-text-caption-line-height,18px);padding-left:var(--adyen-sdk-spacer-090,24px);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}[dir=rtl] .adyen-checkout__checkbox__label{padding-left:0;padding-right:var(--adyen-sdk-spacer-090,24px)}.adyen-checkout__checkbox__input{opacity:0;pointer-events:none;position:absolute}.adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label:before{opacity:1}.adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label:after{background-color:var(--adyen-sdk-color-label-primary,#00112c);border:var(--adyen-sdk-border-width-s,1px) solid var(--adyen-sdk-color-label-primary,#00112c)}.adyen-checkout__checkbox__input:checked:hover+.adyen-checkout__checkbox__label:after{border-color:var(--adyen-sdk-color-label-primary,#00112c);box-shadow:0 0 0 var(--adyen-sdk-spacer-010,2px) var(--adyen-sdk-color-outline-tertiary,#8d95a3)}.adyen-checkout__checkbox__input:focus+.adyen-checkout__checkbox__label:after{border:var(--adyen-sdk-border-width-s,1px) solid var(--adyen-sdk-color-label-primary,#00112c);box-shadow:0 0 0 var(--adyen-sdk-spacer-010,2px) var(--adyen-sdk-color-outline-tertiary,#8d95a3)}.adyen-checkout__checkbox__input:hover:not(:focus)+.adyen-checkout__checkbox__label:after{border-color:var(--adyen-sdk-color-outline-tertiary,#8d95a3);box-shadow:0 0 0 var(--adyen-sdk-spacer-010,2px) var(--adyen-sdk-color-outline-primary-hover,#c9cdd3)}.adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:before{border-bottom:var(--adyen-sdk-spacer-010,2px) solid var(--adyen-sdk-color-label-on-color,#ffffff);border-left:1px solid transparent;border-radius:0 var(--adyen-sdk-spacer-010,2px) 1px;border-right:var(--adyen-sdk-spacer-010,2px) solid var(--adyen-sdk-color-label-on-color,#ffffff);border-top:1px solid transparent;content:"";height:11px;left:1px;opacity:0;position:absolute;top:var(--adyen-sdk-spacer-010,2px);transform:rotate(37deg);transform-origin:100% 100%;transition:opacity .2s ease-out;width:var(--adyen-sdk-spacer-030,6px);z-index:1}[dir=rtl] .adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:before{left:auto;right:var(--adyen-sdk-spacer-040,8px)}.adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:after{background-color:var(--adyen-sdk-color-background-primary,#ffffff);border:var(--adyen-sdk-border-width-s,1px) solid var(--adyen-sdk-color-outline-primary,#dbdee2);border-radius:var(--adyen-sdk-border-radius-s,4px);content:"";height:var(--adyen-sdk-spacer-070,16px);left:0;position:absolute;top:0;transition:background .15s ease-out,border .05s ease-out,box-shadow .1s ease-out;width:var(--adyen-sdk-spacer-070,16px);z-index:0}[dir=rtl] .adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:after{left:auto;right:0}.adyen-checkout__field--consentCheckbox{align-items:center;background:var(--adyen-sdk-color-background-primary,#ffffff);border:var(--adyen-sdk-border-width-s,1px) solid var(--adyen-sdk-color-outline-primary,#dbdee2);border-radius:var(--adyen-sdk-border-radius-m,8px);display:flex}.adyen-checkout__field--consentCheckbox,[dir=rtl] .adyen-checkout__field--consentCheckbox{padding:var(--adyen-sdk-spacer-060,12px) var(--adyen-sdk-spacer-070,16px)}.adyen-checkout__field--consentCheckbox .adyen-checkout__input-wrapper{background-color:transparent;border:none;box-shadow:none;flex:1;justify-content:space-between}.adyen-checkout__field--consentCheckbox .adyen-checkout__input-wrapper:active,.adyen-checkout__field--consentCheckbox .adyen-checkout__input-wrapper:active:hover,.adyen-checkout__field--consentCheckbox .adyen-checkout__input-wrapper:focus-within,.adyen-checkout__field--consentCheckbox .adyen-checkout__input-wrapper:focus-within:hover{box-shadow:none}.adyen-checkout__field--consentCheckbox.adyen-checkout__field--error{border-color:var(--adyen-sdk-color-outline-critical,#e22d2d)}.adyen-checkout__field--consentCheckbox .adyen-checkout-input__inline-validation{margin-right:0}[dir=rtl] .adyen-checkout__field--consentCheckbox .adyen-checkout-input__inline-validation{margin-left:0}
17
18
  .adyen-checkout__store-details{align-items:center;background:var(--adyen-sdk-color-background-primary,#ffffff);border:var(--adyen-sdk-border-width-s,1px) solid var(--adyen-sdk-color-outline-primary,#dbdee2);border-radius:var(--adyen-sdk-border-radius-m,8px);display:flex;gap:var(--adyen-sdk-spacer-060,12px);margin-top:var(--adyen-sdk-spacer-070,16px);padding:var(--adyen-sdk-spacer-060,12px) var(--adyen-sdk-spacer-070,16px)}
18
19
  .adyen-checkout__address-search{position:relative}.adyen-checkout__address-search .adyen-checkout__dropdown__button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23687282' d='M6.5 11.9a4.5 4.5 0 0 0 2.6-.83l2.77 2.74c.13.13.3.19.48.19.38 0 .65-.29.65-.66a.63.63 0 0 0-.19-.46l-2.75-2.73a4.4 4.4 0 0 0 .92-2.7 4.48 4.48 0 0 0-8.98 0 4.48 4.48 0 0 0 4.5 4.45m0-.96a3.53 3.53 0 0 1-3.53-3.49 3.52 3.52 0 0 1 7.04 0c0 1.9-1.59 3.49-3.52 3.49Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:var(--adyen-sdk-spacer-070,16px);left:var(--adyen-sdk-spacer-060,12px);position:absolute;width:var(--adyen-sdk-spacer-070,16px)}.adyen-checkout__address-search .adyen-checkout__dropdown__button--active:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%2300112c' d='M6.5 11.9a4.5 4.5 0 0 0 2.6-.83l2.77 2.74c.13.13.3.19.48.19.38 0 .65-.29.65-.66a.63.63 0 0 0-.19-.46l-2.75-2.73a4.4 4.4 0 0 0 .92-2.7 4.48 4.48 0 0 0-8.98 0 4.48 4.48 0 0 0 4.5 4.45m0-.96a3.53 3.53 0 0 1-3.53-3.49 3.52 3.52 0 0 1 7.04 0c0 1.9-1.59 3.49-3.52 3.49Z'/%3E%3C/svg%3E");transform:none}.adyen-checkout__address-search .adyen-checkout__filter-input{padding-left:calc(var(--adyen-sdk-spacer-040, 8px) + var(--adyen-sdk-spacer-070, 16px));position:relative}.adyen-checkout__address-search__manual-add{position:absolute;right:0;top:0}.adyen-checkout__address-search__manual-add .adyen-checkout__address-search__manual-add__button{border:0;padding:0}
20
+ .adyen-checkout__fieldset--address .adyen-checkout__field-group{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}@media (min-width:480px){.adyen-checkout__fieldset--address .adyen-checkout__field-group:last-of-type .adyen-checkout__field{margin-bottom:0}}.adyen-checkout__fieldset--address .adyen-checkout__field-group:last-of-type .adyen-checkout__field:last-of-type{margin-bottom:0}
19
21
  .adyen-checkout__input-icon{border-radius:var(--adyen-sdk-border-radius-s,4px);height:18px;margin-right:var(--adyen-sdk-spacer-060,12px);width:27px}.adyen-checkout__input-icon--hidden{display:none}.adyen-checkout__input-icon--no-radio-icon{margin-left:calc(var(--adyen-sdk-spacer-090, 24px)*-1)}
20
22
  .adyen-checkout__radio_group__label--no-radio{color:inherit;display:block;font-size:var(--adyen-sdk-text-body-font-size,.875rem);font-weight:400;line-height:var(--adyen-sdk-text-body-line-height,20px);margin:0;overflow:visible;padding-bottom:0;padding-left:var(--adyen-sdk-spacer-090,24px);position:relative}.adyen-checkout__radio_group__label--no-radio:hover{border-color:var(--adyen-sdk-color-label-primary,#00112c);cursor:pointer}.adyen-checkout__label--focused .adyen-checkout__radio_group__label--no-radio{color:inherit}.adyen-checkout__radio_group__label--no-radio.adyen-checkout__radio_group__label--no-radio--invalid{color:var(--adyen-sdk-color-outline-critical,#e22d2d)}.adyen-checkout__radio_group--button .adyen-checkout__radio_group__label--no-radio{background-color:var(--adyen-sdk-color-background-primary,#ffffff);border:var(--adyen-sdk-border-width-s,1px) solid var(--adyen-sdk-color-outline-primary,#dbdee2);border-radius:var(--adyen-sdk-border-radius-m,8px);padding:var(--adyen-sdk-spacer-060,12px);padding-left:calc(var(--adyen-sdk-spacer-060, 12px) + var(--adyen-sdk-spacer-090, 24px));width:100%}.adyen-checkout__radio_group--button .adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label--no-radio{border-color:var(--adyen-sdk-color-outline-primary-active,#00112c);box-shadow:0 0 0 .5px var(--adyen-sdk-color-outline-primary-active,#00112c)}.adyen-checkout__radio_group--button .adyen-checkout__radio_group__input+.adyen-checkout__radio_group__label--no-radio:hover{border-color:var(--adyen-sdk-color-outline-primary-active,#00112c)}.adyen-checkout__radio_group--button .adyen-checkout__radio_group__input:checked:active+.adyen-checkout__radio_group__label--no-radio,.adyen-checkout__radio_group--button .adyen-checkout__radio_group__input:checked:focus+.adyen-checkout__radio_group__label--no-radio{border-color:var(--adyen-sdk-color-outline-primary-active,#00112c);box-shadow:0 0 0 .5px var(--adyen-sdk-color-outline-primary-active,#00112c)}.adyen-checkout__radio_group--button .adyen-checkout__radio_group__input:checked:focus+.adyen-checkout__radio_group__label--no-radio{outline:var(--adyen-sdk-border-width-m,2px) solid var(--adyen-sdk-color-outline-primary-active,#00112c)}.adyen-checkout__radio_group--button .adyen-checkout__radio_group-extended__label-wrapper{display:flex}.adyen-checkout__radio_group--button .adyen-checkout__radio_group-extended__label-wrapper .adyen-checkout__radio_group-extended__label{width:100%}.adyen-checkout__radio_group--button .adyen-checkout__radio_group-extended__label-wrapper .adyen-checkout-input__inline-validation{display:none;margin-right:var(--adyen-sdk-spacer-000,0)}.adyen-checkout__radio_group--button .adyen-checkout__radio_group-extended__label-wrapper .adyen-checkout-input__inline-validation.adyen-checkout-input__inline-validation--valid{display:block;margin-left:var(--adyen-sdk-spacer-040,8px);margin-top:1px}@media (max-width:480px){.adyen-checkout__radio_group__input-wrapper.adyen-checkout__field--50{min-width:100%}}
21
23
  .adyen-checkout-form-instruction{color:var(--adyen-sdk-color-label-primary,#00112c);font-size:var(--adyen-sdk-text-caption-font-size,.75rem);font-weight:var(--adyen-sdk-text-body-font-weight,400);line-height:var(--adyen-sdk-text-caption-line-height,18px);margin-bottom:var(--adyen-sdk-spacer-070,16px);margin-top:0}[dir=rtl] .adyen-checkout-form-instruction{padding-right:0}