/* v1.3.109 dedicated account/login page styling */
.account-section,.account-auth-section{background:#fbfaf8;padding:42px 20px 78px;}
.account-container{width:min(1200px,calc(100vw - 40px));margin:0 auto;}
.account-page-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 26px;}
.account-page-head p{display:none!important;}
.account-page-head h1{margin:0;color:#17191c;font-size:clamp(2.3rem,3.7vw,3.6rem);line-height:1.02;letter-spacing:-.045em;font-weight:900;}
.account-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start;}
.account-card{border:1px solid #e6d8ce;border-radius:20px;background:#fff;box-shadow:0 22px 58px rgba(67,52,43,.07);padding:28px;overflow:hidden;}
.account-card-title{padding:0 0 18px;margin:0 0 22px;border-bottom:1px solid #eee3d9;background:transparent;}
.account-card-title h2{margin:0 0 5px;color:#17191c;font-size:25px;line-height:1.12;letter-spacing:-.025em;font-weight:900;}
.account-card-title p{margin:0;color:#82776f;line-height:1.45;}
.account-details-form{display:grid;gap:0;}
.account-details-form label,.auth-form label{display:grid;gap:8px;margin:0 0 16px;color:#5d514a;font-size:14px;font-weight:900;}
.account-details-form input,.auth-form input{width:100%;min-width:0;box-sizing:border-box;min-height:45px;border:1px solid #dacdc3;border-radius:13px;background:#fff;padding:10px 13px;color:#2c3035;font:inherit;box-shadow:none;}
.account-details-form input:disabled{background:#f8f4f0;color:#706962;}
.checkout-fields.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.checkout-fields.three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.site-light-btn,.account-logout-btn,.account-forgot-link{min-height:44px;border:1px solid #dfbda8;border-radius:12px;background:#f6d9c8;color:#6d4a33;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;cursor:pointer;box-shadow:none;transform:none;transition:background .18s ease,border-color .18s ease;}
.site-light-btn:hover,.account-logout-btn:hover,.account-forgot-link:hover{background:#f2cdb8;border-color:#d8b89f;transform:none;}
.account-update-btn{justify-self:start;min-width:180px;}
.account-order-list.compact-orders{display:grid;gap:14px;}
.account-order-list.compact-orders article{border:1px solid #eadfd6;border-radius:17px;background:#fffaf6;padding:16px;overflow:hidden;}
.account-order-head{display:grid;gap:6px;}.account-order-head strong{color:#2b2f34;font-size:14px;line-height:1.2;overflow-wrap:anywhere;}.account-order-head span,.account-empty-note{color:#756b65;line-height:1.4;font-size:13px;}.account-empty-note{margin:0;}
.order-status-pill{width:max-content;max-width:100%;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:7px 12px;background:#e8f4ec;color:#2f7448;font-style:normal;font-weight:900;font-size:12px;line-height:1;white-space:normal;}
.account-order-items{margin-top:13px;padding-top:13px;border-top:1px solid #eee2d8;display:grid;gap:10px;}.account-order-items div{display:flex;align-items:center;gap:10px;color:#59616b;font-size:13px;font-weight:800;min-width:0;}.account-order-items img{width:42px;height:42px;flex:0 0 42px;object-fit:cover;border-radius:11px;border:1px solid #e9ddd3;}.account-order-items span{min-width:0;overflow-wrap:anywhere;}
.simple-login-section{background:#fbfaf8!important;padding:46px 20px 90px!important;display:block!important;}
.simple-login-card{width:min(780px,calc(100vw - 40px))!important;margin:0 auto!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;}
.simple-login-card h1{margin:0 0 10px!important;color:#17191c!important;font-size:clamp(2.3rem,3.6vw,3.4rem)!important;line-height:1.04!important;letter-spacing:-.045em!important;text-align:left!important;}
.simple-login-note{margin:0 0 32px!important;color:#8a7d73!important;text-align:left!important;}
.auth-form.auth-form-two-col{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;}
.auth-fields{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important;}
.auth-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;align-items:center!important;}
.auth-actions .site-light-btn,.auth-actions .account-forgot-link{width:100%!important;min-height:45px!important;margin:0!important;text-align:center!important;box-sizing:border-box!important;}
@media(max-width:860px){.account-dashboard-grid{grid-template-columns:1fr}.auth-fields,.auth-actions,.checkout-fields.two,.checkout-fields.three{grid-template-columns:1fr!important}.account-page-head{align-items:flex-start;flex-direction:column}.account-logout-btn{width:100%;}.simple-login-card{width:min(520px,calc(100vw - 40px))!important;}}


/* v1.0.20 mobile account/dashboard pages */
@media (max-width: 860px){
  .account-section,
  .account-auth-section{
    padding:22px 12px 118px !important;
    background:#fffaf7 !important;
  }

  .account-container,
  .account-auth-wrap,
  .account-login-only-wrap,
  .auth-single-wrap,
  .simple-login-card{
    width:100% !important;
    max-width:none !important;
  }

  .account-page-head{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    margin-bottom:18px !important;
    text-align:center !important;
  }

  .account-page-head h1,
  .simple-login-card h1,
  .account-auth-card h1,
  .auth-card-header h1{
    font-size:28px !important;
    line-height:1.12 !important;
    letter-spacing:-.03em !important;
    text-align:center !important;
  }

  .account-dashboard-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  .account-card,
  .account-auth-card,
  .account-login-card,
  .auth-card-polished,
  .simple-login-card{
    border:1px solid #eadfd6 !important;
    border-radius:22px !important;
    background:#fffdfb !important;
    box-shadow:0 12px 34px rgba(76,55,42,.08) !important;
    padding:18px !important;
    overflow:hidden !important;
  }

  .simple-login-card{
    margin:0 auto !important;
  }

  .simple-login-note,
  .account-login-note,
  .auth-card-header p{
    font-size:14px !important;
    line-height:1.6 !important;
    text-align:center !important;
    margin-bottom:18px !important;
  }

  .account-card-title,
  .auth-card-header{
    padding:0 0 15px !important;
    margin:0 0 16px !important;
    border-bottom:1px solid #eee3d9 !important;
    text-align:center !important;
  }

  .account-card-title h2{
    font-size:22px !important;
  }

  .account-details-form,
  .auth-form,
  .auth-form.auth-form-two-col{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    padding:0 !important;
  }

  .auth-form .auth-fields,
  .auth-form .auth-actions,
  .checkout-fields.two,
  .checkout-fields.three,
  .account-login-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .account-details-form label,
  .auth-form label{
    margin:0 !important;
    font-size:13px !important;
  }

  .account-details-form input,
  .auth-form input,
  .account-auth-card input,
  .simple-login-card input{
    width:100% !important;
    min-height:50px !important;
    border-radius:14px !important;
    font-size:16px !important;
  }

  .site-light-btn,
  .account-logout-btn,
  .account-forgot-link,
  .checkout-main-btn,
  .account-login-return{
    width:100% !important;
    min-height:50px !important;
    border-radius:999px !important;
    font-size:14px !important;
    text-align:center !important;
  }

  .account-update-btn{
    width:100% !important;
    min-width:0 !important;
    justify-self:stretch !important;
  }

  .account-order-list.compact-orders{
    gap:12px !important;
  }

  .account-order-list.compact-orders article{
    padding:14px !important;
    border-radius:18px !important;
  }

  .account-order-head,
  .account-order-meta,
  .account-order-total{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:6px !important;
    text-align:left !important;
  }

  .account-order-head strong{
    font-size:14px !important;
    word-break:break-word !important;
  }

  .account-order-list small,
  .account-order-list span{
    font-size:12px !important;
  }

  .checkout-error,
  .coupon-message,
  .coupon-message.success{
    border-radius:16px !important;
    padding:13px 14px !important;
    font-size:13px !important;
    line-height:1.5 !important;
  }
}

@media (max-width: 380px){
  .account-card,
  .account-auth-card,
  .account-login-card,
  .auth-card-polished,
  .simple-login-card{
    padding:15px !important;
  }

  .account-page-head h1,
  .simple-login-card h1,
  .account-auth-card h1,
  .auth-card-header h1{
    font-size:25px !important;
  }
}
