#nutritionFactsContainer [data-image-viewer]{cursor:zoom-in}
#nutritionFactsContainer [data-image-viewer]:focus-visible{outline:3px solid #3e634a;outline-offset:3px}
.cfl-product-image-viewer{box-sizing:border-box;position:fixed;inset:0;margin:auto;width:calc(100% - 32px);max-width:1000px;height:min(880px,92dvh);max-height:92dvh;padding:16px;border:1px solid #ebe4d9;border-radius:20px;background:#fffdf9;color:#24352d;font-family:Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.cfl-product-image-viewer[open]{display:flex;flex-direction:column;gap:16px}
.cfl-product-image-viewer::backdrop{background:rgb(25 35 29 / .65)}
.cfl-product-image-viewer header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:none}
.cfl-product-image-viewer h2{margin:0;font-size:1.125rem;line-height:1.4}
.cfl-product-image-viewer header>div{display:flex;gap:8px}
.cfl-product-image-viewer button{min-width:44px;min-height:44px;padding:8px 12px;border:1px solid #7b887d;border-radius:12px;background:transparent;color:#3e634a;font:inherit;cursor:pointer}
.cfl-product-image-viewer button:focus-visible{outline:3px solid #3e634a;outline-offset:2px}
.cfl-product-image-viewer [data-image-close]{font-size:1.5rem}
.cfl-image-stage{flex:1;min-height:0;overflow:auto;background:#fff;border-radius:12px;overscroll-behavior:contain}
.cfl-image-stage img{display:block;width:100%;height:100%;object-fit:contain}
.cfl-product-image-viewer.is-zoomed .cfl-image-stage img{width:200%;height:auto;max-width:none}
.cfl-product-image-viewer [role=status]{font-size:.875rem}
@media(max-width:767px){.cfl-product-image-viewer{padding:16px 16px calc(16px + env(safe-area-inset-bottom));width:100%;max-width:none;height:94dvh;max-height:94dvh;inset:auto 0 0;margin:0;border-radius:20px 20px 0 0}.cfl-product-image-viewer button{font-size:.875rem}}