body {
  background-color: #F7F7F7;
}

.shopify-app.shopify-app.shopify-app {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #F7F7F7;
}

.shopify-app__header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 96px;
}

.shopify-app__header p {
  font-size: 20px;
  font-weight: bold;
  font-family: var(--font-family-skuFontBold);
}

.shopify-app__main {
  padding: 24px;
  margin: auto;
  width: 100%;
  max-width: 620px;
  height: 100%;
  max-height: 392px;
}

.shopify-app__main__title {
  font-size: 20px;
  font-weight: bold;
  font-family: var(--font-family-skuFontBold);
  padding: 24px 0;
  margin-bottom: 8px;
  height: 76px;
}

.shopify-app__main .shop-list__shops {
  display: flex;
  flex-direction: column;
  height: 264px;
  margin-bottom: 16px;

  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 1px 0px 0px #CCCCCC80 inset,
              0px -1px 0px 0px #0000002B inset,
              -1px 0px 0px 0px #0000002B inset,
              1px 0px 0px 0px #00000021 inset;
}

.shopify-app__main .shop-list__connect-container {
  height: 28px;
  text-align: right;
}

.shopify-app__main .shop-list__connect-button {
  background-color: #303030;
  color: white;
  font-size: 12px;
  font-weight: normal;
  font-family: var(--font-family-skuFontRegular);
  padding: 6px 12px;
  border: none;
  border-radius: 8px;
  width: 74px;
  height: 28px;
  box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.2),
              inset 2px 0px 0px rgba(255, 255, 255, 0.2),
              inset -2px 0px 0px rgba(255, 255, 255, 0.2),
              inset 0px -1px 0px 1px #000000,
              inset 0px 1px 0px 1px #000000;
}

.shopify-app__main .shop-list__shops-header {
  height: 72px;
  padding: 16px;
  border-bottom: 1px solid #E3E3E3;
}

.shopify-app__main .shop-list__shops-header-title {
  font-size: 14px;
  font-weight: bold;
  font-family: var(--font-family-skuFontBold);
  padding-bottom: 8px;
  margin-bottom: 0;
}

.shopify-app__main .shop-list__shops-header-description {
  font-size: 13px;
  font-weight: normal;
  font-family: var(--font-family-skuFontRegular);
  padding-bottom: 8px;
}

.shopify-app__main .shop-list__shops-header-button {
  color: #005BD3;
  font-size: 13px;
  font-weight: normal;
  font-family: var(--font-family-skuFontRegular);
  padding-bottom: 8px;
  float: right;
}

.shopify-app__main .shop-list__shops-container {
  height: 192px;
  padding: 16px;
  margin-bottom: 16px;
}

.shopify-app__main .shop-list__shops-container-shops {
  overflow-y: auto;
  height: 100%;
}

.shopify-app__main .shop-list__shops-container-shop-item {
  height: 32px;
  padding: 2px 6px;
  cursor: pointer;
  border-radius: 8px;
}

.shopify-app__main .shop-list__shops-container-shop-item:hover,
.shopify-app__main .shop-list__shops-container-shop-item--selected {
  background-color: #EBEBEB;
}

.shopify-app__main .shop-list__shops-container-shop-item-name {
  font-size: 13px;
  font-weight: normal;
  font-family: var(--font-family-skuFontRegular);
  margin-bottom: 0;
  text-align: left;
  padding-right: 4px;
}

.shopify-app__main .shop-list__shops-container-shop-item-selected-icon {
  float: right;
}

.shopify-app__main .shop-list__shops-container-shop-item-selected-icon svg {
  margin-top: 4px;
}

.shopify-app__main .shop-list__shops-container-shop-item--selected .shop-list__shops-container-shop-item-name {
  font-weight: bold;
  font-family: var(--font-family-skuFontBold);
}

.shopify-app__main__connected-shop-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
  height: 76px;
  margin-bottom: 16px;
  padding: 16px !important;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 1px 0px 0px #CCCCCC80 inset,
              0px -1px 0px 0px #0000002B inset,
              -1px 0px 0px 0px #0000002B inset,
              1px 0px 0px 0px #00000021 inset;
}

.shopify-app__main__connected-shop-container__shop-avatar {
  width: 40px;
  height: 40px;
}

.shopify-app__main__connected-shop-container__shop-info {
  width: 426px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.shopify-app__main__connected-shop-container__shop-info-name {
  font-size: 13px !important;
  font-weight: bold;
  font-family: var(--font-family-skuFontBold);
  margin-bottom: 0 !important;
}

.shopify-app__main__connected-shop-container__shop-info-connected-desc {
  font-size: 13px !important;
  font-weight: normal;
  font-family: var(--font-family-skuFontRegular);
  margin-bottom: 0 !important;
}

.shopify-app__main__connected-shop-container-button.shopify-app__main__connected-shop-container-button.shopify-app__main__connected-shop-container-button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  font-family: var(--font-family-skuFontRegular);
  padding: 6px 12px;
  border: none;
  border-radius: 8px;
  width: 90px;
  height: 28px;
  box-shadow: 0px 1px 0px 0px #E3E3E3 inset,
              1px 0px 0px 0px #E3E3E3 inset,
              -1px 0px 0px 0px #E3E3E3 inset,
              0px -1px 0px 0px #B5B5B5 inset;
}

.shopify-app__main__error-component {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shopify-app__main__error-component .alert {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.shopify-app__main__login-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.shopify-app__main__login-button-description {
  font-size: 12px;
  font-weight: normal;
  font-family: var(--font-family-skuFontRegular);
  color: #000;
}

.shopify-app__main__login-button.shopify-app__main__login-button.shopify-app__main__login-button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--font-family-skuFontRegular);
  padding: 6px 12px;
  border: none;
  border-radius: 8px;
  width: 140px;
  height: 32px;
  box-shadow: 0px 1px 0px 0px #E3E3E3 inset,
              1px 0px 0px 0px #E3E3E3 inset,
              -1px 0px 0px 0px #E3E3E3 inset,
              0px -1px 0px 0px #B5B5B5 inset;
}


/*# sourceMappingURL=shopify-components-ShopifyApp.b0be1781.chunk.css.map*/