@rocketspark/domain-checker 0.0.34 → 1.0.2

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 (61) hide show
  1. package/.gitconfig +8 -0
  2. package/README.md +8 -3
  3. package/build/141.index.js +1 -1
  4. package/build/147.index.js +1 -1
  5. package/build/167.index.js +1 -1
  6. package/build/17.index.js +1 -1
  7. package/build/194.index.js +1 -1
  8. package/build/208.index.js +1 -1
  9. package/build/237.index.js +1 -1
  10. package/build/245.index.js +1 -1
  11. package/build/278.index.js +1 -1
  12. package/build/386.index.js +1 -1
  13. package/build/404.index.js +1 -1
  14. package/build/420.index.js +1 -1
  15. package/build/514.index.js +1 -1
  16. package/build/524.index.js +1 -1
  17. package/build/540.index.js +1 -1
  18. package/build/542.index.js +1 -1
  19. package/build/551.index.js +1 -1
  20. package/build/567.index.js +1 -1
  21. package/build/571.index.js +1 -1
  22. package/build/572.index.js +1 -1
  23. package/build/584.index.js +1 -1
  24. package/build/588.index.js +1 -1
  25. package/build/598.index.js +1 -1
  26. package/build/60.index.js +1 -1
  27. package/build/616.index.js +1 -1
  28. package/build/631.index.js +1 -1
  29. package/build/643.index.js +1 -1
  30. package/build/654.index.js +1 -1
  31. package/build/66.index.js +1 -1
  32. package/build/697.index.js +1 -1
  33. package/build/714.index.js +1 -1
  34. package/build/795.index.js +1 -1
  35. package/build/8.index.js +1 -1
  36. package/build/808.index.js +1 -1
  37. package/build/810.index.js +1 -1
  38. package/build/833.index.js +1 -1
  39. package/build/835.index.js +1 -1
  40. package/build/847.index.js +1 -1
  41. package/build/853.index.js +1 -1
  42. package/build/861.index.js +1 -1
  43. package/build/871.index.js +1 -1
  44. package/build/890.index.js +1 -1
  45. package/build/899.index.js +1 -1
  46. package/build/938.index.js +1 -1
  47. package/build/964.index.js +1 -1
  48. package/build/970.index.js +1 -1
  49. package/build/993.index.js +1 -1
  50. package/build/css/index.css +2 -2
  51. package/build/css/index.css.map +1 -1
  52. package/build/index.js +10 -3
  53. package/build/index.js.map +1 -1
  54. package/build/types/Components/Cart.d.ts +1 -0
  55. package/build/types/Helpers/Fetch.d.ts +7 -0
  56. package/build/types/Helpers/sanitize.d.ts +1 -0
  57. package/build/types/Helpers/templates.d.ts +3 -2
  58. package/build/types/Interfaces/class-names.d.ts +6 -0
  59. package/mprocs.yaml +1 -1
  60. package/package.json +4 -2
  61. package/webpack.config.demo.js +2 -2
package/.gitconfig ADDED
@@ -0,0 +1,8 @@
1
+ [url "git@rocketspark-github:rocketspark/"]
2
+ insteadOf = git@github.com:rocketspark/
3
+
4
+ [url "git@rocketspark-github:rocketspark/"]
5
+ insteadOf = github.com:rocketspark/
6
+
7
+ [url "git@rocketspark-github:rocketspark/"]
8
+ insteadOf = org-79610341@github.com:rocketspark/
package/README.md CHANGED
@@ -24,15 +24,20 @@ To develop locally, run the following commands:
24
24
  npm install
25
25
  mprocs
26
26
  ```
27
- This will open a hot dev server on port 9000.
27
+ This will open a hot dev server on port 6000.
28
+
29
+ If you are getting issues with pushing, try run this command to set your origin urls up correctly.
30
+ ```
31
+ git config --local include.path ../.gitconfig
32
+ ```
28
33
 
29
34
  ### Using in CMS
30
35
  To use the package in a CMS, start mprocs and put the following into a HTML block:
31
36
  ```
32
37
  <div class="rs-domain-check" data-locale="nz"></div>
33
38
 
34
- <script src="http://localhost:9001/index.js"></script>
35
- <link rel="stylesheet" href="http://localhost:9001/css/index.css" type="text/css" media="all">
39
+ <script src="http://localhost:8501/index.js"></script>
40
+ <link rel="stylesheet" href="http://localhost:8501/css/index.css" type="text/css" media="all">
36
41
  ```
37
42
  You should see the domain checker in the CMS.
38
43
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
package/build/17.index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
package/build/60.index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
package/build/66.index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
package/build/8.index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.34
3
+ * @rocketspark/domain-checker v1.0.2
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -8,5 +8,5 @@
8
8
  * This source code is licensed under the no license license found in the
9
9
  * LICENSE file in the root directory of this source tree.
10
10
  *
11
- */@import url(https://d1azc1qln24ryf.cloudfront.net/181725/Rocketspark/style-cf.css?ljlg3u);:root{--bone:#fcfbf9;--charcoal:#2c3035}#shadow.dc__checker-open{opacity:.2;pointer-events:none}.dc__checker{font-family:nymv,tenon,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dc__input-container{align-items:center;display:flex;gap:.25rem;position:relative;transition:opacity .15s ease-out;width:100%}.dc__domain-input{-webkit-appearance:none;background-color:var(--rs-color-white);background-image:none;border:none;border-radius:.25rem;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:inset 0 0 0 1px var(--rs-color-grey-light);color:var(--rs-color-heading);display:block;font-family:nymv,tenon,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:400;height:100%;line-height:140%;outline:none;width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:.6875rem .875rem;resize:none;transition:box-shadow .15s ease-out,background-color .15s ease-out}.dc__domain-input:hover{box-shadow:inset 0 0 0 1px var(--rs-color-grey)}.dc__domain-input:focus{background-color:var(--rs-color-white);box-shadow:inset 0 0 0 .125rem var(--rs-color-primary)}.dc__container .dc__domain-input{background-color:var(--bone);box-shadow:inset 0 0 0 1px var(--charcoal);color:var(--charcoal)}.dc__container .dc__domain-input:focus{background:#fff;box-shadow:inset 0 0 0 .125rem var(--charcoal);outline:none}.dc__input-container--searching{opacity:.5;pointer-events:none}.dc__search-button--custom{align-items:center;border-radius:.25rem;box-shadow:inset 0 0 0 1px var(--rs-color-grey-light);box-sizing:border-box;color:var(--rs-color-grey);cursor:pointer;display:flex;font-size:1rem;font-style:normal;font-weight:500;height:100%;justify-content:center;min-height:2.5rem;min-width:7rem;padding:.5625rem 1.5rem;resize:none;text-align:center;text-decoration:none;transition:box-shadow .25s ease-out;user-select:none;white-space:nowrap}.dc__search-button--custom:hover{box-shadow:inset 0 0 0 1px var(--rs-color-grey)}.dc__domain-container{container-name:domain-container;container-type:inline-size;height:100%;margin:auto;overflow-y:auto;padding-right:2.8125rem;width:70%}.dc__cart-container,.dc__domain-container{padding-top:4.375rem}.dc__cart-container{container-name:cart-container;container-type:inline-size;max-width:30rem;min-width:22rem;padding-left:1.5625rem;padding-right:1.5625rem;width:30%}.dc__cart{border:.125rem solid var(--rs-color-secondary-300);border-radius:1rem;padding:2.375rem 1.75rem 1.75rem}.dc__cart-rows-container{max-height:50vh;overflow-y:auto}.dc__cart-button{margin-top:1rem}.dc__cart-caption{color:var(--rs-color-grey-700);margin-top:1.25rem}.dc__cart-heading{font-size:1.4375rem;margin-bottom:.5rem;margin-top:0}.dc__cart-row{align-items:center;border-bottom:1px solid var(--rs-color-select-border);border-top:1px solid var(--rs-color-select-border);display:flex;gap:1rem;justify-content:space-between;padding:1.25rem 0}.dc__cart-row-remove{cursor:pointer;padding:.3125rem}.dc__cart-row-remove:hover{color:var(--rs-color-secondary)}.dc__cart-row+.dc__cart-row{border-bottom:1px solid var(--rs-color-select-border);border-top:none}.dc__cart-row__domain-details__container{align-items:center;display:flex;gap:2rem;justify-content:space-between;width:100%}.dc__cart-caption,.dc__cart-row__domain-details-name,.dc__cart-row__domain-details-url{font-size:1.125rem}.dc__cart-row__domain-details-price{font-size:1rem}.dc__cart-row__domain-details-url{word-break:break-all}.dc__cart-price-summary{color:var(--rs-color-grey-700);margin-bottom:0;margin-top:1rem;text-align:center}.dc__search-again{cursor:pointer;font-size:.875rem;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 40%);line-height:2em;opacity:0;padding-left:.5rem;pointer-events:none;position:absolute;right:8rem;transition:opacity .15s ease-out}.dc__search-again:hover{color:var(--rs-color-secondary-variant)}.dc__search-again--active{opacity:1;pointer-events:auto}.dc__popup-container{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:row;height:100vh;left:0;opacity:0;padding:0 4rem;position:fixed;top:0;transition:opacity .15s ease-out;width:100vw;z-index:998}.dc__popup-container,.dc__popup-container rs-button{font-family:nymv,tenon,Arial,sans-serif}.dc__popup-container--active{opacity:1}.dc__popup-search-container{margin-top:3.125rem}.dc__search-result-caption{color:var(--rs-color-secondary);font-size:1rem;margin-top:.5rem;opacity:0;transition:opacity .15s ease-out}.dc__search-result-caption__price{font-weight:600}.dc__search-result-caption--active{opacity:1}.dc__popup-close{cursor:pointer;padding:2.1875rem;position:absolute;right:0;top:0}.dc__popup-search-spinner{padding:.125rem}.dc__search-alternatives{margin-top:3.5rem;opacity:0;transition:opacity .15s ease-out;width:100%}.dc__search-alternatives--active{opacity:1}.dc__search-alternatives__header,.dc__search-alternatives__preferred-header{display:flex;gap:.5rem;justify-content:space-between;padding:0 0 1.5rem}.dc__search-alternatives__header{border-bottom:1px solid var(--rs-color-grey-light)}.dc__search-alternatives__preferred-header{border-bottom:none}.dc__search-alternatives__row{align-items:center;border-bottom:1px solid var(--rs-color-grey-light);cursor:pointer;display:flex;gap:1.25rem;justify-content:space-between;padding:1.5rem;transition:background-color .15s ease-out;user-select:none}.dc__search-alternatives__pricing-container{flex:1}.dc__search-alternatives__row-header-container{flex:2}.dc__search-alternatives__row:hover{background-color:var(--rs-color-select-background)}.dc__search-alternatives__row--unavailable{cursor:not-allowed}.dc__search-alternatives__row--unavailable .dc__search-alternatives__row-header{opacity:.2}.dc__search-alternatives__title{color:var(--rs-color-heading);font-size:1rem;font-weight:700}.dc__search-alternatives__content{color:var(--rs-color-secondary-300);font-size:.875rem;font-weight:400}.dc__search-alternatives__row-header{color:var(--rs-color-secondary-variant);font-size:1.25rem;font-weight:500;word-break:break-all}.dc__search-heading{color:var(--rs-color-heading);font-size:2.375rem;font-weight:600}.dc__search-alternatives__row-header-container{width:25%;word-break:break-all}.dc__search-preferred__row{border:.1875rem solid var(--rs-color-positive);border-radius:.5rem}.dc__search-preferred__pill{background-color:var(--rs-color-positive);border-radius:.375rem;box-sizing:border-box;color:var(--rs-color-white);display:inline-table;font-size:.75rem;height:1.25rem;letter-spacing:.0125rem;margin-bottom:.625rem;padding:.375rem .5rem;text-transform:uppercase}.dc__search-alternatives__pricing-container{flex-grow:1}.dc__search-alternatives__pricing{color:var(--rs-color-secondary-variant);font-size:1.125rem;font-weight:600}.dc__search-alternatives__pricing-discount{color:var(--rs-color-grey-300);font-size:1.125rem;font-weight:400;margin-right:.3125rem;text-decoration:line-through}.dc__search-alternatives__pricing-blurb{color:var(--rs-color-grey-700);font-size:.875rem;font-weight:400;margin-top:.25rem}.dc__get-it-now-button{align-items:center;border-radius:4.375rem;color:var(--rs-color-secondary-variant);display:flex;font-size:.9375rem;justify-content:center;letter-spacing:.0125rem;line-height:1.0625rem;min-height:.9375rem;min-width:6.25rem;padding:.9375rem 1.25rem;text-align:center;text-transform:uppercase}.dc__get-it-now-button--preferred{background-color:var(--rs-color-secondary);color:var(--rs-color-white)}.dc__get-it-now-button--preferred:hover{background-color:var(--rs-color-secondary-variant)}.dc__get-it-now-button--alternative{background-color:#f2ebe5;color:var(--rs-color-secondary-300)}.dc__get-it-now-button--alternative:hover{background-color:#e6dfd9;color:var(--rs-color-secondary-700)}.dc__get-it-now-button--selected{background-color:var(--rs-color-positive);color:var(--rs-color-white)}.dc__get-it-now-button--selected:hover{background-color:var(--rs-color-positive-700)}.dc__get-it-now-button--unavailable,.dc__get-it-now-button--unavailable:hover{background-color:transparent;color:var(--rs-color-negative)}.dc__search-alternatives__row .dc__get-it-now-button--loading{display:none}.dc__search-alternatives__row--fetching .dc__get-it-now-button--loading{align-items:center;display:block}.dc__search-alternatives__row--fetching .dc__search-alternatives__get-it-now{display:none}.dc__loading-bar-container{align-items:center;background-color:var(--rs-color-secondary-300);border-radius:.1875rem;cursor:wait;display:flex;overflow:hidden;width:100%}.dc__search-alternatives__row .dc__loading-bar-container{background-color:#f2ebe5}.dc__search-preferred__row .dc__loading-bar-container{background-color:var(--rs-color-secondary-variant)}.dc__loading-bar-container>*{width:100%}.dc__loading-bar{height:.3125rem;overflow:hidden;position:relative;width:100%}.dc__loading-bar,.dc__loading-bar:before{background-color:hsla(0,0%,100%,.5);border-radius:.1875rem}.dc__loading-bar:before{animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.dc__loading-bar:after,.dc__loading-bar:before{bottom:0;content:"";left:0;position:absolute;top:0;will-change:left,right}.dc__loading-bar:after{animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation-delay:1.15s;background-color:hsla(0,0%,100%,.5);border-radius:.1875rem}.dc__checkbox-container{border:1px solid #ddd;border-radius:.25rem;font-size:1.125rem;margin-top:.625rem;padding:1rem}.dc__checkbox-input{display:flex}.dc__checkbox-input,.dc__checkbox-label{vertical-align:middle}rs-checkbox>.dc__checkbox-label{cursor:pointer;font-family:nymv,tenon,Arial,sans-serif!important}@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@container domain-container (width < 740px){.dc__search-alternatives__row{gap:1rem}.alternatives__row{padding:1rem}}@container cart-container (width < 400px){.dc__cart-row{gap:2rem}.dc__cart-row__domain-details__container{align-items:flex-start;flex-direction:column;gap:.75rem}}@media (max-width:1020px){.dc__popup-container{display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:0 3rem}.dc__cart-container,.dc__domain-container{padding-top:3rem}.dc__cart-rows-container{max-height:20vh}.dc__domain-container{height:unset;overflow-y:unset;padding-bottom:60vh;padding-right:0;width:100%}.dc__cart-container{bottom:0;left:50%;margin-bottom:.3125rem;max-height:50vh;max-width:unset;padding-top:0;position:fixed;transform:translateX(-50%);width:95%}.dc__cart{background-color:#fff}@container cart-container (width <450px){.dc__cart-row__domain-details-price{display:none}.dc__cart-price-summary{display:none!important}}}@media (max-width:740px){.dc__cart{padding:1.5rem}.dc__cart-row{padding:.75rem}.dc__checkbox-container{border:1px solid #ddd;border-radius:.25rem;margin-top:.625rem;padding:.5rem}.dc__search-alternatives__pricing-container{text-align:center}.dc__search-alternatives__row{gap:.5rem}.dc__get-it-now-button{min-width:4rem}.dc__search-preferred__row{background-color:#e0ffe8;border-left:none;border-radius:0;border-right:none}.dc__search-preferred__row:hover{background-color:#e0ffe8}.dc__cart-container,.dc__popup-search-container,.dc__search-alternatives__header,.dc__search-alternatives__preferred-header,.dc__search-heading,.dc__search-result-caption{padding-left:1.5rem;padding-right:1.5rem}.dc__cart-container{width:95%}.dc__popup-container{padding:0}.dc__popup-close{padding:1rem}.dc__search-heading{font-size:1.5rem}.dc__popup-search-container{margin-top:1.5rem}.dc__search-alternatives__pricing-discount,.dc__search-alternatives__title,.dc__search-result-caption{font-size:.875rem}.dc__search-alternatives{margin-top:2rem}.dc__search-alternatives__content{font-size:.75rem}.dc__search-alternatives__pricing{font-size:.875rem;font-weight:400}.dc__search-alternatives__pricing-blurb{font-size:.875rem;margin-top:0}.dc__search-alternatives__row-header{font-size:1rem}.dc__get-it-now-button{font-size:.75rem;padding:.5rem 1rem}.dc__get-it-now-button--unavailable{justify-content:flex-start;padding:0}}:root{--rs-color-primary:#5a86f2;--rs-color-primary-300:#7ca1ff;--rs-color-primary-700:#537bde;--rs-color-secondary:#464a53;--rs-color-secondary-rgb:70,74,83;--rs-color-secondary-variant:#2c3035;--rs-color-secondary-variant-rgb:44,48,53;--rs-color-secondary-300:#595c64;--rs-color-secondary-700:#2c3035;--rs-color-positive:#51d58d;--rs-color-positive-100:#b2fdd1;--rs-color-positive-300:#65e399;--rs-color-positive-700:#59c887;--rs-color-grey:#748393;--rs-color-grey-300:#95a8bd;--rs-color-grey-700:#748393;--rs-color-grey-light:#c3d5e2;--rs-color-grey-light-rgb:195,213,226;--rs-color-positive-variant:#b2fdd1;--rs-color-white:#fff;--rs-color-light:#eef3f8;--rs-color-black:#111618;--rs-color-heading:#1b2348;--rs-color-negative:#f16564;--rs-color-neutral:#ffca81;--rs-color-highlight:#ffed00;--rs-color-transparent:transparent;--rs-color-select-border:#ddd;--rs-color-select-background:#f9f9f9;--rs-color-select-secondary:#e9ecec;--rs-shadow-task:0 1px 0.25rem rgba(var(--rs-color-grey-light-rgb),0.5);--rs-shadow-tooltip:0 0.3125rem 0.625rem rgba(var(--rs-color-secondary-rgb),0.2);--rs-shadow-popup:0 0.3125rem 0.9375rem rgba(var(--rs-color-secondary-rgb),0.25)}.rs-component-shadow--task{box-shadow:var(--rs-shadow-task)}.rs-component-shadow--tooltip{box-shadow:var(--rs-shadow-tooltip)}.rs-component-shadow--popup{box-shadow:var(--rs-shadow-popup)}
11
+ */@import url(https://d1azc1qln24ryf.cloudfront.net/181725/Rocketspark/style-cf.css?ljlg3u);:root{--bone:#fcfbf9;--charcoal:#2c3035}#shadow.dc__checker-open{opacity:.2;pointer-events:none}.dc__checker{font-family:nymv,tenon,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dc__input-container{align-items:center;display:flex;gap:.25rem;position:relative;transition:opacity .15s ease-out;width:100%}.dc__domain-input{-webkit-appearance:none;background-color:var(--rs-color-white);background-image:none;border:none;border-radius:.25rem;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:inset 0 0 0 1px var(--rs-color-grey-light);color:var(--rs-color-heading);display:block;font-family:nymv,tenon,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:400;height:100%;line-height:140%;outline:none;width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:.6875rem .875rem;resize:none;transition:box-shadow .15s ease-out,background-color .15s ease-out}.dc__domain-input:hover{box-shadow:inset 0 0 0 1px var(--rs-color-grey)}.dc__domain-input:focus{background-color:var(--rs-color-white);box-shadow:inset 0 0 0 .125rem var(--rs-color-primary)}.dc__container .dc__domain-input{background-color:var(--bone);box-shadow:inset 0 0 0 1px var(--charcoal);color:var(--charcoal)}.dc__container .dc__domain-input:focus{background:#fff;box-shadow:inset 0 0 0 .125rem var(--charcoal);outline:none}.dc__input-container--searching{opacity:.5;pointer-events:none}.dc__search-button--custom{align-items:center;border-radius:.25rem;box-shadow:inset 0 0 0 1px var(--rs-color-grey-light);box-sizing:border-box;color:var(--rs-color-grey);cursor:pointer;display:flex;font-size:1rem;font-style:normal;font-weight:500;height:100%;justify-content:center;min-height:2.5rem;min-width:7rem;padding:.5625rem 1.5rem;resize:none;text-align:center;text-decoration:none;transition:box-shadow .25s ease-out;user-select:none;white-space:nowrap}.dc__search-button--custom:hover{box-shadow:inset 0 0 0 1px var(--rs-color-grey)}.dc__domain-container{container-name:domain-container;container-type:inline-size;height:100%;margin:auto;overflow-y:auto;padding-right:2.8125rem;width:70%}.dc__cart-container,.dc__domain-container{margin:4.375rem 0}.dc__cart-container{container-name:cart-container;container-type:inline-size;justify-content:center;max-width:30rem;min-width:22rem;padding-left:1.5625rem;padding-right:1.5625rem;width:30%}.dc__cart,.dc__cart-container{display:flex;flex-direction:column}.dc__cart{border:.125rem solid var(--rs-color-secondary-300);border-radius:1rem;height:100%;padding:2.375rem 1.75rem 1.75rem}.dc__cart-rows-container{height:100%;overflow-y:auto}.dc__cart-button{margin-top:1rem}.dc__cart-caption{color:var(--rs-color-grey-700);margin-top:1.25rem}.dc__cart-header-container{align-items:center;display:flex;gap:.625rem;justify-content:space-between;margin-bottom:1rem}.dc__cart-header-collapse-button{display:none}.dc__cart-heading{font-size:1.4375rem;margin-top:0}.dc__cart-row{align-items:center;border-bottom:1px solid var(--rs-color-select-border);border-top:1px solid var(--rs-color-select-border);display:flex;gap:1rem;justify-content:space-between;padding:1.25rem 0}.dc__cart-row-remove{cursor:pointer;padding:.3125rem}.dc__cart-row-remove:hover{color:var(--rs-color-secondary)}.dc__cart-row+.dc__cart-row{border-bottom:1px solid var(--rs-color-select-border);border-top:none}.dc__cart-row__domain-details__container{align-items:flex-start;display:flex;flex-direction:column;gap:.625rem;justify-content:space-between;width:100%}.dc__cart-caption,.dc__cart-row__domain-details-name,.dc__cart-row__domain-details-url{font-size:1.125rem}.dc__cart-row__domain-details-price{align-items:center;display:flex;gap:.9375rem;justify-content:flex-start}.dc__cart-row__domain-details-price-dropdown-container{height:2rem;width:9.375rem}.dc__cart-row__domain-details-price-dropdown{width:9.375rem}.dc__cart-row__domain-details-price-discount{color:var(--rs-color-secondary-300);font-size:1rem;text-decoration:line-through}.dc__cart-row__domain-details-url{word-break:break-all}.dc__cart-price-summary{color:var(--rs-color-grey-700);margin-bottom:0;margin-top:1rem;text-align:center}.dc__search-again{cursor:pointer;font-size:.875rem;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 40%);line-height:2em;opacity:0;padding-left:.5rem;pointer-events:none;position:absolute;right:8rem;transition:opacity .15s ease-out}.dc__search-again:hover{color:var(--rs-color-secondary-variant)}.dc__search-again--active{opacity:1;pointer-events:auto}.dc__popup-container{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:row;height:100vh;left:0;opacity:0;padding:0 4rem;position:fixed;top:0;transition:opacity .15s ease-out;width:100vw;z-index:998}.dc__popup-container,.dc__popup-container rs-button{font-family:nymv,tenon,Arial,sans-serif}.dc__popup-container--active{opacity:1}.dc__popup-search-container{margin-top:3.125rem}.dc__search-result-caption{color:var(--rs-color-secondary);font-size:1rem;margin-top:.5rem;opacity:0;transition:opacity .15s ease-out}.dc__search-result-caption__price{font-weight:600}.dc__search-result-caption--active{opacity:1}.dc__popup-close{cursor:pointer;padding:2.1875rem;position:absolute;right:0;top:0}.dc__popup-search-spinner{padding:.125rem}.dc__search-alternatives{margin-top:3.5rem;opacity:0;transition:opacity .15s ease-out;width:100%}.dc__search-alternatives--active{opacity:1}.dc__search-alternatives__header,.dc__search-alternatives__preferred-header{display:flex;gap:.5rem;justify-content:space-between;padding:0 0 1.5rem}.dc__search-alternatives__header{border-bottom:1px solid var(--rs-color-grey-light)}.dc__search-alternatives__preferred-header{border-bottom:none}.dc__search-alternatives__row{align-items:center;border-bottom:1px solid var(--rs-color-grey-light);cursor:pointer;display:flex;gap:1.25rem;justify-content:space-between;padding:1.5rem;transition:background-color .15s ease-out;user-select:none}.dc__search-alternatives__pricing-container{flex:1}.dc__search-alternatives__row-header-container{flex:2}.dc__search-alternatives__row:hover{background-color:var(--rs-color-select-background)}.dc__search-alternatives__row--unavailable{cursor:not-allowed}.dc__search-alternatives__row--unavailable .dc__search-alternatives__row-header{opacity:.2}.dc__search-alternatives__title{color:var(--rs-color-heading);font-size:1rem;font-weight:700}.dc__search-alternatives__content{color:var(--rs-color-secondary-300);font-size:.875rem;font-weight:400}.dc__search-alternatives__row-header{color:var(--rs-color-secondary-variant);font-size:1.25rem;font-weight:500;word-break:break-all}.dc__search-heading{color:var(--rs-color-heading);font-size:2.375rem;font-weight:600}.dc__search-alternatives__row-header-container{width:25%;word-break:break-all}.dc__search-preferred__row{border:.1875rem solid var(--rs-color-positive);border-radius:.5rem}.dc__search-preferred__pill{background-color:var(--rs-color-positive);border-radius:.375rem;box-sizing:border-box;color:var(--rs-color-white);display:inline-table;font-size:.75rem;height:1.25rem;letter-spacing:.0125rem;margin-bottom:.625rem;padding:.375rem .5rem;text-transform:uppercase}.dc__search-alternatives__pricing-container{flex-grow:1}.dc__search-alternatives__pricing{color:var(--rs-color-secondary-variant);font-size:1.125rem;font-weight:600}.dc__search-alternatives__pricing-discount{color:var(--rs-color-grey-300);font-size:1.125rem;font-weight:400;margin-right:.3125rem;text-decoration:line-through}.dc__search-alternatives__pricing-blurb{color:var(--rs-color-grey-700);font-size:.875rem;font-weight:400;margin-top:.25rem}.dc__get-it-now-button{align-items:center;border-radius:4.375rem;color:var(--rs-color-secondary-variant);display:flex;font-size:.9375rem;justify-content:center;letter-spacing:.0125rem;line-height:1.0625rem;min-height:.9375rem;min-width:6.25rem;padding:.9375rem 1.25rem;text-align:center;text-transform:uppercase}.dc__get-it-now-button--preferred{background-color:var(--rs-color-secondary);color:var(--rs-color-white)}.dc__get-it-now-button--preferred:hover{background-color:var(--rs-color-secondary-variant)}.dc__get-it-now-button--alternative{background-color:#f2ebe5;color:var(--rs-color-secondary-300)}.dc__get-it-now-button--alternative:hover{background-color:#e6dfd9;color:var(--rs-color-secondary-700)}.dc__get-it-now-button--selected{background-color:var(--rs-color-positive);color:var(--rs-color-white)}.dc__get-it-now-button--selected:hover{background-color:var(--rs-color-positive-700)}.dc__get-it-now-button--unavailable,.dc__get-it-now-button--unavailable:hover{background-color:transparent;color:var(--rs-color-negative)}.dc__search-alternatives__row .dc__get-it-now-button--loading{display:none}.dc__search-alternatives__row--fetching .dc__get-it-now-button--loading{align-items:center;display:block}.dc__search-alternatives__row--fetching .dc__search-alternatives__get-it-now{display:none}.dc__loading-bar-container{align-items:center;background-color:var(--rs-color-secondary-300);border-radius:.1875rem;cursor:wait;display:flex;overflow:hidden;width:100%}.dc__search-alternatives__row .dc__loading-bar-container{background-color:#f2ebe5}.dc__search-preferred__row .dc__loading-bar-container{background-color:var(--rs-color-secondary-variant)}.dc__loading-bar-container>*{width:100%}.dc__loading-bar{height:.3125rem;overflow:hidden;position:relative;width:100%}.dc__loading-bar,.dc__loading-bar:before{background-color:hsla(0,0%,100%,.5);border-radius:.1875rem}.dc__loading-bar:before{animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.dc__loading-bar:after,.dc__loading-bar:before{bottom:0;content:"";left:0;position:absolute;top:0;will-change:left,right}.dc__loading-bar:after{animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation-delay:1.15s;background-color:hsla(0,0%,100%,.5);border-radius:.1875rem}.dc__checkbox-container{border:1px solid #ddd;border-radius:.25rem;font-size:1.125rem;margin-top:.625rem;padding:1rem}.dc__checkbox-input{display:flex}.dc__checkbox-input,.dc__checkbox-label{vertical-align:middle}rs-checkbox>.dc__checkbox-label{cursor:pointer;font-family:nymv,tenon,Arial,sans-serif!important}@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@container domain-container (width < 740px){.dc__search-alternatives__row{gap:1rem}.alternatives__row{padding:1rem}}@container cart-container (width < 400px){.dc__cart-row{gap:2rem}}@media (max-width:1020px){.dc__popup-container{display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:0 3rem}.dc__cart-container,.dc__domain-container{padding-top:3rem}.dc__cart-rows-container{max-height:40vh}.dc__domain-container{height:unset;overflow-y:unset;padding-bottom:60vh;padding-right:0;width:100%}.dc__cart-container{bottom:0;left:50%;margin-bottom:.3125rem;max-height:50vh;max-width:unset;padding:0;position:fixed;transform:translateX(-50%);width:95%}.dc__cart{background-color:#fff}@container cart-container (width <450px){.dc__cart-price-summary{display:none!important}}}@media (max-width:740px){.dc__cart{padding:1.5rem}.dc__cart-row{padding:.75rem}.dc__checkbox-container{border:1px solid #ddd;border-radius:.25rem;margin-top:.625rem;padding:.5rem}.dc__search-alternatives__pricing-container{text-align:center}.dc__search-alternatives__row{gap:.5rem}.dc__get-it-now-button{min-width:4rem}.dc__search-preferred__row{background-color:#e0ffe8;border-left:none;border-radius:0;border-right:none}.dc__search-preferred__row:hover{background-color:#e0ffe8}.dc__popup-search-container,.dc__search-alternatives__header,.dc__search-alternatives__preferred-header,.dc__search-heading,.dc__search-result-caption{padding-left:1.5rem;padding-right:1.5rem}.dc__cart-rows-container--collapsed{display:none}.dc__cart-rows-container{mask-image:linear-gradient(0deg,transparent 0,#000 5rem);-webkit-mask-image:linear-gradient(0deg,transparent 0,#000 5rem);padding-bottom:2.5rem}.dc__cart-header-collapse-button{cursor:pointer;display:block;margin-right:.75rem}.dc__cart-container{justify-content:flex-end;padding-left:1.5rem;padding-right:1.5rem;width:95%}.dc__popup-container{padding:0}.dc__popup-close{padding:1rem}.dc__search-heading{font-size:1.5rem}.dc__popup-search-container{margin-top:1.5rem}.dc__search-alternatives__pricing-discount,.dc__search-alternatives__title,.dc__search-result-caption{font-size:.875rem}.dc__search-alternatives{margin-top:2rem}.dc__search-alternatives__content{font-size:.75rem}.dc__search-alternatives__pricing{font-size:.875rem;font-weight:400}.dc__search-alternatives__pricing-blurb{font-size:.875rem;margin-top:0}.dc__search-alternatives__row-header{font-size:1rem}.dc__get-it-now-button{font-size:.75rem;padding:.5rem 1rem}.dc__get-it-now-button--unavailable{justify-content:flex-start;padding:0}}:root{--rs-color-primary:#5a86f2;--rs-color-primary-300:#7ca1ff;--rs-color-primary-700:#537bde;--rs-color-secondary:#464a53;--rs-color-secondary-rgb:70,74,83;--rs-color-secondary-variant:#2c3035;--rs-color-secondary-variant-rgb:44,48,53;--rs-color-secondary-300:#595c64;--rs-color-secondary-700:#2c3035;--rs-color-positive:#51d58d;--rs-color-positive-100:#b2fdd1;--rs-color-positive-300:#65e399;--rs-color-positive-700:#59c887;--rs-color-grey:#748393;--rs-color-grey-300:#95a8bd;--rs-color-grey-700:#748393;--rs-color-grey-light:#c3d5e2;--rs-color-grey-light-rgb:195,213,226;--rs-color-positive-variant:#b2fdd1;--rs-color-white:#fff;--rs-color-light:#eef3f8;--rs-color-black:#111618;--rs-color-heading:#1b2348;--rs-color-negative:#f16564;--rs-color-neutral:#ffca81;--rs-color-highlight:#ffed00;--rs-color-transparent:transparent;--rs-color-select-border:#ddd;--rs-color-select-background:#f9f9f9;--rs-color-select-secondary:#e9ecec;--rs-shadow-task:0 1px 0.25rem rgba(var(--rs-color-grey-light-rgb),0.5);--rs-shadow-tooltip:0 0.3125rem 0.625rem rgba(var(--rs-color-secondary-rgb),0.2);--rs-shadow-popup:0 0.3125rem 0.9375rem rgba(var(--rs-color-secondary-rgb),0.25)}.rs-component-shadow--task{box-shadow:var(--rs-shadow-task)}.rs-component-shadow--tooltip{box-shadow:var(--rs-shadow-tooltip)}.rs-component-shadow--popup{box-shadow:var(--rs-shadow-popup)}
12
12
  /*# sourceMappingURL=index.css.map*/