.upsell-product{margin-bottom:15px;cursor:pointer}.upsell-product__checkbox{display:none}.upsell-product__checkbox:checked+.upsell-product__wrapper{border-color:#bc2e3e;box-shadow:0 0 5px 0 #bc2e3e}.upsell-product__checkbox:checked+.upsell-product__wrapper .upsell-product__information:before{border-color:#bc2e3e}.upsell-product__checkbox:checked+.upsell-product__wrapper .upsell-product__information:after{opacity:1}.upsell-product__wrapper{position:relative;display:flex;align-items:center;padding:16px 28px 16px 62px;border:1px solid #484847;border-radius:12px;overflow:hidden;transition-property:border-color,box-shadow;transition-duration:.25s}.upsell-product__image-wrapper{width:100%;max-width:80px;flex-shrink:0;margin-right:16px;border-radius:10px;overflow:hidden}.upsell-product__information{font-size:15px}.upsell-product__information:after,.upsell-product__information:before{content:"";position:absolute;top:50%;transform:translateY(-50%);border-radius:51%}.upsell-product__information:before{left:16px;width:30px;height:30px;border:1px solid #484847;transition-property:border-color;transition-duration:.25s}.upsell-product__information:after{left:22px;width:18px;height:18px;background-color:#bc2e3e;opacity:0;transition-property:opacity;transition-duration:.25s}@media only screen and (min-width:1024px){.upsell-product__information{font-size:17px}}