.product-ingredients{display:flex;flex-direction:column;width:100%}.product-ingredients .ingredient{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%}.product-ingredients .ingredient .ingredient-content,.product-ingredients .ingredient .ingredient-image{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.product-ingredients .ingredient .ingredient-content .ingredient-link,.product-ingredients .ingredient .ingredient-image .ingredient-link{background:#000;border:1px solid #000;color:#fff;cursor:pointer;padding:8px 30px;text-transform:uppercase;transition:all .3s ease}.product-ingredients .ingredient .ingredient-content .ingredient-link:hover,.product-ingredients .ingredient .ingredient-image .ingredient-link:hover{background:#fff;color:#000;transition:all .3s ease}.product-ingredients .ingredient .ingredient-content .ingredient-container,.product-ingredients .ingredient .ingredient-image .ingredient-container{align-items:center;background:rgba(0,0,0,.22);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease;z-index:-1}.product-ingredients .ingredient .ingredient-content .ingredient-container.opened,.product-ingredients .ingredient .ingredient-image .ingredient-container.opened{opacity:1;transition:opacity .3s ease;z-index:999}.product-ingredients .ingredient .ingredient-content .ingredient-container .ingredient-card-content,.product-ingredients .ingredient .ingredient-image .ingredient-container .ingredient-card-content{background:#fff;display:flex;flex-direction:column;gap:15px;max-width:450px;padding:20px;position:relative}.product-ingredients .ingredient .ingredient-content .ingredient-container .ingredient-card-content .ingredient-close,.product-ingredients .ingredient .ingredient-image .ingredient-container .ingredient-card-content .ingredient-close{cursor:pointer;font-style:normal;font-weight:600;position:absolute;right:10px;top:10px}.product-ingredients .ingredient .ingredient-content .ingredient-container .ingredient-card-content .ingredient-name,.product-ingredients .ingredient .ingredient-image .ingredient-container .ingredient-card-content .ingredient-name{font-size:1.6rem;font-weight:600}.product-ingredients .ingredient .ingredient-image{margin:0;padding:0}.product-ingredients .ingredient .ingredient-image picture{display:block;margin:0;padding:0}.product-ingredients .ingredient .ingredient-image picture img{display:block;height:auto;width:100%}.product-ingredients .ingredient .ingredient-content .inner-content{padding:45px}.product-ingredients .ingredient:nth-child(2n){flex-direction:row-reverse}.product-ingredients .ingredient:nth-child(2n) .ingredient-content,.product-ingredients .ingredient:nth-child(2n) .ingredient-image{align-items:flex-end}@media(max-width:961px){.product-ingredients .ingredient{flex-wrap:wrap!important}.product-ingredients .ingredient .ingredient-content,.product-ingredients .ingredient .ingredient-image{height:auto!important}.product-ingredients .ingredient .ingredient-content img,.product-ingredients .ingredient .ingredient-content picture,.product-ingredients .ingredient .ingredient-image img,.product-ingredients .ingredient .ingredient-image picture{width:100%!important}}