*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #0f0f0f;--accent: #d33918;--border: #e5e7eb;--text: #000000;--text-muted: #6b7280;--bg: #f5f5f5;--white: #ffffff;--success: #059669;--danger: #dc2626}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-content{max-width:1400px;margin:0 auto;padding:16px 100px;display:flex;justify-content:space-between;align-items:center;gap:16px}.logo{font-size:24px;font-weight:900;color:var(--primary);display:flex;align-items:center;gap:12px}.jordan-logo{font-size:32px}.primary-nav,.hero{display:none}.cart-badge{position:absolute;top:-8px;right:-8px;background:var(--accent);color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.search-bar{flex:1;max-width:500px}.search-bar input{width:100%;padding:10px 16px;border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:30px;font-size:14px}.header-actions{display:flex;gap:20px;align-items:center;font-size:20px;position:relative}.breadcrumb{max-width:1400px;margin:0 auto;padding:12px 24px;font-size:13px;color:#9ca3af}.container{max-width:1400px;margin:0 auto;padding:0 100px}.page-header{padding:40px 0}.page-header h2{font-size:32px;font-weight:900;letter-spacing:.5px}.cart-sidebar{position:fixed;right:0;top:0;width:400px;height:100vh;background:var(--white);border-left:1px solid var(--border);z-index:999;display:flex;flex-direction:column;box-shadow:-10px 0 30px #0000001a;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{padding:20px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.cart-header h3{margin:0;font-size:20px;font-weight:700}.cart-close{background:none;border:none;font-size:28px;cursor:pointer;color:var(--text-muted)}.cart-content{flex:1;overflow-y:auto;display:flex;flex-direction:column}.empty-cart{flex:1;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:16px}.cart-items{flex:1;overflow-y:auto;padding:16px}.cart-item{background:var(--bg);padding:12px;border-radius:8px;margin-bottom:12px;border:1px solid var(--border)}.cart-item-info{margin-bottom:8px}.cart-item-name{font-weight:600;font-size:14px;margin-bottom:4px}.cart-item-price{font-size:12px;color:var(--primary);font-weight:700}.cart-item-controls{display:flex;gap:8px;align-items:center;margin-bottom:8px}.cart-item-controls button{width:24px;height:24px;border:1px solid var(--border);background:#fff;border-radius:4px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.cart-item-controls button:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.quantity-input{width:40px;height:24px;border:1px solid var(--border);border-radius:4px;text-align:center;font-size:12px;padding:0}.remove-btn{width:100%;padding:6px;background:var(--danger);color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s}.remove-btn:hover{background:#b91c1c}.cart-summary{border-top:1px solid var(--border);padding:16px}.summary-row{display:flex;justify-content:space-between;margin-bottom:8px;font-size:13px}.summary-row.discount{color:var(--success);font-weight:600}.summary-row.total{font-size:16px;font-weight:700;border-top:1px solid var(--border);padding-top:8px;margin-top:8px}.checkout-btn{width:calc(100% - 32px);margin:16px;padding:12px;background:var(--primary);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s}.checkout-btn:hover{background:#1f2937;transform:translateY(-2px)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:70px 36px;padding-bottom:90px}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{box-shadow:0 12px 30px #00000026;border-color:#d1d5db;transform:translateY(-2px)}.product-image{width:100%;height:420px;display:flex;align-items:center;justify-content:center;font-size:180px;position:relative;overflow:hidden;background:#f5f5f5}.product-image img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:12px;right:12px;background:#111827;border:1px solid #1f2937;color:#e5e7eb;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700}.product-info{padding:16px;display:flex;flex-direction:column;gap:8px;flex-grow:1}.product-title{font-size:22px;font-weight:900;line-height:1.25;color:#111827}.product-sub{font-size:18px;color:#6b7280;margin:2px 0 10px}.rating{font-size:13px;color:#fbbf24;margin:4px 0}.mrp-line{font-size:22px;font-weight:900;color:#111827;margin-top:8px;background:#ecfdf3;border-top:1px solid #808080;border-bottom:1px solid #808080;padding:12px 10px}.product-info .cobuy-fulfilled-card{background:transparent!important;padding:0!important;border:0!important}.flag{color:#ef4444;font-weight:900;font-size:18px;margin-top:8px}.cobuy-progress{background:#f8fafc;border:1px solid #e5e7eb;padding:8px 12px;border-radius:6px;font-size:12px;margin-bottom:8px}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin:6px 0 4px}.progress-fill{height:100%;background:#111827;width:0%;transition:width .4s ease}.progress-header{display:flex;justify-content:space-between;margin-bottom:4px;font-weight:600;color:var(--text)}.progress-text{color:var(--text-muted);font-size:11px}.progress-text.activated{color:var(--success);font-weight:600}.widget-area{margin:0}.btn-cart{display:inline-block;padding:14px 16px;border:none;border-radius:30px;cursor:pointer;font-size:13px;font-weight:700;transition:all .2s ease;color:#fff;background:#111827;margin-top:0}.btn-cart:hover{background:#000;transform:translateY(-2px)}.reward-row{margin:8px 0;font-size:12px;color:#111827;background:#f9fafb;border:1px dashed #e5e7eb;padding:10px;border-radius:6px}.actions-row{display:flex;gap:8px;align-items:start;flex-wrap:wrap;justify-content:center}.actions-row .btn-cart,.actions-row .widget-area{width:47%}.share-text{font-size:11px;color:var(--text-muted);margin:auto 0 0!important;text-align:center}.widget-area .cobuy-reward-text{display:none!important}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;display:flex;align-items:center;justify-content:center}.modal-content{background:#fff;border-radius:12px;padding:24px;max-width:700px;width:90%;max-height:85vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border)}.modal-header h2{margin:0;font-size:24px;font-weight:700}.modal-close{background:none;border:none;font-size:28px;cursor:pointer;color:var(--text-muted);padding:0;width:32px;height:32px}.modal-close:hover{color:var(--text)}.modal-body{margin-bottom:24px}.checkout-modal{max-width:800px}.checkout-sections{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.checkout-section{border:1px solid var(--border);border-radius:8px;padding:16px;background:var(--bg)}.checkout-section h3{margin:0 0 16px;font-size:16px;font-weight:700}.form-row{display:flex;gap:12px;margin-bottom:12px}.form-row:last-child{margin-bottom:0}.form-input{flex:1;padding:10px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px;font-family:inherit}.form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0f0f0f1a}.order-summary{background:var(--white);padding:12px;border-radius:6px}.summary-item{display:flex;justify-content:space-between;padding:8px 0;font-size:13px;border-bottom:1px solid var(--border)}.summary-item:last-child{border-bottom:none}.summary-divider{height:1px;background:var(--border);margin:12px 0}.summary-total-row{display:flex;justify-content:space-between;padding:8px 0;font-size:13px;font-weight:600}.summary-total-row.discount-row{color:var(--success)}.summary-total-row.final{font-size:16px;font-weight:700;border-top:1px solid var(--border);padding-top:12px;margin-top:12px}.payment-method{display:flex;align-items:center;gap:12px;padding:12px;border:2px solid var(--border);border-radius:8px;background:var(--white);cursor:pointer;transition:all .2s}.payment-method.selected{border-color:var(--primary);background:#0f0f0f0d}.payment-method input[type=radio]{cursor:pointer}.payment-method label{flex:1;cursor:pointer;margin:0}.method-name{font-weight:600;font-size:14px}.method-desc{font-size:12px;color:var(--text-muted)}.checkout-footer{display:flex;gap:12px}.place-order-btn{flex:1;padding:14px;background:var(--primary);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s}.place-order-btn:hover{background:#1f2937;transform:translateY(-2px)}.continue-shopping-btn{flex:1;padding:14px;background:var(--border);color:var(--text);border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s}.continue-shopping-btn:hover{background:#d1d5db}.confirmation-modal{max-width:600px}.confirmation-content{padding:20px 0}.confirmation-message{text-align:center;font-size:16px;margin-bottom:20px;color:var(--text)}.order-id{text-align:center;padding:12px;background:var(--bg);border-radius:6px;margin-bottom:20px;font-size:13px}.confirmation-section{margin-bottom:20px;padding:16px;background:var(--bg);border-radius:6px}.confirmation-section h4{margin:0 0 12px;font-size:14px;font-weight:700}.confirmation-section p{margin:4px 0;font-size:13px;color:var(--text)}.confirmation-items{display:flex;flex-direction:column;gap:8px}.confirmation-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--border);font-size:13px}.confirmation-item:last-child{border-bottom:none}.payment-summary{background:var(--white);padding:12px;border:1px solid var(--border);border-radius:6px}.summary-line{display:flex;justify-content:space-between;padding:6px 0;font-size:13px;border-bottom:1px solid var(--border)}.summary-line:last-child{border-bottom:none}.total-line{font-weight:700;font-size:14px;border-top:1px solid var(--border);padding-top:8px;margin-top:8px}.payment-method-info{text-align:center;padding:12px;background:#f0fdf4;border:1px solid #86efac;border-radius:6px;margin-top:12px;font-size:13px;font-weight:600;color:#166534}#cobuy-modal-root{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;align-items:center;justify-content:center}#cobuy-modal-root .modal-content{max-width:500px}#cobuy-modal-root .modal-body{background:var(--bg);padding:16px;border-radius:8px;margin-bottom:16px}#cobuy-modal-root .modal-body p{margin:0 0 12px;font-size:14px;color:var(--text-muted)}#cobuy-modal-root .modal-body ul{margin:0;padding-left:20px;font-size:13px;color:var(--text-muted);line-height:1.8}[id^=group-info-]{margin:8px 0;min-height:20px}[id^=reward-text-]{margin:4px 0;font-size:12px;font-weight:500;color:#16a34a;text-align:center}[id^=view-all-]{margin:8px 0;text-align:center}.view-all-slot{min-height:16px}@media (max-width: 768px){.header-content{flex-wrap:wrap}.search-bar{width:100%;order:3}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.cart-sidebar{width:100%}.modal-content{width:95%}}
