/*
Generated time: July 29, 2024 12:51
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.product-composition{position:relative}.product-composition__image{position:absolute;z-index:-1;width:50%;height:100%;right:0;top:0;background-size:cover;background-position:center;background-repeat:no-repeat}.product-composition__item{padding:var(--gut-xl) 0;margin-right:var(--gut-xl)}.product-composition__item>div>h2,.product-composition__item>div>span{cursor:pointer}.product-composition__item span{position:relative;display:block;width:3.5rem;height:2.5rem;margin-left:var(--gut-s)}.product-composition__item span::after{content:'';position:absolute;width:100%;height:100%;top:0;left:0;display:block}.product-composition__item_content{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(0, 1, 0, 1)}.product-composition__item_content.expand{max-height:1100px;transition:max-height .5s ease-in-out}.product-composition__item_content li{margin-bottom:var(--gut-xs)}.product-composition__item_content li:last-item{margin-bottom:0}@media only screen and (max-width:989px){.product-composition__image{position:relative;height:35rem;width:100%;z-index:unset}.product-composition__item{margin-right:0}}