.myAccount{--color-ok:#3d9970;--color-warn:#c7844b;--color-accent:#212121;--color-line:#e6e6e6;--color-bg:#f9f9f9;--color-sub:#707070;--radius:6px;color:#5a5a5a;font-size:14px;line-height:1.7}html[data-fs=l] .myAccount{font-size:16px}html[data-fs=xl] .myAccount{font-size:18px}.myAccount .container{width:100%;margin:0 auto;padding:40px 16px 72px}.myAccount b,.myAccount dd,.myAccount h1,.myAccount h2{color:#212121}.myAccount h1{font-weight:700}.myAccount h2{font-weight:600}.myAccount a{color:#212121}.myAccount a:hover{text-decoration:underline}.myAccount ul{list-style:none;margin:0;padding:0}.myAccount .card{background:#fff;border:1px solid var(--color-line);border-radius:var(--radius);padding:20px}.myAccount *+.card,.myAccount .card+*,.myAccount .card+.card{margin-top:14px}.myAccount .card .card{background:var(--color-bg);border-color:var(--color-line);margin-bottom:10px}.myAccount .sub{color:var(--color-sub);font-size:.93em}.myAccount .btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 24px;background:#212121;color:#fff;font-weight:600;font-size:.95em;border:1px solid #212121;border-radius:var(--radius);cursor:pointer;text-decoration:none;transition:background .2s ease}.myAccount .btn:hover{background:#000;text-decoration:none}.myAccount .btn:disabled{opacity:.5;cursor:not-allowed}.myAccount .btn-ghost{background:#fff;color:#212121;border-color:var(--color-line)}.myAccount .btn-ghost:hover{background:#fff;border-color:#212121}.myAccount .btn+.btn,.myAccount .btn+.btn-ghost{margin-left:8px}.myAccount .badge{display:inline-flex;align-items:center;padding:2px 10px;border:1px solid var(--color-line);border-radius:9999px;background:var(--color-bg);color:#3a3a3a;font-size:.86em;line-height:1.6;text-decoration:none;cursor:pointer}.myAccount a.badge:hover,.myAccount button.badge:hover{border-color:#212121;text-decoration:none}.myAccount button.badge:disabled{opacity:.5;cursor:not-allowed}.myAccount button.badge[aria-pressed=true]{background:#212121;border-color:#212121;color:#fff}.myAccount .badge[class*=st-]{cursor:default}.myAccount .st-issued{background:#fbf1e9;border-color:#fbf1e9;color:#c7844b}.myAccount .st-cancelled,.myAccount .st-draft,.myAccount .st-expired{background:#f1f1f1;border-color:#f1f1f1;color:#707070}.myAccount .st-paid,.myAccount .st-shipped{background:#e8f3ee;border-color:#e8f3ee;color:#3d9970}.myAccount .tax-in{font-size:.79em;color:var(--color-sub);margin-left:2px}.myAccount .info-list>div{display:flex;gap:14px;padding:10px 0;border-bottom:1px solid var(--color-line)}.myAccount .info-list>div:last-child{border-bottom:0;padding-bottom:0}.myAccount .info-list dt{width:7.5em;flex-shrink:0;color:var(--color-sub);font-size:.93em;padding-top:1px}.myAccount .info-list dd{flex:1;min-width:0;overflow-wrap:anywhere}.myAccount .menu-list a,.myAccount .menu-list button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:13px 2px;border:0;border-bottom:1px solid var(--color-line);background:none;color:#212121;font-weight:500;font-size:1em;text-align:left;text-decoration:none;cursor:pointer}.myAccount .menu-list a:hover,.myAccount .menu-list button:hover{background:var(--color-bg);text-decoration:none}.myAccount .menu-list>:last-child{border-bottom:0}.myAccount .menu-list small.sub{display:block;font-weight:400;margin-top:1px}.myAccount .menu-danger{color:#b03060}.myAccount .menu-danger:disabled{opacity:.5;cursor:not-allowed}.myAccount .choice-row{display:flex;flex-wrap:wrap;gap:8px}.myAccount .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px}@media (max-width:560px){.myAccount .form-grid{grid-template-columns:1fr}}.myAccount .field{display:flex;flex-direction:column;gap:6px}.myAccount .field.full{grid-column:1/-1}.myAccount .field>span{font-size:.93em;font-weight:600;color:#212121}.myAccount .input{height:44px;padding:0 14px;border:1px solid var(--color-line);border-radius:var(--radius);background:#fff;color:#1d1e1f;font-size:1em;outline:none;transition:border-color .2s ease}.myAccount .input:focus{border-color:#212121}.myAccount .input::-moz-placeholder{color:#b0b0b0}.myAccount .input::placeholder{color:#b0b0b0}.myAccount .rail{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;-webkit-overflow-scrolling:touch}.myAccount .p-card{width:140px;flex-shrink:0}.myAccount .p-card,.myAccount .p-card:hover{text-decoration:none}.myAccount .thumb-wrap{position:relative;overflow:hidden;border-radius:var(--radius)}.myAccount .thumb{display:block;width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:#f1f1f1}.myAccount .thumb-veil{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:6px;background:rgba(33,33,33,.55);color:#fff;font-size:.86em;text-align:center}.myAccount .p-title{margin-top:6px;font-size:.93em;color:#212121;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.myAccount .p-price{font-size:.93em;font-weight:600;color:#212121}.myAccount .modal-backdrop{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(0,0,0,.5)}.myAccount .modal-card{width:100%;max-width:420px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:var(--radius);padding:22px}.myAccount .modal-card h2{color:#212121}.myAccount .modal-card .btn{width:100%}