.lds-grid{display:inline-block;position:relative;width:80px;height:80px}.lds-grid div{position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;animation:lds-grid 1.2s linear infinite}.lds-grid div:nth-child(1){top:8px;left:8px;animation-delay:0s}.lds-grid div:nth-child(2){top:8px;left:32px;animation-delay:-.4s}.lds-grid div:nth-child(3){top:8px;left:56px;animation-delay:-.8s}.lds-grid div:nth-child(4){top:32px;left:8px;animation-delay:-.4s}.lds-grid div:nth-child(5){top:32px;left:32px;animation-delay:-.8s}.lds-grid div:nth-child(6){top:32px;left:56px;animation-delay:-1.2s}.lds-grid div:nth-child(7){top:56px;left:8px;animation-delay:-.8s}.lds-grid div:nth-child(8){top:56px;left:32px;animation-delay:-1.2s}.lds-grid div:nth-child(9){top:56px;left:56px;animation-delay:-1.6s}@keyframes lds-grid{0%,to{opacity:1}50%{opacity:.5}}.loader{display:flex;justify-content:center;align-items:center;height:30vh}:root{--item-size: 250px}#root{display:flex;flex-direction:column;min-height:var(--app-height);justify-content:space-between}.wrapper{width:1500px;min-height:80vh;margin:0 auto}.app{min-height:calc(var(--app-height) - var(--footer-size));height:100%}.home{min-height:calc(var(--app-height) - var(--footer-size));height:100%;display:flex;flex-direction:column}.box{width:100vw;background-color:var(--theme-color)}.home-info{padding:0 20px;margin:0 auto;max-width:1400px;gap:100px;display:flex;position:relative;top:20vh}.home-quote{font-size:4rem;font-weight:600}.home h2{color:#fc0;margin-bottom:0}.home-image-container{width:1000px}.home-image{height:100%;width:100%;border-radius:5px}.btn-start{font-size:1.2rem;font-weight:600}.btn-start:hover{border-color:#fff!important}.line{height:30vh;width:100vw;background-image:url(/assets/line-b3030bed.svg);background-repeat:no-repeat;background-size:cover;background-position:left bottom;overflow:hidden}nav{background-color:#252525}nav ul{max-width:1500px;margin:0 auto;padding:20px 0;display:flex;gap:20px;list-style:none}.nav-cart{margin-left:auto;margin-right:0}.products{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(var(--item-size),1fr));margin-bottom:50px}.item-card{margin:0 auto;box-sizing:content-box;display:flex;width:var(--item-size);flex-direction:column;justify-content:flex-end}.item-title{color:#fff;font-weight:600}.item-title,.related-item-title{margin-top:0;margin-bottom:auto;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.preview-info{display:flex}.preview-price{font-weight:600}.preview-rate{margin-right:10px;margin-left:auto;font-weight:600;color:gray}.preview-count{color:var(--theme-color)}.image-card,.detail-image-card,.cart-item-img-container,.related-img-container{background-color:#fff;display:flex;justify-content:center;align-items:center;border-radius:5px}.image-card{padding:10px;width:var(--item-size);height:var(--item-size)}.item-card img,.detail-image-card img,.cart-item-img-container img,.related-img-container img{max-width:100%;max-height:100%;object-fit:cover;user-select:none;-webkit-user-select:none;-moz-user-select:none}.details{margin-top:50px}.detail-image-card{padding:20px;width:500px;height:500px}.product-detail{display:flex;justify-content:center;gap:50px;margin-bottom:50px}.detail-info-card{width:600px;height:500px;display:flex;flex-direction:column;justify-content:space-between}.detail-info-card h2{margin:0}.rating{font-weight:600;font-size:1.2rem;color:gray}.count{color:var(--theme-color)}.detail-price{font-weight:700;font-size:1.5rem}.desc-label{font-weight:600}.category{color:var(--theme-color)}#quantity{width:100px;cursor:text;text-align:center}.related-section{margin-bottom:50px}.related-label{font-weight:600;font-size:1.2rem;margin-bottom:10px}.related-items{display:flex;flex-wrap:nowrap;gap:40px;overflow:scroll}.related-item-card{width:200px;display:flex;flex-direction:column;justify-content:space-between}.related-img-container{width:200px;height:200px;padding:10px}.cart{display:grid;grid-template-rows:100px}.cart-item-img-container{height:150px;width:150px;padding:10px}.cart-item-quantity{text-align:center;max-width:75px}.cart-item{display:grid;grid-template-columns:150px 1fr 300px;grid-template-rows:200px;align-items:center;gap:30px}.cart-item-total-price,.cart-subtotal{text-align:right}.cart-item-total-price,.subtotal-price{font-weight:700}.cart-subtotal{margin-bottom:50px}.btn-delete{border:none}.btn-delete:hover{background-color:#af0000;border:none}@media (max-width: 1600px){.wrapper,nav ul{max-width:none;width:100%!important;padding:20px}}@media (max-width: 1200px){.home-info{flex-direction:column;top:0;gap:30px}.btn-start{margin-top:30px}.home-image-container{width:100%;margin-bottom:50px}.product-detail{flex-direction:column;align-items:center}.detail-info-card{max-width:500px}#quantity,.btn-add-cart{margin:0;width:100%}.detail-btns{display:flex;gap:15px;margin:10px 0 15px}.detail-btns button{height:43px}.cart-item{grid-template-columns:150px 2fr 1fr}}@media (max-width: 600px){:root{--item-size: 150px}h1{margin:0 0 20px}.home-info{height:30vh}.home-quote{font-size:2.3rem}.btn-start{width:100%}.cart button,.cart-item-quantity{padding:5px 15px}nav{width:100%;top:0;position:sticky}.details{margin:0}.detail-info-card,.detail-image-card{width:100%;min-height:fit-content}.cart-item{grid-template-columns:100px 1fr;gap:10px}.cart-item-title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-item-img-container{width:100px;height:80%}.cart-item-total-price{display:none}}@media (max-width: 321px){:root{--item-size: 120px}nav ul{padding:20px 10px}.shop{font-size:.8rem}}@media (prefers-color-scheme: light){.item-title{color:#000}nav{background-color:#eee}}:root{--footer-size: 40px}footer{flex-shrink:0;height:var(--footer-size);width:100%;background-color:#2d2d2d;color:#fff;display:flex;justify-content:center;align-items:center;gap:10px}footer a{display:inline-block;color:#b8b8b8;text-decoration:none}footer a:hover{color:#fff}footer img{height:20px}:root{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;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;-webkit-text-size-adjust:100%;--theme-color: rgb(100, 108, 255)}*{box-sizing:border-box}a{font-weight:500;color:var(--theme-color);text-decoration:inherit}a:hover{color:#535bf2}html,body{margin:0;background-color:#242424}h1{font-size:3.2em;line-height:1.1}button,input{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,input:hover{border-color:var(--theme-color)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;appearance:textfield}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#eee}html,body{background-color:#eee}a:hover{color:var(--theme-color)}button,input{background-color:#f9f9f9}}
