@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--black:#111;--bg:#f5f5f5;--border:#d9d9d9;--border-focus:var(--accent,#1a56db);--gray-50:#fafafa;--gray-100:#f0f0f0;--gray-200:#e2e2e2;--gray-400:#aaa;--gray-500:#888;--gray-600:#555;--gray-700:#333;--green:#008060;--red:#c0392b;--red-light:#fff5f5;--radius:6px;--transition:0.18s ease;--font:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}html{font-size:16px;-webkit-font-smoothing:antialiased}body{font-family:var(--font);color:var(--black);min-height:100vh}.checkout-layout{display:flex;min-height:100vh}.checkout-left{flex:1 1;background:var(--white);display:flex;flex-direction:column;align-items:flex-end}.checkout-left-inner{width:100%;max-width:600px;padding:48px 48px 80px}.checkout-right{width:420px;flex-shrink:0;background:var(--bg);border-left:1px solid var(--border);display:flex;flex-direction:column;align-items:flex-start}.checkout-right-inner{width:100%;max-width:380px;padding:48px 32px 80px}.checkout-right-inner,.summary-mobile-bar{position:-webkit-sticky;position:sticky;top:0}.summary-mobile-bar{display:none;background:var(--gray-50);border-bottom:1px solid var(--border);padding:14px 20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:30}.summary-mobile-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:8px}.summary-mobile-left{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--accent,#1a56db)}.summary-mobile-total{font-size:16px;font-weight:700}.summary-mobile-panel{background:var(--gray-50);border-bottom:1px solid var(--border);overflow:hidden;max-height:0;transition:max-height .35s ease,opacity .25s;opacity:0}.summary-mobile-panel.open{max-height:700px;opacity:1}.summary-mobile-panel-inner{padding:0 20px 20px}.store-header{margin-bottom:36px;display:flex;align-items:center;gap:10px}.store-logo-img{height:44px;width:auto;max-width:160px;object-fit:contain;display:block}.store-logo-placeholder{width:40px;height:40px;border-radius:8px;background:var(--accent,#1a56db);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.store-name{font-size:16px;font-weight:700}.breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;margin-bottom:28px;flex-wrap:wrap}.breadcrumb,.breadcrumb-item{color:var(--gray-400)}.breadcrumb-item.active{color:var(--black);font-weight:600}.breadcrumb-item.done{color:var(--accent,#1a56db);cursor:pointer;text-decoration:underline}.breadcrumb-sep{color:var(--gray-400)}.section-title{font-size:20px;font-weight:700;margin-bottom:16px;letter-spacing:-.3px}.field-group{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.field-group .field+.field{border-top:1px solid var(--border)}.field-row .field+.field{border-left:1px solid var(--border)}.field{background:var(--white)}.field input,.field select{padding:22px 14px 8px;font-family:var(--font);font-size:15px;color:var(--black);transition:background var(--transition)}.field input:focus,.field select:focus{background:#f0f5ff}.field label{top:16px;left:14px;font-size:15px;color:var(--gray-400)}.field input:focus~label,.field input:not(:placeholder-shown)~label,.field select:focus~label,.field.has-value label{top:7px;font-size:11px;color:var(--gray-500)}.select-caret{color:var(--gray-500)}.field-error{color:var(--red);padding:4px 14px 8px;animation:fadeIn .15s ease}.field-error,.field.error input,.field.error select{background:var(--red-light)}.field-standalone{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:0}.check-row{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--gray-700);cursor:pointer;margin-top:12px;line-height:1.5}.check-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent,#1a56db);margin-top:2px;flex-shrink:0;cursor:pointer}.shipping-opt{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:border-color var(--transition),background var(--transition)}.shipping-opt:hover{border-color:var(--accent,#1a56db);background:#f8faff}.shipping-opt.selected{border-color:var(--accent,#1a56db);background:#f0f5ff}.shipping-opt-left{display:flex;align-items:center;gap:10px}.radio-circle{width:18px;height:18px;border-radius:50%;border:2px solid var(--gray-400);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color var(--transition)}.radio-dot{width:8px;height:8px;border-radius:50%;background:var(--accent,#1a56db);transform:scale(0);transition:transform .15s cubic-bezier(.4,0,.2,1)}.shipping-opt.selected .radio-circle{border-color:var(--accent,#1a56db)}.shipping-opt.selected .radio-dot{transform:scale(1)}.shipping-opt-label{font-size:14px}.shipping-opt-days{font-size:12px;color:var(--gray-500)}.shipping-price{font-size:14px;font-weight:600}.shipping-price.free{color:var(--green)}.btn-continue{display:block;width:100%;padding:14px;background:var(--accent,#1a56db);color:#fff;border:none;border-radius:var(--radius);font-family:var(--font);font-size:15px;font-weight:700;cursor:pointer;transition:background var(--transition),transform .1s;margin-top:20px}.btn-continue:hover{filter:brightness(.92)}.btn-continue:active{transform:scale(.985)}.btn-continue:disabled{opacity:.55;cursor:not-allowed;transform:none}.section-block{margin-top:28px}.section-block+.section-block{padding-top:28px;border-top:1px solid var(--border)}.section-locked{opacity:.4;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.section-body{overflow:hidden;transition:max-height .35s ease,opacity .25s}.section-body.collapsed{max-height:0!important;opacity:0}.section-summary{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:var(--gray-600);margin-top:6px}.section-summary-change{color:var(--accent,#1a56db);font-size:13px;cursor:pointer;text-decoration:underline;background:none;border:none;font-family:var(--font);padding:0}.section-summary-change:hover{opacity:.75}.whop-embed-wrapper{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-top:4px;background:var(--white)}.whop-embed-wrapper [data-whop-checkout-style-container-padding-x]{padding:0}.summary-item{gap:14px;padding:10px 0}.summary-item+.summary-item{border-top:1px solid var(--border)}.summary-item-img,.summary-item-img-placeholder{width:58px;height:58px;border-radius:6px;border:1px solid var(--border)}.summary-item-img-placeholder{background:var(--gray-100);font-size:22px}.summary-item-badge{width:20px;border-radius:50%;background:var(--gray-600)}.summary-item-name{font-size:14px;line-height:1.4;color:var(--gray-700)}.summary-item-variant{font-size:12px;color:var(--gray-500);margin-top:2px}.discount-row{margin-bottom:16px}.discount-input{border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font);font-size:14px;transition:border-color var(--transition)}.discount-input:focus{border-color:var(--accent,#1a56db)}.discount-btn{padding:10px 16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);font-family:var(--font);font-size:14px;transition:background var(--transition)}.discount-btn:hover{background:var(--gray-100)}.totals-row{padding:6px 0;color:var(--gray-700)}.totals-divider{border-top:1px solid var(--border);margin:8px 0}.totals-row.grand{color:var(--black)}.totals-row.grand .currency-note{font-size:12px;color:var(--gray-500)}.free-tag{color:var(--green)}.privacy-link{display:block;margin-top:32px;font-size:13px;color:var(--gray-400);text-align:center;text-decoration:none}.privacy-link:hover{color:var(--gray-600);text-decoration:underline}.empty-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:12px;text-align:center;padding:40px 20px}.empty-icon{font-size:52px}.empty-title{font-size:20px;font-weight:700}.empty-sub{font-size:14px;color:var(--gray-500)}.btn-back-store{display:inline-flex;align-items:center;gap:6px;padding:10px 22px;background:var(--accent,#1a56db);color:#fff;border-radius:var(--radius);text-decoration:none;font-weight:700;font-size:14px;margin-top:8px;transition:filter var(--transition)}.btn-back-store:hover{filter:brightness(.9)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeIn .25s ease both}@media (max-width:900px){.checkout-layout{flex-direction:column}.checkout-left{align-items:stretch}.checkout-left-inner{max-width:100%;padding:24px 20px 60px}.checkout-right{display:none}.summary-mobile-bar{display:flex}.store-header{margin-bottom:24px}.breadcrumb{margin-bottom:20px}}.ch-msbar{display:none;width:100%;align-items:center;justify-content:space-between;padding:13px 20px;background:#f9fafb;border-bottom:1px solid #e5e7eb;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ch-msbar-left{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:500}.ch-msbar-total{font-size:16px;font-weight:700;color:#111}.ch-mspanel{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1);background:#f9fafb;border-bottom:1px solid #e5e7eb}.ch-mspanel.open{max-height:700px}.ch-mspanel-inner{padding:16px 20px 20px}.ch-layout{display:flex;min-height:100vh}.ch-left{flex:1 1;display:flex;justify-content:flex-end;background:#fff}.ch-left-inner{width:100%;max-width:500px;padding:40px 40px 80px}.ch-right{width:400px;flex-shrink:0;background:#f9fafb;border-left:1px solid #e5e7eb}.ch-right-inner{padding:40px 36px 80px;position:-webkit-sticky;position:sticky;top:0;max-height:100vh;overflow-y:auto}.ch-logo{display:flex;justify-content:center;align-items:center}.ch-store-name{font-size:20px;font-weight:700;color:#111;text-align:center}.ch-section{margin-bottom:32px}.ch-section-hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.ch-h2{font-size:18px;font-weight:700;color:#111;margin:0 0 14px}.ch-section-hd .ch-h2{margin:0}.ch-link{background:none;border:none;cursor:pointer;font-size:13px;font-weight:500;font-family:inherit;padding:0;text-decoration:none}.ch-link-sm{white-space:nowrap;flex-shrink:0}.ch-chk{display:flex;align-items:flex-start;gap:9px;font-size:13px;color:#374151;margin-top:12px;cursor:pointer}.ch-chk input[type=checkbox]{margin-top:1px}.ch-chk-mt{margin-top:16px}.ch-checkbox{width:18px;height:18px;border-radius:4px;border:2px solid;flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .14s,border-color .14s}.ch-fieldgroup{border:1px solid #d1d5db;border-radius:8px;overflow:hidden}.ch-fieldgroup .field{border-radius:0;border:none;border-bottom:1px solid #d1d5db}.ch-fieldgroup .field:last-child{border-bottom:none}.ch-fieldrow{display:flex}.ch-fieldrow .field{border-right:1px solid #d1d5db;border-bottom:none}.ch-fieldrow .field:last-child{border-right:none}.ch-fieldgroup .ch-fieldrow{border-bottom:1px solid #d1d5db}.ch-fieldgroup .ch-fieldrow:last-child{border-bottom:none}.field{position:relative;display:flex;flex-direction:column;background:#fff;flex:1 1}.field input,.field select{width:100%;padding:22px 16px 8px;font-size:14px;color:#111;background:transparent;border:none;outline:none;font-family:inherit;-moz-appearance:none;appearance:none;-webkit-appearance:none}.field label{position:absolute;left:16px;top:14px;font-size:14px;color:#9ca3af;pointer-events:none;transition:top .14s,font-size .14s,color .14s}.field input:focus~label,.field input:not(:placeholder-shown)~label,.field.has-value label{top:7px;font-size:11px;color:#6b7280}.field input:focus,.field select:focus{box-shadow:0 0 0 2px var(--acc,#3d9e8c) inset}.field.error input,.field.error select{box-shadow:inset 0 0 0 2px #ef4444}.field-error{font-size:12px;color:#ef4444;padding:4px 16px 6px}.field-row{display:flex}.select-caret{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#9ca3af}.ch-ship-list{display:flex;flex-direction:column;gap:8px}.ch-ship-opt{width:100%;text-align:left;border:1.5px solid #e5e7eb;border-radius:8px;padding:14px;background:#fff;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:space-between;transition:border-color .14s,background .14s}.ch-ship-opt.active{border-width:2px}.ch-ship-l{gap:12px}.ch-radio,.ch-ship-l{display:flex;align-items:center}.ch-radio{width:16px;height:16px;border-radius:50%;border:2px solid;justify-content:center;flex-shrink:0;transition:border-color .14s}.ch-radio-dot{width:8px;height:8px;border-radius:50%}.ch-ship-name{display:block;font-size:14px;font-weight:600;color:#111}.ch-ship-days{display:block;font-size:12px;color:#6b7280;margin-top:2px}.ch-ship-price{font-size:14px;font-weight:700}.ch-secure{font-size:12px;color:#9ca3af;display:flex;align-items:center;gap:5px;margin-bottom:14px}.ch-pay-waiting{border:1px dashed #e5e7eb;border-radius:8px;color:#9ca3af}.ch-pay-loading,.ch-pay-waiting{display:flex;align-items:center;gap:10px;padding:18px 16px;font-size:13px}.ch-pay-loading{border:1px solid #e5e7eb;border-radius:8px;color:#6b7280}.ch-spinner{width:18px;height:18px;border-radius:50%;border:2px solid #e5e7eb;border-top:2px solid var(--acc,#3d9e8c);animation:ch-spin .7s linear infinite;flex-shrink:0}@keyframes ch-spin{to{transform:rotate(1turn)}}.ch-pay-error{padding:14px 16px;border:1px solid #fecaca;border-radius:8px;background:#fff5f5;font-size:13px;color:#dc2626}.ch-btn-retry{margin-top:10px;padding:7px 14px;border-radius:6px;border:1px solid;background:#fff;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .14s}.ch-btn-retry:hover{opacity:.75}.ch-notice{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 0;border-top:1px solid #f3f4f6;margin-top:4px;margin-bottom:20px}.ch-notice-title{font-size:13px;font-weight:600;color:#111;margin:0 0 3px}.ch-notice-sub{font-size:12px;color:#9ca3af;line-height:1.5;margin:0}.ch-notice-sub a{text-decoration:underline}.ch-totals{border-top:1px solid #e5e7eb;padding-top:16px}.ch-total-row{justify-content:space-between;font-size:14px;color:#6b7280;margin-bottom:8px}.ch-total-row,.ch-total-row-l{display:flex;align-items:center}.ch-total-row-l{gap:4px}.ch-total-hint{font-size:12px;color:#c4c4c4}.ch-total-grand{font-size:17px;font-weight:700;color:#111;margin-top:8px;padding-top:12px;border-top:1px solid #e5e7eb}.ch-total-cur{font-size:11px;font-weight:400;color:#9ca3af;margin-right:4px}.ch-footer{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:28px}.ch-footer-link{font-size:12px;color:#c4c4c4;text-decoration:none}.ch-footer-link:hover{color:#6b7280}@keyframes ch-fadein{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ch-animate{animation:ch-fadein .22s ease both}.summary-items{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}.summary-item{display:flex;align-items:center;gap:12px}.summary-item-img-wrap{position:relative;flex-shrink:0}.summary-item-img{object-fit:cover;display:block}.summary-item-img,.summary-item-img-placeholder{width:56px;height:56px;border-radius:8px;border:1px solid #e5e7eb}.summary-item-img-placeholder{background:#f3f4f6;font-size:20px}.summary-item-badge,.summary-item-img-placeholder{display:flex;align-items:center;justify-content:center}.summary-item-badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;border-radius:10px;background:#6b7280;color:#fff;font-size:11px;font-weight:700;padding:0 4px}.summary-item-info{flex:1 1;min-width:0}.summary-item-name{font-size:13px;font-weight:500;color:#111;line-height:1.35}.summary-item-price{font-size:14px;font-weight:600;color:#111;white-space:nowrap}.discount-row{display:flex;gap:8px;margin:16px 0}.discount-input{flex:1 1;border:1px solid #e5e7eb;border-radius:7px;padding:10px 12px;font-size:13px;outline:none;font-family:inherit;background:#fff}.discount-input:focus{border-color:var(--acc,#3d9e8c)}.discount-btn{padding:10px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:7px;font-size:13px;font-weight:600;cursor:pointer;color:#374151;font-family:inherit;white-space:nowrap}.discount-btn:hover{background:#f3f4f6}.totals-divider{border:none;border-top:1px solid #e5e7eb;margin:10px 0}.totals-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#6b7280;margin-bottom:6px}.totals-row.grand{font-size:17px;font-weight:700;color:#111;margin-top:4px;padding-top:10px;border-top:1px solid #e5e7eb}.totals-row.grand .currency-note{font-size:11px;font-weight:400;color:#9ca3af;margin-right:4px}.free-tag{font-weight:600}.currency-note{font-size:11px;font-weight:400;color:#9ca3af;margin-right:4px}@media (max-width:860px){.ch-msbar{display:flex}.ch-right{display:none}.ch-left{justify-content:flex-start}.ch-left-inner{max-width:100%;padding:24px 20px 60px}}