@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@-webkit-keyframes backgroundPulse{0%{background-position:0 0}to{background-position:100em 0}}@keyframes backgroundPulse{0%{background-position:0 0}to{background-position:100em 0}}*{box-sizing:border-box;outline:0;padding:0;margin:0}:root{--primary-color:#020202;--secondary-color:#ff5c20;--bg-color:#f8fafc;--text-color:#000;--text-contrast-color:#fff;--error-color:#f6323f;--primary-font:"Montserrat",sans-serif}html{font-size:62.5%;font-family:var(--primary-font)!important}@media screen and (max-width:900px){html{font-size:55%}}body{font-family:var(--primary-font)!important;font-size:1.6rem;min-height:100vh;background:var(--bg-color)!important}button,input,select,textarea{background-color:transparent;border:0}button{cursor:pointer;transition:all .1s linear}button:active{transform:translateY(4px)}#loader-root,#modal-root{position:absolute}#modal-root{z-index:5}#loader-root{z-index:10}.swal-button-container{display:block;width:100%;margin:0}a{text-decoration:none!important}.scroll{overflow-y:scroll;overflow-x:hidden;scrollbar-color:rgba(255,91,32,.067) hsla(0,0%,95%,0);scrollbar-width:thin}.scroll::-webkit-scrollbar-thumb{background:rgba(255,91,32,.067);border-radius:4px}.scroll::-webkit-scrollbar{width:0}.scroll::-webkit-scrollbar-thumb:active{background-color:rgba(255,91,32,.129)}.scroll::-webkit-scrollbar-thumb:hover{background:rgba(255,91,32,.129)}.scroll::-webkit-scrollbar-track{background:hsla(0,0%,95%,0);border-radius:4px}.scroll::-webkit-scrollbar-track:active,.scroll::-webkit-scrollbar-track:hover{background:transparent}.swal-button{font-style:normal;font-size:1.7rem;font-weight:700;line-height:2.6rem;text-align:center;display:block;width:100%;max-width:200px;margin:0 auto;padding:10px 20px;color:var(--neutral-color);border-radius:8px}.swal-button,.swal-button:not([disabled]):hover{background-color:var(--secondary-color)}.cart__loading{display:flex;justify-content:flex-start;align-items:center;border:1px solid #e8e8e8;border-radius:0;flex-direction:column;flex-grow:1;height:300px;width:230px}.cart__loading-img{background:linear-gradient(90deg,hsla(0,0%,87%,.6) 8%,hsla(0,0%,93%,.6) 25%,hsla(0,0%,87%,.6) 50%);-webkit-animation:backgroundPulse 7s linear infinite forwards;animation:backgroundPulse 7s linear infinite forwards;width:100%;height:180px}.cart__loading-title{height:25px;margin:16px 8px}.cart__loading-price,.cart__loading-title{background:linear-gradient(90deg,hsla(0,0%,87%,.6) 8%,hsla(0,0%,93%,.6) 25%,hsla(0,0%,87%,.6) 50%);-webkit-animation:backgroundPulse 7s linear infinite forwards;animation:backgroundPulse 7s linear infinite forwards;width:calc(100% - 16px)}.cart__loading-price{height:35px;margin:0 8px}