.products{display:flex;flex-direction:column;gap:12px}.product-item{border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;transform:border-color .3s ease-out;background-color:transparent;transition:background-color .2s ease-out}.product-item__padding-container{padding:12px}.product-item--loading{height:200px;background-color:var(--grey-1)}.product-item--selected{border-width:2px;border-color:#000}.product-item:nth-last-of-type(2) .product-item__headline{background-color:#ebebeb}.product-item__headline{background-color:var(--yellow);padding:8px 0;font-family:riforma;font-weight:700;font-size:1.4rem;text-align:center}.product-item__body{display:flex;gap:8px;margin-bottom:0;cursor:pointer;transition:margin-bottom .25s ease-out}.product-item--selected .product-item__body{margin-bottom:14px}.product-item__radio{min-width:14px;height:14px;border-radius:50%;border:1px solid black;display:block;margin-top:5px;transition:background-color .25s ease-out}.product-item--selected .product-item__radio{background-color:#000}.product-item__details{display:flex;flex-direction:column;gap:1.6rem}.product-item__data{display:flex;justify-content:space-between;width:100%}.product-item__title-block{display:flex;flex-direction:column;gap:8px}.product-item__title{font-family:riforma;font-weight:700;font-size:1.6rem}.product-item__variants{display:flex;flex-direction:column;gap:16px;height:auto;opacity:0;transition:max-height .3s ease-out,opacity .3s ease-out,margin .3s ease-out;max-height:0}.product-item--selected .product-item__variants{opacity:1;max-height:666px}.product-item__servings{font-weight:400;font-size:1.2rem;color:#b5b5b5;margin-left:8px}.product-itme__descriptions{font-family:riforma;font-size:1.2rem;color:#000;line-height:1.3em}.product-item__description:first-of-type{font-weight:700}.product-item__right-block{display:flex;flex-direction:column;gap:8px}.product-item__price-block{display:flex;gap:4px}.product-item__price{font-family:riforma;font-size:1.6rem;font-weight:700;color:#000}.product-item__price--old{color:#b5b5b5;text-decoration:line-through}.product-item__savings{font-family:bull;font-size:1rem;color:var(--yellow);background-color:#000;padding:4px 6px;border-radius:4px;text-transform:uppercase;text-align:center}.product-item__variant-button{cursor:pointer}.product-item__variants-title{font-family:riforma;font-size:1.6rem;font-weight:700;color:#000;margin-bottom:4px;margin-left:2px;position:relative;z-index:2;display:flex;justify-content:space-between;width:92%}.product-item__variants-title b{color:var(--grey-1);transition:color .2s ease-out;text-decoration:line-through;margin-right:4px}.product-item__variants-container--add .product-item__variants-title{cursor:pointer;margin-bottom:0}.product-item__variants-container--add{background-color:var(--purple);transition:background-color .2s ease-out;padding:12px 8px;border-radius:4px;position:relative}.product-item__variants-container--add:after{display:block;content:"+";position:absolute;right:12px;top:11px;font-size:1.8rem;transition:transform .3s ease-out;transform-origin:center}.product-item__variants-container--open{background-color:#ebebeb}.product-item__variants-container--open .product-item__variants-title b{color:var(--grey-2)}.product-item__variants-container--open:after{transform:rotate(45deg)}.product-item__variant-list{display:flex;gap:0;transition:max-height .3s ease-out,opacity .3s ease-out;width:calc(100% + 8px);margin-left:-4px}.product-item__variants-container--add .product-item__variant-list{max-height:0;opacity:0}.product-item__variants-container--open .product-item__variant-list{max-height:200px;opacity:1}.product-item__variants-container--open .product-item__variants-title{margin-bottom:4px}.product-item__variant-item{padding:4px;border:2px solid transparent;border-radius:4px;min-width:64px;transition:border-color .25s ease}.product-item__variant-item--selected{border-color:#000}.product-item__variant-button{display:block;width:100%}.product-item__variant-image{display:block;aspect-ratio:1;margin-bottom:4px;width:100%}.product-item__variant-title{font-family:riforma;font-size:.9rem;line-height:1.2em;color:#000;white-space:break-spaces;word-spacing:300px;transition:font-weight .25s ease}.product-item__variant-item--selected .product-item__variant-title{font-weight:700}
