/** Shopify CDN: Minification failed

Line 219:89 Expected ":"

**/
.login-page-d5 *{
    font-family: sans-serif;
}
 .login-col-form-d5 p, .login-col-form-d5 h1, form[action="/account/recover"] a, form[action="/en/account/recover"] a{
    text-align: left;
    margin-inline: 0;
  }
.login-page-d5 h1{
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-transform: uppercase;
}
form[action="/account/recover"] button, form[action="/en/account/recover"] button{
    margin-right: 100%;
}
.np-match{
    order: -1;
    background: red;
    color: #fff;
}
.login-page-d5 form{
    margin-top: 1rem;
}
.login-page-d5.login form label, .login-page-d5.login form input, .login-page-d5 form .field{
    all: unset ;
}
.login-page-d5 form .field::after, .login-page-d5 form .field::before{
    content: none;
}
.login-page-d5 form .field{
    display: flex;
    flex-direction: column-reverse;
    gap: 6px;
    margin-bottom: 15px;
}
/* .login-page-d5 form{
    max-width: 48rem;
    margin-left: auto;
} */
.login-page-d5.login form label{
    text-align: left;
    font-size: 16px !important;
    text-transform: uppercase;
}
.login-page-d5.login form input{
    border: 2px solid #04084d;
    border-radius: 0 !important;
    padding: 0 10px !important;
    height: 45px;
    text-align: left;
    box-shadow: none !important;
    margin: 0 !important;
}
.login-actions-d5{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}
.login-actions-d5 button{
    margin: 0px;
}
.login-actions-d5 a, .login-actions-d5 p {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    text-align: left;
}
.d5-blocked{
    pointer-events: none !important;
    opacity: .5;
}
.login-actions-d5 #d5-recover{
    text-transform: capitalize;
}
.login-actions-d5 .button-d5{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    background: #04084d;
    color: #fff;
    width: 200px;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    transition: all .3s;
    border: 1px solid #04084d;
    text-align: center;
}
.login-actions-d5 .button-d5:hover{
    color: #04084d;
    background: #fff;
}
.visible-d5, .p-visible .invisible-d5{
    display: none;
}
.p-visible .visible-d5{
    display: block;
}
.login-actions-d5 .button-d5::after, .login-actions-d5 .button-d5::before{
    content: none;
}
.account-register-action-d5{
    border-top: 1px solid #ddd;
    padding-top: 5px;
}
.password-input-d5 input{
    border: none !important;
    width: 100% !important;
}
.password-input-d5{
    position: relative;
    border: 2px solid #04084d;
    overflow: hidden;
}
.password-input-d5 span{
    position: absolute;
    height: 100%;
    aspect-ratio: 1/1;
    top: 0; 
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;  
    cursor: pointer;  
}
.password-input-d5 span svg{
    width: 20px;
    height: 20px;
}
.wl-wrapper { max-width: 820px; margin: 0 auto; padding: 16px; }
.wl-title { font-size: 28px; margin: 0 0 16px; }
.wl-empty { padding: 24px; text-align: center; opacity: .7; }
.wl-list { display: grid; grid-template-columns: 1fr; gap: 14px; }

.wl-card {
  display: flex; gap: 16px; align-items: stretch;
  border: 1px solid #e6e6e6; border-radius: 10px; padding: 12px; background: #fff;
}
.wl-img-wrap { width: 120px; min-width: 120px; height: 120px; overflow: hidden; border-radius: 8px; background: #f6f6f6; }
.wl-img { width: 100%; height: 100%; object-fit: cover; display: block; }

.wl-body { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.wl-top { display: flex; justify-content: space-between; gap: 8px; }
.wl-title-line { font-size: 18px; margin: 0; line-height: 1.2; }
.wl-date { font-size: 12px; opacity: .6; }
.wl-price { font-weight: 700; margin-top: 6px; }

.wl-actions { display: flex; gap: 8px; margin-top: 12px; }
.wl-btn { appearance: none; border: 0; border-radius: 8px; padding: 10px 14px; font-weight: 600; cursor: pointer; }
.wl-btn--primary { background: #0b1a4d; color: #fff; }
.wl-btn--ghost { background: #f2f2f2; color: #222; }
.login-page-d5{
    max-width: 1360px !important;
    display: flex;
    align-items: start;
    padding: 0 40px;
  }
  .login-col-d5{
    width: 100%;
    max-width: 50%;
  }
  .login-col-form-d5{
    padding-right: 20px;
    border-right: 1px solid;
  }
  .login-col-wishlist-d5{
    padding-left: 20px;
  }
@media (max-width: 768px) {
  .wl-card { flex-direction: column; }
  .wl-img-wrap { width: 100%; min-width: auto; height: 180px; }
  .wl-wrapper{
    padding-inline: 0;
  }
  .customer:not(.account):not(.order){
    max-width: 100%;
  }
}
.login-col-d5{
    max-width: 50%;
    width: 100%;
}
 .wl-wrapper { max-width: 880px; margin: 0 auto 24px; font-family: system-ui, Arial, sans-serif; }
      .wl-title { font-size: 22px; margin: 0 0 16px;text-align: left;font-weight: 600; }
      p.wl-empty { color: #666; text-align: left; padding-inline: 0; }

      .wl-list { display: flex; flex-direction: column; gap: 12px; }

      .wl-item {
        display: grid;
        grid-template-columns: 120px 1fr 180px; /* image | details | actions */
        gap: 16px;
        align-items: center;
        padding: 12px;
        border: 1px solid #e5e7eb;
        border-radius: 0px;
        background: #fff;
      }

      .wl-item-image {
        width: 120px; height: 90px; object-fit: cover; border-radius: 8px;
        background: #f3f4f6;
      }

      .wl-item-details { display: flex; flex-direction: column; align-items: start;column; gap: 6px; min-width: 0; }
      .wl-item-name {
        margin: 0; font-size: 16px; font-weight: 600; line-height: 1.3;
        white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
      }
      .wl-item-price { margin: 0; color: #111827; font-weight: 500; }
      .wl-item-link { color: #2563eb; text-decoration: none; }
      .wl-item-link:hover { text-decoration: underline; }

      .wl-actions { display: flex; flex-direction: column; gap: 8px; justify-self: end; }
      .wl-btn {
        width: 180px; padding: 10px 12px; border-radius: 8px; border: 1px solid transparent;
        cursor: pointer; font-weight: 600;
      }
      .wl-btn-atc { background: #111827; color: #fff; }
      .wl-btn-atc:hover { background: #000; }
      .wl-btn-del { background: #fff; border-color: #e5e7eb; color: #ef4444; }
      .wl-btn-del:hover { background: #fef2f2; border-color: #fecaca; }
      .wl-item-link{
        margin: 0 !important;
      }


      /* Mobile */
      @media (max-width: 640px) {
        .wl-item {
          grid-template-columns: 96px 1fr;
          grid-template-areas:
            "img details"
            "actions actions";
        }
        .wl-item-image { width: 96px; height: 72px; grid-area: img; }
        .wl-item-details { grid-area: details; }
        .wl-actions { grid-area: actions; flex-direction: row; }
        .wl-btn { width: 100%; }
         .login-page-d5{
          padding-inline: 16px;
          flex-direction: column;
        }
        .login-col-d5{
          padding: 0;
          max-width: 100%;
          border: none;
        }
      }