:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;text-align:center;min-height:100vh}main{--hdr-height: 3.3rem;padding-top:var(--hdr-height);min-height:calc(100vh - var(--hdr-height));display:flex;place-items:center}.sub-title{padding-bottom:1rem}.product-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}.shopping-cart-list{display:grid;grid-template-columns:repeat(2,1fr) 160px;align-items:center;gap:1rem}.total-price{font-size:1.5rem}.price-divider{margin-top:1rem;margin-bottom:1rem}.nav{position:fixed;z-index:10;top:0;margin:0 auto;width:99vw;display:flex;justify-content:center}.nav-link{background-color:#333;padding:.7rem 3rem;color:#f5f5f5;box-shadow:inset 0 -3px 5px #000000b2,0 0 10px 10px #0000003b}.nav-link:first-of-type{border-radius:10px 0 0 10px}.nav-link:last-of-type{border-radius:0 10px 10px 0}.nav-link:hover{filter:brightness(1.1)}.nav-link:active{filter:brightness(.8)}.main-container{margin:0 auto}.product-card{overflow:hidden;background-color:#2d2d2d;border-radius:10px;max-width:600px;display:flex;flex-direction:column}.product-card header{border-radius:10px 10px 0 0;background-color:#333}.product-card h3{padding:5px}.product-card article{padding:1rem;display:flex;gap:.5rem;flex-grow:1}.product-card img{height:auto;object-fit:contain;width:10rem}.product-details{display:flex;flex-direction:column;height:100%}.product-description{overflow-wrap:anywhere;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;max-height:12rem;padding-bottom:1rem;overflow-y:scroll;position:relative}.add-to-cart-btn{margin-top:auto}.pricetag{white-space:nowrap;position:absolute;margin:0 5px 0 10px;display:inline-block;height:25px;border-radius:0 5px 5px 0;padding:0 25px 0 15px;background:#e8edf0;border:0 solid #c7d2d4;border-top-width:1px;border-bottom-width:1px;color:green;font-size:1.4rem;line-height:26px;transform:rotate(-10deg)}.pricetag:before{position:absolute;content:"●";color:#fff;text-shadow:0 0 1px #333;font-size:11px;line-height:0px;text-indent:12px;left:-15px;width:1px;height:0px;border-right:14px solid #e8edf0;border-top:13px solid transparent;border-bottom:13px solid transparent;transform:scaleY(1.1) scaleX(1.1)}.number-input__label{font-size:1.2rem;font-weight:700}.number-input__field{padding:.4rem 1rem;font-size:1.2rem}.number-input__button-controls{font-size:2rem;font-weight:700;display:flex;gap:5px}.number-input__button{padding:.4rem 1rem;display:grid;place-content:center}
