:root{--brand: #a520b6;--ink: #1a1a2e;--muted: #6b7280;--line: #e5e7eb}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:linear-gradient(160deg,#f8f2fe 0%,#efe4fb 55%,#f4ecfc 100%);background-attachment:fixed}#clamsi-store-root{min-height:100vh}.cs-auth,.cs-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(160deg,#f8f2fe 0%,#efe4fb 55%,#f4ecfc 100%)}.cs-card{width:100%;max-width:420px;background:#fff;border:1px solid #eaddf7;border-radius:16px;padding:28px 24px;box-shadow:0 12px 40px #2d0a4e1f}.cs-auth-split{flex-direction:column;gap:22px;width:100%;max-width:940px;margin:0 auto}.cs-auth-hero{width:100%;max-width:440px;box-sizing:border-box;background:linear-gradient(155deg,#5c1580 0%,#a520b6 55%,#7a1a9c 100%);color:#fff;border-radius:22px;padding:30px 28px;box-shadow:0 22px 55px #2d0a4e47}.cs-hero-logo{margin-bottom:18px;background:rgba(255,255,255,.16);color:#fff}.cs-hero-title{font-size:26px;line-height:1.2;font-weight:800;color:#fff;margin:0 0 12px}.cs-hero-body{font-size:15px;line-height:1.55;color:#ffffffdb;margin:0 0 18px}.cs-hero-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.cs-hero-list li{position:relative;padding-left:26px;font-size:14.5px;font-weight:600;color:#fff}.cs-hero-list li:before{content:"✓";position:absolute;left:0;top:-1px;width:18px;height:18px;line-height:18px;text-align:center;font-size:11px;color:var(--brand);background:#fff;border-radius:50%}.cs-montage{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:22px}.cs-montage img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px;border:2px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1)}.cs-reassure{display:flex;align-items:center;gap:6px;margin:12px 0 0;font-size:12.5px;color:var(--muted)}.cs-authfoot{display:flex;justify-content:center;gap:10px;margin-top:20px;padding-top:14px;border-top:1px solid var(--line);font-size:12.5px}.cs-authfoot a{color:var(--muted);text-decoration:none}.cs-authfoot a:hover{color:var(--brand)}.cs-authfoot span{color:#cbb9dd}@media (min-width: 900px){.cs-auth-split{flex-direction:row;align-items:stretch;justify-content:center;gap:40px}.cs-auth-hero{max-width:460px;display:flex;flex-direction:column;justify-content:center}.cs-hero-title{font-size:32px}.cs-auth-split .cs-card{flex:0 0 400px;align-self:center}}@keyframes cs-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.cs-skel{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.cs-skel-img{aspect-ratio:1/1;background:linear-gradient(90deg,#f3f0f7 25%,#ece6f3 37%,#f3f0f7 63%);background-size:800px 100%;animation:cs-shimmer 1.3s infinite linear}.cs-skel-line{height:10px;margin:8px 10px;border-radius:5px;background:linear-gradient(90deg,#f3f0f7 25%,#ece6f3 37%,#f3f0f7 63%);background-size:800px 100%;animation:cs-shimmer 1.3s infinite linear}.cs-skel-line.short{width:50%}.cs-logo{display:inline-block;font-weight:800;letter-spacing:.5px;color:#fff;background:var(--brand);padding:6px 12px;border-radius:10px;margin-bottom:16px}.cs-h1{font-size:22px;margin:0 0 6px}.cs-sub{color:var(--muted);margin:0 0 16px;font-size:14px}.cs-label{display:block;font-size:13px;color:var(--muted);margin:14px 0 6px}.cs-input{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:10px;font-size:16px;outline:none}.cs-input:focus{border-color:var(--brand)}.cs-otp{letter-spacing:8px;text-align:center;font-size:22px}.cs-phone{display:flex;gap:8px}.cs-cc{padding:12px 8px;border:1px solid var(--line);border-radius:10px;font-size:15px;background:#fff}.cs-btn{width:100%;margin-top:18px;padding:13px 16px;border:none;border-radius:10px;background:var(--brand);color:#fff;font-size:16px;font-weight:600;cursor:pointer}.cs-btn:disabled{opacity:.6;cursor:default}.cs-btn-ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}.cs-link{display:block;width:100%;margin-top:12px;background:none;border:none;color:var(--brand);font-size:14px;cursor:pointer;text-align:center}.cs-row{display:flex;justify-content:space-between;gap:8px}.cs-row .cs-link{width:auto}.cs-err{margin-top:12px;background:#fff5f5;border:1px solid #f5c2c7;color:#b91c1c;padding:10px 12px;border-radius:8px;font-size:13px}.cs-langlist{display:flex;flex-direction:column;gap:8px;margin:8px 0 4px}.cs-lang{padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:16px;cursor:pointer;text-align:left}.cs-lang.active{border-color:var(--brand);background:#faf3fc;color:var(--brand);font-weight:600}.cs-kv{list-style:none;padding:0;margin:16px 0}.cs-kv li{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--line);font-size:14px}.cs-kv li span{color:var(--muted)}.cs-offline{position:fixed;top:0;left:0;right:0;z-index:9999;background:#b91c1c;color:#fff;text-align:center;padding:6px;font-size:13px}.cs-app{max-width:1100px;margin:0 auto;min-height:100vh;background:#fff}.cs-stickytop{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 2px 10px #2d0a4e0d}.cs-header{position:relative;display:flex;align-items:center;gap:12px;padding:10px 14px;background:#fff;border-bottom:1px solid var(--line)}.cs-header-brand{font-weight:800;color:var(--brand)}.cs-header-shop{flex:1;font-size:14px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-header-actions{display:flex;align-items:center;gap:8px}.cs-cartbtn{position:relative;background:none;border:none;font-size:20px;cursor:pointer}.cs-cartcount{position:absolute;top:-4px;right:-8px;background:var(--brand);color:#fff;font-size:10px;min-width:16px;height:16px;border-radius:8px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center}.cs-langbtn{background:#f5f0ff;color:var(--brand);border:1px solid #eaddf7;border-radius:20px;padding:5px 10px;font-size:12px;font-weight:600;cursor:pointer}.cs-langdrop{position:absolute;right:0;top:34px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 8px 30px #00000024;z-index:70;width:180px;max-height:320px;overflow-y:auto}.cs-menuwrap{position:relative}.cs-menubtn{background:none;border:none;font-size:20px;cursor:pointer}.cs-menu{position:absolute;right:0;top:28px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 8px 30px #0000001f;min-width:214px;z-index:60;overflow:hidden}.cs-menu-user{padding:10px 14px;font-size:13px;color:var(--muted);border-bottom:1px solid var(--line)}.cs-menu-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:11px 14px;background:none;border:none;cursor:pointer;font-size:14px;color:var(--ink);text-decoration:none}.cs-menu-item:hover{background:#f5f0ff;color:var(--brand)}.cs-menu-ico{width:20px;text-align:center;font-size:15px}.cs-menu-signout{border-top:1px solid var(--line);color:#b91c1c}.cs-menu-signout:hover{background:#fef2f2;color:#b91c1c}.cs-callgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cs-callopt{display:flex;flex-direction:column;align-items:center;gap:8px;padding:18px 10px;border:1px solid var(--line);border-radius:12px;text-decoration:none;color:var(--ink);font-weight:600;font-size:14px}.cs-callopt:hover{border-color:var(--brand);background:#faf3fc}.cs-callicon{font-size:26px}.cs-shopstrip{display:flex;gap:14px;overflow-x:auto;padding:12px 14px;border-bottom:1px solid var(--line)}.cs-shopchip{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:6px;background:none;border:none;cursor:pointer;width:82px}.cs-shopava{width:72px;height:72px;border-radius:50%;overflow:hidden;border:2px solid var(--line);display:flex;align-items:center;justify-content:center;background:#f3f4f6}.cs-shopchip.active .cs-shopava{border-width:3px}.cs-shopchip.active .cs-shopava{border-color:var(--brand)}.cs-shopava img{width:100%;height:100%;object-fit:cover}.cs-shopava-txt{font-weight:700;color:var(--brand)}.cs-shopname{font-size:12px;color:var(--ink);max-width:82px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cs-shopchip.active .cs-shopname{color:var(--brand);font-weight:600}.cs-filterbar{display:flex;gap:8px;align-items:center;padding:10px 14px;border-bottom:1px solid var(--line);overflow-x:auto;scrollbar-width:none}.cs-filterbar::-webkit-scrollbar{display:none}@media (min-width: 641px){.cs-filterbar{justify-content:space-between}}.cs-searchbox{flex:1 1 220px;min-width:130px;display:flex;align-items:center;gap:7px;padding:7px 14px;border:1px solid var(--line);border-radius:22px;background:#fff}.cs-searchbox:focus-within{border-color:var(--brand)}.cs-searchbox-ico{flex:0 0 auto;font-size:13px;opacity:.65}.cs-searchinput{flex:1 1 auto;min-width:0;border:none;outline:none;background:transparent;font-size:13px;color:var(--ink)}.cs-chip{flex:0 0 auto;white-space:nowrap;padding:7px 12px;border:1px solid var(--line);border-radius:20px;background:#fff;cursor:pointer;font-size:13px}.cs-chip.active{border-color:var(--brand);color:var(--brand);background:#faf3fc;font-weight:600}.cs-chip:disabled{opacity:.45;cursor:default}.cs-helpchip{width:30px;padding:7px 0;text-align:center;font-weight:700;color:var(--brand)}.cs-select{flex:0 0 auto;min-width:128px;padding:7px 10px;border:1px solid var(--line);border-radius:20px;background:#fff;font-size:13px}.cs-filterrow{padding:12px 2px;border-bottom:1px solid #f0e8f8}.cs-filterlabel{font-weight:600;font-size:14px;color:var(--ink)}.cs-filterdesc{font-size:12px;color:var(--muted);margin-top:3px;line-height:1.4}.cs-filtertoggle{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}.cs-filtertoggle input[type=checkbox]{width:20px;height:20px;accent-color:var(--brand);flex:0 0 auto}.cs-pricerow{display:flex;align-items:center;gap:6px;margin-top:10px}.cs-pricerow .cs-input{flex:1;min-width:0;margin:0}.cs-priceaffix{color:var(--muted);font-weight:600}.cs-pricedash{color:var(--muted)}.cs-filteractions{display:flex;gap:10px;margin-top:16px}.cs-filteractions .cs-btn{flex:1}.cs-helplist{display:flex;flex-direction:column;gap:4px}.cs-helprow{display:flex;gap:12px;padding:10px 2px;border-bottom:1px solid #f0e8f8}.cs-helpico{width:26px;text-align:center;font-size:18px;flex:0 0 auto}.cs-helplabel{font-weight:600;font-size:14px;color:var(--ink)}.cs-priceinline{flex:0 0 auto;display:flex;align-items:center;gap:4px}.cs-priceinput{width:60px;padding:6px 8px;border:1px solid var(--line);border-radius:16px;font-size:13px;background:#fff}.cs-priceinput:focus{outline:none;border-color:var(--brand)}.cs-priceapply{flex:0 0 auto;width:24px;height:24px;margin-left:2px;border:none;border-radius:50%;background:#ececf0;color:var(--muted);font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.cs-priceinline.dirty .cs-priceapply{background:var(--brand);color:#fff}.cs-recogroup{flex:0 0 auto;display:flex;align-items:center;gap:4px;padding:3px;border:1px solid var(--line);border-radius:22px;background:#faf7fb}.cs-recogroup .cs-select{border:none;background:transparent;min-width:120px;padding:5px 8px}.cs-recogroup .cs-select:focus{outline:none}.cs-recogroup .cs-recobtn{background:#fff;border:1px solid var(--line)}.cs-recogroup .cs-recobtn.active{border-color:#16a34a;color:#15803d;background:#f0fdf4}.cs-icn{fill:currentColor;vertical-align:-2px;margin-right:4px}.cs-catbar{display:flex;flex-direction:column;gap:8px;padding:10px 14px;border-bottom:1px solid var(--line)}.cs-catbar-head{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.cs-catbar-label{flex:0 0 auto;font-size:13px;font-weight:700;color:var(--muted)}.cs-catbar-mains{flex:1 1 auto;display:flex;flex-wrap:wrap;gap:6px}.cs-catmain{font-size:13px;font-weight:600;padding:6px 12px;border-radius:18px;color:var(--ink)}.cs-catmain.open{border-color:var(--brand);color:var(--brand);background:#faf3fc}.cs-catmain.active{border-color:var(--brand);color:#fff;background:var(--brand)}.cs-catbar-subs{display:flex;flex-wrap:wrap;gap:6px;padding:8px 10px;background:#faf7fb;border:1px solid var(--line);border-radius:12px}.cs-catsub{font-size:12px;border-radius:14px}.cs-catsub.active{border-color:var(--brand);color:var(--brand);background:#fff;font-weight:600}@media (max-width: 640px){.cs-catbar-head{flex-direction:column;align-items:flex-start;gap:6px}.cs-catbar-mains{width:100%}.cs-catmain,.cs-catsub{white-space:normal;text-align:left;line-height:1.25}}.cs-main{padding:12px 14px 40px}.cs-grid{display:grid;gap:10px}.cs-grid.cols-2{grid-template-columns:repeat(2,1fr)}.cs-grid.cols-3{grid-template-columns:repeat(3,1fr)}.cs-grid.cols-4{grid-template-columns:repeat(4,1fr)}.cs-sentinel{text-align:center;padding:16px;color:var(--muted);font-size:13px}.cs-colbtn{white-space:nowrap}.cs-similar-link{margin-top:6px;background:none;border:none;color:var(--muted);font-size:11px;cursor:pointer;padding:0;text-align:left}.cs-similar-link:hover{color:var(--brand)}.cs-pcard{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.cs-similar-panel{max-width:900px;width:94vw}.cs-similar-title.big{font-size:17px;font-weight:700;margin:4px 0 12px}.cs-similar-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;max-height:70vh;overflow-y:auto}.cs-similar-fab{position:absolute;top:6px;right:6px;background:rgba(255,255,255,.92);border:1px solid #eee;border-radius:14px;padding:2px 7px;font-size:17px;line-height:1.35;font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif;cursor:pointer;box-shadow:0 1px 3px #00000026;z-index:2}.cs-similar-fab:hover{transform:scale(1.08)}.cs-qtyrow{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:6px;min-width:0}.cs-qtyrow .cs-stepper,.cs-qtyrow .cs-add{margin-top:0}.cs-qtyrow .cs-stepper{gap:8px;padding:2px 4px;flex:0 0 auto}.cs-qtyrow .cs-add{flex:1 1 88px;min-width:0;padding:8px;text-align:center}.cs-incart{color:var(--brand);font-weight:700;font-size:16px}.cs-modal-nav{position:absolute;top:40%;transform:translateY(-50%);background:rgba(255,255,255,.94);border:1px solid #e5e7eb;border-radius:50%;width:38px;height:38px;font-size:24px;line-height:1;cursor:pointer;z-index:4;display:flex;align-items:center;justify-content:center;color:#444;box-shadow:0 1px 4px #0000002e}.cs-modal-nav.prev{left:10px}.cs-modal-nav.next{right:10px}.cs-modal-nav:hover{color:var(--brand)}.cs-modal-qtyrow{display:flex;align-items:center;gap:14px}.cs-modal-qtyrow .cs-stepper.big{transform:none;padding:4px 8px}.cs-modal-qtyrow .cs-stepper.big button{width:34px;height:34px;font-size:20px}.cs-modal-qtyrow .cs-stepper.big span{font-size:16px;min-width:22px;text-align:center}.cs-modal-qtyrow .cs-btn{flex:1}.cs-pcard-img{position:relative;border:none;padding:0;background:#f3f4f6;cursor:pointer;aspect-ratio:1/1;width:100%}.cs-pcard-img img{width:100%;height:100%;object-fit:cover;display:block}.cs-noimg{width:100%;height:100%;min-height:120px;background:#f3f4f6}.cs-badge-new{position:absolute;top:6px;left:6px;background:var(--brand);color:#fff;font-size:10px;padding:2px 6px;border-radius:6px;font-weight:700}.cs-pcard-body{padding:10px;display:flex;flex-direction:column;gap:4px;flex:1}.cs-pcard-name{font-size:14px;font-weight:600;cursor:pointer}.cs-pcard-sku{font-size:12px;color:var(--muted)}.cs-mat{align-self:flex-start;font-size:10px;background:#f3f4f6;color:#555;border-radius:6px;padding:1px 6px}.cs-pcard-price{font-size:16px;font-weight:700;color:var(--brand);margin-top:2px}.cs-add{margin-top:6px;align-self:flex-start;padding:8px 18px;border:none;border-radius:8px;background:var(--brand);color:#fff;font-weight:600;cursor:pointer}.cs-stepper{margin-top:6px;display:inline-flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:8px;padding:2px 6px;align-self:flex-start}.cs-stepper button{width:28px;height:28px;border:none;background:none;font-size:18px;cursor:pointer;color:var(--brand)}.cs-stepper.big{transform:scale(1.15);transform-origin:left}.cs-loadmore{display:block;margin:20px auto;padding:10px 24px;border:1px solid var(--line);border-radius:20px;background:#fff;cursor:pointer}.cs-center{text-align:center;padding:40px 0}.cs-muted{color:var(--muted)}.cs-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:16px}.cs-modal{position:relative;background:#fff;border-radius:16px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;padding:16px}.cs-modal-close{position:absolute;top:8px;right:10px;background:none;border:none;font-size:26px;line-height:1;cursor:pointer;color:#666}.cs-modal-img{width:100%;aspect-ratio:1/1;background:#f3f4f6;border-radius:12px;overflow:hidden}.cs-modal-img img{width:100%;height:100%;object-fit:contain}.cs-modal-info h3{margin:12px 0 4px}.cs-desc{font-size:13px;color:var(--muted)}.cs-modal-price{font-size:22px;font-weight:800;color:var(--brand);margin:8px 0}.cs-similar{margin-top:16px;border-top:1px solid var(--line);padding-top:12px}.cs-similar-title{font-size:14px;font-weight:600;margin-bottom:8px}.cs-similar-row{display:flex;gap:10px;overflow-x:auto}.cs-similar-item{flex:0 0 auto;width:90px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;cursor:pointer;padding:0}.cs-similar-item img{width:90px;height:90px;object-fit:cover;display:block}.cs-similar-item span{display:block;font-size:12px;font-weight:600;padding:4px;color:var(--brand)}.cs-sheet{background:#fff;border-radius:16px;max-width:480px;width:100%;max-height:80vh;overflow-y:auto;padding:14px}.cs-sheet-head{display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:#fff;padding-bottom:8px}.cs-catgroup{margin-bottom:6px}.cs-catrow{display:flex;justify-content:space-between;width:100%;text-align:left;padding:10px 12px;border:none;background:none;cursor:pointer;font-size:14px;border-radius:8px}.cs-catrow:hover{background:#f5f0ff}.cs-catrow.sub{padding-left:26px;font-size:13px;color:var(--muted)}.cs-catrow.all{font-weight:600;color:var(--brand)}.cs-catcount{color:var(--muted);font-size:12px}.cs-catgrp{display:flex;align-items:flex-start;gap:10px;padding:8px 4px;border-bottom:1px solid #f3f4f6}.cs-catgrp-name{flex:0 0 auto;max-width:120px;text-align:left;background:none;border:none;font-weight:700;font-size:13px;cursor:pointer;padding:4px 0;color:var(--ink)}.cs-catgrp-name:hover{color:var(--brand)}.cs-catchips{display:flex;flex-wrap:wrap;gap:6px}.cs-catchip{border:1px solid var(--line);background:#fff;border-radius:6px;padding:4px 10px;font-size:12px;cursor:pointer;color:#374151;white-space:nowrap}.cs-catchip:hover{border-color:var(--brand);color:var(--brand);background:#faf3fc}.cs-catchip.all{font-weight:600;color:var(--brand);border-color:var(--brand)}.cs-popup{position:relative;background:#fff;border-radius:16px;max-width:420px;width:100%;overflow:hidden;text-align:center}.cs-popup-img{width:100%;display:block}.cs-popup-text{padding:14px;font-size:15px}.cs-popup-price{font-weight:800;color:var(--brand);font-size:20px;padding-bottom:8px}.cs-popup .cs-btn{width:calc(100% - 28px);margin:0 14px 14px}.cs-haspad{padding-bottom:68px}.cs-topbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:8px;padding:12px 14px;background:#fff;border-bottom:1px solid var(--line);font-size:16px}.cs-back{background:none;border:none;font-size:26px;line-height:1;cursor:pointer;color:var(--brand);padding:0 4px}.cs-ok{margin-top:12px;background:#f6fff9;border:1px solid #badbcc;color:#0f5132;padding:10px 12px;border-radius:8px;font-size:13px}.cs-moqnote{font-size:11px;color:#b45309}.cs-cartgroup{border:1px solid var(--line);border-radius:12px;margin-bottom:16px;overflow:hidden}.cs-cartgroup-head{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#faf7fc;font-weight:600}.cs-cartline{display:flex;gap:10px;padding:10px 12px;border-top:1px solid var(--line)}.cs-cartline img,.cs-cartline .cs-noimg{width:64px;height:64px;border-radius:8px;object-fit:cover;flex:0 0 64px;min-height:64px}.cs-cartline-info{flex:1;display:flex;flex-direction:column;gap:2px}.cs-cartline-actions{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.cs-cartgroup-foot{display:flex;justify-content:space-between;padding:10px 12px;border-top:1px solid var(--line);font-size:14px}.cs-cartgroup .cs-btn{margin:0 12px 12px;width:calc(100% - 24px)}.cs-summary{border:1px solid var(--line);border-radius:12px;padding:12px;margin:14px 0}.cs-sumline{display:flex;justify-content:space-between;padding:6px 0;font-size:14px;border-bottom:1px dashed var(--line)}.cs-sumtotal{display:flex;justify-content:space-between;padding-top:10px;font-size:16px}.cs-orderitem{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--line)}.cs-orderitem img,.cs-orderitem .cs-noimg{width:52px;height:52px;border-radius:8px;object-fit:cover;flex:0 0 52px;min-height:52px}.cs-orderitem-info{flex:1}.cs-ordermeta{display:flex;justify-content:space-between;align-items:center;margin:8px 0}.cs-orderaddr{font-size:13px;color:var(--muted);margin-bottom:8px}.cs-orderrow{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px 14px;margin-bottom:10px;cursor:pointer}.cs-orderid{font-weight:700}.cs-orderright{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.cs-status{font-size:11px;padding:2px 8px;border-radius:10px;background:#f3f4f6;color:#444;text-transform:capitalize}.cs-status.delivered,.cs-status.received{background:#dcfce7;color:#166534}.cs-status.cancelled,.cs-status.returned{background:#fee2e2;color:#991b1b}.cs-status.pending,.cs-status.awaiting{background:#fef9c3;color:#854d0e}.cs-bottomnav{position:fixed;bottom:0;left:0;right:0;z-index:45;max-width:1100px;margin:0 auto;display:flex;background:#fff;border-top:1px solid var(--line)}.cs-navitem{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 0;text-decoration:none;color:var(--muted);font-size:11px}.cs-navitem.active{color:var(--brand)}.cs-navicon{position:relative;font-size:20px;line-height:1}.cs-navbadge{position:absolute;top:-6px;right:-10px;background:var(--brand);color:#fff;font-size:9px;min-width:15px;height:15px;border-radius:8px;padding:0 3px;display:inline-flex;align-items:center;justify-content:center}.cs-success-check{width:72px;height:72px;margin:20px auto 8px;border-radius:50%;background:#dcfce7;color:#166534;font-size:40px;display:flex;align-items:center;justify-content:center}.cs-langgrid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:8px 0 4px;max-height:320px;overflow-y:auto}.cs-suggest{background:#fff;border-bottom:1px solid var(--line)}.cs-suggest-item{display:block;width:100%;text-align:left;padding:10px 16px;background:none;border:none;border-bottom:1px solid #f3f4f6;cursor:pointer;font-size:14px}.cs-suggest-item:hover{background:#f5f0ff}.cs-history{margin-bottom:14px}.cs-history-head{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--muted);margin-bottom:6px}.cs-history-chips{display:flex;flex-wrap:wrap;gap:8px}.cs-shopphoto{display:flex;gap:14px;align-items:center;margin-bottom:12px}.cs-shopphoto img,.cs-shopphoto .cs-noimg{width:84px;height:84px;border-radius:12px;object-fit:cover;flex:0 0 84px;min-height:84px}.cs-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.cs-topbtn{display:inline-flex;align-items:center;gap:4px;background:#f5f0ff;color:var(--brand);border:1px solid #eaddf7;border-radius:20px;padding:5px 12px;font-size:13px;font-weight:600;cursor:pointer;text-decoration:none}.cs-langwrap{position:relative}.cs-langmenu{position:absolute;right:0;top:36px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 8px 30px #00000024;z-index:70;width:190px;max-height:300px;overflow-y:auto}.cs-langopt{display:block;width:100%;text-align:left;padding:9px 14px;background:none;border:none;cursor:pointer;font-size:14px}.cs-langopt:hover{background:#f5f0ff}.cs-langopt.active{color:var(--brand);font-weight:600}.cs-topnav{display:none}@media (min-width: 768px){.cs-topnav{display:flex;align-items:center;gap:22px;margin-left:28px;flex:1}.cs-topnav-link{text-decoration:none;color:#444;font-size:14px;font-weight:600;padding:6px 2px;border-bottom:2px solid transparent}.cs-topnav-link.active{color:var(--brand);border-bottom-color:var(--brand)}.cs-topnav-link:hover{color:var(--brand)}.cs-navbadge.inline{position:static;display:inline-block;margin-left:5px;transform:translateY(-1px)}.cs-bottomnav{display:none}}.cs-cart-recos{max-width:900px;margin:28px auto 0;padding:0 14px}.cs-topbar{display:flex;align-items:center}.cs-backbtn{border:1px solid var(--line);background:#fff;border-radius:50%;width:32px;height:32px;margin-right:10px;font-size:20px;line-height:1;cursor:pointer;color:#444;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center}.cs-backbtn:hover{color:var(--brand);border-color:var(--brand)}.cs-coach-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.55);z-index:4000}.cs-coach-ring{position:fixed;border:3px solid #fff;border-radius:14px;box-shadow:0 0 0 4000px #0000;pointer-events:none}.cs-coach-card{position:fixed;left:50%;transform:translate(-50%);width:min(360px,92vw);background:#fff;border-radius:14px;padding:16px;box-shadow:0 8px 30px #00000059}.cs-coach-head{font-weight:700;font-size:16px;margin-bottom:6px}.cs-coach-text{font-size:14px;color:#555;margin-bottom:12px}.cs-coach-btn{width:auto;padding:8px 22px;margin-left:auto;display:block}
