@import "https://cdn.jsdelivr.net/npm/tailwindcss@3.3.0/dist/tailwind.min.css";*{box-sizing:border-box;margin:0;padding:0}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}.min-h-screen{min-height:100vh}.bg-gradient-to-br{background:linear-gradient(to bottom right,#eff6ff,#f0fdf4)}header{z-index:40;background-color:#fff;position:sticky;top:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.header-container{justify-content:space-between;align-items:center;max-width:80rem;margin:0 auto;padding:1rem;display:flex}.logo-section{align-items:center;gap:.5rem;display:flex}.logo-icon{color:#16a34a;width:2rem;height:2rem}.logo-text{color:#1f2937;font-size:1.5rem;font-weight:700}.cart-button{color:#fff;cursor:pointer;background-color:#16a34a;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:background-color .2s;display:flex;position:relative}.cart-button:hover{background-color:#15803d}.cart-badge{color:#fff;background-color:#ef4444;border-radius:9999px;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.875rem;font-weight:700;display:flex;position:absolute;top:-.5rem;right:-.5rem}.hero{color:#fff;background:linear-gradient(90deg,#16a34a,#2563eb);padding:3rem 0}.hero-container{text-align:center;max-width:80rem;margin:0 auto;padding:0 1rem}.hero-title{margin-bottom:1rem;font-size:2.25rem;font-weight:700}.hero-subtitle{justify-content:center;align-items:center;gap:.5rem;font-size:1.125rem;display:flex}main{max-width:80rem;margin:0 auto;padding:2rem 1rem}.section-title{color:#1f2937;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.medicine-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (min-width:768px){.medicine-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.medicine-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.medicine-grid{grid-template-columns:repeat(4,1fr)}}.medicine-card{background-color:#fff;border-radius:.75rem;padding:1.5rem;transition:box-shadow .2s;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.medicine-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.medicine-image{margin-bottom:1rem;font-size:3rem}.medicine-name{color:#1f2937;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.medicine-description{color:#4b5563;margin-bottom:1rem;font-size:.875rem}.medicine-footer{justify-content:space-between;align-items:center;display:flex}.medicine-price{color:#16a34a;font-size:1.5rem;font-weight:700}.add-to-cart-btn{color:#fff;cursor:pointer;background-color:#16a34a;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:background-color .2s;display:flex}.add-to-cart-btn:hover{background-color:#15803d}.cart-overlay{z-index:50;background-color:#00000080;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-sidebar{background-color:#fff;width:100%;max-width:28rem;height:100%;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.cart-header{background-color:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem;display:flex;position:sticky;top:0}.cart-title{font-size:1.25rem;font-weight:700}.close-button{color:#6b7280;cursor:pointer;background:0 0;border:none;transition:color .2s}.close-button:hover{color:#374151}.cart-empty{text-align:center;color:#6b7280;padding:2rem}.cart-empty-icon{opacity:.5;width:4rem;height:4rem;margin:0 auto 1rem}.cart-items{flex-direction:column;gap:1rem;padding:1rem;display:flex}.cart-item{background-color:#f9fafb;border-radius:.5rem;padding:1rem}.cart-item-header{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.cart-item-info{flex:1}.cart-item-name{color:#1f2937;font-weight:700}.cart-item-price{color:#4b5563;font-size:.875rem}.remove-button{color:#ef4444;cursor:pointer;background:0 0;border:none;transition:color .2s}.remove-button:hover{color:#dc2626}.cart-item-controls{align-items:center;gap:.75rem;display:flex}.quantity-button{cursor:pointer;border:none;border-radius:9999px;padding:.25rem;transition:background-color .2s}.quantity-button.decrease{background-color:#d1d5db}.quantity-button.decrease:hover{background-color:#9ca3af}.quantity-button.increase{color:#fff;background-color:#16a34a}.quantity-button.increase:hover{background-color:#15803d}.quantity-display{font-size:1.125rem;font-weight:700}.item-total{color:#16a34a;margin-left:auto;font-weight:700}.cart-summary{border-top:1px solid #e5e7eb;padding:1rem}.summary-row{color:#4b5563;justify-content:space-between;margin-bottom:.5rem;display:flex}.summary-total{color:#1f2937;border-top:1px solid #e5e7eb;justify-content:space-between;padding-top:.5rem;font-size:1.25rem;font-weight:700;display:flex}.summary-total-amount{color:#16a34a}.checkout-button{color:#fff;cursor:pointer;background-color:#16a34a;border:none;border-radius:.5rem;width:100%;margin-top:1rem;padding:.75rem;font-weight:700;transition:background-color .2s}.checkout-button:hover{background-color:#15803d}.modal-overlay{z-index:50;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background-color:#fff;border-radius:.75rem;width:100%;max-width:28rem;padding:1.5rem}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-title{font-size:1.5rem;font-weight:700}.form-group{margin-bottom:1rem}.form-label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-input,.form-textarea{border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.5rem 1rem;transition:all .2s}.form-input:focus,.form-textarea:focus{border-color:#0000;outline:none;box-shadow:0 0 0 2px #16a34a}.form-textarea{resize:vertical}.order-summary{background-color:#f0fdf4;border-radius:.5rem;margin-bottom:1rem;padding:1rem}.order-summary-text{color:#374151;margin-bottom:.5rem;font-size:.875rem}.order-total{justify-content:space-between;font-size:1.125rem;font-weight:700;display:flex}.order-total-amount{color:#16a34a}.payment-method{color:#4b5563;margin-top:.5rem;font-size:.75rem}.place-order-button{color:#fff;cursor:pointer;background-color:#16a34a;border:none;border-radius:.5rem;width:100%;padding:.75rem;font-weight:700;transition:background-color .2s}.place-order-button:hover{background-color:#15803d}.place-order-button:disabled{cursor:not-allowed;background-color:#d1d5db}
