#home-page{height:100%;padding:0 1rem;background-image:url(/assets/images/shopping-mall.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}#home-page>h1{text-align:center;font-size:clamp(1rem,3vw,3rem);color:#fff;padding:10px 20px;border-radius:10px;background-color:#00000080}.quote{animation:loopQuote 5s ease-in-out forwards;opacity:0}@keyframes loopQuote{0%{opacity:0}33%,to{opacity:1}}html{scrollbar-gutter:stable}#shop-page{height:100%;background-color:#e6c496}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:#5b709f;border-radius:5px}#search-form{display:flex;justify-content:center;margin:auto;border-bottom-left-radius:75px;border-bottom-right-radius:75px;padding:15px 25px 30px;width:50vw;gap:10px;background-color:#5b709f}#search-form>input{border-radius:5px;border:1px solid rgba(91,112,159,255);font-size:20px;padding:5px;height:30px;flex:2;max-width:500px;min-width:100px}#search-form>select{flex:1;font-size:20px;max-width:fit-content;min-width:50px;border-radius:5px;border:1px solid rgba(91,112,159,255)}#cards-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));justify-items:center;padding:50px;gap:30px}.card a{display:grid;gap:10px;grid-template-rows:200px 100px 50px;border-radius:10px;min-height:350px;width:250px;padding:10px;background-color:#fff;border:1px solid grey;box-shadow:1px 1px 5px 1px gray;cursor:pointer;transition:transform .1s linear;align-items:center;justify-content:center;justify-items:center;text-decoration:none;color:inherit}.card a:hover,.card a:focus{transform:scale(1.03);border:1px solid rgba(91,112,159,255);outline:1px solid rgba(91,112,159,255);box-shadow:1px 1px 5px 1px #5b709f}.cardImage{max-height:200px;max-width:200px}.cardTitle{margin:0 25px;font-size:18px}.cardPrice{color:green;font-weight:700;justify-self:end;margin:0 25px}@media screen and (max-width: 500px){#cards-container{padding:50px 0}.card a{width:200px}#search-form{max-width:200px}}#cart-page{background-color:#e6c496;display:flex;gap:20px;flex-direction:column;align-items:center;height:100%}#cart-items{display:flex;flex-direction:column;gap:20px;padding:10px}.cart-item{display:flex;gap:15px;background-color:#fff;border-radius:10px;min-height:200px;border:1px solid grey;box-shadow:1px 1px 5px 1px gray}.cart-item h1{font-size:1.1rem}.cart-item h2{font-size:1rem}.item-image{display:flex;align-items:center;justify-content:center;padding:10px;height:200px;min-width:200px}.item-image img{max-height:200px;max-width:200px}.item-details{display:flex;flex-direction:column;justify-content:center;flex-grow:1;padding:10px}.item-quantity{display:flex;align-items:center;text-align:center;height:50px;gap:10px}.item-quantity h2{width:20px}.item-quantity button{height:25px;width:25px;border-radius:50%;font-weight:600;color:#000;background-color:#e6c496;border:2px solid black;transition:all linear .2s}.item-remove{rotate:180deg;width:fit-content;writing-mode:vertical-rl;font-size:18px;color:#fff;background-color:#ff4500;padding:10px;font-weight:600;letter-spacing:5px;border-top-left-radius:inherit;border-bottom-left-radius:inherit;border:transparent;transition:background-color linear .2s}.item-remove:hover,.item-remove:focus{background-color:red}#checkout{max-width:100%;display:flex;align-items:center;gap:20px;border-radius:10px;padding:0 10px;margin:20px 10px;background-color:#fff;border:1px solid grey;box-shadow:1px 1px 5px 1px gray}#checkout button{font-weight:600;font-size:15px;border-radius:10px;height:30px;transition:all linear .25s;color:#000;border:2px solid black;background-color:#e6c496}#checkout button:hover,#checkout button:focus,.item-quantity button:hover,.item-quantity button:focus{color:#fff;background-color:#5b709f}button{cursor:pointer}@media screen and (max-width: 500px){.cart-item{flex-direction:column;min-width:200px}.item-quantity{align-self:center}.item-remove{rotate:0deg;width:100%;writing-mode:horizontal-tb;border-top-left-radius:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}#checkout{font-size:.75rem;padding:10px;min-width:200px;flex-wrap:wrap;justify-content:center}}#product-page{height:100%;background-color:#e6c496;display:flex;align-items:center;justify-content:center;padding:10px;box-sizing:border-box}#product{display:flex;flex-direction:column;min-height:300px;max-width:600px;padding:20px;border:1px solid rgba(91,112,159,255);box-shadow:1px 1px 5px 1px #5b709f;border-radius:10px;background-color:#fff}#product img{align-self:center;max-height:400px;max-width:400px}#product .title{font-size:1.5rem}#product .description{font-size:1.25rem}.details-wrapper{display:flex;flex-wrap:wrap;gap:25px;margin:15px auto}.details-wrapper h3{margin:0}.rate span{color:#daa520}.count a{color:#00f}.price span{color:green}.form-wrapper form{display:flex;justify-content:center;gap:10px}.form-wrapper input,.form-wrapper button{border:2px solid black;outline-color:#000;border-radius:10px;height:30px;box-sizing:border-box;padding:5px 10px;font-weight:600;font-size:1rem;transition:background-color linear .3s}.form-wrapper button{background-color:#e6c496;cursor:pointer}.form-wrapper button:hover,.form-wrapper button:focus{color:#fff;background-color:#5b709f}#tn-box{color:#fff;box-sizing:border-box;height:80px;min-width:200px;position:fixed;top:0;right:0;margin:15px;padding:15px;text-align:left;border-radius:5px;box-shadow:0 1px 1px #0000001a,inset 0 1px #fff9;opacity:0;cursor:default;display:none}.tn-box-color-1{background:#5b709f;border:1px solid black}.tn-progress{width:0;height:4px;background:#ffffff4d;position:absolute;bottom:5px;left:2%;border-radius:3px;box-shadow:inset 0 1px 1px #0000000d,0 -1px #fff9}#tn-box.tn-box-active{display:block;animation:fadeOut 2s linear}#tn-box.tn-box-active .tn-progress{animation:runProgress 1s linear forwards .5s}@keyframes fadeOut{0%{opacity:0}10%{opacity:1}90%{opacity:1;transform:translateY(0)}99%{opacity:0;transform:translateY(-30px)}to{opacity:0}}@keyframes runProgress{0%{width:0%;background:#ffffff4d}to{width:96%;background:#fff}}@media screen and (max-width: 500px){#product{padding:5px}#product .title{font-size:1.3rem}#product .description{font-size:1.15rem}#product img{max-height:250px;max-width:100%}}html,body{margin:0;padding:0}html{height:100%;width:100%}body{min-height:100%;min-width:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#root{height:100%;width:100%;display:flex}#error-page{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%}i{color:red}#sidebar{display:flex;flex-direction:column;height:100vh;max-width:300px;background-color:#5b709f;position:sticky;top:0;padding:5px;box-sizing:border-box;border-right:2px solid black}#sidebar>.home-link{padding:0 5px;font-size:1.5rem;text-align:center;text-decoration:none;color:#e6c496;text-shadow:3px 3px 3px black}#sidebar nav{flex:1;overflow:auto;padding-top:1.5rem}#sidebar nav img{height:30px;width:30px}#sidebar ul{padding:0;margin:0;list-style:none}#sidebar li{margin:1.5rem 0;font-weight:700;font-size:1.5rem}#sidebar nav a{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:10px;color:inherit;gap:10px;text-decoration:none;border-bottom:2px solid}nav a>span{width:70px}.cart-wrapper{position:relative}.total-items{font-size:15px;position:absolute;top:0;left:125%;color:#fff;background-color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;height:35px;width:35px}#sidebar nav a:hover{background:#fff}#sidebar nav a.active{background:#e6c496}#sidebar nav a.pending{color:#e6c496}#sidebar .footer{display:flex;flex-direction:column;gap:10px}.empty-links{display:flex;gap:10px;justify-content:center}.empty-links a{text-decoration:none;color:inherit}.github-link{display:flex;align-items:center;justify-content:center;gap:10px}.github-logo{height:30px;width:30px}#content{flex:1;min-height:100%;width:100%}#content.loading{opacity:.25;transition:opacity .2s;transition-delay:.2s}@media screen and (max-width: 1023px){#sidebar .home-link,#sidebar nav a span,#sidebar .empty-links,#sidebar .github-link>p{display:none}#sidebar .total-items{font-size:10px;position:absolute;top:50%;left:50%;color:#fff;background-color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;height:20px;width:20px}}
