.t3d-scope{position:relative;width:100%;height:var(--t3d-h, 720px);overflow:hidden;background:#07080c;border-radius:16px;isolation:isolate;z-index:0;container-type:inline-size;container-name:t3d}@media(max-width:768px){.t3d-scope{height:var(--t3d-h-mobile, 640px);border-radius:0}}.t3d-scope.t3d-fill{height:calc(100svh - var(--header-group-height, 0px));border-radius:0}.t3d-design [data-app]{pointer-events:none}.t3d-scope{--torras-orange: #FF5B00;--openview-cyan: #00B4D8;--ink: #EDEFF2;--ink-dim: #9AA0AA;--panel: rgba(16, 18, 24, .72);--panel-border: rgba(255, 255, 255, .08)}.t3d-scope,.t3d-scope *{margin:0;padding:0;box-sizing:border-box}.t3d-scope{font-family:FT Terra,-apple-system,SF Pro Display,PingFang SC,sans-serif;color:var(--ink)}.t3d-scope [data-app]{position:absolute;top:0;right:0;bottom:0;left:0}.t3d-scope canvas{display:block}.t3d-scope .hud-top{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:18px 28px;pointer-events:none;z-index:10}.t3d-scope .brand{display:flex;align-items:baseline;gap:10px}.t3d-scope .brand-name{font-weight:700;font-size:20px;letter-spacing:.06em}.t3d-scope .brand-name em{color:var(--torras-orange);font-style:normal}.t3d-scope .brand-series{font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--openview-cyan);border:1px solid rgba(0,180,216,.35);padding:3px 8px;border-radius:999px}.t3d-scope .hud-title{text-align:right}.t3d-scope .hud-title h1{font-size:15px;font-weight:700;letter-spacing:.02em}.t3d-scope .hud-title p{font-size:11px;color:var(--ink-dim);margin-top:2px}.t3d-scope .spec-panel{position:absolute;left:24px;top:50%;transform:translateY(-50%);width:244px;z-index:10;background:var(--panel);border:1px solid var(--panel-border);border-radius:16px;padding:14px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.t3d-scope .product-shot{border-radius:10px;overflow:hidden;border:1px solid var(--panel-border);background:#fff}.t3d-scope .product-shot img{display:block;width:100%;height:auto;max-height:168px;object-fit:contain}.t3d-scope .spec-name{margin-top:12px;font-size:14px;font-weight:700;line-height:1.3;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.t3d-scope .spec-tagline{margin-top:5px;font-size:11.5px;font-weight:500;line-height:1.35;color:var(--openview-cyan);letter-spacing:.01em}.t3d-scope .product-price{margin-top:10px;display:flex;align-items:baseline;gap:8px}.t3d-scope .product-price .now{font-size:20px;font-weight:700;color:var(--ink)}.t3d-scope .product-price .was{font-size:12px;color:var(--ink-dim);text-decoration:line-through}.t3d-scope .panel-ctas{gap:8px;margin-top:12px}.t3d-scope .spec-expand{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:10px;padding:8px 0;border:none;border-radius:8px;background:#ffffff0f;color:var(--ink-dim);font-family:inherit;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .2s,color .2s}.t3d-scope .spec-expand:hover{background:#ffffff1a;color:var(--ink)}.t3d-scope .spec-expand .t-ico{width:15px;height:15px;transition:transform .25s}.t3d-scope .spec-expand.open .t-ico{transform:rotate(180deg)}.t3d-scope .spec-more[hidden]{display:none}.t3d-scope .spec-more{margin-top:10px;padding-top:4px;border-top:1px solid rgba(255,255,255,.08)}.t3d-scope .spec-item{display:flex;justify-content:space-between;align-items:baseline;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.05)}.t3d-scope .spec-item:last-child{border-bottom:none}.t3d-scope .spec-item .k{font-size:11.5px;color:var(--ink-dim)}.t3d-scope .spec-item .v{font-size:13px;font-weight:700;color:var(--ink);text-align:right}.t3d-scope .spec-item .v.hi{color:var(--torras-orange)}.t3d-scope .product-link{display:block;margin-top:10px;text-align:center;text-decoration:none;font-size:11px;font-weight:700;letter-spacing:.03em;color:var(--torras-orange);padding:2px 0}.t3d-scope .product-link:hover{text-decoration:underline}.t3d-scope .float-product{position:absolute;top:46px;right:12px;z-index:11;display:none;flex-direction:column;align-items:stretch;max-width:240px;padding:6px 8px 6px 6px;background:var(--panel);border:1px solid var(--panel-border);border-radius:12px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 8px 32px #00000059;color:var(--ink)}.t3d-scope .float-product.open{width:min(300px,calc(100% - 24px));max-width:none}.t3d-scope .fp-head{display:flex;align-items:center;gap:8px;min-height:44px;background:none;border:0;padding:0;margin:0;color:inherit;font-family:inherit;text-align:left;cursor:pointer}.t3d-scope .float-product img{width:40px;height:40px;border-radius:8px;object-fit:cover;background:#fff;flex:0 0 auto}.t3d-scope .fp-info{min-width:0;flex:1;display:flex;flex-direction:column;gap:1px}.t3d-scope .fp-title{font-size:10.5px;font-weight:700;line-height:1.3;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.t3d-scope .float-product.open .fp-title{max-width:none;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.t3d-scope .fp-price{display:flex;align-items:baseline;gap:5px}.t3d-scope .fp-price .now{font-size:12.5px;font-weight:700;color:var(--ink)}.t3d-scope .fp-price .was{font-size:10px;color:var(--ink-dim);text-decoration:line-through}.t3d-scope .fp-go{width:14px;height:14px;flex:0 0 auto;color:var(--torras-orange);transition:transform .2s}.t3d-scope .float-product.open .fp-go{transform:rotate(90deg)}.t3d-scope .fp-body{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;padding:10px 2px 4px;border-top:1px solid rgba(255,255,255,.08)}.t3d-scope .fp-body[hidden]{display:none}.t3d-scope .fp-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:6px;text-decoration:none;font-size:12.5px;font-weight:700;letter-spacing:.03em;white-space:nowrap;transition:filter .2s,background .2s}.t3d-scope .fp-buy{background:var(--torras-orange);color:#fff}.t3d-scope .fp-buy:hover{filter:brightness(1.12)}.t3d-scope .fp-cart{background:#ffffff1a;color:var(--ink);border:2px solid rgba(255,255,255,.3)}.t3d-scope .fp-cart:hover{background:#ffffff2e}.t3d-scope .fp-btn.is-loading{opacity:.72;pointer-events:none}.t3d-scope .fp-btn.is-added{background:#10b981;border-color:transparent;color:#fff}.t3d-scope .fp-view{flex:1 0 100%;text-align:center;padding-top:2px;font-size:11px;font-weight:700;color:var(--torras-orange);text-decoration:none}.t3d-scope .bottom-stack{display:contents}.t3d-scope .stack-toggle{display:none}.t3d-scope .hud-bottom{position:absolute;left:50%;bottom:26px;transform:translate(-50%);display:flex;align-items:center;gap:16px;z-index:10;background:var(--panel);border:1px solid var(--panel-border);border-radius:999px;padding:12px 22px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.t3d-scope .film-toggle{display:flex;align-items:center;gap:10px;cursor:pointer;border:none;background:none;color:var(--ink);font-family:inherit}.t3d-scope .film-toggle:disabled{cursor:not-allowed}.t3d-scope .film-toggle:disabled .switch{opacity:.4}.t3d-scope .film-toggle .label{font-size:13px;font-weight:500;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.t3d-scope .film-toggle .label em{font-style:normal;display:block;font-size:10px;color:var(--ink-dim);letter-spacing:.02em}.t3d-scope .label-col{display:flex;flex-direction:column;align-items:flex-start}.t3d-scope .label-short{display:none}.t3d-scope .t-ico{width:16px;height:16px;flex:0 0 auto}.t3d-scope .switch{width:46px;height:26px;border-radius:999px;position:relative;background:#ffffff24;transition:background .25s}.t3d-scope .switch:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .25s}.t3d-scope .film-toggle.on .switch{background:var(--torras-orange)}.t3d-scope .film-toggle.on .switch:after{transform:translate(20px)}.t3d-scope .film-state{font-size:12px;font-weight:700;min-width:210px}.t3d-scope .film-state .glare{color:#ff4d4d}.t3d-scope .film-state .clear{color:var(--openview-cyan)}.t3d-scope .sun-control{display:flex;align-items:center;gap:10px}.t3d-scope .sun-control label{font-size:12px;color:var(--ink-dim);white-space:nowrap}.t3d-scope .sun-control input[type=range]{-webkit-appearance:none;width:150px;height:4px;border-radius:4px;background:linear-gradient(90deg,#3a3f4a,var(--torras-orange));outline:none;cursor:pointer}.t3d-scope .sun-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#ffd9a0;box-shadow:0 0 10px #ffb43ce6;border:none;cursor:pointer}.t3d-scope .divider{width:1px;height:24px;background:#ffffff1f}.t3d-scope body:not(.dbg) .sun-ui{display:none}.t3d-scope .product-menu{position:absolute;top:66px;left:50%;transform:translate(-50%);display:flex;gap:6px;padding:6px;background:var(--panel);border:1px solid var(--panel-border);border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10}.t3d-scope .product-menu button{border:0;background:transparent;color:var(--ink-dim);font-family:inherit;font-size:12.5px;font-weight:700;letter-spacing:.04em;padding:8px 18px;border-radius:999px;cursor:pointer;transition:color .2s,background .2s}.t3d-scope .product-menu button:hover{color:var(--ink)}.t3d-scope .product-menu button.active{background:var(--torras-orange);color:#fff}.t3d-scope .product-menu button:disabled{opacity:.32;cursor:not-allowed;color:var(--ink-dim);background:transparent}.t3d-scope .model-menu{top:66px}.t3d-scope .model-menu button{font-weight:500;font-size:12px;padding:7px 14px}.t3d-scope .feature-menu{top:112px}.t3d-scope .feature-note{position:absolute;top:160px;left:50%;transform:translate(-50%);z-index:10;pointer-events:none;font-size:12px;font-weight:600;letter-spacing:.03em;padding:7px 14px;border-radius:999px;white-space:nowrap;background:#ff5b0024;color:var(--torras-orange);border:1px solid rgba(255,91,0,.4);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;transition:opacity .3s}.t3d-scope .feature-note.show{opacity:1}.t3d-scope .feature-note[hidden]{display:none}.t3d-scope .glare-badge{position:absolute;z-index:9;pointer-events:none;transform:translate(-50%,-50%);font-size:12px;font-weight:700;letter-spacing:.04em;padding:7px 14px;border-radius:999px;white-space:nowrap;transition:opacity .3s}.t3d-scope #badgeGlare{background:#ff3c3c29;color:#ff6b6b;border:1px solid rgba(255,80,80,.4)}.t3d-scope #badgeClear{background:#00b4d824;color:var(--openview-cyan);border:1px solid rgba(0,180,216,.4)}.t3d-scope .hint{position:absolute;right:24px;bottom:84px;z-index:10;pointer-events:none;font-size:11px;color:var(--ink-dim);text-align:right;line-height:1.6}@container t3d (max-width: 768px){.t3d-scope .hud-top{padding:10px 16px}.t3d-scope .brand-name{font-size:16px}.t3d-scope .brand-series{font-size:10px;padding:2px 7px}.t3d-scope .hud-title{display:none}.t3d-scope .float-product{display:flex}.t3d-scope .bottom-stack{display:flex;flex-direction:column;gap:8px;position:absolute;left:12px;right:12px;bottom:12px;z-index:10;pointer-events:none}.t3d-scope .bottom-stack>*{pointer-events:auto}.t3d-scope .stack-toggle{display:inline-flex;align-self:center;align-items:center;gap:6px;min-height:34px;padding:4px 18px;background:var(--panel);border:1px solid var(--panel-border);border-radius:999px;color:var(--ink);cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;letter-spacing:.03em;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.t3d-scope .stack-toggle .t-ico{transition:transform .25s}.t3d-scope .bottom-stack.closed .stack-toggle .t-ico{transform:rotate(180deg)}.t3d-scope .bottom-stack.closed .product-menu,.t3d-scope .bottom-stack.closed .feature-note,.t3d-scope .bottom-stack.closed .hud-bottom{display:none}.t3d-scope .feature-note{position:static;transform:none;align-self:center;white-space:normal;text-align:center}.t3d-scope .product-menu{position:static;transform:none;margin:0;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:14px}.t3d-scope .product-menu::-webkit-scrollbar{display:none}.t3d-scope .product-menu button{flex:1 0 auto;white-space:nowrap;padding:10px 14px;font-size:12px;min-height:40px}.t3d-scope .model-menu button{padding:9px 12px}.t3d-scope .glare-badge{font-size:11px;padding:6px 10px;max-width:calc(100% - 24px);white-space:normal;text-align:center}.t3d-scope .spec-panel,.t3d-scope .hint{display:none}.t3d-scope .hud-bottom{position:static;transform:none;flex-wrap:wrap;justify-content:space-between;gap:10px 12px;padding:12px 16px;border-radius:16px}.t3d-scope #filmToggle{order:1}.t3d-scope #sunToggle{order:2}.t3d-scope #borderToggle{order:3}.t3d-scope .sun-control{order:4;flex:1 0 100%}.t3d-scope .sun-control input[type=range]{flex:1;width:auto}.t3d-scope .sun-control input[type=range]::-webkit-slider-thumb{width:20px;height:20px}.t3d-scope #filmState{order:5;flex:1 0 100%;min-width:0;text-align:center;font-size:11px;font-weight:500}.t3d-scope .divider{display:none}.t3d-scope .film-toggle{gap:8px;min-height:44px}.t3d-scope .film-toggle .label{font-size:12px}.t3d-scope .film-toggle .label em{font-size:9.5px}.t3d-scope .label-long{display:none}.t3d-scope .label-short{display:inline}}.t3d-scope .hud-title{display:none}.t3d-scope:not(.t3d-dbg) .sun-ui{display:none}.t3d-scope .hint{top:14px;right:16px;bottom:auto;text-align:right}.t3d-scope .spec-panel{top:120px;bottom:auto;transform:none;max-height:calc(100% - 210px);overflow-y:auto}.t3d-scope .model-menu{top:14px}.t3d-scope .feature-menu{top:70px}.t3d-scope .product-menu button{white-space:nowrap}
/*# sourceMappingURL=/cdn/shop/t/40/assets/torras-3d-configurator.css.map */
