.orderregistration.withglobalbasket .orderregistration-content{display:grid;grid-template-areas:"breadcrumb breadcrumb" "step basket" "navbar basket";grid-template-columns:60% 1fr;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:0 4rem;align-items:start}.orderregistration.withglobalbasket .orderregistration-content:has(.step-content.product.monoproduct){grid-template-areas:"breadcrumb" "step" "navbar";grid-template-columns:100%;grid-template-rows:auto;grid-gap:1rem}.orderregistration.withglobalbasket .orderregistration-content:has(.step-content.product.monoproduct) .basket{display:none}.orderregistration .orderregistration-content{--ordercolorerror:#bd362f;display:flex;flex-direction:column;margin-bottom:2rem}.orderregistration .orderregistration-content .breadcrumb{border-radius:8px;display:flex;grid-area:breadcrumb;list-style:none;margin-bottom:2rem;overflow:hidden;padding:0}.orderregistration .orderregistration-content .breadcrumb .breadcrumb-item{background-color:var(--inwinkaccentbgcolor);color:var(--inwinkaccentbgtextcolor);min-width:-moz-fit-content;min-width:fit-content;opacity:.7;padding:1rem}.orderregistration .orderregistration-content .breadcrumb .breadcrumb-item.clickable{cursor:pointer}.orderregistration .orderregistration-content .breadcrumb .breadcrumb-item.current{background-color:var(--inwinkaccentbgcolor);color:var(--inwinkaccentbgtextcolor);font-weight:700;opacity:1}.orderregistration .orderregistration-content .breadcrumb .breadcrumb-item:first-of-type{border-radius:8px 0 0 8px}.orderregistration .orderregistration-content .breadcrumb .breadcrumb-item:last-of-type{border-radius:0 8px 8px 0}.orderregistration .orderregistration-content .breadcrumb .breadcrumb-item .label-wrapper{align-items:center;display:flex}.orderregistration .orderregistration-content .breadcrumb .breadcrumb-item .label-wrapper .label-index{background-color:#fff;border-radius:50%;color:#000;display:inline-block;height:20px;line-height:20px;margin-right:8px;text-align:center;vertical-align:middle;width:20px}.orderregistration .orderregistration-content .breadcrumb.breadcrumb-toogle .breadcrumb-item.current .label-wrapper .label,.orderregistration .orderregistration-content .breadcrumb.breadcrumb-toogle .breadcrumb-item.current+.breadcrumb-item .label-wrapper .label{opacity:1;visibility:visible;width:-moz-fit-content;width:fit-content}.orderregistration .orderregistration-content .breadcrumb.breadcrumb-toogle .breadcrumb-item .label-wrapper .label-content{white-space:nowrap}.orderregistration .orderregistration-content .breadcrumb.breadcrumb-toogle .breadcrumb-item .label-wrapper .label-content .label{overflow:hidden;transition:width .3s ease}.orderregistration .orderregistration-content .step-content{margin-bottom:2rem}.orderregistration .orderregistration-content .step-content .step-title{height:2.5rem;margin-bottom:0}.orderregistration .orderregistration-content .step-content .fieldwrapper.type-checkbox,.orderregistration .orderregistration-content .step-content .type-checkbox .fieldwrapper{align-items:center;display:flex;padding:4px 0}.orderregistration .orderregistration-content .step-content .fieldwrapper.type-checkbox input,.orderregistration .orderregistration-content .step-content .type-checkbox .fieldwrapper input{margin-left:0}.orderregistration .orderregistration-content .step-content .error{color:var(--ordercolorerror);margin-top:1rem}.orderregistration .orderregistration-content .step-content .phonenumber-wrapper .phonenumber-input .error{margin-top:0}.orderregistration .orderregistration-content .product{grid-area:step}.orderregistration .orderregistration-content .product .items-wrapper .items{border-radius:8px;margin-bottom:2rem;padding:2rem}.orderregistration .orderregistration-content .product .items-wrapper .items .group-items{margin-bottom:2rem}.orderregistration .orderregistration-content .product .items-wrapper .items .group-items:last-child{padding-bottom:0}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper{border-width:1px 0 0;display:flex;flex-direction:column}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper:first-of-type{border-width:0}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper:first-child{padding-top:0}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper:last-child{padding-bottom:0}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item{align-items:center;display:grid;grid-template-columns:1fr auto 150px;padding:1rem 0;position:relative}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item.item-header{background-color:var(--grey-color-dark);font-weight:700;padding:.5rem 0}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item>div+div{margin-left:1rem}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item .header-name{margin-left:.5rem}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item .header-price{margin-right:2rem}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item .header-quantity{justify-self:end;margin-right:1.5rem}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item .item-display.has-header{margin-left:.5rem}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item .item-display .availability .quota-error{color:#e74c3c;font-size:.8rem;margin-top:4px}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item .quantity{justify-self:end}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item .quantity button{border-radius:50%;font-size:14px;height:20px;line-height:14px;margin:0 8px;padding:0;text-align:center;width:20px}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item .quantity button.increase{margin-right:0}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item .quantity button.decrease{margin-left:0}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item .quantity input{text-align:center;width:40px}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item .quantity input::-webkit-inner-spin-button,.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item .quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item .quantity input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item .price{text-align:center}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .item .price .remark{font-size:.8em;font-style:italic}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .selected-items{margin-left:2rem}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .selected-items .selected-item-wrapper{margin-top:1.5rem}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .selected-items .selected-item-wrapper .selected-item{align-items:center;display:flex}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .selected-items .selected-item-wrapper .selected-item .label{color:#000;font-family:var(--basefont);font-size:1rem;margin-right:2rem}.orderregistration .orderregistration-content .product .items-wrapper .items .item-wrapper .selected-items .selected-item-wrapper .selected-item .delete-button{height:20px}.orderregistration .orderregistration-content .items-data>.items>.item{border-radius:8px;padding:2rem}.orderregistration .orderregistration-content .items-data>.items>.item+.item{margin-top:1rem}.orderregistration .orderregistration-content .items-data>.items>.item .item-header{display:flex;justify-content:space-between}.orderregistration .orderregistration-content .items-data>.items>.item .item-header .title-wrapper .bundle-name{text-transform:uppercase;width:100%}.orderregistration .orderregistration-content .items-data>.items>.item .item-header .title-wrapper .product-name-wrapper{align-items:center;display:flex;margin-bottom:1em}.orderregistration .orderregistration-content .items-data>.items>.item .item-header .title-wrapper .product-name-wrapper .quantity-infos{margin-left:1em}.orderregistration .orderregistration-content .items-data>.items>.item .item-header i{align-items:center;display:flex}.orderregistration .orderregistration-content .items-data>.items>.item .item-title{font-weight:700;margin-bottom:.2rem}.orderregistration .orderregistration-content .items-data>.items>.item .item-quantity{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.orderregistration .orderregistration-content .items-data>.items>.item .item-quantity .quantity{align-items:center;display:flex}.orderregistration .orderregistration-content .order-data>.item{border-radius:8px;padding:2rem}.orderregistration .orderregistration-content .order-data>.item+.item{margin-top:1rem}.orderregistration .orderregistration-content .summary{grid-area:step}.orderregistration .orderregistration-content .summary .summary-wrapper{margin-bottom:2rem}.orderregistration .orderregistration-content .summary .summary-wrapper:not(.summary-redirect){display:grid;gap:1rem;grid-template-columns:1fr 30%;grid-template-rows:auto}.orderregistration .orderregistration-content .summary .summary-wrapper.summary-redirect{display:flex;flex-flow:row wrap;gap:1rem;margin-bottom:2rem}.orderregistration .orderregistration-content .summary .summary-wrapper:has(.billing) .summary-items:first-of-type{grid-row:span 2}.orderregistration .orderregistration-content .summary .summary-wrapper .summary-items{border-radius:8px;flex:1;margin-bottom:0;padding:1rem}.orderregistration .orderregistration-content .summary .summary-wrapper .summary-items:first-of-type{grid-column:1}.orderregistration .orderregistration-content .summary .summary-wrapper .summary-items:nth-child(2),.orderregistration .orderregistration-content .summary .summary-wrapper .summary-items:nth-child(3){grid-column:2}.orderregistration .orderregistration-content .summary .summary-wrapper .summary-items .summary-label{font-weight:700;margin-bottom:.5rem}.orderregistration .orderregistration-content .summary .summary-wrapper .summary-items .beneficiary,.orderregistration .orderregistration-content .summary .summary-wrapper .summary-items .billing,.orderregistration .orderregistration-content .summary .summary-wrapper .summary-items .buyer{display:flex;flex-direction:column}.orderregistration .orderregistration-content .summary .summary-wrapper .summary-items .beneficiary-wrapper .productname{margin-bottom:.5rem}.orderregistration .orderregistration-content .summary .summary-wrapper .summary-items .beneficiary-wrapper .names{font-weight:400}.orderregistration .orderregistration-content .summary .order-redirect-btn-wrapper{display:flex;justify-content:space-between;margin-top:4rem}.orderregistration .orderregistration-content .summary .order-redirect-btn-wrapper button+button{margin-left:1rem}.orderregistration .orderregistration-content .summary .paymentmethods{align-items:center;display:flex;flex-flow:row nowrap}.orderregistration .orderregistration-content .summary .paymentmethods .paymentmode-title{max-width:150px}.orderregistration .orderregistration-content .summary .paymentmethods .paymentmode-items{display:flex;flex-flow:row wrap;margin-left:2rem}.orderregistration .orderregistration-content .summary .paymentmethods .paymentmode-items .paymentmode{border-radius:8px;border-width:2px;margin-right:12px;padding:8px;width:calc(50% - 6px)}.orderregistration .orderregistration-content .summary .paymentmethods .paymentmode-items .paymentmode:nth-child(2n){margin-right:0}.orderregistration .orderregistration-content .navbar{align-items:center;align-self:end;display:flex;grid-area:navbar;justify-content:flex-end;width:100%}.orderregistration .orderregistration-content .navbar *+*{margin-left:auto}.orderregistration .orderregistration-content .basket{background-color:var(--inwinklightbgcolor);border-radius:8px;color:var(--inwinklightbgtextcolor);grid-area:basket;height:-moz-fit-content;height:fit-content;margin-top:2.5rem;padding:2rem}.orderregistration .orderregistration-content .basket .basket-title{margin-bottom:1rem}.orderregistration .orderregistration-content .basket .basket-items>.items>.item{border-width:0 0 1px;margin-bottom:.6rem;padding-bottom:.6rem}.orderregistration .orderregistration-content .basket .basket-items>.items>.item .item-infos{display:flex;gap:1rem;width:100%}.orderregistration .orderregistration-content .basket .basket-items>.items>.item .item-infos .item-quantity{margin-left:.4rem}.orderregistration .orderregistration-content .basket .basket-items>.items>.item .item-infos .price-wrapper{margin-left:auto}.orderregistration .orderregistration-content .basket .basket-items>.items>.item .item-infos .price-wrapper .price .pricedetail{display:flex}.orderregistration .orderregistration-content .basket .basket-items>.items>.item .item-infos .price-wrapper .price .pricedetail .current-price{margin-left:auto;margin-right:.5rem}.orderregistration .orderregistration-content .basket .basket-items>.items>.item .item-infos .price-wrapper .price .pricedetail .price-label{margin-top:0}.orderregistration .orderregistration-content .basket .basket-items>.items>.item .item-infos .price-wrapper .price .discountprice{display:flex}.orderregistration .orderregistration-content .basket .basket-items>.items>.item .item-infos .price-wrapper .price .discountprice .current-price{margin-left:auto;margin-right:.5rem}.orderregistration .orderregistration-content .basket .basket-items>.items>.item .item-infos .price-wrapper .price .discountprice .price-label{margin-top:0}.orderregistration .orderregistration-content .basket .basket-items>.items>.item .sub-items .sub-item{margin-left:.5em}.orderregistration .orderregistration-content .basket .basket-items>.items>.item .sub-items .sub-item .delete{font-size:12px;margin-left:.5em;margin-top:2px}.orderregistration .orderregistration-content .basket .basket-summary .qty-wrapper{align-items:center;display:flex;justify-content:space-between;margin:.2rem 0}.orderregistration .orderregistration-content .basket .basket-summary .qty-wrapper .value{text-align:right}.orderregistration .orderregistration-content .basket .basket-summary .price{font-weight:700}.orderregistration .orderregistration-content .basket .price-wrapper{align-items:center;display:flex;justify-content:space-between}.orderregistration .orderregistration-content .basket .price-wrapper .price{text-align:right}.orderregistration .orderregistration-content .basket .price-wrapper .price *+*{margin-top:.2rem}.orderregistration .orderregistration-content .basket .price-wrapper .price .remark{font-size:.8em;font-style:italic}.orderregistration .orderregistration-content .basket .price-wrapper .price .pricedetail{display:flex}.orderregistration .orderregistration-content .basket .price-wrapper .price .pricedetail .oldprice{font-style:normal;margin-left:auto;text-decoration:line-through}.orderregistration .orderregistration-content .basket .price-wrapper .price .pricedetail .current-price{margin-left:auto;margin-right:.5rem}.orderregistration .orderregistration-content .basket .price-wrapper .price .pricedetail .price-label{margin-top:0}.orderregistration .orderregistration-content .basket .price-wrapper .price .discountprice{display:flex}.orderregistration .orderregistration-content .basket .price-wrapper .price .discountprice .current-price{margin-left:auto;margin-right:.5rem}.orderregistration .orderregistration-content .basket .price-wrapper .price .discountprice .price-label{margin-top:0}.orderregistration .orderregistration-content .basket .ordervatexempt-msg{font-weight:500;margin-top:1rem}.orderregistration .orderregistration-content .basket button{margin-top:0}.orderregistration .orderregistration-content .basket .discount-error{color:#bd362f;font-style:italic}.orderregistration .orderregistration-content.loading .price-wrapper .price>*{background:var(--inwinklightbgcolor);border-radius:1rem;color:transparent;overflow:hidden;position:relative}.orderregistration .orderregistration-content.loading .price-wrapper .price>:after{animation:gradient 1s ease-in-out infinite;background:linear-gradient(90deg,var(--inwinklightbgcolor),color-mix(in srgb,var(--inwinklightbgcolor),#000 15%),var(--inwinklightbgcolor));bottom:0;content:"";left:0;position:absolute;top:0;width:80px}.orderregistration .orderregistration-content .discount .discountcode-wrapper.bloc-darkborder{border-width:1px 0 0;margin-top:1rem;padding-top:1rem}.orderregistration .orderregistration-content .discount .discountcode-wrapper.bloc-darkborder.discountcode-row{align-items:baseline;display:flex}.orderregistration .orderregistration-content .discount .discountcode-wrapper.bloc-darkborder.discountcode-row .discountcode{margin-left:.5rem;margin-top:0}.orderregistration .orderregistration-content .discount .discountcode-wrapper.bloc-darkborder h5{margin-bottom:.5rem}.orderregistration .orderregistration-content .discount .discountcode-wrapper.bloc-darkborder .discountcode .discountcode-input{align-items:stretch;display:flex}.orderregistration .orderregistration-content .discount .discountcode-wrapper.bloc-darkborder .discountcode .discountcode-input input{border-radius:4px;flex:1}.orderregistration .orderregistration-content .discount .discountcode-wrapper.bloc-darkborder .discountcode .discountcode-input .discountcode-name{margin:0}.orderregistration .orderregistration-content .discount .discountcode-wrapper.bloc-darkborder .discountcode button{margin-left:.5rem}.orderregistration .orderregistration-content .discount .discountcode-wrapper.bloc-darkborder .discountcode button.cleardiscount{background-color:transparent;border:none;color:inherit;padding:4px}.orderregistration .orderregistration-content .discount .discountcode-wrapper.bloc-darkborder .discountcode button.cleardiscount i{font-size:1rem}.orderregistration .orderregistration-content .discount .discountcode-message{margin-top:.5rem}.orderregistration .orderregistration-content .discount .discountcode-message .discountcode-error,.orderregistration .orderregistration-content .order-validation .order-validation-error-message{color:var(--ordercolorerror)}@media (max-width:1023px){.orderregistration.withglobalbasket .orderregistration-content{grid-template-areas:"breadcrumb" "step" "basket" "navbar";grid-template-columns:100%;grid-template-rows:auto;grid-gap:1rem}.orderregistration.withglobalbasket .basket{margin-bottom:1rem;margin-top:0}}@media (max-width:480px){.orderregistration .orderregistration-content .summary .summary-wrapper:not(.summary-redirect){display:grid;gap:1rem;grid-template-columns:1fr;grid-template-rows:auto}.orderregistration .orderregistration-content .summary .summary-wrapper:not(.summary-redirect) .summary-items{border-radius:8px;flex:1;margin-bottom:0;padding:1rem}.orderregistration .orderregistration-content .summary .summary-wrapper:not(.summary-redirect) .summary-items:first-of-type{grid-column:1;grid-row:span 1}.orderregistration .orderregistration-content .summary .summary-wrapper:not(.summary-redirect) .summary-items:nth-child(2),.orderregistration .orderregistration-content .summary .summary-wrapper:not(.summary-redirect) .summary-items:nth-child(3){grid-column:1}.orderregistration .orderregistration-content .breadcrumb .breadcrumb-item:not(.current):hover .label-content{display:inline-block}.orderregistration .orderregistration-content .breadcrumb .breadcrumb-item:not(.current) .label-content{display:none}.orderregistration .orderregistration-content .breadcrumb .breadcrumb-item:not(.current) .label-index{display:inline-block}}.communityorderregistrationbloc .bloc-content .order-data{grid-area:step}.communityorderregistrationbloc .bloc-content .order-data .bloc-lightborder{border-radius:8px;padding:1rem}.communityorderregistrationbloc .bloc-content .order-data .entityform-wrapper+.entityform-wrapper{margin-top:2rem}.communityorderregistrationbloc .bloc-content .order-data .entityform-wrapper .type-checkbox .fieldwrapper{align-items:center;display:flex}.communityorderregistrationbloc .bloc-content .order-data .entityform-wrapper .entityform-group.group-0.depth-1+.entityform-group.group-0.depth-1{margin-top:2rem}.communityorderregistrationbloc .bloc-content .items .item .item-display{display:none}.communityorderregistrationbloc .bloc-content .items .item .prefill{align-items:center;display:flex;margin-top:1rem}.communityorderregistrationbloc .bloc-content .error-message{color:var(--ordercolorerror);margin-bottom:0;text-align:right}.communityorderregistrationbloc .bloc-content .basket-items .item .item-membership.loading{background:var(--inwinklightbgcolor);border-radius:1rem;color:transparent;overflow:hidden;position:relative}@keyframes gradient{form{left:0}to{left:100%}}.communityorderregistrationbloc .bloc-content .basket-items .item .item-membership.loading:after{animation:gradient 1s ease-in-out infinite;background:linear-gradient(90deg,var(--inwinklightbgcolor),color-mix(in srgb,var(--inwinklightbgcolor),#000 15%),var(--inwinklightbgcolor));bottom:0;content:"";left:0;position:absolute;top:0;width:80px}