@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";*{font-family:Poppins,sans-serif;--red-color: #a6272e;font-size:clamp(8px,.8vw,20px)}*:focus-visible{outline:2px solid var(--red-color);outline-offset:2px}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-height:100vh}@media only screen and (max-width: 600px){*{font-size:clamp(10px,.8vh,20px)}}div[id=root]{height:100vh;background-color:#e5e5e5;scrollbar-width:auto;scrollbar-color:var(--red-color) #ffffff;overflow:auto}div[id=root]::-webkit-scrollbar{width:.7vw}div[id=root]::-webkit-scrollbar-track{background:#ffffff}div[id=root]::-webkit-scrollbar-thumb{background-color:var(--red-color);border-radius:15px;border:2px solid #ffffff}.panier{margin-top:5%}h1{font-size:3.2em;line-height:1.1}h2{font-size:2em}h3{font-size:1.5em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.error-boundary{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#e5e5e5;padding:2rem}.error-boundary-content{background-color:#fff;border-radius:20px;padding:3rem;text-align:center;max-width:500px;width:90%}.error-boundary-content h1{color:var(--red-color);font-size:2em;margin-bottom:1rem}.error-boundary-content p{font-size:1.1em;margin-bottom:2rem;line-height:1.6;color:#333}.error-boundary-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-boundary-btn{padding:.8rem 1.5rem;border:none;border-radius:10px;cursor:pointer;font-family:Poppins,sans-serif;font-size:1em;font-weight:600;transition:opacity .2s}.error-boundary-btn:hover{opacity:.85}.error-boundary-btn.primary{background-color:var(--red-color);color:#fff}.error-boundary-btn.secondary{background-color:transparent;border:2px solid var(--red-color);color:var(--red-color)}.loader-class{width:50px;height:50px;border:11.2px #a6272e double;border-left-style:solid;border-radius:50%;animation:spinner-aib1d7 .75s infinite linear;margin:auto}@keyframes spinner-aib1d7{to{transform:rotate(360deg)}}@media only screen and (max-width: 600px){.loader-class{width:20px;height:20px}}
