@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap);.cart-badge{align-items:center;background:#e53935;box-shadow:0 2px 8px #e5393521;color:#fff;display:flex;font-size:.85rem;justify-content:center;min-height:22px;padding:2px 8px;pointer-events:none}.cart-container{border-radius:18px;box-shadow:0 4px 24px #1976d21a;max-width:700px}.cart-title{color:#222;font-size:1.5rem;letter-spacing:.5px;text-align:left}.cart-item{border-radius:12px;box-shadow:0 2px 8px #1976d20f;transition:box-shadow .2s}.cart-item:hover{box-shadow:0 8px 24px #1976d221}.cart-item .info{color:#222}.total{border-radius:8px;box-shadow:0 1px 4px #1976d20a;font-size:1.3rem;padding:1rem 1.5rem}@media (max-width:900px){.cart-container{padding:1.2rem .5rem}.cart-item{font-size:.98rem;padding:.8rem .5rem}.total{font-size:1.05rem;padding:.7rem 1rem}}@media (max-width:600px){.cart-container{padding:.7rem .2rem}.cart-title{font-size:1.1rem}.cart-item{align-items:flex-start;flex-direction:column;font-size:.95rem;gap:.7rem}.total{font-size:.95rem;padding:.5rem .7rem}}.product-card a{border-radius:6px;color:#1976d2;display:inline-block;font-size:1.05rem;font-weight:700;padding:.1em .2em;text-decoration:none;transition:color .18s,box-shadow .18s}.product-card a:hover{background:#e3f0ff;box-shadow:0 2px 8px #1976d214;color:#0d47a1}.product-detail-container{align-items:flex-start;background:#fff;border-radius:18px;box-shadow:0 4px 24px #1976d21a;display:flex;flex-direction:row;gap:2.5rem;margin:3rem auto 0;max-width:700px;padding:2.5rem 2rem}.product-detail-img{background:#f9fafb;border-radius:12px;box-shadow:0 1px 8px #1976d212;display:block;height:160px;margin:0 auto;object-fit:contain;width:160px}.product-detail-info{display:flex;flex:1 1;flex-direction:column;justify-content:center}.product-detail-title{color:#222;font-size:1.35rem;font-weight:700;margin-bottom:1.1rem}.product-detail-price{color:#1976d2;font-size:1.15rem;font-weight:600;margin-bottom:.7rem}.product-detail-desc{color:#444;font-size:1.01rem;line-height:1.5;margin-bottom:1.2rem}.product-detail-info button{background:#1976d2;border:none;border-radius:8px;box-shadow:0 1px 4px #1976d20a;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:600;padding:.55rem 1.3rem;transition:background .2s,box-shadow .2s}.product-detail-info button:hover{background:#0d47a1;box-shadow:0 2px 8px #1976d221}@media (max-width:900px){.product-detail-container{align-items:center;flex-direction:column;gap:1.2rem;padding:1.2rem .5rem}.product-detail-img{height:110px;width:110px}}@media (max-width:600px){.product-detail-container{gap:.7rem;padding:.7rem .2rem}.product-detail-img{height:70px;width:70px}.product-detail-title{font-size:1.05rem}.product-detail-price{font-size:.98rem}.product-detail-desc{font-size:.95rem}}body{background:#f5f7fa;color:#222;font-family:Poppins,Arial,sans-serif;margin:0;padding:0}nav{border-radius:0 0 18px 18px;box-shadow:0 4px 24px #1976d221;color:#fff;justify-content:center;position:sticky;top:0;z-index:100}nav .nav-content{align-items:center;display:flex;justify-content:space-between;max-width:1200px;width:100%}nav .nav-links{display:flex;gap:2.5rem}nav a{align-items:center;border-radius:8px;color:#fff;display:flex;font-size:1.18rem;font-weight:700;gap:.4em;letter-spacing:.5px;padding:.4em 1.1em;text-decoration:none;transition:color .2s,background .2s}nav a:hover{background:#fff;color:#1976d2}h1,h2,h3{color:#222;font-weight:700;letter-spacing:.5px;margin-bottom:1.1rem}h1{font-size:2.2rem;text-align:center}h1,h2{margin-top:1.5rem}h2{font-size:1.5rem;text-align:left}.container{background:#fff;border-radius:18px;box-shadow:0 4px 24px #1976d212;margin:2.5rem auto;max-width:1200px;padding:2.5rem 2.2rem}ul.product-list{grid-gap:1.1rem;display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));list-style:none;margin:0;padding:0}.product-card{background:#f9fafb;border-radius:12px;box-shadow:0 2px 8px #1976d20f;margin:0 auto;max-width:170px;min-height:210px;overflow:hidden;padding:1rem .5rem;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 8px 24px #1976d221;transform:translateY(-4px) scale(1.03)}.product-card img{aspect-ratio:1/1;background:#fff;border-radius:8px;box-shadow:0 1px 4px #1976d20a;display:block;height:64px;margin-bottom:.7rem;object-fit:contain;width:64px}.product-card h3{color:#222;font-size:1rem;font-weight:600;margin:.3rem 0 .5rem;text-align:center}.product-card .price{color:#1976d2;font-size:.98rem;font-weight:700;margin-bottom:.5rem}.product-card button{background:#1976d2;border:none;border-radius:8px;box-shadow:0 1px 4px #1976d20a;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;margin-top:auto;padding:.4rem .8rem;transition:background .2s,box-shadow .2s}.product-card button:hover{background:#0d47a1;box-shadow:0 2px 8px #1976d221}.cart-list{margin:0}.cart-item{align-items:center;background:#f9fafb;border-radius:10px;box-shadow:0 1px 4px #1976d20a;font-size:1.08rem;margin-bottom:1.2rem;padding:1.1rem 1.2rem}.cart-item .info{flex:1 1}.cart-item .actions{gap:1.2rem}.cart-item input[type=number]{border:1px solid #bfc9d1;border-radius:6px;font-family:inherit;font-size:1.05rem;margin-left:.7rem;padding:.3rem;width:54px}.cart-item button{border-radius:8px;box-shadow:0 1px 4px #e539350a;font-size:1.01rem;font-weight:600;padding:.45rem 1.1rem;transition:background .2s,box-shadow .2s}.cart-item button:hover{box-shadow:0 2px 8px #e5393521}.total{font-size:1.25rem;letter-spacing:.5px;margin-top:2.5rem;text-align:right}@media (max-width:900px){.container{padding:1.2rem .5rem}ul.product-list{gap:.7rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.product-card{max-width:100%;min-height:170px;padding:.7rem .2rem}.product-card img{height:48px;width:48px}}@media (max-width:600px){.container,nav .nav-content{max-width:100%;padding:0 .2rem}nav .nav-links{gap:.5rem}h1{font-size:1.1rem}h2{font-size:.95rem}.product-card img{height:36px;width:36px}.cart-item{align-items:flex-start;flex-direction:column;gap:.7rem}.cart-item,.total{font-size:.95rem}}.product-card{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;margin:.5rem 0;max-width:320px;min-width:0;padding:1rem;transition:box-shadow .2s;width:100%}.product-card:hover{box-shadow:0 4px 16px #00000026}.product-img{height:auto;margin-bottom:1rem;max-width:180px;object-fit:contain;width:100%}.price{font-weight:700;margin:.5rem 0}@media (max-width:768px){.product-card{max-width:95vw;padding:.5rem}.product-img{max-width:120px}}.welcome-container{background:#fff;border-radius:18px;box-shadow:0 2px 16px #00000014;margin:3rem auto 0;max-width:700px;padding:2.5rem 2rem;text-align:center}.welcome-container h1{font-size:2.5rem;font-weight:700;margin-bottom:1.2rem}.softmarkt{color:#1976d2;letter-spacing:1px}.welcome-desc{color:#444;font-size:1.2rem;margin-bottom:2rem}.welcome-banner img{border-radius:12px;box-shadow:0 1px 8px #00000012;margin:1.5rem 0;max-width:420px;width:100%}.shop-btn{background:#1976d2;border-radius:8px;color:#fff;display:inline-block;font-size:1.1rem;font-weight:700;margin-top:1.2rem;padding:.8rem 2.2rem;text-decoration:none;transition:background .2s}.shop-btn:hover{background:#1251a3}@media (max-width:700px){.welcome-container{padding:1.2rem .5rem}.welcome-banner img{max-width:95vw}}.product-overview{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;display:flex;flex-direction:row;gap:2rem;margin:2rem auto;max-width:900px;padding:2rem}.product-overview img{background:#f5f5f5;border-radius:10px;box-shadow:0 1px 6px #0000000f;max-width:260px;object-fit:contain;width:100%}.product-overview-content{display:flex;flex:1 1;flex-direction:column;gap:1.2rem}.product-overview-title-row{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between}.product-overview h2{font-size:2rem;margin-bottom:.5rem;margin-top:0}.product-overview-price{color:#333;font-size:1.1rem;font-weight:700;min-width:90px;text-align:right}.product-overview-description{color:#444;font-size:1.05rem;line-height:1.6;margin-top:.5rem}@media (max-width:900px){.product-overview{align-items:center;flex-direction:column;gap:1rem;padding:1rem}.product-overview img{max-width:180px}.product-overview-title-row{align-items:flex-start;flex-direction:column;gap:.5rem}.product-overview h2{font-size:1.3rem}.product-overview-price{margin-bottom:.5rem;text-align:left}}.cart-item{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f;display:flex;flex:1 1 220px;flex-direction:column;gap:1rem;height:210px;justify-content:space-between;margin:1rem 1rem 1rem 0;max-width:320px;min-width:220px;padding:1.2rem 1.5rem}.cart-item .info{font-size:1.1rem;font-weight:500;margin-bottom:.7rem;word-break:break-word}.cart-item .price{display:block;font-size:1.1rem;font-weight:700;margin-top:.5rem}.cart-item .actions{align-items:center;display:flex;gap:.7rem}.cart-item input[type=number]{border:1px solid #ccc;border-radius:5px;font-size:1rem;padding:.2rem .4rem;width:50px}.cart-item button{background:#e53935;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:.4rem 1.2rem;transition:background .2s}.cart-item button:hover{background:#b71c1c}@media (max-width:900px){.cart-item{max-width:100%;min-width:160px;padding:.7rem}}.cart-container{background:#fff;border-radius:22px;box-shadow:0 2px 16px #00000014;margin:3rem auto 0;max-width:900px;padding:2.5rem 2rem}.cart-title{font-size:2rem;font-weight:700;margin-bottom:2rem}.cart-list{display:flex;flex-wrap:wrap;gap:2rem 1.5rem;justify-content:flex-start;list-style:none;margin:0 0 2.5rem;padding:0}.total{background:#f3f7ff;border-radius:10px;color:#1976d2;display:inline-block;font-size:1.5rem;font-weight:700;margin-top:1.5rem;padding:.7rem 2.2rem}@media (max-width:900px){.cart-container{padding:1.2rem .5rem}.cart-list{gap:1rem}}@media (max-width:600px){.cart-list{flex-direction:column;gap:1rem}}.cart-link{display:inline-block;position:relative}.cart-badge{background:#ffd600;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 4px #00000014;color:#1976d2;font-size:.95rem;font-weight:700;height:22px;line-height:22px;min-width:22px;position:absolute;right:-18px;text-align:center;top:-10px;z-index:2}nav{align-items:center;background:#1976d2;border-radius:0 0 20px 20px;box-sizing:border-box;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem 0;width:100%}.navbar-brand{color:#fff;font-family:Montserrat,Segoe UI,Arial,sans-serif;font-size:2rem;font-weight:700;letter-spacing:1px;margin-left:2.5rem;-webkit-user-select:none;user-select:none}ul{align-items:center;background:none;display:flex;flex-direction:row;gap:2.5rem;justify-content:flex-end;list-style:none;padding:0 3rem 0 0;position:static;right:auto;top:auto;transform:none}ul,ul li{margin:0}ul li a{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .2s}ul li a:hover,ul li.active a{color:#ffd600}@media (max-width:900px){nav{padding:1rem 0}.navbar-brand{font-size:1.2rem;margin-left:1rem}ul{gap:1.2rem;padding-right:1rem}ul li a{font-size:1.1rem}}
/*# sourceMappingURL=main.0568fca6.css.map*/