:root{--pb-bg: #f4f6f9;--pb-surface: #ffffff;--pb-surface-2: #f8fafc;--pb-border: #e2e8f0;--pb-border-strong: #cbd5e1;--pb-text: #0f172a;--pb-text-muted: #64748b;--pb-primary: #2563eb;--pb-primary-hover: #1d4ed8;--pb-primary-soft: #eff6ff;--pb-success: #16a34a;--pb-success-soft: #f0fdf4;--pb-danger: #dc2626;--pb-danger-soft: #fef2f2;--pb-warning: #d97706;--pb-radius: 12px;--pb-radius-sm: 8px;--pb-shadow: 0 1px 3px rgba(15, 23, 42, .08), 0 1px 2px rgba(15, 23, 42, .04);--pb-shadow-lg: 0 10px 30px rgba(15, 23, 42, .1);--pb-font: "Inter", system-ui, -apple-system, sans-serif;--pb-header-h: 64px}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--pb-font);color:var(--pb-text);background:var(--pb-bg);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}a{color:var(--pb-primary)}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{height:var(--pb-header-h);background:var(--pb-surface);border-bottom:1px solid var(--pb-border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:20}.app-header h1{margin:0;font-size:1.125rem;font-weight:700;letter-spacing:-.02em}.app-main{flex:1;padding:24px;max-width:1400px;width:100%;margin:0 auto;overflow:visible}.card{background:var(--pb-surface);border:1px solid var(--pb-border);border-radius:var(--pb-radius);box-shadow:var(--pb-shadow);overflow:visible}.card-header{padding:16px 20px;border-bottom:1px solid var(--pb-border);display:flex;align-items:center;justify-content:space-between;gap:12px}.card-body{padding:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:var(--pb-radius-sm);padding:8px 14px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--pb-primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--pb-primary-hover)}.btn-secondary{background:var(--pb-surface);border-color:var(--pb-border-strong);color:var(--pb-text)}.btn-secondary:hover:not(:disabled){background:var(--pb-surface-2)}.btn-ghost{background:transparent;color:var(--pb-text-muted)}.btn-ghost:hover:not(:disabled){background:var(--pb-surface-2);color:var(--pb-text)}.btn-danger{background:var(--pb-danger-soft);color:var(--pb-danger);border-color:#fecaca}.btn-sm{padding:6px 10px;font-size:.8125rem}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:.8125rem;font-weight:600;color:var(--pb-text)}.field input,.field select,.field textarea{border:1px solid var(--pb-border-strong);border-radius:var(--pb-radius-sm);padding:8px 10px;background:#fff;color:var(--pb-text)}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--pb-primary-soft);border-color:var(--pb-primary)}.field-hint{font-size:.75rem;color:var(--pb-text-muted)}.toggle{position:relative;width:44px;height:24px;flex-shrink:0}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#cbd5e1;border-radius:999px;cursor:pointer;transition:background .2s}.toggle-slider:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s}.toggle input:checked+.toggle-slider{background:var(--pb-success)}.toggle input:checked+.toggle-slider:before{transform:translate(20px)}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:600}.badge-active{background:var(--pb-success-soft);color:var(--pb-success)}.badge-paused{background:#f1f5f9;color:var(--pb-text-muted)}.segmented{display:inline-flex;background:var(--pb-surface-2);border:1px solid var(--pb-border);border-radius:var(--pb-radius-sm);padding:3px;gap:2px}.segmented button{border:none;background:transparent;padding:6px 12px;border-radius:6px;font-size:.8125rem;font-weight:600;color:var(--pb-text-muted);cursor:pointer}.segmented button.active{background:#fff;color:var(--pb-text);box-shadow:var(--pb-shadow)}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table th,.data-table td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--pb-border)}.data-table th{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--pb-text-muted);background:var(--pb-surface-2)}.data-table tr:hover td{background:#fafbfc}.empty-state{text-align:center;padding:48px 24px;color:var(--pb-text-muted)}.toast{position:fixed;bottom:24px;right:24px;background:var(--pb-text);color:#fff;padding:12px 16px;border-radius:var(--pb-radius-sm);box-shadow:var(--pb-shadow-lg);z-index:100;animation:slide-in .2s ease;display:flex;align-items:center;gap:12px;max-width:min(420px,calc(100vw - 48px))}.toast.error{background:var(--pb-danger)}.toast-close{background:transparent;border:none;color:inherit;font-size:1.25rem;line-height:1;cursor:pointer;padding:0 4px;opacity:.8}.toast-close:hover{opacity:1}@keyframes slide-in{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:24px;z-index:50}.modal{background:var(--pb-surface);border-radius:var(--pb-radius);box-shadow:var(--pb-shadow-lg);width:min(720px,100%);max-height:90vh;overflow:auto}.modal-header{padding:18px 20px;border-bottom:1px solid var(--pb-border);display:flex;align-items:center;justify-content:space-between}.modal-body{padding:20px}.editor-workspace{overflow:visible}.editor-workspace-toolbar{display:flex;gap:16px;align-items:center;flex-wrap:wrap;padding:16px 20px;border-bottom:1px solid var(--pb-border)}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:start;overflow:visible}.editor-main{display:flex;flex-direction:column;gap:16px;min-width:0;padding:20px;overflow:visible}.editor-preview-aside{position:-webkit-sticky;position:sticky;top:calc(var(--pb-header-h) + 12px);align-self:start;padding:20px;border-left:1px solid var(--pb-border);background:var(--pb-surface-2);overflow:visible}.editor-preview-label{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;font-size:.875rem}.editor-preview-canvas{margin:0 auto;border:1px solid var(--pb-border);border-radius:12px;background:#fff;overflow:visible}.editor-tabs{display:flex;gap:8px;border-bottom:1px solid var(--pb-border);padding-bottom:0}.editor-tabs button{border:none;background:transparent;padding:10px 14px;font-weight:600;color:var(--pb-text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.editor-tabs button.active{color:var(--pb-primary);border-bottom-color:var(--pb-primary)}.bundle-item-card{margin-bottom:0}.bundle-item-card--dragging{opacity:.55;box-shadow:var(--pb-shadow-lg)}.bundle-item-drag-handle{display:flex;align-items:center;justify-content:center;width:28px;min-height:56px;padding:0;border:none;background:transparent;color:var(--pb-text-muted);cursor:grab;touch-action:none;border-radius:var(--pb-radius-sm);flex-shrink:0}.bundle-item-drag-handle:hover{background:var(--pb-surface-2);color:var(--pb-text)}.bundle-item-drag-handle:active{cursor:grabbing}.bundle-item-drag-handle__icon{font-size:.875rem;line-height:1;letter-spacing:-.15em;-webkit-user-select:none;user-select:none}.section-card{background:var(--pb-surface);border:1px solid var(--pb-border);border-radius:var(--pb-radius);padding:16px}.section-card h3{margin:0 0 12px;font-size:.9375rem}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.product-card{border:1px solid var(--pb-border);border-radius:var(--pb-radius-sm);padding:10px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s}.product-card:hover{border-color:var(--pb-primary)}.product-card.selected{border-color:var(--pb-primary);box-shadow:0 0 0 2px var(--pb-primary-soft)}.product-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;background:var(--pb-surface-2)}.product-card .name{margin-top:8px;font-size:.8125rem;font-weight:600;line-height:1.3}.product-card .price{font-size:.75rem;color:var(--pb-text-muted)}.error-banner{background:var(--pb-danger-soft);border:1px solid #fecaca;color:var(--pb-danger);padding:10px 12px;border-radius:var(--pb-radius-sm);font-size:.875rem}.hero-banner{position:relative;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;border-radius:var(--pb-radius);padding:24px;margin-bottom:20px}.hero-dismiss{position:absolute;top:12px;right:12px;background:transparent;border:none;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;opacity:.8;padding:4px 8px}.hero-dismiss:hover{opacity:1}.hero-banner h2{margin:0 0 8px;font-size:1.25rem}.hero-banner p{margin:0;opacity:.9}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:20px}.stat-card{background:var(--pb-surface);border:1px solid var(--pb-border);border-radius:var(--pb-radius);padding:16px 18px}.stat-card .label{font-size:.8125rem;color:var(--pb-text-muted)}.stat-card .value{font-size:1.5rem;font-weight:700;margin-top:4px}.support-links{display:flex;gap:8px;flex-wrap:wrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.info-banner{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;padding:12px 16px;border-radius:var(--pb-radius-sm);font-size:.875rem}.tab-error-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;margin-left:8px;padding:0 5px;border-radius:999px;background:var(--pb-danger);color:#fff;font-size:.6875rem;font-weight:700;vertical-align:middle}.skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:skeleton-shimmer 1.2s ease-in-out infinite;border-radius:6px;height:14px}.skeleton-text{width:80%}.skeleton-sm{width:50%}.skeleton-badge{width:64px;height:22px;border-radius:999px}.skeleton-row td{padding:14px 12px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--pb-border);border-top-color:var(--pb-primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1024px){.editor-layout{grid-template-columns:1fr}.editor-preview-aside{border-left:none;border-top:1px solid var(--pb-border)}}@media(max-width:768px){.app-main{padding:16px}.grid-2,.grid-3{grid-template-columns:1fr}}.pb-widget-shadow-host{display:block;width:100%;max-width:100%}.pb-product-bundles{margin:1.25rem 0;font-family:inherit;max-width:100%;width:100%;box-sizing:border-box;overflow:hidden;display:block;isolation:isolate}#pb-product-bundles{display:block;isolation:isolate;max-width:100%;width:100%}.pb-product-bundles *,.pb-product-bundles *:before,.pb-product-bundles *:after{box-sizing:border-box}.pb-product-bundles h3,.pb-product-bundles h4{margin:0;font-weight:600;line-height:1.35;letter-spacing:normal;text-transform:none}.pb-loading{display:flex;flex-direction:column;gap:10px;padding:4px 0}.pb-loading__shimmer{height:72px;border-radius:12px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:pb-shimmer 1.2s ease-in-out infinite}.pb-loading__shimmer--short{height:48px;width:70%}@keyframes pb-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pb-offer-mount+.pb-offer-mount{margin-top:1.5rem}.pb-widget{border:1px solid var(--pb-offer-card-border, #e5e7eb);border-radius:12px;padding:1rem;background:var(--pb-offer-card-bg, #fff);max-width:100%;width:100%;overflow:hidden}.pb-widget__title{margin:0 0 1rem;font-size:var(--pb-block-title-size, 18px);color:var(--pb-block-title-color, #111827);font-weight:600}.pb-widget__error{margin:.75rem 0 0;color:#b91c1c;font-size:14px}.pb-widget--error{border-color:#fecaca;background:#fef2f2;color:#991b1b}.pb-btn{display:inline-flex!important;align-items:center;justify-content:center;width:calc(var(--pb-cta-width, 100) * 1%);max-width:100%;margin-top:1rem;border:var(--pb-cta-border, 0);border-radius:var(--pb-cta-radius, 8px);padding:var(--pb-cta-padding, .75rem 1rem);background:var(--pb-cta-bg, #111827);color:var(--pb-cta-color, #fff);font-size:var(--pb-cta-size, 16px);font-weight:var(--pb-cta-font-weight, 600);cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;text-transform:none;letter-spacing:normal;line-height:1.25;font-family:inherit;visibility:visible!important;opacity:1!important;min-height:var(--pb-cta-min-height, 44px);height:auto!important;box-shadow:none;text-decoration:none}.pb-product-bundles .pb-btn,#pb-product-bundles .pb-btn{background:var(--pb-cta-bg, #111827)!important;color:var(--pb-cta-color, #fff)!important;padding:var(--pb-cta-padding, .75rem 1rem)!important;min-height:var(--pb-cta-min-height, 44px)!important}.pb-widget--native-atc .pb-btn{width:100%}.pb-btn:hover:not(:disabled){background:var(--pb-cta-active-bg, var(--pb-cta-bg, #111827))}.pb-btn--success{background:var(--pb-cta-success-bg, #16a34a)!important}.pb-btn:disabled{opacity:.55;cursor:not-allowed}.pb-product-bundles .pb-product,#pb-product-bundles .pb-product,.pb-product-bundles .pb-mix__product,#pb-product-bundles .pb-mix__product{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:flex-start!important;gap:.75rem!important;max-width:100%!important;overflow:hidden}.pb-product-bundles .pb-product__body,#pb-product-bundles .pb-product__body{flex:1 1 0!important;min-width:0!important;width:auto!important;max-width:100%!important}.pb-product-bundles .pb-product__title,#pb-product-bundles .pb-product__title{display:block!important;width:auto!important;max-width:100%!important}.pb-product-bundles .pb-product__variants,#pb-product-bundles .pb-product__variants{width:100%!important;max-width:100%!important}.pb-product-bundles .pb-variant__select,#pb-product-bundles .pb-variant__select{width:100%!important;max-width:100%!important;display:block!important}.pb-product-bundles .pb-bundle__products,#pb-product-bundles .pb-bundle__products{display:grid!important;gap:.75rem!important}.pb-product-bundles .pb-bundle__summary,.pb-product-bundles .pb-mix__summary,#pb-product-bundles .pb-bundle__summary,#pb-product-bundles .pb-mix__summary{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:.5rem!important}.pb-product{display:flex;gap:.75rem;align-items:flex-start;max-width:100%;overflow:hidden}.pb-product-bundles .pb-product__img,#pb-product-bundles .pb-product__img{width:72px!important;height:72px!important;min-width:72px;max-width:72px!important;max-height:72px!important;object-fit:cover;border-radius:8px;flex-shrink:0;display:block;background:#f3f4f6}.pb-product__img--empty{display:block}.pb-product__body{flex:1;min-width:0}.pb-product__title{margin:0 0 .25rem;font-size:var(--pb-product-title-size, 15px);color:var(--pb-product-title-color, #111827)}.pb-product__qty{display:inline-block;margin-right:.5rem;font-size:var(--pb-product-qty-size, var(--pb-product-price-size, 14px));color:var(--pb-product-qty-color, var(--pb-product-price-color, #374151))}.pb-product__price{display:inline-block;margin-right:.5rem;font-size:var(--pb-product-price-size, 14px);color:var(--pb-product-price-color, #374151)}.pb-variant{display:block;margin-top:0}.pb-product__variants{display:grid;gap:.5rem;margin-top:.35rem}.pb-variant__label{display:block;margin-bottom:.2rem;font-size:var(--pb-variation-size, 13px);color:var(--pb-variant-select-color, #374151);font-weight:500}.pb-variant__select{width:100%;border:1px solid var(--pb-variant-select-border, #d1d5db);background:var(--pb-variant-select-bg, #fff);color:var(--pb-variant-select-color, #111827);border-radius:8px;padding:.35rem .5rem}.pb-volume__tiers{display:grid;gap:.75rem}.pb-volume--horizontal .pb-volume__tiers{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.pb-volume__tier{display:flex;flex-direction:column;gap:.25rem;border:1px solid var(--pb-offer-card-border, #e5e7eb);border-radius:10px;padding:.75rem;cursor:pointer;background:var(--pb-offer-card-bg, #fff);position:relative}.pb-volume__tier--selected{border-color:var(--pb-offer-selected-border, #2563eb);background:var(--pb-offer-selected-bg, #eff6ff)}.pb-volume__tier input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pb-volume__tier input:focus-visible+.pb-volume__tier-img,.pb-volume__tier input:focus-visible~.pb-volume__tier-title{outline:2px solid var(--pb-offer-selected-border, #2563eb);outline-offset:2px}@supports selector(:has(*)){.pb-volume__tier input:focus-visible+.pb-volume__tier-img,.pb-volume__tier input:focus-visible~.pb-volume__tier-title{outline:none}.pb-volume__tier:has(input:focus-visible){outline:2px solid var(--pb-offer-selected-border, #2563eb);outline-offset:2px}}.pb-volume__tier-title{font-size:var(--pb-offer-title-size, 14px);color:var(--pb-offer-title-color, #111827)}.pb-volume__tier-price{font-size:var(--pb-price-size, 16px);color:var(--pb-price-color, #111827);font-weight:600}.pb-volume__tier-original{font-size:13px;color:#6b7280;text-decoration:line-through}.pb-volume__summary{display:flex;gap:.5rem;margin-top:.75rem;font-size:14px;color:#374151}.pb-volume__variant-units{display:grid;gap:.5rem;margin-top:.75rem}.pb-bundle__products{display:grid;gap:.75rem}.pb-bundle__divider{height:1px;background:var(--pb-divider-color, #e5e7eb);margin:.25rem 0}.pb-bundle__divider--plus:before{content:"+";display:block;text-align:center;line-height:1;color:#6b7280;background:transparent;height:auto;margin:.25rem 0}.pb-bundle__divider--plus_line{position:relative;height:24px;background:transparent}.pb-bundle__divider--plus_line:before{content:"+";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;padding:0 .5rem;color:#6b7280}.pb-bundle__summary,.pb-mix__summary{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.75rem}.pb-bundle__buy-all{color:var(--pb-buy-all-at-color, #111827);font-size:var(--pb-buy-all-at-size, 15px);font-weight:600}.pb-bundle__price,.pb-mix__total{font-size:var(--pb-buy-all-at-price-size, 18px);color:var(--pb-buy-all-at-price-color, #111827);font-weight:700}.pb-bundle__original,.pb-mix__original{text-decoration:line-through;color:#6b7280}.pb-bundle__tag{background:var(--pb-buy-all-at-tag-bg, #dcfce7);color:var(--pb-buy-all-at-tag-color, #166534);border-radius:999px;padding:.15rem .5rem;font-size:12px}.pb-mix__products{display:grid;gap:1rem}.pb-mix__product{border:1px solid var(--pb-mix-card-border, #e5e7eb);border-radius:10px;padding:.75rem;background:var(--pb-mix-card-bg, #fff)}.pb-mix__product--selected{border-color:var(--pb-mix-card-selected-border, #22c55e);background:var(--pb-mix-card-selected-bg, #f0fdf4)}.pb-mix__summary{background:var(--pb-mix-summary-bg, transparent);border:1px solid var(--pb-mix-summary-border, transparent);border-radius:8px;padding:.5rem .75rem}.pb-qty-stepper{display:inline-flex;align-items:center;margin-top:.5rem;border:1px solid #d1d5db;border-radius:8px;overflow:hidden}.pb-qty-stepper__btn{width:44px;height:44px;min-width:44px;min-height:44px;border:0;background:#f9fafb;cursor:pointer;font-size:16px}.pb-qty-stepper__input{width:48px;height:44px;min-height:44px;border:0;border-left:1px solid #d1d5db;border-right:1px solid #d1d5db;text-align:center;font-size:14px}.pb-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#pb-cart-upsell{margin:1.5rem 0;font-family:inherit}#pb-upsell-config{display:none}.pb-upsell{border:1px solid var(--pb-upsell-card-border, #e5e7eb);border-radius:12px;padding:1rem;background:var(--pb-upsell-card-bg, #fff)}.pb-upsell+.pb-upsell{margin-top:1rem}.pb-upsell__title{margin:0 0 1rem;font-size:var(--pb-block-title-size, 18px);color:var(--pb-block-title-color, #111827)}.pb-upsell__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(140px,100%),1fr));gap:.75rem}.pb-upsell__card{border:1px solid var(--pb-upsell-card-border, #e5e7eb);border-radius:10px;padding:.75rem;background:var(--pb-upsell-card-bg, #fff)}.pb-upsell__card--selected{border-color:var(--pb-upsell-selected-border, #2563eb);background:var(--pb-upsell-selected-bg, #eff6ff)}.pb-upsell__img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;margin-bottom:.5rem;background:#f3f4f6}.pb-upsell__name{font-size:var(--pb-upsell-title-size, 14px);color:var(--pb-upsell-title-color, #111827);margin:0 0 .25rem}.pb-upsell__price{font-size:var(--pb-upsell-price-size, 14px);color:var(--pb-upsell-price-color, #374151)}.pb-upsell__select-btn{margin-top:.5rem;width:100%;border:1px solid var(--pb-upsell-card-border, #d1d5db);background:var(--pb-cta-bg, #fff);color:var(--pb-cta-color, #111827);border-radius:var(--pb-cta-radius, 8px);padding:.35rem .5rem;min-height:44px;font-size:var(--pb-cta-size, 12px);font-weight:var(--pb-cta-font-weight, 600);cursor:pointer}.pb-upsell__checkout{margin-top:1rem;width:100%;border:0;border-radius:10px;padding:.75rem 1rem;background:var(--pb-checkout-cta-bg, #111827);color:var(--pb-checkout-cta-color, #fff);font-size:15px;cursor:pointer}.pb-upsell__checkout:disabled{opacity:.55;cursor:not-allowed}.pb-upsell__error{margin-top:.75rem;color:#b91c1c;font-size:14px}.pb-upsell__variant{margin-top:.35rem;width:100%;border-radius:8px;padding:.35rem .5rem}
