/** Shopify CDN: Minification failed

Line 513:5 Unexpected "}"
Line 966:12 Unexpected "{"
Line 966:21 Expected ":"
Line 967:16 Expected identifier but found whitespace
Line 967:18 Unexpected "{"
Line 967:27 Expected ":"
Line 967:78 Expected ":"
Line 968:19 Expected identifier but found whitespace
Line 968:21 Unexpected "{"
Line 968:30 Expected ":"
... and 4 more hidden warnings

**/
.customer:not(.account):not(.order) {
    padding-bottom: 9em !important;
    padding-top: 4em !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.customer > h1,
.customer__title {
  margin-top: 0;
}

.customer form {
  margin-top: 24px;
}
.bitlogin-root {
  display: flex;
  gap: 8px;                /* mellanrum mellan knappar */
  flex-wrap: nowrap;       /* se till att de ligger på samma rad */
}

.bitlogin-root button {
  flex: 1 1 0;             /* gör alla knappar lika breda */
  height: 62px;            /* fast höjd */
  border-radius: 8px;
  padding-block: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.customer button {
    max-height: 48px !important;
    transition: 0.15s ease-in-out !important;
    min-height: 48px !important;
}

.customer ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
  margin-bottom: 4rem;
}

.customer ul a {
  display: inline;
}

.customer strong {
  font-weight: normal;
  color: rgb(var(--color-foreground));
}

.customer h2.form__message {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}

@media only screen and (min-width: 750px) {
  .customer h2.form__message {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

.customer .field {
    margin: 0px;
}

.customer .field:first-of-type {
  margin-top: 0;
}
.frcp-icon {
    vertical-align: middle;
    height: 20px;
    width: 20px;
}
/* Customer Table */
.customer table {
  table-layout: auto;
  border-collapse: collapse;
  border-bottom: 0.01rem solid rgba(var(--color-foreground), 0.08);
  box-shadow: none;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
}
.frcp-nav-button__text {
    flex-grow: 1;
    font-size: 16px;
    display: block;
    margin-top: 0px !important;
    font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
}
@media screen and (min-width: 750px) {
  .customer table {
    border: none;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.08);
            margin-top: 20px;
        margin-bottom: 45px;
}
        .register-main-content,
        .login-main-content {
    margin-top: 0% !important;
  }
}

@media screen and (forced-colors: active) {
  .customer table {
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
  }
}

.customer tbody {
  color: rgb(var(--color-foreground));
}

.customer th,
.customer td {
  font-weight: 400;
  font-family: 'Inter';
  line-height: 1;
  border: none;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .customer td {
    padding-right: 2.2rem;
    font-family: 'Inter';
  }
}

.customer tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
          text-align: left;
        font-family: ''Inter'';
        font-size: 15px;
}

.customer td:empty {
  display: initial;
  font-family: 'Inter';
}

.customer thead th {
    font-size: 1.2rem;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
}

.customer tbody td:first-of-type {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {
  .customer th,
  .customer td:first-of-type {
    text-align: left;
    padding-left: 0;
    padding-right: 2.2rem;
    font-family: 'Inter';
  }

  .customer thead th,
  .customer tbody td {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .customer th:first-of-type,
  .customer td:first-of-type {
    padding-left: 2.2rem;
    font-family: 'Inter';
  }

  .customer tbody td {
    vertical-align: top;
  }

  .customer tbody td:first-of-type {
    padding-top: 2.4rem;
  }
}
    .content-container .pressify-content-actions .pressify-btn {
        background: #fff;
        border: none;
        border-radius: 8px;
        padding: 0px;
        font-family: inter, Inter, sans-serif;
        font-weight: 400;
        font-size: 13px;
        color: #616161;
            width: max-content;
    margin: 0px;
        text-decoration: none;
        transition: background .15s ease;
    }

.content-container .pressify-content-actions .pressify-btn:hover {
  text-decoration: underline;
}
.customer tbody td:last-of-type {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tbody td:last-of-type {
    padding-bottom: 0;
  }
}

.customer tbody tr {
  border-top: 0.01rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 750px) {
  .customer tbody tr:first-of-type {
    border-top: none;
  }
}

@media screen and (forced-colors: active) {
  .customer tbody tr {
    border-top: 0.1rem solid transparent;
  }
}

.customer tfoot td:first-of-type,
.customer tfoot td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.customer tfoot td:first-of-type {
  text-align: left;
}

.customer tfoot tr:first-of-type td {
  padding-top: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:first-of-type td,
  .customer tfoot tr:first-of-type th {
    padding-top: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
 .content-container {
    position: relative;
    z-index: 99999999999;
    width: 100%;
    max-width: 100%;
    padding: 27px !important;
    background: #fff;
    border-radius: 0px;
    height: 100%;
        overflow-y: auto;
    place-self: center;
    box-shadow: none !important;
    padding-top: 17.5vw;
    margin-bottom: 2vw;
}
.background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: #fff !important;
}
}
.customer tfoot tr:last-of-type td {
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:last-of-type td,
  .customer tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

/* works around colspan phantom border issues */
.customer thead::after,
.customer tfoot::before {
  content: ' ';
  height: 0.1rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: rgba(var(--color-foreground), 0.08);
}

@media screen and (forced-colors: active) {
  .customer thead::after,
  .customer tfoot::before {
    background: CanvasText;
  }
}

/* mobile table overrides */
@media screen and (max-width: 749px) {
  .customer thead,
  .customer th,
  .customer tfoot td:first-of-type {
    display: none;
  }
.frcp-nav-button {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 9px 13px;
    position: relative;
    background: var(--frcp-lighterBackground);
    color: var(--frcp-textColor);
    cursor: pointer;
    border-radius: 8px;
}
  .customer td {
    display: flex;
    text-align: left;
  }

  .customer td::before {
    color: rgba(var(--color-foreground), 0.75);
    content: attr(data-label);
    font-size: 1.4rem;
    padding-right: 2rem;
    text-transform: uppercase;
    flex-grow: 1;
    text-align: left;
  }

  .customer td:first-of-type {
    display: flex;
    align-items: center;
  }

  .customer tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
}

/* Pagination */
.customer .pagination {
  margin-top: 5rem;
  margin-bottom: 7rem;
}

@media screen and (min-width: 990px) {
  .customer .pagination {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
}

.customer .pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.customer .pagination li {
  flex: 1 1;
  max-width: 4rem;
}

.customer .pagination li:not(:last-child) {
  margin-right: 1rem;
}

.customer .pagination li :first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4rem;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.customer .pagination li :first-child svg {
  height: 0.6rem;
}

.customer .pagination li:first-of-type svg {
  margin-left: -0.2rem;
  transform: rotate(90deg);
}

.customer .pagination li:last-of-type svg {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
}

.customer .pagination li [aria-current]::after {
  content: '';
  display: block;
  width: 2rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}
/* OVERRIDE – lås ögats position, ingen transform-animation */
.PasswordToggleBtn,
#PasswordToggleBtn{
  /* Behåll bara färg/outline-övergångar – INTE transform */
  transition: background .15s ease, border-color .15s ease,
              color .15s ease, box-shadow .15s ease !important;
}

.PasswordToggleBtn:hover,
#PasswordToggleBtn:hover{
  transform: translateY(-50%) !important; /* rör sig inte på hover */
}

.PasswordToggleBtn:active,
#PasswordToggleBtn:active{
  transform: translateY(-50%) !important; /* ingen “scale” på klick */
}

.login a {
    display: inline;
    margin: 0 auto 0 0;
    width: fit-content;
}

.login a[href='#recover'] {
  margin-left: 0;
  margin-right: 0;
}

.login .field + a {
  margin-top: 1rem;
}
#apple-login.scheme-match-outline > p {
    color: black !important;
    text-align: left !important;
    margin-left: 8px;
}

#google-login, #facebook-login, #apple-login, #whatsapp-login, #microsoft-login, #twitter-login, #amazon-login, #instagram-login, #magic_link-login, #mobile_app-login, #linkedin-login {
height: 48px !important;
min-height: 48px !important;

}
#google-login > svg, #facebook-login > svg, #apple-login > svg, #whatsapp-login > svg, #microsoft-login > svg, #twitter-login > svg, #amazon-login > svg, #instagram-login > svg, #magic_link-login > svg, #mobile_app-login > svg, #linkedin-login > svg {

    width: 20px !important;
    height: 20px !important;
}
.login #apple-login.scheme-match-outline > p {
    color: black !important;
    text-align: left !important;
    margin-left: 8px;
}p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.45em;
    text-align:center;
}
  a.signup {
        color: #0064F9 !important;
        text-decoration: none;
        margin-left: 0px !important;
        font-family: 'Inter';
        font-size: 14px !important;
        font-weight: 500 !important;
        letter-spacing: 0px !important;
    
  }h3#new-to-pressify {
    margin-top: 24px;
    font-family: 'Satoshi' !important;
    text-align: center;
    font-weight: 600 !important;
    font-size: 16px !important;
    letter-spacing: 0px !important;
    color: #323232;
}
     }
#customer_login_guest button {
  margin-top: 0;
}

#recover,
#recover + div {
  display: none;
}

#recover:target {
  display: block;
}

#recover:target + div {
  display: block;
}

#recover:target ~ #login,
#recover:target ~ #login + div {
  display: none;
}

#recover,
#login {
  scroll-margin-top: 20rem;
  text-align: left !important;
  font-size: 26px !important;
}

#recover {
  margin-bottom: 0;
}
    .activate button[name='decline']:hover {
background: #f2f4f5 !important;
       }
    .activate button[name='decline'] {
        margin-top: 12px;
        margin-left: 0px;
        border: 1px solid #D7DADE !important;
        background: transparent !important;
        font-family: satoshi !important;
        font-weight: 700 !important;
                color: #323232 !important;
                transition: 0.15s ease-in-out;
    }

@media only screen and (min-width: 750px) {
    .activate button[name='decline'] {
        margin-top: 12px;
        margin-left: 0px;
        border: 1px solid #D7DADE !important;
        background: transparent !important;
        font-family: satoshi !important;
        font-weight: 700 !important;
    }
}

/* Account/Order */
:is(.account, .order) {
  margin: 0 auto;
  max-width: var(--page-width);
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  :is(.account, .order) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) {
    display: flex;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) > div:first-of-type {
    flex-grow: 1;
    padding-right: 3.2rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .order > div:nth-of-type(2) > div:last-of-type {
    display: flex;
  }

  .order > div:nth-of-type(2) > div:last-of-type div {
    padding-right: 3.2rem;
  }
}

:is(.account, .order) p {
  margin: 0 0 2rem;
  font-size: 1.6rem;
}

:is(.account, .order) h1 {
  margin-bottom: 1rem;
}

:is(.account, .order) h2 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 20px;
  letter-spacing: 0px;
}

@media screen and (min-width: 990px) {
  :is(.account, .order) h2 {
    margin-top: 0;
  }
}

.account h1 + a {
    display: inline-flex;
    align-items: center;
    font-family: ''Inter'';
    font-weight: 450;
    margin-left: 15px;
    color: #0064F9;
  
}

.account a svg {
  width: 1.5rem;
  margin-bottom: -0.03rem;
  margin-right: 1rem;
      display: none;
}

@media screen and (min-width: 750px) {
  .account thead th:last-child,
  .account td:last-child {
    text-align: right;
  }

  .account table td:first-of-type {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.account table td:first-of-type a {
  padding: 1.1rem 1.5rem;
  text-decoration: none;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-link), 0.2);
  border: 0.1rem solid transparent;
  font-size: 1.2rem;
}

.account table td:first-of-type a:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-link), 0.2);
}

.order td:first-of-type {
  align-items: initial;
}

@media screen and (min-width: 750px) {
  .order thead th:nth-last-child(-n + 3),
  .order td:nth-last-child(-n + 3) {
    text-align: right;
  }
}

.order tfoot tr:last-of-type td,
.order tfoot tr:last-of-type th {
  font-size: 2.2rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .order tfoot tr:last-of-type td,
  .order tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}

.order tfoot tr:last-of-type td:before {
  font-size: 2.2rem;
}

.order table p,
.order > div:nth-of-type(2) > div:first-of-type h2,
.order > div:nth-of-type(2) > div:last-of-type h2 + p {
  margin-bottom: 0;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.order > div:nth-of-type(2) > div:first-of-type h2 ~ p:last-of-type {
  margin-bottom: 3rem;
}

.order .item-props {
  font-size: 1.4rem;
  margin-top: 0.05px;
  display: flex;
  flex-direction: column;
}

.order .item-props > span {
  word-break: break-all;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order .fulfillment {
  width: fit-content;
  border: 0.01rem solid rgba(var(--color-foreground), 0.2);
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: left;
}

.order .fulfillment a {
  margin: 0.7rem 0;
}

.order .fulfillment span {
  display: block;
}

.order .cart-discount {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 750px) {
  .order td .cart-discount {
    display: none;
  }
}

.order tbody ul {
  list-style: none;
  font-size: 1.2rem;
  text-align: right;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: 'Inter' !Important;
}

@media screen and (min-width: 750px) {
  .order tbody ul {
    text-align: left;
      font-family: 'Inter' !Important;
  }
}

.order table a {
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order tbody tr:first-of-type td:first-of-type > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (min-width: 750px) {
  .order tbody tr:first-of-type td:first-of-type > div {
    align-items: flex-start;
  }
}

.order .properties {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.order .properties span {
  display: block;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order svg {
  width: 1.1rem;
  color: rgb(var(--color-foreground));
  margin-right: 0.5rem;
}

.order dl {
  margin: 0;
}

.order dd {
  margin-left: 0;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order dd s {
  color: rgba(var(--color-foreground), 0.7);
}

.order .unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.7);
}

.order .regular-price {
  font-size: 1.3rem;
}

/* Addresses */
.addresses li > button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.addresses li > button + button,
.addresses form button + button {
  margin-top: 0rem;
}

@media screen and (min-width: 750px) {
  .addresses li > button:first-of-type {
    margin-top: 3rem;
  }
}

.addresses form button:first-of-type {
  margin-right: 1rem;
}

label[for='AddressCountryNew'],
label[for='AddressProvinceNew'] {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.addresses form {
  display: flex;
  flex-flow: row wrap;
}

.addresses form > div {
  width: 100%;
  text-align: left;
}

.addresses ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

li[data-address] {
  margin-top: 5rem;
}

.addresses [aria-expanded='false'] ~ div[id] {
  display: none;
}

.addresses [aria-expanded='true'] ~ div[id] {
  display: block;
}

.addresses h2 {
  text-align: left;
}

li[data-address] > h2 {
  text-align: center;
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
  li[data-address] > h2 {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

.addresses ul p {
  margin-bottom: 0;
}

.addresses input[type='checkbox'] {
  margin-top: 2rem;
  margin-left: 0;
}

@media only screen and (min-width: 750px) {
  .addresses form > div:nth-of-type(1) {
    margin-right: 2rem;
  }

  .addresses form > div:nth-of-type(2) {
    margin-top: 0;
  }

  .addresses form > div:nth-of-type(1),
  .addresses form > div:nth-of-type(2) {
    box-sizing: border-box;
    flex-basis: calc(50% - 1rem);
  }
}

.addresses form > div:nth-of-type(7),
.addresses form > div:nth-of-type(7) + div[id] {
  margin-top: 1.5rem;
}

.customer button#customer-login-submit-unique::before{
  all: unset !important;        /* nukes inset/z-index/radius/shadow from theme */
}

/* Rebuild YOUR 3D base plate */
.customer button#customer-login-submit-unique.pfy-3d-btn::before{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: var(--pfy-3d-depth, 5px) !important;
  bottom: 0 !important;

  border-radius: inherit !important;
  background: var(--pfy-3d-base-bg, #1042C0) !important;

  z-index: 0 !important;        /* must be BEHIND surface */
  pointer-events: none !important;

  /* ensure no Dawn shadow leaks in */
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
}

/* Safety: if theme also draws something with ::after */
.customer button#customer-login-submit-unique::after{
  content: none !important;
}

  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
    }
 
    a.signup:hover {
color: #005AE0 !important;
    text-decoration: underline !important;
  }
  .signup:hover {
color: #005AE0 !important;
    text-decoration: underline !important;
  }
         #email-continue-btn {
transition: 0.2s ease !important;
       }  

  #facebook-login.scheme-match-outline > p {
    color: #2D2C2B !important;
    text-align: left !important;
    margin-left: 8px;
}
    #linkedin-login.scheme-match-outline > p {
    color: #2D2C2B !important;
    text-align: left !important;
    margin-left: 8px;
}
.form__message--large .icon, .customer .form__message svg {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 1rem;
    display: none;
}
ul li {
  list-style: none;
}
.customer ul {
    padding-left: 0px;
}
      #linkedin-login {
    background-color: #fff !important;
    border: 1px solid #e6e6e6 !important;
  max-width: 100%;
    width: 100%;
  }
  .logo-outer-container .logo {
    width: max-content !important;
  height: 14px;
  object-fit: contain;
  display: block;
  max-width: 100% !important;
}
.field__input,
.customer .field input {
  transition: transition: 0.15s ease-in-out !important;
}
  .field.active {
  border: none !important;
  background:none !important;
  box-shadow: none !important;
  outline: none !important;
  transition: none !important;

}

  #customer-login-submit-unique:hover {
transform: none !important;
  }
#customer-login-submit-unique {
transition: background 0.2s ease;
      margin-top: 24px;
  }
  }h3#new-to-pressify {
    margin-top: 1rem;
    text-align: center;
    font-size: 15px !important;
  letter-spacing: 0px !important;
    }
#google-login.scheme-match-outline:hover, #apple-login.scheme-match-outline:hover, #facebook-login.scheme-match-outline:hover, #whatsapp-login.scheme-match-outline:hover, #microsoft-login.scheme-match-outline:hover, #twitter-login.scheme-match-outline:hover, #amazon-login.scheme-match-outline:hover, #instagram-login.scheme-match-outline:hover, #magic_link-login.scheme-match-outline:hover, #mobile_app-login.scheme-match-outline:hover, #linkedin-login.scheme-match-outline:hover {
    background-color: #e6e6e6 !important;
    transform: none !important;
  box-shadow: none !important;
}
#google-login.scheme-match-outline:active, #apple-login.scheme-match-outline:active, #facebook-login.scheme-match-outline:active, #whatsapp-login.scheme-match-outline:active, #microsoft-login.scheme-match-outline:active, #twitter-login.scheme-match-outline:active, #amazon-login.scheme-match-outline:active, #instagram-login.scheme-match-outline:active, #magic_link-login.scheme-match-outline:active, #mobile_app-login.scheme-match-outline:active, #linkedin-login.scheme-match-outline:active {
    background-color: #cfcfcf !important;
    transform: none !important;
  box-shadow: none !important;
}

.login h3 {
    margin-top: 1rem;
    text-align: left;
    font-weight: 450 !important;
    color: #616161 !important;
  letter-spacing: 0px !important;
}.welcome-header-small {
    font-size: 18px;
    font-weight: 400;
    color: #535766;
}.field__input, .customer .field input {
    font-size: 16px;
    border: none;
    padding: 11px 12px;
    line-height: 16px;
    color: #2d2c2b;
    font-family: Inter !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    height: 50px;
}

  #google-login.scheme-match-outline {
    background-color: #f1f3f4 !important;
    border: none !important;
  max-width: 100%;
    width: 100%;
  }
#facebook-login.scheme-match-outline {
    background-color: #f1f3f4 !important;
    border: none !important;
  max-width: 100%;
    width: 100%;
}
/* =========================================================
   PRESSIFY 3D BUTTON (SINGLE SOURCE OF TRUTH)
   - Styles BOTH buttons:
     #customer-login-submit-unique
     #email-continue-btn
   - Keeps 3D in loading (no innerHTML swap required)
   - Spinner only visible when aria-busy="true"
   - Neutralizes Dawn/base.css button + pseudo rules
   ========================================================= */

/* Scope only the two login buttons so nothing else breaks */
.customer #customer-login-submit-unique.pfy-3d-btn,
.customer #email-continue-btn.pfy-3d-btn{
  /* ------------- variables ------------- */
  --pfy-3d-radius: 8px;
  --pfy-3d-h: 49px;

  --pfy-3d-depth: 5px;         /* base height */
  --pfy-3d-hover: 2.2px;       /* hover travel */

  --pfy-3d-surface-bg: #0064F9;
  --pfy-3d-surface-fg: #ffffff;
  --pfy-3d-base-bg: #1042C0;

  --pfy-3d-ease-up: cubic-bezier(.16,1.15,.3,1);
  --pfy-3d-ease-hover: cubic-bezier(.2,.85,.2,1);
  --pfy-3d-dur-up: 170ms;
  --pfy-3d-dur-hover: 140ms;
  --pfy-3d-dur-down: 0ms;

  /* ------------- HARD RESET (beats base.css) ------------- */
  all: unset;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;

  position: relative;
  display: inline-flex;
  width: 100%;
  height: var(--pfy-3d-h);

  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: var(--pfy-3d-radius);

  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
margin-top: 16px;
  /* ensures ::before can sit behind without theme z-index weirdness */
  isolation: isolate;
  overflow: visible;
}

/* kill Dawn “button:before” overlay that sets inset:0 + z-index:-1 */
.customer #customer-login-submit-unique.pfy-3d-btn::before,
.customer #customer-login-submit-unique.pfy-3d-btn::after,
.customer #email-continue-btn.pfy-3d-btn::before,
.customer #email-continue-btn.pfy-3d-btn::after{
  box-shadow: none !important;
  border: 0 !important;
  outline: 0 !important;
  filter: none !important;
}

/* ============== 3D BASE PLATE (THE ONE THAT MUST SHOW) ============== */
.customer #customer-login-submit-unique.pfy-3d-btn::before,
.customer #email-continue-btn.pfy-3d-btn::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: var(--pfy-3d-depth);
  bottom: 0;
  border-radius: inherit;
  background: var(--pfy-3d-base-bg);
  z-index: 0;
  pointer-events: none;
}

/* ensure no theme ::after interferes */
.customer #customer-login-submit-unique.pfy-3d-btn::after,
.customer #email-continue-btn.pfy-3d-btn::after{
  content: none !important;
}

/* ============== SURFACE (TOP PLATE) ============== */
.customer #customer-login-submit-unique.pfy-3d-btn .pfy-3d-btn__surface,
.customer #email-continue-btn.pfy-3d-btn .pfy-3d-btn__surface{
  all: unset;
  box-sizing: border-box;

  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  width: 100%;
  height: calc(100% - var(--pfy-3d-depth));
  margin-bottom: var(--pfy-3d-depth);
  padding: 0 20px;

  border-radius: inherit;
  background: var(--pfy-3d-surface-bg);
  color: var(--pfy-3d-surface-fg);

  font-family: Satoshi, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;

  transform: translate3d(0,0,0);
  transition:
    transform var(--pfy-3d-dur-up) var(--pfy-3d-ease-up),
    background-color 120ms ease;
}

/* ensure label inherits correct color/weight even if theme targets spans */
.customer #customer-login-submit-unique.pfy-3d-btn .pfy-3d-btn__label,
.customer #email-continue-btn.pfy-3d-btn .pfy-3d-btn__label{
  all: unset;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

/* ============== INTERACTIONS ============== */
.customer #customer-login-submit-unique.pfy-3d-btn:hover .pfy-3d-btn__surface,
.customer #email-continue-btn.pfy-3d-btn:hover .pfy-3d-btn__surface{
  transform: translate3d(0,var(--pfy-3d-hover),0);
  transition-duration: var(--pfy-3d-dur-hover);
  transition-timing-function: var(--pfy-3d-ease-hover);
}

.customer #customer-login-submit-unique.pfy-3d-btn:active .pfy-3d-btn__surface,
.customer #email-continue-btn.pfy-3d-btn:active .pfy-3d-btn__surface{
  transform: translate3d(0,var(--pfy-3d-depth),0);
  transition-duration: var(--pfy-3d-dur-down);
}

/* remove any theme focus rings/shadows */
.customer #customer-login-submit-unique.pfy-3d-btn:focus,
.customer #customer-login-submit-unique.pfy-3d-btn:focus-visible,
.customer #email-continue-btn.pfy-3d-btn:focus,
.customer #email-continue-btn.pfy-3d-btn:focus-visible{
  outline: none !important;
  box-shadow: none !important;
}



/* ============== BUSY / SPINNER ============== */
/* NEVER visible by default */
.customer #customer-login-submit-unique.pfy-3d-btn .pfy-3d-btn__spinner,
.customer #email-continue-btn.pfy-3d-btn .pfy-3d-btn__spinner{
  display: none !important;
}

/* spinner container overlays surface content when busy */
.customer #customer-login-submit-unique.pfy-3d-btn[aria-busy="true"] .pfy-3d-btn__spinner,
.customer #email-continue-btn.pfy-3d-btn[aria-busy="true"] .pfy-3d-btn__spinner{
  display: flex !important;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* hide label only when busy (keeps layout intact) */
.customer #customer-login-submit-unique.pfy-3d-btn[aria-busy="true"] .pfy-3d-btn__label,
.customer #email-continue-btn.pfy-3d-btn[aria-busy="true"] .pfy-3d-btn__label{
  visibility: hidden;
}

/* prevent double clicks while busy */
.customer #customer-login-submit-unique.pfy-3d-btn[aria-busy="true"],
.customer #email-continue-btn.pfy-3d-btn[aria-busy="true"]{
  pointer-events: none;
}

/* ============== SPINNER PRIMITIVE (self-contained) ============== */
.customer #customer-login-submit-unique.pfy-3d-btn .pfy-spinner,
.customer #email-continue-btn.pfy-3d-btn .pfy-spinner{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2.5px solid currentColor;
  border-right-color: transparent;
  animation: pfyspin .5s linear infinite;
  vertical-align: middle;
}

@keyframes pfyspin{ to{ transform: rotate(360deg); } }

/* ============== DISABLED (if you ever set disabled) ============== */
.customer #customer-login-submit-unique.pfy-3d-btn[disabled],
.customer #email-continue-btn.pfy-3d-btn[disabled]{
  pointer-events: none;
  cursor: not-allowed;
}

.customer #customer-login-submit-unique.pfy-3d-btn[disabled] .pfy-3d-btn__surface,
.customer #email-continue-btn.pfy-3d-btn[disabled] .pfy-3d-btn__surface{
  background: #f1f3f4 !important;
  color: #8b8f94 !important;
}

.customer #customer-login-submit-unique.pfy-3d-btn[disabled]::before,
.customer #email-continue-btn.pfy-3d-btn[disabled]::before{
  background: #e6eaeb !important;
}

/* ============== REDUCED MOTION ============== */
@media (prefers-reduced-motion: reduce){
  .customer #customer-login-submit-unique.pfy-3d-btn .pfy-3d-btn__surface,
  .customer #email-continue-btn.pfy-3d-btn .pfy-3d-btn__surface{
    transition: none !important;
  }
}

/* =========================================================
   IMPORTANT: avoid your global rule overriding these:
   If you still have `.customer button { background-color: transparent !important; ... }`
   it won’t hurt because we `all: unset` on the two targets above.
   ========================================================= */

#apple-login.scheme-match-outline {
    background-color: #f1f3f4 !important;
    border: none !important;
  max-width: 100%;
    width: 100%;
}
#google-login.scheme-match-outline > p,
#apple-login.scheme-match-outline > p {
    color: #2D2C2B !important;
    font-family: 'Satoshi';
    font-weight: 600 !important;
    text-align: left !important;
    margin-left: 8px;
}
.field__label, .customer .field label {
    left: calc(var(--inputs-border-width) + 2rem);
    top: calc(1rem + var(--inputs-border-widtFh));
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
    color: rgba(var(--color-foreground), .75);
    letter-spacing: .1rem;
    line-height: 1.5;
    color: #616161;
    font-size: 15px;
    position: absolute;
    pointer-events: none;
    font-family: 'Inter';
    font-weight: 400;
}
.errors {
margin-top:-16px;
   } 
   .customer ul {
    text-align: left;
    margin-bottom: 24px !important;
    font-family: 'Inter';
    color: #666;
}
.login-subtext {
    color: #666;
    font-size: 15px;
    text-align: left;
    margin: 8px 0px;
}.midtitle {
    display: flex;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 500;
  display: none;
}.customer h2.form__message {
  font-size: 15px;
  font-family: 'Inter';
  color: #2d2c2b;
  letter-spacing: 0;
 }.customer ul {
    line-height: calc(1 + .6 / var(--font-body-scale));
    padding-left: 0rem;
    text-align: left;
    margin-bottom: 2rem;
    font-family: 'Inter';
    font-size: 15px;
    color: #2d2c2b;
    font-weight: 400;
    letter-spacing: 0;
  margin-top: 5px;
}
}.midtitle a {
    display: contents;
    cursor: pointer;
    color: #2d2c2b !important;
    font-family: 'Inter';
    font-weight: 500;
    text-decoration: none !important;
    font-size: 14px !important;
    letter-spacing: 0px !important;
}.midLinks {
      display: flex;
    margin: 19px 0 5px 0;
  font-size: 13px;
    color: rgba(40,44,63,.8);
}.midLinks a {
    cursor: pointer;
    color: #000000;
    font-weight: 700;
  font-size: 13px;
}
.customer button {
    cursor: pointer;
    text-align: center;
    padding: 11px;
    color: #fff;
    font-family: Satoshi !important;
    font-weight: 700 !important;
    font-size: 15px;
    line-height: 16px;
    margin: 24px 0px 0px 0px;
    border-radius: 8px;
    border: none !important;
    margin-bottom: -3px;
    max-height: 49px !important;
    min-height: 49px !important;
  
}.button, .shopify-challenge__button, .customer button, button.shopify-payment-button__button--unbranded {
    min-width: 100%;
    font-family: Satoshi !important;
    font-weight: 700 !important;
      font-size: 15px;
}footer.footer.color-background-1.gradient.section-footer-padding {
    display: none !important;
}.footer__content-bottom {
    display: none !important;
.customer:not(.account):not(.order) {
    padding-bottom: 9em !important;
    padding-top: 4em !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
}.customer.login {
    background-color: #fff;
}.midtitle {
    margin-top: 10px;
    margin-bottom: 0px;
}.midLinks {
    margin: 40px 0 0 0px !important;

}h1#recover {
    font-family: 'poppins';
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
  letter-spacing: 0;
}
.logo-outer-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
    max-width: 1440px !important;
    width: 100%;
    padding: 0px 0px 22px 0px;
    justify-content: flex-start !important;
            margin-bottom: 0px !important;
}

.background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: column;
    height: 100%;
    z-index: 999999999;
    background: #ECEEF1;
    display: flex;
    align-items: center;
          justify-content: center;
}
.content-container {
    position: relative;
    z-index: 99999999999;
    width: 100%;
    max-width: 465px;
    padding: 40px;
    background: #fff;
    border-radius: 12px;
    height: auto;
    place-self: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
}
.content-container .pressify-content-actions {
    margin-top: 124px;
    bottom: 27px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {

.logo-outer-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
    max-width: 1440px !important;
    width: 100%;
    padding: 0px 0px 22px 0px;
    justify-content: flex-start !important;
    margin-bottom: 0px !important;
}
  .logo-outer-container .logo {
    width:max-content !important;
    height: 14px;
    object-fit: contain;
    display: block;
    max-width: 100% !important;
}
  h1#login {
    font-size: 25px;
    text-align: left !important;
    }
      h1#register {
    font-size: 25px;
    text-align: left !important;
    }
    .bitlogin-root {
  display: flex;
  gap: 8px;                /* mellanrum mellan knappar */
  flex-wrap: nowrap;       /* se till att de ligger på samma rad */
}


.bitlogin-root button {
  flex: 1 1 0;             /* gör alla knappar lika breda */
  height: 62px;            /* fast höjd */
  border-radius: 8px;
  padding-block: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

  .background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999; /* Lägre än innehållscontainern */
background: #f0f0f0;

  }

  @media screen and (min-width: 750px) {
  h1#login {
    font-size: 35px !important;
}  
.content-container .pressify-content-actions {
    position: relative;
    left: 0px;
    bottom: 0px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 40px;
}
    h1, .h1 {
    font-size: 35px !important;
}    
    .content-container {
    position: relative;
    z-index: 99999999999;
    width: 100%;
    max-width: 500px;
    padding: 50px;
    background: #fff;
    border-radius: 20px;
}
  }
  @media only screen and (min-width: 750px) {
    h1, .h1 {
        font-size: 35px !important;
    }
}
