.custom-checkbox-group{position:relative;-webkit-transition:margin-bottom .25s ease-in-out;-o-transition:margin-bottom .25s ease-in-out;transition:margin-bottom .25s ease-in-out;cursor:pointer}.custom-checkbox-group .btn{padding:0 !important}.custom-checkbox-group.invalid{-webkit-animation:shake .55s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;animation:shake .55s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;margin-bottom:1.5rem}.custom-checkbox-group .error{opacity:0;font-size:14px;position:absolute;top:105%;left:0;-webkit-animation:error-fadein .25s ease-in-out forwards;animation:error-fadein .25s ease-in-out forwards}.custom-checkbox-group input[type=checkbox]{min-width:22px;height:22px;border-radius:0 !important;border:1px solid #2b343d;opacity:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;cursor:pointer;-webkit-transition:-webkit-transform .1s ease-in-out;transition:-webkit-transform .1s ease-in-out;-o-transition:transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out, -webkit-transform .1s ease-in-out;will-change:transform}.custom-checkbox-group input[type=checkbox].invalid{border-color:#cd341c}.custom-checkbox-group input[type=checkbox]:focus{outline:none;-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15);border-color:#005780}.custom-checkbox-group input[type=checkbox]:checked~.check{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.custom-checkbox-group .check{position:absolute;top:0;left:0;width:22px;height:22px;pointer-events:none;-webkit-transition:opacity .25s ease-in-out,-webkit-transform .25s ease-in-out;transition:opacity .25s ease-in-out,-webkit-transform .25s ease-in-out;-o-transition:transform .25s ease-in-out,opacity .25s ease-in-out;transition:transform .25s ease-in-out,opacity .25s ease-in-out;transition:transform .25s ease-in-out,opacity .25s ease-in-out,-webkit-transform .25s ease-in-out;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);will-change:transform,opacity}.custom-checkbox-group .check svg{width:12px;height:auto}.custom-checkbox-group.required input[type=checkbox]{position:relative}.custom-checkbox-group.required input[type=checkbox]::after{content:"*";position:absolute;color:red;right:-14px;top:0}.custom-checkbox-group label{margin:0;padding-left:1rem;font-size:14px;cursor:pointer;line-height:22px}
.custom-radio-group{position:relative;-webkit-transition:margin-bottom .25s ease-in-out;-o-transition:margin-bottom .25s ease-in-out;transition:margin-bottom .25s ease-in-out;cursor:pointer}.custom-radio-group.simple label span{font-weight:500;text-decoration:underline}.custom-radio-group.simple input[type=radio]{display:none}.custom-radio-group.block{position:relative;padding:1rem 1.5rem;border:1px solid #84959e;-webkit-box-shadow:0 3px 30px 0 rgba(0,0,0,.05);box-shadow:0 3px 30px 0 rgba(0,0,0,.05);-webkit-transition:-webkit-box-shadow .25s ease-in-out;transition:-webkit-box-shadow .25s ease-in-out;-o-transition:box-shadow .25s ease-in-out;transition:box-shadow .25s ease-in-out;transition:box-shadow .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;will-change:background-color,box-shadow,color}.custom-radio-group.block.has-icon{padding:1rem}.custom-radio-group.block::after{content:"";position:absolute;left:-1px;top:-1px;width:calc(100% + 2px);height:calc(100% + 2px);border:3px solid #005780;border-radius:2px;pointer-events:none;opacity:0;-webkit-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;will-change:opacity}.custom-radio-group.block:hover:not(.disabled),.custom-radio-group.block.selected{-webkit-box-shadow:0 3px 30px 0 rgba(13,71,161,.15);box-shadow:0 3px 30px 0 rgba(13,71,161,.15)}.custom-radio-group.block:hover:not(.disabled)::after,.custom-radio-group.block.selected::after{opacity:1}.custom-radio-group.block .data-col{font-size:14px;position:absolute}.custom-radio-group.block .data-col.c-1{left:195px}@media screen and (min-width: 360px){.custom-radio-group.block .data-col.c-1{left:235px}}@media screen and (min-width: 375px){.custom-radio-group.block .data-col.c-1{left:250px}}@media screen and (min-width: 414px){.custom-radio-group.block .data-col.c-1{left:290px}}.custom-radio-group.block .data-col.c-2{left:415px}.custom-radio-group.block label{font-weight:400;max-width:160px}@media screen and (min-width: 360px){.custom-radio-group.block label{max-width:200px}}.custom-radio-group.disabled{opacity:.5 !important;cursor:not-allowed}.custom-radio-group.invalid{-webkit-animation:shake .55s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;animation:shake .55s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;margin-bottom:1.5rem}.custom-radio-group.invalid.block{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.custom-radio-group.invalid.block:after{border-width:2px;border-color:#d50514}.custom-radio-group:hover:not(.disabled) input[type=radio]::after{-webkit-transform:translateX(-50%) translateY(-50%) scale(0.5);-ms-transform:translateX(-50%) translateY(-50%) scale(0.5);transform:translateX(-50%) translateY(-50%) scale(0.5)}.custom-radio-group .error{opacity:0;font-size:14px;position:absolute;top:105%;left:0;-webkit-animation:error-fadein .25s ease-in-out forwards;animation:error-fadein .25s ease-in-out forwards}.custom-radio-group input[type=radio]{min-width:24px;height:24px;border-radius:50% !important;border:1px solid #84959e;opacity:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;background-color:#fff;cursor:pointer}.custom-radio-group input[type=radio].invalid{border-color:#cd341c}.custom-radio-group input[type=radio]:focus{outline:none;border-color:#005780}.custom-radio-group input[type=radio]:focus::after{-webkit-transform:translateX(-50%) translateY(-50%) scale(0.5);-ms-transform:translateX(-50%) translateY(-50%) scale(0.5);transform:translateX(-50%) translateY(-50%) scale(0.5)}.custom-radio-group input[type=radio]::after{content:"";position:absolute;width:12px;height:12px;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) scale(0);-ms-transform:translateX(-50%) translateY(-50%) scale(0);transform:translateX(-50%) translateY(-50%) scale(0);background-color:#005780;border-radius:50%;-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;-o-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out, -webkit-transform .25s ease-in-out;will-change:transform}.custom-radio-group input[type=radio]:checked::after{-webkit-transform:translateX(-50%) translateY(-50%) scale(1);-ms-transform:translateX(-50%) translateY(-50%) scale(1);transform:translateX(-50%) translateY(-50%) scale(1)}.custom-radio-group label{margin:0 !important;font-weight:500;padding-left:1rem;font-size:14px;cursor:pointer;line-height:24px}.custom-radio-group label.icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.custom-radio-group label.icon span{display:none}.custom-radio-group label.icon svg,.custom-radio-group label.icon img{width:100%;min-width:60px;max-width:65px;max-height:50px;height:auto}.custom-radio-group.payment-method{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}.custom-radio-group.payment-method label{max-width:unset !important}.custom-radio-group.payment-method label.icon{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.custom-radio-group.payment-method label.icon span{display:none}.custom-radio-group.payment-method label.icon svg,.custom-radio-group.payment-method label.icon img{width:auto;min-width:60px;max-height:50px;max-width:unset}
.custom-select-group{position:relative;-webkit-transition:margin-bottom .25s ease-in-out;-o-transition:margin-bottom .25s ease-in-out;transition:margin-bottom .25s ease-in-out}.custom-select-group.invalid{-webkit-animation:shake .55s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;animation:shake .55s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;margin-bottom:1.5rem}.custom-select-group .error{opacity:0;font-size:14px;position:absolute;top:105%;left:0;-webkit-animation:error-fadein .25s ease-in-out forwards;animation:error-fadein .25s ease-in-out forwards}.custom-select-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:block;width:100%;font-size:14px;line-height:18px;padding:1.5rem 1rem .5rem 1rem;border-radius:0;border:1px solid #84959e;-webkit-transition:border-color .25s ease-in-out;-o-transition:border-color .25s ease-in-out;transition:border-color .25s ease-in-out;will-change:border-color;background-color:#fff}.custom-select-group select:disabled{background-color:rgba(43,52,61,.1);color:rgba(43,52,61,.35)}.custom-select-group select.invalid{border-color:#cd341c}.custom-select-group select:focus{outline:none}.custom-select-group select.dirty+label,.custom-select-group select:focus+label{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);font-size:10px}.custom-select-group .chevron{position:absolute;top:0;right:0;bottom:0;pointer-events:none}.custom-select-group .chevron svg{width:8px;height:auto}.custom-select-group label{position:absolute;font-size:14px;color:#84959e;left:1rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0;-webkit-transition:font-size .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:font-size .15s ease-in-out,-webkit-transform .15s ease-in-out;-o-transition:transform .15s ease-in-out,font-size .15s ease-in-out;transition:transform .15s ease-in-out,font-size .15s ease-in-out;transition:transform .15s ease-in-out,font-size .15s ease-in-out,-webkit-transform .15s ease-in-out;will-change:transform,font-size}@-webkit-keyframes error-fadein{0%{opacity:0}100%{opacity:1}}@keyframes error-fadein{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}20%,80%{-webkit-transform:translate3d(2px, 0, 0);transform:translate3d(2px, 0, 0)}30%,50%,70%{-webkit-transform:translate3d(-4px, 0, 0);transform:translate3d(-4px, 0, 0)}40%,60%{-webkit-transform:translate3d(4px, 0, 0);transform:translate3d(4px, 0, 0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}20%,80%{-webkit-transform:translate3d(2px, 0, 0);transform:translate3d(2px, 0, 0)}30%,50%,70%{-webkit-transform:translate3d(-4px, 0, 0);transform:translate3d(-4px, 0, 0)}40%,60%{-webkit-transform:translate3d(4px, 0, 0);transform:translate3d(4px, 0, 0)}}
.custom-text-group{display:block;position:relative;-webkit-transition:margin-bottom .25s ease-in-out;-o-transition:margin-bottom .25s ease-in-out;transition:margin-bottom .25s ease-in-out}.custom-text-group.invalid{-webkit-animation:shake .55s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;animation:shake .55s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;margin-bottom:1.5rem}.custom-text-group.sm input{padding:.5rem;font-weight:500}.custom-text-group .error{opacity:0;font-size:14px;position:absolute;top:105%;left:0;-webkit-animation:error-fadein .25s ease-in-out forwards;animation:error-fadein .25s ease-in-out forwards}.custom-text-group input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:block;width:100%;font-size:14px;line-height:18px;padding:1.5rem 1rem .5rem 1rem;border-radius:0;border:1px solid #84959e;-webkit-transition:border-color .25s ease-in-out;-o-transition:border-color .25s ease-in-out;transition:border-color .25s ease-in-out;will-change:border-color}.custom-text-group input:disabled,.custom-text-group input:-moz-read-only{border-color:#cdcdcd}.custom-text-group input:disabled,.custom-text-group input:read-only{border-color:#cdcdcd}.custom-text-group input:disabled{background-color:rgba(43,52,61,.1);color:rgba(43,52,61,.35)}.custom-text-group input.invalid{border-color:#cd341c}.custom-text-group input:focus{outline:none}.custom-text-group input.dirty+label,.custom-text-group input:focus+label{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);font-size:10px}.custom-text-group label{position:absolute;font-size:14px;color:#84959e;left:1rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0;-webkit-transition:font-size .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:font-size .15s ease-in-out,-webkit-transform .15s ease-in-out;-o-transition:transform .15s ease-in-out,font-size .15s ease-in-out;transition:transform .15s ease-in-out,font-size .15s ease-in-out;transition:transform .15s ease-in-out,font-size .15s ease-in-out,-webkit-transform .15s ease-in-out;will-change:transform,font-size}.custom-text-group .reveal{position:absolute;top:0;right:0;height:100%}.custom-text-group .reveal:hover svg g{opacity:1}.custom-text-group .reveal svg{width:26px}.custom-text-group .reveal svg g{-webkit-clip-path:none;clip-path:none;-webkit-transition:.2s opacity ease-in-out;-o-transition:.2s opacity ease-in-out;transition:.2s opacity ease-in-out}@-webkit-keyframes error-fadein{0%{opacity:0}100%{opacity:1}}@keyframes error-fadein{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}20%,80%{-webkit-transform:translate3d(2px, 0, 0);transform:translate3d(2px, 0, 0)}30%,50%,70%{-webkit-transform:translate3d(-4px, 0, 0);transform:translate3d(-4px, 0, 0)}40%,60%{-webkit-transform:translate3d(4px, 0, 0);transform:translate3d(4px, 0, 0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}20%,80%{-webkit-transform:translate3d(2px, 0, 0);transform:translate3d(2px, 0, 0)}30%,50%,70%{-webkit-transform:translate3d(-4px, 0, 0);transform:translate3d(-4px, 0, 0)}40%,60%{-webkit-transform:translate3d(4px, 0, 0);transform:translate3d(4px, 0, 0)}}
.custom-textarea-group{position:relative;-webkit-transition:margin-bottom .25s ease-in-out;-o-transition:margin-bottom .25s ease-in-out;transition:margin-bottom .25s ease-in-out}.custom-textarea-group.invalid{-webkit-animation:shake .55s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;animation:shake .55s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;margin-bottom:1.5rem}.custom-textarea-group .error{opacity:0;font-size:14px;position:absolute;top:105%;left:0;-webkit-animation:error-fadein .25s ease-in-out forwards;animation:error-fadein .25s ease-in-out forwards}.custom-textarea-group textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:block;width:100%;font-size:14px;line-height:18px;padding:1.5rem 1rem .5rem 1rem;border-radius:0;border:1px solid #84959e;-webkit-transition:border-color .25s ease-in-out;-o-transition:border-color .25s ease-in-out;transition:border-color .25s ease-in-out;will-change:border-color}.custom-textarea-group textarea:disabled{background-color:rgba(43,52,61,.1);color:rgba(43,52,61,.35)}.custom-textarea-group textarea.invalid{border-color:#cd341c}.custom-textarea-group textarea:focus{outline:none}.custom-textarea-group textarea.dirty+label,.custom-textarea-group textarea:focus+label{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);font-size:10px;background:#fff;width:98.5%;left:1%;top:21px;display:block;height:20px}.custom-textarea-group label{position:absolute;font-size:14px;color:#84959e;left:1rem;top:1.5rem;margin:0;-webkit-transition:font-size .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:font-size .15s ease-in-out,-webkit-transform .15s ease-in-out;-o-transition:transform .15s ease-in-out,font-size .15s ease-in-out;transition:transform .15s ease-in-out,font-size .15s ease-in-out;transition:transform .15s ease-in-out,font-size .15s ease-in-out,-webkit-transform .15s ease-in-out;will-change:transform,font-size}.custom-textarea-group .reveal{position:absolute;top:0;right:0;height:100%}.custom-textarea-group .reveal svg{width:26px}@-webkit-keyframes error-fadein{0%{opacity:0}100%{opacity:1}}@keyframes error-fadein{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}20%,80%{-webkit-transform:translate3d(2px, 0, 0);transform:translate3d(2px, 0, 0)}30%,50%,70%{-webkit-transform:translate3d(-4px, 0, 0);transform:translate3d(-4px, 0, 0)}40%,60%{-webkit-transform:translate3d(4px, 0, 0);transform:translate3d(4px, 0, 0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}20%,80%{-webkit-transform:translate3d(2px, 0, 0);transform:translate3d(2px, 0, 0)}30%,50%,70%{-webkit-transform:translate3d(-4px, 0, 0);transform:translate3d(-4px, 0, 0)}40%,60%{-webkit-transform:translate3d(4px, 0, 0);transform:translate3d(4px, 0, 0)}}
.BlikCode[data-v-116eebaa]{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;gap:24px}.BlikCode__icon[data-v-116eebaa]{padding:6px;border:1px solid #84959e;border-radius:2px}.BlikCode__preview[data-v-116eebaa]{color:#2b343e;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:20px}.BlikCode__preview span[data-v-116eebaa]{padding-left:6px;font-weight:500;font-size:16px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.BlikCode__preview svg[data-v-116eebaa]{max-height:42px;min-width:50px}.BlikCode__preview svg>g[data-v-116eebaa]{fill:#2b343d}.BlikCode__additionalData[data-v-116eebaa]{font-size:14px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:10px}
.order-summary-mobile{position:fixed !important;top:56px;z-index:101}.order-summary-mobile>:first-child{background:#e9eaec;padding:1rem 1.5rem}.order-summary-mobile>:last-child{max-height:0}.order-summary-mobile>:last-child>div{background:#f4f5f5;padding:1rem 1.5rem 1.5rem;height:calc(100vh - 104px);overflow:auto}.order-summary-mobile-icon{width:27px;height:11px}.root-screen .shipping-method-preview{padding:6px;border:1px solid #84959e;border-radius:2px}.root-screen .shipping-method-preview svg{max-height:42px;min-width:50px}.root-screen .holiday-prom-infobox{margin:0;font-size:14px;cursor:pointer;line-height:22px}.root-screen .order-note-preview{max-height:96px;overflow:hidden;position:relative;text-align:justify;margin-bottom:0 !important}.root-screen .order-note-preview.\--open{max-height:100%}.root-screen .order-note-preview.\--open::after{display:none}.root-screen .order-note-preview.\--blurred::after{position:absolute;content:"";width:100%;height:24px;bottom:0;right:0;opacity:.3;background:-webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(82%, rgb(255, 255, 255)), to(rgb(210, 210, 210)));background:-webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 82%, rgb(210, 210, 210) 100%);background:-o-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 82%, rgb(210, 210, 210) 100%);background:linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 82%, rgb(210, 210, 210) 100%)}.root-screen .shipping-method-title,.root-screen .summary-item{font-size:14px}.root-screen .order-summary-desktop{position:sticky !important;top:3rem}.root-screen .text-underline{text-decoration:underline !important}.root-screen .cursor-pointer{cursor:pointer}.root-screen .dr-iren-points{margin-top:15px;margin-bottom:30px}.root-screen .dr-iren-points .block_title{font-weight:400;font-size:26px;line-height:26px;color:#2b343d;margin-bottom:15px}.root-screen .dr-iren-points .hint{font-weight:400;font-size:16px;line-height:16px;color:rgba(43,51,62,.6);max-width:420px;margin-top:10px}.root-screen .dr-iren-points .checkbox_wrap{display:-ms-flexbox;display:flex}.root-screen .dr-iren-points .checkbox_wrap .label_wrap{font-weight:400;font-size:16px;line-height:16px;color:#2b333e;margin-top:-5px;margin-left:-10px}.root-screen .dr-iren-points .checkbox_wrap .label_wrap .diamonds{font-weight:500}.root-screen .dr-iren-points .checkbox_wrap .label_wrap .diamonds svg{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);margin:0 -10px}.icon-holder{width:101px;height:101px;position:relative;background-color:rgba(43,52,61,.1)}.icon-holder svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:56px;height:56px}@media screen and (min-width: 992px){.icon-holder svg{width:81px;height:81px}}@media screen and (min-width: 992px){.icon-holder{width:153px;height:153px}}.check-disabled{opacity:.6}.excluded-loyalty-headline{font-weight:500}.loyalty-hint{max-width:100% !important;margin-top:24px !important}.payment-method-error{color:#eb5757}

/*# sourceMappingURL=19.fda85932428b333cd11c.css.map*/