:root{--navy:#164f79;--navy-deep:#0d426d;--ink:#20262b;--muted:#7d858b;--canvas:#ddd4c7;--green:#36966d;--line:#ebe8e3;--bgsecondary:#f0eae0}*{box-sizing:border-box}html,body{min-height:100%}body{color:var(--ink);background:#282725;margin:0;font-family:Inter,Manrope,Segoe UI,Arial,sans-serif;font-size:12px}button,input{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}.login-page{background:#dfd5ca;place-items:center;min-height:100vh;padding:16px;display:grid}.login-card{background:#fff;border-radius:16px;width:100%;max-width:430px;padding:32px;box-shadow:0 1px 3px #00000012}.login-heading{text-align:center;margin-bottom:32px}.login-heading h1{color:#0a2e54;margin:0;font-size:24px;font-weight:500}.login-heading p{color:#888;margin:8px 0 0;font-size:14px}.login-form{gap:16px;display:grid}.login-form label{color:#555;gap:8px;font-size:14px;display:grid}.login-form input[type=email],.login-form input[type=password]{background:#fff;border:1px solid #d8d8d8;border-radius:6px;outline:none;width:100%;height:40px;padding:8px 12px}.login-form input:focus{border-color:#0a2e54;box-shadow:0 0 0 1px #0a2e54}.login-form input:disabled{color:#777;background:#f7f7f7}.login-form .remember-field{color:#666;align-items:center;gap:8px;display:flex}.login-form .remember-field input{margin:0}.login-form>button{color:#fff;cursor:pointer;background:#0a2e54;border:0;border-radius:6px;width:100%;height:36px;margin-top:8px}.login-form>button:disabled{cursor:not-allowed;opacity:.6}.login-error{color:#ff3b4f;background:#ffe4e6;border-radius:6px;margin:0;padding:8px 12px;font-size:14px}.portal-shell{background:var(--canvas);border:1px solid #a89f93;grid-template-columns:244px minmax(0,1fr);gap:10px;width:min(1920px,100% - 28px);min-height:calc(100vh - 28px);margin:14px auto;padding:10px;transition:grid-template-columns .2s;display:grid;overflow:hidden}.portal-shell.sidebar-collapsed{grid-template-columns:76px minmax(0,1fr)}.sidebar{flex-direction:column;gap:8px;min-width:0;min-height:0;transition:width .2s;display:flex}.brand-panel{background:var(--navy);border-radius:9px;flex:none;place-items:center;height:74px;display:grid;position:relative}.brand-panel img{filter:brightness(0)invert();width:126px;height:auto}.sidebar.is-collapsed .brand-panel img{width:38px}.sidebar-toggle{z-index:2;border:1px solid var(--navy);width:20px;height:20px;color:var(--navy);cursor:pointer;background:#fff;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:50%;right:-8px;transform:translateY(-50%)}.mobile-close{display:none}.sidebar-nav{scrollbar-width:none;background:#fff;border-radius:9px;flex:1;padding:32px 16px;overflow:auto}.nav-group+.nav-group{border-top:1px solid #ededed;margin-top:28px;padding-top:28px}.nav-label{color:#7c8888;justify-content:space-between;align-items:flex-start;margin:0 8px 12px;font-size:12px;display:flex}.nav-label small{color:#a1aaaa;margin-top:2px;font-size:10px;display:block}.nav-label>span{color:#9ca5a5;margin-top:2px;font-size:14px}.nav-item-group{position:relative}.nav-item{color:#202020;border-radius:6px;align-items:center;gap:12px;height:32px;padding:0 8px;font-size:12px;font-weight:400;transition:all .18s;display:flex}.nav-item:hover{color:#202020;background:#f5f5f5}.nav-item.active{color:#202020;box-shadow:none;background:#f5f5f5}.nav-item.active:before{content:"";background:#9b18f2;border-radius:0 4px 4px 0;width:4px;position:absolute;top:0;bottom:0;left:-16px}.nav-chevron{margin-left:auto}.nav-item.active .nav-chevron{transform:rotate(180deg)}.nav-submenu{border-left:1px solid #ececec;gap:4px;margin:4px 0 4px 20px;padding:4px 0 4px 16px;display:grid}.nav-subitem{color:#202020;border:0;border-radius:6px;align-items:center;height:32px;padding:0 12px;font-size:12px;display:flex;position:relative}.nav-subitem:before{content:"";background:#ececec;width:12px;height:1px;position:absolute;top:50%;left:-16px}.nav-subitem:hover{color:#202020;background:#f5f5f5}.nav-subitem.active{color:#202020;background:#f5f5f5;border:0;font-weight:400}.sidebar.is-collapsed .sidebar-nav{padding-inline:10px}.sidebar.is-collapsed .nav-label{justify-content:center;margin-inline:0}.sidebar.is-collapsed .nav-label span:first-child{display:none}.sidebar.is-collapsed .nav-item{justify-content:center;gap:0;padding-inline:0}.sidebar.is-collapsed .nav-item>span,.sidebar.is-collapsed .nav-chevron,.sidebar.is-collapsed .nav-submenu,.sidebar.is-collapsed .sidebar-help{display:none}.sidebar-help{color:#647076;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.sidebar-help button{color:var(--navy);cursor:pointer;background:0 0;border:0;font-weight:700}.sidebar-scrim{display:none}.workspace{min-width:0}.topbar{background:#fff;border-radius:9px;align-items:center;gap:14px;height:74px;padding:0 22px;display:flex}.menu-button{display:none}.search-box{color:#657077;flex:1;align-items:center;gap:11px;min-width:160px;display:flex}.search-box input{color:#31383b;border:0;outline:0;flex:1;min-width:0}.search-box input::placeholder{color:#92999c}kbd{color:#8e9497;background:#f6f5f2;border-radius:5px;padding:4px 7px;font-family:inherit;font-size:9px}.topbar-actions{align-items:center;gap:9px;display:flex}.topbar-actions>button{cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:32px;height:32px;display:grid}.topbar-actions>button:hover{background:#f4f5f4}.notification{position:relative}.notification i{background:#e8585b;border:1px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:6px}.profile-menu{margin-left:5px;position:relative}.profile-trigger{cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:9px;padding:5px 8px;display:flex}.profile-trigger:hover{background:#f4f5f4}.profile-trigger img{object-fit:cover;background:#f3ca88;border-radius:50%;width:38px;height:38px}.profile-trigger span{text-align:left;flex-direction:column;min-width:150px;line-height:1.35;display:flex}.profile-trigger strong{font-size:11px}.profile-trigger small{color:#7b8184;font-size:9px}.profile-chevron{color:#7b8184;margin-left:2px}.profile-mobile{display:none!important}.profile-dropdown{z-index:20;background:#fff;border:1px solid #ecefef;border-radius:12px;min-width:180px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 30px #0f172a14}.profile-dropdown-summary{border-bottom:1px solid #f0f2f3;flex-direction:column;gap:2px;margin-bottom:6px;padding:8px 10px 10px;display:flex}.profile-dropdown-summary strong{color:var(--navy);font-size:12px}.profile-dropdown-summary small{color:#7b8184;font-size:11px}.profile-dropdown-item{width:100%;color:var(--navy);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:12px;font-weight:600;display:flex}.profile-dropdown-item:hover{background:#f4f5f4}.profile-dropdown-item.danger{color:#b42318}.launch{font-size:15px;border:1px solid #eef0f0!important}.dashboard-grid{grid-template-columns:minmax(0,1fr) 330px;gap:8px;margin-top:8px;display:grid}.dashboard-grid.no-right-rail{grid-template-columns:1fr}.dashboard-main{min-width:0}.branches-page{background:#fff;border-radius:9px;min-height:calc(100vh - 92px);padding:22px}.branches-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.branches-eyebrow{color:#93a0a6;text-transform:uppercase;letter-spacing:.12em;margin:0 0 6px;font-size:10px}.branches-header h1{color:#123b63;margin:0;font-size:22px;font-weight:500}.branches-header p:last-child{color:#889196;margin:7px 0 0}.branches-primary{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:6px;align-items:center;gap:7px;height:36px;padding:0 14px;font-size:11px;display:inline-flex}.branches-primary:disabled{opacity:.6;cursor:wait}.branches-notice{color:var(--navy);background:#eef6fa;border-radius:6px;margin:16px 0 0;padding:10px 12px}.branches-stats{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:22px;display:grid}.branches-stats>div{min-height:76px;color:var(--navy);border:1px solid #edf0ee;border-radius:8px;align-items:center;gap:11px;padding:14px;display:flex}.branches-stats span{color:#778287;gap:5px;font-size:10px;display:grid}.branches-stats strong{color:#20262b;font-size:20px;font-weight:500}.branches-toolbar{gap:8px;margin-top:18px;display:flex}.branches-toolbar label{color:#7e898d;border:1px solid #e5e9e8;border-radius:6px;flex:1;align-items:center;gap:8px;padding:0 11px;display:flex}.branches-toolbar input,.branches-toolbar select{color:#374247;background:#fff;border:1px solid #e5e9e8;border-radius:6px;outline:0;height:36px}.branches-toolbar label input{border:0;width:100%}.branches-toolbar>button{width:36px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #e5e9e8;border-radius:6px}.branches-table-wrap{border:1px solid #edf0ee;border-radius:8px;margin-top:12px;overflow-x:auto}.table-shell{background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden}.table-shell-scroll{overflow-x:auto}.portal-table{border-collapse:separate;border-spacing:0;text-align:left;width:100%;min-width:720px}.portal-table thead{background:#f5f5f5}.portal-table th{color:#8c8e90;white-space:nowrap;height:52px;padding:0 18px;font-size:11px;font-weight:500}.portal-table td{color:#59666b;vertical-align:middle;border-top:1px solid #f2f3f3;border-bottom:0;height:58px;padding:0 18px}.portal-table tbody tr:hover{background:#fcfdfd}.portal-table thead th:first-child{border-radius:11px 0 0}.portal-table thead th:last-child{border-radius:0 11px 0 0}.table-shell>.orders-pagination,.table-shell>.branches-pagination{border-top:1px solid #ededed;margin:0;padding:14px 18px}.branches-table{border-collapse:collapse;text-align:left;width:100%;min-width:720px}.branches-table th{color:#899397;background:#f8faf9;padding:12px 14px;font-size:10px;font-weight:500}.branches-table td{color:#485358;vertical-align:middle;border-top:1px solid #eef1f0;padding:14px}.branches-table td small,.branch-name small{color:#9aa4a7;margin-top:5px;font-size:10px;display:block}.branch-name{color:#123b63;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}.branch-status{color:#a25b5b;background:#f4eeee;border-radius:999px;padding:4px 8px;font-size:10px;display:inline-flex}.branch-status.active{color:#258159;background:#e9f6ef}.branch-actions{gap:7px;display:flex}.branch-actions button,.branch-modal header button,.branch-drawer header button{color:#637780;cursor:pointer;background:#f6f8f7;border:0;border-radius:5px;place-items:center;width:28px;height:28px;display:grid}.branch-actions button:hover{color:var(--navy);background:#eaf1f3}.branch-actions .danger,.danger-button{color:#b54d4d}.branches-state{height:170px;text-align:center!important;color:#8b9699!important}.branch-spin{animation:1s linear infinite branch-spin}@keyframes branch-spin{to{transform:rotate(360deg)}}.branches-pagination{color:#899397;justify-content:space-between;align-items:center;margin-top:14px;font-size:10px;display:flex}.branches-pagination div{align-items:center;gap:10px;display:flex}.branches-pagination button{width:28px;height:28px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #e5e9e8;border-radius:5px;place-items:center;display:grid}.branches-pagination button:disabled{opacity:.4;cursor:not-allowed}.branch-modal-backdrop,.branch-drawer-backdrop,.branch-confirm-backdrop{z-index:30;background:#15222b66;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.branch-modal{background:#fff;border-radius:10px;width:min(780px,100%);max-height:calc(100vh - 40px);overflow:auto;box-shadow:0 20px 60px #15222b33}.branch-modal>header,.branch-drawer>header{border-bottom:1px solid #edf0ee;justify-content:space-between;align-items:flex-start;padding:22px;display:flex}.branch-modal h2,.branch-drawer h2,.branch-confirm h2{color:#123b63;margin:0;font-size:18px;font-weight:500}.branch-modal header p,.branch-drawer header p{color:#8b9699;margin:5px 0 0}.branch-form-grid{grid-template-columns:repeat(2,1fr);gap:13px;padding:20px 22px 12px;display:grid}.branch-form-grid label,.branch-checks label{color:#68757a;gap:6px;font-size:10px;display:grid}.branch-form-grid input,.branch-form-grid textarea{color:#29353a;border:1px solid #dfe6e5;border-radius:5px;outline:0;width:100%;padding:9px 10px}.branch-form-grid input:focus,.branch-form-grid textarea:focus{border-color:var(--navy);box-shadow:0 0 0 2px #164f7915}.branch-form-wide{grid-column:1/-1}.branch-checks{gap:18px;padding:4px 22px 18px;display:flex}.branch-checks label{align-items:center;gap:7px;display:flex}.branch-modal>footer,.branch-confirm footer{border-top:1px solid #edf0ee;justify-content:flex-end;gap:9px;padding:15px 22px;display:flex}.branch-modal>footer>button:first-child,.branch-confirm footer button:first-child{color:var(--navy);cursor:pointer;background:0 0;border:0}.branch-drawer-backdrop{justify-content:flex-end;padding:0;display:flex}.branch-drawer{background:#fff;width:min(420px,100%);height:100%;overflow:auto;box-shadow:-12px 0 35px #15222b22}.branch-detail{color:#657177;padding:24px 22px;line-height:1.7}.branch-detail h3{color:#123b63;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:7px;margin:25px 0 7px;font-size:11px;font-weight:600;display:flex}.branch-detail p{margin:0}.branch-detail strong{color:#26373e;font-size:14px}.branch-drawer-footer{border-top:1px solid #edf0ee;margin-top:28px;padding-top:18px}.branch-drawer-footer button{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:5px;align-items:center;gap:7px;height:34px;padding:0 12px;display:inline-flex}.branch-confirm{background:#fff;border-radius:9px;width:min(380px,100%);padding:22px}.branch-confirm p{color:#68757a;margin:12px 0 22px}.danger-button{cursor:pointer;background:0 0;border:0}@media (max-width:700px){.branches-page{padding:16px}.branches-header{flex-direction:column}.branches-stats,.branch-form-grid{grid-template-columns:1fr}.branch-form-wide{grid-column:auto}}.stats-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.stat-card{border-left:3px solid var(--navy);background:#fff;border-radius:9px;min-height:124px;padding:20px 20px 17px}.stat-card-title{color:var(--navy);justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.stat-card-title span{color:#363c3f;text-transform:capitalize;max-width:110px;font-weight:600;line-height:1.2;display:block}.stat-card-title svg{flex:none}.stat-card>div{justify-content:space-between;align-items:flex-end;margin-top:30px;display:flex}.stat-card strong{letter-spacing:-.8px;font-size:25px;font-weight:500}.stat-card button{color:var(--navy);cursor:pointer;background:#fff;border:1px solid #f0f0ef;border-radius:4px;align-items:center;gap:4px;padding:7px 9px;font-size:9px;display:flex}.portfolio{background:#fff;border-radius:9px;margin-top:8px;padding:20px}.dashboard-portfolio{padding:22px}.dashboard-portfolio .portfolio-header{align-items:center}.dashboard-portfolio .portfolio-header h1{color:#123b63;font-size:18px;font-weight:500}.dashboard-portfolio .portfolio-header p{font-size:10px}.portfolio-header-actions{align-items:center;gap:14px;display:flex}.portfolio-view-all{color:var(--navy);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;font-size:10px;font-weight:600;display:inline-flex}.vibrant-stat{border-top:3px solid #52b98a}.dashboard-carpet-carousel{position:relative}.dashboard-carpet-grid{scroll-snap-type:x mandatory;scrollbar-width:none;gap:13px;margin-top:20px;padding:2px 2px 12px;display:flex;overflow-x:auto}.dashboard-carpet-grid::-webkit-scrollbar{display:none}.dashboard-carpet-card{scroll-snap-align:start;background:#fff;border:1px solid #edf0ee;border-radius:11px;flex:0 0 clamp(180px,28%,245px);min-width:0;transition:transform .2s,box-shadow .2s;overflow:hidden}.dashboard-carpet-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px #164f7917}.dashboard-carpet-image{background:#eef0ed;height:275px;position:relative;overflow:hidden}.dashboard-carpet-image>img{object-fit:cover;transition:transform .35s}.dashboard-carpet-card:hover .dashboard-carpet-image>img{transform:scale(1.035)}.dashboard-carpet-badge{color:#247c59;background:#e5f7edee;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:700;position:absolute;top:10px;left:10px}.dashboard-carpet-tooltip{z-index:1;color:#fff;opacity:0;pointer-events:none;background:linear-gradient(135deg,#164f79f5,#7d3db8f2);border:1px solid #fff6;border-radius:7px;max-width:calc(100% - 20px);padding:7px 9px;font-size:8px;font-weight:700;line-height:1.4;transition:opacity .2s,transform .2s;position:absolute;top:42px;left:10px;transform:translateY(-5px);box-shadow:0 7px 18px #164f7940}.dashboard-carpet-card:hover .dashboard-carpet-tooltip,.dashboard-carpet-card:focus-within .dashboard-carpet-tooltip{opacity:1;transform:translateY(0)}.dashboard-carousel-fade{z-index:2;pointer-events:none;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);width:100px;position:absolute;top:0;bottom:0}.dashboard-carousel-fade.left{background:linear-gradient(90deg,#ffffffe0 0%,#ffffff75 48%,#fff0 100%);left:0}.dashboard-carousel-fade.right{background:linear-gradient(270deg,#ffffffe0 0%,#ffffff75 48%,#fff0 100%);right:0}.dashboard-carousel-controls{gap:5px;display:flex}.dashboard-carousel-controls button{width:27px;height:27px;color:var(--navy);cursor:pointer;background:#f8fbfc;border:1px solid #dce6ea;border-radius:6px;place-items:center;display:grid}.dashboard-carousel-controls button:hover{border-color:var(--navy);background:var(--navy);color:#fff}.dashboard-carpet-basket{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:7px;flex:none;place-items:center;width:27px;height:27px;transition:background .18s,transform .18s;display:grid}.dashboard-carpet-basket:hover{background:var(--navy-deep);transform:translateY(-1px)}.dashboard-carpet-info{padding:12px}.dashboard-carpet-title{color:var(--navy);justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.dashboard-carpet-title h2{color:#253238;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;margin:0;font-size:11px;font-weight:600;overflow:hidden}.dashboard-carpet-title p{color:#9aa2a5;margin:4px 0 0;font-size:9px}.dashboard-carpet-meta{color:#899497;gap:10px;margin-top:12px;font-size:8px;display:flex}.dashboard-carpet-meta span{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.dashboard-carpet-price{justify-content:space-between;align-items:flex-end;margin-top:13px;display:flex}.dashboard-carpet-price span{align-items:baseline;gap:6px;display:flex}.dashboard-carpet-price small{color:#9aa2a5;font-size:8px}.dashboard-carpet-price strong{color:#172d3b;font-size:15px;font-weight:600}.dashboard-carpet-price del{color:#a5acae;font-size:9px}.dashboard-portfolio-state{color:#8b9598;justify-content:center;align-items:center;gap:8px;min-height:300px;display:flex}.dashboard-recent-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px;display:grid}.dashboard-recent-card{background:#fff;border-radius:9px;min-width:0;padding:18px 14px 10px}.dashboard-recent-heading{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.dashboard-recent-heading h2{color:var(--navy-deep);align-items:center;gap:7px;margin:0;font-size:12px;font-weight:600;display:flex}.dashboard-recent-heading h2 svg{color:var(--navy)}.dashboard-recent-heading p{color:#929da0;margin:4px 0 0;font-size:9px}.dashboard-recent-heading button{color:var(--navy);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;font-size:9px;font-weight:600;display:inline-flex}.dashboard-recent-list{margin-top:12px}.dashboard-recent-list article{border-top:1px solid #eef0ef;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:9px;padding:11px 0;display:grid}.dashboard-recent-icon{width:30px;height:30px;color:var(--navy);background:#eaf3f8;border-radius:8px;place-items:center;display:grid}.dashboard-recent-icon.invoice{color:#7547a7;background:#f1ecfb}.dashboard-recent-list article>div{min-width:0}.dashboard-recent-list strong{color:#263238;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:600;display:block;overflow:hidden}.dashboard-recent-list small{color:#929da0;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:9px;display:block;overflow:hidden}.recent-status{white-space:nowrap;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:700}.recent-status.pending,.recent-status.due{color:#a26712;background:#fff4df}.recent-status.shipped{color:var(--navy);background:#eaf3fb}.recent-status.delivered,.recent-status.paid{color:#267b58;background:#e7f7ef}.portfolio-header{justify-content:space-between;align-items:center;gap:15px;display:flex}.portfolio-header h1{text-transform:capitalize;margin:0;font-size:15px}.portfolio-header p{color:#90989b;margin:4px 0 0;font-size:10px}.portfolio-tools{align-items:center;gap:10px;display:flex}.tabs{gap:5px;display:flex}.tabs button{color:#a8afb1;cursor:pointer;background:#fff;border:1px solid #edf0ef;border-radius:18px;padding:9px 12px;font-size:9px}.tabs button.selected{border-color:var(--navy);background:var(--navy);color:#fff}.view-controls{align-items:center;display:flex}.view-controls button{color:#a2aaad;cursor:pointer;background:0 0;border:0;place-items:center;width:30px;height:30px;display:grid}.view-controls button.active,.view-controls button:hover{color:var(--navy)}.carpet-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 9px;margin-top:19px;display:grid}.carpet-card{min-width:0}.carpet-image{background:#eee;border-radius:10px;height:178px;position:relative;overflow:hidden}.carpet-image>img{object-fit:cover;transition:transform .35s}.carpet-card:hover .carpet-image>img{transform:scale(1.025)}.carpet-image button{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#2228;border:1px solid #fff9;border-radius:50%;place-items:center;width:27px;height:27px;display:grid;position:absolute;bottom:9px;left:9px}.carpet-image button.liked{color:#a02c35;background:#fff}.carpet-info{padding:10px 10px 0}.carpet-title{text-transform:uppercase;justify-content:space-between;display:flex}.carpet-title strong{font-size:11px;font-weight:500}.carpet-title small{color:#616a6e;font-size:9px}.carpet-meta{color:#a2a8aa;gap:17px;margin-top:9px;font-size:8px;display:flex}.carpet-meta span{align-items:center;gap:4px;display:flex}.carpet-price{justify-content:space-between;align-items:center;margin-top:13px;display:flex}.carpet-price>strong{font-size:17px;font-weight:500}.color-dots{align-items:center;display:flex}.color-dots i{border:1px solid #fff;border-radius:50%;width:12px;height:12px;margin-left:-2px}.color-dots small{margin-left:2px;font-size:8px}.carpet-grid.list-view{grid-template-columns:1fr;gap:0}.list-card{border-bottom:1px solid var(--line);grid-template-columns:102px 1fr;padding:10px 0;display:grid}.list-card .carpet-image{height:82px}.list-card .carpet-info{flex-direction:column;justify-content:center;padding:5px 13px;display:flex}.list-card .carpet-price{margin-top:8px}.right-rail{flex-direction:column;gap:8px;min-width:0;display:flex}.cart-panel{gap:12px;display:grid}.cart-card,.tracking-card{background:#fff;border-radius:9px}.wishlist-card{background:#fff;border-radius:9px;padding:18px 14px 13px}.wishlist-card .panel-heading strong{align-items:center;gap:6px;display:inline-flex}.wishlist-list{margin-top:10px}.wishlist-row{border-bottom:1px solid #eee;grid-template-columns:44px minmax(0,1fr) 22px;align-items:center;gap:9px;padding:11px 2px;display:grid}.wishlist-row>img{object-fit:cover;background:#f3f3f3;border-radius:7px;width:42px;height:42px}.wishlist-row>div{min-width:0}.wishlist-row strong{text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:600;display:block;overflow:hidden}.wishlist-row small{color:#8d9496;margin-top:5px;font-size:9px;display:block}.cart-card{padding:19px 14px 13px}.panel-heading{text-transform:capitalize;justify-content:space-between;align-items:center;display:flex}.panel-heading strong{font-size:12px}.panel-heading span{color:#727b7e;font-size:9px}.cart-list{margin-top:10px}.cart-state{color:#8d9496;justify-content:center;align-items:center;gap:7px;min-height:70px;font-size:9px;display:flex}.cart-spinner{animation:1s linear infinite carpet-spin}.cart-error{color:#c73e4b;margin:10px 0 0;font-size:9px}.cart-row{border-bottom:1px solid #eee;grid-template-columns:54px minmax(0,1fr) 22px;gap:10px;padding:16px 2px;display:grid}.cart-row>img{object-fit:cover;border-radius:8px;width:52px;height:52px}.cart-row>div{min-width:0}.cart-row strong{text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:600;display:block;overflow:hidden}.cart-row small{color:#8d9496;text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:9px;display:block;overflow:hidden}.cart-row p{color:#8a9193;justify-content:space-between;align-items:center;gap:6px;margin:12px 0 0;font-size:9px;display:flex}.cart-row p b{color:#252c2f;font-size:11px}.cart-remove{color:#7e8689;cursor:pointer;background:0 0;border:0;place-items:center;width:20px;height:20px;padding:0;display:grid}.cart-row>button:disabled{cursor:wait;opacity:.6}.cart-quantity{color:#526066;align-items:center;gap:5px;font-size:11px;font-weight:600;display:inline-flex}.cart-quantity button{color:#526066;cursor:pointer;background:#fff;border:1px solid #d8dede;border-radius:4px;place-items:center;width:20px;height:20px;padding:0;font-size:16px;line-height:1;display:grid}.cart-quantity button:disabled{cursor:wait;opacity:.45}.cart-total{color:#8a9193;justify-content:space-between;align-items:center;margin-top:12px;font-size:9px;display:flex}.cart-total strong{color:#252c2f;font-size:13px}.checkout{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:5px;justify-content:center;align-items:center;gap:9px;width:100%;height:35px;margin-top:13px;font-size:9px;display:flex}.tracking-card{padding:18px 15px}.tracking-card .panel-heading strong{color:var(--navy-deep);align-items:center;gap:6px;display:inline-flex}.tracking-card .panel-heading strong svg{color:var(--navy)}.tracking-action{border:1px solid var(--navy);background:var(--navy);color:#fff;cursor:pointer;border-radius:5px;justify-content:center;align-items:center;gap:6px;width:100%;height:32px;margin-top:13px;font-size:9px;display:inline-flex}.tracking-action:hover{background:var(--navy-deep)}.tracking-id{justify-content:space-between;align-items:center;margin-top:17px;display:flex}.tracking-id span{color:#526066;align-items:center;gap:6px;font-size:10px;font-weight:600;display:flex}.tracking-id b{color:#f0a33a;background:#fff0dc;border-radius:8px;padding:4px 7px;font-size:7px}.order-summary{border:1px solid #eee;border-radius:6px;grid-template-columns:1fr .65fr 1fr;margin-top:15px;padding:11px 10px;display:grid}.order-summary span{color:#9da3a5;flex-direction:column;gap:7px;font-size:8px;display:flex}.order-summary strong{color:#30373a;font-size:9px}.progress-label{justify-content:space-between;margin-top:15px;font-size:8px;display:flex}.progress-label span{color:#969da0}.progress{background:#e7e9e8;height:2px;margin:8px 0 12px}.progress i{background:var(--green);width:35%;height:100%;display:block}.line-item{color:#7e878a;justify-content:space-between;padding:5px 0;font-size:8px;display:flex}.line-item b{color:#555e61;font-size:8px}.show-less{color:#9ba1a3;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;margin:11px auto 0;font-size:8px;display:flex}.portal-carpets{background:#fff;border-radius:9px;min-height:calc(100vh - 102px);margin-top:1px;padding:24px}.carpets-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.carpets-heading h1{color:var(--navy-deep);margin:0;font-size:20px;font-weight:500}.carpets-heading p{color:#8f989c;margin:6px 0 0;font-size:11px}.filter-trigger{height:38px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #dfe5e7;border-radius:7px;align-items:center;gap:8px;padding:0 17px;display:inline-flex}.filter-trigger.active{border-color:var(--navy);background:#edf4f8}.carpet-filter-panel{background:#fafbfa;border:1px solid #e8ebeb;border-radius:9px;margin-top:20px}.filter-panel-heading{background:#fff;border-bottom:1px solid #e8ebeb;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.filter-panel-heading span{color:#344147;align-items:center;gap:8px;font-weight:600;display:flex}.filter-panel-heading button{cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;width:28px;height:28px;display:grid}.carpet-filter-grid{gap:14px;display:grid}.carpet-filter-grid-two{grid-template-columns:1fr 1fr}.carpet-filter-attributes{grid-template-columns:repeat(4,minmax(0,1fr))}.carpet-filter-price{grid-template-columns:repeat(3,minmax(0,1fr))}.carpet-filter-size{grid-template-columns:repeat(4,minmax(0,1fr))}.carpet-filter-grid label{gap:7px;min-width:0;display:grid}.carpet-filter-grid label>span{color:#7d878b;font-size:9px}.carpet-filter-grid input,.carpet-filter-grid select,.inventory-controls select{color:#394448;background:#fff;border:1px solid #e0e4e4;border-radius:6px;outline:0;width:100%;min-width:0;height:36px;padding:0 10px}.filter-search>div{position:relative}.filter-search>div svg{color:#8c979a;position:absolute;top:11px;left:10px}.filter-search input{padding-left:31px}.filter-section{border-top:1px solid #e8ebeb;padding:17px 18px}.filter-section h3{color:var(--navy);margin:0 0 13px;font-size:10px;font-weight:600}.filter-section .multi-filter>span,.inventory-controls label>span{color:#7d878b;margin-bottom:7px;font-size:9px;display:block}.filter-options-loading{color:#818b8f;align-items:center;gap:7px;margin:0;padding:12px 18px;display:flex}.filter-options-loading svg{animation:1s linear infinite carpet-spin}.multi-filter{min-width:0;position:relative}.multi-filter details{position:relative}.multi-filter summary{color:#6f797d;cursor:pointer;background:#fff;border:1px solid #e0e4e4;border-radius:6px;justify-content:space-between;align-items:center;height:36px;padding:0 10px;list-style:none;display:flex}.multi-filter summary::-webkit-details-marker{display:none}.multi-filter summary:after{content:"⌄";color:#8b9497}.multi-filter-menu{z-index:30;background:#fff;border:1px solid #e3e6e6;border-radius:7px;width:max(100%,210px);max-height:230px;padding:6px;position:absolute;top:40px;left:0;overflow-y:auto;box-shadow:0 12px 30px #17252d22}.multi-filter-menu label{color:#465155;cursor:pointer;white-space:nowrap;border-radius:5px;align-items:center;gap:6px;min-height:25px;padding:3px 6px;font-size:10px;display:flex;overflow:hidden}.multi-filter-menu label:hover{background:#f2f6f7}.multi-filter-menu input{flex:none;width:12px;height:12px;margin:0}.multi-filter-menu label:not(:has(input)){text-overflow:ellipsis}.multi-filter-menu i{border:1px solid #ddd;border-radius:50%;width:11px;height:11px}.multi-filter-menu p{color:#9ba2a4;margin:5px 7px}.inventory-controls{flex-wrap:wrap;align-items:end;gap:22px;display:flex}.inventory-controls>label{width:180px}.filter-switch{color:#394448;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;height:36px;display:inline-flex}.filter-modal-section .filter-switch{align-self:end;margin-top:16px}.filter-switch>span{background:#dfe4e4;border-radius:12px;align-items:center;width:38px;height:22px;padding:2px;transition:background .18s;display:inline-flex}.filter-switch>span.on{background:var(--navy)}.filter-switch i{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .18s;display:block;box-shadow:0 1px 3px #0002}.filter-switch>span.on i{transform:translate(16px)}.filter-actions{justify-content:flex-end;gap:8px;padding:0 18px 18px;display:flex}.filter-actions button{height:34px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #e0e4e4;border-radius:6px;padding:0 16px}.filter-actions button:last-child{border-color:var(--navy);background:var(--navy);color:#fff}.carpet-results-meta{color:#929a9e;justify-content:space-between;align-items:center;min-height:47px;margin-top:10px;font-size:10px;display:flex}.carpet-results-meta strong{color:#26865f;background:#e8f6ef;border-radius:13px;align-items:center;gap:5px;padding:6px 10px;font-weight:500;display:inline-flex}.customer-carpet-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 12px;display:grid}.customer-carpet-card{background:#fff;border:1px solid #eceeed;border-radius:10px;min-width:0;transition:border-color .18s,box-shadow .18s,transform .18s;overflow:hidden}.customer-carpet-card:hover{transform:translateY(-2px);box-shadow:0 9px 24px #23323b12}.customer-carpet-card.selected{border-color:#2f8a67;box-shadow:0 0 0 1px #2f8a67}.customer-carpet-image{background-color:#eee;background-position:50%;background-size:cover;height:220px;position:relative}.carpet-flags{gap:5px;display:flex;position:absolute;top:10px;left:10px}.carpet-flags span{color:var(--navy);background:#ffffffea;border-radius:11px;padding:5px 8px;font-size:8px;font-weight:700;box-shadow:0 2px 7px #0001}.carpet-checkbox{color:#fff;cursor:pointer;background:#fffffff0;border:1px solid #d9dddd;border-radius:5px;place-items:center;width:25px;height:25px;padding:0;display:grid;position:absolute;bottom:11px;right:11px;box-shadow:0 2px 8px #0002}.selected .carpet-checkbox{background:#2f8a67;border-color:#2f8a67}.customer-carpet-info{padding:14px}.customer-carpet-title{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.customer-carpet-title h2{color:#263034;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;margin:0;font-size:12px;font-weight:600;overflow:hidden}.customer-carpet-title>span{color:#8c9598;flex:none;font-size:9px}.customer-carpet-info>p{color:#9ba2a4;text-overflow:ellipsis;white-space:nowrap;margin:6px 0 0;font-size:9px;overflow:hidden}.customer-carpet-spec{color:#8f989c;justify-content:space-between;gap:8px;min-width:0;margin-top:12px;font-size:8px;display:flex}.customer-carpet-spec span{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.customer-carpet-price{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.customer-carpet-price strong{color:#252d30;font-size:16px;font-weight:500}.customer-carpet-price>span{display:flex}.customer-carpet-price i{border:1px solid #fff;border-radius:50%;width:13px;height:13px;margin-left:-2px}.carpet-loading,.carpet-empty{color:#8c9598;justify-content:center;align-items:center;gap:8px;min-height:380px;display:flex}.carpet-loading svg{animation:1s linear infinite carpet-spin}@keyframes carpet-spin{to{transform:rotate(360deg)}}.portal-error{color:#c73e4b;background:#fff0f1;border-radius:7px;padding:11px 14px}.carpet-pagination{color:#899296;border-top:1px solid #eceeed;justify-content:space-between;align-items:center;margin-top:24px;padding-top:18px;display:flex}.carpet-pagination button{height:34px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #e3e6e6;border-radius:6px;align-items:center;gap:5px;padding:0 12px;display:inline-flex}.carpet-pagination button:disabled{cursor:not-allowed;opacity:.4}@media (max-width:1250px){.portal-shell{grid-template-columns:220px minmax(0,1fr);width:calc(100% - 16px);min-height:calc(100vh - 16px);margin:8px auto}.dashboard-grid{grid-template-columns:minmax(0,1fr) 300px}.stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-header{flex-direction:column;align-items:flex-start}.portfolio-tools{justify-content:space-between;width:100%}.tabs{overflow-x:auto}.tabs button{white-space:nowrap}.customer-carpet-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.carpet-filter-attributes{grid-template-columns:repeat(3,1fr)}.minimal-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:960px){.portal-shell{padding:8px;display:block}.portal-shell.sidebar-collapsed{display:block}.sidebar{z-index:60;background:var(--canvas);width:255px;padding:8px;transition:transform .25s;position:fixed;top:0;bottom:0;left:0;transform:translate(-105%)}.sidebar.is-collapsed{width:255px}.sidebar.is-open{transform:translate(0)}.sidebar.is-collapsed .brand-panel img{width:126px}.sidebar.is-collapsed .sidebar-nav{padding:32px 16px}.sidebar.is-collapsed .nav-label{justify-content:space-between;margin-inline:8px}.sidebar.is-collapsed .nav-label span:first-child{display:inline}.sidebar.is-collapsed .nav-item{justify-content:flex-start;gap:11px;padding-inline:11px}.sidebar.is-collapsed .nav-item>span,.sidebar.is-collapsed .nav-chevron{display:initial}.sidebar.is-collapsed .sidebar-help{display:flex}.sidebar-toggle{display:none}.sidebar-scrim{z-index:50;opacity:0;pointer-events:none;background:#1118;border:0;width:100%;height:100%;transition:opacity .2s;position:fixed;inset:0}.sidebar-scrim.is-open{opacity:1;pointer-events:auto;display:block}.mobile-close{color:#fff;background:#ffffff20;border:0;border-radius:50%;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:10px;right:10px}.menu-button{width:36px;height:36px;color:var(--navy);background:#f4f5f4;border:0;border-radius:7px;flex:none;place-items:center;display:grid}.dashboard-grid{grid-template-columns:1fr}.right-rail{grid-template-columns:1fr 1fr;display:grid}.topbar-actions>button:nth-child(-n+3){display:none}.customer-carpet-grid,.carpet-filter-attributes,.carpet-filter-size,.minimal-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.portal-shell{border:0;width:100%;min-height:100vh;margin:0}.topbar{height:64px;padding:0 12px}.search-box kbd,.profile,.launch{display:none!important}.profile-mobile{border:1px solid #eee!important;display:grid!important}.dashboard-grid{margin-top:7px}.stats-row{grid-template-columns:repeat(2,1fr)}.stat-card{min-height:104px;padding:15px}.stat-card:last-child{grid-column:1/-1}.stat-card>div{margin-top:21px}.stat-card strong{font-size:22px}.portfolio{padding:16px 12px}.dashboard-recent-grid{grid-template-columns:1fr}.portfolio-tools{display:block}.tabs{padding-bottom:7px}.view-controls{justify-content:flex-end}.carpet-grid{grid-template-columns:1fr}.carpet-image{height:210px}.right-rail{grid-template-columns:1fr}.portal-carpets{min-height:calc(100vh - 79px);padding:18px 12px}.carpet-filter-grid-two,.carpet-filter-attributes,.carpet-filter-price,.carpet-filter-size,.customer-carpet-grid{grid-template-columns:1fr}.customer-carpet-image{height:270px}.minimal-product-grid,.vitrine-choice-row{grid-template-columns:1fr}}.dashboard-like-carpets{padding:22px}.dashboard-like-heading{align-items:flex-start;margin-bottom:18px}.dashboard-like-heading h1{font-size:16px;font-weight:500}.dashboard-like-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.filter-trigger span{min-width:18px;height:18px;color:var(--navy);background:#fff;border-radius:5px;place-items:center;font-size:10px;display:grid}.icon-reset{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:7px;place-items:center;width:36px;height:36px;display:grid}.customer-table-card{background:#fff;border:1px solid #ededed;border-radius:9px;padding:14px;overflow:hidden}.minimal-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.minimal-product-card{background:#fff;border:1px solid #eceeef;border-radius:12px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 14px #0f172a08}.minimal-product-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0f172a12}.minimal-product-import-overlay{z-index:4;color:#26343a;text-align:left;opacity:0;pointer-events:none;background:#fffffff2;border:1px solid #dce5e7;border-radius:5px;padding:5px 8px;font-size:8px;font-weight:600;line-height:1.35;transition:opacity .2s;display:block;position:absolute;top:8px;left:8px;right:8px;box-shadow:0 3px 10px #0f172a18}.minimal-product-card:hover .minimal-product-import-overlay{opacity:1}.minimal-product-wishlist{color:#9aa4a9;cursor:pointer;background:0 0;border:0;border-radius:999px;flex:none;place-items:center;width:24px;height:24px;display:grid}.minimal-product-wishlist:hover{color:#d64545;background:#f2f5f5}.minimal-product-wishlist.active{color:#d64545}.minimal-product-select{z-index:2;color:#fff;cursor:pointer;background:#fff;border:1px solid #dbe2e5;border-radius:7px;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:10px;left:10px;box-shadow:0 3px 10px #0f172a12}.minimal-product-select.selected{border-color:var(--navy);background:var(--navy)}.minimal-product-image{cursor:pointer;background:#f7f8f8;border:0;justify-content:center;align-items:center;width:100%;min-height:220px;padding:14px;display:flex}.minimal-product-image img{object-fit:contain;background:0 0;width:auto;max-width:100%;height:auto;max-height:320px;display:block}.minimal-product-discount-badge{color:#fff;background:#12b76a;border:1px solid #079455;border-radius:999px;align-items:center;gap:4px;padding:5px 8px;font-size:9px;font-weight:800;display:inline-flex;position:absolute;top:10px;right:10px;box-shadow:0 4px 12px #12b76a55}.minimal-product-body{gap:10px;padding:12px;display:grid}.minimal-product-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.minimal-product-name-row{align-items:center;gap:4px;display:flex}.minimal-product-top h3{color:#18252d;margin:0;font-size:12px;font-weight:600;line-height:1.3}.minimal-product-top p{color:#7a8489;margin:4px 0 0;font-size:10px}.minimal-product-stock{white-space:nowrap;border-radius:999px;align-items:center;padding:4px 8px;font-size:9px;font-weight:700;display:inline-flex}.minimal-product-stock.success{color:#14794a;background:#e9f8ef}.minimal-product-stock.warning{color:#a86b00;background:#fff5e6}.minimal-product-stock.danger{color:#b63b48;background:#ffe9eb}.minimal-product-meta{color:#8b9498;justify-content:space-between;gap:8px;font-size:9px;display:flex}.minimal-product-footer{justify-content:space-between;align-items:center;gap:10px;margin-top:2px;display:flex}.minimal-product-footer strong{color:#17252d;font-size:14px;font-weight:600}.minimal-product-prices{align-items:center;gap:10px;min-width:0;display:flex}.minimal-product-prices span{gap:1px;display:grid}.minimal-product-prices small{color:#7a8489;white-space:nowrap;font-size:8px}.minimal-product-prices strong{white-space:nowrap;font-size:11px}.minimal-product-prices strong.has-discount{color:#899297;text-decoration:line-through}.minimal-product-prices strong.discounted-price{color:#c94747}.minimal-product-prices span:last-child strong{color:var(--navy)}.minimal-product-add{color:#fff;cursor:pointer;background:#183b5b;border:0;border-radius:999px;flex:none;align-items:center;gap:6px;padding:7px 10px;font-size:10px;font-weight:600;display:inline-flex}.minimal-product-add.added{background:#2b7a57}.table-message{justify-content:center;align-items:center;gap:8px;min-height:180px;display:flex;color:#777!important}.table-message svg{vertical-align:middle;margin-right:6px;animation:1s linear infinite carpet-spin}.customer-table-pagination{color:#777;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:14px 0 0;font-size:12px;display:flex}.customer-table-pagination button{min-width:32px;height:32px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #e3e6e6;border-radius:6px;justify-content:center;align-items:center;gap:5px;display:inline-flex}.customer-table-pagination button.active{border-color:var(--navy);background:var(--navy);color:#fff}.customer-table-pagination button:disabled{cursor:not-allowed;opacity:.45}.customer-table-pagination>div{flex-wrap:wrap;gap:6px;display:flex}.selection-note{color:var(--navy);align-items:center;gap:6px;margin:12px 0 0;font-weight:600;display:inline-flex}.filter-modal-backdrop{z-index:80;background:#0006;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.filter-modal{background:#fff;border-radius:9px;width:min(980px,100%);max-height:88vh;overflow:auto;box-shadow:0 22px 60px #0003}.filter-modal>header{border-bottom:1px solid #ededed;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.filter-modal h2{color:var(--navy-deep);margin:0;font-size:16px;font-weight:500}.filter-modal header button{width:32px;height:32px;color:var(--navy);cursor:pointer;background:#f5f5f5;border:0;border-radius:7px;place-items:center;display:grid}.filter-modal-body{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:20px;display:grid}.filter-modal-body label,.filter-modal-section label,.filter-modal .multi-filter{color:#777;gap:7px;min-width:0;font-size:11px;display:grid}.filter-modal input,.filter-modal select,.filter-modal .multi-filter summary{color:#333;background:#fff;border:1px solid #e5e8e8;border-radius:6px;outline:0;width:100%;height:38px;padding:0 11px}.search-field{border:1px solid #e5e8e8;border-radius:6px;align-items:center;gap:8px;height:38px;padding:0 11px;display:flex}.search-field input{border:0;flex:1;min-width:0;height:auto;padding:0}.filter-modal-section{border-top:1px solid #ededed;grid-column:1/-1;padding-top:16px}.filter-modal-section h3{color:var(--navy-deep);margin:0 0 12px;font-size:12px;font-weight:600}.filter-modal-section>div{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.filter-modal .multi-filter-menu{z-index:90}.filter-modal .multi-filter-menu label{align-items:center;gap:6px;width:100%;height:25px;min-height:25px;padding:3px 6px;font-size:10px;line-height:1;display:flex}.filter-modal .multi-filter-menu label input[type=checkbox]{flex:0 0 12px;width:12px;height:12px;margin:0;padding:0}.filter-modal .filter-switch{border:1px solid #e5e8e8;border-radius:6px;padding:0 11px}.filter-modal footer{border-top:1px solid #ededed;justify-content:flex-end;gap:8px;padding:16px 20px;display:flex}.filter-modal footer button{height:36px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #dfe5e7;border-radius:6px;padding:0 16px}.filter-modal footer button:last-child{border-color:var(--navy);background:var(--navy);color:#fff}.filter-modal footer .vitrine-adjust-trigger{color:var(--navy);background:#eef6fa;border-color:#c7dbe7;align-items:center;gap:6px;margin-right:auto;display:inline-flex}.vitrine-adjust-trigger.standalone{height:36px;color:var(--navy);cursor:pointer;background:#eef6fa;border:1px solid #c7dbe7;border-radius:7px;align-items:center;gap:6px;padding:0 12px;font-size:11px;display:inline-flex}.vitrine-modal-backdrop{z-index:90;background:#0006;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.vitrine-modal{background:#fff;border-radius:10px;width:min(520px,100%);overflow:hidden;box-shadow:0 22px 60px #0003}.vitrine-modal>header{border-bottom:1px solid #ededed;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px;display:flex}.vitrine-modal h2{color:var(--navy-deep);margin:0;font-size:17px;font-weight:500}.vitrine-modal header p{color:#7b858a;margin:6px 0 0;font-size:11px;line-height:1.5}.vitrine-modal header button{width:32px;height:32px;color:var(--navy);cursor:pointer;background:#f5f5f5;border:0;border-radius:7px;place-items:center;display:grid}.vitrine-modal-body{gap:16px;padding:20px;display:grid}.vitrine-modal-body label{color:#777;gap:7px;font-size:11px;display:grid}.vitrine-modal-body input,.vitrine-modal-body select{color:#333;background:#fff;border:1px solid #e5e8e8;border-radius:6px;outline:0;width:100%;height:38px;padding:0 11px}.vitrine-choice-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.vitrine-notice{color:var(--navy);background:#eef6fa;border-radius:7px;margin:0;padding:10px 12px;font-size:11px;line-height:1.5}.vitrine-modal>footer{border-top:1px solid #ededed;justify-content:flex-end;gap:8px;padding:16px 20px;display:flex}.vitrine-modal>footer button{height:36px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #dfe5e7;border-radius:6px;padding:0 16px}.vitrine-modal>footer button:last-child{border-color:var(--navy);background:var(--navy);color:#fff}.vitrine-modal>footer .vitrine-remove-discount{color:#b42318;border-color:#f0c9cc;margin-right:auto}.vitrine-modal>footer button:disabled{cursor:wait;opacity:.55}.carpet-detail-grid{background:#f7f8f8;grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);gap:12px;padding:16px;display:grid}.detail-card{background:#fff;border:1px solid #ededed;border-radius:9px;overflow:hidden}.detail-card h3{color:#222;border-bottom:1px solid #ededed;margin:0;padding:14px 16px;font-size:13px;font-weight:500}.detail-card dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:16px}.detail-card dl div{background:#fafafa;border:1px solid #ededed;border-radius:7px;padding:10px 12px;display:block}.detail-card dt{margin-bottom:6px;font-size:11px}.detail-card dd{font-size:13px}.detail-gallery{grid-row:span 2}.detail-gallery>img{object-fit:contain;background:#f6f6f6;border-radius:8px;width:calc(100% - 32px);height:420px;margin:16px;display:block}.detail-gallery>div{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:0 16px 16px;display:grid}.detail-gallery>div img{aspect-ratio:1.1;object-fit:contain;background:#fff;border:1px solid #ededed;border-radius:7px;width:100%}.detail-tags{flex-wrap:wrap;gap:8px;padding:16px;display:flex}.detail-tags span{color:var(--navy);background:#eef4f8;border-radius:6px;padding:7px 10px;font-size:12px}.detail-empty,.detail-description p{color:#777;margin:0;padding:16px;line-height:1.6}.detail-description{grid-column:1/-1}.carpet-page{background:#f7f8f8;border-radius:9px;margin-top:1px;padding:24px}.carpet-page-header{justify-content:space-between;gap:18px;margin-bottom:22px;display:flex}.carpet-page-title{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.carpet-page-title button{color:#888;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.carpet-page-title button:hover{color:#111;background:#fff}.carpet-page-title h1{color:#123b63;margin:0;font-size:16px;font-weight:300}.carpet-page-crumb{color:#aaa;flex-wrap:wrap;align-items:center;gap:8px;margin:8px 0 0 40px;font-size:11px;display:flex}.carpet-page-crumb button{color:#777;cursor:pointer;background:0 0;border:0}.carpet-page-crumb button:hover{color:#222;text-decoration:underline}.carpet-page-crumb strong{color:#171717;font-weight:500}.carpet-page-grid{grid-template-columns:minmax(0,1.4fr) minmax(360px,1fr);gap:12px;display:grid}.carpet-page-gallery,.carpet-page-card{background:#fff;border:1px solid #ededed;border-radius:9px;overflow:hidden}.carpet-page-gallery{grid-column:1/-1;padding:24px}.carpet-page-gallery h2{color:#222;margin:0 0 18px;font-size:17px;font-weight:400}.carpet-page-gallery-grid{grid-template-columns:minmax(280px,400px) minmax(0,1fr);gap:12px;display:grid}.carpet-page-main-image{aspect-ratio:1.04;color:#bbb;background:#fff;border:1px solid #ededed;border-radius:8px;justify-content:center;align-items:center;padding:22px;display:flex;position:relative}.carpet-page-main-image img{object-fit:contain;max-width:100%;max-height:100%}.carpet-page-zoom-button{color:var(--navy);cursor:pointer;background:#fff;border:1px solid #dfe5e7;border-radius:6px;align-items:center;gap:5px;padding:7px 9px;font-size:10px;display:inline-flex;position:absolute;bottom:12px;right:12px;box-shadow:0 2px 8px #00000012}.carpet-page-zoom-button:hover,.carpet-page-thumb-zoom:hover{border-color:var(--navy);background:#f3f8fb}.carpet-page-thumbs{grid-template-columns:repeat(5,minmax(0,1fr));align-content:start;gap:10px;display:grid}.carpet-page-thumb{aspect-ratio:1.1;background:#fff;border:1px solid #ededed;border-radius:8px;min-width:0;padding:10px;position:relative}.carpet-page-thumb.active{border-color:var(--navy);box-shadow:0 0 0 1px var(--navy)}.carpet-page-thumb-image{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex}.carpet-page-thumb img{object-fit:contain;max-width:100%;max-height:100%}.carpet-page-thumb-zoom{width:23px;height:23px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #dfe5e7;border-radius:5px;place-items:center;display:grid;position:absolute;bottom:5px;right:5px}.carpet-page-card.wide{grid-column:1/-1}.carpet-page-stack{gap:12px;min-width:0;display:grid}.carpet-page-tax-inventory{grid-column:1/-1;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:12px;display:grid}.carpet-page-tax-inventory>.carpet-page-card{height:100%}.carpet-page-card>header{color:#222;border-bottom:1px solid #ededed;align-items:center;gap:10px;min-height:56px;padding:0 22px;font-size:13px;font-weight:500;display:flex}.carpet-page-card>header span{color:var(--navy)}.carpet-page-card-body{padding:22px}.carpet-page-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.carpet-page-fields.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.carpet-page-field span{color:#888;margin-bottom:7px;font-size:11px;display:block}.carpet-page-field strong{overflow-wrap:anywhere;color:#111;background:#fafafa;border:1px solid #ededed;border-radius:8px;align-items:center;min-height:42px;padding:10px 12px;font-size:12px;font-weight:400;display:flex}.carpet-page-tags{flex-wrap:wrap;gap:9px;display:flex}.carpet-page-tags span{color:#333;background:#fafafa;border:1px solid #ededed;border-radius:7px;align-items:center;gap:7px;padding:8px 11px;font-size:12px;display:inline-flex}.carpet-page-tags span i{border:1px solid #ddd;border-radius:50%;width:14px;height:14px}.carpet-page-empty{color:#999;margin:0}.carpet-page-switches{flex-wrap:wrap;gap:24px;margin-top:18px;display:flex}.carpet-page-switch{color:#555;align-items:center;gap:8px;font-size:12px;display:inline-flex}.carpet-page-switch i{background:#efefef;border-radius:999px;width:36px;height:20px;position:relative}.carpet-page-switch i:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .15s;position:absolute;top:2px;left:2px}.carpet-page-switch i.on{background:#1f1f22}.carpet-page-switch i.on:after{transform:translate(16px)}.carpet-page-switch b{font-weight:400}.carpet-page-copy{gap:14px;display:grid}.carpet-page-copy p{color:#555;background:#fafafa;border:1px solid #ededed;border-radius:8px;margin:0;padding:14px;line-height:1.65}.carpet-page-copy span{color:#888;margin-bottom:8px;font-size:11px;display:block}.carpet-page-state{color:#777;background:#fff;border-radius:9px;justify-content:center;align-items:center;gap:10px;min-height:360px;margin-top:8px;display:flex}.carpet-page-state svg{animation:1s linear infinite carpet-spin}.carpet-page-state.error{color:#b42318;flex-direction:column}.carpet-page-state.error button{color:var(--navy);cursor:pointer;background:0 0;border:0;text-decoration:underline}.carpet-lightbox{z-index:100;color:#1f2937;background:#fff;flex-direction:column;display:flex;position:fixed;inset:0}.carpet-lightbox-toolbar{background:#fff;border-bottom:1px solid #ececec;justify-content:space-between;align-items:center;gap:18px;padding:16px 24px;display:flex}.carpet-lightbox-toolbar p{text-overflow:ellipsis;white-space:nowrap;max-width:48vw;margin:0;font-size:13px;overflow:hidden}.carpet-lightbox-toolbar span{color:#6b7280;font-size:11px}.carpet-lightbox-toolbar>div:last-child{align-items:center;gap:6px;display:flex}.carpet-lightbox-toolbar button{color:#1f2937;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:36px;height:36px;display:grid}.carpet-lightbox-toolbar button:hover{background:#f3f4f6}.carpet-lightbox-toolbar button:disabled{cursor:not-allowed;opacity:.35}.carpet-lightbox-stage{cursor:zoom-in;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.carpet-lightbox-stage.zoomed{cursor:grab}.carpet-lightbox-stage.dragging{cursor:grabbing}.carpet-lightbox-stage img{-webkit-user-select:none;user-select:none;object-fit:contain;max-width:90vw;max-height:80vh;transition:transform .12s}.lightbox-nav{z-index:2;color:#fff;cursor:pointer;background:#ffffff1a;border:0;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:absolute}.lightbox-nav:hover{background:#ffffff2b}.lightbox-nav.prev{left:22px}.lightbox-nav.next{right:22px}.lightbox-magnifier{width:40px;height:40px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #dfe5e7;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 4px 14px #00000018}.lightbox-magnifier:hover{border-color:var(--navy);background:#f3f8fb}.settings-page{background:#fff;border-radius:9px;min-height:calc(100vh - 102px);margin-top:1px;padding:24px}.settings-header h1{color:var(--navy-deep);margin:0;font-size:20px;font-weight:500}.settings-header p{color:#8f989c;margin:6px 0 0;font-size:11px}.settings-tabs{border-bottom:1px solid #edf0f0;gap:5px;margin-top:24px;padding-bottom:14px;display:flex}.settings-tabs button{color:#8b9598;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:18px;align-items:center;gap:7px;padding:9px 13px;display:inline-flex}.settings-tabs button:hover{color:var(--navy);background:#f4f7f8}.settings-tabs button.active{border-color:var(--navy);background:var(--navy);color:#fff}.settings-toolbar{align-items:center;gap:8px;margin-top:19px;display:flex}.settings-search{color:#8b9699;border:1px solid #e0e4e4;border-radius:6px;flex:1;align-items:center;gap:8px;min-width:180px;height:36px;padding:0 10px;display:flex}.settings-search input{color:#394448;border:0;outline:0;width:100%}.settings-toolbar select{color:#59666b;background:#fff;border:1px solid #e0e4e4;border-radius:6px;height:36px;padding:0 10px}.settings-refresh,.address-actions button{width:36px;height:36px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #e0e4e4;border-radius:6px;place-items:center;display:grid}.settings-primary{border:1px solid var(--navy);background:var(--navy);color:#fff;cursor:pointer;border-radius:6px;align-items:center;gap:7px;height:36px;padding:0 14px;display:inline-flex}.settings-primary:disabled{cursor:wait;opacity:.55}.settings-message{color:#287c59;background:#eaf7f0;border-radius:6px;margin:14px 0 0;padding:10px 12px}.settings-message.error{color:#b42318;background:#fff0f1}.address-list{gap:8px;margin-top:14px;display:grid}.address-card{border:1px solid #eceeed;border-radius:8px;align-items:center;gap:13px;min-width:0;padding:15px;display:flex}.address-icon{width:39px;height:39px;color:var(--navy);background:#eef5f8;border-radius:8px;flex:none;place-items:center;display:grid}.address-details{flex:1;min-width:0}.address-title{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.address-title h2{color:#253238;margin:0;font-size:12px;font-weight:600}.address-type,.address-default{color:#6c777b;background:#f1f3f3;border-radius:10px;align-items:center;gap:3px;padding:4px 7px;font-size:8px;font-weight:700;display:inline-flex}.address-type.type-1{color:#a66a10;background:#fff5e7}.address-type.type-2{color:#287c59;background:#edf6f0}.address-default{color:#287c59;background:#e8f6ef}.address-details p{color:#59666b;margin:7px 0 0;font-size:10px}.address-details small{color:#9aa2a5;margin-top:5px;font-size:9px;display:block}.address-actions{align-items:center;gap:5px;display:flex}.address-actions button{width:31px;height:31px;font-size:9px}.address-actions button:first-child{width:auto;color:var(--navy);border:0;padding:0 9px;font-size:9px}.address-actions button.danger{color:#b42318}.settings-state{color:#8b9598;justify-content:center;align-items:center;gap:8px;min-height:160px;display:flex}.settings-pagination{color:#8b9598;border-top:1px solid #edf0f0;justify-content:space-between;align-items:center;margin-top:18px;padding-top:15px;font-size:10px;display:flex}.settings-pagination>div{align-items:center;gap:8px;display:flex}.settings-pagination button{height:30px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #e0e4e4;border-radius:5px;align-items:center;gap:4px;padding:0 8px;display:inline-flex}.settings-pagination button:disabled{cursor:not-allowed;opacity:.4}.settings-placeholder{color:#8b9598;text-align:center;align-content:center;place-items:center;gap:8px;min-height:290px;display:grid}.settings-placeholder h2{color:var(--navy-deep);margin:0;font-size:15px;font-weight:500}.settings-placeholder p{margin:0;font-size:10px}.settings-modal-backdrop{z-index:80;background:#17252d66;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.settings-modal{background:#fff;border-radius:10px;width:min(700px,100%);max-height:calc(100vh - 36px);overflow:auto;box-shadow:0 22px 60px #0003}.settings-modal>header,.settings-modal>footer{border-bottom:1px solid #edf0f0;justify-content:space-between;align-items:flex-start;gap:15px;padding:18px 20px;display:flex}.settings-modal>header h2{color:var(--navy-deep);margin:0;font-size:17px;font-weight:500}.settings-modal>header p{color:#8b9598;margin:5px 0 0;font-size:10px}.settings-modal>header button{width:30px;height:30px;color:var(--navy);cursor:pointer;background:#f4f5f5;border:0;border-radius:6px;place-items:center;display:grid}.settings-form{gap:14px;padding:20px;display:grid}.settings-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.settings-form label{color:#6d797d;gap:6px;font-size:10px;display:grid}.settings-form input,.settings-form select,.settings-form textarea{color:#394448;background:#fff;border:1px solid #e0e4e4;border-radius:6px;outline:0;width:100%;min-width:0;padding:0 10px}.settings-form input,.settings-form select{height:36px}.settings-form textarea{resize:vertical;padding-top:9px}.settings-form input:focus,.settings-form select:focus,.settings-form textarea:focus{border-color:var(--navy);box-shadow:0 0 0 1px var(--navy)}.settings-checks{flex-wrap:wrap;gap:18px;display:flex}.settings-checks label{align-items:center;gap:7px;display:flex}.settings-checks input{width:14px;height:14px}.settings-modal>footer{border-top:1px solid #edf0f0;border-bottom:0;justify-content:flex-end;align-items:center}.settings-modal>footer>button:first-child{height:36px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #e0e4e4;border-radius:6px;padding:0 14px}.basket-page{background:var(--bgsecondary);border-radius:9px;min-height:calc(100vh - 102px);margin-top:1px;padding:24px}.basket-header h1{color:var(--navy-deep);margin:8px 0 0;font-size:20px;font-weight:500}.basket-header p{color:#8f989c;margin:6px 0 0;font-size:11px}.basket-back{color:var(--navy);cursor:pointer;background:0 0;border:0;align-items:center;gap:3px;font-size:10px;display:inline-flex}.basket-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:12px;margin-top:12px;display:grid}.basket-main-column{gap:12px;min-width:0;display:grid}.basket-items,.checkout-card{background:#fff;border:1px solid #eceeed;border-radius:9px;min-width:0;padding:18px}.checkout-card{padding:14px;box-shadow:0 5px 18px #17252d08}.basket-section-heading{border-bottom:1px solid #edf0f0;justify-content:space-between;align-items:center;gap:12px;padding-bottom:13px;display:flex}.basket-section-heading h2{color:#263238;margin:0;font-size:13px;font-weight:600}.basket-section-heading p{color:#a0a6a8;margin:4px 0 0;font-size:9px}.basket-section-heading strong,.basket-section-heading span{align-items:center;gap:5px;display:inline-flex}.basket-section-heading span{color:#8b9598;font-size:9px}.basket-item{border-bottom:1px solid #edf0f0;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 0;display:grid}.basket-item img{object-fit:cover;background:#f3f3f3;border-radius:7px;width:72px;height:72px}.basket-item h3{color:#263238;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;margin:0;font-size:11px;font-weight:600;overflow:hidden}.basket-item p{color:#8b9598;margin:6px 0 0;font-size:9px}.basket-item small{color:#59666b;margin-top:8px;font-size:9px;display:block}.basket-item>strong{color:#263238;font-size:12px;font-weight:600}.basket-total{color:#7e898d;justify-content:space-between;align-items:center;margin-top:18px;font-size:10px;display:flex}.basket-total strong{color:#202a2e;font-size:17px;font-weight:600}.basket-customer-card{background:#fff;border:1px solid #eceeed;border-radius:9px;min-width:0;padding:18px}.basket-customer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 24px;padding:20px 12px 2px;display:grid}.basket-customer-grid div:last-child{border-top:1px solid #f0f1f1;grid-column:1/-1;padding-top:16px}.basket-customer-grid small,.basket-customer-grid strong{display:block}.basket-customer-grid small{color:#9ca3a5;font-size:9px}.basket-customer-grid strong{color:#263238;margin-top:6px;font-size:10px;font-weight:500}.basket-order-summary{color:#9ca3a5;gap:14px;padding:24px 0 4px;font-size:10px;display:grid}.basket-order-summary>div{justify-content:space-between;align-items:center;gap:8px;display:flex}.basket-order-summary strong{color:#394448;text-align:right;font-size:10px;font-weight:500}.basket-order-summary .basket-grand-total{border-top:1px dashed #e7e9e9;border-bottom:1px dashed #e7e9e9;margin-top:8px;padding:17px 0}.basket-order-summary .basket-grand-total strong{color:#202a2e;font-size:17px;font-weight:600}.basket-discount-code{height:34px;padding:0 8px}.checkout-fields{gap:10px;padding-top:14px;display:grid}.checkout-fields label{color:#6d797d;gap:5px;font-size:9px;display:grid}.checkout-fields input,.checkout-fields select,.checkout-fields textarea{color:#394448;background:#fff;border:1px solid #e0e4e4;border-radius:6px;outline:0;width:100%}.checkout-fields select{height:34px;padding:0 8px;font-size:9px}.checkout-fields select option{font-size:9px}.checkout-fields textarea{resize:vertical;padding:8px;font-size:9px}.checkout-fields input:focus,.checkout-fields select:focus,.checkout-fields textarea:focus{border-color:var(--navy);box-shadow:0 0 0 1px var(--navy)}.add-address-button{width:max-content;color:var(--navy);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;font-size:9px;display:inline-flex}.checkout-submit{color:#fff;cursor:pointer;background:#063453;border:0;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;height:39px;margin-top:18px;font-size:10px;display:flex}.checkout-submit:hover{background:#0a4168}.checkout-submit:disabled{cursor:wait;opacity:.6}.checkout-secondary-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:9px;display:grid}.checkout-secondary-actions button{height:34px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #dfe5e5;border-radius:6px;font-size:9px}.checkout-secondary-actions button:hover{background:#f5f9fa;border-color:#b9cbd2}.credit-modal-backdrop{z-index:90;background:#17252d66;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.credit-modal{background:#fff;border-radius:16px;width:min(610px,100%);max-height:calc(100vh - 36px);overflow:auto;box-shadow:0 22px 60px #17252d33}.credit-modal>header{justify-content:space-between;align-items:flex-start;gap:15px;padding:22px 30px 12px;display:flex}.credit-modal>header h2{color:#24292c;margin:0;font-size:15px;font-weight:500}.credit-modal>header p{color:#a1a5a6;margin:5px 0 0;font-size:9px}.credit-modal>header button{color:#202326;cursor:pointer;background:0 0;border:0;place-items:center;width:30px;height:30px;display:grid}.credit-limit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:16px 30px 2px;display:grid}.credit-limit-grid>div{border-radius:12px;align-content:center;place-items:center;gap:10px;min-height:82px;display:grid}.credit-limit-grid>div:first-child{background:#fff0e9}.credit-limit-grid>div:last-child{background:#e7f9f5}.credit-limit-grid span{color:#9b9fa1;font-size:10px}.credit-limit-grid strong{color:#090b0c;font-size:24px;font-weight:400}.credit-form{gap:16px;padding:22px 30px 16px;display:grid}.credit-form>label{color:#262b2e;gap:6px;font-size:10px;display:grid}.credit-form input,.credit-form textarea{color:#303538;background:#fff;border:1px solid #e7e9e9;border-radius:8px;outline:0;width:100%}.credit-form input:focus,.credit-form textarea:focus{border-color:var(--navy);box-shadow:0 0 0 1px var(--navy)}.credit-input{position:relative}.credit-input input{height:42px;padding:0 38px 0 12px}.credit-input b{color:#71808d;font-size:17px;font-weight:400;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.credit-form textarea{resize:vertical;padding:9px 10px}.credit-document-label>span{justify-content:space-between;display:flex}.credit-document-label>span small{color:#a1a5a6;font-size:11px;font-weight:400}.credit-upload{color:#c0c4c5;border:1px solid #e7e9e9;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;min-height:38px;padding:0 8px 0 10px;font-size:9px;display:flex}.credit-upload>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.credit-upload-button{min-width:84px;height:30px;color:var(--navy);cursor:pointer;border:1px solid #e7e9e9;border-radius:6px;justify-content:center;align-items:center;gap:6px;display:inline-flex}.credit-upload-button input{display:none}.credit-notice{color:#ffae2c;background:#fff8e9;border-radius:9px;align-items:center;gap:15px;min-height:82px;padding:15px 22px;display:flex}.credit-notice>div{gap:5px;display:grid}.credit-notice strong{color:#282d30;font-size:12px;font-weight:500}.credit-notice p{color:#91999a;margin:0;font-size:11px;line-height:1.3}.credit-modal>footer{justify-content:space-between;align-items:center;padding:16px 30px 22px;display:flex}.credit-cancel,.credit-submit{cursor:pointer;border-radius:6px;height:34px;padding:0 13px;font-size:10px}.credit-cancel{color:var(--navy);background:#f8f9f9;border:1px solid #e4e7e7}.credit-submit{color:#fff;background:#202023;border:0;align-items:center;gap:7px;display:inline-flex}.credit-submit:hover{background:#36363a}.credit-success{text-align:center;align-content:center;place-items:center;min-height:360px;display:grid}.credit-success-icon{color:#a8b9dd;background:#eef2fb;border-radius:50%;place-items:center;width:86px;height:86px;margin-bottom:18px;display:grid}.credit-success h3{color:#202326;margin:0;font-size:13px;font-weight:500}.credit-success h3 span{font-weight:400}.credit-success p{color:#91999a;margin:9px 0 24px;font-size:11px;line-height:1.4}.credit-success .credit-submit{margin-left:auto;margin-right:30px}.credit-modal.is-submitted>header{padding-bottom:0}.basket-empty{color:#8b9598;text-align:center;align-content:center;place-items:center;gap:8px;min-height:360px;display:grid}.basket-empty h2{color:var(--navy-deep);margin:3px 0 0;font-size:16px;font-weight:500}.basket-empty p{margin:0 0 8px;font-size:10px}.orders-page{background:#fff;border-radius:9px;min-height:calc(100vh - 102px);margin-top:1px;padding:24px}.orders-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.orders-eyebrow{color:#8f989c;text-transform:uppercase;letter-spacing:.08em;margin:0 0 5px;font-size:10px}.orders-header h1{color:var(--navy-deep);margin:0;font-size:20px;font-weight:500}.orders-header p:last-child{color:#8f989c;margin:6px 0 0;font-size:11px}.orders-refresh{width:35px;height:35px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #e0e4e4;border-radius:6px;place-items:center;display:grid}.orders-refresh:hover{background:#f4f7f8}.orders-toolbar{align-items:center;gap:8px;margin-top:22px;display:flex}.orders-search{color:#8b9699;border:1px solid #e0e4e4;border-radius:6px;flex:1;align-items:center;gap:8px;min-width:210px;height:36px;padding:0 10px;display:flex}.orders-search input{color:#394448;border:0;outline:0;width:100%;min-width:0}.orders-toolbar select,.orders-pagination select{color:#59666b;background:#fff;border:1px solid #e0e4e4;border-radius:6px;height:36px;padding:0 10px}.orders-filter-icon{width:36px;height:36px;color:var(--navy);border:1px solid #e0e4e4;border-radius:6px;place-items:center;display:grid}.orders-message{color:#b42318;background:#fff0f1;border-radius:6px;margin:14px 0 0;padding:10px 12px}.orders-card{border:1px solid #eceeed;border-radius:9px;margin-top:14px;overflow:hidden}.orders-table-wrap{overflow:visible}.orders-table{border-collapse:collapse;width:100%;min-width:800px}.orders-table th{color:#8b9598;text-align:left;text-transform:uppercase;white-space:nowrap;border-bottom:1px solid #edf0f0;padding:13px 14px;font-size:9px;font-weight:600}.orders-table td{color:#59666b;white-space:nowrap;border-bottom:1px solid #f0f2f2;padding:14px;font-size:10px}.orders-table tbody tr:hover{background:#fafcfc}.orders-table td:first-child{color:#263238}.orders-table td strong,.orders-table td small{display:block}.orders-table td strong{font-size:11px;font-weight:600}.orders-table td small{color:#9aa2a5;margin-top:4px;font-size:9px}.order-pill{color:#687477;background:#f1f3f3;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:700;display:inline-flex}.order-pill.status-1{color:#a66a10;background:#fff5e7}.order-pill.status-2,.order-pill.status-4{color:#287c59;background:#e8f6ef}.order-pill.status-5,.order-pill.status-6{color:#b42318;background:#fff0f1}.order-view{color:var(--navy);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;font-size:10px;font-weight:600;display:inline-flex}.orders-state{color:#8b9598;justify-content:center;align-items:center;gap:8px;min-height:260px;display:flex}.orders-spinner{animation:1s linear infinite carpet-spin}.orders-pagination{color:#8b9598;justify-content:space-between;align-items:center;gap:12px;padding:13px 14px;font-size:10px;display:flex}.orders-pagination>div{align-items:center;gap:8px;display:flex}.orders-pagination select{height:30px;font-size:10px}.orders-pagination button{width:30px;height:30px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #e0e4e4;border-radius:5px;place-items:center;display:grid}.orders-pagination button:disabled{cursor:not-allowed;opacity:.4}.orders-pagination b{color:#263238;text-align:center;min-width:14px}.table-shell .branches-table-wrap{border:0;border-radius:0;margin-top:0}.table-shell .portal-table{border-collapse:separate;border-spacing:0;min-width:720px}.table-shell .portal-table thead{background:#f5f5f5}.table-shell .portal-table th{color:#8c8e90;white-space:nowrap;background:0 0;height:52px;padding:0 18px;font-size:11px;font-weight:500}.table-shell .portal-table td{color:#59666b;vertical-align:middle;border-top:1px solid #f2f3f3;border-bottom:0;height:58px;padding:0 18px}.table-shell .portal-table tbody tr:hover{background:#fcfdfd}.orders-modal-backdrop{z-index:80;background:#17252d66;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.order-detail-modal{background:#fff;border-radius:10px;width:min(650px,100%);max-height:calc(100vh - 36px);overflow:auto;box-shadow:0 22px 60px #0003}.order-detail-modal>header{border-bottom:1px solid #edf0f0;justify-content:space-between;align-items:flex-start;gap:15px;padding:18px 20px;display:flex}.order-detail-modal>header p{color:#8b9598;margin:0 0 5px;font-size:10px}.order-detail-modal>header h2{color:var(--navy-deep);margin:0;font-size:17px;font-weight:500}.order-detail-modal>header button{width:30px;height:30px;color:var(--navy);cursor:pointer;background:#f4f5f5;border:0;border-radius:6px;place-items:center;display:grid}.order-detail-body{padding:20px}.order-detail-summary{color:#8b9598;align-items:center;gap:10px;font-size:10px;display:flex}.order-detail-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:17px;display:grid}.order-detail-fields>div{background:#fafafa;border:1px solid #edf0f0;border-radius:7px;padding:12px}.order-detail-fields span{color:#8b9598;margin-bottom:7px;font-size:9px;display:block}.order-detail-fields strong{color:#263238;font-size:11px;font-weight:600}.order-detail-body details{color:#59666b;border-top:1px solid #edf0f0;margin-top:18px;padding-top:15px;font-size:10px}.order-detail-body summary{cursor:pointer;color:var(--navy);font-weight:600}.order-detail-body pre{color:#59666b;white-space:pre-wrap;background:#f7f8f8;border-radius:6px;margin:12px 0 0;padding:12px;font-size:9px;overflow:auto}.order-preview-drawer{z-index:80;background:#f7f8f8;width:min(465px,100vw);padding:0;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:-15px 0 40px #17252d26}.order-preview-drawer .order-detail-modal{border-radius:0;flex-direction:column;width:100%;min-height:100%;max-height:none;display:flex}.orders-show-details{border:1px solid var(--navy);background:var(--navy);color:#fff;cursor:pointer;border-radius:6px;height:31px;padding:0 11px;font-size:9px;font-weight:600}.orders-show-details:hover{background:var(--navy-deep)}.order-preview-drawer .order-detail-layout{background:#fff;grid-template-columns:1fr;min-height:0;padding:0 32px 28px;display:block;overflow-y:auto}.order-preview-drawer .order-detail-main,.order-preview-drawer .order-detail-rail{gap:26px;display:grid}.order-preview-drawer .order-detail-section{border:0;border-radius:0;overflow:visible}.order-preview-drawer .order-detail-section h3{border-bottom:0;padding:0 0 12px;font-size:18px;font-weight:400}.order-preview-drawer .order-detail-section-body{padding:0}.order-preview-drawer .order-detail-rail{margin-top:26px}.order-preview-drawer .order-detail-rail .order-detail-section{border-top:1px solid #ededed;padding-top:20px}.order-preview-drawer .order-detail-rail .order-detail-section h3{font-size:18px}.order-preview-actions{z-index:2;background:#fff;border-top:1px solid #ededed;margin:26px -32px -28px;padding:16px 32px;display:grid;position:sticky;bottom:0}.order-notes-list{gap:10px;display:grid}.order-notes-list p{color:#59666b;background:#f7f7f7;border-radius:6px;margin:0;padding:12px;font-size:10px}.orders-contact-support{height:31px;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #dfe5e5;border-radius:6px;font-size:9px;font-weight:600}.orders-contact-support:hover{background:#f4f7f8}.order-item-image{object-fit:cover;background:#eef0ed;border-radius:6px;width:46px;height:46px;display:block}.order-detail-page{background:#f7f8f8;border-radius:9px;min-height:calc(100vh - 102px);margin-top:1px;padding:18px}.order-detail-page-shell .order-detail-modal{width:100%;max-height:none}.order-detail-page-state{background:#fff;border-radius:9px;min-height:420px}.order-detail-back{color:var(--navy);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;margin-bottom:12px;font-size:10px;display:inline-flex}.order-detail-back:hover{text-decoration:underline}.order-detail-modal{width:min(980px,100%)}.order-detail-modal>header>div{gap:6px;display:grid}.order-detail-modal>header>div>.order-pill{width:max-content}.order-detail-layout{background:#f7f8f8;grid-template-columns:minmax(0,1fr) 285px;gap:12px;padding:16px;display:grid}.order-detail-main,.order-detail-rail{align-content:start;gap:12px;min-width:0;display:grid}.order-detail-section{background:#fff;border:1px solid #e8ecec;border-radius:8px;overflow:hidden}.order-detail-section h3{color:#263238;border-bottom:1px solid #edf0f0;margin:0;padding:14px 16px;font-size:12px;font-weight:600}.order-detail-section-body{padding:15px 16px}.order-detail-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.order-detail-field{background:#fafafa;border:1px solid #edf0f0;border-radius:6px;min-width:0;padding:10px}.order-detail-field span,.order-totals span,.order-summary-list span{color:#8b9598;margin-bottom:6px;font-size:9px;display:block}.order-detail-field strong{overflow-wrap:anywhere;color:#263238;font-size:10px;font-weight:500;display:block}.order-detail-empty{color:#8b9598;font-size:10px}.order-items-list{gap:0;display:grid}.order-item-row{background:0 0;border-bottom:1px solid #edf0f0;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 0;display:grid}.order-item-row:first-child{padding-top:0}.order-item-row:last-child{border-bottom:0;padding-bottom:0}.order-item-icon{width:34px;height:34px;color:var(--navy);background:#eef5f8;border-radius:6px;place-items:center;display:grid}.order-item-row strong,.order-item-row small{display:block}.order-item-row strong{color:#263238;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:600;overflow:hidden}.order-item-row small{color:#8b9598;margin-top:4px;font-size:9px}.order-item-row b{color:#263238;font-size:10px;font-weight:600}.order-totals,.order-summary-list{gap:11px;display:grid}.order-totals>div,.order-summary-list>div{justify-content:space-between;align-items:center;gap:8px;display:flex}.order-totals span,.order-summary-list span{margin:0}.order-totals strong,.order-summary-list strong{color:#263238;text-align:right;font-size:10px;font-weight:600}.order-total-final{border-top:1px solid #edf0f0;margin:3px -2px -2px;padding-top:12px}.order-total-final strong{color:var(--navy);font-size:14px}.order-timeline{gap:0;display:grid;position:relative}.order-timeline-item{grid-template-columns:17px minmax(0,1fr);gap:9px;min-height:67px;display:grid;position:relative}.order-timeline-item:before{content:"";border-left:1px solid #dfe7e7;position:absolute;top:15px;bottom:0;left:7px}.order-timeline-item:last-child{min-height:0}.order-timeline-item:last-child:before{display:none}.order-timeline-item i{z-index:1;background:#fff;border:3px solid #d9e1e2;border-radius:50%;width:15px;height:15px;margin-top:1px;display:block;position:relative}.order-timeline-item.complete i{background:#e9f7f0;border-color:#62b88f}.order-timeline-item strong{color:#263238;font-size:10px;font-weight:600;display:block}.order-timeline-item p{color:#8b9598;margin:4px 0 0;font-size:9px;line-height:1.4}.order-timeline-item small{color:#b0b7b9;margin-top:5px;font-size:8px;display:block}@media (max-width:1250px){.filter-modal-section>div{grid-template-columns:repeat(3,minmax(0,1fr))}.carpet-page-gallery-grid{grid-template-columns:1fr}}@media (max-width:960px){.minimal-product-grid,.filter-modal-section>div{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-modal-body,.carpet-detail-grid{grid-template-columns:1fr}.carpet-page{padding:16px}.carpet-page-grid{grid-template-columns:1fr}.carpet-page-gallery,.carpet-page-tax-inventory{grid-column:auto}.carpet-page-tax-inventory{grid-template-columns:1fr}.carpet-page-fields.cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1600px){.minimal-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:680px){.minimal-product-grid{grid-template-columns:1fr}.dashboard-like-carpets{padding:16px 10px}.filter-modal-section>div{grid-template-columns:1fr}.customer-table-pagination{flex-direction:column;align-items:stretch}.detail-card dl{grid-template-columns:1fr}.detail-gallery>div{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-gallery>img{height:280px}.carpet-page{padding:12px}.carpet-page-crumb{margin-left:0}.carpet-page-gallery{padding:16px}.carpet-page-thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}.carpet-page-fields,.carpet-page-fields.cols-3{grid-template-columns:1fr}.carpet-lightbox-toolbar{flex-direction:column;align-items:flex-start;padding:12px}.carpet-lightbox-toolbar p{max-width:calc(100vw - 24px)}.lightbox-nav.prev{left:10px}.lightbox-nav.next{right:10px}.settings-page{min-height:calc(100vh - 79px);padding:18px 12px}.settings-tabs{overflow-x:auto}.settings-tabs button{white-space:nowrap}.settings-toolbar{flex-wrap:wrap}.settings-search{flex-basis:calc(100% - 44px)}.settings-toolbar select{flex:1}.address-card{align-items:flex-start}.address-actions{flex-direction:column}.address-actions button:first-child{width:31px;padding:0;font-size:0}.address-actions button:first-child:after{content:"★";font-size:13px}.settings-pagination{flex-direction:column;align-items:flex-start;gap:10px}.settings-form-grid{grid-template-columns:1fr 1fr}.basket-page{min-height:calc(100vh - 79px);padding:18px 12px}.basket-layout{grid-template-columns:1fr}.basket-items,.checkout-card{padding:14px}.credit-modal>header,.credit-form,.credit-limit-grid,.credit-modal>footer{padding-left:22px;padding-right:22px}.credit-limit-grid strong{font-size:23px}.dashboard-portfolio{padding:16px 12px}.dashboard-carpet-grid{grid-template-columns:1fr}.dashboard-carpet-image{height:250px}.orders-page{min-height:calc(100vh - 79px);padding:18px 12px}.orders-toolbar{flex-wrap:wrap}.orders-search{flex-basis:calc(100% - 44px)}.orders-toolbar select{flex:1}.orders-filter-icon{order:-1}.orders-pagination{flex-direction:column;align-items:flex-start}.order-detail-fields{grid-template-columns:1fr 1fr}.order-detail-layout{grid-template-columns:1fr;padding:10px}.order-detail-rail{grid-row:1}.order-preview-drawer{padding:0}.order-detail-page{min-height:calc(100vh - 79px);padding:10px}.order-detail-page-shell .order-detail-layout{grid-template-columns:1fr}}
