:root{--grid-small: 375px;--grid-medium: 768px;--grid-large: 1024px;--grid-xlarge: 1440px}.section-ingredients-glossary .ig-filter-options{display:grid;gap:1rem}.section-ingredients-glossary .ig-filter-option{display:flex;align-items:center;gap:12px;cursor:pointer;position:relative;user-select:none}.section-ingredients-glossary .ig-filter-option input[type=checkbox]{position:absolute;opacity:0;width:1px;height:1px;margin:0;inset-inline-start:0;inset-block-start:0}.section-ingredients-glossary .ig-filter-option .ig-custom-check{width:12px;height:12px;border:1px solid var(--ecostore-grey);border-radius:2px;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease}.section-ingredients-glossary .ig-filter-option .ig-custom-check svg{width:7.78;height:auto;opacity:0;transition:opacity .15s ease}.section-ingredients-glossary .ig-filter-option .ig-label-text{line-height:1.2;text-transform:lowercase}.section-ingredients-glossary .ig-filter-option input[type=checkbox]:checked~.ig-custom-check{background:rgb(var(--button-background-primary));border-color:rgb(var(--button-background-primary))}.section-ingredients-glossary .ig-filter-option input[type=checkbox]:checked~.ig-custom-check svg{opacity:1;fill:#fff}.section-ingredients-glossary .ig-filter-option input[type=checkbox]:focus-visible~.ig-custom-check{outline:2px solid currentColor;outline-offset:2px}.section-ingredients-glossary .ig-filter-title{margin-bottom:12px}.section-ingredients-glossary .ig-sidebar{display:flex;flex-direction:column;gap:48px}@media only screen and (max-width: 768px){.section-ingredients-glossary .ig-sidebar{display:none}}.section-ingredients-glossary .ig-filter{position:relative}.section-ingredients-glossary .ig-filter::before{content:"";position:absolute;inset-block-start:0;inset-inline-start:0;width:100%;height:1px;background-color:rgba(0,0,0,.1);top:-24.5px;left:0}.section-ingredients-glossary .page-width{display:grid;grid-template-columns:.25fr .75fr;gap:80px}@media only screen and (max-width: 768px){.section-ingredients-glossary .page-width{grid-template-columns:1fr}}.section-ingredients-glossary .ig-card{padding:24px;width:100%;background-color:var(--ecostore-dark-cream);position:relative;overflow-wrap:break-word;word-wrap:break-word;max-width:100%;box-sizing:border-box}.section-ingredients-glossary .ig-card h4{margin-bottom:24px}.section-ingredients-glossary .ig-card p{display:block;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;max-width:100%;hyphens:auto}.section-ingredients-glossary .ig-card button{background-color:var(--ecostore-sage);border-radius:100em;padding:8px;position:absolute;top:12px;right:12px;transition:transform .2s ease,opacity .2s ease;cursor:pointer}.section-ingredients-glossary .ig-card button:hover{transform:scale(1.1);opacity:.9}.section-ingredients-glossary .ig-card button:active{transform:scale(0.95)}@media only screen and (max-width: 768px){.section-ingredients-glossary .ig-card button svg{width:16px;height:16px}}.section-ingredients-glossary .ig-body-letter-group{display:grid;grid-template-columns:1fr;gap:6px}.section-ingredients-glossary .ig-body--letter:not(:last-of-type){padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid rgba(0,0,0,.1)}.section-ingredients-glossary .ig-body--letter.highlight-active{animation:border-blink 1.5s ease-in-out}@keyframes border-blink{0%,100%{border-bottom-color:rgba(0,0,0,.1)}16.66%,50%,83.33%{border-bottom-color:rgb(var(--button-background-primary))}33.33%,66.66%{border-bottom-color:rgba(0,0,0,.1)}}.section-ingredients-glossary .ig-letter-header{margin-bottom:40px}.section-ingredients-glossary .ig-label-type{padding:4px 8px;color:#fff;background-color:#b27c1e;display:inline-block;border-radius:100em;font-size:12px;font-style:normal;font-weight:400;line-height:.9;letter-spacing:.24px;text-transform:uppercase;margin-bottom:12px}.section-ingredients-glossary .ig-label-type span{transform:translateY(2px);display:block}@media only screen and (max-width: 768px){.section-ingredients-glossary .ig-label-type{font-size:10px;letter-spacing:.2px}}.section-ingredients-glossary .ig-body--buttons{display:flex;justify-content:center}.section-ingredients-glossary .ig-body--buttons button{height:34px}.section-ingredients-glossary .ig-body--buttons .button__content{transform:translateY(2px);padding-top:0;padding-bottom:0}@media only screen and (min-width: 769px){.section-ingredients-glossary .ig-body--buttons button{height:43px}}.section-ingredients-glossary .ig-filter--alphabet ul li{border-left:2px solid rgba(0,0,0,.1);padding-left:10px;cursor:pointer;transition:border-color .2s ease;padding-top:5px;padding-bottom:5px}.section-ingredients-glossary .ig-filter--alphabet li:hover,.section-ingredients-glossary .ig-filter--alphabet li:focus{border-color:rgb(var(--text-color));outline:none}.section-ingredients-glossary .ig-skeleton-loader{display:flex;flex-direction:column;gap:40px}.section-ingredients-glossary .ig-skeleton-letter-group{padding-bottom:40px;border-bottom:1px solid rgba(0,0,0,.1)}.section-ingredients-glossary .ig-skeleton-letter-header{width:60px;height:32px;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px;margin-bottom:40px}.section-ingredients-glossary .ig-skeleton-cards{display:grid;grid-template-columns:1fr;gap:6px}.section-ingredients-glossary .ig-skeleton-card{padding:24px;background-color:var(--ecostore-dark-cream)}.section-ingredients-glossary .ig-skeleton-label{width:120px;height:18px;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:12px;margin-bottom:12px}.section-ingredients-glossary .ig-skeleton-title{width:80%;height:24px;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px;margin-bottom:24px}.section-ingredients-glossary .ig-skeleton-text{width:100%;height:16px;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px;margin-bottom:8px}.section-ingredients-glossary .ig-skeleton-text:last-child{width:60%}@keyframes skeleton-loading{0%{background-position:200% 0}100%{background-position:-200% 0}}.section-ingredients-glossary .ig-empty-state{font-style:italic}.section-ingredients-glossary .ig-error-state{padding:80px 24px;text-align:center}.section-ingredients-glossary .ig-error-state p{font-size:18px;color:rgba(0,0,0,.7)}.section-ingredients-glossary .ig-empty-filtered-state{padding:80px 24px;text-align:center}.section-ingredients-glossary .ig-empty-filtered-state p{font-size:18px;color:rgba(0,0,0,.7)}.section-ingredients-glossary .ig-mobile-filter-button{padding:12px 24px;background:rgb(var(--button-background-primary));color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px;margin-top:20px}.section-ingredients-glossary .ig-drawer-wrapper{position:fixed;inset:0;z-index:1000;display:grid}.section-ingredients-glossary .ig-drawer-overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);cursor:pointer}.section-ingredients-glossary .ig-drawer-content{position:absolute;inset-block:0;inset-inline-end:0;width:calc(100% - 24px);max-width:480px;background:rgb(var(--background-secondary));box-shadow:-2px 0 8px rgba(0,0,0,.1);overflow-y:auto;padding:24px;display:flex;flex-direction:column}.section-ingredients-glossary .ig-drawer-close{position:absolute;inset-block-start:30px;inset-inline-end:30px;width:14px;height:14px;padding:0;background:rgba(0,0,0,0);border:none;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.section-ingredients-glossary .ig-drawer-close:hover{opacity:.7}.section-ingredients-glossary .ig-drawer-close svg{width:14px;height:14px}.section-ingredients-glossary .ig-drawer-body{display:flex;flex-direction:column;gap:48px;margin-top:24px}.section-ingredients-glossary .ig-drawer-enter-active,.section-ingredients-glossary .ig-drawer-leave-active{transition:opacity .45s ease-in-out}.section-ingredients-glossary .ig-drawer-enter-active .ig-drawer-content,.section-ingredients-glossary .ig-drawer-leave-active .ig-drawer-content{transition:transform .45s cubic-bezier(0.86, 0, 0.07, 1)}.section-ingredients-glossary .ig-drawer-enter-from,.section-ingredients-glossary .ig-drawer-leave-to{opacity:0}.section-ingredients-glossary .ig-drawer-enter-from .ig-drawer-content,.section-ingredients-glossary .ig-drawer-leave-to .ig-drawer-content{transform:translateX(100%)}.section-ingredients-glossary .ig-drawer-enter-to,.section-ingredients-glossary .ig-drawer-leave-from{opacity:1}.section-ingredients-glossary .ig-drawer-enter-to .ig-drawer-content,.section-ingredients-glossary .ig-drawer-leave-from .ig-drawer-content{transform:translateX(0)}@media screen and (min-width: 700px){.section-ingredients-glossary .ig-drawer-content{width:480px}}.section-ingredients-glossary .mb-filter-button{width:calc(100% - 48px);margin-inline:24px;position:sticky;bottom:12px;z-index:10;margin-top:24px}.section-ingredients-glossary .mb-filter-button svg path{fill:#fff;stroke:#fff}@media only screen and (min-width: 769px){.section-ingredients-glossary .mb-filter-button{display:none}}.section-ingredients-glossary .ig-drawer-header{margin-bottom:24px;display:flex;align-items:center;justify-content:space-between}
