#luxRollerStudioV5{--ink:#201a15;--muted:#6e655c;--gold:#b78b4c;--gold2:#e8c989;--ivory:#f8f3e9;--card:#fffdf9;--line:#e3d7c5;--dark:#171513;--green:#2d7f55;--red:#a24232;--shadow:0 18px 55px rgba(45,33,20,.11);font-family:Avenir Next,Helvetica Neue,Arial,sans-serif;color:var(--ink);background:var(--ivory);min-width:0;overflow-x:clip}#luxRollerStudioV5 *{box-sizing:border-box}#luxRollerStudioV5 [hidden]{display:none!important}#luxRollerStudioV5 button,#luxRollerStudioV5 input,#luxRollerStudioV5 select,#luxRollerStudioV5 textarea{font:inherit}#luxRollerStudioV5 button{cursor:pointer}.lrb-loading{min-height:420px;display:grid;place-content:center;justify-items:center;gap:15px}.lrb-loading span{width:46px;height:46px;border:3px solid #eadfcf;border-top-color:var(--gold);border-radius:50%;animation:lrbspin .8s linear infinite}@keyframes lrbspin{to{transform:rotate(360deg)}}.lrb-error{width:min(720px,calc(100% - 30px));margin:50px auto;padding:35px;background:#fae9e5;border:1px solid #d8aaa0;border-radius:22px;text-align:center}.lrb-announcement{position:fixed;z-index:2147483000;top:16px;left:50%;transform:translate(-50%,-15px);opacity:0;pointer-events:none;background:#eef6ed;color:#315e38;border:1px solid #bdd2bb;border-radius:999px;padding:10px 18px;box-shadow:var(--shadow);transition:.2s}.lrb-announcement.is-show{opacity:1;transform:translate(-50%)}.lrb-announcement.is-error{background:#fae9e5;color:var(--red);border-color:#ddb6ae}.lrb-hero{min-height:420px;padding:58px 22px;display:grid;place-content:center;justify-items:center;text-align:center;background:radial-gradient(circle at 82% 20%,rgba(183,139,76,.24),transparent 28%),linear-gradient(135deg,#111,#2b251e);color:#fff}.lrb-kicker{margin:0;color:var(--gold2);font-size:10px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.lrb-brand{margin:5px 0 22px;color:#eee4d4;font-weight:700;letter-spacing:.12em}.lrb-hero h1,.lrb-journeys h2,.lrb-screen-head h2,.lrb-heading h3,.lrb-modal-dialog h2{font-family:Cormorant Garamond,Georgia,serif;font-weight:500}.lrb-hero h1{max-width:950px;margin:0 0 18px;font-size:clamp(42px,6vw,70px);line-height:1}.lrb-hero>p:last-child{max-width:730px;color:#d7d0c7;line-height:1.65}.lrb-system-pill{display:inline-flex;gap:8px;margin-bottom:12px;padding:9px 15px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff12;font-size:13px}.lrb-journeys{width:min(1180px,calc(100% - 36px));margin:auto;padding:48px 0 80px}.lrb-journeys h2{text-align:center;font-size:clamp(34px,4.5vw,52px)}.lrb-journey-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.lrb-journey{min-height:300px;padding:34px;border-radius:28px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;text-align:left;box-shadow:var(--shadow);transition:.2s}.lrb-journey:hover{transform:translateY(-4px)}.lrb-journey--single{border:1px solid #d7b77d;background:linear-gradient(145deg,#fffaf2,#eddec5)}.lrb-journey--project{border:1px solid #3b342d;background:linear-gradient(145deg,#1b1815,#30291f);color:#fff}.lrb-icon{width:68px;height:68px;border:1px solid rgba(183,139,76,.4);border-radius:20px;display:grid;place-items:center;color:var(--gold);font-size:29px;background:#b78b4c1a}.lrb-journey strong{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(38px,4vw,54px);font-weight:500;line-height:1}.lrb-journey small{color:var(--gold);font-weight:850}.lrb-planner,.lrb-workspace{width:min(1440px,calc(100% - 40px));margin:auto}.lrb-planner{padding:44px 0 90px}.lrb-screen-head{display:flex;justify-content:space-between;gap:25px;margin-bottom:28px}.lrb-screen-head h2{margin:0 0 8px;font-size:clamp(38px,5vw,56px);line-height:1}.lrb-screen-head p{margin:0;color:var(--muted)}.lrb-eyebrow{color:#8a632e!important;font-size:11px!important;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.lrb-panel{margin:24px 0;padding:clamp(20px,4vw,34px);border:1px solid var(--line);border-radius:27px;background:var(--card);box-shadow:0 8px 28px #2d21140f}.lrb-heading{display:flex;gap:15px;margin-bottom:22px}.lrb-heading>span{flex:0 0 38px;width:38px;height:38px;border:1px solid var(--gold2);border-radius:50%;display:grid;place-items:center;color:#875f29;font-size:11px;font-weight:850}.lrb-heading h3{margin:0 0 4px;font-size:clamp(25px,3vw,34px)}.lrb-heading p{margin:0;color:var(--muted);font-size:14px}.lrb-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:15px}.lrb-tabs button,.lrb-preset-grid button{min-height:50px;padding:11px 16px;border:1px solid var(--line);border-radius:12px;background:#fff;font-weight:750}.lrb-tabs button.is-selected,.lrb-preset-grid button.is-selected{border-color:var(--gold);background:#f2e4ca;color:#765222;box-shadow:inset 0 0 0 1px var(--gold)}.lrb-preset-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.lrb-room-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.lrb-room-card{min-height:78px;padding:14px;border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff}.lrb-room-card.is-active{border-color:var(--gold);background:#f3e6cf}.lrb-room-card strong{font-size:14px}.lrb-room-controls{display:grid;grid-template-columns:34px 30px 34px;align-items:center;text-align:center}.lrb-room-controls button{width:34px;height:34px;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:20px}.lrb-room-controls button:disabled{opacity:.35}.lrb-room-more{grid-column:1/-1;width:100%;min-height:54px;border:1px solid var(--line);border-radius:13px;background:#f1e2c7;color:#795627;font-weight:850}.lrb-planned{display:grid;gap:10px}.lrb-planned-row{padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.lrb-field{display:grid;gap:6px;color:var(--muted);font-size:13px;font-weight:750}.lrb-field input,.lrb-field select,.lrb-field textarea{width:100%;min-height:50px;padding:11px 13px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink)}.lrb-field input:focus,.lrb-field select:focus,.lrb-field textarea:focus{outline:3px solid rgba(183,139,76,.18);border-color:var(--gold)}.lrb-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.lrb-btn{min-height:50px;padding:12px 20px;border:1px solid transparent;border-radius:12px;font-weight:850}.lrb-btn:disabled{opacity:.5;cursor:not-allowed}.lrb-btn--primary{background:var(--dark);color:#fff}.lrb-btn--secondary{border-color:var(--line);background:#fff;color:#785527}.lrb-btn--checkout{width:100%;background:linear-gradient(135deg,#966d35,#c09a60);color:#fff}.lrb-text-btn,.lrb-clear{border:0;background:transparent;color:#875f29;font-weight:800}.lrb-clear{width:100%;margin-top:12px;color:#b9b0a5}.lrb-journey-header{position:sticky;top:0;z-index:80;min-height:76px;padding:12px max(20px,calc((100vw - 1440px)/2));border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fffdf9f2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.lrb-journey-header small{display:block;color:#865f2d;font-size:10px;font-weight:850;letter-spacing:.14em}.lrb-journey-header strong{font-size:15px}.lrb-project-btn{min-height:42px;padding:9px 15px;border:1px solid var(--gold);border-radius:12px;background:#f1e3c9;color:#745120;font-weight:850}.lrb-workspace{padding:34px 0 96px;display:grid;grid-template-columns:minmax(0,1fr) minmax(350px,400px);align-items:start;gap:28px}.lrb-main{min-width:0}.lrb-builder-head{display:block}.lrb-accordion{display:grid;gap:11px}.lrb-step{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--card);box-shadow:0 8px 24px #2d21140d}.lrb-step.is-open{border-color:var(--gold);box-shadow:0 12px 32px #5037171a}.lrb-step-trigger{width:100%;min-height:82px;padding:14px 19px;border:0;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:14px;background:transparent;text-align:left}.lrb-step-marker{width:25px;height:25px;border:1px solid #dccdb7;border-radius:50%;display:grid;place-items:center;color:#956b35;font-size:12px;font-weight:900}.lrb-step.is-complete .lrb-step-marker{border-color:var(--green);background:var(--green);color:#fff}.lrb-step-copy{display:grid;gap:2px}.lrb-step-copy strong{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(24px,2.6vw,33px);font-weight:500}.lrb-step-copy small{color:var(--muted);font-size:11px}.lrb-step-status{color:#8b632e;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.lrb-step.is-complete .lrb-step-status{color:var(--green)}.lrb-step-body{padding:22px 26px 25px;border-top:1px solid #eee4d7}.lrb-step-footer{display:flex;justify-content:flex-end;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.lrb-next{min-width:150px;border-radius:999px;background:var(--green);color:#fff}.lrb-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.lrb-choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:12px}.lrb-choice{position:relative;min-height:116px;padding:13px;border:1px solid var(--line);border-radius:15px;background:#fff;text-align:left}.lrb-choice:hover{border-color:var(--gold)}.lrb-choice.is-selected{border-color:var(--gold);background:#fffaf2;box-shadow:inset 0 0 0 2px var(--gold)}.lrb-choice.is-selected:after{content:"\2713";position:absolute;top:9px;right:9px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#805a29;color:#fff;font-weight:900}.lrb-choice img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px;margin-bottom:9px;background:#eee6d8}.lrb-choice strong{display:block;padding-right:26px}.lrb-choice small{display:block;margin-top:4px;color:var(--muted)}.lrb-swatch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.lrb-swatch{position:relative;padding:9px;border:1px solid var(--line);border-radius:14px;background:#fff}.lrb-swatch.is-selected{border-color:var(--gold);box-shadow:inset 0 0 0 2px var(--gold)}.lrb-swatch img{width:100%;height:105px;object-fit:cover;border-radius:9px;background:#eee6d8}.lrb-swatch span{display:block;padding:8px 2px 2px;font-size:12px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lrb-help-btn{margin:0 0 16px;padding:11px 16px;border:1px solid var(--gold);border-radius:999px;background:#f2e5cd;color:#765222;font-weight:850}.lrb-inline{margin-top:13px;padding:12px 14px;border:1px solid #c9dbc6;border-radius:11px;background:#edf5eb;color:#37623b;font-size:13px;font-weight:700}.lrb-inline.is-error{border-color:#e0b4aa;background:#fae9e5;color:var(--red)}.lrb-live-price{margin-top:16px;padding:15px 17px;border:1px solid #e4cc9e;border-radius:14px;display:flex;justify-content:space-between;gap:18px;background:#f5ead5}.lrb-live-price small{display:block;color:#805d2e;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.lrb-live-price strong{font-family:Cormorant Garamond,Georgia,serif;font-size:27px;color:#805926}.lrb-confirm{display:flex;gap:10px;padding:13px;border:1px solid var(--line);border-radius:12px;background:#282522;color:#ddd4c8;font-size:12px}.lrb-confirm input{flex:0 0 auto;width:18px;height:18px;accent-color:var(--gold)}.lrb-sidebar{position:sticky;top:105px;min-width:0;color:#f7f2ea}.lrb-sidebar-inner{max-height:calc(100vh - 125px);overflow:auto;padding:18px;border:1px solid #393631;border-radius:24px;background:#151515;box-shadow:0 22px 60px #0000003d}.lrb-sidebar-head{padding-bottom:14px;border-bottom:1px solid #373431;display:flex;justify-content:space-between;gap:12px}.lrb-sidebar-head small{display:block;color:#aaa39a;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.lrb-sidebar-head strong{font-size:15px}.lrb-sidebar-head b{color:#f2cd76;font-family:Cormorant Garamond,Georgia,serif;font-size:28px}.lrb-active-preview{margin:13px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.lrb-preview{overflow:hidden;border:1px solid #3d3935;border-radius:12px;background:#242424}.lrb-preview img{width:100%;aspect-ratio:4/3;object-fit:cover}.lrb-preview span,.lrb-preview strong{display:block;margin:7px 9px}.lrb-preview span{color:#efcb78;font-size:9px;text-transform:uppercase}.lrb-preview strong{font-size:11px}.lrb-side-card,.lrb-totals{margin-bottom:12px;padding:13px;border:1px solid #393631;border-radius:13px;background:#222}.lrb-side-title{display:flex;justify-content:space-between;gap:10px;margin-bottom:8px}.lrb-side-title h3{margin:0;font-size:13px}.lrb-side-title strong{color:#f2cd76}.lrb-summary-row{padding:8px 0;border-bottom:1px solid #3b3834;display:flex;justify-content:space-between;gap:12px;color:#bbb4aa;font-size:12px}.lrb-summary-row:last-child{border-bottom:0}.lrb-summary-row strong{max-width:62%;color:#fff;text-align:right;overflow-wrap:anywhere}.lrb-saved{padding:12px 0;border-bottom:1px solid #3b3834}.lrb-saved-head{display:flex;justify-content:space-between;gap:10px}.lrb-saved-head strong{font-size:13px}.lrb-saved-head b{color:#f2cd76}.lrb-saved small{display:block;color:#aaa39a;margin-top:3px}.lrb-saved-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:9px}.lrb-saved-actions button{min-height:34px;border:1px solid #45413c;border-radius:999px;background:transparent;color:#eee;font-size:10px}.lrb-mobile-bar{display:none}.lrb-drawer,.lrb-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147482500;visibility:hidden;opacity:0;pointer-events:none;transition:.2s}.lrb-drawer.is-open,.lrb-modal.is-open{visibility:visible;opacity:1;pointer-events:auto}.lrb-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:#0a0806ad}.lrb-drawer aside{position:absolute;right:0;top:0;width:min(440px,100%);height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr);background:#151515;color:#fff;transform:translate(102%);transition:.25s}.lrb-drawer.is-open aside{transform:translate(0)}.lrb-drawer header{padding:15px 18px;border-bottom:1px solid #393631;display:flex;justify-content:space-between;align-items:center}.lrb-drawer header small{color:#efca76;font-size:10px}.lrb-drawer header h2{margin:2px 0 0;font-family:Cormorant Garamond,Georgia,serif}.lrb-drawer header button,.lrb-modal-close{width:40px;height:40px;border:1px solid #47423d;border-radius:50%;background:#25221f;color:#fff;font-size:24px}.lrb-drawer-content{padding:16px 16px 130px;overflow:auto}.lrb-modal{padding:20px;display:grid;place-items:center}.lrb-modal-dialog{position:relative;z-index:1;width:min(760px,100%);max-height:calc(100dvh - 40px);overflow:auto;padding:30px;border:1px solid #d7b77d;border-radius:24px;background:#fffdf9;box-shadow:0 28px 90px #00000047}.lrb-modal-close{position:sticky;top:0;float:right;background:#fff;color:#222;border-color:var(--line)}.lrb-modal-dialog h2{font-size:clamp(30px,5vw,45px)}.lrb-guide h3{margin-top:24px}.lrb-guide ul,.lrb-guide ol{padding-left:22px;line-height:1.6}.lrb-warning{padding:15px;border:1px solid #d9aa9f;border-radius:13px;background:#fae9e5;color:#8b392c;font-weight:750}.lrb-colour-dot{width:72px;height:72px;margin:5px auto 10px;border:5px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #d5c2a4,0 8px 20px #0000001a}.lrb-dot-white{background:#f6f5f1}.lrb-dot-cream{background:#ead9b7}.lrb-dot-black{background:#171717}.lrb-dot-silver{background:linear-gradient(135deg,#f1f2f2,#aeb3b6,#e9ebeb)}@media(max-width:1120px){.lrb-preset-grid,.lrb-room-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lrb-workspace{grid-template-columns:minmax(0,1fr) 330px;gap:20px}.lrb-swatch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.lrb-journey-grid{grid-template-columns:1fr}.lrb-workspace{width:min(760px,calc(100% - 28px));display:block}.lrb-sidebar{display:none}.lrb-mobile-bar{position:fixed;z-index:2147481000;right:0;bottom:0;left:0;min-height:72px;padding:9px 12px calc(9px + env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #d7ad5a;background:#171513;color:#fff}.lrb-mobile-bar span{display:block;color:#d8ccba;font-size:9px;text-transform:uppercase}.lrb-mobile-bar strong{color:#f2cb70;font-family:Cormorant Garamond,Georgia,serif;font-size:23px}.lrb-mobile-bar button{min-height:44px;padding:9px 16px;border:0;border-radius:999px;background:#d7ad5a;color:#171513;font-weight:850}.lrb-journey-header{position:static}.lrb-modal{align-items:end;padding:10px}.lrb-modal-dialog{width:100%;max-height:calc(100dvh - 20px);border-radius:24px 24px 14px 14px}.lrb-workspace{padding-bottom:110px}}@media(max-width:620px){.lrb-hero{min-height:360px;padding:40px 16px}.lrb-hero h1{font-size:clamp(36px,11vw,50px)}.lrb-journeys{width:calc(100% - 26px);padding:36px 0 55px}.lrb-journey{min-height:220px;padding:24px}.lrb-journey strong{font-size:34px}.lrb-planner{width:calc(100% - 24px);padding:30px 0 70px}.lrb-screen-head{display:block}.lrb-screen-head .lrb-text-btn{margin-top:12px}.lrb-panel{padding:18px;border-radius:20px}.lrb-preset-grid,.lrb-room-grid,.lrb-grid,.lrb-planned-row{grid-template-columns:1fr}.lrb-workspace{width:100%;padding-top:23px}.lrb-main{width:calc(100% - 24px);margin:auto}.lrb-step-trigger{min-height:76px;padding:12px 13px;grid-template-columns:26px minmax(0,1fr) auto;gap:9px}.lrb-step-copy strong{font-size:24px}.lrb-step-body{padding:18px 13px}.lrb-step-footer .lrb-btn{width:100%}.lrb-choice-grid{grid-template-columns:1fr}.lrb-choice{width:min(100%,300px);margin:auto}.lrb-swatch-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.lrb-swatch img{height:86px}.lrb-live-price{display:grid}.lrb-actions{display:grid;grid-template-columns:1fr}.lrb-actions .lrb-btn{width:100%}.lrb-modal-dialog{padding:20px 16px}.lrb-saved-actions{grid-template-columns:repeat(3,1fr)}}#luxRollerStudioV5 .lrb-choice:has(.lrb-colour-dot){min-height:160px;padding:18px 14px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}#luxRollerStudioV5 .lrb-choice:has(.lrb-colour-dot) strong{width:100%;padding:0;font-size:18px;text-align:center}#luxRollerStudioV5 .lrb-colour-dot{display:block!important;flex:0 0 78px!important;width:78px!important;height:78px!important;min-width:78px!important;min-height:78px!important;max-width:78px!important;max-height:78px!important;aspect-ratio:1 / 1!important;margin:0 auto 14px!important;padding:0!important;border:6px solid #fff!important;border-radius:50%!important;box-shadow:0 0 0 1px #cdb894,0 10px 24px #241c1424!important}#luxRollerStudioV5 .lrb-dot-white{background:#f7f6f2!important}#luxRollerStudioV5 .lrb-dot-cream{background:#e5d2aa!important}#luxRollerStudioV5 .lrb-dot-black{background:#151515!important}#luxRollerStudioV5 .lrb-dot-silver{background:linear-gradient(135deg,#fafafa,#c3c7c9 38%,#8f9599 55%,#eef0f1)!important}#luxRollerStudioV5 .lrb-completion{text-align:center}#luxRollerStudioV5 .lrb-completion-icon{width:68px;height:68px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:#e9f4ed;color:#278352;font-size:30px;font-weight:900}#luxRollerStudioV5 .lrb-completion-copy{max-width:520px;margin:0 auto 20px;color:var(--muted)}#luxRollerStudioV5 .lrb-completion-totals{margin:20px 0;padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:#f8f1e5;text-align:left}#luxRollerStudioV5 .lrb-completion-totals .lrb-summary-row{border-color:#e6d7c0;color:#6e655c}#luxRollerStudioV5 .lrb-completion-totals .lrb-summary-row strong{color:#261f19}#luxRollerStudioV5 .lrb-completion-totals .lrb-summary-row:last-child{padding-top:14px;color:#805926;font-weight:850}#luxRollerStudioV5 .lrb-completion-totals .lrb-summary-row:last-child strong{color:#805926;font-family:Cormorant Garamond,Georgia,serif;font-size:25px}#luxRollerStudioV5 .lrb-completion-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}#luxRollerStudioV5 .lrb-completion-actions .lrb-btn{width:100%}@media(max-width:620px){#luxRollerStudioV5 .lrb-choice:has(.lrb-colour-dot){width:100%;max-width:none;min-height:138px}#luxRollerStudioV5 .lrb-colour-dot{flex-basis:68px!important;width:68px!important;height:68px!important;min-width:68px!important;min-height:68px!important;max-width:68px!important;max-height:68px!important}#luxRollerStudioV5 .lrb-completion-actions{grid-template-columns:1fr}}#luxRollerStudioV5 .lrb-fabric-visual{display:block;width:100%;min-height:0;aspect-ratio:4 / 3;margin-bottom:10px;border-radius:11px;background-color:#f6f3ee;background-repeat:no-repeat;background-position:center;background-size:contain;box-shadow:inset 0 0 0 1px #5e482a1f}#luxRollerStudioV5 .lrb-fabric-collection-grid .lrb-choice{min-height:0;padding:10px}#luxRollerStudioV5 .lrb-fabric-collection-grid .lrb-fabric-visual{aspect-ratio:4 / 3;min-height:0}#luxRollerStudioV5 .lrb-swatch-grid{align-items:stretch}#luxRollerStudioV5 .lrb-swatch{min-width:0;overflow:hidden;display:grid;grid-template-rows:auto minmax(40px,auto);align-content:start;text-align:left}#luxRollerStudioV5 .lrb-swatch .lrb-fabric-visual{min-height:0;aspect-ratio:1 / 1;margin:0;border-radius:10px;background-size:contain}#luxRollerStudioV5 .lrb-swatch span{min-height:40px;padding:9px 3px 2px;display:flex;align-items:center;font-size:12px;line-height:1.25;white-space:normal;overflow-wrap:anywhere}@media(min-width:1121px){#luxRollerStudioV5 .lrb-swatch-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:621px)and (max-width:1120px){#luxRollerStudioV5 .lrb-swatch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){#luxRollerStudioV5 .lrb-fabric-collection-grid{grid-template-columns:1fr}#luxRollerStudioV5 .lrb-swatch-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}#luxRollerStudioV5 .lrb-choice:has(.lrb-option-visual){min-height:0;padding:10px 10px 14px;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;background:#fffdf9}#luxRollerStudioV5 .lrb-choice:has(.lrb-option-visual) strong{padding:11px 8px 0;font-size:16px;text-align:center}#luxRollerStudioV5 .lrb-choice:has(.lrb-option-visual) small{min-height:38px;padding:4px 8px 0;text-align:center;line-height:1.35}#luxRollerStudioV5 .lrb-option-visual{display:block;width:100%;aspect-ratio:1 / 1;border-radius:12px;background-color:#f7f3ed;background-repeat:no-repeat;background-position:center;background-size:contain;box-shadow:inset 0 0 0 1px #5340271a}#luxRollerStudioV5 .lrb-choice.is-selected:has(.lrb-option-visual){border-color:var(--gold);box-shadow:inset 0 0 0 2px var(--gold),0 12px 28px #4e35161a}#luxRollerStudioV5 .lrb-choice.is-selected:has(.lrb-option-visual):after{top:14px;right:14px}@media(min-width:1121px){#luxRollerStudioV5 .lrb-choice-grid:has(.lrb-option-visual){grid-template-columns:repeat(2,minmax(0,1fr))}#luxRollerStudioV5 .lrb-choice:has(.lrb-option-visual){max-width:420px}}@media(max-width:620px){#luxRollerStudioV5 .lrb-choice-grid:has(.lrb-option-visual){grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}#luxRollerStudioV5 .lrb-choice:has(.lrb-option-visual){width:100%;max-width:none;margin:0;padding:7px 7px 11px}#luxRollerStudioV5 .lrb-choice:has(.lrb-option-visual) strong{font-size:14px;padding-top:8px}#luxRollerStudioV5 .lrb-choice:has(.lrb-option-visual) small{min-height:44px;font-size:10px}}#luxRollerStudioV5 .lrb-step{scroll-margin-top:110px}@media(max-width:900px){#luxRollerStudioV5 .lrb-step{scroll-margin-top:18px}}#luxRollerStudioV5 .lrb-fabric-visual{position:relative;cursor:zoom-in;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important}#luxRollerStudioV5 .lrb-fabric-zoom-badge{position:absolute;right:9px;bottom:9px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#111111d1;color:#fff;font-size:18px;line-height:1;box-shadow:0 5px 15px #0000002e}#luxRollerStudioV5 .lrb-fabric-visual:hover .lrb-fabric-zoom-badge{background:#9a6f34}#luxRollerStudioV5 .lrb-fabric-zoom{clear:both}#luxRollerStudioV5 .lrb-fabric-zoom h2{margin:0 48px 6px 0}#luxRollerStudioV5 .lrb-fabric-zoom-hint{margin:0 0 14px;color:var(--muted);font-size:13px}#luxRollerStudioV5 .lrb-fabric-zoom-stage{width:100%;max-height:68vh;overflow:auto;display:grid;place-items:center;border:1px solid var(--line);border-radius:18px;background:#f7f4ef;touch-action:pan-x pan-y pinch-zoom}#luxRollerStudioV5 .lrb-fabric-zoom-stage img{display:block;width:min(100%,900px);height:auto;transform-origin:center center;transition:transform .16s ease}#luxRollerStudioV5 .lrb-fabric-zoom-controls{display:flex;justify-content:center;gap:9px;margin-top:14px}#luxRollerStudioV5 .lrb-fabric-zoom-controls button{min-width:48px;min-height:42px;padding:8px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-weight:800}#luxRollerStudioV5 .lrb-fabric-confirmed{display:grid;grid-template-columns:120px minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px;border:1px solid #bfcfbd;border-radius:16px;background:linear-gradient(135deg,#f8fbf6,#fffdf9);box-shadow:0 8px 22px #2d543612}#luxRollerStudioV5 .lrb-fabric-confirmed-media{min-width:0}#luxRollerStudioV5 .lrb-fabric-confirmed-media .lrb-fabric-visual{width:120px;aspect-ratio:1/1;margin:0;border-radius:12px;background-size:contain!important}#luxRollerStudioV5 .lrb-fabric-confirmed-copy{min-width:0;display:grid;gap:3px}#luxRollerStudioV5 .lrb-fabric-confirmed-kicker{color:var(--green);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}#luxRollerStudioV5 .lrb-fabric-confirmed-copy strong{font-family:Cormorant Garamond,Georgia,serif;font-size:27px;font-weight:600;line-height:1.05}#luxRollerStudioV5 .lrb-fabric-confirmed-copy small{color:var(--muted);font-size:13px;font-weight:750}#luxRollerStudioV5 .lrb-fabric-change{min-height:42px;padding:9px 14px;border:1px solid var(--gold);border-radius:999px;background:#f3e5cc;color:#765222;font-size:12px;font-weight:850;white-space:nowrap}#luxRollerStudioV5 .lrb-fabric-change:hover{background:#ead5af}#luxRollerStudioV5 .lrb-swatch.is-selected:after{content:"\2713";position:absolute;top:16px;right:16px;z-index:4;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-size:14px;font-weight:900;box-shadow:0 5px 14px #0000002e}#luxRollerStudioV5 .lrb-fabric-zoom-badge{cursor:zoom-in}@media(max-width:620px){#luxRollerStudioV5 .lrb-fabric-confirmed{grid-template-columns:84px minmax(0,1fr);gap:12px}#luxRollerStudioV5 .lrb-fabric-confirmed-media .lrb-fabric-visual{width:84px}#luxRollerStudioV5 .lrb-fabric-confirmed-copy strong{font-size:23px}#luxRollerStudioV5 .lrb-fabric-change{grid-column:1/-1;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/lux-roller-blind-design-studio-v5.css.map */
