html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none;
  }
  
  * {
    box-sizing: border-box !important;
    font-family: "Inter", sans-serif;
    padding: 0;
  }
  
  body {
    padding: 0;
    margin: 0;
    background-color: #F1F1F1;
  }
  
  button {
    border: unset;
    cursor: pointer;
  }
  
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  
  p {
    margin: unset;
  }
  
  div.btn-holder {
    height: 28.4px !important;
    width: auto;
    display: grid;
    place-items: center;
  }
  
  .btn-dark {
    display: inline-flex;
    padding: 6px 12px;
    align-items: center;
    gap: 8px;
    color: #E3E3E3;
    border: unset;
    outline: unset;
    border-radius: 6px;
    border-top: 1.5px solid rgba(225, 225, 225, 0.2);
    border-right: 1.5px solid rgba(225, 225, 225, 0.2);
    border-left: 1.5px solid rgba(225, 225, 225, 0.2);
    background: #404040;
    box-shadow: 0px 2px 0px 0px #000, 0px 0px 0px 1.5px #333, 0px 1px 0px 1.5px #333;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    outline-offset: 6px;
    transition: outline-offset 0.2s ease;
  }
  .btn-dark:hover, .btn-dark.store-label[aria-expanded=true], .btn-dark.notify-icon[aria-expanded=true] {
    box-shadow: 0px 2px 0px 0px #000, 0px 0px 0px 1.5px #404040, 0px 1px 0px 1.5px #404040;
  }
  .btn-dark:focus {
    outline: 2px solid #005BD3;
    outline-offset: 4px;
  }
  .btn-dark:active {
    background: #2B2B2B;
    border: unset;
    padding: 7px 13px;
    padding-top: 6px;
    box-shadow: 0px 0px 0px 1.5px #333, 0px 3px 0px 0px #000 inset !important;
    outline: unset !important;
  }
  
  .btn-light {
    display: inline-flex;
    padding: 6px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: unset;
    background: #FFF;
    color: #303030;
    box-shadow: 0px 1px 0px 0px #B5B5B5;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    outline-offset: 8px;
    transition: outline-offset 0.2s ease;
  }
  .btn-light:hover, .btn-light.store-label[aria-expanded=true], .btn-light.notify-icon[aria-expanded=true] {
    background: #F7F7F7;
  }
  .btn-light:focus {
    outline: 2px solid #005BD3;
    outline-offset: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: unset;
    box-shadow: 0px 1px 0px 0px #B5B5B5;
  }
  .btn-light:active {
    background: #F7F7F7;
    box-shadow: 0px 2px 1.5px 0px #E2E2E2 inset;
    outline: unset !important;
    border: unset;
    padding: 6.5px 13px;
  }
  
  div.btn-title-holder {
    height: 18.2px !important;
    width: -moz-fit-content;
    width: fit-content;
    display: grid;
    place-items: center;
  }
  
  div.btn-icon-holder {
    height: 24px !important;
    width: 24px;
    display: grid;
    place-items: center;
  }
  
  .header-dropdown {
    opacity: 0;
    position: fixed;
    width: calc(100% - 32px);
    top: 50px;
    right: 0;
    margin: 0 16px;
    z-index: 10;
    height: 0;
    overflow: hidden;
    transition: top 0.3s ease, opacity 0.3s ease;
  }
  .header-dropdown.show-dropdown {
    display: block;
  }
  .header-dropdown.hide-dropdown {
    display: none;
  }
  @media only screen and (min-width: 600px) {
    .header-dropdown {
      width: 383px;
      right: 16px;
      margin: unset;
    }
  }
  
  .btn-flat {
    display: inline-flex;
    padding: 6px 12px;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    border-radius: 6px;
    background: unset;
    color: #303030;
    position: relative;
    border: unset;
    outline-offset: 6px;
    transition: outline-offset 0.2s ease;
  }
  .btn-flat:hover, .btn-flat.store-label[aria-expanded=true], .btn-flat.notify-icon[aria-expanded=true] {
    background: #E7E7E7;
  }
  .btn-flat:focus {
    outline: 2px solid #005BD3;
    outline-offset: 4px;
    z-index: 2;
  }
  .btn-flat:active {
    background: #E0E0E0;
    outline: unset !important;
  }
  
  .notify-icon {
    display: inline-flex;
    padding: 6px;
    align-items: center;
    gap: 8px;
    color: #fff;
    background: unset;
    border-radius: 8px;
    outline-offset: 8px;
    transition: outline-offset 0.2s ease;
  }
  @media only screen and (min-width: 600px) {
    .notify-icon {
      background: #303030;
    }
  }
  .notify-icon:hover, .notify-icon[aria-expanded=true] {
    background: #616161;
  }
  .notify-icon:focus {
    background: #656266;
    outline: 2px solid #005BD3;
    outline-offset: 2px;
  }
  .notify-icon:active {
    background: #656266;
    outline: unset !important;
  }
  .notify-icon.active ~ .notifications {
    display: block;
  }
  .notify-icon[aria-expanded=true] ~ [aria-labelledby=notifications-toggle-btn] {
    opacity: 1;
    top: 68px;
    height: auto;
    transition: top 0.3s ease, opacity 0.3s ease;
    overflow: unset;
  }
  @media only screen and (min-width: 600px) {
    .notify-icon[aria-expanded=true] ~ [aria-labelledby=notifications-toggle-btn] {
      top: 64px;
    }
  }
  .notify-icon[aria-expanded=true] ~ [aria-labelledby=notifications-toggle-btn] a {
    display: flex;
  }
  .notify-icon[aria-expanded=false] ~ [aria-labelledby=notifications-toggle-btn] a, .notify-icon[aria-expanded=false] ~ [aria-labelledby=notifications-toggle-btn] button {
    display: none;
  }
  
  .menu-link {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    border-radius: 8px;
    color: #303030;
    background: #fff;
    text-decoration: none;
    outline-offset: 4px;
    transition: outline-offset 0.2s ease, background 0.2s ease;
  }
  .menu-link:focus {
    background-color: #FFF;
    outline: 2px solid #005BD3;
    outline-offset: 0px;
  }
  .menu-link:hover, .menu-link.store-label[aria-expanded=true], .menu-link.notify-icon[aria-expanded=true], .menu-link:active {
    background: #F1F1F1;
    outline: unset;
  }
  .menu-link.two-rows {
    display: flex;
    padding: 8px;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    gap: 0;
  }
  .menu-link.two-rows > span:first-child {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
    height: 18px;
  }
  .menu-link.two-rows > span:last-child {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    height: 16px;
  }
  .menu-link span {
    height: 18px;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .menu-link .icon {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
  }
  
  .store-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: transparent;
    color: #fff;
    padding: 2px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    outline-offset: 8px;
    transition: outline-offset 0.2s ease;
  }
  .store-label:hover, .store-label[aria-expanded=true] {
    background: #616161;
  }
  .store-label:focus {
    outline: 2px solid #005BD3;
    outline-offset: 2px;
    background: #656266;
  }
  .store-label:active {
    background: #656266;
    outline: unset !important;
  }
  .store-label > span {
    display: none;
  }
  .store-label > .store-icon {
    display: flex;
    height: 28px;
    width: 28px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #36FBA1;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
  }
  @media only screen and (min-width: 600px) {
    .store-label {
      padding: 2px 2px 2px 8px;
      background: #303030;
    }
    .store-label > .store-icon {
      flex-shrink: 0;
    }
    .store-label > span {
      display: inline-block;
      width: 96px;
    }
  }
  .store-label[aria-expanded=true] ~ [aria-labelledby=store-menu-toggle-btn] {
    opacity: 1;
    top: 68px;
    height: auto;
    transition: top 0.3s ease, opacity 0.3s ease;
    overflow: unset;
  }
  @media only screen and (min-width: 600px) {
    .store-label[aria-expanded=true] ~ [aria-labelledby=store-menu-toggle-btn] {
      top: 64px;
    }
  }
  .store-label[aria-expanded=true] ~ [aria-labelledby=store-menu-toggle-btn] a {
    display: flex;
  }
  .store-label[aria-expanded=false] ~ [aria-labelledby=store-menu-toggle-btn] a {
    display: none;
  }
  
  .search-area {
    display: flex;
    width: 100%;
    height: 32px;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #B5B5B5;
    position: relative;
  }
  @media only screen and (min-width: 600px) {
    .search-area {
      width: 480px;
    }
  }
  .search-area > input::-moz-placeholder {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #B5B5B5;
  }
  .search-area > input::placeholder {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #B5B5B5;
  }
  .search-area > input {
    all: unset;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    outline: 1px solid #616161;
    background: #303030;
    padding-left: 35px;
    padding-right: 6px;
  }
  .search-area > input:hover, .search-area > input.notify-icon[aria-expanded=true], .search-area > input.store-label[aria-expanded=true] {
    outline-color: #E1E1E1;
  }
  .search-area > input:focus, .search-area > input:active {
    outline-width: 2px;
    outline-color: #FFF;
  }
  .search-area > .search-icon {
    margin-left: 8px;
    height: 20px;
    width: 20px;
    color: #B5B5B5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    background: #1A1A1A;
    padding: 12px 16px;
    margin-bottom: 32px;
    position: relative;
  }
  header > .brand-logo {
    border-radius: 6px;
    outline-offset: 8px;
    transition: outline-offset 0.2s ease;
  }
  header > .brand-logo:focus {
    outline: 2px solid #005BD3;
    outline-offset: 5px;
  }
  header > .brand-logo > .icon-logo {
    display: block;
  }
  @media only screen and (min-width: 600px) {
    header > .brand-logo > .icon-logo {
      display: none;
    }
  }
  header > .brand-logo > .full-logo {
    display: none;
  }
  @media only screen and (min-width: 600px) {
    header > .brand-logo > .full-logo {
      display: block;
    }
  }
  header > .extra {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .notifications button {
    outline-offset: 6px;
    border-radius: 3px;
    transition: outline-offset 0.2s ease;
  }
  .notifications button:focus {
    outline: 2px solid #005BD3;
    outline-offset: 2px;
  }
  .notifications > div {
    width: 100%;
    display: inline-flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 14px;
    outline: 1px solid #DBDBDB;
    background: #FFF;
    /* Drop Shadow */
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  }
  .notifications > div > .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }
  .notifications > div > .header > p {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    margin: unset;
    height: 20px;
  }
  .notifications > div > .header > div {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  .notifications > div > .header > div > button {
    background: unset;
    height: 20px;
    width: 20px;
  }
  .notifications > div > .alert {
    width: 100%;
    background: #E1E1E1;
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #616161;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .store-nav {
    width: 320px;
  }
  .store-nav > div {
    display: flex;
    width: 100%;
    background: #FFF;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 6px 0px;
    border-radius: 14px;
    outline: 1px solid #DBDBDB;
    /* Drop Shadow */
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  }
  .store-nav > div > .section {
    display: flex;
    padding: 0 6px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
  }
  .store-nav > div > .section > .store {
    display: flex;
    padding: 4px 12px 4px 8px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    background: #E1E1E1;
  }
  .store-nav > div > .section > .store > .brand {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .store-nav > div > .section > .store > .brand > .logo {
    width: 28px;
    height: 28px;
    border-radius: 5.25px;
    background: #36FBA1;
    display: grid;
    place-items: center;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-family: Inter;
    font-size: 10.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }
  .store-nav > div > .section > .store > .brand > span {
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .store-nav .line {
    position: relative;
    width: 100%;
    height: 0px;
  }
  .store-nav .line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.75px;
    background: #E1E1E1;
    left: 0;
    top: 0;
  }
  
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes zoom-in-spin {
    0% {
      transform: scale(0) rotate(0deg);
      opacity: 0;
    }
    50% {
      transform: scale(1.7) rotate(360deg);
      opacity: 0.5;
    }
    100% {
      transform: scale(1) rotate(360deg);
      opacity: 1;
    }
  }
  .major-content {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
  }
  @media only screen and (min-width: 600px) {
    .major-content {
      padding: 0 10px;
    }
  }
  .major-content > .information {
    overflow: hidden;
  }
  .major-content > .information .information-content {
    width: 100%;
    padding: 12px 8px 12px 16px;
    background: #1A1A1A;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
  @media only screen and (min-width: 600px) {
    .major-content > .information .information-content {
      justify-content: space-between;
      align-items: center;
      border-radius: 8px;
      flex-direction: row;
      gap: unset;
    }
  }
  .major-content > .information .information-content p {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #E3E3E3;
    padding-right: 40px;
  }
  @media only screen and (min-width: 600px) {
    .major-content > .information .information-content p {
      padding-right: unset;
    }
  }
  .major-content > .information .information-actions {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
  }
  .major-content > .information .information-actions > button.icon-close {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    cursor: pointer;
    background-color: unset;
    border-radius: 6px;
    flex-shrink: 0;
    outline-offset: 6px;
    transition: outline-offset 0.2s ease;
    position: absolute;
    top: 12px;
    right: 8px;
  }
  .major-content > .information .information-actions > button.icon-close:hover, .major-content > .information .information-actions > button.icon-close.notify-icon[aria-expanded=true], .major-content > .information .information-actions > button.icon-close.store-label[aria-expanded=true] {
    background-color: unset;
  }
  .major-content > .information .information-actions > button.icon-close:focus {
    outline: 2px solid #005BD3;
    outline-offset: 2px;
  }
  .major-content > .information .information-actions > button.icon-close:active {
    background-color: unset;
    outline: unset;
  }
  .major-content > .information .information-actions > button.icon-close > img {
    width: 20px;
    height: 20px;
  }
  .major-content > .information .information-actions > button.icon-close > .icon {
    width: 20px;
    height: 20px;
  }
  @media only screen and (min-width: 600px) {
    .major-content > .information .information-actions > button.icon-close {
      position: relative;
      top: unset;
      right: unset;
    }
  }
  
  .store-config {
    width: 100%;
    overflow: hidden;
    transition: height 0.3s ease;
    padding: 8px;
    outline: 1px solid #DBDBDB;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  }
  @media only screen and (min-width: 600px) {
    .store-config {
      border-radius: 18px;
    }
  }
  .store-config:not(.active) > .config-steps button, .store-config:not(.active) > .config-steps a {
    display: none !important;
  }
  .store-config .config-container {
    height: auto;
    opacity: 0;
    max-height: 0px;
    transition: max-height 0.3s ease, opacity 0.4s ease-in;
  }
  .store-config .config-container p, .store-config .config-container img {
    opacity: 0;
  }
  .store-config.active .config-container, .store-config.active .config-container p, .store-config.active .config-container img {
    opacity: 1;
  }
  .store-config.active > .overview > button {
    transform: rotate(180deg);
  }
  .store-config:not(.active) .config-container button, .store-config:not(.active) .config-container a {
    display: none !important;
  }
  .store-config > .overview {
    display: flex;
    padding: 8px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
  }
  .store-config > .overview > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .store-config > .overview > div > .guide-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .store-config > .overview > div > .guide-heading > h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #303030;
    margin: unset;
    height: 20px;
  }
  .store-config > .overview > div > .guide-heading > p {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
    margin: unset;
  }
  .store-config > .overview > div > .progress-tracker {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .store-config > .overview > div > .progress-tracker > .progress-bar {
    position: relative;
    height: 4px;
    width: 72px;
    background-color: #E3E3E3;
    overflow: hidden;
    border-radius: 5px;
  }
  .store-config > .overview > div > .progress-tracker > .progress-bar > .progress-indicator {
    height: 100%;
    width: 0;
    background-color: #1A1A1A;
    transition: width 0.3s ease;
  }
  .store-config > .overview > div > .progress-tracker > span {
    color: #303030;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    height: 16px;
  }
  .store-config > .overview > button {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    cursor: pointer;
    background-color: unset;
    border-radius: 6px;
    flex-shrink: 0;
    outline-offset: 6px;
    transition: outline-offset 0.2s ease;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: transform 0.3s ease;
  }
  .store-config > .overview > button:hover, .store-config > .overview > button.notify-icon[aria-expanded=true], .store-config > .overview > button.store-label[aria-expanded=true] {
    background-color: #F1F1F1;
  }
  .store-config > .overview > button:focus {
    outline: 2px solid #005BD3;
    outline-offset: 2px;
  }
  .store-config > .overview > button:active {
    background-color: #F0F0F0;
    outline: unset;
  }
  .store-config > .overview > button > img {
    width: 20px;
    height: 20px;
  }
  .store-config > .overview > button > .icon {
    width: 20px;
    height: 20px;
  }
  .store-config .config-steps {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 16px;
    gap: 2px;
  }
  .store-config .config-steps > .config-step {
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #FFF;
    border-radius: 10px;
    transition: background-color 0.3s ease;
  }
  .store-config .config-steps > .config-step > .step-details {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header {
    gap: 8px;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 8px;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    background-color: unset;
    flex-shrink: 0;
    position: relative;
    border-radius: 6px;
    outline-offset: 4px;
    transition: outline-offset 0.2s ease;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state:focus {
    outline: 2px solid #005BD3;
    outline-offset: 0px;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state:active {
    outline-width: 0;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state > div {
    display: none;
    width: 24px;
    height: 24px;
    place-items: center;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state > .default {
    display: grid;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state > .default svg circle {
    transition: stroke-dasharray 0.3s ease;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state.loading:focus {
    outline-width: 0px;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state.loading > div {
    display: none;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state.loading > div.loading {
    display: grid;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state.loading > div.loading > svg {
    animation: rotate 0.3s linear 3 forwards;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state.selected > div {
    display: none;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state.selected > div.selected {
    display: grid;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state.selected > div.selected > svg {
    animation: zoom-in-spin 0.3s ease-in-out 1 forwards;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state.loading-backwards:focus {
    outline-width: 0px;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state.loading-backwards > div {
    display: none;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state.loading-backwards > div.loading-backwards {
    display: grid;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state.loading-backwards > div.loading-backwards > svg {
    animation: rotate 0.3s linear 3 reverse;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state:not(.selected):not(.loading):not(.loading-backwards):hover > div, .store-config .config-steps > .config-step > .step-details > .step-header .step-state.notify-icon[aria-expanded=true]:not(.selected):not(.loading):not(.loading-backwards) > div, .store-config .config-steps > .config-step > .step-details > .step-header .step-state.store-label[aria-expanded=true]:not(.selected):not(.loading):not(.loading-backwards) > div, .store-config .config-steps > .config-step > .step-details > .step-header .step-state:not(.selected):not(.loading):not(.loading-backwards):focus > div {
    display: none;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state:not(.selected):not(.loading):not(.loading-backwards):hover > div.default, .store-config .config-steps > .config-step > .step-details > .step-header .step-state.notify-icon[aria-expanded=true]:not(.selected):not(.loading):not(.loading-backwards) > div.default, .store-config .config-steps > .config-step > .step-details > .step-header .step-state.store-label[aria-expanded=true]:not(.selected):not(.loading):not(.loading-backwards) > div.default, .store-config .config-steps > .config-step > .step-details > .step-header .step-state:not(.selected):not(.loading):not(.loading-backwards):focus > div.default {
    display: grid;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-state:not(.selected):not(.loading):not(.loading-backwards):hover > div.default svg circle, .store-config .config-steps > .config-step > .step-details > .step-header .step-state.notify-icon[aria-expanded=true]:not(.selected):not(.loading):not(.loading-backwards) > div.default svg circle, .store-config .config-steps > .config-step > .step-details > .step-header .step-state.store-label[aria-expanded=true]:not(.selected):not(.loading):not(.loading-backwards) > div.default svg circle, .store-config .config-steps > .config-step > .step-details > .step-header .step-state:not(.selected):not(.loading):not(.loading-backwards):focus > div.default svg circle {
    stroke-dasharray: 0;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-title {
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
    border-radius: 3px;
    color: #303030;
    background: unset;
    outline-offset: 4px;
    transition: outline-offset 0.2s ease;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-title:focus {
    outline: 2px solid #005BD3;
    outline-offset: 1px;
  }
  .store-config .config-steps > .config-step > .step-details > .step-header .step-title:active {
    outline-width: 0;
  }
  .store-config .config-steps > .config-step > .step-details > .step-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease, opacity 0.4s ease-in;
    opacity: 0;
  }
  .store-config .config-steps > .config-step > .step-details > .step-content > div:first-child {
    padding-top: 8px;
    padding-left: 40px;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .store-config .config-steps > .config-step > .step-details > .step-content p {
    margin: unset;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #616161;
  }
  @media only screen and (min-width: 600px) {
    .store-config .config-steps > .config-step > .step-details > .step-content p {
      padding-right: 260px;
    }
  }
  .store-config .config-steps > .config-step > .step-details > .step-content p a {
    color: #005BD3;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    border-radius: 3px;
    outline-offset: 4px;
    transition: outline-offset 0.2s ease;
  }
  .store-config .config-steps > .config-step > .step-details > .step-content p a:focus {
    outline: 2px solid #005BD3;
    outline-offset: 1px;
  }
  .store-config .config-steps > .config-step > .step-details > .step-content .step-actions {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  @media only screen and (min-width: 600px) {
    .store-config .config-steps > .config-step > .step-details > .step-content .step-actions {
      padding-right: 260px;
    }
  }
  .store-config .config-steps > .config-step .step-illustration {
    opacity: 1;
    height: 140px;
    padding: 10px;
    padding-right: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    transition: opacity 0.4s ease-in;
    display: none;
  }
  @media only screen and (min-width: 600px) {
    .store-config .config-steps > .config-step .step-illustration {
      display: block;
    }
  }
  @media only screen and (min-width: 600px) {
    .store-config .config-steps > .config-step .step-illustration {
      display: none;
    }
  }
  .store-config .config-steps > .config-step .step-illustration > img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .store-config .config-steps > .config-step .step-illustration > .fade-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(243, 243, 243, 0.1725490196), rgba(243, 243, 243, 0.3568627451), rgba(243, 243, 243, 0.7176470588), #F3F3F3);
  }
  .store-config .config-steps > .config-step.active {
    background-color: #F3F3F3;
  }
  .store-config .config-steps > .config-step.active .step-content {
    opacity: 1;
  }
  @media only screen and (min-width: 600px) {
    .store-config .config-steps > .config-step.active .step-illustration {
      display: block;
    }
  }
  .store-config .config-steps > .config-step:not(.active) .step-details .step-content button, .store-config .config-steps > .config-step:not(.active) .step-details .step-content a {
    opacity: 0 !important;
    display: none;
  }
  
  @media only screen and (max-width: 599px) {
    a:focus, button:focus {
      outline: unset !important;
    }
  }