.product-offer{margin:2rem 0}.product-offer__header{margin-bottom:3rem;text-align:center}.product-offer__levels{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.6rem;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.product-offer--vertical .product-offer__levels,.product-offer__level{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-offer--vertical .product-offer__levels{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.product-offer--horizontal .product-offer__levels{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-offer__level{position:relative;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:140px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:0;border:0;background:0 0;cursor:pointer;outline:0}.product-offer__outside-header{display:none}.product-offer__inner-box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem 1rem .5rem;background:#fff;border:1px solid #e5e5e5;border-radius:0;-webkit-transition:all .2s ease;transition:all .2s ease;height:100%}.product-offer__level:hover .product-offer__inner-box{border-color:#2f3b30;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.08);box-shadow:0 4px 12px rgba(0,0,0,.08)}.product-offer__level--active .product-offer__inner-box{background:#e2f4da}.product-offer__level--active .product-offer__outside-header{background:#3e2b26}.product-offer__level-title{font-size:.9rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.product-offer__level-title::first-letter{text-transform:uppercase}.product-offer__prices{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem;margin-top:0}.product-offer__price-discounted{font-size:.9rem;font-weight:700;color:#1a1a1a}.product-offer__price-original{font-size:.7rem;color:#888;text-decoration:line-through}.product-offer__badge-discount{display:inline-block;padding:.1rem .3rem;background:#3e2b26;color:#fff;font-size:.7rem;font-weight:300;margin:0;position:absolute;top:0;right:0}.product-offer__no-badge-spacer{width:100%;display:block}@media screen and (max-width:749px){.product-offer__levels{display:grid;grid-template-columns:repeat(2,1fr)}.product-offer__level{margin-bottom:0;min-width:0}}