.product-ingredients{display:flex;gap:30px;padding:30px;margin:0 auto;flex-direction:column-reverse;max-width:1400px}@media (min-width: 992px){.product-ingredients{padding:40px 60px;flex-direction:row}}@media (min-width: 992px){.product-ingredients .product-ingredients__content{width:50%}}.product-ingredients .product-ingredients__content .product-ingredients__title h2{font-family:var(--font-style2);font-size:20px;line-height:26px;border-bottom:1px solid #cccccc;margin:0;padding-bottom:10px}@media (min-width: 992px){.product-ingredients .product-ingredients__content .product-ingredients__title h2{font-size:28px;line-height:36px}}.product-ingredients .product-ingredients__content .product-ingredients__ingredients .product-ingredients__ingredient{border-bottom:1px solid #cccccc}.product-ingredients .product-ingredients__content .product-ingredients__ingredients .product-ingredients__ingredient .product-ingredients__ingredient__title{font-size:14px;text-transform:uppercase;padding:10px 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.product-ingredients .product-ingredients__content .product-ingredients__ingredients .product-ingredients__ingredient .product-ingredients__ingredient__title .product-ingredients__ingredient__title__icon-plus{height:11px;width:11px;position:relative;transition:all 0.3s ease}.product-ingredients .product-ingredients__content .product-ingredients__ingredients .product-ingredients__ingredient .product-ingredients__ingredient__title .product-ingredients__ingredient__title__icon-plus:before{content:"";width:11px;height:1px;position:absolute;top:5px;left:0;background:#000000;transition:all 0.3s ease}.product-ingredients .product-ingredients__content .product-ingredients__ingredients .product-ingredients__ingredient .product-ingredients__ingredient__title .product-ingredients__ingredient__title__icon-plus:after{content:"";height:11px;width:1px;position:absolute;left:5px;background:#000000}.product-ingredients .product-ingredients__content .product-ingredients__ingredients .product-ingredients__ingredient .product-ingredients__ingredient__desc{font-size:14px;line-height:18px;transition:all 0.3s ease;height:0;overflow:hidden;transform:scaleY(0);transform-origin:top}.product-ingredients .product-ingredients__content .product-ingredients__ingredients .product-ingredients__ingredient.open .product-ingredients__ingredient__desc{padding-bottom:20px;transform:scaleY(1);height:auto}.product-ingredients .product-ingredients__content .product-ingredients__ingredients .product-ingredients__ingredient.open .product-ingredients__ingredient__title .product-ingredients__ingredient__title__icon-plus{transform:rotate(90deg)}.product-ingredients .product-ingredients__content .product-ingredients__ingredients .product-ingredients__ingredient.open .product-ingredients__ingredient__title .product-ingredients__ingredient__title__icon-plus:before{width:0;left:50%}.product-ingredients .product-ingredients__image{overflow:hidden;border-radius:40px;font-size:0px;line-height:0px}@media (min-width: 992px){.product-ingredients .product-ingredients__image{width:50%}}.product-ingredients .product-ingredients__image img{width:100%;object-fit:cover}
