@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Inter,sans-serif;margin:0;padding:0}:root{--dark:#17202a;--primary:#0f766e;--primary-dark:#115e59;--background:#f8fafc;--light-bg:#f0fdfa;--white:#fff;--gray:#64748b;--border:#e2e8f0}body{background:#f8fafc;background:var(--background);color:#17202a;color:var(--dark)}.navbar{background:#fff;background:var(--white);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border)}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1200px;min-height:80px;width:90%}.logo{color:#0f766e;color:var(--primary);font-size:1.7rem;font-weight:700;text-decoration:none}.nav-links{align-items:center;display:flex;gap:2rem}.nav-links a{color:#17202a;color:var(--dark);font-size:1rem;font-weight:500;text-decoration:none;transition:.3s ease}.nav-links a:hover{color:#0f766e;color:var(--primary)}.cart-link{font-size:1.2rem;position:relative}.cart-badge,.cart-link{align-items:center;display:flex}.cart-badge{background:#0f766e;background:var(--primary);border-radius:50%;color:#fff;color:var(--white);font-size:.7rem;font-weight:600;height:20px;justify-content:center;position:absolute;right:-12px;top:-10px;width:20px}.hero{min-height:calc(100vh - 80px)}.hero,.hero-container{align-items:center;display:flex}.hero-container{gap:3rem;justify-content:space-between;margin:auto;max-width:1200px;width:90%}.hero-content,.hero-image{flex:1 1}.hero-image img{display:block;margin:auto;max-width:550px;width:100%}.hero-label{color:#0f766e;color:var(--primary);font-size:1rem;font-weight:600;margin-bottom:1rem}.hero-content h1{font-size:3.5rem;line-height:1.15;margin-bottom:1.5rem;max-width:750px}.hero-content h1 span{color:#0f766e;color:var(--primary)}.hero-description{color:#64748b;color:var(--gray);font-size:1.1rem;line-height:1.7;margin-bottom:2rem;max-width:650px}.shop-btn{background:#0f766e;background:var(--primary);border:none;border-radius:.5rem;color:#fff;color:var(--white);cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem 1.8rem;transition:.3s ease}.shop-btn:hover{background:#115e59;background:var(--primary-dark)}.products-page{padding:4rem 0}.products-container{margin:auto;max-width:1200px;width:90%}.products-header{margin-bottom:2rem;text-align:center}.products-header p{color:#0f766e;color:var(--primary);font-weight:600;margin-bottom:.5rem}.products-header h1{font-size:2.5rem}.search-input{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.5rem;display:block;font-size:1rem;margin:0 auto 3rem;max-width:500px;outline:none;padding:.9rem 1.2rem;width:100%}.search-input:focus{border-color:#0f766e;border-color:var(--primary)}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.product-card{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.8rem;display:flex;flex-direction:column;overflow:hidden;transition:.3s ease}.product-image{align-items:center;background:#f0fdfa;background:var(--light-bg);display:flex;height:250px;justify-content:center}.product-image img{height:100%;object-fit:contain;width:100%}.product-info{padding:1.2rem}.product-category{color:#0f766e;color:var(--primary);font-size:.9rem;font-weight:500;margin-bottom:.5rem;text-transform:capitalize}.product-info h3{font-size:1.1rem;margin-bottom:.7rem;min-height:2.6rem}.product-price{color:#17202a;color:var(--dark);font-size:1.2rem;font-weight:700;margin-bottom:1rem}.product-actions{align-items:center;display:flex;gap:.7rem}.cart-btn,.details-btn{border-radius:.4rem;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:.7rem .5rem;text-align:center;text-decoration:none}.details-btn{background:#fff;background:var(--white);color:#0f766e;color:var(--primary)}.cart-btn,.details-btn{border:1px solid #0f766e;border:1px solid var(--primary)}.cart-btn{background:#0f766e;background:var(--primary);color:#fff;color:var(--white)}.product-card:hover{transform:translateY(-5px)}.details-btn:hover{background:#f0fdfa;background:var(--light-bg)}.cart-btn:hover{background:#115e59;background:var(--primary-dark)}.product-detail-page{padding:4rem 0}.product-detail-container{align-items:center;display:flex;gap:4rem;margin:auto;max-width:1200px;width:90%}.detail-image{align-items:center;background:#f0fdfa;background:var(--light-bg);border-radius:.8rem;display:flex;flex:1 1;height:450px;justify-content:center}.detail-info{flex:1 1}.detail-category{color:#0f766e;color:var(--primary);font-weight:600;margin-bottom:.7rem;text-transform:capitalize}.detail-info h1{font-size:2.2rem;margin-bottom:1rem}.detail-price{color:#0f766e;color:var(--primary);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.detail-description{color:#64748b;color:var(--gray);line-height:1.7rem;margin-bottom:1.5rem}.back-btn{background:#0f766e;background:var(--primary);color:#fff;color:var(--white);display:inline-block;font-weight:600;padding:.8rem 1.2rem;text-decoration:none;transition:.3s ease}.back-btn:hover{background:#115e59;background:var(--primary-dark)}.cart-page{padding:4rem 0}.cart-container{margin:auto;max-width:900px;width:90%}.cart-container h2{font-size:2.2rem;margin-bottom:2rem}.cart-container>p{color:#64748b;color:var(--gray);font-size:1.1rem;padding:2rem;text-align:center}.cart-container>p,.cart-item{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.7rem}.cart-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1.2rem 1.5rem}.cart-item p{font-size:1rem;font-weight:500}.remove-btn{background:#fff;background:var(--white);border:1px solid #0f766e;border:1px solid var(--primary);border-radius:.4rem;color:#0f766e;color:var(--primary);cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1rem;transition:.3s ease}.remove-btn:hover{background:#0f766e;background:var(--primary);color:#fff;color:var(--white)}.cart-total{color:#17202a;color:var(--dark);font-size:1.3rem;margin-top:1.5rem;text-align:right}@media (max-width:768px){.hero{min-height:auto;padding:3rem 0}.hero-container{flex-direction:column;gap:2rem;text-align:center}.hero-content{width:100%}.hero-content h1{font-size:2.4rem;max-width:100%}.hero-description{font-size:1rem;max-width:100%}.hero-image{width:100%}.hero-image img{max-width:350px;width:100%}.products-page{padding:3rem 0}.products-header h1{font-size:2rem}.search-input{margin-bottom:2rem}.products-grid{grid-template-columns:1fr}.product-detail-page{padding:3rem 0}.product-detail-container{align-items:stretch;flex-direction:column;gap:2rem}.detail-image{flex:none;height:300px;width:100%}.detail-info{width:100%}.detail-info h1{font-size:1.8rem}}
/*# sourceMappingURL=main.10091795.css.map*/