#wsg-proxy-content,
#wsg-signup-container {
  min-height: 50vh;
  padding-bottom: var(--space-xlarge);
  padding-top: var(--space-medium);

  & #wsg-locked-page-title {
    margin-bottom: var(--space-small);
  }

  & #wsg-title,
  & h1 {
    font-family: var(--font-heading-family);
    font-size: var(--font-heading-size--large);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: var(--font-heading-letter-spacing);
    line-height: var(--font-heading-line-height);
    text-transform: var(--font-heading-text-transform);
  }

  & #wsg-login-link {
    display: inline-block;
    text-decoration: none;
  }
}

/* Registration page */
#shopify-section-wsg-registration-settings {
  padding-bottom: var(--space-xlarge);
  padding-top: var(--space-medium);

  & h4 {
    font-size: var(--font-body-size--large);
    margin-bottom: var(--space-medium);
    margin-top: var(--space-small);
  }

  & hr.wsg-element-margin {
    display: none;
  }
}

/* Quick add form */
#wsg-quick-order-form {
  padding-bottom: var(--space-xlarge);
  padding-top: var(--space-large);

  & .wsg-nav-link {
    border: 1px solid black !important;
    display: flex !important;
  }

  & .wsg-nav-link.active,
  .wsg-nav-link:hover {
    background-color: black !important;
    color: white !important;
  }

  & .wsg-spof-header {
    margin-bottom: var(--space-medium);
  }

  & .wsg-spof-container-main a {
    border-bottom: 0;
  }

  & #wsg-title {
    font-family: var(--font-heading-family);
    font-size: var(--font-heading-size--large);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: var(--font-heading-letter-spacing);
    line-height: var(--font-heading-line-height);
    margin-bottom: var(--space-large);
    text-transform: var(--font-heading-text-transform);
  }

  & .swiper-button-next,
  .swiper-button-prev {
    top: calc(50% + 2px);
  }

  & .wsg-proxy-container .wsg-table input[type="number"] {
    border-color: rgb(228, 229, 231) !important;
  }

  & .wsg-col-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: var(--space-medium);
    margin-bottom: var(--space-small);
  }

  & .wsg-collection-title {
    display: none;
    font-family: var(--font-heading-family);
    font-size: var(--font-heading-size--small);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: var(--font-heading-letter-spacing);
    line-height: var(--font-heading-line-height);
    text-transform: var(--font-heading-text-transform);
    margin-bottom: var(--space-medium);
  }

  & #spof-contents .wsg-search-button svg {
    top: 5px;
  }
}
