*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#e9d5ff,#f3e8ff,#e9d5ff);min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{min-height:100vh;padding:20px}.product-page{max-width:1400px;margin:0 auto;padding:40px 20px}.product-container{display:grid;grid-template-columns:1fr 1fr;gap:50px;background:#fff;border-radius:30px;padding:40px;box-shadow:0 10px 40px #00000014}.product-left{display:flex;flex-direction:column;gap:20px}.image-container{position:relative;background:#f8f9fa;border-radius:20px;padding:40px;display:flex;align-items:center;justify-content:center;height:725px;overflow:hidden}.wishlist-btn{position:absolute;top:20px;right:20px;background:#fff;border:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001a;color:#999;transition:all .3s;z-index:10}.wishlist-btn:hover{color:#ff6b6b;transform:scale(1.1)}.main-image{width:100%;height:100%;max-width:100%;max-height:520px;object-position:center;object-fit:contain}.thumbnail-container{display:flex;gap:15px;justify-content:flex-start}.thumbnail{width:100px;height:100px;border-radius:12px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s}.thumbnail:hover{border-color:#8b5cf6}.thumbnail.active{border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf633}.thumbnail img{width:100%;height:100%;object-fit:cover}.features{display:flex;justify-content:space-between;gap:20px;margin-top:20px}.feature{flex:1;text-align:center;padding:20px;background:#fff9e6;border-radius:15px}.feature-icon{font-size:32px;margin-bottom:8px}.feature-text{font-size:12px;font-weight:500;color:#333}.product-right{display:flex;flex-direction:column;gap:20px}.badge{display:inline-block;padding:6px 16px;background:#d4f4dd;color:#1e7e34;border-radius:20px;font-size:13px;font-weight:600;width:fit-content}.product-title{font-size:32px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.3}.product-description{font-size:15px;color:#999;margin:0}.certifications{display:flex;gap:15px;flex-wrap:wrap}.cert-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:#f3f0ff;border-radius:8px;font-size:13px;color:#8b5cf6;font-weight:500}.cert-icon{color:#8b5cf6;display:flex;align-items:center;justify-content:center}.price-section{display:flex;align-items:center;gap:15px;padding:20px 0;border-bottom:1px solid #f0f0f0}.regular-price{font-size:18px;color:#999;text-decoration:line-through}.current-price{font-size:36px;font-weight:700;color:#1a1a1a}.discount-badge{padding:6px 12px;background:#fff4e6;color:#f59e0b;border-radius:6px;font-size:12px;font-weight:600}.customization-section{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.customization-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.section-label{font-size:11px;font-weight:600;color:#999;letter-spacing:.5px}.section-header{display:flex;justify-content:space-between;align-items:center}.find-size-link{font-size:12px;color:#8b5cf6;text-decoration:none;display:flex;align-items:center;gap:4px}.select-wrapper{position:relative}.custom-select{width:100%;padding:14px 40px 14px 16px;border:1px solid #e0e0e0;border-radius:10px;font-size:14px;color:#333;background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23999' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.custom-select:focus{outline:none;border-color:#8b5cf6}.custom-select:disabled{background-color:#f5f5f5;cursor:not-allowed}.delivery-section{display:flex;flex-direction:column;gap:0}.delivery-section>*:not(:last-child){margin-bottom:8px}.pincode-input{display:flex;gap:10px}.pincode-field{flex:1;padding:14px 16px;border:1px solid #e0e0e0;border-radius:10px;font-size:14px}.pincode-field:focus{outline:none;border-color:#8b5cf6}.check-btn{padding:14px 32px;background:#8b5cf6;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.check-btn:hover{background:#7c3aed;transform:translateY(-1px)}.delivery-info{display:flex;align-items:center;gap:8px;padding:0;margin:8px 0 0;background:transparent;font-size:13px;color:#22c55e;align-self:flex-start;justify-content:flex-start}.delivery-info.error{color:#dc3545}.delivery-icon{font-size:18px;font-weight:700;color:#22c55e;margin:0;line-height:1}.delivery-text{color:#22c55e;font-weight:500;margin:0;line-height:1}.delivery-icon.error,.delivery-text.error{color:#dc3545}.price-summary{background:#f9f9f9;padding:20px;border-radius:15px;margin-top:10px}.total-price-label{font-size:13px;color:#999;margin-bottom:4px}.total-price-value{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.tax-info{font-size:11px;color:#999;margin-bottom:12px}.view-breakdown-btn{width:100%;padding:12px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;font-size:13px;color:#555;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s}.view-breakdown-btn:hover{background:#f5f5f5}.price-breakdown{margin-top:15px;padding-top:15px;border-top:1px solid #e0e0e0}.breakdown-row{display:flex;justify-content:space-between;padding:8px 0;font-size:13px;color:#555}.breakdown-row.discount{color:#10b981;font-weight:600}.breakdown-row.total{border-top:2px solid #e0e0e0;margin-top:8px;padding-top:12px;font-weight:700;font-size:15px;color:#1a1a1a}.action-buttons{display:flex;gap:15px;margin-top:10px}.buy-now-btn{flex:1;padding:18px;background:#8b5cf6;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.buy-now-btn:hover{background:#7c3aed;transform:translateY(-2px);box-shadow:0 8px 20px #8b5cf64d}.add-cart-btn{flex:1;padding:18px;background:#fff;color:#8b5cf6;border:2px solid #8b5cf6;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:8px}.add-cart-btn:hover{background:#f5f3ff;transform:translateY(-2px)}.loading,.page-error{display:flex;align-items:center;justify-content:center;height:100vh;font-size:20px;color:#666}@media(max-width:968px){.product-container{grid-template-columns:1fr;gap:30px;padding:30px}.product-title{font-size:24px}.current-price{font-size:28px}.features,.action-buttons{flex-direction:column}}
