@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700&display=swap";:root{font-family:Noto Sans Thai,Arial,sans-serif;color:#17392f;background:#f7f9f8;font-synthesis:none;font-weight:400}*{box-sizing:border-box}body{margin:0}button,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,select:focus-visible{outline:3px solid #648e27;outline-offset:3px}header{height:94px;border-bottom:1px solid #e0e7e3;display:flex;align-items:center;justify-content:space-between;padding:0 4.5vw;background:#fff}.brand{display:flex;gap:12px;align-items:center;font-size:23px;font-weight:700;letter-spacing:1px;color:inherit;text-decoration:none}.brand-icon{display:grid;place-items:center;width:43px;height:46px;background:#163e31;color:#dcec99;border-radius:6px}.brand-sub{display:block;font-size:10px;letter-spacing:2.2px;font-weight:500}.header-note{font-size:14px;color:#6f8179}.prototype{font-size:11px;letter-spacing:1.3px;border:1px solid #dce4df;padding:9px 12px;border-radius:20px;display:flex;gap:7px;align-items:center}.prototype>span,.scene-dot{display:inline-block;width:6px;height:6px;background:#69916d;border-radius:50%}main{max-width:1600px;margin:auto;padding:35px 4.5vw 0}.title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.eyebrow{font-size:11px;font-weight:600;letter-spacing:2px;color:#6b8278}h1{font-size:32px;line-height:1.4;letter-spacing:-.9px;margin:9px 0 4px}h1 span{font-weight:400}p{font-size:14px;color:#7a8983;margin:0}.step{display:flex;align-items:center;gap:12px;color:#718379;font-size:13px}.step>span{display:grid;place-items:center;border:1px solid #d5dfd9;border-radius:50%;width:28px;height:28px;font-size:10px}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 330px;border:1px solid #dce4df;border-radius:12px;overflow:hidden;background:#fff}.viewer{min-height:645px;position:relative;background:#e8eeed}canvas{touch-action:none}.scene-top,.scene-bottom{position:absolute;left:25px;right:25px;z-index:1;display:flex;justify-content:space-between;pointer-events:none}.scene-top{top:24px;font-size:11px;letter-spacing:1.3px;font-weight:600}.scene-dot{margin-right:7px}.scene-top small{display:block;font-size:12px;letter-spacing:0;color:#7b8981;font-weight:400;margin:5px 0 0 13px}.view-label{align-self:flex-start;background:#ffffffb0;border:1px solid #fff;padding:7px 11px;border-radius:5px;font-size:10px;letter-spacing:.5px}.scene-bottom{bottom:20px;font-size:11px;color:#61756d}.scene-bottom span{display:flex;align-items:center;gap:7px}.scene-bottom i{height:10px;border-left:1px solid #b3c1ba;margin:0 3px}.selected-hint{background:#fff9;padding:6px 10px;border-radius:5px}aside{padding:25px 24px;border-left:1px solid #dce4df}.panel-head{margin-bottom:23px}.panel-head .eyebrow{font-size:10px}h2{display:flex;align-items:center;justify-content:space-between;font-size:22px;margin:6px 0}.panel-head p{font-size:12px}.field-label{display:flex;gap:10px;font-size:11px;color:#8b9c92;margin-bottom:9px;align-items:center}.field-label span{font-size:14px;color:#254737;font-weight:500}.field-label small{margin-left:auto;font-size:9px;letter-spacing:1px}select{width:100%;padding:11px 9px;border:1px solid #d9e3dd;border-radius:5px;color:#345344;background:#f9fbf9;font-size:13px}.selection-note{font-size:10px;color:#88988e;display:flex;align-items:center;gap:6px;margin:8px 0 23px}.selection-note>span{width:6px;height:6px;background:#99b84e;border-radius:2px}.film-list{display:grid;gap:6px}.film-option{display:flex;align-items:center;text-align:left;width:100%;border:1px solid #e3e9e5;border-radius:6px;background:#fff;padding:8px 11px;gap:12px;color:#244637;transition:background .15s,border-color .15s}.film-option:hover{background:#f2f6ee}.film-option.active{border-color:#627e53;background:#f4f7eb}.swatch{width:33px;height:37px;border-radius:4px;border:1px solid #0001;box-shadow:inset 7px 0 #ffffff35;position:relative;overflow:hidden}.swatch:after{content:"";position:absolute;width:15px;height:60px;background:#ffffff40;transform:rotate(35deg);left:8px;top:-10px}.film-option strong{display:block;font-size:13px;font-weight:600}.film-option small{display:block;font-size:10px;color:#7c8a80}.check{margin-left:auto;width:18px;height:18px;border:1px solid #dbe3d9;border-radius:50%;display:grid;place-items:center}.active .check{background:#31553b;border-color:#31553b;color:#fff}.compare-label{font-size:12px;margin:21px 0 8px}.compare{display:flex;padding:4px;border-radius:6px;background:#edf1ee;gap:4px}.compare button{flex:1;border:0;background:transparent;border-radius:4px;color:#738276;font-size:12px;padding:6px}.compare button span{display:block;font-size:9px}.compare .current{background:#204532;color:#fff;box-shadow:0 2px 4px #203d2520}.reset{width:100%;display:flex;align-items:center;justify-content:center;gap:7px;border:0;background:none;color:#748276;font-size:11px;padding:15px 0 0}.reset:hover{color:#17392f}.footer-strip{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:19px 0;font-size:11px;color:#778b7d}.footer-strip>div{display:flex;align-items:center;gap:9px}.footer-strip strong{font-weight:400;color:#3d5b47;margin-left:8px}.footer-strip b{font-weight:400;margin:0 8px;color:#b7c4bc}footer{border-top:1px solid #e1e7e2;padding:20px 0;display:flex;justify-content:space-between;gap:18px;font-size:9px;letter-spacing:.8px;color:#89988d}footer b{font-weight:400;margin:0 6px}.fallback{height:100%;min-height:400px;display:grid;place-content:center;padding:30px;text-align:center;color:#244637}@media(min-width:1500px){.viewer{min-height:700px}}@media(max-width:1000px){header{padding:0 24px}.header-note,.step{display:none}main{padding:26px 24px 0}.workspace{grid-template-columns:minmax(0,1fr) 300px}aside{padding:22px 18px}.scene-top,.scene-bottom{left:15px;right:15px}.scene-bottom .selected-hint{display:none}.view-label{font-size:9px}.footer-strip{align-items:flex-start;flex-direction:column;gap:8px}footer{flex-wrap:wrap}}@media(max-width:700px){header{height:76px;padding:0 18px}.brand{font-size:19px}.brand-sub{font-size:8px}.brand-icon{width:36px;height:40px}.prototype{font-size:8px;padding:6px 8px}main{padding:23px 14px 0}.title-row{margin-bottom:19px}h1{font-size:25px}h1 span{display:block}.title-row p{font-size:12px}.workspace{grid-template-columns:1fr}.viewer{min-height:390px;height:52vh;max-height:520px}.scene-top{top:16px;font-size:9px}.scene-top small{font-size:10px}.view-label{font-size:8px;padding:5px}.scene-bottom{font-size:10px;bottom:14px}aside{border-left:0;border-top:1px solid #dce4df;padding:23px}.panel-head p{font-size:14px}.field-label span,select{font-size:16px}.selection-note{font-size:12px}.film-list{grid-template-columns:1fr 1fr}.film-option{padding:10px 8px;gap:8px;min-height:62px}.film-option strong{font-size:14px}.film-option small{font-size:11px}.film-option .check{width:16px;min-width:16px;height:16px}.swatch{width:24px;min-width:24px;height:34px}.compare-label{font-size:14px}.compare button{padding:9px;font-size:16px}.compare button span{font-size:12px}.reset{font-size:14px;padding-top:20px;min-height:44px}.footer-strip{font-size:11px;padding:16px 4px}.footer-strip strong{display:block;margin:2px 0 0}footer{font-size:9px;padding:15px 4px}footer>span:nth-child(2){width:100%;order:3;line-height:1.8}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}.film-filters{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:12px}.film-filters button{border:1px solid #d9e3dd;border-radius:5px;padding:7px 9px;background:#fff;color:#345344;font-size:12px;min-height:36px}.film-filters button[aria-pressed=true]{background:#204532;color:#fff;border-color:#204532}.film-list{max-height:275px;overflow-y:auto;scrollbar-width:thin;padding:2px}.film-option{min-width:0}.film-option .swatch,.film-option .check{flex-shrink:0}.film-option strong{font-size:12px;overflow-wrap:anywhere}.film-option small{font-size:12px}.product-card{margin-top:18px;padding:15px;border:1px solid #dce4df;border-radius:6px;background:#f8faf7}.product-card-heading{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:12px;color:#49624e}.product-card-heading>span{font-size:10px;letter-spacing:1px;background:#e8eddb;padding:3px 6px;border-radius:3px}.product-card h3{font-size:18px;line-height:1.4;margin:10px 0 3px}.product-code{font-size:12px;font-weight:600;color:#476249;overflow-wrap:anywhere}.product-card p{font-size:12px;line-height:1.7;color:#536859;margin-top:8px}.product-card .product-color{margin-top:3px}.product-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 6px;border-top:1px solid #dfe6dc;border-bottom:1px solid #dfe6dc;padding:12px 0;margin:12px 0}.product-metrics dt{font-size:11px;color:#5f7264}.product-metrics dd{margin:3px 0 0;font-size:17px;font-weight:600}.product-card .demo-note,.product-card .before-note{font-size:11px;color:#675b34}.product-card .before-note{padding:7px;background:#f2eddc;border-radius:4px}.product-card .recommended{font-size:11px}aside{max-height:860px;overflow-y:auto;scrollbar-width:thin}@media(min-width:701px){.workspace{height:860px}.viewer{min-height:0}.film-list{max-height:245px}}@media(max-width:700px){aside{max-height:none;overflow:visible}.film-list{grid-template-columns:1fr;max-height:275px}.film-option strong{font-size:14px}.film-option small{font-size:13px}.film-filters button{min-height:44px;font-size:14px}.product-card p,.product-card-heading,.product-code{font-size:14px}.product-metrics dt,.product-card .demo-note,.product-card .before-note,.product-card .recommended{font-size:12px}}.is-comparing .scene-top{display:none}.split-labels{position:absolute;top:16px;left:18px;right:18px;z-index:2;display:flex;justify-content:space-between;pointer-events:none}.split-labels>span{background:#ffffffd9;padding:6px 10px;border-radius:5px;font-size:12px;font-weight:600;letter-spacing:1px}.split-labels small{display:block;font-size:11px;font-weight:400;letter-spacing:0}.split-divider{position:absolute;top:0;bottom:0;width:44px;transform:translate(-50%);z-index:3;cursor:ew-resize;touch-action:none;-webkit-user-select:none;user-select:none}.split-divider:before{content:"";position:absolute;left:21px;top:0;bottom:0;width:2px;background:#fff;box-shadow:0 0 4px #17392f55}.split-handle{position:absolute;top:50%;left:0;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#fff;color:#204532;border:1px solid #c5d1c8;box-shadow:0 2px 9px #17392f25;display:flex;align-items:center;justify-content:center;gap:8px;font-size:23px}.split-handle>span{height:18px;border-left:1px solid #9bae9e}.viewer{overflow:hidden}.split-divider:focus-visible .split-handle{outline:3px solid #648e27;outline-offset:3px}@media(max-width:700px){.split-labels{top:10px;left:10px;right:10px}.split-labels>span{font-size:10px;padding:4px 7px}.split-labels small{font-size:10px}.split-divider{width:48px}.split-divider:before{left:23px}.split-handle{width:48px;height:48px}.compare button{font-size:14px}}.lighting-selector{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 12px}.lighting-selector button{display:flex;align-items:center;gap:9px;min-height:48px;padding:7px 16px;border:1px solid #d9e3dd;border-radius:6px;background:#fff;color:#345344;font-size:13px;text-align:left}.lighting-selector small{display:block;font-size:11px}.lighting-selector button[aria-pressed=true]{background:#204532;color:#fff;border-color:#204532}@media(max-width:700px){.lighting-selector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.lighting-selector button{justify-content:center;gap:4px;padding:6px 3px;font-size:11px;min-height:50px}.lighting-selector small{font-size:10px}.lighting-selector svg{width:14px;flex-shrink:0}}.app:has(.lighting-selector[data-lighting=night]) .scene-top,.app:has(.lighting-selector[data-lighting=night]) .scene-bottom{color:#d7e4ed}.app:has(.lighting-selector[data-lighting=night]) .scene-top small{color:#b8cad7}.app:has(.lighting-selector[data-lighting=night]) .view-label,.app:has(.lighting-selector[data-lighting=night]) .selected-hint{color:#204532;background:#ffffffe0}.view-controls{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 10px}.view-controls>div{display:flex;gap:5px}.view-controls button{min-height:46px;padding:6px 14px;border:1px solid #d9e3dd;border-radius:6px;background:#fff;color:#345344;font-size:13px;text-align:left}.view-controls small{display:block;font-size:11px}.view-controls button[aria-pressed=true]{background:#204532;color:#fff;border-color:#204532}@media(max-width:700px){.view-controls{gap:7px}.view-controls>div{flex:1}.view-controls button{flex:1;white-space:nowrap;font-size:11px;padding:6px 8px}.view-controls small{font-size:10px}}.viewer[data-view=interior] .scene-top>div,.viewer[data-view=interior] .scene-bottom>span{background:#ffffffed;color:#29483d;padding:6px 8px;border-radius:5px}.viewer[data-view=interior] .scene-top small{color:#526c61!important}.application-scope{display:flex;gap:6px;margin:0 0 6px}.application-scope button{flex:1;min-height:44px;border:1px solid #d9e3dd;border-radius:5px;background:#fff;color:#345344;font-size:14px;padding:7px}.application-scope button[aria-pressed=true]{background:#204532;color:#fff;border-color:#204532}.scope-hint{font-size:12px;line-height:1.6;margin:5px 0 10px;color:#526c61}.privacy-hint{font-size:12px;line-height:1.7;color:#526c61;margin:12px 0 0}.customer-categories{display:grid;grid-template-columns:1fr;gap:6px}.customer-categories button{min-height:44px;text-align:left}.catalog-swatch{background-repeat:no-repeat}.catalog-swatch:after{display:none}header{height:64px}main{max-width:1920px;padding:14px 3vw 0}.title-row{margin-bottom:14px}h1{font-size:28px;margin:3px 0}.title-row .eyebrow{font-size:10px}.title-row p{font-size:12px}.workspace{grid-template-columns:minmax(0,2.6fr) minmax(290px,1fr);height:calc(100dvh - 210px);min-height:490px;max-height:1000px}.viewer{display:flex;flex-direction:column;min-height:0;height:auto;max-height:none;overflow:hidden}.viewer-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px;padding:8px 12px;background:#ffffffed;border-bottom:1px solid #dce4df;z-index:4}.viewer-toolbar .view-controls,.viewer-toolbar .lighting-selector{margin:0;gap:5px}.viewer-toolbar button{min-height:44px;padding:5px 10px;font-size:12px}.viewer-toolbar small{font-size:9px}.viewer-toolbar .view-controls{gap:6px}.scene-stage{position:relative;flex:1;min-height:0;overflow:hidden}.scene-stage>div:has(canvas){position:absolute!important;inset:0}.scene-top{top:12px;left:16px;right:16px;font-size:9px}.scene-top small{font-size:10px}.scene-bottom{bottom:9px;left:16px;right:16px}.scene-top .view-label{font-size:9px;padding:5px 7px}.viewer-control-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;background:#fff;border-top:1px solid #dce4df;z-index:4;flex-shrink:0}.viewer-control-bar .compare{width:min(72%,440px)}.viewer-control-bar .compare button{min-height:44px;padding:4px 8px;font-size:13px}.viewer-control-bar .reset{width:auto;min-height:44px;padding:6px 8px;margin:0;font-size:12px}.viewer-control-bar .compare button span{font-size:10px}aside{max-height:none;min-height:0;padding:16px;overflow-y:auto;overscroll-behavior:contain}.panel-head{margin-bottom:12px}.panel-head h2{font-size:20px;margin:2px 0}.panel-head p,.panel-head .eyebrow{display:none}.selection-note{margin-bottom:12px}.scope-hint{margin:4px 0 7px}.film-list{max-height:none;overflow:visible}.film-filters button{min-height:44px}.customer-categories{gap:4px}.customer-categories button{font-size:12px}.footer-strip{padding:10px 0}footer{padding:10px 0}.swatch{min-width:33px}@media(max-width:1100px)and (min-width:701px){.viewer-toolbar .view-controls small,.viewer-toolbar .lighting-selector small{display:none}.viewer-toolbar .view-controls button,.viewer-toolbar .lighting-selector button{padding:5px 7px;font-size:11px}.scene-top>div{display:none}.viewer-control-bar .reset{max-width:90px}.viewer-control-bar .compare{width:calc(100% - 90px)}}@media(max-width:700px){header{height:56px;padding:0 14px}.brand{font-size:16px}.brand-icon{height:32px;width:32px}.brand-sub{font-size:7px}.header-note,.prototype{display:none}main{padding:10px 10px 0}.title-row{margin-bottom:10px}h1{font-size:21px}h1 span{display:inline}.title-row .eyebrow{font-size:8px}.title-row p{font-size:10px}.workspace{display:flex;flex-direction:column;height:auto;min-height:0;max-height:none;overflow:visible}.viewer{height:clamp(370px,58dvh,540px);min-height:370px;border-radius:10px 10px 0 0}.viewer-toolbar{padding:5px;gap:4px;align-items:flex-start}.viewer-toolbar .view-controls{flex:1;gap:4px}.viewer-toolbar .view-controls>div{flex:initial}.viewer-toolbar .view-controls button,.viewer-toolbar .lighting-selector button{padding:4px 6px;font-size:10px;min-height:44px}.viewer-toolbar .view-controls small,.viewer-toolbar .lighting-selector small{display:none}.viewer-toolbar .lighting-selector{display:flex;gap:3px}.viewer-toolbar .lighting-selector svg{width:12px}.scene-top>div{display:none}.scene-top{justify-content:flex-end;top:8px;right:10px}.scene-bottom{font-size:9px;left:10px;right:10px}.viewer-control-bar{gap:4px;padding:5px}.viewer-control-bar .compare{flex:1;width:auto}.viewer-control-bar .compare button{min-height:44px;padding:3px 6px;font-size:12px}.viewer-control-bar .compare button span{font-size:8px}.viewer-control-bar .reset{width:64px;font-size:0;gap:3px}.viewer-control-bar .reset:after{content:"Reset";font-size:11px}.viewer-control-bar .reset svg{width:13px}aside{overflow:visible;padding:14px;border-radius:0 0 10px 10px}.film-list{max-height:380px;overflow-y:auto;overscroll-behavior:contain}.customer-categories{grid-template-columns:1fr}.customer-categories button{font-size:13px}.footer-strip{font-size:10px}.product-card{overflow-wrap:anywhere}}.pattern-debug{margin:12px 0;padding:10px;background:#eef2e7;border:1px dashed #5c7053;font-size:11px;overflow-wrap:anywhere}.pattern-debug dl{display:grid;gap:3px}.pattern-debug dl>div{display:flex;justify-content:space-between;gap:8px}.pattern-debug dd{margin:0}.pattern-debug p{font-size:11px}.pattern-gallery{max-width:1300px}.pattern-gallery label{display:block;max-width:350px;margin:16px 0}.gallery-canvas{height:460px;border:1px solid #b2c1b4;margin:12px 0}.gallery-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}@media(max-width:700px){.gallery-metrics{grid-template-columns:1fr}.gallery-canvas{overflow:hidden}}@media(min-width:701px){aside .panel-head{margin-bottom:6px}aside .field-label{margin-bottom:5px}aside .scope-hint{font-size:10px;line-height:1.2;margin:3px 0 5px}aside select{padding:7px 8px}aside .selection-note{font-size:9px;margin:4px 0 9px}aside .film-filters{margin-bottom:8px}.customer-categories{grid-template-columns:1fr}.customer-categories button{padding:5px 8px}}.viewer-control-bar .compare{flex:1;min-width:180px;width:auto;max-width:440px}.inspect-controls{display:flex;gap:3px;align-items:center}.inspect-controls button{min-height:44px;min-width:44px;padding:5px 8px;background:#f4f7ef;border:1px solid #d5dfcf;border-radius:5px;color:#294b39;font-size:11px}.inspect-controls button[aria-pressed=true]{background:#204532;color:#fff}.window-film-hint{position:absolute;left:12px;bottom:45px;z-index:3;max-width:min(240px,calc(100% - 24px));display:flex;align-items:center;background:#fffffff2;color:#17392f;border:1px solid #d6e0d9;border-radius:7px;padding:9px 12px;box-shadow:0 3px 12px #163e3120;pointer-events:none;font-size:12px}.window-film-hint strong,.window-film-hint span{display:block}.window-film-hint span{font-size:11px;overflow-wrap:anywhere}.window-film-hint.touch-info{pointer-events:auto}.window-film-hint button{border:0;background:none;min-width:44px;min-height:44px;font-size:23px;color:inherit}.viewer-control-bar .reset{white-space:nowrap}@media(max-width:1100px){.viewer-control-bar{flex-wrap:wrap}.viewer-control-bar .compare{min-width:160px}.viewer-control-bar .inspect-controls{order:3;width:100%;justify-content:center}.viewer-control-bar .inspect-controls>button:first-child{flex:1}.viewer-control-bar .reset{max-width:none}}.glass-hotspot{width:44px;height:44px;border:1px solid #ffffffb0;border-radius:50%;background:#213b32e8;color:#fff;font:italic 600 18px Georgia,serif;box-shadow:0 2px 8px #0003;cursor:pointer;touch-action:manipulation}.glass-hotspot:hover,.glass-hotspot:focus-visible{background:#d9ef8c;color:#24362d;outline:2px solid #24362d}.product-detail-dialog{width:min(520px,calc(100vw - 28px));max-height:88dvh;padding:0;border:0;border-radius:20px;background:#fcfcf8;color:#253a31;box-shadow:0 18px 80px #0005;overflow:auto}.product-detail-dialog::backdrop{background:#10251a70}.product-detail-dialog article{padding:24px}.detail-heading{display:flex;justify-content:space-between;align-items:center;gap:16px}.detail-heading small{font-size:10px;letter-spacing:2px;color:#6b786c}.detail-heading h2{margin:6px 0}.detail-heading button{width:44px;height:44px;border:0;border-radius:50%;font-size:26px;background:#e8ede3;cursor:pointer}.product-detail-dialog h3{font-size:18px;margin:10px 0}.product-detail-dialog p{font-size:13px;line-height:1.8}.product-detail-dialog figure{margin:16px 0}.product-detail-dialog figure img,.installation-preview{width:100%;border-radius:10px;display:block}.product-detail-dialog figcaption{font-size:11px;color:#667568;margin-top:7px}.detail-specs{display:grid;grid-template-columns:1fr auto;font-size:13px;gap:10px;background:#eff2e9;padding:14px;border-radius:10px}.detail-specs dd{margin:0;font-weight:600}.detail-note{color:#657162;font-size:11px!important}.detail-inspect{min-height:44px;width:100%;border:0;border-radius:10px;background:#263e32;color:#fff;cursor:pointer;padding:10px}.detail-material-preview{display:flex;align-items:center;gap:16px;min-height:150px;background:linear-gradient(130deg,#dce7e7,#829488);border-radius:10px;padding:20px}.detail-material-preview .swatch{width:110px;height:110px;flex-shrink:0}.detail-material-preview span{font-size:12px}@media(max-width:600px){.product-detail-dialog{margin:auto 0 0;max-height:85dvh;width:100%;max-width:100%;border-radius:22px 22px 0 0}.product-detail-dialog article{padding:20px}.product-detail-dialog figure{margin:12px 0}}.glass-hotspot{position:relative;isolation:isolate;background:transparent;border-color:transparent;box-shadow:none;font-size:16px}.glass-hotspot:before{content:"";position:absolute;inset:8px;background:#213b32e8;border:1px solid #ffffffb0;border-radius:50%;z-index:-1;box-shadow:0 2px 6px #0003}.glass-hotspot:hover,.glass-hotspot:focus-visible{background:transparent;color:#fff}.glass-hotspot:focus-visible{outline:2px solid #6b8443}
