:root{--bg:#f5f7fb;--surface:#fff;--surface-2:#eef3ff;--text:#10203d;--muted:#5d6b86;--line:#d7deec;--brand:#0d7b6f;--brand-2:#12bfa0;--danger:#c22e34;--warning:#af7f11;--ok:#1a8258;--shadow:0 10px 28px rgba(16,32,61,.08);--table-row-alt:#f7f9ff}:root[data-theme=dark]{--bg:#0f1624;--surface:#161f31;--surface-2:#1d2941;--text:#dfe8fb;--muted:#9caac7;--line:#2c3a59;--brand:#12bfa0;--brand-2:#0d7b6f;--danger:#ff7379;--warning:#f4c95d;--ok:#3ed6a4;--shadow:0 10px 28px rgba(0,0,0,.25);--table-row-alt:#1b2740}*{box-sizing:border-box}body{margin:0;font-family:var(--font-poppins),"Segoe UI",sans-serif;background:radial-gradient(circle at 10% 10%,rgba(18,191,160,.14),transparent 35%),radial-gradient(circle at 95% 5%,rgba(13,123,111,.15),transparent 32%),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}@media (max-width:980px){.page-shell{grid-template-columns:1fr}}button,input,select,textarea{border:1px solid var(--line);border-radius:0;background:var(--surface);color:var(--text);padding:8px 10px}button{cursor:pointer;background:var(--brand);color:#fff;border:none;font-weight:600;border-radius:4px}button:disabled{opacity:.6;cursor:not-allowed}table td button{background:transparent!important;color:var(--text)!important;border:none!important;box-shadow:none!important;padding:4px 6px!important;border-radius:0;font-weight:600}table tbody tr:nth-child(2n){background:var(--table-row-alt)}.form-col-full button[title],table td button[title]{position:relative}.form-col-full button[title]:after,table td button[title]:after{content:attr(title);position:absolute;left:50%;bottom:calc(100% + 6px);transform:translate(-50%,4px);opacity:0;pointer-events:none;white-space:nowrap;font-size:11px;font-weight:600;color:#fff;background:var(--text);border:1px solid var(--line);padding:3px 7px;z-index:20;transition:opacity .15s ease,transform .15s ease}.form-col-full button[title]:focus-visible:after,.form-col-full button[title]:hover:after,table td button[title]:focus-visible:after,table td button[title]:hover:after{opacity:1;transform:translate(-50%)}.toast-viewport{position:fixed;top:18px;right:18px;z-index:11000;display:grid;grid-gap:10px;gap:10px;max-width:min(420px,calc(100vw - 24px))}.toast-item{background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--brand);box-shadow:var(--shadow);padding:12px 14px}.toast-item p{margin:0;line-height:1.35}.toast-item.toast-success{border-left-color:var(--ok)}.toast-item.toast-error{border-left-color:var(--danger)}.confirm-overlay{position:fixed;inset:0;z-index:12000;background:rgba(15,22,36,.45);display:grid;place-items:center;padding:16px}.confirm-dialog{width:min(520px,100%);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);padding:18px;display:grid;grid-gap:12px;gap:12px}.confirm-dialog h3{margin:0;font-size:20px}.confirm-dialog p{margin:0;color:var(--muted);line-height:1.45}.confirm-actions{display:flex;justify-content:flex-end;gap:8px}.confirm-actions .confirm-btn-secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--line)}.confirm-actions .confirm-btn-danger{background:var(--danger);color:#fff;border:1px solid var(--danger)}.confirm-actions .confirm-btn-primary{background:var(--brand);color:#fff;border:1px solid var(--brand)}label{display:grid;grid-gap:6px;gap:6px;font-size:13px;color:var(--muted)}@media (max-width:980px){header{flex-direction:column;align-items:stretch}}.pos-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.accessory-form-grid,.form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;align-items:start}.form-col-span-2{grid-column:span 2}.form-col-full{grid-column:1/-1}.home-layout{display:grid;grid-template-columns:260px 1fr;grid-gap:14px;gap:14px}@media (max-width:1100px){.accessory-form-grid,.form-grid,.pos-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-col-span-2{grid-column:1/-1}.home-layout{grid-template-columns:1fr}}@media (max-width:640px){.accessory-form-grid,.form-grid,.pos-form-grid{grid-template-columns:1fr}.form-col-span-2{grid-column:1/-1}}.container{width:min(1280px,calc(100% - 32px));margin:0 auto}.storefront-page{min-height:100vh;background:#eef0f4}.storefront-page>section+footer,.storefront-page>section+section{margin-top:60px}.store-nav-wrap{background:#fff;border-bottom:1px solid #d9dce5;position:-webkit-sticky;position:sticky;top:0;z-index:40}.store-nav{justify-content:space-between;min-height:72px;gap:14px}.store-logo,.store-nav{display:flex;align-items:center}.store-logo{gap:8px;font-weight:700}.store-logo-image{width:84px;height:52px;object-fit:contain;object-position:center;display:block}.store-links{gap:18px;font-size:14px}.store-actions,.store-links{display:flex;align-items:center}.store-actions{gap:8px}.store-actions a{border:1px solid #d9dce5;border-radius:4px;padding:7px 12px;font-size:13px;background:#fff}.store-hero{padding-top:14px;width:100%}.store-slider{position:relative;width:100%;height:500px;max-height:500px;overflow:hidden}.spinner{width:20px;height:20px;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:999px;display:inline-block;animation:spin .9s linear infinite}.spinner-sm{width:14px;height:14px;border-width:2px}.route-loading-page{min-height:40vh;display:grid;place-items:center}.route-loading-box{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text)}.global-busy-box .spinner,.route-loading-box .spinner{border-color:rgba(16,32,61,.24);border-top-color:var(--brand)}.global-busy-overlay{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:rgba(16,24,40,.28);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.global-busy-box{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);box-shadow:var(--shadow)}@keyframes spin{to{transform:rotate(1turn)}}.store-slide{position:absolute;inset:0;display:grid;place-items:center;background:#101114;opacity:0;animation:heroFade 18s infinite}.store-slide-image{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;display:block}.store-products-section{padding:30px 0 44px}.store-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.store-section-head h2{margin:0;font-size:clamp(18px,1.7vw,24px);line-height:1.25}.store-section-head p{margin:0;color:#5d667a}.store-filter-bar{display:grid;grid-template-columns:1.5fr 160px 160px;grid-gap:8px;gap:8px;margin-bottom:20px}.store-content-grid{display:grid;grid-template-columns:1fr 300px;grid-gap:14px;gap:14px}.store-social-sidebar{position:-webkit-sticky;position:sticky;top:88px;align-self:start;display:grid;grid-gap:10px;gap:10px}.store-social-sidebar h3{margin:0}.store-social-card{border:1px solid #dde1ea;border-radius:14px;background:#fff;padding:12px;display:grid;grid-gap:4px;gap:4px}.store-social-card p{margin:0;font-weight:600;color:#1f2d4b}.store-social-card small{color:#61708c}.store-social-card a{margin-top:4px;width:-moz-fit-content;width:fit-content;border:1px solid #d7dbe4;border-radius:4px;padding:6px 11px;background:#fff;font-size:13px}.store-social-card.insta{background:linear-gradient(145deg,#fff,#fff 60%,#ffeaf4)}.store-social-card.x{background:linear-gradient(145deg,#fff,#fff 60%,#eaf2ff)}.store-social-card.tiktok{background:linear-gradient(145deg,#fff,#fff 60%,#e8fff6)}.store-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:20px}.store-empty-card,.store-product-card{background:#f8f9fb;border:1px solid #dde1ea;border-radius:18px;padding:14px;position:relative}.store-product-card{display:flex;flex-direction:column}.store-product-card img{width:100%;height:210px;border-radius:14px;object-fit:contain;object-position:center center;background:linear-gradient(145deg,#dae1f0,#edf1f9);display:block}.store-product-placeholder{width:72%;height:178px;margin:16px auto;display:block;object-fit:contain}.store-product-card h3{margin:12px 0 4px;font-size:18px}.store-product-card small{display:block;color:#69728a}.store-product-card p{margin:8px 0 10px;font-weight:700}.store-product-content{display:flex;flex-direction:column;gap:3px;flex:1 1}.store-product-action{margin-top:auto;padding-top:8px}.store-product-card button{border-radius:999px;padding:8px 14px;background:#0f7be9}.store-quick-add-link{display:inline-grid;place-items:center;border-radius:4px;padding:8px 14px;background:#0f7be9;color:#fff;font-weight:600;font-size:14px}.store-grid-switch{display:flex;align-items:center;gap:8px;margin:4px 0 12px;flex-wrap:wrap}.store-grid-switch a{border:1px solid #d7dbe4;border-radius:4px;padding:6px 11px;background:#fff;font-size:13px}.store-grid-switch a.active{background:#0f7be9;color:#fff;border-color:#0f7be9}.store-products-grid.single-grid .store-product-card{display:grid;grid-template-columns:minmax(200px,290px) 1fr;grid-column-gap:14px;column-gap:14px;align-items:center}.store-products-grid.single-grid .store-product-content{height:100%;display:flex;flex-direction:column;gap:6px}.store-products-grid.single-grid .store-product-action{margin-top:auto;display:flex;justify-content:flex-end}.store-products-grid.single-grid .store-product-card img,.store-products-grid.single-grid .store-product-placeholder{width:100%;height:230px;margin:0}.store-product-card button:disabled{background:#8e97aa}.store-tag-live,.store-tag-sold{position:absolute;top:10px;right:10px;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:700;color:#fff}.store-tag-sold{background:#d33a2c}.store-tag-live{background:#1c925d}.store-empty-card{grid-column:1/-1;text-align:center}.store-pagination{margin-top:16px;display:flex;align-items:center;justify-content:center;gap:10px}.store-pagination a{border:1px solid #d7dbe4;background:#fff;border-radius:4px;padding:7px 12px}.store-pagination a.disabled{pointer-events:none;opacity:.5}.store-contact-section{padding:8px 0 28px}.store-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.store-contact-card{background:#f8f9fb;border:1px solid #dde1ea;border-radius:26px;overflow:hidden;min-height:540px;display:grid;grid-template-rows:auto 1fr}.store-contact-card-content{padding:28px 26px 12px}.store-contact-icon{font-size:36px;line-height:1}.store-contact-card h3{margin:10px 0 8px;font-size:clamp(22px,2.3vw,34px);line-height:1.1}.store-contact-card p{margin:0 0 12px;color:#525d74;max-width:88%}.celllinks-logo-badge{display:inline-grid;align-items:center;justify-content:center;border-radius:10px;padding:4px 8px;background:#101114;margin-top:6px}.celllinks-logo-badge-img{width:100px;height:34px;object-fit:contain;display:block}.store-contact-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;background:#0f7be9;padding:10px 20px;color:#fff;text-decoration:none;font-weight:600;border:0}.store-contact-visual{background:linear-gradient(145deg,#dcefff 0 32%,transparent 32%),linear-gradient(180deg,transparent 56%,#f8b4cf 56% 84%,#e9d2ff 84% 100%);display:grid;place-items:end center;padding-bottom:24px}.store-avatar{font-size:clamp(86px,14vw,190px);line-height:1}.store-map-visual{position:relative;overflow:hidden}.store-map-visual iframe{width:100%;height:100%;min-height:280px;border:0;display:block}.store-map-pin{position:absolute;width:50px;height:50px;border-radius:8px;background:rgba(11,12,16,.92);border:1px solid hsla(0,0%,100%,.2);left:50%;top:52%;transform:translate(-50%,-50%);box-shadow:0 6px 18px rgba(16,32,61,.24);display:grid;place-items:center;padding:4px 8px}.store-map-pin img{width:100%;height:100%;object-fit:contain;display:block}.store-footer{margin-top:10px;background:#111729;color:#d7def0;padding:20px 0}.store-footer-inner{justify-content:space-between}.store-footer-inner,.store-footer-logo{display:flex;align-items:center;gap:10px}.store-footer-logo{flex-wrap:nowrap}.store-footer-logo-image{width:70px;height:44px}.store-footer-contact{margin:0;color:#b9c4df;white-space:nowrap;font-weight:500}@media (max-width:1200px){.store-slider{height:500px;max-height:500px}}@media (max-width:980px){.store-links{display:none}.store-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-content-grid{grid-template-columns:1fr}.store-social-sidebar{position:static}.store-filter-bar{grid-template-columns:1fr 1fr}.store-products-grid.single-grid .store-product-card{grid-template-columns:1fr}.store-products-grid.single-grid .store-product-card img,.store-products-grid.single-grid .store-product-placeholder{width:72%;margin:14px auto 8px}.store-contact-grid{grid-template-columns:1fr}}@media (max-width:640px){.container{width:min(1280px,calc(100% - 20px))}.store-products-grid{grid-template-columns:1fr}.store-slider{height:360px;max-height:500px}.store-filter-bar{grid-template-columns:1fr}.storefront-page>section+footer,.storefront-page>section+section{margin-top:45px}.store-footer-inner,.store-section-head{flex-direction:column;align-items:flex-start}}@keyframes heroFade{0%{opacity:0}5%{opacity:1}28%{opacity:1}34%{opacity:0}to{opacity:0}}@font-face{font-family:__poppins_7fe156;src:url(/_next/static/media/4b4ebe20759bdbf2-s.p.ttf) format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:__poppins_7fe156;src:url(/_next/static/media/a52d0bf095c248da-s.p.ttf) format("truetype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:__poppins_7fe156;src:url(/_next/static/media/98512bf8da1afe43-s.p.ttf) format("truetype");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:__poppins_7fe156;src:url(/_next/static/media/8001a01b32b71ef5-s.p.ttf) format("truetype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:__poppins_Fallback_7fe156;src:local("Arial");ascent-override:92.83%;descent-override:30.94%;line-gap-override:8.84%;size-adjust:113.11%}.__className_7fe156{font-family:__poppins_7fe156,__poppins_Fallback_7fe156}.__variable_7fe156{--font-poppins:"__poppins_7fe156","__poppins_Fallback_7fe156"}