.ingredient-scroll-wrapper{overflow:visible}.ingredient-list{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;background-color:var(--gradient-background);padding:20px;border-radius:10px;max-width:100%;margin:0 auto}.ingredient-card{display:flex;align-items:center;position:relative;width:300px;background-color:#f0f0f0;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .2s ease;padding-right:2rem}.ingredient-card:hover{transform:scale(1.02)}.ingredient-image img{width:100px;height:100px;object-fit:cover;flex-shrink:0;border-radius:0;display:block}.ingredient-info{padding:10px 0 10px 10px;display:flex;flex-direction:column;justify-content:center;flex-grow:1}.ingredient-name{font-weight:700;color:#222;font-size:1.4rem}.ingredient-subtitle{font-weight:600;color:#555;font-size:.9rem}.ingredient-chevron{position:absolute;top:50%;right:1rem;transform:translateY(-50%);font-size:1.5rem;color:#222;font-weight:700}.ingredient-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:9999;display:flex;align-items:center;justify-content:center}.ingredient-modal-content{background-color:#fff;padding:0;border-radius:8px;max-width:800px;width:90%;position:relative;display:flex;flex-direction:column}@media (max-width: 640px){.ingredient-modal-content{flex-direction:row}.ingredient-modal-image{width:14rem;height:14rem}.ingredient-card{flex:0 0 auto}}.ingredient-modal-body{display:flex;flex-direction:row;gap:30px;align-items:center;justify-content:flex-start;flex-wrap:wrap;max-height:300px}.ingredient-modal-image img{max-height:300px;width:auto;border-radius:6px 0 0 6px}.ingredient-modal-description{flex:1;font-size:16px;color:#333;line-height:1.5}.ingredient-close{position:absolute;top:10px;right:20px;font-size:30px;color:#aaa;cursor:pointer}.ingredient-close:hover{color:#333}#cart-notification{display:none}.card__heading h5{min-height:42px}#ingredient-modal{display:none;opacity:0;transform:scale(.95);transition:opacity .3s ease,transform .3s ease}#ingredient-modal.active{display:flex;opacity:1;transform:scale(1)}
/*# sourceMappingURL=/cdn/shop/t/43/assets/product-ingredients.css.map */
