.bed-configurator-root{display:block;box-sizing:border-box;padding:24px 20px 28px;max-width:100%}.bed-configurator-root .wrap{max-width:1180px;margin:0 auto;padding:0}.bed-configurator-root{--bg:#59422F;--bg-deep:#4A3626;--panel-border:rgba(255,255,255,.16);--panel-bg:rgba(255,255,255,.05);--white:#FFFFFF;--text-dim:rgba(255,255,255,.5);--text-faint:rgba(255,255,255,.22);--accent:#E7C696}.bed-configurator-root,.bed-configurator-root *{box-sizing:border-box}.bed-configurator-root{background:radial-gradient(ellipse at 70% 15%,var(--bg) 0%,var(--bg-deep) 100%);color:var(--white);-webkit-font-smoothing:antialiased}.bed-configurator-root .wrap{max-width:1180px;margin:0 auto;padding:36px 24px 60px}.bed-configurator-root .demo-banner{background:#e7c69624;border:1px solid rgba(231,198,150,.4);border-radius:12px;padding:10px 16px;font-size:12.5px;color:var(--accent);margin-bottom:22px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.bed-configurator-root .demo-banner strong{color:#fff}.bed-configurator-root .demo-banner code{background:#00000040;padding:1px 6px;border-radius:5px;font-size:11.5px}.bed-configurator-root .stepper{display:flex;gap:8px;margin-bottom:14px}.bed-configurator-root .seg{flex:1;height:4px;border-radius:3px;background:#ffffff26;position:relative;overflow:hidden;cursor:pointer}.bed-configurator-root .seg .fill{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.bed-configurator-root .seg.done .fill{transform:scaleX(1)}.bed-configurator-root .seg.active .fill{transform:scaleX(1);background:var(--white)}.bed-configurator-root .step-meta{font-size:11px;letter-spacing:.08em;color:var(--text-dim);text-transform:uppercase;margin-bottom:14px}.bed-configurator-root h2.title{margin:0 0 4px}.bed-configurator-root .subtitle{color:var(--text-dim);font-size:13.5px;margin-bottom:16px}.bed-configurator-root .grid{display:grid;grid-template-columns:1fr 1.05fr;gap:28px;align-items:start}.bed-configurator-root .col-left{display:flex;flex-direction:column;min-height:0}.bed-configurator-root #optionsArea{overflow-y:auto;min-height:0;max-height:calc(100vh - 360px);padding-right:8px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.bed-configurator-root #optionsArea::-webkit-scrollbar{width:6px}.bed-configurator-root #optionsArea::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:3px}.bed-configurator-root #optionsArea::-webkit-scrollbar-track{background:transparent}@media(max-width:900px){.bed-configurator-root #optionsArea{max-height:none;overflow:visible;padding-right:0}.bed-configurator-root .canvas{max-height:none}.bed-configurator-root .bed-photo{max-height:38vh}.bed-configurator-root .grid{grid-template-columns:1fr}.bed-configurator-root #optionsArea{padding-bottom:14px}.bed-configurator-root .nav-row{margin-bottom:76px}}.bed-configurator-root .mobile-bar{display:none}@media(max-width:900px){.bed-configurator-root .mobile-bar{display:flex;align-items:center;gap:10px;position:fixed;left:0;right:0;bottom:0;z-index:60;background:var(--bg-deep,#241A13);border-top:1px solid var(--panel-border,rgba(255,255,255,.14));padding:10px 14px 10px 76px;padding-bottom:calc(10px + env(safe-area-inset-bottom));box-shadow:0 -8px 24px #00000059}.bed-configurator-root .mobile-bar-preview{flex-shrink:0;width:44px;height:44px;border-radius:8px;background:#fff;border:1px solid var(--panel-border,rgba(255,255,255,.14));padding:0;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center}.bed-configurator-root .mobile-bar-preview img{width:100%;height:100%;object-fit:contain}.bed-configurator-root .mobile-bar-preview-empty{width:100%;height:100%;background:#eee}.bed-configurator-root .mobile-bar-info{flex:1;min-width:0}.bed-configurator-root .mobile-bar-name{font-size:13px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bed-configurator-root .mobile-bar-total{font-size:12.5px;color:var(--accent,#E7C696);margin-top:1px}.bed-configurator-root .mobile-bar-cta{flex-shrink:0;padding:10px 16px;font-size:14px;white-space:nowrap}}.bed-configurator-root .group{margin-bottom:16px}.bed-configurator-root .group-label{display:flex;align-items:center;gap:8px;font-size:11.5px;letter-spacing:.09em;text-transform:uppercase;color:var(--text-dim);font-weight:600;margin-bottom:8px}.bed-configurator-root .group-label .req-tag{background:var(--accent);color:var(--bg-deep);font-size:9px;padding:2px 7px;border-radius:6px;letter-spacing:.03em;text-transform:none;font-weight:700}.bed-configurator-root .pill-row{display:flex;flex-wrap:wrap;gap:9px}.bed-configurator-root .pill{padding:7px 15px;border-radius:999px;border:1.5px solid var(--text-faint);background:transparent;color:var(--text-faint);font-weight:600;font-size:12.5px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.bed-configurator-root .pill.available{color:var(--text-dim);border-color:#ffffff59}.bed-configurator-root .pill.available:hover{border-color:var(--white);color:var(--white)}.bed-configurator-root .pill.selected{background:var(--white);color:var(--bg-deep);border-color:var(--white)}.bed-configurator-root .pill.disabled{cursor:not-allowed;opacity:.4}.bed-configurator-root .acc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px}.bed-configurator-root .acc-card{border:1.5px solid var(--panel-border);border-radius:10px;background:var(--panel-bg);padding:6px;cursor:pointer;transition:all .16s ease;position:relative;text-align:left}.bed-configurator-root .acc-card:hover{border-color:#ffffff73;transform:translateY(-2px)}.bed-configurator-root .acc-card.selected{border-color:var(--accent);box-shadow:0 0 0 2px #e7c6964d}.bed-configurator-root .acc-thumb{width:100%;aspect-ratio:1;border-radius:6px;background:#fff;object-fit:cover;margin-bottom:6px;display:block}.bed-configurator-root .acc-name{font-size:10.5px;font-weight:600;line-height:1.3;margin-bottom:3px}.bed-configurator-root .acc-price{font-size:10.5px;color:var(--accent);font-weight:600}.bed-configurator-root .acc-check{position:absolute;top:12px;right:12px;width:18px;height:18px;border-radius:50%;background:var(--accent);color:var(--bg-deep);display:none;align-items:center;justify-content:center;font-size:11px;font-weight:700}.bed-configurator-root .acc-card.selected .acc-check{display:flex}.bed-configurator-root .canvas{border:1.5px solid var(--panel-border);border-radius:20px;background:var(--panel-bg);position:relative;display:flex;flex-direction:column;padding:18px;max-height:calc(100vh - 190px)}.bed-configurator-root .preview-area{flex:1;display:flex;align-items:center;justify-content:center;padding:4px;min-height:0}.bed-configurator-root .bed-photo{max-width:100%;max-height:min(46vh,340px);object-fit:contain;filter:drop-shadow(0 20px 30px rgba(0,0,0,.3))}.bed-configurator-root .preview-area--met-duimnagels{gap:14px;align-items:stretch}.bed-configurator-root .photo-thumbs{display:flex;flex-direction:column;gap:8px;overflow-y:auto;flex-shrink:0;padding:2px}.bed-configurator-root .photo-main{flex:1;display:flex;align-items:center;justify-content:center;min-width:0}.bed-configurator-root .photo-thumb{width:56px;height:56px;padding:4px;border:1.5px solid var(--panel-border);border-radius:9px;background:#fff;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease,transform .15s ease}.bed-configurator-root .photo-thumb:hover{border-color:var(--accent)}.bed-configurator-root .photo-thumb.selected{border-color:var(--accent);border-width:2px}.bed-configurator-root .photo-thumb img{max-width:100%;max-height:100%;object-fit:contain}@media(max-width:760px){.bed-configurator-root .preview-area--met-duimnagels{flex-direction:column-reverse}.bed-configurator-root .photo-thumbs{flex-direction:row;overflow-x:auto;overflow-y:hidden}}.bed-configurator-root .dims{text-align:center;font-size:12px;letter-spacing:.04em;color:var(--accent);margin-top:2px;font-weight:600;min-height:16px}.bed-configurator-root .accessory-badges{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:12px}.bed-configurator-root .chosen-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:12px;margin-top:14px;flex-shrink:0}.bed-configurator-root .chosen-item{width:76px;display:flex;flex-direction:column;align-items:center;gap:5px}.bed-configurator-root .chosen-thumb{width:64px;height:64px;border-radius:10px;object-fit:cover;display:block;background:#fff;border:1.5px solid var(--panel-border)}.bed-configurator-root .chosen-thumb--empty{background:#ffffff1a;border-style:dashed}.bed-configurator-root .chosen-label{font-size:10px;line-height:1.25;color:var(--text-dim);text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.bed-configurator-root .acc-thumb--empty{background:#ffffff14;border:1px dashed var(--panel-border)}.bed-configurator-root .bed-photo-empty{width:100%;max-width:340px;aspect-ratio:4/3;border-radius:14px;background:#ffffff0d;border:1px dashed var(--panel-border)}.bed-configurator-root .abadge{font-size:11.5px;background:#ffffff17;border:1px solid var(--panel-border);padding:5px 12px;border-radius:999px;color:var(--text-dim)}.bed-configurator-root .config-row{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-top:16px;flex-wrap:wrap}.bed-configurator-root .config-card{border:1.5px solid var(--panel-border);border-radius:16px;background:#0000001f;padding:16px 20px;flex:1;min-width:220px}.bed-configurator-root .config-eyebrow{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);margin-bottom:6px;display:flex;align-items:center;gap:8px}.bed-configurator-root .config-eyebrow:after{content:"";flex:1;height:1px;background:var(--panel-border)}.bed-configurator-root .config-name{margin-bottom:5px}.bed-configurator-root .config-sku{font-size:12px;color:var(--text-dim)}.bed-configurator-root .config-empty{color:var(--text-faint);font-size:13px;font-style:italic}.bed-configurator-root .cta{background:var(--white);color:var(--bg-deep);border:none;border-radius:999px;padding:12px 22px;font-weight:700;font-size:13.5px;cursor:pointer;display:flex;align-items:center;gap:8px;white-space:nowrap;transition:all .15s ease}.bed-configurator-root .cta:hover{background:var(--accent)}.bed-configurator-root .cta:disabled{background:#ffffff40;color:#ffffff80;cursor:not-allowed}.bed-configurator-root .cta-ghost{background:transparent;color:var(--text-dim);border:1.5px solid var(--panel-border)}.bed-configurator-root .cta-ghost:hover{color:var(--white);border-color:var(--white)}.bed-configurator-root .nav-row{display:flex;justify-content:space-between;margin-top:16px;flex-shrink:0}.bed-configurator-root .empty-note{font-size:13px;color:var(--text-dim);border:1px dashed var(--panel-border);border-radius:12px;padding:14px}.bed-configurator-root .loading{color:var(--text-dim);font-size:14px;padding:40px 0;text-align:center}.bed-configurator-root .info-btn{position:absolute;top:12px;left:12px;z-index:2;width:18px;height:18px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:#00000059;color:var(--white);font-size:11px;font-weight:600;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:all .15s ease}.bed-configurator-root .info-btn:hover{background:var(--accent);color:var(--bg-deep);border-color:var(--accent)}.bed-configurator-root .info-btn--inline{position:static;display:inline-flex;vertical-align:middle;margin-left:6px;width:17px;height:17px;font-size:10.5px}.bed-configurator-root .specs-panel{border:1.5px solid var(--panel-border);border-radius:14px;background:#00000038;margin-top:12px;flex-shrink:0;max-height:34vh;display:flex;flex-direction:column}.bed-configurator-root .specs-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;border-bottom:1px solid var(--panel-border);flex-shrink:0}.bed-configurator-root .specs-title{font-size:11.5px;font-weight:600;letter-spacing:.03em;color:var(--white);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bed-configurator-root .specs-close{background:transparent;border:none;color:var(--text-dim);cursor:pointer;font-size:20px;line-height:1;padding:0 2px}.bed-configurator-root .specs-close:hover{color:var(--white)}.bed-configurator-root .specs-body{padding:10px 14px 14px;overflow-y:auto;font-size:12.5px;line-height:1.5;color:var(--text-dim);scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.bed-configurator-root .specs-body::-webkit-scrollbar{width:6px}.bed-configurator-root .specs-body::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:3px}.bed-configurator-root .specs-body p{margin:0 0 8px}.bed-configurator-root .specs-body p:last-child{margin-bottom:0}.bed-configurator-root .specs-body strong{color:var(--white);font-weight:600}.bed-configurator-root .specs-body h1,.bed-configurator-root .specs-body h2,.bed-configurator-root .specs-body h3,.bed-configurator-root .specs-body h4,.bed-configurator-root .specs-body h5,.bed-configurator-root .specs-body h6{font-size:12.5px;color:var(--white);margin:10px 0 5px;font-weight:600}.bed-configurator-root .specs-body ul,.bed-configurator-root .specs-body ol{margin:0 0 8px;padding-left:18px}.bed-configurator-root .specs-body li{margin-bottom:3px}.bed-configurator-root .specs-body a{color:var(--accent);text-decoration:underline}.bed-configurator-root .col-left h2.title,.bed-configurator-root h2.title,.bed-configurator-root h2,.bed-configurator-root h3,.bed-configurator-root h4{color:var(--white)}.bed-configurator-root .col-left .subtitle,.bed-configurator-root .subtitle,.bed-configurator-root .col-left .group-label,.bed-configurator-root .group-label{color:var(--text-dim)}.bed-configurator-root .canvas .config-name,.bed-configurator-root .config-name{color:var(--white)}.bed-configurator-root .canvas .config-sku,.bed-configurator-root .config-sku,.bed-configurator-root .step-meta{color:var(--text-dim)}.bed-configurator-root .acc-name{color:var(--white)}.bed-configurator-root .chosen-label{color:var(--text-dim)}.bed-configurator-root .dims{color:var(--accent)}.bed-configurator-root .specs-title{color:var(--white)}.bed-configurator-root .specs-body{color:var(--text-dim)}.bed-configurator-root{font-family:inherit}.bed-configurator-root .col-left h2.title,.bed-configurator-root h2.title,.bed-configurator-root .canvas .config-name,.bed-configurator-root .config-name,.bed-configurator-root .specs-body h1,.bed-configurator-root .specs-body h2,.bed-configurator-root .specs-body h3,.bed-configurator-root .specs-body h4,.bed-configurator-root .specs-body h5,.bed-configurator-root .specs-body h6{font-family:var(--font-heading-family, var(--font-heading, var(--heading-font-family, inherit)));font-weight:var(--font-heading-weight, inherit)}.bed-configurator-root .pill,.bed-configurator-root .cta,.bed-configurator-root .acc-name,.bed-configurator-root .group-label,.bed-configurator-root .subtitle,.bed-configurator-root .step-meta,.bed-configurator-root .chosen-label,.bed-configurator-root .config-sku,.bed-configurator-root .specs-body{font-family:var(--font-body-family, var(--font-body, inherit))}.bed-configurator-root button{font-family:inherit}.bed-configurator-root .filter-grid{display:block;--per-group: calc((var(--cfg-height, 60vh) - 135px) / var(--filter-count, 6))}.bed-configurator-root .filter-grid .group{margin-bottom:clamp(4px,calc(var(--per-group) * .1),16px)}.bed-configurator-root .filter-grid .group-label{font-size:clamp(9.5px,calc(var(--per-group) * .115),11.5px);margin-bottom:clamp(2px,calc(var(--per-group) * .06),8px)}.bed-configurator-root .filter-grid .pill-row{gap:clamp(4px,calc(var(--per-group) * .06),9px)}.bed-configurator-root .filter-grid .pill{font-size:clamp(11px,calc(var(--per-group) * .145),13px);padding:clamp(3px,calc(var(--per-group) * .055),9px) clamp(8px,calc(var(--per-group) * .14),18px)}.bed-configurator-root .filter-grid .group.locked .group-label{opacity:.5}@media(max-width:600px){.bed-configurator-root .filter-grid{--per-group: 60px}}.bed-configurator-root .cta{font-size:clamp(11.5px,1.25vh,14px);padding:clamp(8px,1.15vh,14px) clamp(14px,2.1vh,26px)}.bed-configurator-root .nav-row{margin-top:clamp(8px,1.4vh,18px)}.bed-configurator-root .config-card{padding:clamp(9px,1.3vh,16px) clamp(12px,1.7vh,20px)}.bed-configurator-root .config-eyebrow{font-size:clamp(8.5px,1vh,10px);margin-bottom:clamp(3px,.5vh,6px)}.bed-configurator-root .config-sku{font-size:clamp(10px,1.2vh,12px)}.bed-configurator-root{--cfg-height: clamp(430px, calc(100vh - 200px) , 860px)}.bed-configurator-root .col-left{height:var(--cfg-height);display:flex;flex-direction:column;min-height:0}.bed-configurator-root .col-left #optionsArea{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto}.bed-configurator-root .col-left .nav-row{margin-top:auto;flex-shrink:0;padding-top:clamp(8px,1.2vh,16px)}.bed-configurator-root .canvas{height:var(--cfg-height);max-height:var(--cfg-height)}@media(max-width:900px){.bed-configurator-root .col-left,.bed-configurator-root .canvas{height:auto;max-height:none}.bed-configurator-root .col-left #optionsArea{overflow:visible}.bed-configurator-root .col-left .nav-row{margin-top:16px}}.bed-configurator-root .col-left .specs-panel{margin-top:10px;max-height:none;background:#0000002e}.bed-configurator-root .col-left .specs-body{max-height:26vh}.bed-configurator-root .step-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.bed-configurator-root .restart-btn{background:transparent;border:1px solid var(--panel-border);color:var(--text-dim);border-radius:999px;padding:4px 12px;font-size:10.5px;letter-spacing:.04em;text-transform:none;cursor:pointer;transition:all .15s ease;white-space:nowrap}.bed-configurator-root .restart-btn:hover{color:var(--white);border-color:var(--white)}.bed-configurator-root .chosen-item{position:relative;padding-top:6px}.bed-configurator-root .chosen-remove{position:absolute;top:0;right:2px;z-index:3;width:18px;height:18px;border-radius:50%;border:1px solid var(--panel-border);background:var(--bg-deep);color:var(--text-dim);font-size:13px;line-height:1;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.bed-configurator-root .chosen-remove:hover{background:var(--white);color:var(--bg-deep);border-color:var(--white)}.bed-configurator-root .qty-row{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:2px}.bed-configurator-root .qty-btn{width:18px;height:18px;border-radius:5px;border:1px solid var(--panel-border);background:#ffffff0f;color:var(--white);font-size:12px;line-height:1;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.bed-configurator-root .qty-btn:hover:not(:disabled){background:var(--accent);color:var(--bg-deep);border-color:var(--accent)}.bed-configurator-root .qty-btn:disabled{opacity:.3;cursor:not-allowed}.bed-configurator-root .qty-num{font-size:11px;font-weight:600;color:var(--white);min-width:14px;text-align:center}.bed-configurator-root .acc-thumb-wrap{position:relative;display:block;margin-bottom:6px}.bed-configurator-root .acc-thumb-wrap .acc-thumb{margin-bottom:0}.bed-configurator-root .acc-qty-badge{position:absolute;left:5px;bottom:5px;background:var(--bg-deep);color:var(--white);border:1px solid var(--panel-border);border-radius:7px;padding:1px 7px;font-size:12px;font-weight:700;line-height:1.35;letter-spacing:.01em}.bed-configurator-root .acc-card.selected .acc-qty-badge{background:var(--accent);color:var(--bg-deep);border-color:var(--accent)}.bed-configurator-root .chosen-item .qty-row{margin-top:3px;gap:5px}.bed-configurator-root .chosen-item .qty-num{min-width:20px}.bed-configurator-root .acc-card--soldout{opacity:.45;cursor:default}.bed-configurator-root .acc-card--soldout:hover{transform:none;border-color:var(--panel-border)}.bed-configurator-root .acc-soldout{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:absolute;left:0;right:0;bottom:0;background:#0000009e;color:var(--white);font-size:8.5px;font-weight:600;letter-spacing:.02em;text-align:center;padding:2px 3px;line-height:1.25;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.bed-configurator-root .required-note{flex-shrink:0;margin-top:10px;border:1px dashed rgba(231,198,150,.5);border-radius:10px;background:#e7c69614;padding:8px 12px;font-size:12px;line-height:1.4;color:var(--accent)}.bed-configurator-root .slot-head{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;color:var(--white);letter-spacing:.02em;margin:14px 0 8px;padding-bottom:6px;border-bottom:1px solid var(--panel-border)}.bed-configurator-root .slot-head:first-child{margin-top:0}.bed-configurator-root .slot-head .slot-size{font-weight:600;font-size:11px;color:var(--bg-deep);background:var(--accent);border-radius:6px;padding:1px 7px}.bed-configurator-root .slot-head+.group{margin-top:0}.bed-configurator-root .chosen-slot{display:block;font-size:9.5px;color:var(--accent);letter-spacing:.02em;margin-top:1px}.bed-configurator-root .slats-list{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));align-items:stretch}.bed-configurator-root .slats-option{display:flex;flex-direction:column;gap:10px;border:1.5px solid var(--panel-border);border-radius:12px;background:var(--panel-bg);padding:12px 14px;cursor:pointer;transition:all .16s ease}.bed-configurator-root .slats-photo{border-radius:9px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:8px;min-height:150px}.bed-configurator-root .slats-photo img{width:100%;height:auto;max-height:34vh;object-fit:contain;display:block}.bed-configurator-root .slats-row{display:flex;align-items:flex-start;gap:10px;margin-top:auto}.bed-configurator-root .slats-option:hover{border-color:#ffffff73}.bed-configurator-root .slats-option.selected{border-color:var(--accent);box-shadow:0 0 0 2px #e7c69640}.bed-configurator-root .slats-radio{flex-shrink:0;width:18px;height:18px;border-radius:50%;border:1.5px solid var(--text-faint);display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--accent);margin-top:1px}.bed-configurator-root .slats-option.selected .slats-radio{border-color:var(--accent)}.bed-configurator-root .slats-body{flex:1;min-width:0}.bed-configurator-root .slats-title{font-size:13.5px;font-weight:600;color:var(--white)}.bed-configurator-root .slats-info{font-size:11.5px;line-height:1.45;color:var(--text-dim);margin-top:4px}.bed-configurator-root .slats-info p{margin:0 0 4px}.bed-configurator-root .slats-info p:last-child{margin-bottom:0}.bed-configurator-root .slats-row .slats-price{margin-left:auto}.bed-configurator-root .slats-price{flex-shrink:0;text-align:right;padding-top:1px}.bed-configurator-root .slats-plus{font-size:12.5px;font-weight:600;color:var(--accent);white-space:nowrap}.bed-configurator-root .slats-incl{font-size:11px;color:var(--text-dim);white-space:nowrap}.bed-configurator-root .guide-btn{display:inline-flex;align-items:center;gap:7px;background:transparent;border:1px solid var(--panel-border);color:var(--text-dim);border-radius:999px;padding:6px 14px;font-size:12px;cursor:pointer;margin-bottom:12px;transition:all .15s ease}.bed-configurator-root .guide-btn:hover{color:var(--white);border-color:var(--white)}.bed-configurator-root .guide-icon{width:16px;height:16px;border-radius:50%;border:1px solid currentColor;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;flex-shrink:0}.bed-configurator-root .acc-thumb--zoom{cursor:zoom-in}.bed-configurator-root .acc-thumb--zoom:hover{filter:brightness(1.06)}.info-box{max-width:860px}.info-content{overflow-y:auto;display:flex;flex-direction:column}@media(min-width:720px){.info-content{flex-direction:row;align-items:stretch}.info-photo{flex:0 0 46%}.info-text{flex:1 1 auto}}.info-photo{background:#f5f1ea;display:flex;align-items:center;justify-content:center;padding:18px;min-height:220px}.info-photo img{max-width:100%;max-height:52vh;object-fit:contain;display:block}.info-text{padding:30px 28px 26px;color:#2b2620}.info-title{margin:0 0 4px;font-size:20px;line-height:1.25;font-weight:700}.info-variant{margin:0 0 6px;font-size:13.5px;color:#6e6257}.info-price{margin:0 0 14px;font-size:16px;font-weight:600}.info-specs{font-size:14.5px;line-height:1.55}.info-specs ul{margin:0 0 12px;padding-left:20px}.info-specs li{margin-bottom:4px}.info-specs p{margin:0 0 10px}.info-link{display:inline-block;margin-top:16px;background:#59422f;color:#fff;text-decoration:none;border-radius:999px;padding:10px 20px;font-size:14px;font-weight:600}.info-link:hover{background:#6b5039;color:#fff}.guide-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:20px}.guide-box{position:relative;background:#fff;color:#2b2620;border-radius:14px;max-width:720px;width:100%;max-height:86vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000059}.guide-close{position:absolute;top:10px;right:12px;z-index:2;width:32px;height:32px;border-radius:50%;border:none;background:#0000000f;color:#2b2620;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.guide-close:hover{background:#0000001f}.guide-content{padding:28px 26px 26px;overflow-y:auto;line-height:1.55;font-size:15px}.guide-content img,.guide-content iframe,.guide-content video{max-width:100%;height:auto;border-radius:8px}.guide-content h1,.guide-content h2,.guide-content h3{margin:18px 0 8px;line-height:1.25}.guide-content h1:first-child,.guide-content h2:first-child{margin-top:0}.guide-content p{margin:0 0 12px}.guide-content ul,.guide-content ol{margin:0 0 12px;padding-left:20px}@media(max-width:600px){.guide-box{max-height:92vh}.guide-content{padding:24px 18px 20px;font-size:14px}}.quote-box{max-width:480px}.quote-content{padding:32px 28px 26px}.quote-title{margin:0 0 8px;font-size:19px;line-height:1.3;font-weight:700;color:#2b2620}.quote-intro{margin:0 0 22px;font-size:13.5px;line-height:1.5;color:#6e6257}.quote-label{display:block;font-size:12px;font-weight:600;color:#2b2620;margin:0 0 5px}.quote-input{display:block;width:100%;border:1.5px solid #DDD5C9;border-radius:9px;padding:10px 12px;margin:0 0 14px;font-size:14px;font-family:inherit;color:#2b2620;background:#fff}.quote-input:focus{outline:none;border-color:#59422f}.quote-error{background:#c43c2c14;border:1px solid rgba(196,60,44,.35);color:#a8341f;border-radius:9px;padding:9px 12px;font-size:12.5px;line-height:1.4;margin:0 0 14px}.quote-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.quote-actions .cta{background:#59422f;color:#fff;border:none;border-radius:999px;padding:11px 22px;font-weight:700;font-size:13.5px;cursor:pointer;font-family:inherit;transition:background .15s ease}.quote-actions .cta:hover{background:#6b5039}.quote-actions .cta:disabled{background:#d8cfc2;color:#8c8172;cursor:not-allowed}.quote-actions .cta-ghost{background:transparent;color:#6e6257;border:1.5px solid #DDD5C9;border-radius:999px;padding:11px 20px;font-weight:600;font-size:13.5px;cursor:pointer;font-family:inherit;transition:all .15s ease}.quote-actions .cta-ghost:hover{color:#2b2620;border-color:#2b2620}@media(max-width:600px){.quote-content{padding:26px 20px 22px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/configurator.css.map */
