.product-certifications.product-certifications--tabbed{display:flow-root}.product-certifications{padding-top:var(--section-py);padding-bottom:var(--section-py)}.product-certifications__heading{margin-bottom:32px;text-align:center}.product-certifications__tabs{display:flex;justify-content:center;gap:8px;margin-bottom:32px;border-bottom:2px solid rgb(var(--color-foreground) / .1)}.cert-tab{padding:12px 24px;background:transparent;border:none;border-bottom:2px solid transparent;font-size:16px;font-weight:500;color:rgb(var(--color-foreground) / .6);cursor:pointer;transition:all .3s ease;margin-bottom:-2px}.cert-tab:hover{color:rgb(var(--color-foreground))}.cert-tab--active{color:rgb(var(--color-foreground));border-bottom-color:rgb(var(--color-foreground))}.cert-tab-content{display:none}.cert-tab-content--active{display:block}@media(min-width:990px){.product-certifications--side-by-side .page-width{display:grid;grid-template-columns:1fr 1.5fr;gap:48px;align-items:start}.product-certifications--side-by-side .product-certifications__heading{grid-column:1 / -1}.product-certifications--side-by-side .product-certifications__badges{margin-bottom:0}}.cert-tab-content{display:none;animation:fadeIn .3s ease}.cert-tab-content.is-active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-certifications--layout-tabbed .product-certifications__badges,.product-certifications--layout-tabbed .product-certifications__documents{margin-top:32px}.product-certifications__subsection-heading{font-size:var(--product-card-title-size);font-weight:700;margin-bottom:24px;text-align:center}.product-certifications__badges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:24px;list-style:none;padding:0}@media(min-width:750px){.product-certifications__badges-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:32px}}@media(min-width:990px){.product-certifications--badges-grid .product-certifications__badges-grid{grid-template-columns:repeat(6,1fr)}}.product-certifications--badges-inline .product-certifications__badges-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.product-certifications--badges-inline .product-certifications__badge{flex:0 0 auto;min-width:100px}.product-certifications--badges-compact .product-certifications__badges-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:16px}@media(min-width:750px){.product-certifications--badges-compact .product-certifications__badges-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.product-certifications__badge{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px;border-radius:8px;background-color:rgb(var(--color-foreground) / .04);transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.product-certifications__badge:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.product-certifications__badge-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;width:100%}.product-certifications--badge-small .product-certifications__badge{padding:12px}.product-certifications--badge-large .product-certifications__badge{padding:24px}.product-certifications__badge-image{width:80px;height:80px;object-fit:contain;margin-bottom:12px}@media(min-width:750px){.product-certifications__badge-image{width:100px;height:100px}}.product-certifications--badge-small .product-certifications__badge-image{width:60px;height:60px}.product-certifications--badge-large .product-certifications__badge-image{width:120px;height:120px}@media(min-width:750px){.product-certifications--badge-large .product-certifications__badge-image{width:140px;height:140px}}.product-certifications__badge-placeholder{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background-color:rgb(var(--color-foreground) / .08);border-radius:50%;margin-bottom:12px}.product-certifications__badge-placeholder svg{width:40px;height:40px;color:rgb(var(--color-foreground) / .5)}.product-certifications--badge-small .product-certifications__badge-placeholder{width:60px;height:60px}.product-certifications--badge-small .product-certifications__badge-placeholder svg{width:30px;height:30px}.product-certifications--badge-large .product-certifications__badge-placeholder{width:120px;height:120px}@media(min-width:750px){.product-certifications--badge-large .product-certifications__badge-placeholder{width:140px;height:140px}}.product-certifications--badge-large .product-certifications__badge-placeholder svg{width:60px;height:60px}.product-certifications__badge-name{font-size:14px;font-weight:600;color:var(--color-foreground, rgb(var(--eno-heading)));line-height:1.4}.product-certifications__badge-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-8px);background-color:var(--color-foreground, rgb(var(--eno-heading)));color:var(--color-background, #fff);padding:10px 14px;border-radius:6px;font-size:13px;line-height:1.5;white-space:normal;max-width:280px;min-width:180px;text-align:center;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;pointer-events:none;z-index:10;box-shadow:0 4px 12px #00000026}@media(min-width:750px){.product-certifications__badge-tooltip{max-width:320px;font-size:14px}}.product-certifications__badge-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--color-foreground, rgb(var(--eno-heading)))}.product-certifications__badge-tooltip.is-visible{opacity:1;visibility:visible}.product-certifications__compliance{margin-top:12px;margin-bottom:20px;padding:10px 16px;background:rgb(var(--eno-band-bg));border:1px solid rgb(var(--eno-heading) / .14);border-radius:6px;max-width:800px;color:rgb(var(--eno-muted))}.product-certifications__compliance-inner{display:flex;gap:12px;align-items:flex-start}.product-certifications__compliance-icon{flex:0 0 20px;line-height:1;color:rgb(var(--eno-muted));margin-top:2px}.product-certifications__compliance-icon svg{width:20px;height:20px;display:block}.product-certifications__compliance-content{flex:1 1 auto}@media(max-width:540px){.product-certifications__compliance-inner{gap:10px}.product-certifications__compliance{padding:10px}}.product-certifications--layout-side-by-side .product-certifications__compliance{max-width:100%;margin-bottom:40px}.product-certifications__compliance--center{margin-left:auto;margin-right:auto;text-align:center;border-left:none;border-top:none}.product-certifications__compliance p{margin:0;font-size:14px;line-height:1.7;color:rgb(var(--color-foreground) / .8)}.product-certifications__compliance p+p{margin-top:12px}.product-certifications__documents{margin-top:48px}.product-certifications__documents-cards{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:750px){.product-certifications__documents-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.product-certifications__documents-cards{grid-template-columns:repeat(3,1fr)}}.product-certifications--cards-2col .product-certifications__documents-cards{grid-template-columns:1fr}@media(min-width:750px){.product-certifications--cards-2col .product-certifications__documents-cards{grid-template-columns:repeat(2,1fr)}}.product-certifications--cards-4col .product-certifications__documents-cards{grid-template-columns:1fr}@media(min-width:750px){.product-certifications--cards-4col .product-certifications__documents-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.product-certifications--cards-4col .product-certifications__documents-cards{grid-template-columns:repeat(4,1fr)}}.product-certifications__document-card{display:flex;flex-direction:column;padding:24px;border:1px solid rgb(var(--color-foreground) / .1);border-radius:30px;background-color:rgb(var(--color-foreground) / .02);transition:all .2s ease;text-decoration:none;color:inherit}.product-certifications__document-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:rgb(var(--color-foreground) / .2)}.product-certifications__document-card-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.product-certifications__document-card-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:rgb(var(--color-foreground) / .08);border-radius:6px}.product-certifications__document-card-icon svg{width:24px;height:24px;color:rgb(var(--color-foreground) / .6)}.product-certifications__document-card-title{flex:1;font-size:16px;font-weight:700;color:rgb(var(--color-foreground));line-height:1.4;margin-bottom:4px}.product-certifications__document-card-description{font-size:14px;color:rgb(var(--color-foreground) / .7);line-height:1.5;margin-bottom:16px;flex:1}.product-certifications__documents-table{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;border:1px solid rgb(var(--color-foreground) / .08);background-color:rgb(var(--color-background))}.certifications-table{width:100%;border-collapse:collapse;font-size:14px}.certifications-table thead{background-color:rgb(var(--color-foreground) / .03);border-bottom:1px solid rgb(var(--color-foreground) / .08)}.certifications-table th{padding:12px 16px;text-align:left;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:rgb(var(--color-foreground) / .5);white-space:nowrap}.certifications-table th:last-child{width:48px;padding-right:12px}.certifications-table tbody tr{border-bottom:1px solid rgb(var(--color-foreground) / .06);transition:background-color .15s ease}.certifications-table tbody tr:last-child{border-bottom:none}.certifications-table tbody tr:hover{background-color:rgb(var(--color-foreground) / .02)}.certifications-table td{padding:14px 16px;vertical-align:middle}.certifications-table td:last-child{padding-right:12px}.doc-name{display:flex;align-items:flex-start;gap:10px;min-width:200px}.doc-name svg{width:18px;height:18px;flex-shrink:0;color:rgb(var(--color-foreground) / .35);margin-top:2px}.doc-name__content{display:flex;flex-direction:column;gap:4px;flex:1}.doc-name__title{font-weight:500;color:rgb(var(--color-foreground));font-size:14px;line-height:1.3}.doc-name__desc{font-weight:400;color:rgb(var(--color-foreground) / .55);font-size:12px;line-height:1.4}.doc-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.doc-badge--pdf{background-color:#dc262614;color:#b91c1c}.doc-badge--doc{background-color:rgb(var(--eno-accent) / .08);color:#1d4ed8}.doc-badge--xls{background-color:#05966914;color:#047857}.doc-badge--zip{background-color:#d9770614;color:#b45309}.doc-action{text-align:right;width:48px}.doc-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;background-color:rgb(var(--color-foreground) / .05);color:rgb(var(--color-foreground));transition:all .2s ease;border:none;cursor:pointer}.doc-btn:hover{background-color:rgb(var(--color-foreground) / .1);transform:translateY(-1px)}.doc-btn svg{width:18px;height:18px}@media(max-width:749px){.hide-mobile{display:none}.certifications-table th:last-child{width:56px}.certifications-table td{padding:12px}.doc-name{min-width:unset;font-size:13px}.doc-name svg{width:16px;height:16px}.doc-btn{width:40px;height:40px}.doc-btn svg{width:20px;height:20px}}.doc-btn.is-downloading{opacity:.5;pointer-events:none}.doc-btn.is-downloading:after{content:"";position:absolute;width:14px;height:14px;margin-left:8px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}body.shopify-design-mode .product-certifications__badge--from-metafield{border:2px solid rgb(var(--eno-accent))}body.shopify-design-mode .product-certifications__badge--from-metafield:after{content:"Metafield";position:absolute;top:8px;right:8px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--eno-accent));background:#4fa6f11a;padding:2px 6px;border-radius:3px}body.shopify-design-mode .product-certifications__badge--from-block{border:2px solid rgb(var(--eno-muted))}body.shopify-design-mode .product-certifications__badge--from-block:after{content:"Block";position:absolute;top:8px;right:8px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--eno-muted));background:#95a3991a;padding:2px 6px;border-radius:3px}.product-certifications__badge{position:relative}.product-certifications{display:block;background:rgb(var(--eno-heading));color:#fff;padding-block:var(--section-py);margin-block:0}.product-certifications>.page-width{max-width:none;margin:0;padding:0 var(--gutter)}.product-certifications__header{display:flex;flex-wrap:wrap;align-items:flex-end;gap:clamp(24px,4vw,60px);margin-bottom:clamp(28px,4vw,56px)}.product-certifications__header-main{flex:1 1 60%;min-width:min(100%,560px)}.product-certifications__eyebrow{display:inline-flex;align-items:center;gap:12px;margin:0 0 clamp(14px,2vw,24px);font-family:var(--heading-font-family);font-weight:800;font-size:15px;letter-spacing:1.5px;line-height:1.5;text-transform:uppercase;color:var(--pcert-eyebrow, #fff)}.product-certifications__eyebrow-icon{display:inline-flex;color:var(--pcert-eyebrow, #fff)}.product-certifications__eyebrow-icon svg{width:18px;height:18px}.product-certifications .product-certifications__heading{margin:0;font-family:var(--heading-font-family);font-weight:700;font-size:var(--section-heading-size);line-height:1.1;text-transform:var(--heading-text-transform);color:#fff}.product-certifications__subline{flex:0 1 340px;margin:0;font-family:var(--body-font-family);font-size:clamp(14px,1.2vw,16px);line-height:1.5;color:#ffffffc7}.product-certifications .product-certifications__documents-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:clamp(10px,1.4vw,22px)}.product-certifications .product-certifications__document-card{background:transparent;border:0;border-radius:0;padding:clamp(12px,1.4vw,18px);display:flex;flex-direction:column;gap:8px;transition:background-color .2s ease,color .2s ease}.product-certifications .product-certifications__document-card:focus-visible{background:var(--pcert-doc-hover, #2884db);transform:none;box-shadow:none}.product-certifications .product-certifications__document-card:focus-visible .product-certifications__document-card-description,.product-certifications .product-certifications__document-card:focus-visible .format-badge{color:#ffffffeb}@media(hover:hover)and (pointer:fine){.product-certifications .product-certifications__document-card:hover{background:var(--pcert-doc-hover, #2884db);transform:none;box-shadow:none}.product-certifications .product-certifications__document-card:hover .product-certifications__document-card-description,.product-certifications .product-certifications__document-card:hover .format-badge{color:#ffffffeb}}.product-certifications .product-certifications__document-card-icon{color:#fff}.product-certifications .product-certifications__document-card-icon svg{width:44px;height:auto}.product-certifications .product-certifications__document-card-title{margin:0;color:#fff;font-family:var(--heading-font-family);font-weight:700;font-size:clamp(14px,1.2vw,16px)}.product-certifications .product-certifications__document-card-description{margin:0;color:#fff9;font-size:14px;line-height:1.5}.product-certifications .format-badge{color:#ffffffb3}.product-certifications .product-certifications__compliance{display:flex;align-items:center;gap:12px;justify-content:center;background:var(--pcert-band, #1d609e);color:#fff;border-radius:0;padding:clamp(12px,1.4vw,18px) clamp(16px,2vw,28px);margin-block:clamp(20px,2.5vw,34px);text-align:center}.product-certifications .product-certifications__compliance *,.product-certifications .product-certifications__subsection-heading{color:#fff}.product-certifications .product-certifications__badges-grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(20px,3vw,52px)}.product-certifications .product-certifications__badge{color:#fff;text-align:center}.product-certifications .product-certifications__badge-placeholder{color:#fff}.product-certifications .product-certifications__badge-placeholder svg,.product-certifications .product-certifications__badge-image img{width:clamp(60px,6.5vw,92px);height:auto}.product-certifications .product-certifications__badge-name{color:#ffffffd9}.product-certifications .product-certifications__badge-placeholder{background-color:transparent;border-radius:0}.product-certifications .product-certifications__badge-placeholder svg{color:#fff}.product-certifications .product-certifications__badge-name,.product-certifications .product-certifications__badge-name-link,.product-certifications .product-certifications__subsection-heading{color:#fff}.product-certifications .format-badge{background:#ffffff1f;color:#fff}@media(max-width:990px){.product-certifications__header{flex-direction:column;align-items:flex-start}.product-certifications__subline{flex:0 1 auto}.product-certifications__documents{margin-top:24px}}@media(max-width:989px){.product-certifications .product-certifications__badges-grid{flex-wrap:nowrap;justify-content:space-between;gap:clamp(6px,1.6vw,18px)}.product-certifications .product-certifications__badge{flex:1 1 0;min-width:0}.product-certifications .product-certifications__badge-placeholder,.product-certifications .product-certifications__badge-image{width:100%;max-width:clamp(60px,6.5vw,92px);height:auto;margin-inline:auto}.product-certifications .product-certifications__badge-placeholder svg,.product-certifications .product-certifications__badge-image img{width:100%;max-width:none;height:auto}.product-certifications .product-certifications__badge-name{font-size:clamp(9px,2.5vw,14px);line-height:1.25}.product-certifications .product-certifications__badge-tooltip{min-width:0;max-width:min(220px,calc(100vw - 2 * var(--gutter)))}.product-certifications .product-certifications__badge:first-child .product-certifications__badge-tooltip{left:0;transform:translate(0) translateY(-8px)}.product-certifications .product-certifications__badge:last-child .product-certifications__badge-tooltip{left:auto;right:0;transform:translate(0) translateY(-8px)}}@media(max-width:749px){.product-certifications .product-certifications__documents-cards{grid-template-columns:1fr 1fr}}@media(max-width:480px){.product-certifications .product-certifications__documents-cards{grid-template-columns:1fr}}.product-certifications>.page-width{display:flex;flex-direction:column}.product-certifications__header{order:1;text-align:left}.product-certifications .product-certifications__heading{text-align:left}.product-certifications__documents{order:2}.product-certifications__badges{order:3}.product-certifications .product-certifications__compliance,.product-certifications .product-certifications__compliance--center{max-width:none;width:auto;margin-inline:calc(var(--gutter) * -1)}.product-certifications .product-certifications__badge{background:transparent;border:0;border-radius:0;padding:0;box-shadow:none}.product-certifications .product-certifications__badge:hover{transform:none;box-shadow:none}.product-certifications .product-certifications__document-card-icon{background:transparent;border:0;padding:0}.product-certifications .page-width{max-width:none;margin:0;padding:0 var(--gutter)}
/*# sourceMappingURL=/cdn/shop/t/74/assets/product-certifications.css.map */
