.customer-dashboard-shell *{box-sizing:border-box;margin:0;padding:0}.customer-dashboard-shell .main{flex:1;display:flex;flex-direction:column;min-width:0}.customer-dashboard-shell .customer-page{display:flex;flex-direction:column;flex:1;min-height:100%;font-size:var(--dashboard-font)}.customer-dashboard-shell .topbar{background:var(--surface);padding:16px 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}@media(max-width:1024px){.customer-dashboard-shell .topbar{position:relative;top:auto}}.customer-dashboard-shell .page-title{font-family:Syne,sans-serif;font-weight:700;font-size:var(--dashboard-font-lg);color:var(--ink);letter-spacing:-.4px}.customer-dashboard-shell .page-subtitle{font-size:var(--dashboard-font-sm);color:var(--ink-light);margin-top:2px}.customer-dashboard-shell .topbar-actions{display:flex;align-items:center;gap:10px}.customer-dashboard-shell .btn-icon{width:36px;height:36px;border-radius:var(--radius-xs);border:1px solid var(--border);background:var(--surface);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ink-mid);transition:all .15s;position:relative;text-decoration:none}.customer-dashboard-shell .btn-icon:hover{background:var(--surface-2);border-color:var(--green-light);color:var(--green-mid)}.customer-dashboard-shell .notif-dot{width:7px;height:7px;background:var(--red-soft);border-radius:50%;position:absolute;top:7px;right:7px;border:1.5px solid #fff}.customer-dashboard-shell .notif-dropdown{position:relative}.customer-dashboard-shell .customer-notification-center{position:fixed;top:18px;right:24px;z-index:80}.customer-dashboard-shell .customer-notification-center.topbar-notification{position:relative;top:auto;right:auto;z-index:20;flex:0 0 auto}.customer-dashboard-shell .customer-notification-center.topbar-notification .btn-icon{width:46px;height:46px;border-radius:10px}.customer-dashboard-shell .customer-notification-center.topbar-notification .customer-notification-menu{top:44px}@media(max-width:1024px){.customer-dashboard-shell .customer-notification-center{position:absolute;top:21px;right:18px}.customer-dashboard-shell .customer-notification-center .btn-icon{width:44px;height:44px;border-radius:10px}.customer-dashboard-shell .customer-notification-center .btn-icon svg{width:18px;height:18px}.customer-dashboard-shell .customer-notification-menu{top:50px}.customer-dashboard-shell .customer-notification-center.topbar-notification{position:relative;top:auto;right:auto}.customer-dashboard-shell .customer-notification-center.topbar-notification .customer-notification-menu{top:50px}}.customer-dashboard-shell .customer-notification-menu{position:absolute;top:44px;right:0;width:min(360px,100vw - 32px);max-height:480px;overflow:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md)}.customer-dashboard-shell .customer-notification-menu header{position:sticky;top:0;display:flex;justify-content:space-between;padding:14px 16px;background:var(--surface);border-bottom:1px solid var(--border)}.customer-dashboard-shell .customer-notification-menu header button{border:0;background:rgba(0,0,0,0);cursor:pointer;font-size:20px}.customer-dashboard-shell .customer-notification-menu>a{display:grid;gap:4px;padding:13px 16px;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--border)}.customer-dashboard-shell .customer-notification-menu>a.unread{background:var(--green-pale)}.customer-dashboard-shell .customer-notification-menu>a small,.customer-dashboard-shell .customer-notification-menu>a span{color:var(--ink-light);font-size:12px}.customer-dashboard-shell .customer-notification-menu>p{padding:24px 16px;color:var(--ink-light);text-align:center}.customer-dashboard-shell .notif-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--red-soft);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--surface)}.customer-dashboard-shell .notif-panel{position:absolute;top:44px;right:0;width:320px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);z-index:40;overflow:hidden}.customer-dashboard-shell .notif-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--border)}.customer-dashboard-shell .notif-title{font-size:13px;font-weight:600;color:var(--ink)}.customer-dashboard-shell .notif-meta{font-size:11px;color:var(--ink-light)}.customer-dashboard-shell .notif-list{max-height:320px;overflow:auto}.customer-dashboard-shell .notif-item{padding:10px 14px;border-bottom:1px solid var(--border);background:var(--surface)}.customer-dashboard-shell .notif-item.unread{background:var(--surface-2)}.customer-dashboard-shell .notif-item-title{font-size:13px;font-weight:600;color:var(--ink)}.customer-dashboard-shell .notif-item-message{margin-top:2px;font-size:12px;color:var(--ink-mid)}.customer-dashboard-shell .notif-item-time{margin-top:4px;font-size:11px;color:var(--ink-light)}.customer-dashboard-shell .notif-empty{padding:14px;font-size:12px;color:var(--ink-light)}.customer-dashboard-shell .notif-link{text-decoration:none;color:inherit;display:block}@media(max-width:768px){.customer-dashboard-shell .notif-panel{width:280px;top:42px}}.customer-dashboard-shell .btn-primary,.customer-dashboard-shell .customer-mini-button.primary,.customer-dashboard-shell .customer-page-button.primary,.customer-dashboard-shell .wish-add-cart{background:var(--green-mid);color:#fff;border:none;border-radius:var(--radius-xs);padding:8px 16px;font-family:DM Sans,sans-serif;font-weight:500;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .15s;text-decoration:none}.customer-dashboard-shell .btn-primary:hover,.customer-dashboard-shell .customer-mini-button.primary:hover,.customer-dashboard-shell .customer-page-button.primary:hover,.customer-dashboard-shell .wish-add-cart:hover{background:var(--green-deep)}.customer-dashboard-shell .btn-secondary,.customer-dashboard-shell .card-action-button,.customer-dashboard-shell .customer-mini-button.ghost,.customer-dashboard-shell .customer-mini-button.secondary,.customer-dashboard-shell .customer-page-button.ghost,.customer-dashboard-shell .customer-page-button.secondary{background:var(--surface);color:var(--green-mid);border:1.5px solid var(--green-light);border-radius:var(--radius-xs);padding:7px 10px;font-family:DM Sans,sans-serif;font-weight:500;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .15s;text-decoration:none}.customer-dashboard-shell .btn-secondary:hover,.customer-dashboard-shell .card-action-button:hover,.customer-dashboard-shell .customer-mini-button.ghost:hover,.customer-dashboard-shell .customer-mini-button.secondary:hover,.customer-dashboard-shell .customer-page-button.ghost:hover,.customer-dashboard-shell .customer-page-button.secondary:hover{background:var(--green-mist)}.customer-dashboard-shell .btn-white{background:#fff;color:var(--green-mid);border:none;border-radius:var(--radius-xs);padding:9px 20px;font-family:DM Sans,sans-serif;font-weight:600;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px;text-decoration:none;transition:all .15s;white-space:nowrap}.customer-dashboard-shell .btn-white:hover{background:var(--green-pale)}.customer-dashboard-shell .content{padding:28px 32px;flex:1;overflow-y:auto}.customer-dashboard-shell .card,.customer-dashboard-shell .customer-empty-state,.customer-dashboard-shell .customer-stat-card,.customer-dashboard-shell .dashboard-highlight-card,.customer-dashboard-shell .dashboard-panel,.customer-dashboard-shell .dashboard-shortcut-card,.customer-dashboard-shell .order-card,.customer-dashboard-shell .pharmacist-channel,.customer-dashboard-shell .profile-sidebar-card,.customer-dashboard-shell .reminder-card,.customer-dashboard-shell .rx-card,.customer-dashboard-shell .support-summary-box,.customer-dashboard-shell .wish-product-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);overflow:hidden}.customer-dashboard-shell .card-header{padding:18px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.customer-dashboard-shell .card-title{font-family:Syne,sans-serif;font-weight:700;font-size:var(--dashboard-font-md);color:var(--ink)}.customer-dashboard-shell .card-action{font-size:12.5px;color:var(--green-mid);font-weight:500;cursor:pointer;text-decoration:none;display:flex;align-items:center;gap:4px}.customer-dashboard-shell .card-action:hover{color:var(--green-deep)}.customer-dashboard-shell .pill{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-size:11.5px;font-weight:600;white-space:nowrap}.customer-dashboard-shell .pill:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.customer-dashboard-shell .pill-green{background:var(--success-pale);color:var(--success-bright)}.customer-dashboard-shell .pill-green:before{background:var(--success-bright)}.customer-dashboard-shell .pill-amber{background:var(--amber-pale);color:#d97706}.customer-dashboard-shell .pill-amber:before{background:var(--amber)}.customer-dashboard-shell .pill-blue{background:var(--blue-pale);color:var(--blue-soft)}.customer-dashboard-shell .pill-blue:before{background:var(--blue-soft)}.customer-dashboard-shell .pill-red{background:var(--red-pale);color:var(--red-soft)}.customer-dashboard-shell .pill-red:before{background:var(--red-soft)}.customer-dashboard-shell .pill-gray{background:#f1f3f9;color:var(--ink-light)}.customer-dashboard-shell .pill-gray:before{background:var(--ink-light)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.customer-dashboard-shell .fade-in{animation:fadeUp .35s ease both}.customer-dashboard-shell .pulse{animation:pulse 1.8s ease-in-out infinite}.customer-dashboard-shell .customer-stack{display:grid;gap:14px}.customer-dashboard-shell .customer-inline-alert{padding:12px 14px;border-radius:var(--radius-sm);font-size:12.5px;margin-bottom:12px;background:var(--surface-2);border:1px solid var(--border);color:var(--ink-mid)}.customer-dashboard-shell .customer-inline-alert.error{background:var(--red-pale);border-color:rgba(231,111,81,.3);color:var(--red-soft)}.customer-dashboard-shell .customer-inline-alert.success{background:var(--success-mist);border-color:rgba(64,145,108,.24);color:var(--success-bright)}.customer-dashboard-shell .customer-inline-alert.info{background:var(--blue-pale);border-color:rgba(67,97,238,.24);color:var(--blue-soft)}.customer-dashboard-shell .customer-muted{color:var(--ink-light);font-size:13px}.customer-dashboard-shell .orders-filter-bar{display:flex;align-items:center;gap:10px;margin-bottom:22px;flex-wrap:wrap}.customer-dashboard-shell .filter-tab{padding:7px 16px;border-radius:30px;font-size:var(--dashboard-font);font-weight:500;cursor:pointer;border:1.5px solid var(--border);background:var(--surface);color:var(--ink-mid);transition:all .15s}.customer-dashboard-shell .filter-tab:hover{border-color:var(--green-light);color:var(--green-mid)}.customer-dashboard-shell .filter-tab.active{background:var(--green-mid);color:#fff;border-color:var(--green-mid)}.customer-dashboard-shell .search-bar{margin-left:auto;display:flex;align-items:center;gap:8px;background:var(--surface);border:1.5px solid var(--border);border-radius:30px;padding:7px 14px;font-size:var(--dashboard-font);color:var(--ink-mid)}.customer-dashboard-shell .search-bar input{border:none;outline:none;font-family:DM Sans,sans-serif;font-size:var(--dashboard-font);color:var(--ink);background:rgba(0,0,0,0);width:160px}.customer-dashboard-shell .order-card{margin-bottom:14px;transition:box-shadow .2s,transform .2s}.customer-dashboard-shell .order-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.customer-dashboard-shell .order-card-header{padding:14px 20px;display:flex;align-items:center;justify-content:space-between;background:var(--surface-2);border-bottom:1px solid var(--border)}@media(max-width:768px){.customer-dashboard-shell .order-card-header{padding:10px 20px}}.customer-dashboard-shell .order-meta{display:flex;align-items:center;gap:16px}.customer-dashboard-shell .order-id{font-family:Syne,sans-serif;font-weight:700;font-size:var(--dashboard-font-md)}.customer-dashboard-shell .order-date{font-size:var(--dashboard-font-sm);color:var(--ink-light)}.customer-dashboard-shell .order-body{padding:16px 20px;display:flex;align-items:center;gap:16px}.customer-dashboard-shell .order-products{display:flex;gap:10px;flex:1;flex-wrap:wrap}.customer-dashboard-shell .order-product-chip{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm)}.customer-dashboard-shell .chip-emoji{font-size:18px}.customer-dashboard-shell .chip-thumb img{width:36px;height:36px;object-fit:cover;border-radius:8px}.customer-dashboard-shell .chip-name{font-size:var(--dashboard-font);font-weight:500;color:var(--ink)}.customer-dashboard-shell .chip-qty{font-size:var(--dashboard-font-sm);color:var(--ink-light)}.customer-dashboard-shell .order-summary{text-align:right;flex-shrink:0}.customer-dashboard-shell .order-total{font-family:Syne,sans-serif;font-size:var(--dashboard-font-lg);font-weight:700;color:var(--ink)}.customer-dashboard-shell .order-total-label{font-size:var(--dashboard-font-sm);color:var(--ink-light);margin-top:1px}.customer-dashboard-shell .order-actions{display:flex;gap:8px;margin-top:10px;justify-content:flex-end}.customer-dashboard-shell .order-action-button{font-size:var(--dashboard-font-sm);padding:6px 12px}.customer-dashboard-shell .order-action-button.danger{color:var(--red-soft);border-color:#f7ccc4;background:var(--surface)}.customer-dashboard-shell .order-footer{padding:12px 20px;border-top:1px solid var(--border);background:var(--surface-2);display:flex;align-items:center;justify-content:space-between;gap:14px}.customer-dashboard-shell .order-track{display:flex;align-items:center;gap:6px}.customer-dashboard-shell .order-cancel-note,.customer-dashboard-shell .order-delivered-note,.customer-dashboard-shell .order-footer-note{font-size:var(--dashboard-font-sm)}.customer-dashboard-shell .order-cancel-note{color:var(--red-soft)}.customer-dashboard-shell .order-delivered-note{color:var(--success-bright);font-weight:600}.customer-dashboard-shell .order-footer-strong{color:var(--ink);font-weight:600}.customer-dashboard-shell .order-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.customer-dashboard-shell .order-pill--paid{background:rgba(34,197,94,.14);color:#15803d}.customer-dashboard-shell .order-pill--pending{background:rgba(250,204,21,.16);color:#a16207}.customer-dashboard-shell .order-pill--cod{background:rgba(59,130,246,.14);color:#1d4ed8}.customer-dashboard-shell .order-tracking-note{margin-top:12px}.customer-dashboard-shell .order-tracking-link{color:var(--purple);font-weight:600;text-decoration:none}.customer-dashboard-shell .order-rating{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.customer-dashboard-shell .order-rating-star{font-size:16px;cursor:pointer;background:rgba(0,0,0,0);border:none;padding:0;line-height:1;color:#f4a261}.customer-dashboard-shell .order-rating-star:disabled{cursor:default;opacity:.6}.customer-dashboard-shell .order-rating-star.active{opacity:1}.customer-dashboard-shell .order-rating-star.muted{opacity:.3}.customer-dashboard-shell .track-step{display:flex;align-items:center;gap:4px;font-size:var(--dashboard-font-sm)}.customer-dashboard-shell .track-step .dot{width:8px;height:8px;border-radius:50%}.customer-dashboard-shell .track-step .dot.done{background:var(--success-bright)}.customer-dashboard-shell .track-step .dot.active{background:var(--amber)}.customer-dashboard-shell .track-step .dot.pending{background:#d1d5db}.customer-dashboard-shell .track-label{color:var(--ink-mid);font-weight:500}.customer-dashboard-shell .track-label.muted{color:var(--ink-light);font-weight:400}.customer-dashboard-shell .track-line{width:28px;height:2px;background:var(--border);border-radius:2px;margin:0 2px}.customer-dashboard-shell .track-line.done{background:var(--success-light)}.customer-dashboard-shell .order-details-grid{padding:16px 20px 20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;border-top:1px solid var(--border);background:var(--surface)}.customer-dashboard-shell .order-detail-card{padding:14px 16px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm)}.customer-dashboard-shell .order-detail-card__label{font-size:11px;color:var(--ink-light);text-transform:uppercase;letter-spacing:.08em}.customer-dashboard-shell .orders-empty{text-align:center;padding:60px 20px;color:var(--ink-light);font-size:var(--dashboard-font)}.customer-dashboard-shell .orders-empty .empty-icon{font-size:48px;margin-bottom:14px}.customer-dashboard-shell .rx-grid{display:grid;grid-template-columns:1fr 360px;gap:22px;margin-bottom:22px}.customer-dashboard-shell .rx-card{padding:20px;display:flex;gap:16px;transition:box-shadow .2s,transform .2s;cursor:pointer;position:relative}.customer-dashboard-shell .rx-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.customer-dashboard-shell .rx-card-accent{position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:4px 0 0 4px}.customer-dashboard-shell .rx-card-accent.active{background:var(--success-bright)}.customer-dashboard-shell .rx-card-accent.expiring{background:var(--amber)}.customer-dashboard-shell .rx-card-accent.expired{background:var(--red-soft)}.customer-dashboard-shell .rx-icon-box{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.customer-dashboard-shell .rx-card-info{flex:1;min-width:0}.customer-dashboard-shell .rx-card-name{font-family:Syne,sans-serif;font-weight:700;font-size:15px;color:var(--ink);margin-bottom:4px}.customer-dashboard-shell .rx-card-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:8px}.customer-dashboard-shell .rx-meta-item{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--ink-mid)}.customer-dashboard-shell .rx-card-footer{display:flex;align-items:center;gap:8px;margin-top:8px}.customer-dashboard-shell .rx-action-btn{padding:5px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;border:1.5px solid;display:flex;align-items:center;gap:5px;transition:all .15s}.customer-dashboard-shell .rx-action-btn.primary{background:var(--green-mid);color:#fff;border-color:var(--green-mid)}.customer-dashboard-shell .rx-action-btn.primary:hover{background:var(--green-deep)}.customer-dashboard-shell .rx-action-btn.outline{background:rgba(0,0,0,0);color:var(--green-mid);border-color:var(--green-light)}.customer-dashboard-shell .rx-action-btn.outline:hover{background:var(--green-mist)}.customer-dashboard-shell .rx-upload-zone{border:2px dashed var(--green-light);border-radius:var(--radius);padding:40px 24px;text-align:center;background:var(--green-mist);cursor:pointer;transition:all .2s}.customer-dashboard-shell .rx-upload-zone:hover{border-color:var(--green-mid);background:#e6f7ed}.customer-dashboard-shell .rx-upload-icon{width:56px;height:56px;background:var(--green-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;color:var(--green-mid)}.customer-dashboard-shell .rx-upload-title{font-family:Syne,sans-serif;font-weight:700;font-size:16px;color:var(--ink);margin-bottom:6px}.customer-dashboard-shell .rx-upload-sub{font-size:13px;color:var(--ink-light);line-height:1.5;margin-bottom:16px}.customer-dashboard-shell .rx-history-table{width:100%;border-collapse:collapse}.customer-dashboard-shell .rx-history-table th{font-size:11px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:var(--ink-light);padding:10px 20px;text-align:left;background:var(--surface-2);border-bottom:1px solid var(--border)}.customer-dashboard-shell .rx-history-table td{padding:13px 20px;font-size:13px;border-bottom:1px solid var(--border);vertical-align:middle}.customer-dashboard-shell .rx-history-table tr:last-child td{border-bottom:none}.customer-dashboard-shell .rx-history-table tr:hover td{background:var(--green-mist)}.customer-dashboard-shell .rx-pharma-note{background:linear-gradient(135deg,#e8f5ef,#f0faf3);border:1px solid var(--green-pale);border-radius:var(--radius);padding:18px 22px;display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}.customer-dashboard-shell .rx-note-icon{width:40px;height:40px;background:var(--green-pale);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--green-mid);flex-shrink:0}.customer-dashboard-shell .rx-note-title{font-weight:600;font-size:14px;color:var(--green-deep);margin-bottom:3px}.customer-dashboard-shell .rx-note-text{font-size:13px;color:var(--ink-mid);line-height:1.5}.customer-dashboard-shell .rx-record-card{border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;background:var(--surface);display:grid;gap:10px}.customer-dashboard-shell .rx-record-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.customer-dashboard-shell .profile-layout{display:grid;grid-template-columns:280px 1fr;gap:22px}@media(max-width:768px){.customer-dashboard-shell .profile-layout{gap:8px}}.customer-dashboard-shell .profile-sidebar-card{height:fit-content}.customer-dashboard-shell .profile-hero{background:linear-gradient(135deg,var(--green-deep),var(--green-mid));padding:28px 22px;text-align:center;position:relative}.customer-dashboard-shell .profile-hero:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.05);right:-30px;top:-30px}.customer-dashboard-shell .profile-avatar-lg{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--green-light),#fff);display:flex;align-items:center;justify-content:center;font-family:Syne,sans-serif;font-weight:800;font-size:26px;color:var(--green-deep);margin:0 auto 12px;border:3px solid rgba(255,255,255,.3);position:relative;overflow:hidden}.customer-dashboard-shell .profile-avatar-lg img{width:100%;height:100%;object-fit:cover}.customer-dashboard-shell .profile-avatar-upload{position:absolute;inset:auto 6px 6px 6px;background:rgba(26,58,42,.85);color:#fff;font-size:10px;font-weight:600;border-radius:999px;padding:3px 6px;text-align:center;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .15s ease}.customer-dashboard-shell .profile-avatar-lg:hover .profile-avatar-upload,.customer-dashboard-shell .profile-avatar-upload:focus-within{opacity:1;pointer-events:auto}.customer-dashboard-shell .profile-avatar-upload input{display:none}.customer-dashboard-shell .profile-avatar-upload.busy{opacity:.7;cursor:default}.customer-dashboard-shell .profile-hero-name{font-family:Syne,sans-serif;font-weight:700;font-size:17px;color:#fff;margin-bottom:4px}.customer-dashboard-shell .profile-hero-email{font-size:12.5px;color:rgba(255,255,255,.6)}.customer-dashboard-shell .profile-hero-badge{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:4px 12px;font-size:11.5px;color:#fff;font-weight:500;margin-top:10px}.customer-dashboard-shell .profile-stat-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid var(--border)}.customer-dashboard-shell .profile-stat{padding:14px 12px;text-align:center;border-right:1px solid var(--border)}.customer-dashboard-shell .profile-stat:last-child{border-right:none}.customer-dashboard-shell .profile-stat-val{font-family:Syne,sans-serif;font-weight:700;font-size:18px;color:var(--ink)}.customer-dashboard-shell .profile-stat-label{font-size:10.5px;color:var(--ink-light);margin-top:2px}.customer-dashboard-shell .profile-nav{padding:10px 0}.customer-dashboard-shell .profile-nav-item{display:flex;align-items:center;gap:10px;padding:11px 20px;cursor:pointer;color:var(--ink-mid);font-size:13.5px;transition:all .15s;border-left:3px solid rgba(0,0,0,0);background:rgba(0,0,0,0)}.customer-dashboard-shell .profile-nav-item:hover{background:var(--green-mist);color:var(--green-mid);border-left-color:var(--green-light)}.customer-dashboard-shell .profile-nav-item.active{background:var(--green-mist);color:var(--green-mid);font-weight:500;border-left-color:var(--green-mid)}.customer-dashboard-shell .profile-nav-item svg{opacity:.6;flex-shrink:0}.customer-dashboard-shell .profile-nav-item.active svg,.customer-dashboard-shell .profile-nav-item:hover svg{opacity:1}.customer-dashboard-shell .profile-right{display:flex;flex-direction:column;gap:18px}.customer-dashboard-shell .form-section{padding:20px 22px}.customer-dashboard-shell .form-section-title{font-family:Syne,sans-serif;font-weight:700;font-size:14px;color:var(--ink);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--border)}@media(max-width:768px){.customer-dashboard-shell .form-section-title{margin-bottom:0;padding-bottom:8px}}.customer-dashboard-shell .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.customer-dashboard-shell .form-grid.full{grid-template-columns:1fr}.customer-dashboard-shell .form-group{display:flex;flex-direction:column;gap:5px}.customer-dashboard-shell .form-group.full{grid-column:1/-1}.customer-dashboard-shell .form-label{font-size:14px;font-weight:600;color:var(--ink-mid);letter-spacing:.3px}.customer-dashboard-shell .form-input{padding:10px 13px;border:1.5px solid var(--border);border-radius:var(--radius-xs);font-family:DM Sans,sans-serif;font-size:13.5px;color:var(--ink);background:var(--surface);outline:none;transition:border-color .15s}.customer-dashboard-shell .form-input::placeholder{font-size:12px;color:var(--ink-light)}.customer-dashboard-shell .form-input:focus{border-color:var(--green-mid);box-shadow:0 0 0 3px rgba(45,106,79,.08)}.customer-dashboard-shell .form-input:disabled{background:var(--surface-2);color:var(--ink-light)}.customer-dashboard-shell .form-textarea{min-height:120px;resize:vertical}.customer-dashboard-shell select.form-input{cursor:pointer}.customer-dashboard-shell .form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:6px;flex-wrap:wrap}.customer-dashboard-shell .security-item{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;border-bottom:1px solid var(--border)}.customer-dashboard-shell .security-item:last-child{border-bottom:none}.customer-dashboard-shell .security-left{display:flex;align-items:center;gap:12px}.customer-dashboard-shell .security-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center}.customer-dashboard-shell .security-title{font-weight:600;font-size:13.5px;color:var(--ink)}.customer-dashboard-shell .security-sub{font-size:12px;color:var(--ink-light);margin-top:1px}.customer-dashboard-shell .toggle{width:40px;height:22px;background:var(--border);border-radius:20px;position:relative;cursor:pointer;transition:background .2s;flex-shrink:0}.customer-dashboard-shell .toggle:after{content:"";width:18px;height:18px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:left .2s;box-shadow:0 1px 3px rgba(0,0,0,.15)}.customer-dashboard-shell .toggle.on{background:var(--green-mid)}.customer-dashboard-shell .toggle.on:after{left:20px}.customer-dashboard-shell .address-card{background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:14px 16px;transition:all .15s}.customer-dashboard-shell .address-card__top{display:flex;align-items:flex-start;gap:12px}.customer-dashboard-shell .address-card__actions{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:10px}.customer-dashboard-shell .address-helper{font-size:12px;color:var(--ink-light);margin-top:4px}.customer-dashboard-shell .address-card:hover{border-color:var(--green-light);background:var(--green-mist)}.customer-dashboard-shell .address-card.selected{border-color:var(--green-mid);background:var(--green-mist)}.customer-dashboard-shell .address-radio{border:2px solid var(--border);flex-shrink:0;margin-top:2px;transition:border-color .15s}.customer-dashboard-shell .address-card.selected .address-radio{border-color:var(--green-mid)}.customer-dashboard-shell .address-radio-dot{background:var(--green-mid);display:none}.customer-dashboard-shell .address-card.selected .address-radio-dot{display:block}.customer-dashboard-shell .address-label{font-weight:600;font-size:13px;color:var(--ink);margin-bottom:3px}.customer-dashboard-shell .address-text{font-size:12.5px;color:var(--ink-mid);line-height:1.5}.customer-dashboard-shell .address-default{font-size:11px;color:var(--green-mid);font-weight:500;margin-top:4px}.customer-dashboard-shell .addresses-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.customer-dashboard-shell .wishlist-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:22px;flex-wrap:wrap}.customer-dashboard-shell .wishlist-title{display:inline-flex;align-items:center;gap:8px}.customer-dashboard-shell .wishlist-heart{color:var(--red-soft);font-size:18px;line-height:1}.customer-dashboard-shell .sort-select{padding:7px 12px;border:1.5px solid var(--border);border-radius:30px;font-family:DM Sans,sans-serif;font-size:13px;color:var(--ink-mid);background:var(--surface);outline:none;cursor:pointer}.customer-dashboard-shell .wishlist-count{font-size:13px;color:var(--ink-light);margin-right:auto}.customer-dashboard-shell .wish-product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s;position:relative}.customer-dashboard-shell .wish-product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.customer-dashboard-shell .wish-product-img{height:130px;background:var(--green-mist);display:flex;align-items:center;justify-content:center;font-size:52px;position:relative}.customer-dashboard-shell .wish-product-media{position:relative}.customer-dashboard-shell .wish-product-img img{width:100%;height:100%;object-fit:cover}.customer-dashboard-shell .wish-remove{position:absolute;top:10px;right:10px;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.9);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--red-soft);font-size:14px;transition:all .15s;opacity:0}.customer-dashboard-shell .wish-product-card:hover .wish-remove{opacity:1}.customer-dashboard-shell .wish-product-card:hover .wish-remove:hover{background:var(--red-pale)}@media(max-width:768px){.customer-dashboard-shell .customer-wishlist-page .wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.customer-dashboard-shell .customer-wishlist-page .wish-product-img{height:120px}.customer-dashboard-shell .customer-wishlist-page .wish-product-body{padding:12px}.customer-dashboard-shell .customer-wishlist-page .wish-product-actions{gap:8px;flex-wrap:wrap}.customer-dashboard-shell .customer-wishlist-page .wish-add-cart{flex:1 1 100%}.customer-dashboard-shell .customer-wishlist-page .wish-share{width:34px;height:34px}}.customer-dashboard-shell .wish-stock-badge{position:absolute;bottom:10px;left:10px;font-size:10.5px;font-weight:600;padding:3px 8px;border-radius:20px}.customer-dashboard-shell .wish-stock-badge.in{background:var(--green-pale);color:var(--green-bright)}.customer-dashboard-shell .wish-stock-badge.low{background:var(--amber-pale);color:#d97706}.customer-dashboard-shell .wish-stock-badge.out{background:var(--red-pale);color:var(--red-soft)}.customer-dashboard-shell .wish-product-body{padding:14px 16px;display:grid;grid-template-columns:1fr auto;grid-template-areas:"category category" "name name" "rating rating" "price add" "share share";column-gap:12px;row-gap:8px}.customer-dashboard-shell .wish-product-category{grid-area:category;font-size:10.5px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:var(--green-mid);margin-bottom:4px}.customer-dashboard-shell .wish-product-name{grid-area:name;font-family:Syne,sans-serif;font-weight:700;font-size:var(--font-body);color:var(--ink);margin-bottom:6px;line-height:1.25;text-decoration:none}.customer-dashboard-shell .wish-product-desc{font-size:12px;color:var(--ink-light);line-height:1.5;margin-bottom:10px}.customer-dashboard-shell .wish-rating{grid-area:rating}.customer-dashboard-shell .wish-product-price-row{grid-area:price;display:flex;align-items:center;justify-content:flex-start;gap:6px;margin-bottom:0;flex-wrap:wrap}.customer-dashboard-shell .wish-product-price{font-family:Syne,sans-serif;font-size:18px;font-weight:700;color:var(--ink)}.customer-dashboard-shell .wish-product-old-price{font-size:12px;color:var(--ink-light);text-decoration:line-through;margin-left:6px}.customer-dashboard-shell .wish-product-discount{font-size:11px;font-weight:600;background:var(--red-pale);color:var(--red-soft);padding:2px 7px;border-radius:20px}.customer-dashboard-shell .wish-product-actions{display:contents}.customer-dashboard-shell .wish-add-cart{grid-area:add;align-self:center;flex:0 0 auto;background:var(--green-mid);color:#fff;border:none;border-radius:var(--radius-xs);padding:6px 12px;font-family:DM Sans,sans-serif;font-weight:500;font-size:12px;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.customer-dashboard-shell .wish-add-cart:hover{background:var(--green-deep)}.customer-dashboard-shell .wish-add-cart:disabled{background:var(--border);color:var(--ink-light);cursor:not-allowed}.customer-dashboard-shell .wish-share{grid-area:share;justify-self:end;width:36px;height:36px;border:1.5px solid var(--border);border-radius:var(--radius-xs);background:var(--surface);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ink-light);transition:all .15s;flex-shrink:0}.customer-dashboard-shell .wish-share:hover{border-color:var(--green-light);color:var(--green-mid)}.customer-dashboard-shell .wish-rating{display:flex;align-items:center;gap:4px;margin-bottom:8px}.customer-dashboard-shell .wish-stars{color:#f4a261;font-size:12px;letter-spacing:1px}.customer-dashboard-shell .wish-rating-count{font-size:11.5px;color:var(--ink-light)}.customer-dashboard-shell .wish-added-date{font-size:11px;color:var(--ink-light);margin-top:8px;display:flex;align-items:center;gap:4px}.customer-dashboard-shell .cart-summary-bar{background:linear-gradient(135deg,var(--green-deep),var(--green-mid));padding:16px 22px;display:flex;justify-content:space-between;margin-bottom:22px}.customer-dashboard-shell .cart-summary-text{color:#fff}.customer-dashboard-shell .cart-summary-total-wrap{flex-shrink:0}.customer-dashboard-shell .cart-summary-title{font-family:Syne,sans-serif;font-weight:700;font-size:15px}.customer-dashboard-shell .cart-summary-sub{font-size:12.5px;color:rgba(255,255,255,.65);margin-top:2px}.customer-dashboard-shell .cart-summary-total{font-family:Syne,sans-serif;font-weight:800;font-size:22px;color:#fff}.customer-dashboard-shell .cart-summary-label{font-size:11px;color:rgba(255,255,255,.55);text-align:right;margin-top:1px}.customer-dashboard-shell .reminders-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.customer-dashboard-shell .reminder-card{padding:16px 18px;display:grid;gap:12px}.customer-dashboard-shell .reminder-card.due{border-color:rgba(231,111,81,.4);background:var(--red-pale)}.customer-dashboard-shell .reminder-card.soon{border-color:rgba(244,162,97,.4);background:var(--amber-pale)}.customer-dashboard-shell .reminder-card__header,.customer-dashboard-shell .reminder-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.customer-dashboard-shell .reminder-card__header p,.customer-dashboard-shell .reminder-meta{color:var(--ink-light);font-size:12px}.customer-dashboard-shell .refill-list{display:grid;gap:8px;padding:10px 22px 18px}.customer-dashboard-shell .refill-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 12px;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border)}.customer-dashboard-shell .refill-row__details{display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:var(--ink-mid);font-size:13px}.customer-dashboard-shell .refill-row__name{font-weight:600;color:var(--ink)}.customer-dashboard-shell .refill-row__usage{color:var(--ink-light)}.customer-dashboard-shell .refill-row__status{font-weight:600;color:var(--green-mid)}.customer-dashboard-shell .refill-row.refill_due_today .refill-row__status,.customer-dashboard-shell .refill-row.refill_overdue .refill-row__status{color:var(--red-soft)}.customer-dashboard-shell .refill-row.refill_due_soon .refill-row__status{color:var(--amber)}.customer-dashboard-shell .refill-dot,.customer-dashboard-shell .refill-row.manual_setup_required .refill-row__status,.customer-dashboard-shell .refill-row.not_refillable .refill-row__status,.customer-dashboard-shell .refill-row.paused .refill-row__status{color:var(--ink-light)}.customer-dashboard-shell .refill-row__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.customer-dashboard-shell .customer-reminders-page .refill-reminder-section{margin-bottom:18px}@media(max-width:768px){.customer-dashboard-shell .customer-reminders-page .refill-reminder-section{margin-bottom:14px}}.customer-dashboard-shell .purchased-items-grid{display:grid;grid-template-columns:repeat(auto-fill,320px);gap:16px;padding:10px 22px 18px;justify-content:flex-start;align-items:start}.customer-dashboard-shell .purchased-item-card{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);padding:16px;display:grid;gap:10px}.customer-dashboard-shell .purchased-item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.customer-dashboard-shell .purchased-item-name{font-weight:600;color:var(--ink);font-size:15px}.customer-dashboard-shell .purchased-item-meta{font-size:12px;color:var(--ink-light);margin-top:4px}.customer-dashboard-shell .purchased-item-meta--secondary{margin-top:2px;font-size:11.5px}.customer-dashboard-shell .purchased-item-usage{font-size:13px;color:var(--ink-mid)}.customer-dashboard-shell .purchased-item-footer{display:flex;align-items:center;justify-content:flex-start;gap:12px;flex-wrap:wrap}.customer-dashboard-shell .purchased-item-footer .btn-secondary{width:auto}.customer-dashboard-shell .purchased-item-due{font-size:12px;color:var(--ink-light)}.customer-dashboard-shell .reminder-product-modal{display:grid;grid-template-columns:180px 1fr;gap:16px;align-items:start}.customer-dashboard-shell .reminder-product-modal__media{width:100%;aspect-ratio:1/1;border-radius:14px;border:1px solid var(--border);background:var(--surface-2);display:grid;place-items:center;overflow:hidden}.customer-dashboard-shell .reminder-product-modal__media img{width:100%;height:100%;object-fit:cover}.customer-dashboard-shell .reminder-product-modal__content{display:grid;gap:8px}.customer-dashboard-shell .reminder-product-modal__category{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-light)}.customer-dashboard-shell .reminder-product-modal__title{font-size:16px;font-weight:700;color:var(--ink)}.customer-dashboard-shell .reminder-product-modal__price{font-size:18px;font-weight:800;color:var(--ink)}.customer-dashboard-shell .reminder-product-modal__stock{font-size:12px;color:var(--ink-mid)}.customer-dashboard-shell .reminder-product-modal__desc{font-size:12.5px;color:var(--ink-mid);line-height:1.5}.customer-dashboard-shell .reminder-product-modal__actions{display:flex;gap:10px;flex-wrap:wrap}.customer-dashboard-shell .reminder-product-modal__link{justify-content:center}.customer-dashboard-shell .customer-reminders-page .reminder-card__actions{display:grid;grid-template-columns:1fr auto;gap:6px}.customer-dashboard-shell .customer-reminders-page .reminder-card__actions .customer-mini-button{width:100%}.customer-dashboard-shell .customer-reminders-page .reminder-refill{width:100%;grid-column:1}.customer-dashboard-shell .customer-reminders-page .reminder-card__actions .customer-mini-button.danger{width:30px;height:30px;min-height:30px;padding:0;grid-column:2;justify-self:end}.customer-dashboard-shell .reminder-header-actions{display:flex;gap:8px;flex-wrap:wrap}.customer-dashboard-shell .reminder-import-list{display:grid;gap:12px}.customer-dashboard-shell .reminder-import-order{border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px;display:grid;gap:10px;background:var(--surface-2)}.customer-dashboard-shell .reminder-import-order__meta{display:flex;justify-content:space-between;align-items:center;gap:12px;font-weight:600;color:var(--ink)}.customer-dashboard-shell .reminder-import-order__date{font-size:12px;color:var(--ink-light);font-weight:500}.customer-dashboard-shell .reminder-import-items{display:grid;gap:8px}.customer-dashboard-shell .reminder-import-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-radius:var(--radius-xs);background:var(--surface);border:1px solid var(--border)}.customer-dashboard-shell .reminder-import-item__info{display:flex;align-items:center;gap:10px}.customer-dashboard-shell .reminder-import-thumb{width:36px;height:36px;border-radius:10px;background:var(--surface-2);border:1px solid var(--border);display:grid;place-items:center;overflow:hidden}.customer-dashboard-shell .reminder-import-thumb img{width:100%;height:100%;object-fit:cover}.customer-dashboard-shell .reminder-import-item__name{font-weight:600;color:var(--ink);font-size:13px}.customer-dashboard-shell .reminder-import-item__qty{font-size:12px;color:var(--ink-light)}@media(max-width:768px){.customer-dashboard-shell .reminder-product-modal{grid-template-columns:1fr}.customer-dashboard-shell .reminder-product-modal__actions{justify-content:stretch}.customer-dashboard-shell .reminder-product-modal__actions .btn-primary,.customer-dashboard-shell .reminder-product-modal__actions .btn-secondary{flex:1}}.customer-dashboard-shell .pharmacist-hero{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:start;margin-bottom:28px}.customer-dashboard-shell .pharmacist-hero__copy{padding:24px;border-radius:var(--radius);background:linear-gradient(135deg,#f7fbf9,#f0faf3);border:1px solid var(--border);display:grid;gap:14px}.customer-dashboard-shell .pharmacist-contact-actions{display:flex;flex-wrap:wrap;gap:10px}.customer-dashboard-shell .pharmacist-contact-details .pharmacist-channel{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.customer-dashboard-shell .pharmacist-prescriptions{margin-top:18px;width:100%;max-width:720px}.customer-dashboard-shell .pharmacist-prescriptions .card-header{padding:0 2px 8px}.customer-dashboard-shell .rx-compact-list .rx-item{padding:10px 14px}.customer-dashboard-shell .rx-meta{margin-top:2px;font-size:11px;color:var(--ink-light)}.customer-dashboard-shell .pharmacist-hero__copy h2{margin:0;font-family:Syne,sans-serif;font-weight:700;font-size:20px;color:var(--ink)}.customer-dashboard-shell .pharmacist-channel{text-decoration:none;color:inherit;padding:16px;display:grid;gap:6px}.customer-dashboard-shell .pharmacist-channel-grid{display:grid;gap:12px}.customer-dashboard-shell .support-summary-box pre{margin:0;white-space:pre-wrap;font-family:DM Sans,sans-serif;font-size:13px;line-height:1.7;color:var(--ink)}.customer-dashboard-shell .customer-checklist{display:grid;gap:10px;padding-left:20px;color:var(--ink-mid)}.customer-dashboard-shell .customer-checklist li::marker{color:var(--success-mid)}@media(max-width:768px){.customer-dashboard-shell .pharmacist-hero{grid-template-columns:1fr}.customer-dashboard-shell .pharmacist-prescriptions{max-width:100%}}.customer-dashboard-shell .customer-empty-state{padding:28px 24px;text-align:center;place-items:center}.customer-dashboard-shell .customer-empty-state__icon{width:56px;height:56px;border-radius:20px;display:grid;place-items:center;background:var(--green-pale);color:var(--green-mid);font-size:24px}.customer-dashboard-shell .customer-mini-button,.customer-dashboard-shell .customer-page-button{border-radius:var(--radius-xs);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.customer-dashboard-shell .customer-page-button{min-height:38px;padding:8px 16px;font-size:13px}.customer-dashboard-shell .customer-mini-button{min-height:32px;padding:6px 12px;font-size:12px}.customer-dashboard-shell .customer-mini-button.white{background:var(--surface);color:var(--ink);border:1px solid var(--border)}.customer-dashboard-shell .customer-mini-button.danger{background:var(--red-pale);color:var(--red-soft);border:1px solid rgba(231,111,81,.3)}.customer-dashboard-shell .search-bar.compact input{width:120px}.customer-dashboard-shell .dashboard-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:18px;margin-bottom:22px}.customer-dashboard-shell .dashboard-hero__copy{padding:22px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.customer-dashboard-shell .customer-eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--ink-light);display:inline-flex;margin-bottom:8px}.customer-dashboard-shell .dashboard-hero__copy h2{font-family:Syne,sans-serif;font-size:22px;margin-bottom:8px}.customer-dashboard-shell .dashboard-hero__copy p{color:var(--ink-mid);font-size:13px;line-height:1.6;margin-bottom:12px}.customer-dashboard-shell .dashboard-hero__actions{display:flex;gap:10px;flex-wrap:wrap}.customer-dashboard-shell .dashboard-hero__meta{display:grid;gap:12px}.customer-dashboard-shell .dashboard-highlight-card{padding:18px 20px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);display:grid;gap:6px}.customer-dashboard-shell .dashboard-highlight-card__label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-light)}.customer-dashboard-shell .dashboard-shortcut-grid,.customer-dashboard-shell .dashboard-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.customer-dashboard-shell .customer-stat-card{padding:16px 18px;display:grid;gap:6px}.customer-dashboard-shell .customer-stat-card__label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-light)}.customer-dashboard-shell .dashboard-shortcut-card{padding:16px 18px;display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.customer-dashboard-shell .dashboard-shortcut-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.customer-dashboard-shell .dashboard-shortcut-card__icon{width:36px;height:36px;border-radius:var(--radius-sm);background:var(--green-pale);color:var(--green-mid);display:grid;place-items:center}.customer-dashboard-shell .dashboard-shortcut-card__copy p{color:var(--ink-light);font-size:12px}.customer-dashboard-shell .dashboard-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.customer-dashboard-shell .dashboard-panel{padding:18px}.customer-dashboard-shell .dashboard-list{display:grid;gap:10px}.customer-dashboard-shell .dashboard-order-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2)}.customer-dashboard-shell .dashboard-order-row__meta{text-align:right;font-size:12px;color:var(--ink-light)}.customer-dashboard-shell .dashboard-address-card{gap:6px;margin-bottom:12px}.customer-dashboard-shell .dashboard-address-card,.customer-dashboard-shell .dashboard-support-card{padding:14px 16px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-2);display:grid}.customer-dashboard-shell .dashboard-support-card{gap:8px}.customer-dashboard-shell .dashboard-support-card__actions{display:flex;gap:10px;flex-wrap:wrap}.customer-dashboard-shell .snapshot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.customer-dashboard-shell .snapshot-item.full{grid-column:1/-1}.customer-dashboard-shell .snapshot-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-light)}.customer-dashboard-shell .snapshot-value{font-size:13px;color:var(--ink)}.customer-dashboard-shell .cart-summary-bar{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;padding:20px 22px;background:linear-gradient(135deg,var(--green-mid),var(--green-deep));color:#fff;border-radius:var(--radius);margin-bottom:18px}@media(max-width:768px){.customer-dashboard-shell .cart-summary-bar{margin-bottom:10px}}.customer-dashboard-shell .cart-summary-text{display:grid;gap:6px}@media(max-width:768px){.customer-dashboard-shell .cart-summary-text{gap:0}}.customer-dashboard-shell .cart-summary-total-wrap{text-align:right}.customer-dashboard-shell .cart-summary-title,.customer-dashboard-shell .cart-summary-total{font-weight:700}.customer-dashboard-shell .cart-summary-label,.customer-dashboard-shell .cart-summary-sub{color:rgba(255,255,255,.75);font-size:12px}.customer-dashboard-shell .account-modal-overlay{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(11,21,16,.45)}.customer-dashboard-shell .account-modal{width:min(680px,100%);max-height:88vh;overflow:auto;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-lg)}.customer-dashboard-shell .account-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid var(--border)}.customer-dashboard-shell .account-modal-close{width:36px;height:36px;border-radius:var(--radius-xs);border:1px solid var(--border);background:var(--surface-2);cursor:pointer}.customer-dashboard-shell .account-modal-body{padding:20px;display:grid;gap:14px}.customer-dashboard-shell .account-modal-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.customer-dashboard-shell .account-toggle{display:inline-flex;align-items:center;gap:10px;color:var(--ink-mid);font-size:12px}@media(max-width:768px){.customer-dashboard-shell .customer-page{padding-top:0}.customer-dashboard-shell .content{padding:22px 18px;overflow:visible}.customer-dashboard-shell .main{min-height:auto}.customer-dashboard-shell .customer-page{min-height:auto;justify-content:flex-start;margin-top:0}.customer-dashboard-shell .topbar{margin-top:0;padding:6px 16px 12px;min-height:auto;align-items:center;gap:12px;flex-wrap:wrap;position:relative}.customer-dashboard-shell .topbar>div:first-child{min-width:0;padding-right:52px}.customer-dashboard-shell .page-title{margin-top:0}.customer-dashboard-shell .topbar-actions{width:100%;flex-wrap:wrap;margin-left:auto;gap:10px}.customer-dashboard-shell .topbar-actions .notif-dropdown{position:absolute;top:10px;right:16px;z-index:2}.customer-dashboard-shell .topbar-actions .btn-primary,.customer-dashboard-shell .topbar-actions .btn-secondary{justify-content:center;width:100%;order:2}.customer-dashboard-shell .topbar-actions .notif-dropdown .btn-icon{position:static;order:0}.customer-dashboard-shell .topbar-actions .notif-panel{right:0}.customer-dashboard-shell .addresses-grid,.customer-dashboard-shell .form-grid,.customer-dashboard-shell .profile-layout,.customer-dashboard-shell .rx-grid{grid-template-columns:1fr}.customer-dashboard-shell .wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-dashboard-shell .customer-reminders-page .reminders-grid{grid-template-columns:1fr}.customer-dashboard-shell .refill-list{padding:8px 12px 14px}.customer-dashboard-shell .refill-row{flex-direction:column;align-items:flex-start}.customer-dashboard-shell .refill-row__actions{width:100%;flex-direction:column;align-items:stretch}.customer-dashboard-shell .refill-row__actions .btn-secondary{width:100%;justify-content:center}.customer-dashboard-shell .purchased-items-grid{grid-template-columns:1fr;padding:8px 12px 16px}.customer-dashboard-shell .purchased-item-footer{flex-direction:column;align-items:flex-start}.customer-dashboard-shell .purchased-item-footer .btn-secondary{width:100%;justify-content:center}.customer-dashboard-shell .card-header{padding:8px 9px;align-items:flex-start;gap:10px;flex-wrap:wrap}.customer-dashboard-shell .orders-filter-bar,.customer-dashboard-shell .wishlist-toolbar{gap:5px;margin-bottom:10px}.customer-dashboard-shell .search-bar,.customer-dashboard-shell .sort-select,.customer-dashboard-shell .wishlist-count{width:100%;margin-left:0}.customer-dashboard-shell .search-bar{padding:10px 14px;border-radius:16px}.customer-dashboard-shell .search-bar input{width:100%}.customer-dashboard-shell .cart-summary-bar,.customer-dashboard-shell .order-body,.customer-dashboard-shell .order-card-header,.customer-dashboard-shell .order-footer,.customer-dashboard-shell .security-item{padding-left:16px;padding-right:16px}.customer-dashboard-shell .order-card-header{padding-left:20px;padding-right:20px}.customer-dashboard-shell .cart-summary-bar,.customer-dashboard-shell .order-body,.customer-dashboard-shell .order-card-header,.customer-dashboard-shell .order-footer,.customer-dashboard-shell .security-item{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.customer-dashboard-shell .customer-orders-page .order-footer,.customer-dashboard-shell .customer-orders-page .order-products,.customer-dashboard-shell .order-body{gap:6px}.customer-dashboard-shell .customer-orders-page .order-summary{row-gap:6px}.customer-dashboard-shell .customer-orders-page .order-actions{margin-top:6px}.customer-dashboard-shell .order-meta{flex-direction:column;align-items:flex-start;gap:6px}.customer-dashboard-shell .cart-summary-text,.customer-dashboard-shell .order-products,.customer-dashboard-shell .order-summary{width:100%}.customer-dashboard-shell .order-summary{text-align:left}.customer-dashboard-shell .form-section,.customer-dashboard-shell .order-actions{padding:10px 11px}.customer-dashboard-shell .form-actions{width:100%;justify-content:stretch;flex-wrap:wrap}.customer-dashboard-shell .form-actions .btn-primary,.customer-dashboard-shell .form-actions .btn-secondary,.customer-dashboard-shell .order-actions .btn-primary,.customer-dashboard-shell .order-actions .btn-secondary{flex:1;justify-content:center}.customer-dashboard-shell .customer-overview-page .orders-table tbody td:nth-child(2){overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.customer-dashboard-shell .customer-overview-page .orders-table tbody td:nth-child(2)::-webkit-scrollbar{display:none}.customer-dashboard-shell .customer-overview-page .orders-table .order-product{min-width:max-content}.customer-dashboard-shell .customer-overview-page .orders-table .product-name,.customer-dashboard-shell .customer-overview-page .orders-table .product-qty{white-space:nowrap}.customer-dashboard-shell .order-track{width:100%;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.customer-dashboard-shell .rx-pharma-note{flex-direction:column;align-items:flex-start;gap:10px}.customer-dashboard-shell .rx-pharma-note>div{width:100%}.customer-dashboard-shell .rx-pharma-note>div:first-of-type{display:flex;align-items:center;gap:10px}.customer-dashboard-shell .rx-note-title{margin:0}.customer-dashboard-shell .track-line,.customer-dashboard-shell .track-step{flex-shrink:0}.customer-dashboard-shell .rx-card{padding:16px;gap:12px}.customer-dashboard-shell .rx-card-footer{flex-wrap:wrap}.customer-dashboard-shell .rx-action-btn{flex:1;justify-content:center}.customer-dashboard-shell .profile-layout>div,.customer-dashboard-shell .profile-nav,.customer-dashboard-shell .profile-nav-item,.customer-dashboard-shell .profile-right,.customer-dashboard-shell .profile-sidebar-card{min-width:0}.customer-dashboard-shell .security-item{gap:14px}.customer-dashboard-shell .security-left{width:100%}.customer-dashboard-shell .toggle{align-self:flex-start}.customer-dashboard-shell .rx-history-table{display:block;overflow-x:auto;white-space:nowrap}.customer-dashboard-shell .cart-summary-bar{padding-top:18px;padding-bottom:18px}.customer-dashboard-shell .cart-summary-bar>*{width:100%}.customer-dashboard-shell .cart-summary-total-wrap{text-align:left;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.customer-dashboard-shell .cart-summary-total{display:inline}.customer-dashboard-shell .cart-summary-label{display:inline;margin-top:0}.customer-dashboard-shell .cart-summary-bar .btn-white{width:100%}.customer-dashboard-shell .btn-white{justify-content:center}.customer-dashboard-shell .profile-avatar-upload{opacity:1;pointer-events:auto}.customer-dashboard-shell .form-input,.customer-dashboard-shell .form-label{font-size:12px}.customer-dashboard-shell .form-input::placeholder{font-size:11px}.customer-dashboard-shell .customer-profile-page .profile-hero{text-align:left;display:flex;align-items:center;justify-content:center;gap:30px;padding:10px 16px}.customer-dashboard-shell .customer-profile-page .profile-avatar-lg{margin:0;flex-shrink:0}.customer-dashboard-shell .customer-profile-page .profile-hero-badge,.customer-dashboard-shell .customer-profile-page .profile-hero-email,.customer-dashboard-shell .customer-profile-page .profile-hero-name{margin-left:0}.customer-dashboard-shell .customer-profile-page .profile-hero:after{display:none}.customer-dashboard-shell .customer-profile-page .topbar{padding:8px 14px 10px;gap:8px;align-items:end}.customer-dashboard-shell .customer-profile-page .topbar>div:first-child{padding-right:50px}.customer-dashboard-shell .customer-profile-page .topbar-actions .notif-dropdown{top:8px;right:14px}.customer-dashboard-shell .customer-profile-page .topbar-actions{width:auto;margin-left:auto}.customer-dashboard-shell .customer-profile-page .content{padding-top:14px}.customer-dashboard-shell .customer-profile-page .profile-layout{margin-top:0}.customer-dashboard-shell .customer-profile-page .profile-nav{display:flex;flex-direction:row;gap:8px;padding:8px 10px 10px;overflow-x:auto;scrollbar-width:none}.customer-dashboard-shell .customer-profile-page .profile-nav::-webkit-scrollbar{display:none}.customer-dashboard-shell .customer-profile-page .profile-nav-item{white-space:nowrap;padding:8px 10px;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center}.customer-dashboard-shell .customer-profile-page .profile-nav-item svg{width:18px;height:18px}.customer-dashboard-shell .bottom-row,.customer-dashboard-shell .stats-row,.customer-dashboard-shell .two-col{grid-template-columns:1fr}.customer-dashboard-shell .stat-card{padding:16px}.customer-dashboard-shell .bottom-row,.customer-dashboard-shell .right-col,.customer-dashboard-shell .two-col{gap:16px}.customer-dashboard-shell .orders-table{display:block}.customer-dashboard-shell .customer-orders-page .order-total{grid-area:total}.customer-dashboard-shell .customer-orders-page .order-total-label{grid-area:label;text-align:right}.customer-dashboard-shell .customer-orders-page .order-actions{grid-area:actions;margin-top:0;padding-left:0;padding-right:0}.customer-dashboard-shell .customer-orders-page .order-body{padding-top:0;padding-bottom:0}.customer-dashboard-shell .orders-table td,.customer-dashboard-shell .orders-table th{padding:12px 16px}.customer-dashboard-shell .orders-table thead{display:none}.customer-dashboard-shell .orders-table tbody{display:block}.customer-dashboard-shell .orders-table tbody tr{display:grid;gap:8px;padding:12px 16px;grid-template-columns:1fr auto;grid-template-areas:"id id" "product amount" "date status";align-items:center}.customer-dashboard-shell .orders-table tbody td{padding:0;border:none;display:block}.customer-dashboard-shell .orders-table tbody td:first-child{grid-area:id}.customer-dashboard-shell .orders-table tbody td:nth-child(2){grid-area:product}.customer-dashboard-shell .orders-table tbody td:nth-child(3){grid-area:date}.customer-dashboard-shell .orders-table tbody td:nth-child(4){grid-area:amount;justify-self:end;text-align:right;font-weight:600}.customer-dashboard-shell .orders-table tbody td:nth-child(5){grid-area:status;justify-self:end;text-align:right}.customer-dashboard-shell .orders-table tbody tr:not(:last-child){border-bottom:1px solid var(--border)}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody tr{grid-template-columns:1fr auto!important;grid-template-areas:"id id" "product amount" "date status"!important;align-items:center!important}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:first-child{grid-area:id!important}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(2){grid-area:product!important}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(3){grid-area:date!important}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(4){grid-area:amount!important;justify-self:end!important;text-align:right!important}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(5){grid-area:status!important;justify-self:end!important;text-align:right!important}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(2){overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(2)::-webkit-scrollbar{display:none}.customer-dashboard-shell .customer-overview-page .overview-orders-table .order-product{min-width:max-content}.customer-dashboard-shell .customer-overview-page .overview-orders-table .product-name,.customer-dashboard-shell .customer-overview-page .overview-orders-table .product-qty{white-space:nowrap}.customer-dashboard-shell .reminder-item,.customer-dashboard-shell .tracker-item{padding-left:16px;padding-right:16px}.customer-dashboard-shell .spend-bars{padding:14px 16px}.customer-dashboard-shell .customer-wishlist-page .wishlist-grid{padding:10px 12px;gap:12px}.customer-dashboard-shell .blog-list,.customer-dashboard-shell .category-item{padding:12px 16px}.customer-dashboard-shell .blog-row{padding:10px}}@media(max-width:640px){.customer-dashboard-shell .addresses-grid,.customer-dashboard-shell .form-grid,.customer-dashboard-shell .profile-layout,.customer-dashboard-shell .rx-grid{grid-template-columns:1fr}.customer-dashboard-shell .wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-dashboard-shell .content{padding:18px 16px 28px}.customer-dashboard-shell .topbar{padding:18px 18px 14px;align-items:flex-start;gap:14px;flex-wrap:wrap;background:rgba(255,255,255,.92);backdrop-filter:blur(12px)}.customer-dashboard-shell .topbar>div:first-child{min-width:0;padding-right:52px}.customer-dashboard-shell .topbar-actions{width:100%;flex-wrap:wrap}.customer-dashboard-shell .topbar-actions .notif-dropdown{position:absolute;top:16px;right:18px;z-index:2}.customer-dashboard-shell .topbar-actions .notif-dropdown .btn-icon{position:static}.customer-dashboard-shell .topbar-actions .btn-primary,.customer-dashboard-shell .topbar-actions .btn-secondary{justify-content:center}.customer-dashboard-shell .card-header{padding:8px 9px;align-items:flex-start;gap:10px;flex-wrap:wrap}.customer-dashboard-shell .orders-filter-bar,.customer-dashboard-shell .wishlist-toolbar{gap:5px}.customer-dashboard-shell .search-bar,.customer-dashboard-shell .sort-select,.customer-dashboard-shell .wishlist-count{width:100%;margin-left:0}.customer-dashboard-shell .search-bar{padding:10px 14px;border-radius:16px}.customer-dashboard-shell .search-bar input{width:100%}.customer-dashboard-shell .cart-summary-bar,.customer-dashboard-shell .order-body,.customer-dashboard-shell .order-card-header,.customer-dashboard-shell .order-footer,.customer-dashboard-shell .security-item{padding-left:16px;padding-right:16px;flex-direction:column;align-items:flex-start;gap:4px}.customer-dashboard-shell .order-meta{flex-direction:column;align-items:flex-start;gap:6px}.customer-dashboard-shell .cart-summary-text,.customer-dashboard-shell .order-products,.customer-dashboard-shell .order-summary{width:100%}.customer-dashboard-shell .order-summary{text-align:left}.customer-dashboard-shell .form-actions,.customer-dashboard-shell .order-actions{width:100%;justify-content:stretch;flex-wrap:wrap}.customer-dashboard-shell .form-actions .btn-primary,.customer-dashboard-shell .form-actions .btn-secondary,.customer-dashboard-shell .order-actions .btn-primary,.customer-dashboard-shell .order-actions .btn-secondary{flex:1;justify-content:center}.customer-dashboard-shell .order-track{width:100%;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.customer-dashboard-shell .track-line,.customer-dashboard-shell .track-step{flex-shrink:0}.customer-dashboard-shell .rx-card,.customer-dashboard-shell .rx-pharma-note{padding:16px}.customer-dashboard-shell .rx-card{gap:12px}.customer-dashboard-shell .rx-card-footer{flex-wrap:wrap}.customer-dashboard-shell .rx-action-btn{flex:1;justify-content:center}.customer-dashboard-shell .profile-layout>div,.customer-dashboard-shell .profile-nav,.customer-dashboard-shell .profile-nav-item,.customer-dashboard-shell .profile-right,.customer-dashboard-shell .profile-sidebar-card{min-width:0}.customer-dashboard-shell .security-item{gap:14px}.customer-dashboard-shell .security-left{width:100%}.customer-dashboard-shell .toggle{align-self:flex-start}.customer-dashboard-shell .rx-history-table{display:block;overflow-x:auto;white-space:nowrap}.customer-dashboard-shell .wishlist-grid{grid-template-columns:1fr 1fr}.customer-dashboard-shell .cart-summary-bar{padding-top:18px;padding-bottom:18px}.customer-dashboard-shell .cart-summary-bar>*{width:100%}.customer-dashboard-shell .btn-white{justify-content:center}.customer-dashboard-shell .customer-orders-page .order-card-header{flex-direction:row;align-items:flex-start}.customer-dashboard-shell .customer-orders-page .order-card-header .pill{margin-left:auto;align-self:flex-start}.customer-dashboard-shell .customer-orders-page .order-summary{text-align:left;display:grid;grid-template-columns:1fr auto;grid-template-areas:"total label" "actions actions";align-items:center;column-gap:12px;row-gap:6px}.customer-dashboard-shell .customer-orders-page .order-total{grid-area:total}.customer-dashboard-shell .customer-orders-page .order-total-label{grid-area:label;text-align:right}.customer-dashboard-shell .customer-orders-page .order-actions{grid-area:actions;margin-top:0;padding-left:0;padding-right:0}.customer-dashboard-shell .customer-orders-page .order-body{padding-top:0;padding-bottom:0}}@media(max-width:420px){.customer-dashboard-shell .customer-dashboard-shell{--radius:14px;--radius-sm:9px;--radius-xs:8px}.customer-dashboard-shell .content{padding:16px 12px 24px}.customer-dashboard-shell .topbar{padding:16px 12px 12px}.customer-dashboard-shell .topbar>div:first-child{padding-right:35px}.customer-dashboard-shell .topbar-actions .notif-dropdown{top:12px;right:12px}.customer-dashboard-shell .topbar-actions .btn-primary,.customer-dashboard-shell .topbar-actions .btn-secondary{flex:1}.customer-dashboard-shell .topbar-actions .btn-icon,.customer-dashboard-shell .topbar-actions .btn-primary,.customer-dashboard-shell .topbar-actions .btn-secondary{min-height:42px}.customer-dashboard-shell .filter-tab,.customer-dashboard-shell .sort-select{font-size:12px}.customer-dashboard-shell .order-product-chip{width:100%}.customer-dashboard-shell .wish-product-img{height:148px;font-size:46px}.customer-dashboard-shell .wish-product-body{padding:14px;row-gap:6px;column-gap:8px}.customer-dashboard-shell .wish-product-price-row{gap:6px}.customer-dashboard-shell .wish-add-cart{padding:6px 10px;min-height:30px;font-size:12px}.customer-dashboard-shell .wish-share{width:42px;height:42px}.customer-dashboard-shell .profile-hero:after{display:none}.customer-dashboard-shell .profile-hero-email,.customer-dashboard-shell .profile-hero-name{overflow-wrap:anywhere;word-break:break-word}.customer-dashboard-shell .profile-stat-row{grid-template-columns:1fr}.customer-dashboard-shell .profile-stat{border-right:none;border-bottom:1px solid var(--border)}.customer-dashboard-shell .profile-stat:last-child{border-bottom:none}.customer-dashboard-shell .security-item .btn-secondary{width:100%;justify-content:center}.customer-dashboard-shell .form-actions{flex-direction:column-reverse}.customer-dashboard-shell .rx-upload-zone{padding:28px 18px}.customer-dashboard-shell .order-body{gap:6px}}.customer-dashboard-shell .customer-stat-card.accent{background:var(--green-mist);border-color:var(--green-pale)}.customer-dashboard-shell .dashboard-address-card__label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-light)}.customer-dashboard-shell .profile-support-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.customer-dashboard-shell .support-card{padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);display:grid;gap:8px}.customer-dashboard-shell .order-cancel-note,.customer-dashboard-shell .order-delivered-note,.customer-dashboard-shell .order-footer-note{font-size:12px;color:var(--ink-mid)}.customer-dashboard-shell .order-cancel-note small,.customer-dashboard-shell .order-delivered-note small{display:block;color:var(--ink-light)}.customer-dashboard-shell .address-default.muted{color:var(--ink-light)}.customer-dashboard-shell .welcome-banner{background:linear-gradient(135deg,var(--green-deep) 0,var(--green-mid) 60%,var(--green-bright) 100%);border-radius:var(--radius);padding:28px 32px;display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;overflow:hidden;position:relative}@media(max-width:768px){.customer-dashboard-shell .welcome-banner{flex-direction:column!important;align-items:flex-start!important;gap:16px!important;padding:18px!important;margin-bottom:8px!important}}.customer-dashboard-shell .welcome-banner:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.04);right:-60px;top:-80px}.customer-dashboard-shell .welcome-banner:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;background:rgba(255,255,255,.05);right:120px;bottom:-60px}.customer-dashboard-shell .welcome-text h2{font-family:Syne,sans-serif;font-weight:700;font-size:18px;color:#fff;margin-bottom:6px}@media(max-width:768px){.customer-dashboard-shell .welcome-text h2{font-size:16px}}@media(max-width:440px){.customer-dashboard-shell .welcome-text h2{font-size:14px}}.customer-dashboard-shell .welcome-text p{color:rgba(255,255,255,.95);font-size:14px;line-height:1.5}@media(max-width:768px){.customer-dashboard-shell .welcome-text p{font-size:12px}}.customer-dashboard-shell .welcome-pill{background:rgba(255,255,255,.32);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.42);border-radius:40px;padding:8px 18px;color:#fff;font-size:12.5px;font-weight:700;cursor:pointer;transition:background .15s;white-space:nowrap;z-index:1;text-decoration:none}@media(max-width:768px){.customer-dashboard-shell .welcome-pill{width:100%;display:flex;justify-content:center}}.customer-dashboard-shell .welcome-pill:active,.customer-dashboard-shell .welcome-pill:focus{outline:none}.customer-dashboard-shell .welcome-pill:hover{background:rgba(255,255,255,.2)}.customer-dashboard-shell .stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}@media(max-width:768px){.customer-dashboard-shell .stats-row{margin-bottom:10px;gap:8px}}.customer-dashboard-shell .stat-card{background:var(--surface);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-sm);border:1px solid var(--border);display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s,transform .2s;cursor:default}.customer-dashboard-shell .stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.customer-dashboard-shell .stat-header{display:flex;align-items:center;justify-content:space-between}.customer-dashboard-shell .stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.customer-dashboard-shell .stat-icon.green{background:var(--green-pale);color:var(--green-mid)}.customer-dashboard-shell .stat-icon.amber{background:var(--amber-pale);color:var(--amber)}.customer-dashboard-shell .stat-icon.red{background:var(--red-pale);color:var(--red-soft)}.customer-dashboard-shell .stat-icon.blue{background:var(--blue-pale);color:var(--blue-soft)}.customer-dashboard-shell .stat-trend{font-size:11.5px;font-weight:600;padding:3px 8px;border-radius:20px}.customer-dashboard-shell .stat-trend.up{background:var(--green-pale);color:var(--green-bright)}.customer-dashboard-shell .stat-trend.down{background:var(--red-pale);color:var(--red-soft)}.customer-dashboard-shell .stat-trend.neu{background:#f1f3f9;color:var(--ink-light)}.customer-dashboard-shell .stat-value{font-family:Syne,sans-serif;font-size:26px;font-weight:700;color:var(--ink);line-height:1}.customer-dashboard-shell .stat-label{font-size:12px;color:var(--ink-light);margin-top:2px;font-weight:400}.customer-dashboard-shell .two-col{display:grid;grid-template-columns:1fr 340px;gap:20px;margin-bottom:24px}@media(max-width:1200px)and (min-width:769px){.customer-dashboard-shell .two-col{grid-template-columns:minmax(0,1fr) 260px;gap:18px}}.customer-dashboard-shell .right-col{display:flex;flex-direction:column;gap:20px}.customer-dashboard-shell .orders-table{width:100%;border-collapse:collapse}.customer-dashboard-shell .orders-table th{font-size:11px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:var(--ink-light);padding:10px 22px;text-align:left;background:var(--surface-2);border-bottom:1px solid var(--border)}.customer-dashboard-shell .orders-table td{padding:14px 22px;font-size:13.5px;border-bottom:1px solid var(--border);vertical-align:middle}.customer-dashboard-shell .orders-table tr:last-child td{border-bottom:none}.customer-dashboard-shell .orders-table tr:hover td{background:var(--green-mist)}.customer-dashboard-shell .order-id{font-weight:600;color:var(--ink);font-size:13px}.customer-dashboard-shell .order-product{display:flex;align-items:center;gap:10px}.customer-dashboard-shell .product-icon{width:32px;height:32px;border-radius:8px;background:var(--green-pale);display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0;overflow:hidden}.customer-dashboard-shell .product-icon img{width:100%;height:100%;object-fit:cover}.customer-dashboard-shell .product-name{font-weight:500;font-size:var(--font-body);color:var(--ink)}.customer-dashboard-shell .product-qty{font-size:11.5px;color:var(--ink-light)}.customer-dashboard-shell .status-pill{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-size:11.5px;font-weight:600;white-space:nowrap}.customer-dashboard-shell .status-pill:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.customer-dashboard-shell .status-pill.delivered{background:var(--success-pale);color:var(--success-bright)}.customer-dashboard-shell .status-pill.delivered:before{background:var(--success-bright)}.customer-dashboard-shell .status-pill.processing{background:var(--amber-pale);color:#d97706}.customer-dashboard-shell .status-pill.processing:before{background:var(--amber)}.customer-dashboard-shell .status-pill.shipped{background:var(--blue-pale);color:var(--blue-soft)}.customer-dashboard-shell .status-pill.shipped:before{background:var(--blue-soft)}.customer-dashboard-shell .status-pill.cancelled{background:var(--red-pale);color:var(--red-soft)}.customer-dashboard-shell .status-pill.cancelled:before{background:var(--red-soft)}.customer-dashboard-shell .tracker-list{padding:6px 0}.customer-dashboard-shell .tracker-item{padding:14px 22px;display:flex;align-items:flex-start;gap:14px;border-bottom:1px solid var(--border);transition:background .15s;cursor:pointer}.customer-dashboard-shell .tracker-item:last-child{border-bottom:none}.customer-dashboard-shell .tracker-item:hover{background:var(--green-mist)}.customer-dashboard-shell .tracker-step{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.customer-dashboard-shell .tracker-step.done{background:var(--success-pale);color:var(--success-bright)}.customer-dashboard-shell .tracker-step.active{background:var(--amber-pale);color:var(--amber)}.customer-dashboard-shell .tracker-step.pending{background:#f1f3f9;color:var(--ink-light)}.customer-dashboard-shell .tracker-info .t-title{font-weight:600;font-size:13px;color:var(--ink)}.customer-dashboard-shell .tracker-info .t-sub{font-size:11.5px;color:var(--ink-light);margin-top:2px}.customer-dashboard-shell .tracker-time{margin-left:auto;font-size:11px;color:var(--ink-light);white-space:nowrap;padding-top:4px}.customer-dashboard-shell .reminder-list{padding:6px 0}.customer-dashboard-shell .reminder-item{padding:12px 22px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .15s}.customer-dashboard-shell .reminder-item:last-child{border-bottom:none}.customer-dashboard-shell .reminder-item:hover{background:var(--green-mist)}.customer-dashboard-shell .reminder-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.customer-dashboard-shell .reminder-dot.urgent{background:var(--red-soft)}.customer-dashboard-shell .reminder-dot.medium{background:var(--amber)}.customer-dashboard-shell .reminder-dot.low{background:var(--success-light)}.customer-dashboard-shell .reminder-text .r-title{font-size:13px;font-weight:500;color:var(--ink)}.customer-dashboard-shell .reminder-text .r-sub{font-size:11.5px;color:var(--ink-light);margin-top:1px}.customer-dashboard-shell .reminder-time{margin-left:auto;font-size:11px;color:var(--ink-light)}.customer-dashboard-shell .bottom-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.customer-dashboard-shell .rx-item{padding:14px 22px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .15s}.customer-dashboard-shell .rx-item:last-child{border-bottom:none}.customer-dashboard-shell .rx-item:hover{background:var(--green-mist)}.customer-dashboard-shell .rx-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:17px}.customer-dashboard-shell .rx-info .rx-name{font-weight:600;font-size:13px;color:var(--ink)}.customer-dashboard-shell .rx-info .rx-detail{font-size:11.5px;color:var(--ink-light);margin-top:2px}.customer-dashboard-shell .spend-bars{padding:16px 22px 20px}.customer-dashboard-shell .spend-bar-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.customer-dashboard-shell .spend-bar-label{font-size:11.5px;color:var(--ink-mid);width:28px}.customer-dashboard-shell .spend-bar-track{flex:1;height:8px;background:var(--surface-2);border-radius:10px;overflow:hidden}.customer-dashboard-shell .spend-bar-fill{height:100%;border-radius:10px;background:linear-gradient(90deg,var(--green-mid),var(--green-light));transition:width .6s ease}.customer-dashboard-shell .spend-bar-fill.high{background:linear-gradient(90deg,var(--success-mid),var(--success-light))}.customer-dashboard-shell .spend-bar-fill.medium{background:linear-gradient(90deg,var(--amber),#f6c36c)}.customer-dashboard-shell .spend-bar-fill.low{background:linear-gradient(90deg,var(--red-soft),#f4b1a3)}.customer-dashboard-shell .spend-bar-val{font-size:11.5px;color:var(--ink-light);width:70px;text-align:right}.customer-dashboard-shell .wishlist-grid{padding:16px 22px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.customer-dashboard-shell .wish-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid var(--border);transition:border-color .15s,box-shadow .15s;cursor:pointer}.customer-dashboard-shell .wish-item:hover{border-color:var(--green-light);box-shadow:var(--shadow-sm)}.customer-dashboard-shell .wish-emoji{font-size:20px;width:36px;height:36px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--green-pale)}.customer-dashboard-shell .wish-emoji img{width:100%;height:100%;object-fit:cover}.customer-dashboard-shell .wish-name{font-size:13px;font-weight:500;color:var(--ink);flex:1}.customer-dashboard-shell .wish-price{font-size:13px;font-weight:600;color:var(--green-mid)}.customer-dashboard-shell .wish-add{width:26px;height:26px;border-radius:50%;background:var(--green-pale);color:var(--green-mid);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:background .15s;flex-shrink:0}.customer-dashboard-shell .wish-add:hover{background:var(--green-pale)}.customer-dashboard-shell .category-list{padding:6px 0}.customer-dashboard-shell .category-item{padding:12px 22px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border)}.customer-dashboard-shell .category-item:last-child{border-bottom:none}.customer-dashboard-shell .category-icon{width:28px;height:28px;border-radius:50%;background:var(--green-pale);color:var(--green-mid);display:flex;align-items:center;justify-content:center;flex-shrink:0}.customer-dashboard-shell .category-info .category-title{font-size:13px;font-weight:600;color:var(--ink)}.customer-dashboard-shell .category-info .category-sub{font-size:11.5px;color:var(--ink-light);margin-top:2px}.customer-dashboard-shell .category-cta{margin-left:auto;font-size:12px;color:var(--green-mid)}.customer-dashboard-shell .blog-list{padding:14px 22px;display:grid;gap:10px}.customer-dashboard-shell .blog-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid var(--border);text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s}.customer-dashboard-shell .blog-row:hover{border-color:var(--green-light);box-shadow:var(--shadow-sm)}.customer-dashboard-shell .blog-title{font-size:var(--font-body);font-weight:600;color:var(--ink)}.customer-dashboard-shell .blog-meta{font-size:11.5px;color:var(--ink-light);margin-top:2px}.customer-dashboard-shell .blog-action{font-size:12px;color:var(--green-mid)}@media(max-width:1024px)and (min-width:769px){.customer-dashboard-shell .content{padding:22px 24px 28px}.customer-dashboard-shell .topbar{padding:16px 24px;gap:14px;align-items:flex-start;flex-wrap:wrap}.customer-dashboard-shell .topbar-actions{margin-left:auto;max-width:100%;justify-content:flex-end;flex-wrap:wrap}.customer-dashboard-shell .customer-profile-page .topbar{padding-left:28px;padding-right:28px}.customer-dashboard-shell .customer-profile-page .content{padding:20px 28px 30px}.customer-dashboard-shell .customer-profile-page .profile-layout{grid-template-columns:minmax(0,1fr);gap:20px}.customer-dashboard-shell .customer-profile-page .profile-sidebar-card{display:grid;grid-template-columns:minmax(0,1fr)}.customer-dashboard-shell .customer-profile-page .profile-hero{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;padding:22px 24px;text-align:left}.customer-dashboard-shell .customer-profile-page .profile-hero:after{display:none}.customer-dashboard-shell .customer-profile-page .profile-avatar-lg{margin:0;flex-shrink:0}.customer-dashboard-shell .customer-profile-page .profile_wrapper{min-width:0;display:grid;gap:8px}.customer-dashboard-shell .customer-profile-page .profile-hero-email,.customer-dashboard-shell .customer-profile-page .profile-hero-name{overflow-wrap:anywhere}.customer-dashboard-shell .customer-profile-page .profile-hero-badge{margin-top:0;justify-self:start}.customer-dashboard-shell .customer-profile-page .profile-nav{display:flex;flex-wrap:wrap;gap:10px;padding:14px 18px 18px}.customer-dashboard-shell .customer-profile-page .profile-nav-item{flex:1 1 160px;min-height:50px;padding:12px 14px;border-radius:14px;border:1px solid rgba(0,0,0,0);justify-content:center}.customer-dashboard-shell .customer-profile-page .profile-nav-item:hover{border-color:var(--green-light)}.customer-dashboard-shell .customer-profile-page .profile-nav-item.active{border-color:var(--green-mid)}.customer-dashboard-shell .customer-profile-page .address-card{flex-wrap:wrap}.customer-dashboard-shell .customer-profile-page .address-actions{width:100%;margin-left:30px;justify-content:flex-start;flex-wrap:wrap}.customer-dashboard-shell .customer-overview-page .welcome-banner{padding:24px 26px;gap:20px;align-items:flex-start}.customer-dashboard-shell .customer-overview-page .welcome-text p{max-width:none}.customer-dashboard-shell .customer-overview-page .stats-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.customer-dashboard-shell .customer-overview-page .stat-card{padding:18px}.customer-dashboard-shell .customer-overview-page .two-col{grid-template-columns:minmax(0,1fr);gap:18px}.customer-dashboard-shell .customer-overview-page .right-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.customer-dashboard-shell .customer-overview-page .bottom-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.customer-dashboard-shell .customer-overview-page .overview-card--refills{grid-column:1/-1}.customer-dashboard-shell .customer-overview-page .overview-card .card-header{padding:16px 18px}.customer-dashboard-shell .customer-overview-page .overview-orders-table{display:block}.customer-dashboard-shell .customer-overview-page .overview-orders-table thead{display:none}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody{display:block}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody tr{display:grid;gap:10px;padding:18px 20px;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"id status" "product product" "date amount";align-items:start}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td{padding:0;border:none;display:block}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:first-child{grid-area:id}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(2){grid-area:product;min-width:0}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(3){grid-area:date}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(4){grid-area:amount;justify-self:end;text-align:right;font-weight:600}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody td:nth-child(5){grid-area:status;justify-self:end;text-align:right}.customer-dashboard-shell .customer-overview-page .overview-orders-table tbody tr:not(:last-child){border-bottom:1px solid var(--border)}.customer-dashboard-shell .customer-overview-page .overview-orders-table .order-product{min-width:0;align-items:flex-start}.customer-dashboard-shell .customer-overview-page .overview-orders-table .product-name{overflow-wrap:anywhere}.customer-dashboard-shell .customer-overview-page .overview-orders-table .status-pill{justify-content:center}.customer-dashboard-shell .customer-overview-page .category-item,.customer-dashboard-shell .customer-overview-page .reminder-item{padding-left:18px;padding-right:18px}.customer-dashboard-shell .customer-overview-page .spend-bars{padding:16px 18px 18px}.customer-dashboard-shell .customer-overview-page .blog-list{padding:14px 18px 18px}.customer-dashboard-shell .customer-overview-page .blog-row{align-items:flex-start}}@media(max-width:768px){.customer-dashboard-shell .bottom-row,.customer-dashboard-shell .stats-row,.customer-dashboard-shell .two-col{grid-template-columns:1fr}.customer-dashboard-shell .stats-row{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.customer-dashboard-shell .stats-row::-webkit-scrollbar{display:none}.customer-dashboard-shell .stat-card{padding:14px;flex:0 0 auto}.customer-dashboard-shell .stat-header{gap:6px}.customer-dashboard-shell .stat-value{font-size:20px}.customer-dashboard-shell .stat-label{font-size:11px;display:inline;margin-left:6px}.customer-dashboard-shell .stat-value{display:inline}.customer-dashboard-shell .stat-trend{font-size:10.5px;padding:2px 6px}.customer-dashboard-shell .orders-table{display:block}.customer-dashboard-shell .orders-table thead{display:none}.customer-dashboard-shell .orders-table tbody{display:block}.customer-dashboard-shell .orders-table tbody tr{display:grid;gap:8px;padding:12px 16px;grid-template-columns:1fr auto;grid-template-areas:"id id" "product amount" "date status";align-items:center}.customer-dashboard-shell .orders-table tbody td{padding:0;border:none;display:block}.customer-dashboard-shell .orders-table tbody td:first-child{grid-area:id}.customer-dashboard-shell .orders-table tbody td:nth-child(2){grid-area:product}.customer-dashboard-shell .orders-table tbody td:nth-child(3){grid-area:date}.customer-dashboard-shell .orders-table tbody td:nth-child(4){grid-area:amount;justify-self:end;text-align:right;align-self:center;font-weight:600}.customer-dashboard-shell .orders-table tbody td:nth-child(5){grid-area:status;justify-self:end;text-align:right;align-self:end}.customer-dashboard-shell .orders-table tbody td:nth-child(2) .order-product{width:100%}.customer-dashboard-shell .orders-table tbody tr:not(:last-child){border-bottom:1px solid var(--border)}.customer-dashboard-shell .customer-overview-page .orders-table tbody tr{grid-template-columns:1fr auto!important;grid-template-areas:"id id" "product amount" "date status"!important;align-items:center}.customer-dashboard-shell .customer-overview-page .orders-table tbody td:first-child{grid-area:id}.customer-dashboard-shell .customer-overview-page .orders-table tbody td:nth-child(2){grid-area:product}.customer-dashboard-shell .customer-overview-page .orders-table tbody td:nth-child(3){grid-area:date}.customer-dashboard-shell .customer-overview-page .orders-table tbody td:nth-child(4){grid-area:amount;justify-self:end;text-align:right}.customer-dashboard-shell .customer-overview-page .orders-table tbody td:nth-child(5){grid-area:status;justify-self:end;text-align:right}}.customer-dashboard-shell .address-card{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.customer-dashboard-shell .address-card .card-action-button{padding:6px 12px;font-size:12px}.customer-dashboard-shell .address-actions{margin-left:auto;display:flex;gap:8px;align-items:center}.customer-dashboard-shell .address-radio{width:18px;height:18px;border-radius:50%;border:1.5px solid var(--border);background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.customer-dashboard-shell .address-radio-dot{width:8px;height:8px;border-radius:50%;background:var(--success-mid);opacity:0}.customer-dashboard-shell .address-card.selected .address-radio-dot{opacity:1}.customer-dashboard-shell .address-radio:hover{border-color:var(--green-light)}.customer-dashboard-shell .form-input:disabled,.customer-dashboard-shell .form-input[readonly]{background:var(--surface);color:var(--ink);opacity:1}.customer-dashboard-shell .form-input:disabled{cursor:not-allowed}.customer-dashboard-shell .toggle:disabled{cursor:not-allowed;opacity:.5}.customer-wishlist-page .wishlist-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.customer-wishlist-page .wishlist-card{display:flex;flex-direction:column;min-height:100%;border-radius:16px;background:#fff;border:1px solid rgba(124,58,237,.08);box-shadow:0 8px 20px rgba(103,58,183,.07);overflow:hidden}.customer-wishlist-page .wishlist-card-image-link{display:block;width:100%}.customer-wishlist-page .wishlist-card-media{position:relative;padding:12px 12px 0}.customer-wishlist-page .wishlist-card-image{width:100%;aspect-ratio:1/1;position:relative;display:flex;align-items:center;justify-content:center;background:#f8f8fb;border-radius:12px 12px 0 0;overflow:hidden}.customer-wishlist-page .wishlist-card-image img{object-fit:contain;transform:scale(1.08);transform-origin:center}.customer-wishlist-page .wishlist-card-content{display:flex;flex-direction:column;gap:6px;padding:12px 12px 14px;flex:1 1 auto}.customer-wishlist-page .wishlist-card-title-link{display:block;text-decoration:none}.customer-wishlist-page .wishlist-card-category{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7c7c98}.customer-wishlist-page .wishlist-card-title{font-size:.95rem;line-height:1.2;min-height:2.35em;color:#201f32;margin:0;font-weight:700}.customer-wishlist-page .wishlist-card-brand{font-size:.82rem;color:#8f8aa8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.customer-wishlist-page .wishlist-card-divider{width:100%;height:1px;background:rgba(15,23,42,.08);margin-top:2px}.customer-wishlist-page .wishlist-card-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;margin-top:2px}.customer-wishlist-page .wishlist-card-actions{display:inline-flex;align-items:center;gap:6px;flex-wrap:nowrap}.customer-wishlist-page .wishlist-card-add{min-width:76px;height:34px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:0 .8rem;border-radius:10px;border:1px solid rgba(148,163,184,.28);background:#f7f4ff;color:#201f32;cursor:pointer;transition:.2s ease;font-weight:700;font-size:.82rem;white-space:nowrap}.customer-wishlist-page .wishlist-card-add:hover{background:#7c3aed;border-color:#7c3aed;color:#fff}.customer-wishlist-page .wishlist-card-add:disabled{opacity:.55;cursor:not-allowed}.customer-wishlist-page .wishlist-card-add svg{width:15px;height:15px;fill:currentColor}.customer-wishlist-page .wishlist-card-price{font-size:.95rem;font-weight:700;color:#201f32}.customer-wishlist-page .wishlist-card-badge{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;justify-content:center;width:auto;max-width:max-content;white-space:nowrap;font-size:10px;font-weight:600;padding:3px 7px;border-radius:20px;z-index:1}.customer-wishlist-page .wishlist-card-badge.in{background:var(--green-pale);color:var(--green-bright)}.customer-wishlist-page .wishlist-card-badge.low{background:var(--amber-pale);color:#d97706}.customer-wishlist-page .wishlist-card-badge.out{background:var(--red-pale);color:var(--red-soft)}@media(min-width:1025px){.customer-wishlist-page .wishlist-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.customer-wishlist-page .wishlist-card{border-radius:14px;box-shadow:0 6px 16px rgba(103,58,183,.06)}.customer-wishlist-page .wishlist-card-media{padding:10px 10px 0}.customer-wishlist-page .wishlist-card-image{border-radius:10px 10px 0 0}.customer-wishlist-page .wishlist-card-content{gap:5px;padding:10px 10px 12px}.customer-wishlist-page .wishlist-card-category{font-size:.62rem}.customer-wishlist-page .wishlist-card-title{font-size:.88rem;min-height:2.25em}.customer-wishlist-page .wishlist-card-brand,.customer-wishlist-page .wishlist-card-price{font-size:.78rem}.customer-wishlist-page .wishlist-card-footer{gap:6px}.customer-wishlist-page .wishlist-card-actions{gap:5px}.customer-wishlist-page .wishlist-card-add{min-width:68px;height:32px;padding:0 .68rem;font-size:.76rem}.customer-wishlist-page .wishlist-card-add svg{width:14px;height:14px}.customer-wishlist-page .wishlist-card-badge{top:8px;left:8px;font-size:9px;padding:2px 6px}}@media(min-width:1440px){.customer-wishlist-page .wishlist-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:768px){.customer-wishlist-page .wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.customer-wishlist-page .wishlist-card-media{padding:10px 10px 0}.customer-wishlist-page .wishlist-card-content{padding:10px 10px 12px}.customer-wishlist-page .wishlist-card-title{font-size:.88rem}.customer-wishlist-page .wishlist-card-add{height:32px;min-width:68px;padding:0 .7rem;font-size:.78rem}.customer-wishlist-page .wishlist-card-category{font-size:.62rem}.customer-wishlist-page .wishlist-card-brand,.customer-wishlist-page .wishlist-card-price{font-size:.78rem}.customer-wishlist-page .wishlist-card-badge{top:8px;left:8px;font-size:9px}}.wishlist-exact{background:#fbf7ff;min-height:100%}.wishlist-exact__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:18px 20px 12px;background:#fff;border-bottom:1px solid var(--border)}.wishlist-exact__title-copy{min-width:0}.wishlist-exact__notification{align-self:center}.wishlist-exact__header h1{display:flex;align-items:center;gap:7px;margin:0;color:var(--ink);font-family:Syne,sans-serif;font-size:16px;font-weight:800}.wishlist-exact__header h1 svg{color:var(--red-soft)}.wishlist-exact__header p{margin:5px 0 0;color:var(--ink-light);font-size:12px}.wishlist-exact__add-all{grid-column:1/-1;width:100%;min-height:41px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:7px;background:var(--green-mid);color:#fff;font:700 13px DM Sans,sans-serif;cursor:pointer}.wishlist-exact button:disabled{cursor:not-allowed;opacity:.48}.wishlist-exact__body{padding:16px 20px 28px}.wishlist-exact__summary{padding:19px 16px 15px;border-radius:15px;color:#fff;background:linear-gradient(135deg,var(--green-mid),var(--green-deep));box-shadow:0 8px 22px color-mix(in srgb,var(--green-deep) 18%,transparent)}.wishlist-exact__summary>strong{display:block;font-size:14px}.wishlist-exact__summary>p{margin:5px 0 13px;color:rgba(255,255,255,.78);font-size:11px}.wishlist-exact__summary>div{display:flex;align-items:baseline;gap:7px;margin-bottom:11px}.wishlist-exact__summary b{font:800 21px Syne,sans-serif}.wishlist-exact__summary span{color:rgba(255,255,255,.72);font-size:11px}.wishlist-exact__summary>button{width:100%;min-height:35px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:7px;background:#fff;color:var(--green-mid);font-weight:700;cursor:pointer}.wishlist-exact__controls{margin:14px 0 18px}.wishlist-exact__controls>span{display:block;margin-bottom:7px;color:var(--ink-light);font-size:11px}.wishlist-exact__controls select{width:100%;height:35px;padding:0 13px;border:1px solid var(--border);border-radius:20px;background:#fff;color:var(--ink-mid);font:11px DM Sans,sans-serif;outline:none}.wishlist-exact__filters{display:flex;gap:6px;margin-top:7px}.wishlist-exact__filters button{min-width:45px;height:30px;padding:0 16px;border:1px solid var(--border);border-radius:18px;background:#fff;color:var(--ink-mid);font-size:11px;cursor:pointer}.wishlist-exact__filters button.active{border-color:var(--green-mid);background:var(--green-mid);color:#fff;font-weight:700}.wishlist-exact__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wishlist-exact__card{min-width:0;overflow:hidden;border:1px solid color-mix(in srgb,var(--border) 75%,transparent);border-radius:15px;background:#fff;box-shadow:0 5px 16px rgba(46,20,70,.06)}.wishlist-exact__media{position:relative;display:grid;place-items:center;aspect-ratio:1/1;margin:8px 8px 0;overflow:hidden;border-radius:10px 10px 0 0;background:#f4f0ed;color:var(--ink-light)}.wishlist-exact__media img{width:100%;height:100%;object-fit:contain;padding:7px}.wishlist-exact__media span{position:absolute;z-index:1;top:0;left:0;padding:3px 7px;border-radius:9px;font-size:8px;font-weight:700}.wishlist-exact__media span.in{background:color-mix(in srgb,var(--green-mid) 15%,white);color:var(--green-mid)}.wishlist-exact__media span.out{background:#fee2e2;color:#b91c1c}.wishlist-exact__card-body{display:grid;gap:5px;padding:10px}.wishlist-exact__card-body small{overflow:hidden;color:var(--ink-light);font-size:8px;font-weight:700;letter-spacing:.05em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.wishlist-exact__card-body>a{min-height:31px;color:var(--ink);font-size:12px;font-weight:700;line-height:1.3;text-decoration:none}.wishlist-exact__card-body>strong{color:var(--ink);font-size:13px}.wishlist-exact__card-body>div{display:grid;grid-template-columns:1fr 33px;gap:5px}.wishlist-exact__card-body button{height:32px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:1px solid var(--green-mid);border-radius:8px;background:#fff;color:var(--green-mid);font-size:11px;font-weight:700;cursor:pointer}.wishlist-exact__no-results{padding:28px 15px;border:1px dashed var(--border);border-radius:14px;color:var(--ink-light);text-align:center;font-size:12px}@media(min-width:700px){.wishlist-exact__header{grid-template-columns:minmax(0,1fr) auto 230px;align-items:end}.wishlist-exact__add-all{grid-column:auto}.wishlist-exact__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1100px){.wishlist-exact__body,.wishlist-exact__header{padding-left:28px;padding-right:28px}.wishlist-exact__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.profile-exact{width:min(100%,760px);min-height:100%;margin:0 auto;padding:0 18px 32px;background:#fbf7ff;color:var(--ink)}.profile-exact__page-title{position:relative;min-height:90px;display:flex;align-items:center;padding:0 74px 0 5px}.profile-exact__page-title h1{margin:0;font:700 18px DM Sans,sans-serif;letter-spacing:-.03em}.profile-exact__page-title p{margin:6px 0 0;color:var(--ink-light);font-size:12px}.profile-exact__notifications{position:absolute!important;top:23px!important;right:0!important;z-index:2!important}.profile-exact__notifications .btn-icon{width:44px;height:44px;border-radius:10px}.profile-exact__notifications .customer-notification-menu{top:50px;right:0}.profile-exact__identity{min-height:132px;display:flex;align-items:center;justify-content:flex-start;gap:24px;padding:20px 26px;border-radius:16px 16px 0 0;color:#fff;background:linear-gradient(115deg,var(--green-deep),var(--green-mid))}.profile-exact__identity h1{margin:0 0 7px;font:700 21px DM Sans,sans-serif;letter-spacing:-.03em}.profile-exact__identity p{margin:0 0 13px;color:rgba(255,255,255,.66)}.profile-exact__identity b{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border:1px solid rgba(255,255,255,.25);border-radius:20px;background:rgba(255,255,255,.13);font-size:12px}.profile-exact__avatar{position:relative;width:88px;height:88px;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;border:3px solid #f5b5dc;border-radius:50%;background:linear-gradient(145deg,#ed8ec7,#f5cee4);color:#492043;font:800 27px Syne,sans-serif;cursor:pointer}.profile-exact__avatar img{width:100%;height:100%;object-fit:cover}.profile-exact__avatar span{position:absolute;bottom:0;left:9px;right:9px;padding:4px;border-radius:12px;background:#3b3946;color:#fff;font:700 10px DM Sans,sans-serif;text-align:center}.profile-exact__avatar input{position:absolute;width:1px;height:1px;opacity:0}.profile-exact__tabs{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:14px;border:1px solid var(--border);border-top:0;border-radius:0 0 16px 16px;background:#fff;box-shadow:0 4px 12px rgba(35,14,54,.06);overflow:hidden}.profile-exact__tabs button{min-height:95px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:0;border-left:2px solid rgba(0,0,0,0);border-right:2px solid rgba(0,0,0,0);border-radius:14px;background:rgba(0,0,0,0);color:var(--ink-mid);font:500 14px DM Sans,sans-serif;cursor:pointer}.profile-exact__tabs svg{width:18px}.profile-exact__tabs button.active{border-left-color:var(--green-mid);border-right-color:var(--green-mid);background:color-mix(in srgb,var(--green-mid) 8%,white);color:var(--green-mid)}.profile-exact__message{margin:0 0 12px;padding:10px 14px;border-radius:9px;background:color-mix(in srgb,var(--green-mid) 9%,white);color:var(--green-deep);font-size:12px}.profile-card{margin-bottom:18px;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 4px 12px rgba(35,14,54,.06)}.profile-card>header{min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-bottom:1px solid var(--border)}.profile-card h2{margin:0;font:700 15px DM Sans,sans-serif;letter-spacing:-.02em}.profile-card>header button{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border:1px solid var(--red-soft);border-radius:10px;background:#fff;color:var(--green-mid);font-weight:600;cursor:pointer}.profile-card>header button svg{width:15px;height:15px}.profile-form{display:grid;gap:17px;padding:17px 16px 24px}.profile-form h3{margin:0 0 -7px;padding-bottom:9px;border-bottom:1px solid var(--border);font-size:14px}.profile-form label,.profile-modal label{display:grid;gap:7px;color:var(--ink-mid);font-size:13px;font-weight:600}.password-form input,.profile-form input,.profile-form select,.profile-modal input{width:100%;height:47px;padding:0 15px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--ink);font:13px DM Sans,sans-serif;outline:none}.profile-form input:read-only,.profile-form select:disabled{opacity:1;background:#fff}.profile-primary{min-height:42px;border:0;border-radius:9px;background:var(--green-mid);color:#fff;font-weight:700;cursor:pointer}.profile-addresses>div{display:grid;gap:12px;padding:12px}.profile-addresses article{display:grid;grid-template-columns:25px 1fr auto;gap:10px;padding:18px;border:1px solid var(--border);border-radius:12px;background:#fff}.profile-addresses article.default{border-color:var(--green-mid);background:color-mix(in srgb,var(--green-mid) 4%,white)}.profile-addresses article strong{font-size:14px}.profile-addresses article p{margin:6px 0;color:var(--ink-mid);font-size:13px;line-height:1.55}.profile-addresses article small{color:var(--green-mid)}.profile-addresses aside{display:flex;gap:7px}.profile-addresses aside button{height:36px;padding:0 14px;border:1px solid var(--red-soft);border-radius:9px;background:#fff;color:var(--green-mid);cursor:pointer}.profile-addresses aside button:last-child{border-color:#ffc5b6;color:#eb7156;background:#fff6f2}.address-radio{width:20px;height:20px;padding:4px;border:1px solid var(--border);border-radius:50%;background:#fff}.default .address-radio i{display:block;width:10px;height:10px;border-radius:50%;background:var(--green-mid)}.profile-settings .setting-row{min-height:128px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;padding:20px;border-bottom:1px solid var(--border)}.profile-settings .setting-row:last-child{border-bottom:0}.setting-row>i{width:46px;height:46px;display:grid;place-items:center;border-radius:11px;background:#f0efff;color:var(--green-mid);font-style:normal;font-weight:800}.setting-row>i svg{width:20px}.setting-row>div{display:grid;gap:5px}.setting-row strong{font-size:15px}.setting-row span{color:var(--ink-light);font-size:13px}.profile-switch{width:48px;height:27px;padding:3px;border:0;border-radius:20px;background:#eadff1;cursor:pointer;transition:.2s}.profile-switch i{display:block;width:21px;height:21px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #999;transition:.2s}.profile-switch.on{background:var(--green-mid)}.profile-switch.on i{transform:translateX(21px)}.profile-switch:disabled{cursor:not-allowed;opacity:.6}.setting-row.action{grid-template-columns:48px 1fr}.setting-row.action>a,.setting-row.action>button{grid-column:1/-1;min-height:37px;display:grid;place-items:center;border:1px solid var(--red-soft);border-radius:9px;background:#fff;color:var(--green-mid);font-size:13px;text-decoration:none;cursor:pointer}.setting-row.danger>i{background:#fff0ed;color:#ef7158}.password-form{display:grid;gap:9px;padding:16px 20px;border-bottom:1px solid var(--border)}.password-form button{min-height:39px;border:0;border-radius:8px;background:var(--green-mid);color:#fff;font-weight:700}.profile-modal{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:18px;background:rgba(18,8,25,.58)}.profile-modal form{width:min(560px,100%);max-height:90vh;overflow:auto;display:grid;gap:13px;padding:22px;border-radius:16px;background:#fff}.profile-modal h2{margin:0;font:800 18px Syne,sans-serif}.profile-modal form>div{display:flex;justify-content:flex-end;gap:8px}.profile-modal form>div button{min-width:110px;min-height:40px;border:1px solid var(--border);border-radius:8px;background:#fff}.profile-modal form>div .profile-primary{background:var(--green-mid);color:#fff}.profile-modal .check{display:flex;grid-template:none;align-items:center}.profile-modal .check input{width:16px;height:16px}@media(max-width:620px){.profile-exact{width:100%;padding:0 18px 24px}.profile-exact__page-title{min-height:90px;padding:0 70px 0 5px}.profile-exact__notifications{top:23px!important;right:0!important}.profile-exact__identity{justify-content:flex-start;gap:18px;padding:18px 22px;min-height:132px}.profile-exact__avatar{width:82px;height:82px}.profile-exact__identity h1{font-size:20px}.profile-exact__tabs button{min-width:0;min-height:95px;flex-direction:column;gap:7px;padding:7px 2px;font-size:12px}.profile-addresses article{grid-template-columns:25px 1fr}.profile-addresses aside{grid-column:2}.profile-settings .setting-row{grid-template-columns:42px 1fr;min-height:130px;padding:18px 14px}.setting-row .profile-switch{grid-column:1/-1}.setting-row.action{grid-template-columns:42px 1fr}}