.pahl-account-overlay {
  position: fixed;
  inset: 0;
  z-index: 99998;
  display: block;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.68);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pahl-account-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  width: 400px;
  max-width: calc(100vw - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  color: #202020;
  font-family: "Jost", Arial, sans-serif;
  transform: translateX(105%);
  transition: transform 0.35s ease;
  -webkit-overflow-scrolling: touch;
}

html.pahl-account-open,
body.pahl-account-open {
  overflow: hidden;
}

html.pahl-account-open .pahl-account-overlay {
  pointer-events: auto;
  opacity: 1;
}

html.pahl-account-open .pahl-account-panel {
  transform: translateX(0);
}

.pahl-account-close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #202020;
  cursor: pointer;
}

.pahl-account-close span,
.pahl-account-close span::before {
  position: absolute;
  top: 16px;
  left: 4px;
  display: block;
  width: 28px;
  height: 3px;
  background: currentColor;
  content: "";
}

.pahl-account-close span {
  transform: rotate(45deg);
}

.pahl-account-close span::before {
  top: 0;
  left: 0;
  transform: rotate(90deg);
}

.pahl-account-content {
  padding: 54px 40px 40px;
}

.pahl-account-title {
  margin: 0 54px 45px 0;
  color: #202020;
  font-family: "Jost", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.pahl-account-link {
  display: block;
  margin: 0 0 28px;
  color: #202020;
  font-family: "Jost", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.pahl-account-button,
.pahl-account-panel .button,
.pahl-account-panel button[type="submit"],
.pahl-account-panel input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin: 0 0 22px;
  padding: 13px 18px;
  border: 2px solid #ffcc00;
  border-radius: 4px;
  background: #ffcc00;
  color: #202020;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.pahl-account-secondary,
.pahl-account-panel .pahl-account-secondary {
  border-color: #202020;
  background: #fff;
}

.pahl-account-panel .pahl-account-secondary:is(:hover, :active) {
  border-color: #ffcc00;
  background: #ffcc00;
  color: #202020;
  text-decoration: none;
}

.pahl-account-panel :is(
  .pahl-account-button,
  .button,
  button[type="submit"],
  input[type="submit"]
):not(.pahl-account-secondary):is(:hover, :active) {
  border-color: #202020;
  background: #fff;
  color: #202020;
  text-decoration: none;
}

.pahl-account-panel .pahl-account-secondary:focus:not(:hover):not(:active) {
  border-color: #202020;
  background: #fff;
  color: #202020;
  text-decoration: none;
}

.pahl-account-panel :is(
  .pahl-account-button,
  .button,
  button[type="submit"],
  input[type="submit"]
):not(.pahl-account-secondary):focus:not(:hover):not(:active) {
  border-color: #ffcc00;
  background: #ffcc00;
  color: #202020;
  text-decoration: none;
}

.pahl-account-panel :is(
  .pahl-account-button,
  .button,
  button[type="submit"],
  input[type="submit"]
):focus {
  color: #202020;
  text-decoration: none;
  outline: none;
}

.pahl-account-panel :is(
  .pahl-account-button,
  .button,
  button[type="submit"],
  input[type="submit"]
):focus-visible {
  color: #202020;
  text-decoration: none;
  outline: 2px solid #000;
  outline-offset: 2px;
}

.pahl-account-panel form {
  margin: 0;
}

.pahl-account-panel .form-row,
.pahl-account-panel p {
  margin: 0 0 24px;
  padding: 0;
}

.pahl-account-panel label {
  display: block;
  margin: 0 0 10px;
  color: #202020;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.pahl-account-panel input[type="text"],
.pahl-account-panel input[type="email"],
.pahl-account-panel input[type="password"] {
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  background: #fff;
  color: #202020;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none;
}

.pahl-account-panel input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}

.pahl-account-panel .woocommerce-form-login__rememberme,
.pahl-account-panel .rememberme {
  display: inline-flex;
  align-items: center;
  margin: 0 0 20px;
}

.pahl-account-panel .lost_password,
.pahl-account-panel .forgot-password {
  display: block;
  margin: 4px 0 28px;
  color: #ffbb00;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.pahl-account-panel .lost_password a,
.pahl-account-panel .forgot-password a {
  color: #ffbb00;
  text-decoration: none;
}

.pahl-account-panel .account-sub-title,
.pahl-account-panel .pahl-remember-hidden {
  display: none;
}

.pahl-account-panel .pahl-forgot-password-row {
  display: block;
  margin: 4px 0 28px;
  text-align: center;
}

.pahl-account-panel .pahl-forgot-password-link {
  color: #ffbb00;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.pahl-account-panel .pahl-create-account-link {
  margin-top: 28px;
}

.pahl-account-panel .pahl-account-loading {
  padding: 20px 0;
  color: #777;
  font-size: 15px;
}

.pahl-account-panel .woocommerce-error,
.pahl-account-panel .woocommerce-message,
.pahl-account-panel .woocommerce-info,
.pahl-account-panel p.status {
  margin: 0 0 18px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.4;
}

@media (min-width: 1200px) {
  #header .pahl-header-auth-desktop {
    display: inline-flex;
  }

  #header .pahl-header-auth-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  #header .pahl-header-auth-desktop {
    display: none;
  }

  #header .pahl-header-auth-mobile {
    display: inline-flex;
  }

  #header .pahl-auth-icon {
    display: inline-flex;
  }
}

@media (max-width: 551px) {
  .pahl-account-panel {
    width: calc(100vw - 40px);
  }

  .pahl-account-content {
    padding: 50px 32px 36px;
  }

  .pahl-account-title {
    margin-bottom: 38px;
    font-size: 30px;
  }
}

.login-page.custom-acc-page,
.storefront-register-page {
  color: #202020;
  font-family: "Jost", Arial, sans-serif;
}

.login-page.custom-acc-page {
  margin: 0 auto 56px;
}

.login-page.custom-acc-page .page-header h1,
.login-page.custom-acc-page .page-header h2 {
  margin-bottom: 30px;
}

.login-page.custom-acc-page .des {
  margin-bottom: 25px;
  color: #202020;
  font-size: 16px;
  line-height: 1.75;
}

.custom-acc-page .form-group {
  margin-bottom: 15px;
  padding: 0;
}

.custom-acc-page .form-group label {
  display: block;
  margin: 0 0 9px;
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.custom-acc-page .form-group label em,
.storefront-register-form label .required,
.storefront-account-login-form label .required {
  color: #e00000;
  font-style: normal;
}

.login-page.custom-acc-page input[type="text"],
.login-page.custom-acc-page input[type="email"],
.login-page.custom-acc-page input[type="password"] {
  width: 100%;
  max-width: 380px;
  height: initial;
  min-height: 0;
  margin: 0;
  padding: 7px 12px 5px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  background: #fff;
  color: #202020;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  box-shadow: none;
  outline: none;
}

.login-page.custom-acc-page input[type="text"]:focus,
.login-page.custom-acc-page input[type="email"]:focus,
.login-page.custom-acc-page input[type="password"]:focus {
  border-color: #202020;
  box-shadow: none;
}

.custom-acc-page .or_text {
  color: #777;
  padding: 0 1px;
}

.custom-acc-page .action-btn {
  padding-top: 6px;
}

.custom-acc-page .btn,
.custom-acc-page .button,
.custom-acc-page button[type="submit"],
.custom-acc-page input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  max-width: 100%;
  min-height: 0;
  margin: 0 0 25px;
  padding: 14px 15px 12px;
  border: 1px solid #202020;
  border-radius: 3px;
  background: #fff;
  color: #202020;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: none;
}

.custom-acc-page .btn:is(:hover, :active),
.custom-acc-page .button:is(:hover, :active),
.custom-acc-page button[type="submit"]:is(:hover, :active),
.custom-acc-page input[type="submit"]:is(:hover, :active) {
  border-color: #ffcc00;
  background: #ffcc00;
  color: #000;
  text-decoration: none;
}

.custom-acc-page :is(
  .btn,
  .button,
  button[type="submit"],
  input[type="submit"]
):focus:not(:hover):not(:active) {
  border-color: #202020;
  background: #fff;
  color: #202020;
  text-decoration: none;
  outline: none;
}

.custom-acc-page :is(
  .btn,
  .button,
  button[type="submit"],
  input[type="submit"]
):focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.custom-acc-page .last {
  color: #202020;
  font-size: 16px;
  line-height: 1.5;
}

.custom-acc-page .last a {
  color: #202020;
  text-decoration: none;
}

.custom-acc-page .last a:hover {
  color: #ffcc00;
  text-decoration: none;
}

.custom-acc-page .last a:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

.custom-acc-page .btn-2,
.custom-acc-page .button.btn-2,
.custom-acc-page .storefront-account-register-button {
  min-width: 242px;
  border-color: #ffcc00;
  background: #ffcc00;
  color: #000;
  padding: 13px 15px 10px;
}

.custom-acc-page .btn-2:is(:hover, :active),
.custom-acc-page .button.btn-2:is(:hover, :active),
.custom-acc-page .storefront-account-register-button:is(:hover, :active) {
  border-color: #202020;
  background: #fff;
  color: #202020;
}

.custom-acc-page .btn-2:focus:not(:hover):not(:active),
.custom-acc-page .button.btn-2:focus:not(:hover):not(:active),
.custom-acc-page .storefront-account-register-button:focus:not(:hover):not(:active) {
  border-color: #ffcc00;
  background: #ffcc00;
  color: #000;
}

.custom-acc-page .box-title {
  margin: 0;
  color: #202020;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: uppercase;
}

.custom-acc-page .wrapper-title {
  margin-bottom: 36px;
  padding: 13px 42px 10px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background-color: #fafafa;
  text-align: center;
}

.wrapper-login-customer .wrapper-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 78px;
}

.wrapper-login-customer .wrapper-content .col-left {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}

.wrapper-login-customer .wrapper-content .col-left > * {
  padding-right: 42px;
}

.wrapper-login-customer .wrapper-content .col-right {
  flex: 0 0 calc(50% + 10px);
  max-width: calc(50% + 10px);
}

.wrapper-login-customer .wrapper-content .col-right > * {
  padding-left: 42px;
  padding-right: 42px;
}

.wrapper-login-customer .wrapper-content .col-right .wrapper-title ~ * {
  margin-left: 15px;
}

.wrapper-login-customer .wrapper-content::after {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 1px;
  height: calc(100% - 109px);
  background-color: #eeeeee;
  content: "";
  transform: translateX(-10px);
}

.wrapper-login-customer .custom-or-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  padding: 10px 0;
  background-color: #fff;
  transform: translateX(-30px);
}

.wrapper-login-customer .custom-or-abs .or_text {
  display: block;
  min-width: 42px;
  min-height: 42px;
  padding: 11px 5px 9px;
  border: 1px solid #ccc;
  border-radius: 21px;
  color: #777;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.wrapper-login-customer .new-customer {
  text-align: left;
}

.wrapper-login-customer .new-customer .wrapper-title {
  text-align: center;
}

.wrapper-login-customer .new-customer .des {
  margin-top: 0;
  text-align: left;
}

.wrapper-login-customer .woocommerce-form-login__rememberme,
.wrapper-login-customer .rememberme {
  display: none;
}

body.storefront-register-route #main > .container {
  width: 100% !important;
  max-width: 1690px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
}

body.storefront-register-route .storefront-register-page {
  width: 100%;
  max-width: none;
  margin: 0 0 64px;
  color: #202020;
  font-family: "Jost", Arial, sans-serif;
}

body.storefront-register-route .storefront-register-header,
body.storefront-register-route .storefront-register-header h1 {
  height: 25px;
  margin: 0;
  padding: 0;
}

body.storefront-register-route .storefront-register-header h1 {
  color: #202020;
  font: 700 20px/25px "Jost", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body.storefront-register-route .storefront-register-intro {
  box-sizing: border-box;
  height: 56px;
  margin: 30px 0 25px;
  padding: 28px 0 0;
  border-top: 1px solid #f6f6f6;
  color: #000;
  font: 400 15px/27px "Jost", Arial, sans-serif;
  letter-spacing: normal;
}

body.storefront-register-route .storefront-register-name-row {
  display: block;
}

body.storefront-register-route .storefront-register-form .form-row {
  box-sizing: border-box;
  float: none !important;
  clear: both !important;
  width: 380px;
  max-width: 100%;
  margin: 0 0 19px;
  padding: 1.5px 0 0;
}

body.storefront-register-route .storefront-register-form label {
  display: inline-block;
  height: 23px;
  margin: 0 0 9px;
  color: #202020;
  font: 500 15px/23px "Jost", Arial, sans-serif;
}

body.storefront-register-route .storefront-register-form label[for="reg_first_name"] {
  letter-spacing: normal;
}

body.storefront-register-route .storefront-register-form label[for="reg_last_name"] {
  letter-spacing: normal;
}

body.storefront-register-route .storefront-register-form label[for="reg_email"] {
  font-size: 15px;
}

body.storefront-register-route .storefront-register-form label[for="reg_email"] .required {
  position: relative;
  top: 0.5px;
  display: inline-block;
  width: 8.88px;
  height: 21.5px;
  margin-left: 3px;
  color: #f1152f;
  font: 500 15px/23px "Jost", Arial, sans-serif;
  font-style: normal;
  vertical-align: top;
}

body.storefront-register-route .storefront-register-form input[type="text"],
body.storefront-register-route .storefront-register-form input[type="email"],
body.storefront-register-route .storefront-register-form input[type="password"] {
  box-sizing: border-box;
  width: 380px;
  max-width: 100%;
  height: 38px;
  min-height: 0;
  margin: 0;
  padding: 7px 12px 5px;
  border: 1px solid #cbcbcb;
  border-radius: 0;
  background: #fff;
  color: #3c3c3c;
  font: 400 15px/24px "Jost", Arial, sans-serif;
  box-shadow: none;
}

body.storefront-register-route .storefront-register-form::after {
  display: block;
  clear: both;
  content: "";
}

body.storefront-register-route .storefront-register-submit {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
  height: 40px;
  min-height: 0;
  margin: 6px 0 25px;
  padding: 8px 15px 7px;
  border: 1px solid #000;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font: 600 15px/23px "Jost", Arial, sans-serif;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
}

body.storefront-register-route .storefront-register-submit:is(:hover, :active) {
  border-color: #ffcc00;
  background: #ffcc00;
  color: #000;
}

body.storefront-register-route .storefront-register-submit:focus:not(:hover):not(:active) {
  border-color: #000;
  background: #fff;
  color: #000;
  outline: none;
}

body.storefront-register-route .storefront-register-submit:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  body.storefront-register-route #main > .container {
    width: 100% !important;
    max-width: 1010px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.storefront-register-route #main > .container {
    width: 750px !important;
    max-width: 750px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  body.storefront-register-route #main > .container {
    width: 540px !important;
    max-width: 540px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

@media (max-width: 767px) {
  body.storefront-register-route .storefront-register-header,
  body.storefront-register-route .storefront-register-header h1 {
    height: 22.5px;
  }

  body.storefront-register-route .storefront-register-header h1 {
    font-size: 18px;
    line-height: 22.5px;
    letter-spacing: 0.9px;
  }
}

@media (max-width: 575px) {
  body.storefront-register-route #main > .container {
    width: 100% !important;
    max-width: none !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

@media (max-width: 767px) {
  .wrapper-login-customer .custom-or-abs,
  .wrapper-login-customer .wrapper-content::after {
    display: none;
  }

  .wrapper-login-customer .wrapper-content {
    border-bottom: none;
    padding-bottom: 0;
  }

  .wrapper-login-customer .wrapper-content .col-left,
  .wrapper-login-customer .wrapper-content .col-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .wrapper-login-customer .wrapper-content .col-left > *,
  .wrapper-login-customer .wrapper-content .col-right > * {
    padding-right: 15px;
  }

  .wrapper-login-customer .wrapper-content .col-left .wrapper-title,
  .wrapper-login-customer .wrapper-content .col-right .wrapper-title {
    padding-left: 15px;
  }

  .wrapper-login-customer .wrapper-content .col-left {
    margin-bottom: 35px;
  }

  .wrapper-login-customer .wrapper-content .col-right .wrapper-title ~ * {
    margin-left: 0;
    padding-left: 15px;
  }
}

@media (max-width: 551px) {
  .login-page.custom-acc-page {
    margin-bottom: 42px;
  }

  .custom-acc-page .wrapper-title {
    margin-bottom: 28px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .custom-acc-page .box-title {
    font-size: 18px;
  }

  .login-page.custom-acc-page .des,
  .custom-acc-page .last,
  .custom-acc-page .form-group label {
    font-size: 15px;
  }
}


.pahl-account-panel[aria-hidden="true"] {
  visibility: hidden;
}

html.pahl-account-open .pahl-account-panel[aria-hidden="false"] {
  visibility: visible;
}

.pahl-account-button,
.pahl-account-panel .button,
.pahl-account-panel button[type="submit"],
.pahl-account-panel input[type="submit"],
.custom-acc-page .btn,
.custom-acc-page .button,
.custom-acc-page button[type="submit"],
.custom-acc-page input[type="submit"],
.storefront-register-submit {
  transition: all 0.3s ease;
}

/* Keep WooCommerce and Porto's native password control aligned with the custom account fields. */
.storefront-account-native-password-scope .password-input {
  box-sizing: border-box;
  width: 100%;
}

.storefront-account-login-form .storefront-account-login-password-field > .password-input {
  max-width: 380px;
}

.storefront-account-native-password-scope .password-input > .woocommerce-Input {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  padding-right: 46px;
}

/* Desktop Sign In drawer parity layer. Mobile keeps the established native layout. */
@media (min-width: 1200px) {
  html body #storefront-pac-account-drawer.pahl-account-panel {
    box-sizing: border-box;
    width: 400px;
    max-width: calc(100vw - 40px);
    height: 100vh;
    padding: 15px 30px 100px;
    color: #000;
    transform: translateX(100%);
    transition: transform 0.3s linear;
  }

  html.pahl-account-open body #storefront-pac-account-drawer.pahl-account-panel {
    transform: translateX(0);
  }

  #storefront-pac-account-drawer .pahl-account-content {
    padding: 10px 0 0;
  }

  #storefront-pac-account-drawer .pahl-account-title {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0 0 8.5px;
    padding: 0 0 17px;
    color: #202020;
    font: 700 25px/1.25 "Jost", Arial, sans-serif;
    text-transform: capitalize;
  }

  #storefront-pac-account-drawer .pahl-account-close {
    top: 18px;
    right: 30px;
    width: 30px;
    height: 30px;
    outline: none;
  }

  #storefront-pac-account-drawer .pahl-account-close span,
  #storefront-pac-account-drawer .pahl-account-close span::before {
    top: 13.5px;
    left: 3px;
    width: 24px;
    height: 3px;
    background: #000;
  }

  #storefront-pac-account-drawer .pahl-account-close span::before {
    top: 0;
    left: 0;
  }

  #storefront-pac-account-drawer .form-group {
    margin: 0 0 19.5px;
    padding: 0;
    line-height: 23px;
  }

  #storefront-pac-account-drawer .storefront-account-login-password-field {
    margin-bottom: 18px;
  }

  #storefront-pac-account-drawer .form-group label {
    display: inline-block;
    margin: 0 0 7.5px;
    color: #202020;
    font: 500 15px/23px "Jost", Arial, sans-serif;
  }

  #storefront-pac-account-drawer .form-group label em {
    color: #202020;
    font-style: normal;
  }

  #storefront-pac-account-drawer input[type="text"],
  #storefront-pac-account-drawer input[type="email"],
  #storefront-pac-account-drawer input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    min-height: 0;
    margin: 0;
    padding: 13px 12px 11px;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    outline: none;
    background: #fff;
    color: #495057;
    font: 400 15px/24px "Jost", Arial, sans-serif;
    box-shadow: inset 0 0 0 40px #fff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  #storefront-pac-account-drawer .storefront-account-login-password-field input {
    padding-right: 46px;
  }

  #storefront-pac-account-drawer input[type="text"]:hover,
  #storefront-pac-account-drawer input[type="email"]:hover,
  #storefront-pac-account-drawer input[type="password"]:hover,
  #storefront-pac-account-drawer input[type="text"]:focus,
  #storefront-pac-account-drawer input[type="email"]:focus,
  #storefront-pac-account-drawer input[type="password"]:focus {
    border-color: #cbcbcb;
    outline: none;
    background: #fff;
    box-shadow: inset 0 0 0 40px #fff;
  }

  #storefront-pac-account-drawer input::placeholder {
    color: #495057;
    opacity: 1;
  }

  #storefront-pac-account-drawer .storefront-account-login-button,
  #storefront-pac-account-drawer .pahl-create-account-link {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 51px;
    min-height: 0;
    padding: 14px 15px 12px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    color: #000;
    font: 600 15px/23px "Jost", Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  /* Porto may retain a pre-animation visibility flag on drawer actions. */
  #storefront-pac-account-drawer .storefront-account-login-actions,
  #storefront-pac-account-drawer .storefront-account-login-button,
  #storefront-pac-account-drawer .storefront-account-login-last-drawer,
  #storefront-pac-account-drawer .storefront-account-forgot-password,
  #storefront-pac-account-drawer .pahl-create-account-link {
    visibility: visible;
  }

  #storefront-pac-account-drawer .storefront-account-login-button {
    margin: 0 0 16px;
    border-color: #ffcc00;
    background: #ffcc00;
  }

  #storefront-pac-account-drawer .storefront-account-login-button:hover,
  #storefront-pac-account-drawer .storefront-account-login-button:active {
    border-color: #000;
    background: #fff;
    color: #000;
  }

  #storefront-pac-account-drawer .storefront-account-login-button:focus:not(:hover):not(:active) {
    border-color: #ffcc00;
    outline: none;
    background: #ffcc00;
    color: #000;
  }

  #storefront-pac-account-drawer .storefront-account-login-last-drawer {
    margin: 0;
    line-height: 26px;
    text-align: center;
  }

  #storefront-pac-account-drawer .storefront-account-forgot-password {
    position: relative;
    display: inline;
    color: #ffcc00;
    font: 400 15px/26px "Jost", Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  #storefront-pac-account-drawer .storefront-account-forgot-password::before {
    position: absolute;
    bottom: 2px;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    background: #ffcc00;
    content: "";
    transition: width 0.3s ease;
  }

  #storefront-pac-account-drawer .storefront-account-forgot-password:hover::before,
  #storefront-pac-account-drawer .storefront-account-forgot-password:active::before {
    width: 100%;
  }

  #storefront-pac-account-drawer .pahl-create-account-link {
    margin: 22px 0 0;
    border-color: #000;
    background: #fff;
  }

  #storefront-pac-account-drawer .pahl-create-account-link:hover {
    border-color: #ffcc00;
    background: #ffcc00;
    color: #000;
  }

  #storefront-pac-account-drawer .pahl-create-account-link:active {
    border-color: #aa8800;
    background: #ffdd55;
    color: #000;
  }

  #storefront-pac-account-drawer .pahl-create-account-link:focus:not(:hover):not(:active) {
    border-color: #000;
    outline: none;
    background: #fff;
    color: #000;
  }
}
