.ingredient-grid{display:grid;grid-template-columns:repeat(var(--ingredient-grid-cols-mobile, 1),minmax(0,1fr));gap:24px;grid-auto-rows:1fr}@media(min-width:768px){.ingredient-grid{grid-template-columns:repeat(var(--ingredient-grid-cols-tablet, 3),minmax(0,1fr))}}@media(min-width:990px){.ingredient-grid{grid-template-columns:repeat(var(--ingredient-grid-cols-desktop, 4),minmax(0,1fr))}}.ingredient-grid__header{padding-bottom:4rem}div.ingredient-grid__header div.ingredient-grid__description{margin-top:15px}.ingredient-card{position:relative;background-color:var(--ingredient-card-bg, #fcfbb4);border-radius:16px;padding:20px;height:500px;color:#231e5a;display:flex;flex-direction:column}.ingredient-card__label{display:block;height:100%;cursor:pointer}.ingredient-card__inner{position:relative;height:100%;display:flex;flex-direction:column;min-height:0}.ingredient-card__toggle{position:absolute;opacity:0;cursor:pointer;display:none}.ingredient-card__face{display:flex;flex-direction:column}.ingredient-card__face div{justify-content:space-between;display:flex;height:100%;flex-direction:column}.ingredient-card__face--front{justify-content:space-between;display:flex;height:100%}.ingredient-card__face--back{justify-content:flex-start;display:none;flex:1;min-height:0;overflow:hidden}.ingredient-card__toggle:checked+.ingredient-card__inner .ingredient-card__face--front{display:none}.ingredient-card__toggle:checked+.ingredient-card__inner .ingredient-card__face--back{display:flex}div.ingredient-card__icon{margin-bottom:16px;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:12px;padding:16px;max-height:260px;min-height:260px}.ingredient-card__icon img{height:100%;display:block;width:100%;object-fit:contain}.ingredient-card__title{padding-top:5px;color:var(--ingredient-card-title-color, #231e5a)}.ingredient-card__subtitle{margin:0 0 8px;font-size:14px;line-height:1.4;opacity:.8;color:var(--ingredient-card-subtitle-color, #231e5a)}.ingredient-card__product{font-size:13px;font-weight:600;color:var(--ingredient-card-product-color, #231e5a);margin:0}.ingredient-card__product-label{display:inline-block;padding:6px 16px;border-radius:12px;background-color:var(--ingredient-card-label-bg, #f2aa81)}.ingredient-card__scroll-wrap{display:flex;flex:1;min-height:0;gap:8px;width:100%}ingredient-scrollbar{display:flex;flex:1;min-height:0;gap:8px;width:100%}.ingredient-card__long-text{font-size:14px;line-height:1.6;flex:1;min-height:0;color:var(--ingredient-card-body-color, #231e5a);max-width:350px;margin:0 auto;padding-right:4px;overflow-y:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:y mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.ingredient-card__long-text::-webkit-scrollbar{display:none}.ingredient-card__custom-scrollbar{flex-shrink:0;width:6px;align-self:stretch;display:flex}.ingredient-card__scrollbar-track{position:relative;width:6px;flex:1;min-height:60px;background:var(--ingredient-scrollbar-track, #e8e8e8);border-radius:3px;cursor:pointer}.ingredient-card__scrollbar-thumb{position:absolute;left:0;top:0;width:6px;min-height:24px;background:var(--ingredient-scrollbar-thumb, #000000);border-radius:3px;cursor:grab;-webkit-user-select:none;user-select:none;transition:background .15s}.ingredient-card__scrollbar-thumb:hover{background:#333}.ingredient-card__scrollbar-thumb:active{cursor:grabbing}.ingredient-card__long-text>*{scroll-snap-align:start}.ingredient-card__footer{display:flex;justify-content:flex-end}.ingredient-card__toggle-icon{position:absolute;bottom:0;right:0;width:32px;height:32px;border-radius:999px;border:1px solid currentColor;display:flex;align-items:center;justify-content:center;color:var(--ingredient-card-toggle-color, #231e5a);flex-shrink:0}.ingredient-card__toggle-icon .icon-plus-toggle path.vertical{transform:rotate(0);transform-origin:center;transition:transform var(--animation-default, .2s ease)}.ingredient-card__toggle:checked+.ingredient-card__inner .ingredient-card__toggle-icon .icon-plus-toggle path.vertical{transform:rotate(270deg)}@media(max-width:749px){.ingredient-card{padding:15px}.ingredient-card__toggle-icon{bottom:15px;right:15px}}div.ingredient-grid div.ingredient-card input.ingredient-card__toggle{display:none}
/*# sourceMappingURL=/cdn/shop/t/50/assets/section-ingredient-grid.css.map */
