main .product .product-editorial-actions {display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin-top:18px;padding:14px;border-left:3px solid #c75535;background:#f7f7f7;}
main > .product.product-layout .product-editorial-actions .product-field-notes-link,main .product .product-editorial-actions .room-preview-open {display:inline-flex;align-items:center;justify-content:flex-start;gap:9px;box-sizing:border-box;max-width:100%;min-height:44px;margin:0;padding:10px;border:0;border-radius:0;background:transparent;box-shadow:none;color:#15456b;font:inherit;font-size:15px;font-weight:500;line-height:1.5;text-align:left;text-decoration:none;cursor:pointer;}
main > .product.product-layout .product-editorial-actions .product-field-notes-link:hover,main .product .product-editorial-actions .room-preview-open:hover {background:#dfeaf0;color:#15456b;text-decoration:none;}
main > .product.product-layout .product-editorial-actions .product-field-notes-link:focus-visible,main .product .product-editorial-actions .room-preview-open:focus-visible {outline:3px solid #c75535;outline-offset:3px;text-decoration:none;}
main > .product.product-layout .product-editorial-actions .product-field-notes-link.product-share {border-color:transparent;background:transparent;}
main > .product.product-layout .product-editorial-actions .product-field-notes-link.product-share:hover {background:#dfeaf0;}
@media (max-width:640px) {main .product .product-editorial-actions {flex-direction:column;align-items:stretch;gap:2px;padding:8px 10px;}main > .product.product-layout .product-editorial-actions .product-field-notes-link.product-share {margin-left:0;}}
main .product .product-editorial-actions .room-preview-open[hidden] {display:none;}
.room-preview-dialog {box-sizing:border-box;width:min(1100px,calc(100% - 32px));max-width:1100px;max-height:92dvh;margin:auto;padding:0;border:0;background:#fff;color:#394352;overflow:auto;box-shadow:0 18px 80px #0005;}
.room-preview-dialog::backdrop {background:rgba(12,24,36,.78);}
.room-preview-header {display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:18px 24px;}
.room-preview-header h2 {margin:0;font-size:22px;font-weight:400;color:#15456b;}
.room-preview-header p {margin:5px 0 0;font-size:13px;line-height:1.4;}
.room-preview-close {flex:0 0 44px;width:44px;height:44px;padding:0;border:0;background:#f2f4f5;color:#15456b;font-size:30px;cursor:pointer;}
.room-preview-stage {background:#f0eeeb;}
.room-preview-stage canvas {display:block;width:100%;height:auto;max-height:57dvh;object-fit:contain;}
.room-preview-controls {display:flex;align-items:flex-end;flex-wrap:wrap;gap:14px;padding:18px 24px 8px;}
.room-preview-controls label {flex:1 1 160px;color:#394352;font-size:13px;}
.room-preview-controls select {display:block;box-sizing:border-box;width:100%;height:42px;margin-top:5px;padding:8px;border:1px solid #cbd2d8;border-radius:0;background:#fff;color:#15456b;font:inherit;}
.room-preview-controls button {min-height:42px;padding:10px 20px;background:#15456b;border:0;color:#fff;font:inherit;cursor:pointer;}
.room-preview-controls button:disabled {opacity:.5;cursor:default;}
.room-preview-dimensions {margin:8px 24px;color:#15456b;font-size:14px;}
.room-preview-disclaimer {margin:8px 24px 14px;color:#68727d;font-size:12px;line-height:1.5;}
.room-preview-dialog :focus-visible {outline:2px solid #c75535;outline-offset:3px;}
.room-preview-dialog [hidden] {display:none!important;}
@media(max-width:640px){.room-preview-dialog{width:calc(100% - 16px);max-height:94dvh;}.room-preview-header{padding:14px;}.room-preview-header h2{font-size:20px;}.room-preview-controls{padding:14px;gap:10px;}.room-preview-controls label{flex-basis:calc(50% - 10px);}.room-preview-controls select{font-size:16px;}.room-preview-controls button{width:100%;}.room-preview-dimensions,.room-preview-disclaimer{margin-left:14px;margin-right:14px;}}

.room-preview-lock {display:flex;align-items:center;gap:8px;margin:10px 24px;font-size:13px;color:#394352;}
.room-preview-lock input {width:17px;height:17px;margin:0;accent-color:#15456b;}
@media(max-width:640px){.room-preview-lock{margin-left:14px;margin-right:14px;}}

.room-preview-stage {position:relative;}
.room-preview-nav {position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:44px;height:52px;padding:0;border:1px solid #d5d9dd;border-radius:3px;background:rgba(255,255,255,.94);color:#15456b;font-size:34px;line-height:1;cursor:pointer;box-shadow:0 2px 8px #0001;}
.room-preview-prev {left:12px;}
.room-preview-next {right:12px;}
.room-preview-nav:hover {background:#fff;color:#c75535;}
@media(max-width:640px){.room-preview-prev{left:6px;}.room-preview-next{right:6px;}.room-preview-nav{height:44px;}}
