@keyframes opacity-end-100{0%{opacity:0}to{opacity:1}}@keyframes opacity-bounce{0%{opacity:.4}50%{opacity:.6}to{opacity:.4}}@keyframes translateY-start-negative{0%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}@font-face{font-family:din-condensed;src:url(../fonts/DINCond-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:din-condensed;src:url(../fonts/DINCond-Bold.woff) format("woff");font-weight:700;font-style:normal}.product-order__wrapper{display:flex;flex-direction:column;margin-bottom:16px;gap:16px}@media(min-width:1024px){.product-order__wrapper{flex-direction:row-reverse}}.product-order--sticky .product-order__wrapper{justify-content:space-between}.product-order__counter{display:flex;height:42px;border:1px solid #e6ebef}@media(min-width:1024px){.product-order__counter{height:52px;position:absolute;left:24px;top:16px}}.product-order__counter-button{height:100%;width:42px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;background-color:#fff;color:#003961;transition:all .2s ease-in-out}.product-order__counter-button:hover{background:#e6ebef}@media(min-width:1024px){.product-order__counter-button{width:38px}}.product-order__counter-button--minus{border-right:1px solid #e6ebef}.product-order__counter-button--plus{border-left:1px solid #e6ebef}.product-order__counter-button svg path{fill:#003961;transition:all .2s ease-in-out}.product-order__counter-button--inactive{background-color:#f2f6fa;pointer-events:none}.product-order__counter-button--inactive svg path{fill:#e6ebef}.product-order__counter-amount{height:100%;width:100%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;background-color:#f2f6fa;color:#003961}@media(min-width:1024px){.product-order__counter-amount{width:52px}}.product-order__form-button{text-transform:uppercase;border-radius:2px;height:48px;font-weight:700;width:100%}@media(min-width:1024px){.product-order__form-button{height:100%}}.product-order__form-button--inactive{pointer-events:none;opacity:.5}.product-order__price{color:#003961;font-size:1rem;font-weight:700;justify-content:flex-end;display:flex}.product-order__price>span:not(:last-child){margin-left:.4rem}.product-order__image{display:none}.product-order__image--visible{margin-left:10px;display:block}.product-order__spinner{animation:rotate 2s linear infinite;z-index:2;margin:0 0 0 16px;width:50px;height:50px}.product-order__spinner .path{stroke:#93bfec;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}.product-order--sticky{position:fixed;bottom:0;left:0;right:0;width:100%;z-index:999;background:#fff;padding:16px;border:1px solid #6a8fb4;border-bottom:none;backdrop-filter:blur(8px) brightness(.95);background-color:hsla(0,0%,100%,.9);box-shadow:0 -2px 10px rgba(0,0,0,.1);border-radius:2px}.lock-scroll .product-order--sticky{z-index:1}@media(min-width:1024px){.product-order--sticky{position:sticky;left:auto;right:auto;width:auto;border-radius:2px;border-bottom:1px solid #6a8fb4;padding:16px 32px;box-shadow:none}}.product-order__price-container{display:flex;align-items:center;gap:16px;padding-top:12px;border-top:1px dashed rgba(0,57,97,.25)}.product-order__price-container>div{flex:1 1 0}@media(min-width:1024px){.product-order__price-container>div{flex:none}}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}