@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Inter:wght@400;500;600;700&display=swap");:root{--medical-blue:#2e7d32;--medical-blue-dark:#1b5e20;--bg-light:#f1f8e9;--white:#ffffff;--primary-text:#2c3e50;--secondary-text:#6c757d;--border-light:#dee2e6;--success:#2e7d32;--error:#dc3545;--link:#2e7d32;--font-main:"Roboto","Inter",sans-serif;--shadow-sm:0 2px 8px rgba(0,0,0,0.06);--shadow-md:0 4px 12px rgba(0,50,150,0.1);--radius:8px}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;background:var(--bg-light);color:var(--primary-text);font-family:var(--font-main);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}ul{list-style:none}button{font-family:var(--font-main);cursor:pointer}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:768px){.container{padding:0 1.5rem}}.section-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.5rem;margin-bottom:1rem;border:1px solid var(--border-light)}.btn-primary{background:linear-gradient(135deg,#2e7d32,#43a047);color:var(--white);border:none;padding:.8rem 1.5rem;border-radius:var(--radius);font-weight:600;transition:opacity .2s,transform .1s;font-size:.9rem}.btn-primary:hover{opacity:.9}.btn-primary:active{transform:scale(.98)}.badge-blue{background:#e8f0fe;color:var(--medical-blue);padding:.25rem .6rem;font-size:.7rem;font-weight:700;border-radius:4px}.price-old{text-decoration:line-through;color:var(--secondary-text);font-size:.85rem;margin-right:.5rem}.price-new{font-size:1.25rem;font-weight:700;color:var(--medical-blue-dark)}h2.section-title{font-size:1.25rem;padding:.75rem 1rem;background:var(--medical-blue);color:white;border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}img{max-width:100%;height:auto;display:block}.checkout-grid{display:grid;grid-template-columns:1fr 350px;grid-gap:1.5rem;gap:1.5rem;align-items:start}.shop-layout{display:flex;gap:1.5rem;align-items:flex-start}.shop-sidebar{width:220px;flex-shrink:0}.shop-main{flex:1 1;min-width:0}.profile-layout{display:flex;gap:2rem;align-items:flex-start}.profile-sidebar{width:280px;flex-shrink:0}.profile-main{flex:1 1;min-width:0}.cart-layout{display:grid;grid-template-columns:1fr 300px;grid-gap:1rem;gap:1rem}.cart-item-image{width:80px;height:80px;flex-shrink:0}@media (max-width:480px){.cart-item-image{width:60px!important;height:60px!important}}@media (max-width:768px){.cart-layout,.checkout-grid{grid-template-columns:1fr}.shop-layout{flex-direction:column}.shop-sidebar{width:100%}.profile-layout{flex-direction:column}.profile-sidebar{width:100%}}