:root{--primary: #2C3E50;--secondary: #34495E;--accent: #E67E22;--bg-color: #ffffff;--text-primary: #2C3E50;--text-secondary: #7F8C8D;--border-color: #ECF0F1;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow: 0 2px 4px rgba(0, 0, 0, .05);--radius: 8px;--max-width-mobile: 100vw;--max-width-tablet: 64rem;--max-width-desktop: 80rem}html{color-scheme:light only}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-color);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;overflow-y:scroll}#product-id-root.container{margin:0;max-width:var(--max-width-mobile);padding:0;width:100vw}@media(prefers-color-scheme:dark){html,body,*{color-scheme:light only!important}body{background:var(--bg-color)!important;color:var(--text-primary)!important}}.product-id-state{padding-bottom:.75rem}.product-id-fallback-page{margin:0 auto;max-width:860px;width:100%}.product-id-notice{background:var(--product-surface-soft);border:1px solid var(--product-border);border-radius:8px;box-shadow:var(--product-shadow-card);color:var(--text-primary);font-size:.98rem;line-height:1.5;margin:0;padding:.85rem .9rem}.product-id-notice strong{display:block;font-size:1rem;line-height:1.2;margin-bottom:.32rem}.product-id-status-panel{align-items:center;background:var(--product-surface-soft);border:1px solid var(--product-border);border-radius:8px;box-shadow:var(--product-shadow-card);color:var(--text-primary);display:grid;gap:1rem;grid-template-columns:minmax(0,1fr);margin:0;max-width:100%;overflow:hidden;padding:.9rem}.product-id-status-main{max-width:100%;min-width:0}.product-id-status-panel h2{font-size:clamp(1.25rem,5.6vw,1.75rem);letter-spacing:0;line-height:1.1;margin:0 0 .45rem}.product-id-status-panel p{color:var(--text-primary);font-size:.96rem;line-height:1.45;margin:0;max-width:44rem;overflow-wrap:anywhere}.product-id-status-details{display:grid;gap:.5rem;margin:.85rem 0 0;max-width:430px;min-width:0;width:100%}.product-id-status-details div{background:var(--product-surface);border:1px solid rgba(221,230,227,.9);border-radius:8px;display:grid;gap:.22rem;padding:.58rem .65rem}.product-id-status-details dt{color:var(--text-secondary);font-size:.72rem;font-weight:780;line-height:1;text-transform:uppercase}.product-id-status-details dd{color:var(--text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.82rem;font-weight:650;line-height:1.25;margin:0;overflow-wrap:anywhere}.product-id-status-visual{align-items:center;display:flex;justify-content:center;min-height:8.6rem;min-width:0;position:relative}.product-id-status-visual:before{background:var(--product-surface);border:1px solid rgba(44,62,80,.08);border-radius:8px;content:"";height:8rem;position:absolute;transform:rotate(-7deg);width:min(66vw,12.4rem)}.product-id-status-label-card{aspect-ratio:1.56;background:#fff;border:1px solid rgba(44,62,80,.12);border-radius:14px;box-shadow:0 16px 38px #2c3e5024,inset 0 0 0 1px #ffffffe6;max-width:198px;overflow:hidden;padding:1rem;position:relative;transform:rotate(3deg);width:min(58vw,100%)}.product-id-status-label-top,.product-id-status-label-lines,.product-id-status-label-code{position:relative;transform:translateY(.42rem);z-index:1}.product-id-status-label-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:.55rem}.product-id-status-label-top span:first-child{background:var(--primary);border-radius:999px;height:.65rem;width:42%}.product-id-status-label-lines{display:flex;flex-direction:column;gap:.32rem;margin-bottom:.65rem}.product-id-status-label-lines span{animation:product-id-status-line-pulse 1.8s ease-in-out infinite;background:#2c3e5029;border-radius:999px;height:.28rem}.product-id-status-label-lines span:nth-child(1){width:84%}.product-id-status-label-lines span:nth-child(2){animation-delay:.12s;width:54%}.product-id-status-label-lines span:nth-child(3){animation-delay:.24s;width:72%}.product-id-status-label-lines span:nth-child(4){animation-delay:.36s;width:46%}.product-id-status-label-code{display:grid;gap:.25rem;grid-template-columns:1.2fr .7fr 1fr .9fr 1.1fr}.product-id-status-label-code span{background:#e67e2257;border-radius:3px;height:.78rem}.product-id-status-label-code span:nth-child(2n){background:#2c3e502e}.product-id-status-label-chip{align-items:center;background:var(--text-primary);border-radius:999px;color:#fff;display:flex;font-size:.72rem;font-weight:760;height:1.62rem;justify-content:center;position:absolute;right:.85rem;top:.85rem;width:1.62rem;z-index:1}.product-id-status-label-scan{animation:product-id-status-label-scan 2.4s ease-in-out infinite;background:#e67e22e6;box-shadow:0 0 18px #e67e2275;height:3px;left:.85rem;position:absolute;right:.85rem;top:.85rem;z-index:2}@keyframes product-id-status-label-scan{0%,to{opacity:0;transform:translateY(0)}10%,88%{opacity:1}50%{transform:translateY(5.85rem)}}@keyframes product-id-status-line-pulse{0%,to{opacity:.42}50%{opacity:1}}@media(max-width:760px){.product-id-status-panel{grid-template-columns:1fr;padding:.85rem}.product-id-status-panel p{max-width:31ch}}@media(min-width:760px){.product-id-status-panel{gap:1.2rem;grid-template-columns:minmax(0,1fr) 220px;margin-left:auto;margin-right:auto;max-width:860px;padding:1rem}.product-id-status-main{grid-column:1;grid-row:1}.product-id-status-visual{grid-column:2;grid-row:1;min-height:9.2rem}}.product-image-loader{align-items:center;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute;transition:opacity .22s ease;z-index:1}.product-id-loader-label{aspect-ratio:1.55;background:linear-gradient(135deg,#2c3e5014,#e67e2214),#fff;border:1px solid rgba(44,62,80,.12);border-radius:10px;box-shadow:inset 0 0 0 1px #fffc,0 14px 34px #2c3e501a;max-width:250px;overflow:hidden;padding:1rem;position:relative;width:72%}.product-image-loader .product-id-loader-label{max-width:min(68%,230px);width:68%}.product-id-loader-header,.product-id-loader-lines,.product-id-loader-code{position:relative;z-index:1}.product-id-loader-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.85rem}.product-id-loader-header span:first-child{background:var(--primary);border-radius:999px;height:.65rem;width:38%}.product-id-loader-header span:last-child{border:1px solid rgba(44,62,80,.24);border-radius:999px;height:1.5rem;width:1.5rem}.product-id-loader-lines{display:flex;flex-direction:column;gap:.45rem;margin-bottom:.9rem}.product-id-loader-lines span{animation:product-id-loader-pulse 1.6s ease-in-out infinite;background:#2c3e502e;border-radius:999px;height:.35rem}.product-id-loader-lines span:nth-child(1){width:78%}.product-id-loader-lines span:nth-child(2){animation-delay:.15s;width:56%}.product-id-loader-lines span:nth-child(3){animation-delay:.3s;width:68%}.product-id-loader-code{display:grid;gap:.3rem;grid-template-columns:repeat(4,1fr)}.product-id-loader-code span{background:#e67e2259;border-radius:3px;height:1rem}.product-id-loader-code span:nth-child(2),.product-id-loader-code span:nth-child(4){background:#2c3e5033}.product-id-loader-scan{animation:product-id-loader-scan 1.8s ease-in-out infinite;background:linear-gradient(180deg,#e67e2200,#e67e22cc,#e67e2200);box-shadow:0 0 14px #e67e2280;height:2px;left:.7rem;position:absolute;right:.7rem;top:.66rem;z-index:2}@keyframes product-id-loader-scan{0%,to{transform:translateY(0);opacity:0}12%,88%{opacity:1}50%{transform:translateY(6.95rem)}}@keyframes product-id-loader-pulse{0%,to{opacity:.45}50%{opacity:1}}@media(prefers-reduced-motion:reduce){.product-id-loader-scan,.product-id-loader-lines span,.product-id-status-label-scan,.product-id-status-label-lines span,.product-skeleton-line,.product-skeleton-copy span,.product-skeleton-icons span,.product-id-spinner{animation:none}#product-id-root .product-image,#product-id-root .product-image-frame:before,#product-id-root .product-image-loader,#product-id-root .product-id-section-reveal,#product-id-root .product-certification-placeholder,#product-id-root .product-certification-slot img,#product-id-root .certification-squares.inline-icons-row img,#product-id-root.is-page-reveal>:not(.product-id-section-reveal){transition:none}#product-id-root .product-id-section-reveal{transform:none}#product-id-root .product-certification-placeholder{display:none}#product-id-root .product-certification-slot img{opacity:1}#product-id-root .product-certifications.inline-icons-row a:focus-visible img,#product-id-root .certification-squares.inline-icons-row a:focus-visible img,#product-id-root .product-certifications.inline-icons-row a:active img,#product-id-root .certification-squares.inline-icons-row a:active img{filter:none;transform:none}#product-id-root.is-page-reveal>:not(.product-id-section-reveal){transform:none}}.product-id-reference{align-items:center;background:var(--product-surface);border:1px solid rgba(221,230,227,.9);border-radius:999px;color:var(--text-primary);display:inline-flex;font-size:.82rem;font-weight:760;gap:.32rem;line-height:1;margin-top:.75rem;padding:.46rem .62rem}.product-id-inline{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.product-id-description{color:var(--text-secondary);font-size:1rem;line-height:1.5;text-align:left;width:100%}.product-id-detail-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.product-id-detail-row+.product-id-detail-row{margin-top:.1rem}.product-id-empty-map{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;color:var(--text-secondary);display:flex;justify-content:center;min-height:180px;text-align:center}#product-id-root{--product-surface: #ffffff;--product-surface-soft: #f7f9f8;--product-border: #dde6e3;--product-border-strong: #c6d4d0;--product-ink-muted: #5f6f70;--product-green: #2f7d68;--product-teal: #dff1ec;--product-amber: #f3b04d;--product-shadow-soft: 0 8px 24px rgba(44, 62, 80, .08);--product-shadow-card: 0 3px 12px rgba(44, 62, 80, .08)}#product-id-root.is-page-reveal>:not(.product-id-section-reveal){opacity:0;transform:translateY(5px);transition:opacity .3s ease,transform .34s cubic-bezier(.16,.84,.24,1)}#product-id-root.is-page-reveal.is-page-visible>:not(.product-id-section-reveal){opacity:1;transform:translateY(0)}#product-id-root .product-id-hero{background:#fff!important;border-bottom:1px solid var(--product-border);overflow:hidden;padding:.85rem .55rem 1rem}#product-id-root .product-info{margin-bottom:.75rem;padding:0}#product-id-root .product-section .product-title{font-size:clamp(1.5rem,7.2vw,2rem);font-weight:750;letter-spacing:0;line-height:1.05;margin:0;text-wrap:pretty}@media(max-width:719.98px){#product-id-root .product-section .product-title.is-long{font-size:clamp(1.375rem,6.2vw,2rem)}}#product-id-root .product-meta-chips{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.85rem}#product-id-root .product-meta-chip{align-items:center;background:var(--product-surface-soft);border:1px solid var(--product-border);border-radius:999px;color:var(--text-primary);display:inline-flex;font-size:.78rem;font-weight:700;gap:.35rem;line-height:1;max-width:100%;min-height:2rem;padding:.48rem .66rem}#product-id-root .product-meta-chip span{color:var(--product-ink-muted);font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}#product-id-root .product-image-container{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;max-width:100%;padding:0}#product-id-root .product-image-frame{align-items:center;aspect-ratio:3 / 4;background:#fff;display:flex;justify-content:center;margin:0 auto;max-width:min(100%,430px);overflow:hidden;position:relative;width:100%}#product-id-root .product-image-frame:before{background:linear-gradient(180deg,#f7f9f8b8,#fff6);content:"";inset:0;opacity:1;position:absolute;transition:opacity .58s ease}#product-id-root .product-image{background:transparent;border:0;border-radius:4px;box-shadow:none;display:block;height:100%;max-height:100%;max-width:100%;object-fit:contain;opacity:0;position:relative;transform:translateY(8px) scale(.975);transition:opacity .78s ease,transform .82s cubic-bezier(.16,.84,.24,1);width:100%;z-index:2}#product-id-root .product-image-frame.is-image-ready:before,#product-id-root .product-image-frame.is-image-ready .product-image-loader{opacity:0}#product-id-root .product-image-frame.is-image-ready .product-image{opacity:1;transform:translateY(0) scale(1)}#product-id-root .product-id-inline{align-items:stretch;gap:.85rem}#product-id-root .product-id-description{color:var(--text-primary);font-size:1.02rem;line-height:1.58}#product-id-root .product-verification-strip{align-items:center;background:#f7f9f885;border:1px solid rgba(221,230,227,.58);border-radius:8px;box-shadow:0 1px 7px #2c3e5009;container-type:inline-size;display:grid;gap:.5rem;justify-items:center;padding:.75rem}#product-id-root .product-verification-label{color:var(--product-ink-muted);font-size:.66rem;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase}#product-id-root .product-verification-link,#product-id-root .cert-link a{align-items:center;background:var(--product-surface-soft);border:1px solid var(--product-border);border-radius:999px;box-shadow:0 3px 10px #2c3e5014;color:var(--text-primary);display:inline-flex;font-size:.82rem;font-weight:800;gap:.4rem;justify-content:center;line-height:1;min-height:2.35rem;padding:.68rem .95rem;text-decoration:none;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}#product-id-root .product-link-icon{display:block;fill:none;flex:0 0 auto;height:1.05rem;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;width:1.05rem}#product-id-root .product-verification-link:hover,#product-id-root .cert-link a:hover{background:#fff;border-color:var(--product-border-strong);box-shadow:0 5px 14px #2c3e501f;transform:translateY(-1px)}#product-id-root .product-verification-link:focus-visible,#product-id-root .cert-link a:focus-visible{outline:2px solid var(--product-amber);outline-offset:2px}#product-id-root .product-certification-slot{display:inline-flex;outline:none;position:relative}#product-id-root .product-certification-placeholder{animation:product-id-skeleton-shimmer 1.35s ease-in-out infinite;background:linear-gradient(90deg,#dde6e3b8,#f7f9f8,#dde6e3b8);background-size:220% 100%;border-radius:8px;inset:0;position:absolute;transition:opacity .28s ease}#product-id-root .product-certification-slot img{opacity:0;transform-origin:center;transition:opacity .32s ease,filter .22s ease,transform .22s ease}#product-id-root .product-certification-slot.is-logo-ready .product-certification-placeholder{opacity:0}#product-id-root .product-certification-slot.is-logo-ready img{opacity:1}#product-id-root .product-certifications.inline-icons-row a,#product-id-root .certification-squares.inline-icons-row a{align-items:center;border-radius:8px;display:flex;justify-content:center;outline:none;text-decoration:none}#product-id-root .certification-squares.inline-icons-row img{transform-origin:center;transition:filter .22s ease,transform .22s ease}#product-id-root .certification-squares.inline-icons-row{box-sizing:content-box;height:64px;padding:.32rem 0}@media(hover:hover)and (pointer:fine){#product-id-root .product-certifications.inline-icons-row a:hover img,#product-id-root .certification-squares.inline-icons-row a:hover img{filter:drop-shadow(0 8px 12px rgba(44,62,80,.14));transform:scale(1.07)}}#product-id-root .product-certifications.inline-icons-row a:focus-visible,#product-id-root .certification-squares.inline-icons-row a:focus-visible{outline:2px solid var(--product-amber);outline-offset:4px}#product-id-root .product-certifications.inline-icons-row a:focus-visible img,#product-id-root .certification-squares.inline-icons-row a:focus-visible img{filter:drop-shadow(0 8px 12px rgba(44,62,80,.14));transform:scale(1.07)}#product-id-root .product-certifications.inline-icons-row a:active img,#product-id-root .certification-squares.inline-icons-row a:active img{transform:scale(.98)}#product-id-root .inline-icons-row{align-items:center;display:flex;flex-wrap:nowrap;gap:.7rem;height:64px;justify-content:center;max-width:100%;overflow-x:auto}#product-id-root .inline-icons-row img{flex:0 0 auto;height:64px;max-height:64px;max-width:106px;object-fit:contain;width:auto}#product-id-root .cert-link{margin:.5rem 0 .25rem;text-align:center}#product-id-root .product-id-section{background:var(--product-surface)!important;border:0;border-bottom:1px solid var(--product-border);box-shadow:none;cursor:default;margin:0;padding:0;position:relative;-webkit-tap-highlight-color:transparent}#product-id-root .product-id-section-reveal{opacity:0;transform:translateY(5px);transition:opacity .28s ease,transform .32s cubic-bezier(.16,.84,.24,1)}#product-id-root .product-id-section-reveal.is-visible{opacity:1;transform:translateY(0)}#product-id-root .product-id-section-skeleton .section-header{cursor:wait;opacity:1}#product-id-root .product-id-section-skeleton .toggle-icon{display:none}#product-id-root .section-header{-webkit-appearance:none;align-items:center;appearance:none;background:var(--product-surface);border:0;border-radius:0;box-shadow:none;box-sizing:border-box;color:var(--text-primary);cursor:pointer;display:flex;font-family:inherit;font-size:1.12rem;font-weight:720;height:64px;justify-content:space-between;line-height:1.1;margin:0;padding:0 1rem;position:relative;text-align:left;user-select:none;width:100%}#product-id-root .section-header:focus{outline:none}#product-id-root .section-header:focus-visible{box-shadow:inset 0 0 0 2px var(--product-amber)}#product-id-root .product-id-section.is-open .section-header{background:var(--product-surface-soft)}#product-id-root .section-title-wrap{align-items:center;display:flex;gap:.78rem;min-width:0}#product-id-root .product-skeleton-line,#product-id-root .product-skeleton-copy span,#product-id-root .product-skeleton-icons span{animation:product-id-skeleton-shimmer 1.35s ease-in-out infinite;background:linear-gradient(90deg,#dde6e3b3,#f7f9f8,#dde6e3b3);background-size:220% 100%;border-radius:999px;display:block}#product-id-root .product-skeleton-title{height:clamp(2rem,7.2vw,2.35rem);max-width:28rem;width:72%}#product-id-root .product-skeleton-chip{animation:product-id-skeleton-shimmer 1.35s ease-in-out infinite;background:linear-gradient(90deg,#dde6e3b3,#f7f9f8,#dde6e3b3);background-size:220% 100%;border-radius:999px;height:2rem;width:5.25rem}#product-id-root .product-skeleton-copy{display:grid;gap:.48rem;width:100%}#product-id-root .product-skeleton-copy span{height:.72rem}#product-id-root .product-skeleton-copy span:nth-child(1){width:96%}#product-id-root .product-skeleton-copy span:nth-child(2){width:84%}#product-id-root .product-skeleton-copy span:nth-child(3){width:62%}#product-id-root .product-skeleton-strip{justify-items:start}#product-id-root .product-skeleton-icons{align-items:center;display:flex;gap:.7rem;justify-content:flex-start;min-width:0}#product-id-root .product-skeleton-icons span{border-radius:8px;height:3rem;width:3.8rem}#product-id-root .product-skeleton-section-title{height:1rem;width:min(34vw,11rem)}#product-id-root .section-header-icon{align-items:center;color:var(--product-green);display:inline-flex;flex:0 0 auto;height:2.45rem;justify-content:center;width:2.45rem}#product-id-root .section-header-icon svg{display:block;fill:none;height:2.08rem;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;width:2.08rem}#product-id-root .toggle-icon{color:var(--product-ink-muted);display:block;flex:0 0 auto;height:1.1rem;overflow:hidden;pointer-events:none;position:absolute;right:1rem;top:50%;transform:translateY(-50%);transform-origin:center;transition:transform .3s cubic-bezier(.4,0,.2,1);width:1.1rem}#product-id-root .section-content{max-height:0;opacity:0;overflow:hidden;transition:max-height .38s cubic-bezier(.4,0,.2,1),opacity .22s ease-out}#product-id-root .product-id-section.is-open .section-content{opacity:1}#product-id-root .product-id-section.is-open .section-header .toggle-icon{transform:translateY(-50%) rotate(180deg)}#product-id-root .section-content-inner{padding:.85rem .75rem 1.05rem}#product-id-root .product-id-state .section-content-inner{padding:.75rem}#product-id-root .materials-scroll,#product-id-root .desc-care-scroll{display:flex;gap:.75rem;margin:0;max-width:none;overflow-x:auto;padding:.1rem .25rem .85rem;scroll-padding:.25rem;scroll-snap-type:x mandatory;scrollbar-width:none}#product-id-root .materials-scroll::-webkit-scrollbar,#product-id-root .desc-care-scroll::-webkit-scrollbar{display:none}#product-id-root .material-card,#product-id-root .desc-care-card{background:var(--product-surface-soft);border:1px solid var(--product-border);border-radius:8px;box-shadow:var(--product-shadow-card);flex:0 0 min(86vw,340px);max-width:none;min-width:0;padding:.95rem;scroll-snap-align:center;width:100%}#product-id-root .desc-title{font-size:1rem;font-weight:780;line-height:1.25;margin-bottom:.35rem}#product-id-root .desc-text{color:var(--text-primary);font-size:.98rem;line-height:1.58}#product-id-root .product-id-detail-row{border-bottom:1px solid rgba(198,212,208,.7);padding:.48rem 0}#product-id-root .product-id-detail-row:last-child{border-bottom:0}#product-id-root .detail-value{color:var(--text-primary);font-weight:400}#product-id-root .product-id-guidance-card{background:var(--product-surface-soft);border:1px solid var(--product-border);border-radius:8px;box-shadow:var(--product-shadow-card);padding:.95rem}#product-id-root .product-id-guidance-lead{color:var(--text-primary);font-size:.98rem;line-height:1.5;margin:0 0 .75rem}#product-id-root .product-id-guidance-lead.is-after{margin:.75rem 0 0}#product-id-root .product-id-guidance-lead.is-full{margin:0}#product-id-root .product-id-guidance-list{display:grid;gap:.55rem}#product-id-root .product-id-guidance-row{align-items:flex-start;background:#ffffff8f;border:1px solid rgba(198,212,208,.58);border-radius:8px;display:grid;gap:.58rem;grid-template-columns:auto minmax(0,1fr);padding:.66rem .68rem}#product-id-root .product-id-guidance-list.is-standalone{gap:.62rem}#product-id-root .product-id-guidance-list.is-standalone .product-id-guidance-row{background:var(--product-surface-soft);border-color:var(--product-border);box-shadow:var(--product-shadow-card);padding:.78rem .82rem}#product-id-root .product-id-guidance-icon{align-items:center;background:#2f7d6814;border-radius:50%;color:var(--brand-green);display:inline-flex;height:2.55rem;justify-content:center;width:2.55rem}#product-id-root .product-id-guidance-icon svg{height:1.86rem;stroke-linecap:round;stroke-linejoin:round;width:1.86rem}#product-id-root .product-id-guidance-icon .guidance-stroke{fill:none;stroke:currentColor;stroke-width:1.65}#product-id-root .product-id-guidance-icon .guidance-fill{fill:currentColor;stroke:none}#product-id-root .product-id-guidance-copy{display:grid;gap:.14rem}#product-id-root .product-id-guidance-title{color:var(--text-primary);font-size:.96rem;font-weight:780;line-height:1.22}#product-id-root .product-id-guidance-text{color:var(--text-primary);font-size:.9rem;line-height:1.42}#product-id-root .supply-chain-layout{display:grid;gap:.85rem}#product-id-root .supply-chain-timeline{display:grid;gap:.65rem;position:relative}#product-id-root .supply-chain-timeline-step{align-items:center;background:var(--product-surface-soft);border:1px solid var(--product-border);border-radius:8px;box-shadow:var(--product-shadow-card);display:grid;gap:.75rem;grid-template-columns:auto minmax(0,1fr);min-height:74px;padding:.75rem;position:relative}#product-id-root .supply-chain-marker{align-items:center;background:transparent;border:0;display:flex;height:2.6rem;justify-content:center;position:relative;width:2.6rem}#product-id-root .supply-chain-marker img{height:2.5rem;object-fit:contain;width:auto}#product-id-root .supply-chain-marker.is-icon-missing{background:var(--product-surface);border:1px solid var(--product-border);border-radius:50%}#product-id-root .supply-chain-marker.is-icon-missing:after{background:var(--product-green);border-radius:50%;content:"";height:.55rem;opacity:.72;width:.55rem}#product-id-root .supply-chain-step-copy{display:grid;gap:.22rem;min-width:0}#product-id-root .supply-chain-step-copy .detail-label{align-items:center;color:var(--text-primary);display:flex;flex-wrap:wrap;font-size:.94rem;font-weight:780;gap:.35rem;line-height:1.18}#product-id-root .supply-chain-material-chip{align-items:center;background:var(--product-surface);border:1px solid var(--product-border);border-radius:999px;color:var(--product-ink-muted);display:inline-flex;font-size:.68rem;font-weight:800;letter-spacing:.01em;line-height:1;min-height:1.35rem;padding:.28rem .46rem;white-space:nowrap}#product-id-root .supply-chain-step-copy .detail-value{color:var(--product-ink-muted);font-size:.9rem;line-height:1.35;text-align:left}#product-id-root .map-container{border:1px solid var(--product-border);border-radius:8px;box-shadow:var(--product-shadow-card);cursor:pointer;height:260px;margin:0;overflow:hidden;position:relative}#product-id-root .map-overlay{border:0;border-radius:8px;inset:0;pointer-events:none;position:absolute;transition:opacity .2s ease;z-index:1000}#product-id-root .map-overlay.hidden{opacity:0;pointer-events:none}#product-id-root .map-overlay:after{background:#2c3e50d1;border-radius:999px;color:#fff;content:"Tap to interact";font-size:.7rem;font-weight:700;left:8px;padding:.28rem .55rem;pointer-events:none;position:absolute;top:8px}@media(max-width:599px){#product-id-root .map-overlay:after{left:2px;top:2px}}@media(min-width:600px){#product-id-root .map-overlay:after{font-size:.76rem;padding:.33rem .64rem}}#product-id-root .supply-chain-note{color:var(--product-ink-muted);font-size:.76rem;line-height:1.35;margin-top:.55rem;text-align:center}#product-id-root .product-id-metric-grid{display:grid;gap:.48rem;grid-template-columns:repeat(2,minmax(0,1fr))}#product-id-root .product-id-metric-grid.is-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}#product-id-root .product-id-metric-note{color:var(--product-ink-muted);font-size:.82rem;font-weight:650;line-height:1.35;margin:0 0 .5rem;text-align:center}#product-id-root .product-id-metric-card{align-items:center;background:var(--product-surface-soft);border:1px solid var(--product-border);border-radius:8px;box-shadow:var(--product-shadow-card);display:grid;gap:.42rem;grid-template-rows:auto auto;justify-items:center;align-content:end;min-height:126px;padding:.58rem .5rem 1.2rem;text-align:center}#product-id-root .product-id-metric-icon{align-items:center;display:inline-flex;height:2.78rem;justify-content:center;width:2.78rem}#product-id-root .product-id-metric-icon svg{display:block;fill:none;height:2.78rem;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.12;width:2.78rem}#product-id-root .product-id-metric-icon.is-carbon{color:#2f7d68}#product-id-root .product-id-metric-icon.is-carbon svg{transform:scale(1.01) translateY(.02rem)}#product-id-root .product-id-metric-icon.is-water{color:#4f8292}#product-id-root .product-id-metric-icon.is-water svg{transform:scale(.93)}#product-id-root .product-id-metric-icon.is-energy{color:#d79a37}#product-id-root .product-id-metric-icon.is-energy svg{transform:scale(1.02) rotate(5deg)}#product-id-root .product-id-metric-icon.is-bottles{color:#3e8a62}#product-id-root .product-id-metric-icon.is-bottles svg{transform:scale(1.04)}#product-id-root .product-id-metric-copy{min-width:0}#product-id-root .product-id-metric-value{color:var(--text-primary);font-size:1rem;font-weight:780;line-height:1.12}#product-id-root .product-id-metric-detail{color:var(--product-ink-muted);font-size:.72rem;font-weight:560;line-height:1.18;margin-top:.16rem}#product-id-root .product-id-pending-card{align-items:center;background:var(--product-surface-soft);border:1px solid var(--product-border);border-radius:8px;box-shadow:var(--product-shadow-card);color:var(--text-primary);display:flex;gap:.7rem;line-height:1.45;padding:.85rem .9rem}#product-id-root .product-id-pending-card.is-error{color:var(--product-ink-muted)}#product-id-root .product-id-spinner{animation:product-id-spinner .8s linear infinite;border:2px solid rgba(47,125,104,.16);border-top-color:var(--product-green);border-radius:50%;display:inline-block;flex:0 0 auto;height:1.05rem;width:1.05rem}@keyframes product-id-skeleton-shimmer{0%{background-position:180% 0}to{background-position:-40% 0}}@keyframes product-id-spinner{to{transform:rotate(360deg)}}@media(min-width:600px){#product-id-root .product-id-metric-grid{gap:.62rem;grid-template-columns:repeat(auto-fit,minmax(132px,1fr))}#product-id-root .product-id-metric-card{min-height:132px;padding:.64rem .58rem 1.24rem}}@media(min-width:768px){#product-id-root.container{margin:0 auto;max-width:var(--max-width-tablet);padding:1rem;width:100%}#product-id-root .product-id-hero{border:1px solid var(--product-border);border-radius:8px;box-shadow:var(--product-shadow-soft);padding:1.5rem}#product-id-root .product-info,#product-id-root .product-image-container{padding:0}#product-id-root .product-image-frame{aspect-ratio:1}#product-id-root .product-id-section{border:1px solid var(--product-border);border-radius:8px;margin-top:.75rem;overflow:hidden}#product-id-root .section-header{height:64px;padding:0 1.25rem}#product-id-root .section-content-inner{padding:1rem 1.25rem 1.25rem}#product-id-root .materials-scroll,#product-id-root .desc-care-scroll{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;padding:0;scroll-snap-type:none}#product-id-root .material-card,#product-id-root .desc-care-card{flex:initial;scroll-snap-align:none}#product-id-root .product-id-guidance-list{grid-template-columns:repeat(2,minmax(0,1fr))}#product-id-root .product-id-guidance-list.is-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}#product-id-root .product-verification-strip .inline-icons-row{flex-wrap:wrap;height:auto;min-height:64px;overflow:visible;row-gap:.45rem}}@media(min-width:900px){#product-id-root.container{max-width:var(--max-width-desktop)}#product-id-root .product-id-hero{display:grid;gap:1.5rem clamp(1rem,2.8vw,2.25rem);grid-template-columns:minmax(280px,.68fr) minmax(0,1.32fr);grid-template-rows:auto 1fr}#product-id-root .product-info{grid-column:2;grid-row:1;margin:0;place-self:start}#product-id-root .product-image-container{display:contents}#product-id-root .product-image-frame{grid-column:1;grid-row:1 / span 2;margin:0!important;max-width:360px;width:100%}#product-id-root .product-image{margin:0!important}#product-id-root .product-id-inline{align-self:start;grid-column:2;grid-row:2;margin-top:1.75rem;max-width:100%;padding-right:clamp(1.25rem,3vw,2.75rem)}#product-id-root .product-id-description{font-size:1.05rem}#product-id-root .product-verification-strip{align-items:center;grid-template-columns:minmax(0,1fr) auto;justify-items:start;padding:.8rem .9rem}#product-id-root .product-verification-label{grid-column:1 / -1}#product-id-root .product-verification-strip .inline-icons-row{flex-wrap:nowrap;justify-content:flex-start;margin:0}@container (max-width: 600px){#product-id-root .product-verification-strip{grid-template-columns:1fr}#product-id-root .product-verification-link{grid-column:1;justify-self:start}}#product-id-root .materials-scroll,#product-id-root .desc-care-scroll{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}#product-id-root .supply-chain-layout{align-items:stretch;grid-template-columns:minmax(310px,.9fr) minmax(0,1.1fr)}#product-id-root .map-container{height:100%;min-height:350px}#product-id-root .product-id-metric-grid{gap:.7rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}#product-id-root .product-id-metric-note{font-size:.88rem;margin-bottom:.62rem}#product-id-root .product-id-metric-card{min-height:144px;padding:.74rem .68rem 1.32rem}#product-id-root .product-id-metric-icon,#product-id-root .product-id-metric-icon svg{height:3rem;width:3rem}#product-id-root .product-id-metric-value{font-size:1.06rem}}
