.customer-account{--account-border:rgba(15,23,42,.08);--account-shadow:0 18px 50px rgba(15,23,42,.08);padding-block:1rem 2rem}.customer-account__hero{display:flex;align-items:center;gap:18px;padding:28px;border:1px solid var(--account-border);border-radius:24px;background:linear-gradient(135deg,var(--pr-soft),#fff);box-shadow:var(--account-shadow)}.customer-account__avatar{display:grid;place-items:center;flex:0 0 72px;width:72px;height:72px;border-radius:50%;background:var(--pr-primary);color:#fff;font-size:1.65rem;font-weight:800}.customer-account__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}.customer-account__card{display:flex;align-items:center;gap:14px;min-height:112px;padding:20px;border:1px solid var(--account-border);border-radius:20px;background:#fff;color:var(--pr-dark);box-shadow:0 10px 30px rgba(15,23,42,.05);transition:.2s ease}.customer-account__card:hover{transform:translateY(-2px);box-shadow:var(--account-shadow)}.customer-account__card i{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--pr-soft);color:var(--pr-primary);font-size:1.25rem}.customer-account__card strong,.customer-account__card span{display:block}.customer-account__card span{color:#6b7280;font-size:.86rem}.customer-account__logout{border-color:rgba(220,53,69,.2);color:#b42336}.customer-account__logout i{background:#fff1f2;color:#dc3545}.favorite-card{position:relative}.favorite-toggle{display:grid;place-items:center;position:absolute;z-index:3;top:12px;right:12px;width:40px;height:40px;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:var(--pr-primary);box-shadow:0 8px 22px rgba(15,23,42,.13)}@media(max-width:767.98px){.customer-account__hero{align-items:flex-start;padding:20px}.customer-account__avatar{flex-basis:58px;width:58px;height:58px}.customer-account__grid{grid-template-columns:1fr 1fr}.customer-account__card{min-height:100px;padding:15px}}@media(max-width:420px){.customer-account__grid{grid-template-columns:1fr}}
