/*
 * FUNNEL SYSTEM CSS
 * Public funnel pages load this file INSTEAD OF assets/style.css.
 * It owns structural funnel/cart/checkout styles only. The selected funnel template
 * is loaded after this file and remains the final design authority.
 */
*{box-sizing:border-box}
html,body{min-height:100%;max-width:100%;margin:0}
body.funnel-runtime-page{display:flex;min-height:100vh;flex-direction:column;background:var(--funnel-surface);color:var(--funnel-text);font-family:var(--funnel-body-font);font-size:16px;line-height:var(--funnel-body-line-height,1.5);overflow-x:hidden;
  /* Funnel-local compatibility aliases. They are derived only from the ACTIVE template. */
  --body-bg:var(--funnel-surface);--body-background:var(--funnel-surface);--body-text:var(--funnel-text);--heading:var(--funnel-text);--muted:var(--funnel-muted);--accent:var(--funnel-primary);
  --card-bg:var(--funnel-card);--card-border:var(--funnel-border);--surface-shadow:var(--funnel-shadow);--card-radius:var(--funnel-card-radius);
  --input-bg:var(--funnel-card);--input-border:var(--funnel-border);--input-text:var(--funnel-text);--input-radius:var(--funnel-button-radius);
  --primary-bg:var(--funnel-button-primary-bg,var(--funnel-primary));--primary-text:var(--funnel-button-primary-text,var(--funnel-button-text));--primary-hover:var(--funnel-button-primary-bg,var(--funnel-primary));--secondary-bg:var(--funnel-button-secondary-bg,var(--funnel-secondary));--secondary-text:var(--funnel-button-secondary-text,var(--funnel-text));--button-radius:var(--funnel-button-radius);
  --border:var(--funnel-border);--card:var(--funnel-card);--text:var(--funnel-text);--secondary-button-bg:color-mix(in srgb,var(--funnel-card) 82%,var(--funnel-surface));--secondary-button-text:var(--funnel-text)
}
body.funnel-runtime-page>main{flex:1 0 auto;min-width:0}
body.funnel-runtime-page a{color:inherit;text-decoration:none}
body.funnel-runtime-page h1,body.funnel-runtime-page h2,body.funnel-runtime-page h3,body.funnel-runtime-page h4{color:var(--funnel-text)}
body.funnel-runtime-page .container{width:min(calc(100% - 40px),var(--funnel-container));max-width:var(--funnel-container);margin-inline:auto;min-width:0}
body.funnel-runtime-page .section{padding:48px 0}
body.funnel-runtime-page .card{background:var(--funnel-card);color:var(--funnel-text);border:var(--funnel-border-width,1px) solid var(--funnel-border);border-radius:var(--funnel-card-radius);box-shadow:var(--funnel-shadow);overflow:hidden}
body.funnel-runtime-page .card-body{padding:var(--funnel-card-padding,20px)}
body.funnel-runtime-page .btn{display:inline-flex;align-items:center;justify-content:center;max-width:100%;padding:var(--funnel-cta-y) var(--funnel-cta-x);border:var(--funnel-border-width,1px) solid var(--funnel-button-primary-bg,var(--funnel-primary));border-radius:var(--funnel-button-radius);background:var(--funnel-button-primary-bg,var(--funnel-primary));color:var(--funnel-button-primary-text,var(--funnel-button-text));cursor:pointer;font:inherit;font-weight:700;line-height:1.2;text-decoration:none}
body.funnel-runtime-page .btn.secondary{background:var(--funnel-button-secondary-bg,var(--funnel-secondary));color:var(--funnel-text);border-color:var(--funnel-button-secondary-bg,var(--funnel-border))}
body.funnel-runtime-page label{display:block;font-weight:650;margin-bottom:6px}
body.funnel-runtime-page input,body.funnel-runtime-page select,body.funnel-runtime-page textarea{width:100%;padding:11px 12px;border:var(--funnel-border-width,1px) solid var(--funnel-border);border-radius:var(--funnel-button-radius);background:var(--funnel-card);color:var(--funnel-text);font:inherit}
body.funnel-runtime-page textarea{min-height:130px}
body.funnel-runtime-page .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
body.funnel-runtime-page .full{grid-column:1/-1}
body.funnel-runtime-page .muted,body.funnel-runtime-page small{color:var(--funnel-muted)}
body.funnel-runtime-page .split{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
body.funnel-runtime-page .table-wrap{overflow:auto;background:var(--funnel-card);border-radius:var(--funnel-card-radius);border:var(--funnel-border-width,1px) solid var(--funnel-border);box-shadow:var(--funnel-shadow)}
body.funnel-runtime-page table{width:100%;border-collapse:collapse;color:var(--funnel-text)}
body.funnel-runtime-page th,body.funnel-runtime-page td{text-align:left;padding:12px;border-bottom:1px solid var(--funnel-border);white-space:nowrap}
body.funnel-runtime-page .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
body.funnel-runtime-page .inline-form{display:flex;gap:10px;align-items:center}
body.funnel-runtime-page .checkbox-label{display:flex;align-items:flex-start;gap:9px}
body.funnel-runtime-page .checkbox-label input,body.funnel-runtime-page input[type=checkbox],body.funnel-runtime-page input[type=radio]{width:auto}
@media(max-width:760px){body.funnel-runtime-page .form-grid{grid-template-columns:1fr}body.funnel-runtime-page .container{width:min(calc(100% - 24px),var(--funnel-container))}}

.quantity-stepper {display:inline-flex;align-items:center;gap:.25rem;margin-top:.45rem;padding:.25rem;border:1px solid var(--border,#d7dce2);border-radius:999px;background:var(--card-bg,#fff)}.quantity-stepper__button {width:2.35rem;height:2.35rem;display:inline-grid;place-items:center;border:0;border-radius:50%;background:var(--secondary-button-bg,#eef1f4);color:var(--secondary-button-text,#20242a);font:inherit;font-size:1.35rem;line-height:1;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.quantity-stepper__button:hover:not(:disabled){transform:scale(1.06)}.quantity-stepper__button:disabled{opacity:.4;cursor:not-allowed}.quantity-stepper__value{min-width:2.4rem;padding:0 .35rem;text-align:center;font-weight:700;font-variant-numeric:tabular-nums}.product-purchase-row .quantity-stepper{margin-top:0}.product-cart-button{min-height:2.85rem}@media(max-width:520px){.product-cart-button{flex:1 1 12rem}}.cart-products-card{margin-top:18px}.cart-update-row{display:flex;justify-content:flex-end;align-items:center;gap:16px;padding-top:12px}.cart-update-row .cart-reservation-notice{margin-right:auto}.cart-update-row .btn{margin-left:auto}.cart-summary p{margin:0}.cart-quantity-stepper{min-width:132px}.cart-quantity-stepper .quantity-stepper__value{min-width:34px}.cart-empty{padding-top:10px}@media(max-width:700px){.cart-summary{align-items:stretch;flex-direction:column}.cart-summary .btn,.cart-update-row .btn{width:100%;text-align:center}}.cart-remove-cell{width:3rem;text-align:right;vertical-align:middle}.cart-remove-button{display:inline-grid;place-items:center;width:2rem;height:2rem;padding:0;border:1px solid var(--border,#d6dbe3);border-radius:999px;background:transparent;color:#b42318;font-size:1.45rem;line-height:1;cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s ease}.cart-remove-button:hover,.cart-remove-button:focus-visible{background:#fee4e2;color:#912018;transform:scale(1.06);outline:none}.cart-undo-card>h2{font-size:1.05rem;margin:0 0 .75rem}.cart-undo-list{display:grid;gap:.75rem}.cart-undo-product{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.75rem;border-top:1px solid var(--border,#d6dbe3)}.cart-undo-product:first-child{padding-top:0;border-top:0}.cart-undo-product-main{display:flex;align-items:center;gap:.85rem;min-width:0}.cart-undo-product-main img{width:64px;height:64px;object-fit:cover;border-radius:10px;border:1px solid var(--border,#d6dbe3)}.cart-undo-product-main div{display:flex;flex-direction:column;gap:.15rem;min-width:0}.cart-undo-product-main strong{overflow-wrap:anywhere}.cart-undo-product-main span{color:var(--muted,#667085);font-size:.92rem}.cart-undo-product>.btn{flex:0 0 auto;white-space:nowrap}@media(prefers-reduced-motion:reduce){.cart-undo-card{animation:none}}@media(max-width:700px){.cart-undo-product{align-items:stretch;flex-direction:column}.cart-undo-product>.btn{width:100%;text-align:center}.cart-undo-product-main img{width:56px;height:56px}}.cart-reservation-notice{display:flex;align-items:center;gap:8px;min-width:0;padding:9px 12px;border:1px solid #dbe4ef;background:#f8fafc;font-size:.9rem}.cart-reservation-notice strong{white-space:nowrap}.cart-reservation-notice span{color:#64748b}@media(max-width:700px){.cart-update-row{align-items:stretch;flex-direction:column}.cart-reservation-notice{display:block;width:100%;text-align:center;line-height:1.45}.cart-reservation-notice span{display:block;text-align:center}.cart-update-row .btn{width:100%;text-align:center}}.product-detail-buybox .quantity-stepper{margin:0;}.product-detail-buybox .product-cart-button{min-height:48px;width:100%;font-size:1rem;}.product-detail-buybox .product-cart-button:disabled{opacity:.55;cursor:not-allowed;}.payment-mark{display:inline-flex;align-items:center;justify-content:center;min-height:27px;padding:.2rem .5rem;border:1px solid #d8dde5;border-radius:5px;background:#fff;font-size:.72rem;font-weight:800;line-height:1;letter-spacing:-.02em;box-shadow:0 1px 2px rgba(15,23,42,.06)}.payment-visa{color:#1434cb;font-size:.82rem;letter-spacing:.04em}.payment-klarna{background:#ffb3c7;color:#111;border-color:#ffb3c7}.payment-mastercard{position:relative;gap:0;padding:.2rem .4rem;min-width:45px}.payment-mastercard i,.payment-mastercard b{display:block;width:17px;height:17px;border-radius:50%}.payment-mastercard i{background:#eb001b}.payment-mastercard b{background:#f79e1b;margin-left:-6px;opacity:.9}.payment-mastercard>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}@media(max-width:600px){.product-payment-methods{gap:.35rem}}.settings-payment-methods{padding-block:16px}.settings-payment-methods .settings-section-heading h2{margin-bottom:0}.settings-payment-methods .payment-method-toggle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px}.settings-payment-methods .payment-method-toggle{min-width:0}.settings-payment-methods .payment-method-toggle-label{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:42px;margin:0;padding:9px 11px;border:1px solid var(--border,#d9dee7);border-radius:10px;background:var(--surface,#fff);font-weight:700;cursor:pointer}.settings-payment-methods .payment-method-toggle-label input{width:17px;height:17px;margin:0;flex:0 0 auto}.settings-payment-methods .payment-method-toggle-label span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1050px){.settings-payment-methods .payment-method-toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.settings-payment-methods .payment-method-toggle-grid{grid-template-columns:1fr}}.product-purchase-layout .quantity-stepper{min-height:34px}.product-purchase-layout .quantity-stepper__button{width:32px;height:32px}.product-purchase-layout .quantity-stepper__value{min-width:32px;font-size:.88rem}.product-purchase-layout .product-detail-buybox .product-cart-button{min-height:36px;font-size:.84rem;padding:7px 12px;}.cart-item-variant{display:block;margin-top:.28rem;color:var(--muted,#667085);font-size:.9rem;line-height:1.35}.cart-item-product{display:flex;align-items:center;gap:12px;min-width:220px}.cart-item-thumbnail{width:58px;height:58px;flex:0 0 58px;display:block;object-fit:cover;border:1px solid var(--border,#d8dee8);border-radius:10px;background:#f4f6f8}.cart-item-thumbnail-placeholder{background:linear-gradient(135deg,#f2f4f7,#e4e7ec)}.cart-item-copy{min-width:0}.cart-item-copy strong{display:block}.cart-item-copy .cart-item-variant{margin-top:.2rem}@media(max-width:700px){.cart-item-product{min-width:180px}.cart-item-thumbnail{width:48px;height:48px;flex-basis:48px}}.design-payment-methods{padding:18px}.design-payment-methods h2{margin-bottom:4px}.design-payment-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.design-payment-method-option{display:flex;align-items:center;gap:9px;min-height:46px;margin:0;padding:8px 10px;border:1px solid var(--border,#d9dee7);border-radius:10px;background:var(--surface,#fff);cursor:pointer}.design-payment-method-option>input{width:17px;height:17px;margin:0;flex:0 0 auto}.design-payment-method-logo{display:flex;align-items:center;min-width:58px}.payment-applepay{font-weight:700;color:#111}.payment-googlepay{font-weight:700;color:#202124}.payment-sepa{color:#0050a4;letter-spacing:.05em}.payment-invoice,.payment-prepayment{font-size:.68rem}@media(max-width:960px){.design-payment-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:580px){.design-payment-method-grid{grid-template-columns:1fr}}.product-purchase-facts dl>.product-payment-methods-row{display:block;min-height:0;margin:0 0 12px;padding:0 0 14px;border-bottom:1px solid var(--card-border)}.product-payment-methods-row dd{display:block;min-height:0}.product-purchase-facts .product-payment-methods{gap:.3rem;display:grid;width:100%;height:auto;align-content:start;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:32px;gap:7px;}.product-purchase-facts .product-payment-methods-count-5,
.product-purchase-facts .product-payment-methods-count-6,
.product-purchase-facts .product-payment-methods-count-7,
.product-purchase-facts .product-payment-methods-count-8,
.product-purchase-facts .product-payment-methods-count-9{grid-template-columns:repeat(3,minmax(0,1fr))}.product-purchase-facts .payment-mark{transform:scale(.88);transform-origin:left center;transform:none;transform-origin:center;width:100%;height:100%;min-height:28px;display:flex;align-items:center;justify-content:center;padding:4px 6px;box-sizing:border-box;white-space:nowrap;}.cart-container{width:65%;max-width:calc(var(--container-width,1180px)*.65);margin-inline:auto}@media(max-width:980px){.cart-container{width:82%;max-width:none}}@media(max-width:760px){.cart-container{width:100%}}.checkout-container{max-width:1180px}.checkout-meta-link{display:flex;justify-content:flex-end;margin-bottom:14px}.checkout-progress .is-current{font-weight:700}.checkout-progress a{color:inherit;text-decoration:none}.checkout-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:stretch}.checkout-data-card,.checkout-payment-card{height:100%;box-sizing:border-box}.checkout-data-card h2,.checkout-payment-card h2{margin-top:0}.checkout-payment-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.checkout-payment-option{display:grid;grid-template-columns:auto minmax(54px,72px) 1fr;align-items:center;gap:10px;border:1px solid var(--input-border,#d6dae1);border-radius:var(--radius,12px);padding:12px;cursor:pointer;min-height:64px;box-sizing:border-box}.checkout-payment-option:has(input:checked){border-color:currentColor;box-shadow:0 0 0 1px currentColor inset}.checkout-payment-option input{width:auto;margin:0}.checkout-payment-option span{display:grid;gap:2px}.checkout-payment-option small{opacity:.7}.checkout-discount{display:grid;grid-template-columns:auto 1fr auto;align-items:baseline;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid var(--input-border,#d6dae1)}.checkout-discount em{font-size:.78rem;opacity:.72}.checkout-total{margin:18px 0 0;padding-top:16px;border-top:1px solid var(--input-border,#d6dae1)}.checkout-total div{display:flex;justify-content:space-between;gap:20px;font-size:1.08rem}.checkout-total dd{margin:0;font-weight:800}.checkout-completion .checkbox-label{margin:0}.checkout-completion .btn{flex:0 0 auto}@media(max-width:900px){.checkout-progress{margin-top:14px}.checkout-cards{grid-template-columns:1fr}.checkout-payment-options{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-completion{align-items:stretch;flex-direction:column}.checkout-completion .btn{width:100%}}.checkout-container .cart-heading-row{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:24px}.checkout-container .cart-heading-row h1{margin:0}.checkout-container .cart-progress{margin-left:auto}.review-costs .cart-totals{margin:0}@media(max-width:800px){.checkout-container .cart-heading-row{display:block}.checkout-container .cart-progress{margin-top:16px}}@media(max-width:560px){.checkout-payment-options{grid-template-columns:1fr}}.checkout-payment-option>.checkout-payment-logo{display:flex;align-items:center;justify-content:center;gap:0}.checkout-payment-logo.payment-applepay{font-weight:800;color:#111}.checkout-payment-logo.payment-googlepay{font-weight:700;color:#3c4043}.checkout-payment-logo.payment-sepa{font-weight:800;color:#005ea8}.checkout-payment-logo.payment-invoice,.checkout-payment-logo.payment-prepayment{font-weight:700;color:#263238}.checkout-data-card .form-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.checkout-data-card .form-grid>div{grid-column:span 6}.checkout-data-card .form-grid>.full{grid-column:1/-1}.checkout-street-field{grid-column:span 6!important}.checkout-address-addition-field{grid-column:span 6!important}.checkout-postal-field{grid-column:span 2!important}.checkout-city-field{grid-column:span 6!important}.checkout-country-field{grid-column:span 4!important}.checkout-newsletter-offer{margin-top:18px;padding-top:16px;border-top:1px solid var(--card-border,#e2e5ea);display:grid;gap:12px}.checkout-newsletter-offer strong{display:block}.checkout-newsletter-offer small{display:block;margin-top:4px;color:var(--muted,#667085)}.checkout-newsletter-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.checkout-newsletter-consent{grid-column:1/-1;display:flex;gap:8px;align-items:flex-start;font-size:.82rem}.checkout-newsletter-consent input{width:auto;margin-top:2px}.checkout-newsletter-form .btn{margin:0;white-space:nowrap}@media(max-width:760px){.checkout-data-card .form-grid>div,.checkout-street-field,.checkout-address-addition-field,.checkout-postal-field,.checkout-city-field,.checkout-country-field{grid-column:1/-1!important}.checkout-newsletter-form{grid-template-columns:1fr}.checkout-newsletter-form .btn{width:100%}}.checkout-completion{margin-top:22px;display:flex;align-items:center;justify-content:space-between;gap:20px;justify-content:flex-end;}.checkout-newsletter-design-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);gap:24px;align-items:start;margin-bottom:20px}.checkout-newsletter-design-head h2{margin:0 0 6px}.checkout-newsletter-toggle{margin:0}.checkout-newsletter-settings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding-top:20px;border-top:1px solid var(--admin-border,#dfe3e8)}.checkout-newsletter-settings>.full{grid-column:1/-1}.checkout-newsletter-consent-info{display:grid;gap:4px;padding:14px 16px;border-radius:10px;background:var(--admin-surface-soft,#f5f6f8)}.checkout-newsletter-consent-info span{font-size:.84rem;color:var(--admin-muted,#667085)}@media(max-width:800px){.checkout-newsletter-design-head,.checkout-newsletter-settings{grid-template-columns:1fr}.checkout-newsletter-settings>.full{grid-column:auto}.checkout-order-mode{margin-top:-8px}}.checkout-newsletter-form .form-message{grid-column:1/-1;margin:0;color:var(--danger,#b42318);font-size:.85rem}.checkout-newsletter-success{margin:0;font-size:.9rem}.cart-newsletter-offer{flex:1 1 320px;max-width:430px;margin:0;padding:0 20px;border-top:0;border-left:1px solid var(--card-border,#e2e5ea);align-self:stretch;display:flex;flex-direction:column;justify-content:center}.cart-newsletter-offer .checkout-newsletter-form{grid-template-columns:minmax(0,1fr) auto}@media(max-width:980px){.cart-summary{flex-wrap:wrap}.cart-newsletter-offer{order:3;flex-basis:100%;max-width:none;padding:18px 0 0;border-left:0;border-top:1px solid var(--card-border,#e2e5ea)}}.cart-newsletter-offer-title{margin:0 0 .55rem;line-height:1.45}.funnel-editor-card{margin-top:18px}.funnel-toolbox .builder-palette-card{appearance:none;text-align:left;cursor:pointer}.funnel-live-preview{padding:18px;max-height:75vh;overflow:auto;background:#f8fafc}.funnel-preview-section h3{margin:6px 0}.funnel-preview-section p{white-space:pre-wrap}.funnel-preview-section.theme-dark{background:#111827;color:#fff}.funnel-preview-section.theme-dark h3{color:#fff}.funnel-preview-section.theme-accent{background:var(--accent);color:#fff}.funnel-preview-section.theme-accent h3{color:#fff}.funnel-preview-section.theme-soft{background:#eef2ff}.funnel-flow{grid-template-columns:repeat(4,1fr)}body.page-home .funnel-section{padding:clamp(54px,8vw,110px) 0;text-align:center}.funnel-section .container{max-width:980px}.funnel-section h1{font-size:clamp(2.4rem,6vw,5.5rem);line-height:1.02;margin:.25em 0}.funnel-section h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1.08}.funnel-theme-soft{background:#f1f5f9}.funnel-theme-dark{background:#111827;color:#fff}.funnel-theme-dark h1,.funnel-theme-dark h2,.funnel-theme-dark h3{color:#fff}.funnel-theme-accent h1,.funnel-theme-accent h2,.funnel-theme-accent h3{color:#fff}.funnel-copy{max-width:760px;margin:20px auto;font-size:1.12em}.funnel-item-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:28px}.funnel-item{background:rgba(255,255,255,.8);color:#17202a;padding:24px;border-radius:18px;box-shadow:0 10px 30px rgba(15,23,42,.08)}.funnel-item span{font-size:1.8rem;font-weight:900}.funnel-product-offer{display:grid;grid-template-columns:minmax(220px,420px) minmax(260px,1fr);align-items:center;gap:40px;text-align:left;margin:35px auto 0;padding:30px;background:#fff;color:#17202a;border-radius:24px;box-shadow:0 24px 70px rgba(15,23,42,.18)}.funnel-product-offer img{width:100%;max-height:430px;object-fit:contain;border-radius:18px}.funnel-price{display:block;font-size:2rem;margin:18px 0}.funnel-cta{margin-top:24px}@media(max-width:780px){.funnel-builder-workspace{grid-template-columns:1fr}.funnel-product-offer{grid-template-columns:1fr}.funnel-flow{grid-template-columns:1fr 1fr}}.funnel-template-option:hover{transform:translateY(-2px);box-shadow:var(--surface-shadow)}.funnel-template-option.is-selected,.funnel-template-option:has(input:checked){border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 16%,transparent)}.funnel-template-option input{position:absolute;opacity:0;pointer-events:none}.funnel-template-option strong{font-size:.98rem}.funnel-template-option small{color:var(--muted);line-height:1.35}.funnel-template-swatch.template-conversion{background:#fff7ed}.funnel-template-swatch.template-conversion i{background:#f97316}.funnel-template-swatch.template-conversion i:nth-child(2){background:#111827}.funnel-template-swatch.template-conversion i:nth-child(3){background:#fff}.funnel-template-swatch.template-story{background:#f7f1e8}.funnel-template-swatch.template-story i{background:#9f3d2f}.funnel-template-swatch.template-story i:nth-child(2),.funnel-template-swatch.template-story i:nth-child(3){background:#d7b9a7}.funnel-template-swatch.template-premium{background:#0c0c0e}.funnel-template-swatch.template-premium i{background:#c7a45d}.funnel-template-swatch.template-premium i:nth-child(2),.funnel-template-swatch.template-premium i:nth-child(3){background:#28282d}.funnel-template-swatch.template-bold{background:#ffe600}.funnel-template-swatch.template-bold i{background:#09090b}.funnel-template-swatch.template-bold i:nth-child(2){background:#1d4ed8}.funnel-template-swatch.template-bold i:nth-child(3){background:#fff}.funnel-template-swatch.template-minimal{background:#fff}.funnel-template-swatch.template-minimal i{background:#171717}.funnel-template-swatch.template-minimal i:nth-child(2){background:#2563eb}.funnel-template-swatch.template-minimal i:nth-child(3){background:#dedede}@media(max-width:1100px){.funnel-template-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.funnel-template-grid{grid-template-columns:1fr}}.funnel-design-groups>section{padding:20px;border:1px solid var(--card-border);border-radius:14px;background:color-mix(in srgb,var(--card-bg) 96%,#f8fafc)}.funnel-design-groups h3{margin:0 0 14px}.funnel-template-option input:focus-visible+.funnel-template-swatch{outline:3px solid color-mix(in srgb,var(--appearance-accent,#4f46e5) 32%,transparent);outline-offset:3px}body[class*="funnel-template-"] .funnel-checkout{background:linear-gradient(180deg,var(--funnel-surface),color-mix(in srgb,var(--funnel-surface) 82%,#fff));color:var(--funnel-text);font-family:var(--funnel-body-font);min-height:100vh;padding:clamp(32px,6vw,84px) 0}.funnel-checkout-shell{max-width:var(--funnel-container);margin:auto}.funnel-checkout-intro{max-width:760px;margin:0 0 32px}.funnel-checkout-intro h1{font-family:var(--funnel-heading-font);font-size:clamp(2rem,5vw,4.2rem);line-height:1.02;margin:.35rem 0 1rem}.funnel-checkout-intro p{font-size:1.08rem;max-width:650px}.funnel-checkout-kicker{text-transform:uppercase;letter-spacing:.13em;font-weight:900;font-size:.75rem;color:var(--funnel-primary)}.funnel-checkout-form{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:28px;align-items:start}.funnel-checkout-main{display:grid;gap:18px}.funnel-checkout-panel,.funnel-checkout-summary{background:var(--funnel-card);border-radius:var(--funnel-card-radius);box-shadow:var(--funnel-shadow);border:1px solid color-mix(in srgb,var(--funnel-secondary) 13%,transparent)}.funnel-checkout-panel{padding:clamp(20px,4vw,34px)}.funnel-step{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px}.funnel-step>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--funnel-button-primary-bg,var(--funnel-primary));color:var(--funnel-button-primary-text,var(--funnel-button-text));font-weight:900;flex:0 0 auto}.funnel-step h2{margin:0;font-family:var(--funnel-heading-font)}.funnel-step p{margin:.25rem 0 0;opacity:.72}.funnel-payment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.funnel-payment-option{display:flex;align-items:center;gap:10px;padding:15px;border:1px solid color-mix(in srgb,var(--funnel-secondary) 20%,transparent);border-radius:var(--funnel-button-radius);cursor:pointer;font-weight:800}.funnel-payment-option:has(input:checked){border-color:var(--funnel-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--funnel-primary) 18%,transparent);background:color-mix(in srgb,var(--funnel-primary) 7%,var(--funnel-card))}.funnel-payment-option input{width:auto}.funnel-checkout-consent .checkbox-label{align-items:flex-start;margin-top:14px}.funnel-checkout-consent .checkbox-label input{width:auto;margin-top:.25em}.funnel-checkout-summary{position:sticky;top:24px;padding:28px}.funnel-checkout-summary h2{font-family:var(--funnel-heading-font);font-size:1.7rem}.funnel-checkout-item{display:flex;justify-content:space-between;gap:18px;padding:15px 0;border-bottom:1px solid color-mix(in srgb,var(--funnel-secondary) 12%,transparent)}.funnel-checkout-item div{display:grid}.funnel-checkout-item small{opacity:.65}.funnel-choice-proof{margin:22px 0;padding:18px;border-radius:calc(var(--funnel-card-radius) * .7);background:color-mix(in srgb,var(--funnel-accent) 24%,var(--funnel-card))}.funnel-choice-proof p{margin:.4rem 0 0}.funnel-buy-button{width:100%;min-height:56px;border-radius:var(--funnel-button-radius);background:var(--funnel-button-primary-bg,var(--funnel-primary));color:var(--funnel-button-primary-text,var(--funnel-button-text));font-size:1.02rem}.funnel-checkout-security{display:block;text-align:center;margin-top:12px;opacity:.65}@media(max-width:900px){.funnel-checkout-form{grid-template-columns:1fr}.funnel-checkout-summary{position:static}.funnel-payment-grid{grid-template-columns:1fr}}.funnel-checkout-newsletter{background:color-mix(in srgb,var(--funnel-accent) 18%,var(--funnel-card))}.funnel-success{min-height:70vh;display:grid;align-items:center}.funnel-success-card{max-width:760px;padding:clamp(32px,6vw,72px);text-align:center;background:var(--funnel-card);border:1px solid color-mix(in srgb,var(--funnel-secondary) 14%,transparent);border-radius:var(--funnel-card-radius);box-shadow:var(--funnel-shadow)}.funnel-success-card h1{font-family:var(--funnel-heading-font);font-size:clamp(2.2rem,6vw,4.6rem);line-height:1.02;margin:.4rem 0 1rem}.funnel-success-card p{font-size:1.08rem;line-height:1.7;margin:0 auto 24px;max-width:620px}.funnel-layout-split_reverse .funnel-section-content{order:2}.funnel-layout-split_reverse .funnel-section-media{order:1}.funnel-layout-centered .funnel-section-content{max-width:860px;margin:auto;text-align:center}.funnel-align-center .funnel-section-content{text-align:center}.funnel-align-right .funnel-section-content{text-align:right}.funnel-section-media img{display:block;width:100%;max-height:620px;object-fit:cover;border-radius:var(--funnel-card-radius);box-shadow:var(--funnel-shadow);border:var(--funnel-border-width,1px) solid var(--funnel-border)}.funnel-image-top .funnel-section-media{order:-1}.funnel-image-bottom .funnel-section-media{order:5}.funnel-kicker{display:block;margin:10px 0 12px;color:var(--funnel-primary);font-weight:850;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem}.funnel-subheading{max-width:760px;font-size:1.18rem;line-height:1.6;color:var(--funnel-muted);margin:.65rem 0 1rem}.funnel-align-center .funnel-subheading{margin-left:auto;margin-right:auto}.funnel-section h1,.funnel-section h2{font-size:calc(clamp(2rem,5vw,4.8rem) * var(--funnel-heading-scale,100) / 100)}.funnel-theme-soft,.funnel-theme-dark,.funnel-theme-accent{border-radius:var(--funnel-section-radius,0)}.funnel-theme-accent{background:var(--accent);color:#fff;background:linear-gradient(135deg,var(--funnel-hero-from),var(--funnel-hero-to));}.funnel-preview-section.align-center{text-align:center}.funnel-preview-section.align-right{text-align:right}.funnel-preview-image{padding:18px;margin-bottom:12px;border:1px dashed currentColor;border-radius:12px;opacity:.6}.funnel-preview-section em{display:block;margin:10px 0;color:var(--funnel-success)}@media(max-width:800px){.funnel-layout-split .funnel-section-layout,.funnel-layout-split_reverse .funnel-section-layout{grid-template-columns:1fr}.funnel-layout-split_reverse .funnel-section-content,.funnel-layout-split_reverse .funnel-section-media{order:initial}}@media(max-width:860px){body[class*="funnel-template-"].page-cart .cart-summary{grid-template-columns:1fr!important}body[class*="funnel-template-"].page-cart .cart-summary-main,body[class*="funnel-template-"].page-cart .cart-summary-action,body[class*="funnel-template-"].page-cart .funnel-cart-purchase-details{grid-column:1;grid-row:auto}body[class*="funnel-template-"].page-cart .funnel-cart-purchase-details{margin:0 24px 24px!important}}body[class*="funnel-template-"] .funnel-payment-option{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;min-height:62px}body[class*="funnel-template-"] .funnel-payment-option>input{position:absolute;opacity:0;pointer-events:none}body[class*="funnel-template-"] .funnel-payment-option__mark{display:flex;align-items:center;min-width:84px}body[class*="funnel-template-"] .funnel-payment-option__mark .payment-mark{min-width:72px}body[class*="funnel-template-"] .funnel-payment-option__label{font-weight:750}.funnel-checkout-consent>.checkbox-label,.funnel-checkout-newsletter>.checkbox-label{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:12px;margin-top:14px;padding:15px 16px;border:1px solid var(--funnel-border,#d8dee8);border-radius:var(--funnel-card-radius,14px);background:var(--funnel-card,#fff)}.funnel-checkout-consent>.checkbox-label input,.funnel-checkout-newsletter>.checkbox-label input{margin:3px 0 0}.funnel-cart-item-content{display:block;max-width:620px;white-space:normal;line-height:1.45}.funnel-layout-split .funnel-section-layout,.funnel-layout-split_reverse .funnel-section-layout{grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);align-items:center;}.funnel-payment-settings{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;}.funnel-payment-setting{margin:0;padding:14px 16px;border:1px solid var(--border,#d8dee8);border-radius:12px;background:#fff;align-items:center;position:relative;display:grid;place-items:center;gap:8px;min-height:96px;margin:0;padding:14px;border:2px solid #dbe2ea;border-radius:14px;background:#fff;cursor:pointer;text-align:center;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;}.funnel-payment-setting:hover{transform:translateY(-1px);border-color:#aab7c7}.funnel-payment-setting:has(input:checked){border-color:var(--accent,#111827);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent,#111827) 14%,transparent)}.funnel-payment-setting:has(input:checked)::after{content:"✓";position:absolute;top:8px;right:9px;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--accent,#111827);color:#fff;font-size:.75rem;font-weight:900}.funnel-payment-setting__logo{display:flex;justify-content:center;align-items:center;min-height:32px}.funnel-payment-setting__name{font-size:.84rem;font-weight:800;color:#344054}.funnel-option-list{display:grid;gap:12px}.funnel-option-toggle{display:grid;grid-template-columns:22px minmax(0,1fr);gap:12px;align-items:start;margin:0;padding:15px;border:1px solid #dbe2ea;border-radius:13px;background:#f8fafc}.funnel-option-toggle input{width:auto;margin:3px 0 0}.funnel-option-toggle span,.funnel-option-toggle strong,.funnel-option-toggle small{display:block}.funnel-option-toggle small{margin-top:4px;color:#64748b;line-height:1.45}.funnel-payment-empty{grid-column:1/-1;margin:0;padding:16px;border:1px solid #f1c7c7;border-radius:12px;background:#fff5f5;color:#8f1d1d}@media(max-width:900px){.funnel-checkout-config-row{grid-template-columns:1fr}}.funnel-detail-editor{display:grid;gap:12px}.funnel-detail-editor__row{display:grid;grid-template-columns:minmax(150px,.32fr) minmax(0,1fr);gap:14px;align-items:end;padding:14px;border:1px solid #dbe2ea;border-radius:13px;background:#f8fafc}.funnel-detail-editor__row label{margin:0}.funnel-detail-editor__row label>span{display:block;margin-bottom:6px;font-weight:700}@media(max-width:980px){.funnel-checkout-payment-config .funnel-payment-settings{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.funnel-checkout-payment-config .funnel-payment-settings,.funnel-detail-editor__row{grid-template-columns:1fr}}.funnel-confidence-editor__row{grid-template-columns:minmax(130px,.65fr) minmax(220px,1fr) minmax(280px,1.4fr)!important}@media(max-width:900px){.funnel-confidence-editor__row{grid-template-columns:1fr!important}}.funnel-dependent-section{margin:0;padding:20px;border:1px solid #dbe2ea;border-radius:14px;background:#fff;min-width:0}.funnel-dependent-section>legend{padding:0 8px;font-size:1.2rem;font-weight:800}.funnel-dependent-section.is-disabled{opacity:.48;background:#f1f5f9}.funnel-dependent-section.is-disabled *{cursor:not-allowed}body[class*="funnel-template-"].page-cart .cart-newsletter-offer{grid-area:newsletter!important;min-width:0}body[class*="funnel-template-"].page-cart .funnel-cart-purchase-details{grid-column:2;grid-row:1 / span 2;align-self:start;margin:24px 24px 24px 0!important;height:auto;
  grid-area:details!important;
  width:auto!important;
  min-width:0!important;
  margin:24px 24px 24px 0!important;
  align-self:start!important;}@media(max-width:900px){body[class*="funnel-template-"].page-cart .cart-summary{
    grid-template-columns:1fr!important;
    grid-template-areas:"main" "newsletter" "details" "action"!important;
  }body[class*="funnel-template-"].page-cart .funnel-cart-purchase-details{margin:0 24px 20px!important}}@media(max-width:720px){.funnel-checkout-payment-config .funnel-payment-settings{grid-template-columns:1fr!important}}.funnel-cart-admin-editor{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(420px,1.45fr);gap:22px;align-items:start}.funnel-cart-admin-editor__primary,.funnel-cart-admin-editor__items{display:grid;gap:14px}.funnel-cart-admin-editor__primary>div{display:grid;gap:6px}.funnel-cart-admin-editor__primary label{font-weight:700}.funnel-cart-admin-editor__items .funnel-detail-editor__row{margin:0}@media(max-width:980px){.funnel-cart-admin-editor{grid-template-columns:1fr}}body[class*="funnel-template-"].page-cart .funnel-cart-summary-side .cart-newsletter-offer{
  border-top:1px solid color-mix(in srgb,var(--funnel-text,#17202a) 12%,transparent)!important;
  border-radius:var(--funnel-card-radius,14px);
  background:color-mix(in srgb,var(--funnel-accent,#eef2ff) 18%,var(--funnel-card,#fff));
}body[class*="funnel-template-"].page-cart .cart-totals{align-content:start;
  display:grid;
  gap:0;
  margin:18px 0 0;}body[class*="funnel-template-"].page-cart .cart-totals>div{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px;
  align-items:baseline;
  padding:8px 0;
}body[class*="funnel-template-"].page-cart .cart-totals dt,
body[class*="funnel-template-"].page-cart .cart-totals dd{margin:0}body[class*="funnel-template-"].page-cart .cart-totals dd{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}body[class*="funnel-template-"].page-cart .cart-total-row{margin-top:6px;padding-top:14px!important;border-top:1px solid color-mix(in srgb,var(--funnel-text,#17202a) 16%,transparent)}body[class*="funnel-template-"].page-cart .discount-box .inline-form{display:grid;grid-template-columns:auto minmax(120px,1fr) auto;gap:10px;align-items:center}body[class*="funnel-template-"].page-cart .cart-summary-action .btn{max-width:360px;display:block;margin-inline:auto;width:min(100%,360px);text-align:center;width:min(100%,380px)!important;margin:0 auto!important;}body[class*="funnel-template-"].page-cart .cart-summary-action small{display:block;width:100%;text-align:center;width:100%;margin-top:8px;text-align:center;}@media(max-width:900px){body[class*="funnel-template-"].page-cart .cart-summary,
  body[class*="funnel-template-"].page-cart .cart-summary--with-side{
    grid-template-columns:1fr!important;
    grid-template-areas:"main" "side" "action"!important;
    gap:20px!important;
  }body[class*="funnel-template-"].page-cart .funnel-cart-summary-side{padding:20px 0 0;border-left:0;border-top:1px solid color-mix(in srgb,var(--funnel-text,#17202a) 14%,transparent)}}@media(max-width:620px){body[class*="funnel-template-"].page-cart .cart-summary{padding:18px!important}body[class*="funnel-template-"].page-cart .discount-box .inline-form{grid-template-columns:1fr}body[class*="funnel-template-"].page-cart .discount-box .inline-form .btn{width:100%}}.funnel-checkout-payment-config .funnel-payment-settings{grid-template-columns:repeat(3,minmax(0,1fr));display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;}.funnel-option-card span,.funnel-option-card strong,.funnel-option-card small{display:block}.funnel-option-card strong{margin-bottom:5px;font-size:.96rem}@media(max-width:1080px){.funnel-checkout-config-row{grid-template-columns:1fr!important;grid-template-columns:1fr!important;}}@media(max-width:720px){.funnel-checkout-payment-config .funnel-payment-settings,
  .funnel-option-grid{grid-template-columns:1fr!important}}.funnel-design-studio{overflow:hidden}.funnel-style-picker{padding:4px 0 24px}.section-heading,.funnel-design-toolbar,.funnel-preset-card{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.funnel-template-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:14px;margin-top:18px;grid-template-columns:repeat(5,minmax(170px,1fr));}.funnel-template-option em{font-size:.78rem;line-height:1.45;color:var(--muted);font-style:normal}.funnel-design-toolbar{margin:8px -24px 0;padding:24px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 8%,var(--card-bg)),var(--card-bg));border-block:1px solid var(--card-border)}.funnel-design-groups{display:grid;gap:18px;margin-top:22px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;}.funnel-design-panel{padding:24px!important}.funnel-design-panel--wide{grid-column:1/-1}.funnel-color-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;margin-bottom:20px}.funnel-color-control{padding:12px;border:1px solid var(--card-border);border-radius:12px;background:var(--card-bg)}.funnel-color-control>span{display:block;min-height:34px;font-size:.82rem;font-weight:750}.funnel-color-control input{width:50px;height:38px;padding:2px}.funnel-color-control code{font-size:.72rem}.funnel-preset-card{margin-top:18px}@media(max-width:1180px){.funnel-template-grid{grid-template-columns:repeat(3,1fr)}.funnel-color-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:820px){.funnel-design-groups{grid-template-columns:1fr}.funnel-color-grid{grid-template-columns:repeat(2,1fr)}.section-heading,.funnel-design-toolbar,.funnel-preset-card{flex-direction:column}.funnel-template-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.funnel-template-grid,.funnel-color-grid{grid-template-columns:1fr}}body[class*="funnel-template-"] .funnel-section-heading,
body[class*="funnel-template-"] .funnel-section-content{width:min(100%,var(--funnel-text-width));text-align:left!important}body[class*="funnel-template-"] .funnel-align-left .funnel-section-heading,
body[class*="funnel-template-"] .funnel-align-left .funnel-section-content{margin-left:0;margin-right:auto}body[class*="funnel-template-"] .funnel-align-center .funnel-section-heading,
body[class*="funnel-template-"] .funnel-align-center .funnel-section-content{margin-left:auto;margin-right:auto;text-align:left!important}body[class*="funnel-template-"] .funnel-align-right .funnel-section-heading,
body[class*="funnel-template-"] .funnel-align-right .funnel-section-content{margin-left:auto;margin-right:0;text-align:left!important}body[class*="funnel-template-"] .funnel-align-center .funnel-subheading{margin-left:0;margin-right:0}body[class*="funnel-template-"] .funnel-section>.container{width:min(calc(100% - 40px),var(--funnel-container));max-width:var(--funnel-container);margin-inline:auto}.funnel-checkout-config-row{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:18px;align-items:start;display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr)!important;gap:18px!important;align-items:start!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;}.funnel-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:stretch;}.funnel-option-card{
  position:relative;
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  gap:12px;
  align-items:start;
  min-height:106px;
  margin:0;
  padding:16px;
  border:2px solid #dbe2ea;
  border-radius:14px;
  background:#fff;
  cursor:pointer;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease;position:relative;display:grid;grid-template-columns:24px minmax(0,1fr);gap:11px;align-items:start;margin:0;padding:15px;border:2px solid #dbe2ea;border-radius:14px;background:#fff;cursor:pointer;transition:.18s ease;}.funnel-option-card:hover{transform:translateY(-1px);border-color:#aab7c7;border-color:#aab7c7;transform:translateY(-1px);}.funnel-option-card:has(input:checked){border-color:var(--accent,#111827);background:color-mix(in srgb,var(--accent,#111827) 5%,#fff);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent,#111827) 14%,transparent);border-color:var(--accent,#111827);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent,#111827) 12%,transparent);}.funnel-option-card input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--accent,#111827);width:18px;height:18px;margin:2px 0 0;}.funnel-option-card small{color:#64748b;line-height:1.45;margin-top:4px;color:#64748b;line-height:1.4;}.funnel-option-or{display:grid;place-items:center;min-height:54px;font-size:.72rem;font-weight:900;letter-spacing:.16em;color:#64748b}@media(max-width:760px){.funnel-option-grid{grid-template-columns:1fr}.funnel-option-or{min-height:auto;padding:2px}}body[class*="funnel-template-"].page-cart .funnel-cart-summary-side .funnel-cart-purchase-details,
body[class*="funnel-template-"].page-cart .funnel-cart-summary-side .cart-newsletter-offer{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:20px 22px!important;
  border-left:0!important;
  align-self:start!important;
  box-sizing:border-box;align-self:center!important;margin-block:auto!important;}body[class*="funnel-template-"].page-cart .cart-heading-row{display:flex;align-items:baseline;justify-content:flex-start;gap:24px;flex-wrap:wrap}body[class*="funnel-template-"].page-cart .cart-heading-row h1{margin:0}body[class*="funnel-template-"].page-cart .cart-progress{margin:0;display:flex;align-items:center;gap:8px;white-space:nowrap}body[class*="funnel-template-"].page-cart .funnel-cart-confidence{border-radius:var(--funnel-section-radius,var(--funnel-card-radius));background:linear-gradient(var(--funnel-gradient-angle),color-mix(in srgb,var(--funnel-card) 92%,var(--funnel-primary)),var(--funnel-card));border:var(--funnel-border-width) solid var(--funnel-border);box-shadow:var(--funnel-shadow)}.funnel-header-align-center .funnel-section-heading{align-items:center;text-align:center}.funnel-header-align-right .funnel-section-heading{align-items:flex-end;text-align:right}.funnel-header-align-center .funnel-section-heading .funnel-subheading{margin-left:auto;margin-right:auto}.funnel-header-align-right .funnel-section-heading .funnel-subheading{margin-left:auto}.funnel-align-left .funnel-section-content{text-align:left}.funnel-media-manager{margin-bottom:20px}.funnel-media-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-top:16px}.funnel-media-strip figure{margin:0}.funnel-media-strip img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px}.funnel-media-strip figcaption{font-size:.75rem;margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.funnel-selected-image img{display:block;max-width:220px;max-height:140px;object-fit:cover;border-radius:12px;margin-top:10px}.funnel-preview-image-real{display:block;width:100%;max-height:180px;object-fit:cover;border-radius:12px;margin-bottom:12px}body[class*="funnel-template-"] .funnel-layout-split_reverse .funnel-section-layout{grid-template-areas:"media content"}body[class*="funnel-template-"] .funnel-section-content{grid-area:content;min-width:0;align-self:center}body[class*="funnel-template-"] .funnel-section-media-frame{
  position:relative;
  display:block;
  width:100%;
  min-height:clamp(260px,36vw,560px);
  overflow:hidden;
  border-radius:var(--funnel-image-radius,var(--funnel-card-radius));
  border:var(--funnel-border-width,1px) solid var(--funnel-border);
  box-shadow:var(--funnel-shadow);
  background:color-mix(in srgb,var(--funnel-card) 88%,transparent);
  transform:translateZ(0);
}body[class*="funnel-template-"] .funnel-section-media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-height:none;
  object-fit:cover;
  border:0;
  border-radius:inherit;
  box-shadow:none;
}body[class*="funnel-template-"] .funnel-image-effect-float .funnel-section-media-frame{animation:funnelImageFloat 5.5s ease-in-out infinite}body[class*="funnel-template-"] .funnel-image-effect-pulse .funnel-section-media-frame{animation:funnelImagePulse 4.2s ease-in-out infinite}body[class*="funnel-template-"] .funnel-image-effect-zoom .funnel-section-media img{animation:funnelImageZoom 12s ease-in-out infinite alternate}body[class*="funnel-template-"] .funnel-image-effect-reveal_left .funnel-section-media-frame{animation:funnelImageRevealLeft .9s cubic-bezier(.2,.75,.25,1) both}body[class*="funnel-template-"] .funnel-image-effect-reveal_right .funnel-section-media-frame{animation:funnelImageRevealRight .9s cubic-bezier(.2,.75,.25,1) both}body[class*="funnel-template-"] .funnel-image-effect-rise .funnel-section-media-frame{animation:funnelImageRise .9s cubic-bezier(.2,.75,.25,1) both}body[class*="funnel-template-"] .funnel-image-effect-tilt .funnel-section-media-frame{animation:funnelImageTilt 6s ease-in-out infinite;transform-origin:center}body[class*="funnel-template-"] .funnel-image-effect-glow .funnel-section-media-frame{animation:funnelImageGlow 4.8s ease-in-out infinite}body[class*="funnel-template-"] .funnel-image-effect-depth .funnel-section-media-frame{animation:funnelImageDepth 7s ease-in-out infinite;perspective:900px}body[class*="funnel-template-"] .funnel-image-effect-background_fade .funnel-section-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"content";min-height:clamp(420px,58vw,760px);align-items:center}body[class*="funnel-template-"] .funnel-image-effect-background_fade .funnel-section-content{position:relative;z-index:2;width:min(100%,var(--funnel-text-width,760px))}body[class*="funnel-template-"] .funnel-image-effect-background_fade .funnel-section-heading{position:relative;z-index:2}body[class*="funnel-template-"] .funnel-image-effect-background_fade .funnel-section-media{position:absolute;inset:0;z-index:-1;display:block}body[class*="funnel-template-"] .funnel-image-effect-background_fade .funnel-section-media-frame{min-height:100%;height:100%;border:0;border-radius:0;box-shadow:none;background:transparent}body[class*="funnel-template-"] .funnel-image-effect-background_fade .funnel-section-media-frame::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,color-mix(in srgb,var(--funnel-bg) 94%,transparent) 0%,color-mix(in srgb,var(--funnel-bg) 72%,transparent) 48%,color-mix(in srgb,var(--funnel-bg) 18%,transparent) 100%)}body[class*="funnel-template-"] .funnel-image-effect-background_fade .funnel-section-media img{opacity:.58;animation:funnelImageBackground 14s ease-in-out infinite alternate}.funnel-media-preview,.funnel-preview-media{position:relative;display:block;overflow:hidden;border-radius:12px}.funnel-media-preview img,.funnel-preview-media img{display:block;width:100%;height:100%;object-fit:cover}.funnel-media-preview{width:min(100%,220px);height:140px;margin-top:10px}.funnel-preview-media{height:180px;margin-bottom:12px}.funnel-media-preview.funnel-image-effect-float,.funnel-preview-media.funnel-image-effect-float{animation:funnelImageFloat 5.5s ease-in-out infinite}.funnel-media-preview.funnel-image-effect-pulse,.funnel-preview-media.funnel-image-effect-pulse{animation:funnelImagePulse 4.2s ease-in-out infinite}.funnel-media-preview.funnel-image-effect-zoom img,.funnel-preview-media.funnel-image-effect-zoom img{animation:funnelImageZoom 12s ease-in-out infinite alternate}.funnel-media-preview.funnel-image-effect-reveal_left,.funnel-preview-media.funnel-image-effect-reveal_left{animation:funnelImageRevealLeft .9s cubic-bezier(.2,.75,.25,1) both}.funnel-media-preview.funnel-image-effect-reveal_right,.funnel-preview-media.funnel-image-effect-reveal_right{animation:funnelImageRevealRight .9s cubic-bezier(.2,.75,.25,1) both}.funnel-media-preview.funnel-image-effect-rise,.funnel-preview-media.funnel-image-effect-rise{animation:funnelImageRise .9s cubic-bezier(.2,.75,.25,1) both}.funnel-media-preview.funnel-image-effect-tilt,.funnel-preview-media.funnel-image-effect-tilt{animation:funnelImageTilt 6s ease-in-out infinite}.funnel-media-preview.funnel-image-effect-glow,.funnel-preview-media.funnel-image-effect-glow{animation:funnelImageGlow 4.8s ease-in-out infinite}.funnel-media-preview.funnel-image-effect-depth,.funnel-preview-media.funnel-image-effect-depth{animation:funnelImageDepth 7s ease-in-out infinite}.funnel-media-preview.funnel-image-effect-background_fade img,.funnel-preview-media.funnel-image-effect-background_fade img{opacity:.58;animation:funnelImageBackground 14s ease-in-out infinite alternate}@keyframes funnelImageFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes funnelImagePulse{0%,100%{transform:scale(1);filter:saturate(1)}50%{transform:scale(1.025);filter:saturate(1.12)}}@keyframes funnelImageZoom{from{transform:scale(1)}to{transform:scale(1.12)}}@keyframes funnelImageRevealLeft{from{opacity:0;transform:translateX(-42px)}to{opacity:1;transform:translateX(0)}}@keyframes funnelImageRevealRight{from{opacity:0;transform:translateX(42px)}to{opacity:1;transform:translateX(0)}}@keyframes funnelImageRise{from{opacity:0;transform:translateY(34px)}to{opacity:1;transform:translateY(0)}}@keyframes funnelImageTilt{0%,100%{transform:rotate(-1deg) scale(1)}50%{transform:rotate(1.2deg) scale(1.015)}}@keyframes funnelImageGlow{0%,100%{box-shadow:var(--funnel-shadow)}50%{box-shadow:0 22px 70px color-mix(in srgb,var(--funnel-primary) 38%,transparent)}}@keyframes funnelImageDepth{0%,100%{transform:perspective(900px) rotateY(-2deg) translateY(0)}50%{transform:perspective(900px) rotateY(2deg) translateY(-8px)}}@keyframes funnelImageBackground{from{transform:scale(1)}to{transform:scale(1.08)}}@media(max-width:800px){body[class*="funnel-template-"] .funnel-section-layout,body[class*="funnel-template-"] .funnel-layout-split_reverse .funnel-section-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"content" "media"}body[class*="funnel-template-"] .funnel-section-media-frame{min-height:clamp(240px,72vw,460px)}body[class*="funnel-template-"] .funnel-image-effect-background_fade .funnel-section-layout{grid-template-areas:"content";min-height:560px}}@media(prefers-reduced-motion:reduce){body[class*="funnel-template-"] [class*="funnel-image-effect-"] .funnel-section-media-frame,
 body[class*="funnel-template-"] [class*="funnel-image-effect-"] .funnel-section-media img,
 .funnel-media-preview,.funnel-media-preview img,.funnel-preview-media,.funnel-preview-media img{animation:none!important;transform:none!important}}.funnel-editor-card-structured{display:grid;gap:18px}.funnel-editor-card-head{margin-bottom:0}.funnel-editor-first-row{display:grid;grid-template-columns:minmax(220px,.9fr) repeat(3,minmax(0,1fr));gap:16px;align-items:start}.funnel-block-upload{display:grid;gap:10px;align-content:start}.funnel-block-upload-preview img{display:block;width:100%;height:150px;object-fit:cover}.funnel-block-upload-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}.funnel-editor-row{display:grid;gap:7px}.funnel-editor-divider{width:100%;margin:0;border:0;border-top:1px solid var(--line,#d8dde6)}.funnel-editor-options{align-items:start}@media(max-width:1180px){.funnel-editor-first-row{grid-template-columns:repeat(2,minmax(0,1fr))}.funnel-block-upload{grid-row:span 2}}@media(max-width:720px){.funnel-editor-first-row{grid-template-columns:minmax(0,1fr)}.funnel-block-upload{grid-row:auto}}.funnel-layout-split_reverse .funnel-section-layout{grid-template-areas:"media content"!important}.funnel-section-media-frame{position:relative;display:block;width:min(100%,var(--funnel-block-image-size,520px))!important;aspect-ratio:4/3;min-height:0!important;overflow:hidden;border-radius:var(--funnel-image-radius,var(--funnel-card-radius,20px));transform:translateZ(0);will-change:transform,filter,opacity}.funnel-section-media-frame img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover}.funnel-image-effect-float .funnel-section-media-frame{animation:funnelImageFloat 5.5s ease-in-out infinite!important}.funnel-image-effect-pulse .funnel-section-media-frame{animation:funnelImagePulse 4.2s ease-in-out infinite!important}.funnel-image-effect-zoom .funnel-section-media-frame img{animation:funnelImageZoom 10s ease-in-out infinite alternate!important}.funnel-image-effect-reveal_left .funnel-section-media-frame{animation:funnelImageRevealLeft 1s cubic-bezier(.2,.75,.25,1) both!important}.funnel-image-effect-reveal_right .funnel-section-media-frame{animation:funnelImageRevealRight 1s cubic-bezier(.2,.75,.25,1) both!important}.funnel-image-effect-rise .funnel-section-media-frame{animation:funnelImageRise 1s cubic-bezier(.2,.75,.25,1) both!important}.funnel-image-effect-tilt .funnel-section-media-frame{animation:funnelImageTilt 5.5s ease-in-out infinite!important;transform-origin:center}.funnel-image-effect-glow .funnel-section-media-frame{animation:funnelImageGlow 4.2s ease-in-out infinite!important}.funnel-image-effect-depth .funnel-section-media-frame{animation:funnelImageDepth 6s ease-in-out infinite!important}.funnel-image-effect-background_fade .funnel-section-layout{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"content"!important;min-height:clamp(420px,58vw,760px);position:relative}.funnel-image-effect-background_fade .funnel-section-content{position:relative;z-index:2;width:min(100%,var(--funnel-text-width,760px))}.funnel-image-effect-background_fade .funnel-section-media{position:absolute!important;inset:0;z-index:-1;display:block!important}.funnel-image-effect-background_fade .funnel-section-media-frame{width:100%!important;height:100%;aspect-ratio:auto;border:0;border-radius:0;box-shadow:none;background:transparent}.funnel-image-effect-background_fade .funnel-section-media-frame::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,color-mix(in srgb,var(--funnel-bg,#fff) 94%,transparent),color-mix(in srgb,var(--funnel-bg,#fff) 64%,transparent),color-mix(in srgb,var(--funnel-bg,#fff) 14%,transparent))}.funnel-image-effect-background_fade .funnel-section-media-frame img{opacity:.58;animation:funnelImageBackground 12s ease-in-out infinite alternate!important}@media(max-width:800px){.funnel-section-layout,.funnel-layout-split_reverse .funnel-section-layout{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"content" "media"!important}.funnel-image-effect-background_fade .funnel-section-layout{grid-template-areas:"content"!important}}@media(prefers-reduced-motion:reduce){[class*="funnel-image-effect-"] .funnel-section-media-frame,[class*="funnel-image-effect-"] .funnel-section-media-frame img{animation:none!important;transform:none!important}}.funnel-editor-card-title{display:grid;gap:7px;min-width:min(100%,420px)}.funnel-editor-card-title h3{margin:0}.funnel-editor-type-field>span{font-weight:750;color:var(--muted,#687386)}.funnel-editor-media-row{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(180px,.55fr) 1px minmax(360px,1.45fr);gap:18px;align-items:stretch}.funnel-editor-image-controls{display:grid;gap:14px;align-content:start}.funnel-editor-vertical-divider{width:1px;background:var(--line,#d8dde6);align-self:stretch}.funnel-editor-content-row textarea{min-height:210px;resize:vertical}.funnel-block-upload-actions label.btn{cursor:pointer}@media(max-width:1280px){.funnel-editor-media-row{grid-template-columns:minmax(210px,.9fr) minmax(170px,.6fr) 1px minmax(280px,1.2fr)}}@media(max-width:1050px){.funnel-builder-workspace{grid-template-columns:1fr!important}.funnel-editor-media-row{grid-template-columns:minmax(210px,.9fr) minmax(180px,.65fr) 1px minmax(300px,1.25fr)}}@media(max-width:800px){.funnel-editor-media-row{grid-template-columns:1fr}.funnel-editor-vertical-divider{width:100%;height:1px}.funnel-editor-header-fields{grid-template-columns:1fr}.funnel-editor-type-field{grid-template-columns:1fr}}.funnel-block-upload-actions .btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;font-size:.95rem;line-height:1.2;min-height:34px!important;padding:6px 10px!important;font-size:.82rem!important;border-radius:9px!important;}.funnel-editor-title-field{grid-column:1/-1}.funnel-section-heading{margin-bottom:clamp(20px,3vw,34px);display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0!important;}.funnel-section-heading h1,.funnel-section-heading h2{margin-bottom:.18em!important}.funnel-section-heading .funnel-subheading{margin-bottom:0;width:100%;max-width:var(--funnel-text-width,760px);margin:.5rem 0 0;margin-top:0!important;margin-bottom:0!important;}.funnel-eyecatcher-text{margin:0 0 8px!important;padding:0!important;border:0!important;border-radius:0!important;background:none!important;color:var(--funnel-accent)!important;font-weight:850;letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}.funnel-phase-label{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(15,23,42,.08);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;display:none!important;}.funnel-builder-workspace{grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);grid-template-columns:minmax(0,3fr) minmax(360px,2fr)!important;gap:24px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:24px;}.funnel-editor-type-field{display:grid;grid-template-columns:auto minmax(220px,1fr);gap:10px;align-items:center;max-width:520px;margin:0;display:grid!important;grid-template-columns:1fr!important;gap:6px!important;max-width:100%!important;width:min(100%,260px)!important;}.funnel-editor-type-field select{width:100%!important}.funnel-button-align-row{display:grid;grid-template-columns:minmax(140px,220px);gap:6px;margin-top:10px}.funnel-editor-layout-trio{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.funnel-product-picker-wrap{grid-column:1/-1}.funnel-product-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:8px}.funnel-product-choice{position:relative;cursor:pointer}.funnel-product-choice input{position:absolute;opacity:0;pointer-events:none}.funnel-product-choice>span{display:grid;grid-template-columns:48px minmax(0,1fr);grid-template-rows:auto auto;gap:2px 10px;align-items:center;min-height:66px;padding:10px;border:1px solid var(--line,#d8dde6);border-radius:12px;background:#fff;transition:.18s ease}.funnel-product-choice img{grid-row:1/3;width:48px;height:48px;object-fit:cover;border-radius:9px}.funnel-product-choice strong,.funnel-product-choice small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.funnel-product-choice input:checked+span{border-color:var(--primary,#111827);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary,#111827) 18%,transparent);background:color-mix(in srgb,var(--primary,#111827) 4%,#fff)}.funnel-button-row{display:flex;margin-top:24px}.funnel-button-align-left{justify-content:flex-start}.funnel-button-align-center{justify-content:center}.funnel-button-align-right{justify-content:flex-end}.funnel-product-offer-compact{grid-template-columns:minmax(120px,180px) minmax(0,1fr)!important;gap:22px!important;padding:22px!important}.funnel-product-offer-compact img{max-height:180px!important}.funnel-product-offer-compact .funnel-price{font-size:1.55rem!important;margin:10px 0!important}@media(max-width:1100px){.funnel-product-picker{grid-template-columns:repeat(2,minmax(0,1fr))}.funnel-editor-layout-trio{grid-template-columns:1fr}}@media(max-width:760px){.funnel-product-picker{grid-template-columns:1fr}.funnel-product-offer-compact{grid-template-columns:1fr!important}}.funnel-block-upload-preview{display:grid;place-items:center;width:100%;min-height:150px;overflow:hidden;border:1px dashed var(--line,#d8dde6);border-radius:14px;background:var(--surface-soft,#f7f8fb);color:var(--muted,#687386);text-align:center;position:relative;}.funnel-image-overlay-actions{position:absolute;right:8px;top:8px;display:flex;gap:6px;z-index:3}.funnel-image-square-action{width:30px;height:30px;min-width:30px;display:grid;place-items:center;padding:0;border:1px solid rgba(15,23,42,.18);border-radius:7px;background:rgba(255,255,255,.94);color:#17202a;font-size:18px;font-weight:800;line-height:1;cursor:pointer;box-shadow:0 5px 16px rgba(15,23,42,.14)}.funnel-image-square-action:hover{transform:translateY(-1px);background:#fff}.funnel-image-square-action.is-danger{background:rgba(255,255,255,.94);color:#b42318}.funnel-editor-header-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-content:start;grid-template-columns:repeat(2,minmax(0,1fr));display:grid!important;grid-template-columns:1fr!important;gap:12px;}.funnel-header-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.funnel-header-mini-grid>div>label{grid-column:1/-1}.funnel-header-mini-grid select{width:56px;text-align:center;font-weight:800}.funnel-wysiwyg{border:1px solid #cbd5e1;border-radius:10px;background:#fff;overflow:hidden}.funnel-wysiwyg .wysiwyg-toolbar{position:static;border:0;border-bottom:1px solid #dbe3ec;border-radius:0}.funnel-wysiwyg-editor{min-height:250px;border:0!important;border-radius:0!important;padding:16px;outline:none}.funnel-wysiwyg-editor:focus{box-shadow:inset 0 0 0 2px rgba(37,99,235,.16)}.funnel-section-layout{display:grid;gap:var(--funnel-content-gap,32px);align-items:center;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"content media"!important;gap:var(--funnel-content-gap,32px);align-items:center;align-items:start!important;margin-top:0!important;}.funnel-section-media{margin:0;grid-area:media;display:grid!important;place-items:center;min-width:0;margin:0!important;align-self:stretch;align-self:start!important;margin-top:0!important;}.funnel-section-content{grid-area:content;min-width:0;align-self:start!important;}.funnel-inline-align-left{text-align:left!important}.funnel-inline-align-center{text-align:center!important}.funnel-inline-align-right{text-align:right!important}.funnel-preview-section .align-left{text-align:left;display:block}.funnel-preview-section .align-center{text-align:center;display:block}.funnel-preview-section .align-right{text-align:right;display:block}@media(max-width:800px){.funnel-header-mini-grid{grid-template-columns:1fr}.funnel-header-mini-grid>div{grid-template-columns:minmax(0,1fr) 52px}}.funnel-editor-theme-field{display:grid;gap:6px}.funnel-editor-theme-field select{width:100%}.funnel-editor-layout-line,.funnel-editor-button-line{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.funnel-editor-layout-line>div,.funnel-editor-button-line>div{display:grid;gap:6px}.funnel-compact-config-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.funnel-compact-config-option{position:relative;display:flex;align-items:flex-start;gap:10px;padding:16px;border:1px solid var(--line,#d8dde6);border-radius:14px;background:#fff;cursor:pointer}.funnel-compact-config-option input{width:auto;margin-top:3px}.funnel-compact-config-option span{display:grid;gap:4px}.funnel-compact-config-option small{color:var(--muted,#64748b)}.funnel-product-offer-compact.without-image{grid-template-columns:1fr!important}.funnel-compact-sale-badge{position:absolute;left:8px;top:8px;z-index:2;padding:5px 8px;border-radius:999px;background:var(--funnel-accent,#e85d04);color:#fff;font-size:.72rem;font-weight:800}.funnel-compact-description{margin:8px 0 0;color:var(--funnel-muted,#64748b)}body[class*="funnel-template-"] .funnel-section-layout{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-areas:"content media";
  gap:var(--funnel-content-gap,32px);
  align-items:stretch;margin-top:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-items:start!important;}body[class*="funnel-template-"] .funnel-layout-split_reverse .funnel-section-content{grid-column:2!important;grid-row:1!important}body[class*="funnel-template-"] .funnel-layout-split_reverse .funnel-section-media{grid-column:1!important;grid-row:1!important}body[class*="funnel-template-"] .funnel-layout-split .funnel-section-content{grid-column:1!important;grid-row:1!important}body[class*="funnel-template-"] .funnel-layout-split .funnel-section-media{grid-column:2!important;grid-row:1!important}body[class*="funnel-template-"] .funnel-section-media{
  grid-area:media;
  min-width:0;
  margin:0;
  align-self:stretch;
  display:flex;align-self:start!important;min-width:0!important;}@media(max-width:900px){.funnel-editor-head-fields,.funnel-editor-layout-line,.funnel-editor-button-line,.funnel-compact-config-grid{grid-template-columns:1fr!important}body[class*="funnel-template-"] .funnel-section-layout{grid-template-columns:1fr!important}body[class*="funnel-template-"] .funnel-section-content,body[class*="funnel-template-"] .funnel-section-media{grid-column:1!important;grid-row:auto!important}}.funnel-header-mini-grid>div{display:grid;grid-template-columns:minmax(0,1fr) 56px;gap:7px;align-items:end;display:grid;grid-template-columns:1fr!important;align-items:end;}body[class*="funnel-template-"] .funnel-align-left .funnel-section-content{margin-left:0;margin-right:auto;text-align:left!important}body[class*="funnel-template-"] .funnel-align-center .funnel-section-content{margin-left:auto;margin-right:auto;text-align:center!important}body[class*="funnel-template-"] .funnel-align-right .funnel-section-content{margin-left:auto;margin-right:0;text-align:right!important}body[class*="funnel-template-"] .funnel-align-left .funnel-section-heading,
body[class*="funnel-template-"] .funnel-align-center .funnel-section-heading,
body[class*="funnel-template-"] .funnel-align-right .funnel-section-heading{margin-left:0;margin-right:0}body[class*="funnel-template-"] .funnel-header-align-left .funnel-section-heading{margin-left:0;margin-right:auto;align-items:flex-start;text-align:left!important}body[class*="funnel-template-"] .funnel-header-align-center .funnel-section-heading{margin-left:auto;margin-right:auto;align-items:center;text-align:center!important}body[class*="funnel-template-"] .funnel-header-align-right .funnel-section-heading{margin-left:auto;margin-right:0;align-items:flex-end;text-align:right!important}.funnel-trust-editor{display:grid;gap:6px}.funnel-trust-editor-row{display:grid;grid-template-columns:minmax(145px,190px) minmax(0,1fr);gap:10px}.funnel-trust-editor-row select,.funnel-trust-editor-row input{min-height:42px;height:42px}.funnel-trust-editor small{color:var(--muted,#64748b)}.funnel-trust-icon{display:inline-grid;place-items:center;flex:0 0 auto;min-width:1.2em}@media(max-width:800px){.funnel-header-mini-grid>div,.funnel-trust-editor-row{grid-template-columns:1fr!important}}body[class*="funnel-template-"] .funnel-section-content .funnel-button-row{width:100%!important;text-align:left!important}body[class*="funnel-template-"] .funnel-section-content .funnel-button-align-left{justify-content:flex-start!important}body[class*="funnel-template-"] .funnel-section-content .funnel-button-align-center{justify-content:center!important}body[class*="funnel-template-"] .funnel-section-content .funnel-button-align-right{justify-content:flex-end!important}.funnel-template-selector{margin-bottom:20px;padding:0!important;overflow:hidden;}.funnel-template-selector-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;cursor:pointer;list-style:none}.funnel-template-selector-summary::-webkit-details-marker{display:none}.funnel-template-selector-summary>span{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.funnel-template-selector-summary strong{font-size:1.08rem}.funnel-template-selector-summary small{color:var(--muted)}.funnel-template-selector-summary:after{content:"⌄";font-size:1.25rem;transition:transform .2s ease}.funnel-template-selector[open] .funnel-template-selector-summary:after{transform:rotate(180deg)}.funnel-template-selector-body{padding:0 20px 20px}.funnel-history-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px}.funnel-history-card{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-height:66px;padding:11px 12px;border:1px solid var(--line,#d8dde6);border-radius:12px;background:var(--card-bg,#fff);text-align:left;cursor:pointer}.funnel-history-card:hover,.funnel-history-card.is-selected{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 14%,transparent)}.funnel-history-card strong{font-size:.9rem}.funnel-history-card small{color:var(--muted);font-size:.78rem}.funnel-history-help{margin:10px 0 0}.funnel-editor-head-fields{display:grid;grid-template-columns:minmax(0,260px) minmax(0,260px);gap:12px;align-items:end;margin-top:8px;grid-template-columns:minmax(0,260px) minmax(0,260px)!important;align-items:end!important;}.funnel-editor-head-fields label{display:grid;grid-template-rows:auto 44px;gap:6px}.funnel-editor-head-fields select{height:44px!important;min-height:44px!important;margin:0!important}.funnel-compact-product-media{position:relative;padding:8px 8px 0;}.funnel-compact-product-media img{display:block;width:100%;height:auto;border-radius:inherit}@media(max-width:900px){.funnel-history-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.funnel-history-grid{grid-template-columns:1fr}}.funnel-editor-type-field select,
.funnel-editor-theme-field select{
  color:var(--text,#172033)!important;
  background:var(--card-bg,#fff)!important;
  font:inherit!important;
}.funnel-template-swatch.template-luxury{background:#f3eadb!important}.funnel-template-swatch.template-luxury i:first-child{background:linear-gradient(145deg,#17130f,#4c3624)!important}.funnel-template-swatch.template-luxury i:nth-child(2){background:#c7a462!important}.funnel-template-swatch.template-luxury i:nth-child(3){background:#fffaf0!important}.funnel-template-swatch.template-playful{background:#fff2f8!important}.funnel-template-swatch.template-playful i:first-child{background:linear-gradient(145deg,#ef4f9a,#8b5cf6)!important}.funnel-template-swatch.template-playful i:nth-child(2){background:#ffd45c!important}.funnel-template-swatch.template-playful i:nth-child(3){background:#ffffff!important}.funnel-template-swatch.template-adventure{background:#eee9dc!important}.funnel-template-swatch.template-adventure i:first-child{background:linear-gradient(145deg,#183c2d,#3f684f)!important}.funnel-template-swatch.template-adventure i:nth-child(2){background:#e87824!important}.funnel-template-swatch.template-adventure i:nth-child(3){background:#e1b45a!important}.funnel-template-swatch.template-editorial{background:#f7f1e8!important}.funnel-template-swatch.template-editorial i:first-child{background:#1e1b18!important}.funnel-template-swatch.template-editorial i:nth-child(2){background:#9d493b!important}.funnel-template-swatch.template-editorial i:nth-child(3){background:#fffdfa!important}.funnel-template-swatch.template-future{background:#eaf4ff!important}.funnel-template-swatch.template-future i:first-child{background:linear-gradient(145deg,#07162e,#144c8a)!important}.funnel-template-swatch.template-future i:nth-child(2){background:#16c7e8!important}.funnel-template-swatch.template-future i:nth-child(3){background:#ffffff!important}.funnel-image-effect-transparent_no_frame .funnel-section-media-frame{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}.funnel-image-effect-transparent_no_frame .funnel-section-media-frame img{object-fit:contain!important;border-radius:0!important}.funnel-media-preview.funnel-image-effect-transparent_no_frame,.funnel-preview-media.funnel-image-effect-transparent_no_frame{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}.funnel-media-preview.funnel-image-effect-transparent_no_frame img,.funnel-preview-media.funnel-image-effect-transparent_no_frame img{object-fit:contain!important;border-radius:0!important}.funnel-template-actions{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  flex-wrap:wrap!important;align-items:stretch!important;}.funnel-template-actions form{margin:0!important;display:flex!important;margin:0!important;}.funnel-template-actions .funnel-template-action-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:10px 18px!important;font:inherit!important;line-height:1.2!important;border-width:1px!important;margin:0!important}.public-flashes .flash,.checkout-payment-error .flash{padding:14px 16px;border-radius:var(--input-radius);margin-bottom:16px}.public-flashes .flash.error,.checkout-payment-error .flash.error{background:var(--error-bg);color:var(--error-text)}.checkout-payment-error{max-width:760px;margin:0 auto}.checkout-payment-error .inline-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.payment-provider-heading{margin-bottom:18px}.payment-provider-card{overflow:visible}.payment-provider-intro{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:20px}.payment-provider-intro h2,.payment-provider-section h3{margin-top:0}.payment-provider-section{padding-top:4px}.payment-provider-section h3{margin-bottom:10px}.payment-toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.payment-method-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.payment-toggle-card{display:flex;align-items:flex-start;gap:12px;margin:0;padding:15px;border:1px solid var(--card-border,#e5e7eb);border-radius:12px;background:var(--card-bg,#fff);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.payment-toggle-card:hover{border-color:var(--accent,#64748b);box-shadow:0 7px 20px rgba(15,23,42,.08);transform:translateY(-1px)}.payment-toggle-card:focus-within{outline:2px solid var(--accent,#2563eb);outline-offset:2px}.payment-toggle-card input[type=checkbox]{width:19px;height:19px;min-width:19px;margin:2px 0 0;accent-color:var(--primary-bg,#111827);cursor:pointer}.payment-toggle-card span{display:grid;gap:3px;font-weight:400}.payment-toggle-card strong{font-size:.98rem}.payment-toggle-card small{color:var(--muted,#64748b);font-weight:400;line-height:1.4}.payment-toggle-card:has(input:checked){border-color:var(--primary-bg,#111827);background:color-mix(in srgb,var(--primary-bg,#111827) 5%,var(--card-bg,#fff))}.payment-provider-actions{display:flex;justify-content:flex-start}.payment-provider-test-form{margin-top:14px;padding-top:14px;border-top:1px solid var(--card-border,#e5e7eb)}@media(max-width:900px){.payment-method-grid{grid-template-columns:1fr}.payment-toggle-grid{grid-template-columns:1fr}}.cart-summary{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:20px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:0;padding:0;overflow:hidden;}.cart-summary-main{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(280px,1fr);gap:28px;padding:28px}.cart-summary-main h2{font-size:1rem;margin:0 0 14px}.cart-summary-coupon,.cart-summary-totals{min-width:0}.cart-coupon-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.cart-coupon-form input{min-width:0}.cart-coupon-applied{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--line,#d8dde6);border-radius:12px;background:var(--surface-soft,#f7f8fa)}.cart-coupon-applied form{margin:0;flex:0 0 auto}.cart-coupon-applied .btn{width:auto;min-height:34px;padding:7px 12px}.cart-summary-action .btn{width:100%}.cart-summary-action small{margin-top:2px;line-height:1.4;}.cart-summary--with-side{grid-template-columns:minmax(0,1fr) minmax(260px,.55fr) auto}.funnel-cart-summary-side{padding:28px;border-left:1px solid var(--line,#d8dde6)}.checkout-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:8px;display:flex;align-items:baseline;flex-wrap:wrap;gap:18px;margin-bottom:22px;}.checkout-heading-row h1{margin-bottom:4px;margin:0;}.checkout-progress{display:inline-flex;align-items:center;flex-wrap:wrap;gap:0;font-size:.92rem}.cart-progress-arrow{display:inline-block;white-space:pre;margin:0 .35rem;color:var(--muted,#687184)}.review-payment-method{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid var(--line,#d8dde6);border-radius:999px;background:#fff;font-weight:700}.review-payment-breakdown{margin:0;padding:10px 24px 22px}.review-payment-breakdown>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:baseline;padding:12px 0;border-bottom:1px solid var(--line,#e5e8ee)}.review-payment-breakdown dt,.review-payment-breakdown dd{margin:0}.review-payment-breakdown dd{font-weight:650;text-align:right}.review-payment-discount dd{color:var(--success,#18794e)}.review-payment-discount small{display:block;margin-top:3px;color:var(--muted,#687184);font-weight:500}.review-payment-tax{font-size:.9rem;color:var(--muted,#687184)}.review-payment-breakdown .review-payment-total{margin-top:6px;padding-top:18px;border-bottom:0;font-size:1.16rem;font-weight:800}.review-payment-total dd{font-size:1.28rem}@media(max-width:900px){.cart-summary,.cart-summary--with-side{grid-template-columns:1fr}.cart-summary-main{grid-template-columns:1fr}.funnel-cart-summary-side,.cart-summary-action{border-left:0;border-top:1px solid var(--line,#d8dde6)}.cart-summary-action{min-width:0}.checkout-heading-row{display:block;align-items:flex-start;flex-direction:column;gap:8px;}}@media(max-width:600px){.cart-summary-main,.cart-summary-action,.funnel-cart-summary-side{padding:20px}.cart-coupon-form{grid-template-columns:1fr}.review-payment-breakdown{padding-left:20px;padding-right:20px}}.cart-summary-totals .cart-totals--compact{display:grid;gap:0;margin:0}.cart-summary-totals .cart-totals--compact>div{display:flex;align-items:baseline;justify-content:space-between;gap:28px;padding:9px 0;border-bottom:1px solid var(--line,#e5e8ee)}.cart-summary-totals .cart-totals--compact>div:last-child{border-bottom:0}.cart-summary-totals .cart-totals--compact dt,.cart-summary-totals .cart-totals--compact dd{margin:0}.checkout-review .checkout-heading-row{align-items:baseline}.checkout-review .checkout-progress{margin-left:0}@media(max-width:600px){.cart-summary-totals .cart-totals--compact>div{gap:18px}}.checkout-heading-with-progress{display:flex;align-items:baseline;justify-content:space-between;gap:24px;flex-wrap:wrap}.checkout-heading-with-progress>h1{margin-bottom:0}.checkout-heading-with-progress .checkout-progress{margin-left:auto;white-space:normal}.cart-summary-totals .cart-totals--compact dt{font-weight:600}.cart-summary-totals .cart-totals--compact dd{margin-left:auto;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:.01em;}@media(max-width:900px){.checkout-heading-with-progress{align-items:flex-start;flex-direction:column;gap:8px}.checkout-heading-with-progress .checkout-progress{margin-left:0}}.funnel-area-payment{grid-area:payment}.funnel-area-decision{grid-area:decision}.funnel-area-checkout{grid-area:checkout}.funnel-area-consent{grid-area:consent}.funnel-area-success{grid-area:success}.funnel-card-heading{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.funnel-decision-preview{margin:14px 0 18px;padding:18px;border-radius:16px;display:grid;gap:5px;background:var(--funnel-decision-bg,#f3f6fa);border:1px solid var(--funnel-decision-border,#d8e0ea);color:var(--funnel-decision-text,#172033)}.funnel-decision-preview span{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;opacity:.72}.funnel-decision-preview strong{font-size:1.05rem;line-height:1.25}.funnel-confidence-compact{display:grid;gap:10px;margin-top:16px}@media(max-width:720px){.funnel-config-dashboard{display:block}.funnel-checkout-config-card{margin-bottom:14px}}.funnel-area-details>h2{margin-top:0}.funnel-area-details{grid-area:details;min-inline-size:0;}body[class*="funnel-template-"].page-cart .funnel-cart-confidence--designed{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.35fr);gap:clamp(18px,3vw,38px);align-items:center;margin:26px auto;padding:clamp(22px,3vw,40px);overflow:hidden;color:var(--funnel-text);background:var(--funnel-card);border:var(--funnel-border-width,1px) solid var(--funnel-border);border-radius:var(--funnel-section-radius,var(--funnel-card-radius));box-shadow:var(--funnel-shadow)}body[class*="funnel-template-"].page-cart .funnel-cart-confidence--designed::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(var(--funnel-gradient-angle),color-mix(in srgb,var(--funnel-card) 94%,var(--funnel-primary)),color-mix(in srgb,var(--funnel-card) 96%,var(--funnel-accent)))}body[class*="funnel-template-"].page-cart .funnel-cart-confidence--designed::after{content:"";position:absolute;z-index:-1;width:260px;height:260px;border-radius:50%;right:-110px;top:-135px;background:color-mix(in srgb,var(--funnel-accent) 20%,transparent);filter:blur(2px)}body[class*="funnel-template-"].page-cart .funnel-cart-confidence__intro{display:grid;gap:10px;align-content:center;min-width:0}body[class*="funnel-template-"].page-cart .funnel-cart-confidence__eyebrow{display:inline-flex;width:max-content;max-width:100%;padding:6px 10px;border-radius:999px;background:color-mix(in srgb,var(--funnel-primary) 12%,transparent);color:var(--funnel-primary);font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}body[class*="funnel-template-"].page-cart .funnel-cart-confidence__intro h2{margin:0;font-family:var(--funnel-heading-font);font-size:clamp(1.35rem,2.5vw,2.25rem);line-height:1.08;color:var(--funnel-text)}body[class*="funnel-template-"].page-cart .funnel-cart-confidence__intro p{margin:0;max-width:58ch;color:var(--funnel-muted);line-height:1.65}body[class*="funnel-template-"].page-cart .funnel-cart-confidence__facts{display:grid;gap:10px;min-width:0}body[class*="funnel-template-"].page-cart .funnel-cart-confidence__facts article{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:center;padding:13px 14px;border:1px solid color-mix(in srgb,var(--funnel-border) 86%,transparent);border-radius:calc(var(--funnel-card-radius) * .72);background:color-mix(in srgb,var(--funnel-card) 88%,transparent);backdrop-filter:blur(5px)}body[class*="funnel-template-"].page-cart .funnel-cart-confidence__facts article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--funnel-button-primary-bg,var(--funnel-primary));color:var(--funnel-button-primary-text,var(--funnel-button-text));font-weight:900}body[class*="funnel-template-"].page-cart .funnel-cart-confidence__facts strong{display:block;margin-bottom:3px;color:var(--funnel-text);font-size:.94rem}body[class*="funnel-template-"].page-cart .funnel-cart-confidence__facts small{display:block;color:var(--funnel-muted);line-height:1.45}@media(max-width:860px){body[class*="funnel-template-"].page-cart .funnel-cart-confidence--designed{grid-template-columns:1fr}}.admin-layout .card.card-body>h1:first-child,.admin-layout .card.card-body>h2:first-child,.admin-layout .card.card-body>h3:first-child,.funnel-checkout-config-card>h2:first-child,.funnel-checkout-config-card>.funnel-card-heading:first-child{margin-top:0}.funnel-checkout-config-card{border:1px solid var(--border,#d8dee8);border-radius:16px;padding:20px;background:#fff;height:100%;box-sizing:border-box;margin:0;border:1px solid #dce3ec;border-radius:18px;padding:20px;background:#fff;min-width:0;padding-top:20px!important;}.funnel-area-options{grid-area:options;align-self:start;}.page-checkout-review .review-payment-breakdown>div{display:grid!important;grid-template-columns:minmax(0,1fr) max-content!important;align-items:baseline!important;column-gap:24px!important;width:100%!important}.page-checkout-review .review-payment-breakdown dt,.page-checkout-review .review-payment-breakdown dd{display:block!important;margin:0!important;min-width:0}.page-checkout-review .review-payment-breakdown dd{text-align:right!important;white-space:nowrap!important;font-variant-numeric:tabular-nums!important}.funnel-config-dashboard{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-areas:"payment options decision" "details checkout checkout" "consent checkout checkout" "success checkout checkout";gap:18px;align-items:start;grid-template-columns:minmax(0,30fr) minmax(0,35fr) minmax(0,35fr)!important;}@media(max-width:1100px){.funnel-config-dashboard{grid-template-columns:1fr 1fr;grid-template-areas:"payment options" "decision decision" "details checkout" "consent checkout" "success checkout";grid-template-columns:1fr 1fr!important;}}.analytics-funnel-metrics{margin:18px 0}body[class*="funnel-template-"].page-checkout-review .review-payment-breakdown>div,
body[class*="funnel-template-"] .checkout-review .review-payment-breakdown>div{display:grid!important;grid-template-columns:minmax(0,1fr) max-content!important;align-items:baseline!important;gap:18px!important;width:100%!important}body[class*="funnel-template-"].page-checkout-review .review-payment-breakdown dt,
body[class*="funnel-template-"] .checkout-review .review-payment-breakdown dt{min-width:0!important;margin:0!important}body[class*="funnel-template-"].page-checkout-review .review-payment-breakdown dd,
body[class*="funnel-template-"] .checkout-review .review-payment-breakdown dd{margin:0!important;text-align:right!important;white-space:nowrap!important;font-variant-numeric:tabular-nums!important}@media(max-width:700px){.cart-products-card{overflow:visible!important;border:0!important;background:transparent!important}.cart-products-table,.cart-products-table tbody{display:block!important;width:100%!important;min-width:0!important}.cart-products-table>tbody>tr:first-child{display:none!important}.cart-products-table>tbody>tr[data-cart-row]{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:0 14px!important;width:100%!important;margin:0 0 14px!important;padding:14px!important;border:1px solid var(--border,#e5e7eb)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 6px 20px rgba(17,24,39,.04)!important}.cart-products-table>tbody>tr[data-cart-row]>td{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;width:auto!important;min-width:0!important;padding:10px 0!important;border:0!important;white-space:normal!important}.cart-products-table>tbody>tr[data-cart-row]>td[data-label]:not(.cart-product-cell):not(.cart-remove-cell)::before{content:attr(data-label);flex:0 0 auto;color:var(--muted,#667085);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.cart-products-table .cart-product-cell{grid-column:1/-1!important;padding-top:0!important;padding-bottom:12px!important;border-bottom:1px solid var(--border,#e5e7eb)!important}.cart-products-table .cart-item-product{width:100%!important;min-width:0!important;align-items:flex-start!important}.cart-products-table .cart-item-copy{min-width:0!important;overflow-wrap:anywhere!important}.cart-products-table .cart-item-copy strong{white-space:normal!important;line-height:1.3!important}.cart-products-table .cart-price-cell,.cart-products-table .cart-line-cell{font-variant-numeric:tabular-nums!important}.cart-products-table .cart-quantity-cell{align-items:center!important}.cart-products-table .cart-quantity-stepper{transform:none!important;max-width:132px!important;margin-left:auto!important}.cart-products-table .cart-remove-cell{grid-column:1/-1!important;padding:8px 0 0!important;border-top:1px solid var(--border,#e5e7eb)!important}.cart-products-table .cart-remove-button{width:100%!important;justify-content:center!important}}@media(max-width:390px){.cart-products-table>tbody>tr[data-cart-row]{grid-template-columns:1fr!important}.cart-products-table .cart-product-cell,.cart-products-table .cart-remove-cell{grid-column:1!important}}body[class*="funnel-template-"] .funnel-checkout-summary .cart-totals{
  display:grid;
  gap:0;
  margin:18px 0 0;
}body[class*="funnel-template-"] .funnel-checkout-summary .cart-totals>div{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) max-content!important;
  align-items:baseline!important;
  column-gap:24px!important;
  width:100%!important;
  padding:8px 0;
}body[class*="funnel-template-"] .funnel-checkout-summary .cart-totals dt,
body[class*="funnel-template-"] .funnel-checkout-summary .cart-totals dd{
  display:block!important;
  margin:0!important;
}body[class*="funnel-template-"] .funnel-checkout-summary .cart-totals dd{
  justify-self:end!important;
  text-align:right!important;
  white-space:nowrap!important;
  font-variant-numeric:tabular-nums!important;
}body[class*="funnel-template-"] .funnel-checkout-summary .cart-total-row{
  margin-top:6px;
  padding-top:14px!important;
  border-top:1px solid color-mix(in srgb,var(--funnel-text,#17202a) 16%,transparent);
}.review-confirm .checkbox-label,.funnel-checkout-consent>.checkbox-label{font-weight:400!important;font-size:.94rem!important}.review-confirm .terms-copy,.funnel-checkout-consent>.checkbox-label span{font-weight:400!important}.review-confirm .checkbox-label+.checkbox-label,.funnel-checkout-consent>.checkbox-label+.checkbox-label{margin-top:10px!important}.checkout-payment-options,.funnel-payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}@media(max-width:700px){.checkout-payment-options,.funnel-payment-grid{grid-template-columns:1fr!important}}.funnel-newsletter-card{max-width:820px;margin-inline:auto}.journey-funnel-legend{display:flex;flex-wrap:wrap;gap:8px 16px;margin:0 0 16px}.journey-funnel-legend span{font-size:.85rem;font-weight:700}.payment-retry-notice{display:flex;gap:8px;align-items:flex-start;padding:10px 12px;margin-bottom:14px;border:1px solid #f0c9c9;border-radius:10px;background:#fff7f7;font-size:.88rem}.payment-retry-notice strong{color:#9f1d1d}.payment-retry-notice span{color:#5f2930}.fulfillment-payment-status{font-weight:800}.fulfillment-payment-status.is-paid{color:#15803d}.fulfillment-payment-status.is-unpaid{color:#b91c1c}.funnel-newsletter-editor{margin:16px 0;padding:18px;border:1px solid var(--border,#d9e0e8);border-radius:16px;background:var(--surface,#f8fafc)}.funnel-newsletter-editor .newsletter-editor-state{padding:14px;border:1px solid var(--border,#d9e0e8);border-radius:12px;background:#fff}.funnel-newsletter-editor .newsletter-editor-state h4{margin:0 0 12px}.funnel-newsletter-width-medium .funnel-newsletter-card{max-width:820px}.funnel-newsletter-width-wide .funnel-newsletter-card{max-width:1080px}.funnel-newsletter-align-center .funnel-newsletter-card{text-align:center}.funnel-newsletter-align-center .home-newsletter-form{margin-inline:auto;}.funnel-newsletter-align-left .funnel-newsletter-card{text-align:left}.funnel-newsletter-email-label{display:block;font-weight:700;margin:0 0 7px;text-align:left!important;width:100%!important}.home-newsletter-input-row--newsletter-split{display:grid;grid-template-columns:minmax(220px,50%) auto!important;gap:10px;align-items:start;justify-content:flex-start!important;width:100%!important}.home-newsletter-input-row--newsletter-split input{width:100%!important}.home-newsletter-input-row--newsletter-split .btn{margin:0;align-self:stretch}.home-newsletter-consent--newsletter-spacing{margin-top:16px!important;margin-bottom:0!important;width:100%!important}.funnel-newsletter-benefit{margin:14px 0;padding:11px 13px;border-radius:12px;background:color-mix(in srgb,var(--funnel-accent,#e8b45a) 16%,transparent);font-weight:700}.funnel-newsletter-reward{margin-top:18px;padding:18px;border:1px solid rgba(15,23,42,.16);border-radius:14px;background:rgba(255,255,255,.72)}.funnel-newsletter-reward h3{margin:0 0 10px}.funnel-newsletter-reward p{margin:10px 0 0}.funnel-newsletter-reward .funnel-newsletter-code-break{display:block;content:"";margin:10px 0}.funnel-newsletter-reward .newsletter-reward-code{display:inline-flex;padding:10px 16px;border:1px dashed currentColor;border-radius:10px;font-size:1.15rem;letter-spacing:.08em;box-sizing:border-box;max-width:100%;white-space:normal;overflow-wrap:anywhere;}.funnel-type-newsletter .funnel-newsletter-card{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important}.funnel-type-newsletter .funnel-newsletter-reward{background-clip:padding-box}.funnel-template-carousel{margin-top:16px}.funnel-template-track>.funnel-template-option{min-width:0;min-height:154px;padding:12px;gap:8px}.funnel-template-track>.funnel-template-option small{margin-top:auto}.funnel-template-carousel-actions span{min-width:92px;text-align:center;color:var(--muted);font-size:.82rem}.funnel-template-swatch i:nth-child(2){background:var(--preview-primary);background:var(--preview-primary)!important;color:var(--preview-button-text);}.funnel-template-swatch i:nth-child(3){background:var(--preview-card);background:var(--preview-card)!important;color:var(--preview-text);}.funnel-template-swatch i span,.funnel-template-swatch i small{display:block;color:inherit;font-style:normal;font-size:.56rem;line-height:1.2}.funnel-color-control input[type=color]{flex:0 0 48px}.funnel-font-upload-grid label{display:grid;gap:8px}.funnel-legal-editor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.funnel-legal-editor-grid section{padding:18px;border:1px solid var(--card-border);border-radius:14px}.funnel-legal-card h1{font-family:var(--funnel-heading-font);font-weight:var(--funnel-heading-weight,700);color:var(--funnel-text)}body[class*="funnel-template-"] .funnel-section{position:relative;isolation:isolate;overflow:hidden;gap:var(--funnel-section-gap,28px);}body[class*="funnel-template-"] .btn{padding:var(--funnel-cta-y,11px) var(--funnel-cta-x,20px)}body[class*="funnel-template-"] h1,body[class*="funnel-template-"] h2,body[class*="funnel-template-"] h3{font-weight:var(--funnel-heading-weight,700)}body[class*="funnel-template-"] .funnel-page,body[class*="funnel-template-"] .funnel-checkout,body[class*="funnel-template-"] .funnel-cart{line-height:var(--funnel-body-line-height,1.65)}body[class*="funnel-template-"] .funnel-section img{filter:var(--funnel-image-filter,none)}@media(max-width:1050px){.funnel-legal-editor-grid{grid-template-columns:1fr}.funnel-font-upload-grid{grid-template-columns:1fr}}.funnel-style-worlds-grid .section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.funnel-style-worlds-grid .section-heading h2{margin:2px 0 0;font-size:1.12rem}.funnel-template-viewport{overflow:hidden;overflow:hidden;min-width:0;}.funnel-template-option>input{position:absolute;opacity:0;pointer-events:none}.funnel-template-option.is-selected{outline:2px solid var(--primary-bg,#2563eb);outline-offset:1px}.funnel-template-option>strong{font-size:.92rem;line-height:1.15}.funnel-template-swatch i{display:block;border-radius:4px;position:relative;overflow:hidden;padding:7px;display:flex;flex-direction:column;justify-content:center;padding:7px;border-radius:7px;background:var(--preview-card);color:var(--preview-text);font-style:normal;font-size:.69rem;line-height:1.15;}.funnel-template-swatch i:first-child{grid-row:1/3;background:var(--preview-secondary);background:var(--preview-secondary)!important;color:var(--preview-text);grid-row:1/3;background:linear-gradient(145deg,var(--preview-secondary),var(--preview-primary));color:var(--preview-button-text);}.funnel-template-swatch i:first-child span{font-family:var(--preview-heading-font),Georgia,serif;font-weight:800;font-size:.86rem}.funnel-template-swatch i small{color:inherit;opacity:.76;font-size:.62rem}.funnel-template-swatch b{position:absolute;right:12px;bottom:12px;padding:4px 10px;border-radius:999px;background:var(--preview-accent);color:#fff;font-size:.64rem;background:var(--preview-accent)!important;color:var(--preview-button-text)!important;grid-column:1/-1;text-align:center;padding:5px;border-radius:6px;background:var(--preview-primary);color:var(--preview-button-text);font-size:.68rem;}.funnel-template-carousel-actions{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:14px;display:flex;justify-content:center;align-items:center;gap:10px;margin-top:auto;padding-top:14px;}.funnel-template-carousel-actions .btn{min-width:44px;padding:7px 12px}.funnel-empty-designs{display:grid;place-content:center;min-height:190px;padding:22px;text-align:center;border:1px dashed var(--card-border,#d8dde6);border-radius:14px;background:color-mix(in srgb,var(--card-bg,#fff) 90%,#f3f5f8)}.funnel-empty-designs p{margin:.4rem 0 0;color:var(--muted,#667085);font-size:.88rem}.funnel-draft-banner{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,320px) auto;gap:18px;align-items:end;padding:20px;margin-bottom:22px;border:1px solid #cbd5e1;border-radius:16px;background:#f8fafc}.funnel-draft-banner h2,.funnel-draft-banner p{margin:.2rem 0}.funnel-real-preview{margin:18px 0 24px;padding:18px;border:1px solid var(--card-border,#d8dde6);border-radius:18px;background:var(--card-bg,#fff)}.funnel-real-preview iframe{display:block;width:100%;height:720px;margin-top:14px;border:1px solid #cfd6df;border-radius:14px;background:#fff}.funnel-hex-input{min-width:0;width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;width:104px!important;min-width:104px!important;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;}.funnel-color-control>div{display:flex;align-items:center;gap:10px;align-items:stretch;display:grid!important;grid-template-columns:48px minmax(104px,1fr)!important;gap:9px!important;align-items:center;}.funnel-font-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px;}.funnel-font-rights{margin-top:14px;padding:12px;border:1px solid var(--card-border);border-radius:12px;margin-top:14px;}.funnel-legal-page{min-height:70vh;padding:clamp(48px,8vw,110px) 20px;background:var(--funnel-surface);color:var(--funnel-text);font-family:var(--funnel-body-font);line-height:var(--funnel-body-line-height,1.65);min-height:100vh;padding:clamp(36px,7vw,90px) 20px;background:var(--funnel-surface);color:var(--funnel-text);font-family:var(--funnel-body-font);}.funnel-legal-shell{width:min(var(--funnel-container),100%);margin:auto;width:min(100%,var(--funnel-container));margin:auto;}.funnel-legal-brand{display:inline-block;margin-bottom:30px;color:var(--funnel-primary);font-family:var(--funnel-heading-font);font-weight:var(--funnel-heading-weight,700);text-decoration:none;display:inline-block;margin-bottom:24px;color:var(--funnel-primary);font-family:var(--funnel-heading-font);font-weight:800;text-decoration:none;}.funnel-legal-card{padding:clamp(24px,5vw,64px);background:var(--funnel-card);border:var(--funnel-border-width) var(--funnel-card-border-style,solid) var(--funnel-border);border-radius:var(--funnel-section-radius);box-shadow:var(--funnel-shadow);padding:clamp(24px,5vw,58px);border:var(--funnel-border-width) solid var(--funnel-border);border-radius:var(--funnel-section-radius);background:var(--funnel-card);box-shadow:var(--funnel-shadow);}@media(max-width:1180px){.funnel-draft-banner{grid-template-columns:1fr 1fr}.funnel-draft-banner .btn{grid-column:1/-1}.funnel-real-preview iframe{height:620px}}@media(max-width:720px){.funnel-draft-banner,.funnel-font-upload-grid{grid-template-columns:1fr}.funnel-real-preview iframe{height:520px}.funnel-style-worlds-grid>.funnel-style-picker{padding:15px}}.funnel-style-worlds-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;align-items:stretch;margin-bottom:24px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-items:stretch;}.funnel-style-worlds-grid>.funnel-style-picker{min-width:0;height:100%;padding:20px;border:1px solid var(--card-border,#dfe3ea);border-radius:18px;background:var(--card-bg,#fff);display:flex;flex-direction:column;min-height:520px!important;max-height:none!important;}.funnel-template-viewport,.funnel-template-track{width:100%}.funnel-template-track{display:flex;gap:14px;transition:transform .28s ease;will-change:transform;display:flex;gap:12px;transition:transform .28s ease;will-change:transform;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-flow:row!important;gap:12px!important;transform:none!important;align-content:start;}.funnel-template-option[hidden]{display:none!important}.funnel-template-option{display:flex;flex-direction:column;gap:7px;padding:14px;border:2px solid var(--card-border);border-radius:14px;background:var(--card-bg);cursor:pointer;transition:.2s border-color,.2s transform,.2s box-shadow;min-height:230px;padding:16px;position:relative;display:flex;flex-direction:column;gap:7px;min-width:0;padding:10px;border:1px solid var(--card-border,#d8dde6);border-radius:14px;background:#fff;cursor:pointer;box-sizing:border-box;min-height:0!important;height:auto!important;}.funnel-template-swatch{height:72px;border-radius:10px;overflow:hidden;display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:4px;padding:8px;border:1px solid rgba(15,23,42,.1);height:92px;background:var(--preview-surface);grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;position:relative;height:82px!important;display:grid;grid-template-columns:1.35fr .8fr;grid-template-rows:1fr 1fr auto;gap:5px;height:118px;padding:7px;border-radius:10px;background:var(--preview-surface);border:1px solid color-mix(in srgb,var(--preview-text) 16%,transparent);overflow:hidden;font-family:var(--preview-body-font),system-ui,sans-serif;height:118px!important;}.funnel-legal-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:26px}.funnel-legal-heading h1{margin:.25rem 0 0}.funnel-legal-back{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;padding:11px 16px;border:var(--funnel-border-width,1px) solid var(--funnel-border);border-radius:var(--funnel-button-radius,12px);background:var(--funnel-button-primary-bg,var(--funnel-primary));color:var(--funnel-button-primary-text,var(--funnel-button-text));font:inherit;font-weight:800;box-shadow:var(--funnel-shadow);cursor:pointer;transition:transform .18s ease,filter .18s ease}.funnel-legal-back:hover{transform:translateY(-1px);filter:brightness(1.04)}@media(max-width:1180px){.funnel-style-worlds-grid{grid-template-columns:1fr;grid-template-columns:1fr!important;}.funnel-style-worlds-grid>.funnel-style-picker{min-height:auto!important}}@media(max-width:640px){.funnel-template-track{grid-template-columns:1fr!important}.funnel-legal-heading{align-items:stretch;flex-direction:column}.funnel-legal-back{align-self:flex-start}}.funnel-template-preview-check{position:absolute;right:9px;top:9px;z-index:5;display:grid;place-items:center;width:28px;height:28px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;box-shadow:0 4px 12px rgba(15,23,42,.10);cursor:pointer}.funnel-template-preview-check input{position:absolute!important;opacity:0!important;pointer-events:none!important}.funnel-template-preview-check span{width:15px;height:15px;border:2px solid #94a3b8;border-radius:4px;background:#fff;box-sizing:border-box}.funnel-template-preview-check input:checked+span{border-color:var(--accent,#2563eb);background:var(--accent,#2563eb);box-shadow:inset 0 0 0 3px #fff}.funnel-template-option.is-preview-template{outline:2px solid var(--accent,#2563eb);outline-offset:2px}.funnel-design-toolbar .inline-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.funnel-design-mode-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px 24px;align-items:center;margin-bottom:20px;border:1px solid var(--card-border,#d8dde6);border-radius:18px;background:var(--card-bg,#fff)}.funnel-design-mode-card h2,.funnel-design-mode-card p{margin:.2rem 0}.funnel-design-mode-card>small{grid-column:1/-1}.funnel-design-mode-card.is-active{border-color:color-mix(in srgb,var(--accent,#2563eb) 42%,var(--card-border,#d8dde6));box-shadow:0 12px 32px rgba(37,99,235,.08)}.funnel-design-mode-toggle{display:flex;align-items:center;gap:10px;white-space:nowrap;cursor:pointer;padding:10px 13px;border:1px solid var(--card-border,#d8dde6);border-radius:12px;background:#fff}.funnel-design-mode-toggle input{position:absolute;opacity:0;pointer-events:none}.funnel-design-mode-toggle>span{position:relative;width:42px;height:23px;border-radius:999px;background:#cbd5e1;transition:.2s ease;box-shadow:inset 0 0 0 1px rgba(15,23,42,.08)}.funnel-design-mode-toggle>span::after{content:"";position:absolute;left:3px;top:3px;width:17px;height:17px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(15,23,42,.22);transition:.2s ease}.funnel-design-mode-toggle input:checked+span{background:var(--accent,#2563eb)}.funnel-design-mode-toggle input:checked+span::after{transform:translateX(19px)}.funnel-design-mode-locked{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding:12px 14px;border:1px solid #d8dee8;border-radius:12px;background:#f8fafc;color:#475569}.funnel-design-studio.is-design-mode-off .funnel-draft-banner,.funnel-design-studio.is-design-mode-off .funnel-design-groups,.funnel-design-studio.is-design-mode-off+.funnel-preset-card{opacity:.56;filter:saturate(.65)}.funnel-design-studio.is-design-mode-off .funnel-draft-banner,.funnel-design-studio.is-design-mode-off .funnel-design-groups{pointer-events:none;user-select:none}.funnel-design-studio.is-design-mode-off .funnel-style-worlds-grid{opacity:1;filter:none;pointer-events:auto;user-select:auto}.funnel-design-studio.is-design-mode-off .funnel-template-option{cursor:pointer}.funnel-design-studio.is-design-mode-off .funnel-design-toolbar{opacity:1;filter:none}.funnel-template-option[data-funnel-template-select]{cursor:pointer}@media(max-width:760px){.funnel-design-mode-card{grid-template-columns:1fr}.funnel-design-mode-toggle{justify-self:start}.funnel-design-mode-locked{align-items:flex-start;flex-direction:column}}.funnel-custom-design-create{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;margin-bottom:16px;padding:14px;border:1px solid var(--card-border,#d8dde6);border-radius:14px;background:color-mix(in srgb,var(--card-bg,#fff) 94%,#f4f6f9)}.funnel-custom-design-create label{margin:0}.funnel-custom-design-create input{width:100%}.funnel-design-sidebar{min-width:0}.funnel-design-sidebar .funnel-design-groups{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.funnel-design-sidebar .funnel-design-panel,.funnel-design-sidebar .funnel-design-panel--wide{grid-column:auto!important;padding:15px!important}.funnel-design-sidebar .panel-title{gap:10px;margin-bottom:12px}.funnel-design-sidebar .panel-title>span{width:32px;height:32px;border-radius:9px;font-size:.78rem}.funnel-design-sidebar .panel-title h3{font-size:1rem}.funnel-design-sidebar .panel-title p{font-size:.76rem;line-height:1.35}.funnel-design-sidebar .funnel-color-grid{grid-template-columns:1fr 1fr!important;gap:8px!important;margin-bottom:12px!important}.funnel-design-sidebar .funnel-color-control{padding:8px}.funnel-design-sidebar .funnel-color-control>span{min-height:0;margin-bottom:5px;font-size:.72rem}.funnel-design-sidebar .funnel-color-control>div{grid-template-columns:38px minmax(88px,1fr)!important;gap:6px!important}.funnel-design-sidebar .funnel-color-control input[type=color]{width:38px;height:34px}.funnel-design-sidebar .funnel-hex-input{width:100%!important;min-width:0!important;font-size:.75rem}.funnel-design-sidebar .form-grid{grid-template-columns:1fr!important;gap:8px!important}.funnel-design-sidebar .form-grid label,.funnel-design-sidebar .funnel-font-upload-grid label{font-size:.76rem}.funnel-design-sidebar .funnel-font-upload-grid{grid-template-columns:1fr!important;gap:8px!important;margin-top:10px}.funnel-design-sidebar input,.funnel-design-sidebar select{min-height:36px;padding:7px 9px}@media(max-width:1180px){.funnel-design-workspace{grid-template-columns:minmax(240px,36%) minmax(0,64%)}.funnel-design-workspace .funnel-real-preview iframe{height:700px}}@media(max-width:900px){.funnel-design-workspace{grid-template-columns:1fr}}@media(max-width:620px){.funnel-custom-design-create{grid-template-columns:1fr}.funnel-design-sidebar .funnel-color-grid{grid-template-columns:1fr!important}}.funnel-design-workspace{display:grid;grid-template-columns:minmax(260px,30%) minmax(0,70%);gap:20px;align-items:start;margin-top:18px;align-items:stretch!important;}.funnel-design-sidebar,.funnel-design-sidebar .funnel-design-groups{height:auto!important}.funnel-design-workspace .funnel-real-preview{position:sticky;top:18px;min-width:0;margin:0;padding:16px;position:relative!important;top:auto!important;align-self:stretch!important;display:flex!important;flex-direction:column!important;min-height:820px!important;margin:0!important;}.funnel-design-workspace .funnel-real-preview iframe{height:820px;margin-top:12px;flex:1 1 auto!important;width:100%!important;height:auto!important;min-height:720px!important;margin-top:12px!important;}@media(max-width:900px){.funnel-design-workspace .funnel-real-preview{position:static;order:-1;height:auto!important;min-height:0!important;}.funnel-design-workspace .funnel-real-preview iframe{height:600px;height:600px!important;min-height:600px!important;}}@media(max-width:620px){.funnel-design-workspace .funnel-real-preview iframe{height:500px;height:500px!important;min-height:500px!important;}}.funnel-history-toolbar [data-template-duplicate]{margin-left:auto}.funnel-history-toolbar .btn:disabled{opacity:.45;cursor:not-allowed}@media(max-width:760px){.funnel-history-toolbar [data-template-duplicate]{margin-left:0;width:100%}}body.admin-page.admin-template-sidebar-collapsed .funnel-history-toolbar{left:50%;transform:translateX(-50%)}body.admin-page:not(.admin-template-sidebar-collapsed) .funnel-history-toolbar{transform:translateX(-50%)}.funnel-center-save-action,.funnel-center-discard-action{display:none!important}body.admin-page.admin-template-sidebar-collapsed .funnel-center-save-action,
body.admin-page.admin-template-sidebar-collapsed .funnel-center-discard-action{display:inline-flex!important}@media(max-width:760px){.funnel-history-toolbar,body.admin-page.admin-template-sidebar-collapsed .funnel-history-toolbar{left:50%!important;bottom:8px;transform:translateX(-50%)!important;max-width:calc(100vw - 16px);overflow-x:auto;flex-wrap:nowrap!important}.funnel-history-toolbar .btn{white-space:nowrap}}.funnel-font-rights,.funnel-font-rights span{font-weight:400!important}.funnel-font-rights input:required:not(:checked)+span{color:#9f1239}.funnel-history-drag-handle:active{cursor:grabbing}.funnel-eyedropper-row{display:flex;align-items:center;justify-content:center;gap:7px;min-width:0}.funnel-eyedropper-row input{width:92px;min-width:92px;height:31px;padding:5px 7px;border:1px solid #cbd5e1;border-radius:7px;background:#fff;font:700 .76rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase}.funnel-history-actions{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap}.funnel-history-saved-at{display:block;text-align:center;color:#64748b;font-size:.69rem;line-height:1.2}@media(max-width:760px){.funnel-history-toolbar{grid-template-columns:auto minmax(0,1fr)!important;max-height:45vh;overflow:auto!important}.funnel-history-actions{justify-content:flex-start;flex-wrap:nowrap}.funnel-eyedropper-row{justify-content:flex-start}}.funnel-template-option.is-active-template::after{content:"";position:absolute;right:8px;top:8px;width:8px;height:8px;border-radius:50%;background:#178447;box-shadow:0 0 0 3px rgba(23,132,71,.14);right:44px!important;top:15px!important;right:10px!important;top:10px!important;display:none!important;}.funnel-target-fade{animation:funnelTargetFade .9s ease both}.funnel-target-focus{animation:funnelTargetFocus 1.3s ease both}@keyframes funnelTargetFade{0%{opacity:.25;transform:translateY(18px)}100%{opacity:1;transform:none}}@keyframes funnelTargetFocus{0%,100%{box-shadow:none}35%{box-shadow:0 0 0 6px color-mix(in srgb,var(--funnel-primary) 28%,transparent)}}.funnel-history-toolbar [data-color-eyedropper].is-active{outline:2px solid currentColor}.funnel-eyedropper-swatch{display:inline-block;width:31px;height:31px;flex:0 0 31px;border:1px solid #cbd5e1;border-radius:7px;background:linear-gradient(135deg,#fff 0 48%,#e2e8f0 48% 52%,#fff 52%);box-sizing:border-box}.funnel-eyedropper-copy{display:inline-grid!important;place-items:center;width:31px!important;min-width:31px!important;height:31px!important;padding:0!important;font-size:1rem!important;line-height:1!important;background:#e5e7eb!important;color:#111827!important;border-color:#cbd5e1!important;}.funnel-eyedropper-copy.has-color{background:#111827!important;color:#fff!important;border-color:#111827!important}.funnel-eyedropper-copy.is-copied{background:#e5e7eb!important;color:#111827!important;border-color:#cbd5e1!important}.funnel-design-mode-toggle--toolbar{padding:7px 10px;margin-left:4px;background:#fff}.funnel-design-studio.is-design-mode-off .funnel-history-toolbar{display:none!important}@media(max-width:760px){.funnel-design-mode-toggle--toolbar strong{display:none}}.funnel-template-card-actions{position:absolute;top:8px;right:8px;z-index:8;display:flex;align-items:center;gap:6px}.funnel-template-card-actions button{position:static!important;width:30px!important;height:30px!important;min-width:30px!important;padding:0!important;border-radius:8px!important;display:grid!important;place-items:center!important;font-size:15px!important;line-height:1!important;cursor:pointer!important;box-shadow:0 2px 8px rgba(15,23,42,.10)}.funnel-template-rename{border:1px solid #cbd5e1!important;background:#fff!important;color:#111827!important}.funnel-template-rename:hover{background:#f1f5f9!important}.funnel-template-delete{position:absolute;left:8px;top:8px;z-index:3;width:28px;height:28px;padding:0;border:1px solid #ef4444;border-radius:999px;background:#fff;color:#b91c1c;font-size:18px;line-height:1;cursor:pointer;border:1px solid #b91c1c!important;background:#dc2626!important;color:#fff!important;}.funnel-template-delete:hover{background:#fee2e2;background:#b91c1c!important;}.funnel-template-option>.funnel-template-swatch{margin-top:30px}.funnel-font-upload-grid,.funnel-font-rights{display:none!important}.funnel-history-toolbar>.funnel-design-mode-toggle--toolbar{order:1}.funnel-style-worlds-panel{margin-bottom:24px;border:1px solid var(--card-border,#dfe3ea);border-radius:18px;background:var(--card-bg,#fff);overflow:hidden}.funnel-style-worlds-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border:0;border-bottom:1px solid var(--card-border,#dfe3ea);background:transparent;color:inherit;text-align:left;cursor:pointer}.funnel-style-worlds-toggle>span:first-child{display:grid;gap:2px}.funnel-style-worlds-toggle strong{font-size:1.08rem}.funnel-style-worlds-toggle-icon{font-size:1.2rem;transition:transform .18s ease}.funnel-style-worlds-panel.is-collapsed .funnel-style-worlds-toggle{border-bottom:0}.funnel-style-worlds-panel.is-collapsed .funnel-style-worlds-toggle-icon{transform:rotate(180deg)}.funnel-style-worlds-panel .funnel-style-worlds-grid{margin:0;padding:20px}.funnel-style-worlds-panel .funnel-style-worlds-grid[hidden]{display:none!important}.funnel-history-toolbar{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 14px;padding:11px 12px;border:1px solid var(--card-border,#dbe2ea);border-radius:12px;background:var(--card-bg,#fff);position:fixed!important;left:calc(50% + 140px);bottom:14px;z-index:1600;width:max-content;max-width:calc(100vw - 40px);margin:0!important;justify-content:center!important;box-shadow:0 12px 34px rgba(15,23,42,.18);display:grid!important;grid-template-columns:auto 1fr!important;gap:7px 10px!important;align-items:center!important;padding:9px 11px!important;cursor:default!important;touch-action:none;left:50%;right:auto;bottom:18px;top:auto;transform:translateX(-50%);grid-template-columns:auto minmax(0,1fr)!important;}.funnel-history-toolbar>.funnel-eyedropper-row{order:2;grid-column:2;grid-row:1;order:initial!important;justify-content:flex-start;}.funnel-history-toolbar>.funnel-history-actions{grid-column:2;grid-row:2;justify-content:flex-start}.funnel-history-toolbar>.funnel-history-saved-at{grid-column:2;grid-row:3}.funnel-history-drag-handle{grid-row:1/4;align-self:stretch;display:grid;place-items:center;width:22px;margin:-9px 0 -9px -11px;border-right:1px solid #dbe2ea;border-radius:12px 0 0 12px;background:#f8fafc;color:#64748b;font-weight:900;letter-spacing:-3px;cursor:grab;user-select:none;touch-action:none;grid-column:1;grid-row:1/4;}.funnel-template-title-input{width:calc(100% - 16px);margin:8px;padding:7px 9px;border:1px solid var(--card-border,#dfe3ea);border-radius:8px;font:inherit;font-weight:700;color:inherit;background:var(--card-bg,#fff)}@media(max-width:760px){.funnel-style-worlds-panel .funnel-style-worlds-grid{padding:12px}.funnel-history-toolbar>.funnel-eyedropper-row,.funnel-history-toolbar>.funnel-history-actions,.funnel-history-toolbar>.funnel-history-saved-at{grid-column:2}}.funnel-section.funnel-phase-custom{padding:var(--funnel-block-padding,80px) 0;background-color:var(--funnel-custom-bg);color:var(--funnel-custom-text)}.funnel-section.funnel-phase-custom>.container{max-width:var(--funnel-block-width,1180px)}.funnel-section.funnel-phase-custom h1,.funnel-section.funnel-phase-custom h2{font-size:clamp(2rem,5vw,var(--funnel-block-heading,48px));color:inherit}.funnel-section.funnel-phase-custom .funnel-copy,.funnel-section.funnel-phase-custom .funnel-subheading{font-size:var(--funnel-block-text,18px)}.funnel-section.funnel-phase-custom .funnel-item-grid{grid-template-columns:repeat(var(--funnel-block-columns,3),minmax(0,1fr));gap:var(--funnel-block-gap,20px)}.funnel-section.funnel-phase-custom .funnel-item,.funnel-guarantee-card,.funnel-accordion-item,.funnel-comparison{background:var(--funnel-custom-card,rgba(255,255,255,.86));border:var(--funnel-block-border,0) solid color-mix(in srgb,var(--funnel-custom-accent,var(--accent)) 35%,transparent);border-radius:var(--funnel-block-radius,18px)}.funnel-block-shadow-soft .funnel-item,.funnel-block-shadow-soft .funnel-guarantee-card,.funnel-block-shadow-soft .funnel-comparison{box-shadow:0 12px 36px rgba(15,23,42,.12)}.funnel-block-shadow-strong .funnel-item,.funnel-block-shadow-strong .funnel-guarantee-card,.funnel-block-shadow-strong .funnel-comparison{box-shadow:0 24px 70px rgba(15,23,42,.22)}.funnel-step-number,.funnel-logo-mark,.funnel-guarantee-icon{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--funnel-custom-accent,var(--accent));color:#fff;font-weight:900}.funnel-stat-value{display:block;font-size:clamp(2rem,5vw,4rem);line-height:1;color:var(--funnel-custom-accent,var(--accent))}.funnel-accordion{display:grid;gap:12px;margin-top:28px;text-align:left}.funnel-accordion-item{padding:0 20px}.funnel-accordion-item summary{cursor:pointer;padding:18px 32px 18px 0;font-weight:800;position:relative}.funnel-accordion-item summary::after{content:"+";position:absolute;right:0;font-size:1.4rem;color:var(--funnel-custom-accent,var(--accent))}.funnel-accordion-item[open] summary::after{content:"−"}.funnel-accordion-item .prose{padding:0 0 20px}.funnel-comparison{overflow:hidden;margin-top:28px;text-align:left}.funnel-comparison-scroll{max-width:100%;overflow-x:auto}.funnel-comparison-row{display:grid;grid-template-columns:repeat(var(--funnel-comparison-columns,3),minmax(0,1fr));gap:16px;padding:16px 20px;border-bottom:1px solid rgba(15,23,42,.1)}.funnel-comparison-row:last-child{border-bottom:0}.funnel-comparison-head{background:color-mix(in srgb,var(--funnel-custom-accent,var(--accent)) 12%,transparent)}.funnel-comparison .is-positive{font-weight:800;color:var(--funnel-custom-accent,var(--accent))}.funnel-guarantee-card{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:start;padding:28px;text-align:left;margin-top:28px}.funnel-countdown{display:grid;grid-template-columns:repeat(4,minmax(90px,1fr));gap:var(--funnel-block-gap,20px);max-width:760px;margin:30px auto}.funnel-countdown>div{padding:22px 12px;background:var(--funnel-custom-card,rgba(255,255,255,.9));border-radius:var(--funnel-block-radius,18px);color:var(--funnel-custom-text,#17202a)}.funnel-countdown strong{display:block;font-size:clamp(2rem,6vw,4rem);line-height:1;color:var(--funnel-custom-accent,var(--accent))}.funnel-countdown span{display:block;margin-top:8px;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.funnel-countdown.is-expired{opacity:.68}.funnel-block-design-panel{margin:18px 0;border:1px solid #dbe2ea;border-radius:14px;background:#f8fafc}.funnel-block-design-panel>summary{padding:14px 16px;cursor:pointer;font-weight:800}.funnel-block-design-grid{padding:0 16px 16px}.funnel-editor-format-help{margin:8px 0 16px;padding:10px 12px;border-left:4px solid #2563eb;background:#eff6ff;border-radius:8px;font-size:.86rem}.funnel-countdown-editor{margin:12px 0 18px}@media(max-width:760px){.funnel-section.funnel-phase-custom .funnel-item-grid{grid-template-columns:1fr}.funnel-comparison-row{grid-template-columns:1fr;min-width:0;max-width:100%}.funnel-comparison-head{display:none}.funnel-comparison-row>[data-column-label]::before{content:attr(data-column-label);display:block;margin-bottom:4px;font-size:.72rem;text-transform:uppercase;color:#64748b;white-space:normal;overflow-wrap:break-word;word-break:normal;hyphens:none}.funnel-comparison-row>strong,.funnel-comparison-row>span{display:block;min-width:0;max-width:100%;white-space:normal;overflow-wrap:break-word;word-break:normal;hyphens:none}.funnel-countdown{grid-template-columns:repeat(2,1fr)}.funnel-guarantee-card{grid-template-columns:1fr}}.funnel-preview-module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.funnel-preview-module-grid>div,.funnel-preview-comparison>div,.funnel-preview-accordion details{padding:10px;border:1px solid #dbe2ea;border-radius:10px;background:rgba(255,255,255,.78)}.funnel-preview-module-grid strong,.funnel-preview-module-grid span{display:block}.funnel-preview-comparison{display:grid;gap:7px}.funnel-preview-comparison>div{display:grid;grid-template-columns:repeat(var(--funnel-comparison-columns,3),minmax(0,1fr));gap:8px}.funnel-preview-comparison-head{background:#f8fafc;font-weight:800}.funnel-preview-comparison b{color:#15803d}.funnel-preview-accordion{display:grid;gap:7px;text-align:left}.funnel-preview-countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:12px 0}.funnel-preview-countdown strong{padding:12px;background:rgba(255,255,255,.84);border-radius:10px;font-size:1.5rem}.funnel-preview-guarantee{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;padding:14px;border-radius:12px;background:rgba(255,255,255,.82)}.device-preview-stage.is-mobile .funnel-live-preview{font-size:14px}.funnel-preview-section{padding:24px;margin-bottom:12px;border-radius:14px;border:1px solid #e2e8f0;background-color:var(--funnel-custom-bg,transparent);}.funnel-section[style*="--funnel-background-mode:color"],.funnel-builder-section[style*="--funnel-background-mode:color"]{background:var(--funnel-custom-bg)!important}.funnel-section[style*="--funnel-background-mode:gradient"],.funnel-builder-section[style*="--funnel-background-mode:gradient"]{background:linear-gradient(var(--funnel-block-gradient-angle,135deg),var(--funnel-custom-bg,#fff),var(--funnel-custom-bg-end,#eef2ff))!important}.cart-undo-card{margin-top:18px;animation:cartUndoFadeIn .85s ease both;margin-top:14px;}.cart-undo-card h2{font-size:1.1rem}.cart-summary .cart-undo-card{grid-column:1/-1}.cart-undo-card--inside-summary{order:4}.cart-summary-action{background:transparent!important;display:flex;min-width:230px;flex-direction:column;align-items:stretch;justify-content:center;gap:10px;padding:28px;border-left:1px solid var(--line,#d8dde6);text-align:center;order:3;}@media(max-width:760px){.cart-summary{display:flex!important;flex-direction:column}.cart-summary-main{order:1}.funnel-cart-summary-side{order:2}.cart-undo-card--inside-summary{order:3;margin:8px 0}.cart-summary-action{order:4}.cart-undo-grid{grid-template-columns:1fr!important}.cart-undo-item{padding:10px!important}.cart-undo-product-main img{width:54px;height:54px}.cart-products-table .cart-quantity-cell{padding-top:4px}.cart-item-copy strong,.funnel-checkout-item strong{font-size:.92rem}.funnel-checkout-summary,.funnel-checkout-form,.cart-summary{font-size:.92rem}.funnel-checkout-summary h2,.cart-summary h2{font-size:1.12rem}.funnel-checkout-item{gap:8px}.quantity-stepper__button{width:34px;height:34px}.quantity-stepper__value{min-width:34px}.checkout-section input,.checkout-section select,.checkout-section textarea{font-size:16px}}.funnel-block-color-field{min-width:0}.funnel-block-color-control{display:grid;grid-template-columns:48px minmax(108px,1fr);align-items:center;gap:8px}.funnel-block-color-control input[type="color"]{width:48px;height:38px;padding:3px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;cursor:pointer}.funnel-block-hex-input{min-width:0;height:38px;padding:7px 9px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.82rem;letter-spacing:.02em;text-transform:uppercase}.funnel-block-hex-input.is-invalid{border-color:#dc2626;background:#fff7f7}.funnel-color-validation{display:block;margin-top:4px;color:#b91c1c;font-size:.7rem;line-height:1.25}.funnel-color-validation[hidden]{display:none}@media(max-width:640px){.funnel-block-color-control{grid-template-columns:44px minmax(0,1fr)}.funnel-block-color-control input[type="color"]{width:44px}}.funnel-design-mode-slider{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:9px;border:1px solid var(--card-border,#dbe2ea);border-radius:12px;background:#fff;box-shadow:0 12px 34px rgba(15,23,42,.18);cursor:pointer}.funnel-design-mode-slider input{position:absolute;opacity:0}.funnel-design-mode-slider>span{position:relative;width:30px;height:58px;border-radius:999px;background:#cbd5e1;box-shadow:inset 0 0 0 1px rgba(15,23,42,.1)}.funnel-design-mode-slider>span i{position:absolute;left:4px;bottom:4px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgba(15,23,42,.25);transition:.2s}.funnel-design-mode-slider input:checked+span{background:var(--accent,#2563eb)}.funnel-design-mode-slider input:checked+span i{transform:translateY(-28px)}.funnel-design-mode-slider strong{font-size:.72rem;text-align:center}.funnel-editor-card.is-preview-selected{outline:3px solid var(--accent,#2563eb);box-shadow:0 0 0 8px rgba(37,99,235,.13);transition:.2s}@media(max-width:900px){.funnel-design-mode-float{left:auto;right:8px;bottom:112px}}.funnel-design-mode-float{position:fixed;left:calc(50% + 350px);bottom:18px;z-index:1601;height:96px;width:132px;width:132px;margin:0!important;}.funnel-design-mode-float .funnel-design-mode-slider{height:100%;box-sizing:border-box}.funnel-sales-presets{padding:0!important;overflow:hidden;margin-bottom:20px}.funnel-sales-presets:not([open]) .funnel-template-selector-summary{border-bottom:0}.funnel-sales-preset-intro{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin:4px 0 18px}.funnel-sales-preset-intro h3{margin:.25rem 0 .45rem}.funnel-sales-preset-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--card-border);border-radius:18px;background:var(--card-bg);overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.funnel-sales-preset-card:hover{transform:translateY(-3px);border-color:var(--preset-accent);box-shadow:0 18px 40px rgba(15,23,42,.11)}.funnel-sales-preset-preview{height:152px;padding:16px;display:flex;flex-direction:column;gap:6px;background:linear-gradient(145deg,color-mix(in srgb,var(--preset-accent) 15%,#fff),#f8fafc);border-bottom:1px solid var(--card-border)}.funnel-sales-preset-preview .preset-block{display:block;border-radius:5px;background:#fff;box-shadow:0 2px 8px rgba(15,23,42,.08);height:12px;margin-inline:calc(var(--preset-index) * 1.5px)}.funnel-sales-preset-preview .preset-block-hero{height:36px;background:linear-gradient(135deg,#172033,color-mix(in srgb,var(--preset-accent) 70%,#172033))}.funnel-sales-preset-preview .preset-block-product,.funnel-sales-preset-preview .preset-block-product_compact{height:28px;border:2px solid var(--preset-accent)}.funnel-sales-preset-preview .preset-block-cta{height:22px;background:var(--preset-accent)}.funnel-sales-preset-preview .preset-block-stats,.funnel-sales-preset-preview .preset-block-benefits{background:repeating-linear-gradient(90deg,#fff 0 29%,transparent 29% 34%)}.funnel-sales-preset-copy{padding:18px 18px 12px;display:flex;flex-direction:column;flex:1}.funnel-sales-preset-copy h3{margin:.2rem 0 .45rem}.funnel-sales-preset-copy p{margin:0;color:var(--muted);line-height:1.55}.funnel-sales-preset-copy ul{display:flex;flex-wrap:wrap;gap:6px;list-style:none;padding:0;margin:16px 0 0}.funnel-sales-preset-copy li{padding:4px 8px;border-radius:999px;background:color-mix(in srgb,var(--preset-accent) 9%,#f8fafc);color:#475569;font-size:.72rem;font-weight:750}@media(max-width:1050px){.funnel-sales-preset-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.funnel-sales-preset-grid{grid-template-columns:1fr}.funnel-sales-preset-intro{display:grid}.funnel-sales-preset-preview{height:132px}}.funnel-type-stats .funnel-item-grid{grid-template-columns:repeat(var(--funnel-block-columns,3),minmax(0,1fr));align-items:stretch}.funnel-type-stats .funnel-item{min-width:0;max-width:100%;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.funnel-type-stats .funnel-stat-value{max-width:100%;overflow-wrap:anywhere;word-break:break-word;text-wrap:balance}.funnel-type-stats .funnel-stat-value.is-long{font-size:clamp(1.45rem,3.4vw,2.8rem);line-height:1.08}.funnel-type-stats .funnel-stat-value.is-very-long{font-size:clamp(1.1rem,2.6vw,2.15rem);line-height:1.12}.funnel-type-stats .funnel-item p{max-width:100%;overflow-wrap:anywhere;text-wrap:balance}.funnel-sales-preset-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;grid-template-columns:repeat(3,minmax(0,1fr));}@media(max-width:760px){.funnel-type-stats .funnel-item-grid{grid-template-columns:1fr}.funnel-type-stats .funnel-stat-value.is-long{font-size:clamp(1.4rem,8vw,2.4rem)}.funnel-type-stats .funnel-stat-value.is-very-long{font-size:clamp(1.15rem,6.5vw,1.9rem)}}.funnel-section,.funnel-section-layout,.funnel-section-content,.funnel-section-heading,.funnel-richtext,.funnel-trust-line,.funnel-trust-line span{min-width:0;max-width:100%}.funnel-section-content,.funnel-section-content p,.funnel-section-content li,.funnel-richtext,.funnel-richtext p,.funnel-trust-line span{overflow-wrap:anywhere;word-break:normal;hyphens:auto}.funnel-add-panel{padding:0!important;overflow:hidden}.funnel-add-panel-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 19px;cursor:pointer;list-style:none;background:#fff}.funnel-add-panel-summary::-webkit-details-marker{display:none}.funnel-add-panel-summary span,.funnel-add-panel-summary strong,.funnel-add-panel-summary small{display:block}.funnel-add-panel-summary small{margin-top:4px;color:var(--muted,#64748b)}.funnel-add-panel-summary:after{content:"⌄";font-size:1.2rem;transition:transform .18s ease}.funnel-add-panel[open] .funnel-add-panel-summary:after{transform:rotate(180deg)}.funnel-add-panel-body{padding:0 18px 18px}.funnel-strategy-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:18px;align-items:start;margin-bottom:20px}.funnel-strategy-grid>.funnel-sales-presets,.funnel-strategy-grid>.funnel-template-copies{min-width:0;margin:0}.funnel-template-copies{padding:0!important;overflow:hidden}.funnel-template-copies:not([open]) .funnel-template-selector-summary{border-bottom:0}.funnel-template-copies .funnel-history-grid{grid-template-columns:1fr;margin-top:0}.funnel-template-copies-empty{margin:0;line-height:1.55}.funnel-sales-preset-card form{padding:0 18px 18px;display:flex;align-items:stretch;}.funnel-sales-preset-button{width:100%;background:var(--preset-accent);border-color:var(--preset-accent);display:flex!important;align-items:center;justify-content:center;width:100%!important;min-height:58px!important;height:58px!important;padding:10px 16px!important;line-height:1.2!important;}@media(max-width:1050px){.funnel-strategy-grid{grid-template-columns:1fr}.funnel-template-copies .funnel-history-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.funnel-template-copies .funnel-history-grid{grid-template-columns:1fr}}.funnel-library-launchers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:20px}.funnel-library-launcher{min-width:0;margin:0;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.funnel-library-launcher:hover,.funnel-library-launcher:focus-visible{transform:translateY(-2px);border-color:var(--accent,#2563eb);box-shadow:0 14px 32px rgba(15,23,42,.1)}.funnel-library-launcher strong,.funnel-library-launcher small{display:block}.funnel-library-launcher strong{font-size:1.1rem;margin:.2rem 0}.funnel-library-dialog{width:min(1180px,calc(100vw - 32px));max-height:calc(100vh - 32px);padding:0;border:0;border-radius:20px;background:var(--card-bg,#fff);box-shadow:0 28px 85px rgba(15,23,42,.3)}.funnel-library-dialog::backdrop{background:rgba(15,23,42,.62)}.funnel-library-dialog-head{position:sticky;top:0;z-index:4;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid var(--card-border,#dbe2ea);background:var(--card-bg,#fff)}.funnel-library-dialog-head h2{margin:.2rem 0}.funnel-library-dialog-head p{margin:0}.funnel-library-dialog-body{padding:24px;overflow:auto}.funnel-history-paged{grid-template-columns:repeat(2,minmax(0,1fr));min-height:230px}.funnel-history-paged .funnel-history-card[hidden]{display:none!important}.funnel-history-pagination button{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 9px;border:1px solid #d8dee8;border-radius:8px;background:#fff;color:inherit;font:inherit;font-weight:700;cursor:pointer}.funnel-history-pagination button:hover,.funnel-history-pagination .is-current{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.funnel-history-pagination .is-disabled{pointer-events:none;opacity:.38}@media(max-width:1050px){.funnel-history-paged{grid-template-columns:1fr}}@media(max-width:700px){.funnel-library-launchers,.settings-system-switch{grid-template-columns:1fr}.funnel-library-dialog-head{padding:18px;display:grid}.funnel-library-dialog-body{padding:16px}}.funnel-live-preview-frame{height:1799px!important}@media(max-width:1100px){.funnel-live-preview-frame{height:1609px!important}}body.has-maximized-preview [data-action="image-upload"],body.has-maximized-preview .funnel-image-square-action,body.has-maximized-preview .placeholder-fab{display:none!important}.builder-preview-card.is-maximized .funnel-live-preview-frame{pointer-events:none!important;user-select:none!important}.shop-checkout-builder-workspace{display:grid;gap:24px;align-items:start}.shop-checkout-preview-host{position:sticky;top:18px;align-self:start}@media(max-width:1100px){.shop-checkout-preview-host{position:static}}.design-workspace,#appearance-form .appearance-workspace,.shop-checkout-builder-workspace{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:24px!important;}body.public-page.shop-system-active .product-variant-picker,
body.public-page.shop-system-active .product-detail-buybox,
body.public-page.shop-system-active .quantity-stepper,
body.public-page.shop-system-active .product-detail-buybox .product-cart-button{
 background:var(--card-bg)!important;
}body.public-page.shop-system-active .product-detail-buybox .product-cart-button{
 color:var(--text-color)!important;
 border:1px solid var(--card-border)!important;
 box-shadow:none!important;
}.product-payment-methods-row{padding-top:12px!important;margin-top:8px!important}.product-payment-methods{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;display:grid!important;width:100%!important;gap:8px!important;align-items:stretch!important;}.product-payment-methods>span{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;width:100%!important;box-sizing:border-box!important}.product-payment-methods-count-1,.product-payment-methods-count-2,.product-payment-methods-count-3{grid-template-columns:repeat(var(--payment-count,3),minmax(0,1fr))}.product-payment-methods-count-4{grid-template-columns:repeat(2,minmax(0,1fr))}.product-payment-methods-count-5,.product-payment-methods-count-6{grid-template-columns:repeat(3,minmax(0,1fr))}.product-payment-methods-count-1{--payment-count:1}.product-payment-methods-count-2{--payment-count:2}.product-payment-methods-count-3{--payment-count:3}.payment-paypal{color:#003087;font-style:italic;font-weight:800;color:#14213d;letter-spacing:.02em;font-weight:800;color:#003087;letter-spacing:.01em;}@media(max-width:760px){body[class*="funnel-template-"].page-cart .cart-products-table tr[data-cart-row]{display:grid!important;grid-template-columns:1fr!important}body[class*="funnel-template-"].page-cart .cart-product-cell{order:1}body[class*="funnel-template-"].page-cart .cart-quantity-cell{order:2}body[class*="funnel-template-"].page-cart .cart-price-cell{order:3}body[class*="funnel-template-"].page-cart .cart-line-cell{order:4}body[class*="funnel-template-"].page-cart .cart-remove-cell{order:5}}.funnel-type-steps:not(.funnel-item-width-auto) .funnel-item-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,var(--funnel-item-width)),var(--funnel-item-width)));justify-content:center}.funnel-type-steps.funnel-item-width-full .funnel-item-grid{grid-template-columns:1fr}.funnel-type-steps .funnel-items{display:flex!important;flex-wrap:wrap;justify-content:center}.funnel-type-steps .funnel-item{flex:0 1 var(--funnel-step-width,280px);max-width:100%}.funnel-type-steps.funnel-item-width-compact{--funnel-step-width:190px}.funnel-type-steps.funnel-item-width-medium{--funnel-step-width:280px}.funnel-type-steps.funnel-item-width-wide{--funnel-step-width:420px}.funnel-type-steps.funnel-item-width-full{--funnel-step-width:100%}.funnel-type-steps .funnel-item-grid{display:flex!important;flex-wrap:wrap;justify-content:center;grid-template-columns:none!important}.funnel-type-steps .funnel-item-grid>.funnel-item{flex:0 1 var(--funnel-item-width,280px);width:var(--funnel-item-width,280px);max-width:100%}.funnel-type-steps.funnel-item-width-auto .funnel-item-grid>.funnel-item{flex:1 1 220px;width:auto}.funnel-type-steps.funnel-item-width-full .funnel-item-grid>.funnel-item{flex-basis:100%;width:100%}body[class*="funnel-template-"].page-cart .cart-summary{grid-template-columns:minmax(0,1fr) minmax(260px,340px)!important;align-items:start!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(340px,.72fr)!important;
  grid-template-areas:
    "main details"
    "newsletter details"
    "action details"!important;
  column-gap:28px!important;
  row-gap:0!important;
  align-items:start!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(340px,.78fr)!important;
  grid-template-areas:"main side" "action side"!important;
  gap:0 28px!important;
  align-items:start!important;
  padding:24px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(280px,38%)!important;gap:24px!important;align-items:start!important;overflow:visible!important;}.funnel-checkout-admin .funnel-config-dashboard{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.funnel-checkout-admin .funnel-checkout-config-card{padding:18px}.funnel-payment-settings--readonly{grid-template-columns:repeat(3,minmax(0,1fr))}.funnel-payment-setting.is-readonly{display:flex}.review-invitation-funnel{background:var(--funnel-bg,#17130f);padding-bottom:50px}.review-invitation-funnel .review-invitation-card{background:var(--funnel-card,#fffaf0);color:var(--funnel-text,#17130f);border-radius:var(--funnel-card-radius,20px)}@media(max-width:760px){body[class*="funnel-template-"].page-cart .cart-summary{grid-template-columns:1fr!important}body[class*="funnel-template-"].page-cart .cart-summary-main{grid-template-columns:1fr!important}.funnel-checkout-admin .funnel-config-dashboard{grid-template-columns:1fr}.funnel-payment-settings--readonly{grid-template-columns:repeat(2,minmax(0,1fr))}}body[class*="funnel-template-"].page-cart .cart-summary,
body[class*="funnel-template-"].page-cart .cart-summary--with-side,
body[class*="funnel-template-"].page-cart .cart-summary--without-side{
 display:grid!important;
 grid-template-columns:minmax(0,1fr) minmax(250px,.48fr)!important;
 grid-template-areas:"main side" "action side"!important;
 gap:0!important;
 align-items:stretch!important;
 padding:0!important;
 overflow:hidden!important;
}body[class*="funnel-template-"].page-cart .cart-summary--without-side{
  grid-template-columns:minmax(0,1fr)!important;
  grid-template-areas:"main" "action"!important;grid-template-columns:1fr!important;grid-template-areas:"main" "action"!important;}body[class*="funnel-template-"].page-cart .cart-summary-main{grid-column:1;grid-row:1;align-self:start;height:max-content;padding-bottom:12px;grid-area:main!important;min-width:0;
  grid-area:main!important;
  padding:0!important;
  min-width:0;display:grid!important;grid-template-columns:minmax(180px,.8fr) minmax(260px,1.2fr)!important;gap:28px!important;min-width:0!important;grid-area:main!important;display:grid!important;grid-template-columns:minmax(190px,.72fr) minmax(270px,1fr)!important;gap:28px!important;padding:24px!important;min-width:0!important;}body[class*="funnel-template-"].page-cart .funnel-cart-summary-side{
  grid-area:side;
  display:grid;
  gap:18px;
  min-width:0;
  align-self:stretch;
  align-content:start;
  padding-left:28px;
  border-left:1px solid color-mix(in srgb,var(--funnel-text,#17202a) 14%,transparent);align-content:center!important;position:static!important;min-width:0!important;max-width:none!important;transform:none!important;grid-area:side!important;display:flex!important;align-items:center!important;padding:24px!important;margin:0!important;border-left:1px solid color-mix(in srgb,var(--funnel-text,#17202a) 14%,transparent)!important;min-width:0!important;}body[class*="funnel-template-"].page-cart .funnel-cart-summary-side>*{width:100%!important;max-width:none!important;margin:0!important;position:static!important;transform:none!important}body[class*="funnel-template-"].page-cart .cart-summary-action{grid-column:1;grid-row:2;align-self:start;min-width:0!important;padding-top:0!important;justify-content:flex-start!important;align-items:center!important;justify-content:center!important;text-align:center!important;
  grid-area:action!important;
  width:100%!important;
  min-width:0!important;
  align-self:start!important;
  justify-self:stretch!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  grid-area:action!important;
  padding:22px 0 0!important;
  margin:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-align:center!important;
  min-width:0!important;grid-column:1/-1!important;grid-area:action!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-width:0!important;padding:0 24px 24px!important;border:0!important;text-align:center!important;}body[class*="funnel-template-"].page-cart .cart-undo-card--inside-summary{grid-column:1/-1!important;position:static!important;margin:0 24px 24px!important}@media(max-width:860px){body[class*="funnel-template-"].page-cart .cart-summary,body[class*="funnel-template-"].page-cart .cart-summary--with-side{grid-template-columns:1fr!important;grid-template-areas:"main" "side" "action"!important}body[class*="funnel-template-"].page-cart .cart-summary-main{grid-template-columns:1fr!important;padding:20px!important}body[class*="funnel-template-"].page-cart .funnel-cart-summary-side{border-left:0!important;border-top:1px solid color-mix(in srgb,var(--funnel-text,#17202a) 14%,transparent)!important;padding:20px!important}body[class*="funnel-template-"].page-cart .cart-summary-action{padding:0 24px 24px!important;padding:0 20px 20px!important;}}.funnel-checkout-item__copy{min-width:0}.funnel-checkout-item__copy>strong{display:block}.funnel-checkout-item__mobile-meta{display:none}@media(max-width:700px){body[class*="funnel-template-"] .funnel-checkout-summary .funnel-checkout-item{
    display:block!important;
  }body[class*="funnel-template-"] .funnel-checkout-summary .funnel-checkout-item__desktop-price{
    display:none!important;
  }body[class*="funnel-template-"] .funnel-checkout-summary .funnel-checkout-item__mobile-meta{
    display:flex!important;
    align-items:baseline;
    gap:.45rem;
    margin-top:.35rem;
    font-variant-numeric:tabular-nums;
  }body[class*="funnel-template-"] .funnel-checkout-summary .funnel-checkout-item__mobile-meta i{
    font-style:normal;
    opacity:.55;
  }}.home-stars,.review-stars,.funnel-review-stars{color:#16a34a!important}.home-review-meta,.funnel-review-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}.home-review-meta>strong,.funnel-review-meta>strong{font-weight:750;}.home-review-meta>span,.funnel-review-meta>span{color:#15803d;font-weight:800;}.home-review-title,.funnel-review-title{margin:10px 0 0;font-size:1.05rem;line-height:1.3;}.home-review-title+blockquote,.funnel-review-title+blockquote{margin-top:1rem!important;}.home-testimonial blockquote,.funnel-review-card blockquote{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;overflow:hidden!important;line-height:1.55;max-height:calc(4 * 1.55em)!important;margin-bottom:12px!important;}.funnel-review-card{display:flex;flex-direction:column}.home-stars,.funnel-review-stars{display:block;margin-bottom:8px}.home-review-meta span,.funnel-review-meta span{font-size:calc(1em - 2px);}.home-review-date,.funnel-review-date{align-self:end;justify-self:start;display:block;margin-top:auto;font-size:.78rem;color:#64748b;}.home-review-stars-row,.funnel-review-stars-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}.home-testimonial blockquote[data-review-text],.funnel-review-card blockquote[data-review-text]{font-size:.85em!important;cursor:default;}.home-testimonial blockquote.is-review-truncated,.funnel-review-card blockquote.is-review-truncated{cursor:pointer;}.home-testimonial blockquote.is-review-truncated:hover,.funnel-review-card blockquote.is-review-truncated:hover{text-decoration:none;}.review-detail-card .home-testimonial,.review-detail-card .funnel-review-card{display:flex!important;opacity:1!important;transform:none!important;width:100%!important;max-width:none!important;box-shadow:none!important;border:0!important;padding:0!important;}.funnel-reviews[data-review-columns="1"] .funnel-review-track{grid-template-columns:minmax(0,1fr)!important}.funnel-reviews[data-review-columns="2"] .funnel-review-track{grid-template-columns:repeat(2,minmax(0,1fr))!important}.funnel-reviews[data-review-columns="3"] .funnel-review-track{grid-template-columns:repeat(3,minmax(0,1fr))!important}@media(max-width:760px){.funnel-reviews .funnel-review-track{grid-template-columns:1fr!important}}.funnel-reviews[data-review-columns] .funnel-review-track{display:grid!important;transform:none!important;transition:none!important;min-height:0!important;gap:var(--funnel-block-gap,20px)}.funnel-reviews[data-review-columns] .funnel-review-card{position:relative!important;inset:auto!important;min-width:0!important;width:auto!important;opacity:1!important;pointer-events:auto!important;transform:none!important;position:relative!important;inset:auto!important;opacity:1!important;pointer-events:auto!important;transition:transform .55s ease,opacity .55s ease,filter .55s ease!important;}.funnel-reviews[data-review-columns].funnel-review-effect-fade .funnel-review-card{animation:funnelReviewFade var(--funnel-motion-duration,900ms) ease both}.funnel-reviews[data-review-columns].funnel-review-effect-rise .funnel-review-card{animation:funnelReviewRise var(--funnel-motion-duration,900ms) ease both}.funnel-reviews[data-review-columns].funnel-review-effect-crossfade .funnel-review-card{animation:funnelReviewScale var(--funnel-motion-duration,900ms) ease both}.funnel-reviews[data-review-columns].funnel-review-effect-stack .funnel-review-card{animation:funnelReviewStack var(--funnel-motion-duration,900ms) ease both}.funnel-reviews[data-review-columns].funnel-review-effect-slide .funnel-review-card{animation:funnelReviewSlide var(--funnel-motion-duration,900ms) ease both;min-width:0!important}.funnel-reviews[data-review-columns] .funnel-review-card:nth-child(2){animation-delay:.12s}.funnel-reviews[data-review-columns] .funnel-review-card:nth-child(3){animation-delay:.24s}@keyframes funnelReviewFade{from{opacity:0;filter:blur(5px)}to{opacity:1;filter:none}}@keyframes funnelReviewRise{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes funnelReviewScale{from{opacity:0;transform:scale(.94)}to{opacity:1;transform:none}}@keyframes funnelReviewStack{from{opacity:0;transform:translate(18px,12px) rotate(1.5deg) scale(.96)}to{opacity:1;transform:none}}@keyframes funnelReviewSlide{from{opacity:0;transform:translateX(34px)}to{opacity:1;transform:none}}.funnel-reviews{width:100%}.funnel-reviews .funnel-review-track{position:relative;display:block!important;min-height:290px;overflow:hidden;transform:none}.funnel-reviews .funnel-review-card{position:absolute!important;inset:0!important;width:100%!important;min-width:100%!important;margin:0!important;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .7s cubic-bezier(.22,.8,.24,1),transform .7s cubic-bezier(.22,.8,.24,1),filter .7s cubic-bezier(.22,.8,.24,1);will-change:opacity,transform,filter;backface-visibility:hidden}.funnel-reviews .funnel-review-card.is-active{opacity:1;pointer-events:auto;visibility:visible}.funnel-review-effect-fade .funnel-review-card{transform:none}.funnel-review-effect-crossfade .funnel-review-card{transform:scale(.97)}.funnel-review-effect-crossfade .funnel-review-card.is-active{transform:scale(1)}.funnel-review-effect-rise .funnel-review-card{transform:translateY(34px)}.funnel-review-effect-rise .funnel-review-card.is-active{transform:translateY(0)}.funnel-review-effect-stack .funnel-review-card{transform:translate(18px,14px) scale(.96) rotate(1deg)}.funnel-review-effect-stack .funnel-review-card.is-active{transform:none}.funnel-review-effect-zoom .funnel-review-card{transform:scale(.86)}.funnel-review-effect-zoom .funnel-review-card.is-active{transform:scale(1)}.funnel-review-effect-flip .funnel-review-card{transform:perspective(1100px) rotateY(72deg) scale(.98);transform-origin:center left}.funnel-review-effect-flip .funnel-review-card.is-active{transform:perspective(1100px) rotateY(0) scale(1)}.funnel-review-effect-swing .funnel-review-card{transform:translateX(-34px) rotate(-2.2deg);transform-origin:top center}.funnel-review-effect-swing .funnel-review-card.is-active{transform:translateX(0) rotate(0)}.funnel-review-effect-blur .funnel-review-card{filter:blur(13px);transform:scale(1.025)}.funnel-review-effect-blur .funnel-review-card.is-active{filter:blur(0);transform:scale(1)}.funnel-review-effect-slide .funnel-review-track{display:flex!important;overflow:hidden;transition:transform .7s cubic-bezier(.22,.8,.24,1);transform:translateX(calc(var(--review-index,0) * -100%))}.funnel-review-effect-slide .funnel-review-card{position:relative!important;inset:auto!important;flex:0 0 100%;visibility:visible;opacity:1;pointer-events:auto}@media (prefers-reduced-motion:reduce){.funnel-reviews .funnel-review-card,.funnel-review-effect-slide .funnel-review-track{transition:none!important}}.review-funnel-standalone{min-height:100vh;margin:0;background:
 radial-gradient(circle at 12% 10%,color-mix(in srgb,var(--funnel-primary) 22%,transparent),transparent 32%),
 radial-gradient(circle at 88% 88%,color-mix(in srgb,var(--funnel-accent) 18%,transparent),transparent 28%),
 var(--funnel-surface);color:var(--funnel-text);font-family:var(--funnel-body-font,system-ui,sans-serif)}.review-invitation-page{min-height:100vh;display:grid;place-items:center;padding:clamp(28px,6vw,72px) 20px;box-sizing:border-box}.review-invitation-shell{width:min(880px,100%)}.review-invitation-intro{text-align:center;max-width:700px;margin:0 auto 28px}.review-invitation-intro h1{margin:10px 0 12px;font-family:var(--funnel-heading-font,inherit);font-size:clamp(2rem,5vw,4rem);line-height:1.02;letter-spacing:-.04em}.review-invitation-intro p{margin:0;color:var(--funnel-muted,#64748b);font-size:clamp(1rem,2vw,1.15rem)}.review-invitation-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:color-mix(in srgb,var(--funnel-accent) 16%,transparent);color:var(--funnel-accent);font-size:.78rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.review-invitation-card{background:var(--funnel-card,#fff);color:var(--funnel-text,#17202a);border:var(--funnel-border-width,1px) solid var(--funnel-border,#dbe3ed);border-radius:var(--funnel-card-radius,20px);box-shadow:0 28px 80px color-mix(in srgb,var(--funnel-secondary,#111827) 18%,transparent);padding:clamp(22px,4vw,44px)}.review-invitation-product{display:grid;grid-template-columns:88px 1fr;gap:18px;align-items:center;padding-bottom:24px;margin-bottom:28px;border-bottom:1px solid color-mix(in srgb,var(--funnel-border,#dbe3ed) 75%,transparent)}.review-invitation-product img,.review-invitation-product-placeholder{width:88px;height:88px;border-radius:calc(var(--funnel-card-radius,20px) * .65);object-fit:cover;background:color-mix(in srgb,var(--funnel-primary) 12%,var(--funnel-card));display:grid;place-items:center;color:var(--funnel-accent);font-size:2rem}.review-invitation-product span,.review-invitation-product small{display:block;color:var(--funnel-muted,#64748b)}.review-invitation-product strong{display:block;margin:4px 0 6px;font-size:1.2rem}.review-invitation-form{display:grid;gap:22px}.review-invitation-alert{padding:13px 15px;border-radius:12px;margin-bottom:20px;font-weight:750}.review-invitation-alert.is-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.review-invitation-alert.is-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.review-invitation-success,.review-invitation-invalid{text-align:center;padding:18px 0}.review-invitation-success>span,.review-invitation-invalid>span{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;font-size:2rem;font-weight:900}.review-invitation-success>span{background:color-mix(in srgb,var(--funnel-success,#15803d) 16%,transparent);color:var(--funnel-success,#15803d)}.review-invitation-invalid>span{background:#fee2e2;color:#991b1b}.review-invitation-success h2,.review-invitation-invalid h2{margin:0 0 10px}.review-invitation-success p,.review-invitation-invalid p{color:var(--funnel-muted,#64748b);margin:0 auto;max-width:560px}@media(max-width:620px){.review-invitation-page{padding-inline:12px;max-width:100%;overflow-x:clip}.review-invitation-shell,.review-invitation-card,.review-invitation-form,.review-field,.review-confirmation{min-width:0;max-width:100%}.review-invitation-card{box-sizing:border-box}.review-invitation-product{grid-template-columns:64px minmax(0,1fr)}.review-invitation-product img,.review-invitation-product-placeholder{width:64px;height:64px}}.funnel-review-status-card>.form-grid{margin-bottom:0}.funnel-review-preview{padding-top:0;border-top:0}.funnel-review-preview .review-invitation-page{min-height:0;padding:28px 16px;border-radius:16px;background:var(--funnel-surface)}.funnel-review-preview .review-invitation-shell{max-width:760px}.funnel-review-preview .review-invitation-intro h1{font-size:clamp(1.7rem,4vw,3rem)}.funnel-review-preview .preview-stars{font-size:1.75rem;color:var(--funnel-accent);letter-spacing:.08em}.funnel-review-preview textarea{resize:none}body[class*="funnel-template-"] .funnel-section.funnel-content-width-full>.container{width:calc(100% - 40px);max-width:none}@media(max-width:640px){body[class*="funnel-template-"] .funnel-section.funnel-content-width-full>.container{width:calc(100% - 24px)}}body[class*="funnel-template-"] .funnel-type-newsletter{
  position:relative;
  background:var(--funnel-newsletter-background,transparent);
  color:var(--funnel-newsletter-text,inherit);
  border-radius:var(--funnel-newsletter-radius,18px);
  overflow:hidden;
  background-clip:padding-box;
}body[class*="funnel-template-"] .funnel-type-newsletter>.container{
  position:relative;
  background:transparent;
}body[class*="funnel-template-"] .funnel-type-newsletter .funnel-newsletter-card{
  width:100%;
  box-sizing:border-box;
  background:var(--funnel-newsletter-card,var(--funnel-card,#fff))!important;
  color:var(--funnel-newsletter-text,inherit)!important;
  border:var(--funnel-newsletter-border,0) solid color-mix(in srgb,var(--funnel-newsletter-accent,currentColor) 28%,transparent)!important;
  border-radius:var(--funnel-newsletter-radius,18px)!important;
  padding:clamp(22px,4vw,48px)!important;
  overflow:hidden;
  background-clip:padding-box;
}body[class*="funnel-template-"] .funnel-type-newsletter .btn,
body[class*="funnel-template-"] .funnel-type-newsletter button[type="submit"]{
  background:var(--funnel-button-primary-bg,var(--funnel-primary))!important;
  border-color:var(--funnel-button-primary-bg,var(--funnel-primary))!important;
  color:var(--funnel-button-primary-text,var(--funnel-button-text))!important;
}body[class*="funnel-template-"] .funnel-type-newsletter a,
body[class*="funnel-template-"] .funnel-type-newsletter .newsletter-stage-content>p:first-child,
body[class*="funnel-template-"] .funnel-type-newsletter .newsletter-stage-content>strong:first-child{
  color:var(--funnel-newsletter-accent,var(--funnel-accent,currentColor));
}body[class*="funnel-template-"] .funnel-newsletter-align-left .funnel-newsletter-card{margin-left:0;margin-right:auto;text-align:left}body[class*="funnel-template-"] .funnel-newsletter-align-center .funnel-newsletter-card{margin-left:auto;margin-right:auto;text-align:center}body[class*="funnel-template-"] .funnel-newsletter-align-right .funnel-newsletter-card{margin-left:auto;margin-right:0;text-align:right}body[class*="funnel-template-"] .funnel-newsletter-align-right .home-newsletter-form{margin-left:auto;margin-right:0;}body[class*="funnel-template-"] .funnel-content-width-full.funnel-newsletter-align-left .funnel-newsletter-card,
body[class*="funnel-template-"] .funnel-content-width-full.funnel-newsletter-align-center .funnel-newsletter-card,
body[class*="funnel-template-"] .funnel-content-width-full.funnel-newsletter-align-right .funnel-newsletter-card{
  max-width:var(--funnel-newsletter-card-max,1080px);
}body[class*="funnel-template-"] .funnel-content-width-full.funnel-newsletter-width-medium .funnel-newsletter-card{--funnel-newsletter-card-max:820px}body[class*="funnel-template-"] .funnel-content-width-full.funnel-newsletter-width-wide .funnel-newsletter-card{--funnel-newsletter-card-max:1080px}@media(max-width:640px){body[class*="funnel-template-"] .funnel-type-newsletter{border-radius:min(var(--funnel-newsletter-radius,18px),24px)}body[class*="funnel-template-"] .funnel-type-newsletter .funnel-newsletter-card{max-width:none!important;text-align:left}}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom{
  position:relative;
  isolation:isolate;
  border-radius:var(--funnel-block-radius,18px)!important;
  overflow:hidden!important;
  background-clip:padding-box!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom[style*="--funnel-background-mode:color"]{
  background:var(--funnel-custom-bg,var(--funnel-surface,#fff))!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom[style*="--funnel-background-mode:gradient"]{
  background:linear-gradient(var(--funnel-block-gradient-angle,135deg),var(--funnel-custom-bg,var(--funnel-surface,#fff)),var(--funnel-custom-bg-end,var(--funnel-custom-bg,var(--funnel-surface,#fff))))!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom>.container{
  position:relative;
  z-index:1;
  background:transparent!important;
  border-radius:inherit;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-item,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-guarantee-card,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-accordion-item,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-comparison,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-countdown>div{
  background:var(--funnel-custom-card,var(--funnel-card,#fff))!important;
  border-color:color-mix(in srgb,var(--funnel-custom-accent,var(--funnel-accent,#2563eb)) 35%,transparent)!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-eyecatcher-text,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-step-number,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-stat-value,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-guarantee-icon{
  color:var(--funnel-custom-accent,var(--funnel-accent,#2563eb))!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-step-number,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-guarantee-icon{
  background:var(--funnel-custom-accent,var(--funnel-accent,#2563eb))!important;
  color:#fff!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .btn,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom button[type="submit"]{
  background:var(--funnel-button-primary-bg,var(--funnel-primary))!important;
  border-color:var(--funnel-button-primary-bg,var(--funnel-primary))!important;
  color:var(--funnel-button-primary-text,var(--funnel-button-text))!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom::before,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom::after{
  border-radius:inherit!important;
  overflow:hidden!important;
  background-clip:padding-box!important;
}.funnel-review-admin-grid>section:nth-of-type(1){grid-area:content}.funnel-review-status-card{display:flex;flex-direction:column;gap:18px;grid-area:status;}.funnel-review-preview-card{grid-column:1/-1;grid-area:preview;grid-column:auto;}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-review-card{
  background:var(--funnel-custom-card,var(--funnel-card,#fff))!important;
  border-color:var(--funnel-review-border,#e2e8f0)!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-review-stars{
  color:var(--funnel-review-stars,#16a34a)!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-review-meta span{
  color:var(--funnel-review-verified,#15803d)!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-review-title,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom> .container > h2,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-section-header h2{
  color:var(--funnel-custom-accent,var(--funnel-accent,#2563eb));
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom > .container,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-section-heading,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-section-content,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-reviews,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-review-track{
  background:transparent!important;
  background-color:transparent!important;
  border-radius:0!important;
  box-shadow:none!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom[style*="--funnel-background-mode:color"]{
  background-color:var(--funnel-custom-bg,var(--funnel-surface,#fff))!important;
  background-image:none!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom[style*="--funnel-background-mode:gradient"]{
  background-color:var(--funnel-custom-bg,var(--funnel-surface,#fff))!important;
  background-image:linear-gradient(var(--funnel-block-gradient-angle,135deg),var(--funnel-custom-bg,var(--funnel-surface,#fff)),var(--funnel-custom-bg-end,var(--funnel-custom-bg,var(--funnel-surface,#fff))))!important;
}nn/* 1.0.10.47: Bewertungsseite – feste rechte Spalte mit Statusseiten und Vorschau */
.funnel-review-admin-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(360px,1fr)!important;
  gap:18px!important;
  align-items:start!important;
  grid-template-areas:none!important;
}.funnel-review-side-column>.funnel-review-status-card,
.funnel-review-side-column>.funnel-review-preview-card{
  grid-column:1!important;
  grid-area:auto!important;
  width:100%!important;
  min-width:0!important;
}.funnel-review-side-column>.funnel-review-preview-card{
  margin:0!important;
}@media(max-width:900px){.funnel-review-admin-grid{grid-template-columns:1fr;
    grid-template-columns:1fr;
    grid-template-areas:
      "content"
      "status"
      "preview";
    grid-template-columns:minmax(0,1fr)!important;}}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-review-title{
  color:var(--funnel-review-title,var(--funnel-text,#17202a))!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom.funnel-block-shadow-none{
  box-shadow:none!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom.funnel-block-shadow-soft{
  box-shadow:0 14px 38px rgba(15,23,42,.14)!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom.funnel-block-shadow-strong{
  box-shadow:0 26px 72px rgba(15,23,42,.26)!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-newsletter.funnel-background-color{
  background:var(--funnel-newsletter-background,var(--funnel-surface,#fff))!important;
  background-image:none!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-newsletter.funnel-background-gradient{
  background:var(--funnel-newsletter-background,linear-gradient(135deg,var(--funnel-surface,#fff),var(--funnel-accent,#2563eb)))!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-newsletter.funnel-block-shadow-none{
  box-shadow:none!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-newsletter.funnel-block-shadow-soft{
  box-shadow:0 14px 38px rgba(15,23,42,.14)!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-newsletter.funnel-block-shadow-strong{
  box-shadow:0 26px 72px rgba(15,23,42,.26)!important;
}.funnel-review-admin-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;align-items:start;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  grid-template-areas:
    "content status"
    "content preview";
  align-items:start;
  align-items:stretch!important;}.funnel-review-admin-grid>section:first-child{
  grid-column:1!important;
  grid-row:1!important;
  height:100%!important;
  align-self:stretch!important;}.funnel-review-side-column{
  grid-column:2!important;
  grid-row:1!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:18px!important;
  align-content:start!important;
  min-width:0!important;
  height:100%!important;}.funnel-review-product-toggle{
  display:inline-flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:9px!important;
  width:auto!important;
  margin:0!important;
  text-align:left!important;
  white-space:nowrap!important;
}.funnel-review-product-toggle input[type="checkbox"]{
  order:0!important;
  flex:0 0 auto!important;
  width:18px!important;
  height:18px!important;
  margin:0!important;
}.funnel-review-product-toggle span{
  order:1!important;
}@media(max-width:900px){.funnel-review-admin-grid>section:first-child,
  .funnel-review-side-column{
    grid-column:1!important;
    grid-row:auto!important;height:auto!important;}}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom>.funnel-social-proof-shell{
  position:relative;
  box-sizing:border-box;
  width:min(calc(100% - 40px),var(--funnel-block-width,1180px));
  max-width:var(--funnel-block-width,1180px)!important;
  margin-inline:auto;
  padding:var(--funnel-block-padding,80px) clamp(20px,4vw,56px)!important;
  border:var(--funnel-block-border,0) solid var(--funnel-review-border,transparent);
  border-radius:var(--funnel-block-radius,18px)!important;
  overflow:hidden!important;
  background:var(--funnel-surface,#fff)!important;
  background-clip:padding-box!important;
  isolation:isolate;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-background-color>.funnel-social-proof-shell{
  background:var(--funnel-custom-bg,var(--funnel-surface,#fff))!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-background-gradient>.funnel-social-proof-shell{
  background:linear-gradient(var(--funnel-block-gradient-angle,135deg),var(--funnel-custom-bg,var(--funnel-surface,#fff)),var(--funnel-custom-bg-end,var(--funnel-custom-bg,var(--funnel-surface,#fff))))!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-block-shadow-none>.funnel-social-proof-shell{box-shadow:none!important}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-block-shadow-soft>.funnel-social-proof-shell{box-shadow:0 14px 38px rgba(15,23,42,.14)!important}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-block-shadow-strong>.funnel-social-proof-shell{box-shadow:0 26px 72px rgba(15,23,42,.26)!important}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom>.funnel-social-proof-shell::before,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom>.funnel-social-proof-shell::after{
  content:none!important;
  display:none!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-section-heading,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-section-layout,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-section-content,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-reviews,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-review-track{
  background:transparent!important;
  box-shadow:none!important;
}@media(max-width:640px){body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom>.funnel-social-proof-shell{
    width:min(calc(100% - 24px),var(--funnel-block-width,1180px));
    padding:clamp(28px,var(--funnel-block-padding,56px),72px) 18px!important;
  }}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-review-card{
  box-sizing:border-box!important;
  overflow:hidden!important;
  background:var(--funnel-custom-card,var(--funnel-card,#fff))!important;
  background-clip:padding-box!important;
  border-color:var(--funnel-review-border,#e2e8f0)!important;
  border-radius:var(--funnel-card-radius,var(--funnel-block-radius,18px))!important;
  box-shadow:none!important;
  border-width:var(--funnel-block-border,0)!important;
  border-style:solid!important;
  border-color:var(--funnel-review-border,#e2e8f0)!important;}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-background-color,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom[style*="--funnel-background-mode:color"]{
  background:var(--funnel-custom-bg,var(--funnel-surface,#fff))!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-background-gradient,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom[style*="--funnel-background-mode:gradient"]{
  background:linear-gradient(var(--funnel-block-gradient-angle,135deg),var(--funnel-custom-bg,var(--funnel-surface,#fff)),var(--funnel-custom-bg-end,var(--funnel-custom-bg,var(--funnel-surface,#fff))))!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-block-shadow-none{box-shadow:none!important}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-block-shadow-soft{box-shadow:0 14px 38px rgba(15,23,42,.14)!important}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-block-shadow-strong{box-shadow:0 26px 72px rgba(15,23,42,.26)!important}@media(max-width:640px){body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom{
    padding:clamp(28px,var(--funnel-block-padding,56px),72px) 0!important;
  }}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom{
  border-radius:var(--funnel-block-radius,18px)!important;
  overflow:hidden!important;
  background-origin:border-box!important;
  background-clip:border-box!important;
  box-shadow:none;
  padding:0!important;
  border-radius:0!important;
  overflow:visible!important;
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  isolation:auto!important;
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  margin-inline:0!important;
  padding:var(--funnel-block-padding,80px) 0!important;
  border:0!important;
  border-radius:var(--funnel-block-radius,18px)!important;
  overflow:hidden!important;
  background:var(--funnel-surface,#fff)!important;
  background-clip:border-box!important;
  isolation:isolate!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:var(--funnel-block-padding,80px) 0!important;
  border:0!important;
  border-radius:0!important;
  overflow:visible!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  isolation:auto!important;}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom::before,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom::after{
  content:none!important;
  display:none!important;
  background:none!important;
  content:none!important;
  display:none!important;}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-content-width-full > .funnel-social-proof-shell > .funnel-section-heading,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-content-width-full > .funnel-social-proof-shell > .funnel-section-layout{
  width:calc(100% - 40px)!important;
  max-width:none!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-section-content,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-section-media,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-reviews,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-review-track{
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
}@media(max-width:640px){body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom > .funnel-social-proof-shell > .funnel-section-heading,
  body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom > .funnel-social-proof-shell > .funnel-section-layout,
  body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-content-width-full > .funnel-social-proof-shell > .funnel-section-heading,
  body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-content-width-full > .funnel-social-proof-shell > .funnel-section-layout{
    width:calc(100% - 24px)!important;
  }}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-header-align-left .funnel-section-heading{
  margin-left:0!important;
  margin-right:auto!important;
  align-items:flex-start!important;
  text-align:left!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-header-align-center .funnel-section-heading{
  margin-left:auto!important;
  margin-right:auto!important;
  align-items:center!important;
  text-align:center!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-header-align-right .funnel-section-heading{
  margin-left:auto!important;
  margin-right:0!important;
  align-items:flex-end!important;
  text-align:right!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-layout-split .funnel-section-layout{
  grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr)!important;
  grid-template-areas:"content media"!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-layout-split_reverse .funnel-section-layout{
  grid-template-columns:minmax(280px,.92fr) minmax(0,1.08fr)!important;
  grid-template-areas:"media content"!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-section-media{grid-area:media!important}@media(max-width:800px){body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-layout-split .funnel-section-layout,
  body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-layout-split_reverse .funnel-section-layout{
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-areas:"content" "media"!important;
  }}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-section-layout{
  width:100%!important;
  max-width:none!important;
  width:min(calc(100% - 40px),var(--funnel-block-width,1180px))!important;
  max-width:var(--funnel-block-width,1180px)!important;}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-content-width-full .funnel-section-layout{
  width:calc(100% - 40px)!important;
  max-width:none!important;
}@media(max-width:640px){body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-section-layout,
  body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-content-width-full .funnel-section-layout{
    width:calc(100% - 24px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }}.funnel-product-choice-all-reviews>span{
  grid-template-columns:minmax(0,1fr);
}
.funnel-product-choice-all-reviews strong,
.funnel-product-choice-all-reviews small{
  white-space:normal;
}
.funnel-product-picker-help{display:block;margin-top:4px;color:var(--muted,#64748b);line-height:1.4}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom > .funnel-social-proof-shell{
  width:min(calc(100% - 40px),var(--funnel-container))!important;
  max-width:var(--funnel-block-width,1180px)!important;
  margin-inline:auto!important;
  border:0!important;
  box-sizing:border-box!important;
  width:min(calc(100% - 40px),var(--funnel-block-width,1180px))!important;
  max-width:var(--funnel-block-width,1180px)!important;
  margin-inline:auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  overflow:visible!important;
  background:transparent!important;
  box-shadow:none!important;
  isolation:auto!important;
  display:contents!important;
  display:block!important;
  box-sizing:border-box!important;
  width:min(calc(100% - 40px),var(--funnel-block-width,var(--funnel-container,1180px)))!important;
  max-width:var(--funnel-block-width,var(--funnel-container,1180px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-content-width-full > .funnel-social-proof-shell{
  width:calc(100% - 40px)!important;
  max-width:none!important;
  width:calc(100% - 40px)!important;
  max-width:var(--funnel-container,1600px)!important;}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom > .funnel-social-proof-shell > .funnel-section-heading,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom > .funnel-social-proof-shell > .funnel-section-layout{
  box-sizing:border-box!important;
  width:min(calc(100% - 40px),var(--funnel-block-width,1180px))!important;
  max-width:var(--funnel-block-width,1180px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom > .funnel-social-proof-shell > .funnel-section-heading{
  max-width:var(--funnel-text-width,720px)!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-header-align-center > .funnel-social-proof-shell > .funnel-section-heading{
  margin-left:auto!important;
  margin-right:auto!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-header-align-right > .funnel-social-proof-shell > .funnel-section-heading{
  margin-left:auto!important;
  margin-right:0!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-header-align-left > .funnel-social-proof-shell > .funnel-section-heading{
  margin-left:0!important;
  margin-right:auto!important;
}@media(max-width:640px){body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom > .funnel-social-proof-shell,
  body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-content-width-full > .funnel-social-proof-shell{
    width:calc(100% - 24px)!important;
    width:calc(100% - 24px)!important;
    width:calc(100% - 24px)!important;}}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom > .container{
  box-sizing:border-box!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom > .container::before,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom > .container::after{
  content:none!important;
  display:none!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-align-left .funnel-section-content{
  margin-left:0!important;
  margin-right:auto!important;
  text-align:left!important;
  align-items:flex-start!important;}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-align-center .funnel-section-content{
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
  align-items:center!important;}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-align-right .funnel-section-content{
  margin-left:auto!important;
  margin-right:0!important;
  text-align:right!important;
  align-items:flex-end!important;}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-reviews,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-review-empty,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-review-card{
  text-align:left!important;
}@media(max-width:800px){body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-section-content{
    align-items:stretch!important;
  }}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-section-content{grid-area:content!important;
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  text-align:left!important;
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  text-align:left!important;}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-reviews,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-review-empty{
  width:min(100%,720px)!important;
  max-width:720px!important;
  box-sizing:border-box!important;
  width:min(88%,720px)!important;
  max-width:720px!important;
  flex:0 0 auto!important;
  align-self:flex-start!important;
  margin-left:0!important;
  margin-right:0!important;}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-align-left .funnel-reviews,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-align-left .funnel-review-empty{
  margin-left:0!important;
  margin-right:auto!important;
  align-self:flex-start!important;}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-align-center .funnel-reviews,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-align-center .funnel-review-empty{
  margin-left:auto!important;
  margin-right:auto!important;
  align-self:center!important;}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-align-right .funnel-reviews,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-align-right .funnel-review-empty{
  margin-left:auto!important;
  margin-right:0!important;
  align-self:flex-end!important;}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-review-card,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-review-card *{
  text-align:left!important;
}@media(max-width:800px){body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-reviews,
  body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom .funnel-review-empty{
    width:100%!important;
    max-width:none!important;
    width:100%!important;
    max-width:none!important;
    align-self:stretch!important;}}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-no-media .funnel-section-layout{
  display:block!important;
  grid-template-columns:none!important;
  width:100%!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-no-media .funnel-section-content{
  width:100%!important;
  max-width:none!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-no-media.funnel-align-left .funnel-reviews,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-no-media.funnel-align-left .funnel-review-empty{
  margin-left:0!important;
  margin-right:auto!important;
  align-self:flex-start!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-no-media.funnel-align-center .funnel-reviews,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-no-media.funnel-align-center .funnel-review-empty{
  margin-left:auto!important;
  margin-right:auto!important;
  align-self:center!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-no-media.funnel-align-right .funnel-reviews,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-no-media.funnel-align-right .funnel-review-empty{
  margin-left:auto!important;
  margin-right:0!important;
  align-self:flex-end!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-header-align-center.funnel-align-center .funnel-section-layout{
  grid-template-columns:minmax(0,1fr)!important;
  justify-items:center!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-header-align-center.funnel-align-center .funnel-section-content{
  order:1!important;
  width:100%!important;
  align-items:center!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-header-align-center.funnel-align-center .funnel-reviews,
body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-header-align-center.funnel-align-center .funnel-review-empty{
  align-self:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-reviews.funnel-phase-custom.funnel-header-align-center.funnel-align-center .funnel-section-media{
  order:2!important;
  justify-self:center!important;
}body[class*="funnel-template-"] .funnel-section.funnel-align-left .funnel-trust-line{
  justify-content:flex-start!important;
  text-align:left!important;
}body[class*="funnel-template-"] .funnel-section.funnel-align-center .funnel-trust-line{
  justify-content:center!important;
  text-align:center!important;
}body[class*="funnel-template-"] .funnel-section.funnel-align-right .funnel-trust-line{
  justify-content:flex-end!important;
  text-align:right!important;
}.funnel-header-spacing-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid #e5e7eb}.funnel-header-spacing-controls>label{display:grid;gap:7px;font-size:.82rem;font-weight:700;color:#334155}.funnel-range-control{display:grid;grid-template-columns:minmax(0,1fr) 54px;align-items:center;gap:9px}.funnel-range-control input[type="range"]{width:100%;margin:0}.funnel-range-control output{font-size:.78rem;font-variant-numeric:tabular-nums;text-align:right;color:#64748b}@media(max-width:880px){.funnel-header-spacing-controls{grid-template-columns:1fr}}.refund-payment-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:720px){.refund-payment-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-mobile-cart-link{display:none;margin-top:10px;width:100%;text-align:center}@media(max-width:767px){.product-mobile-cart-link{display:block}}@media(max-width:640px){.footer-payment-terms span+span:before{content:none}}.footer-payment-item span{font-size:.86em}.footer-payment-terms span+span:before{content:"·";margin-right:18px;opacity:.55;content:none!important;margin:0!important;}.footer-payment-item>span{display:none!important}@media(max-width:640px){.footer-payment-terms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));white-space:normal;gap:6px 14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-items:center;white-space:normal;display:flex!important;grid-template-columns:none!important;gap:7px!important;}}.footer-grid.has-payment-logos{
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
}.footer-grid.has-payment-logos .footer-left{justify-self:start}.footer-grid.has-payment-logos .footer-payment-terms{justify-self:center}.footer-grid.has-payment-logos .footer-right{justify-self:end}.footer-payment-terms{display:flex;justify-content:center;align-items:center;gap:8px 18px;flex-wrap:nowrap;margin:16px auto 4px;text-align:center;white-space:nowrap;font-size:.92em;display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:nowrap;display:flex!important;justify-content:center;align-items:center;gap:8px!important;flex-wrap:wrap!important;white-space:normal!important;
  margin:0!important;
  min-height:32px;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  flex-wrap:nowrap!important;}.footer-payment-item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;display:inline-flex!important;align-items:center;justify-content:center;gap:0!important;line-height:1;display:inline-flex;align-items:center;justify-content:center;line-height:1;}.footer-payment-item svg{width:28px;height:18px;display:block;width:30px!important;height:20px!important;display:block;width:42px!important;height:27px!important;display:block;}@media(max-width:760px){.footer-grid.has-payment-logos{grid-template-columns:1fr 1fr;align-items:start}.footer-grid.has-payment-logos .footer-payment-terms{grid-column:1/-1;grid-row:2;justify-self:center;margin-top:12px!important;display:flex!important;flex-wrap:wrap!important}.footer-grid.has-payment-logos .footer-right{justify-self:end}}.footer-payment-terms .footer-payment-item+.footer-payment-item::before{content:none!important;display:none!important}.product-quantity-control .quantity-stepper{margin-inline:auto}body[class*="funnel-template-"] .funnel-section.funnel-no-media .funnel-section-layout{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"content"!important}body[class*="funnel-template-"] .funnel-section.funnel-no-media .funnel-section-content{grid-column:1!important;grid-row:1!important;order:initial!important;width:100%;max-width:var(--funnel-text-width,860px)}body[class*="funnel-template-"] .funnel-section.funnel-no-media.funnel-align-left .funnel-section-content{margin-left:0!important;margin-right:auto!important;text-align:left!important}body[class*="funnel-template-"] .funnel-section.funnel-no-media.funnel-align-center .funnel-section-content{margin-left:auto!important;margin-right:auto!important;text-align:center!important}body[class*="funnel-template-"] .funnel-section.funnel-no-media.funnel-align-right .funnel-section-content{margin-left:auto!important;margin-right:0!important;text-align:right!important}body[class*="funnel-template-"] .funnel-section.funnel-no-media.funnel-align-center .funnel-trust-line{justify-content:center}body[class*="funnel-template-"] .funnel-section.funnel-no-media.funnel-align-right .funnel-trust-line{justify-content:flex-end}.funnel-logo-items-editor{display:grid;gap:10px}.funnel-logo-item-row label{margin:0}.funnel-logo-item-row button{margin-bottom:1px}@media(max-width:900px){.funnel-logo-item-row{grid-template-columns:1fr}}.funnel-partner-logo-card .funnel-partner-logo-break{display:block;content:"";height:0}.funnel-logo-settings-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.funnel-logo-item-row{display:grid;grid-template-columns:1fr 1.2fr 1.2fr auto;gap:8px;align-items:end;padding:10px;border:1px solid var(--border,#d8dee8);border-radius:10px;grid-template-columns:minmax(190px,1.15fr) minmax(160px,1fr) minmax(180px,1fr) auto;align-items:end;}.funnel-logo-upload-field{display:grid;gap:7px;min-width:0}.funnel-logo-upload-label{font-weight:700;font-size:.76rem}.funnel-logo-admin-preview{display:grid;place-items:center;min-height:86px;padding:10px;border:1px dashed var(--border,#d8dee8);border-radius:10px;background:#f8fafc;overflow:hidden}.funnel-logo-admin-preview img{display:block;width:100%;height:66px;object-fit:contain;object-position:center}.funnel-logo-admin-preview span{color:#64748b;font-size:.78rem}.funnel-logo-upload-actions{display:flex;flex-wrap:wrap;gap:6px}@media(max-width:1100px){.funnel-logo-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.funnel-logo-item-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.funnel-partner-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-columns:repeat(min(3,var(--funnel-logo-columns,3)),minmax(0,1fr));width:100%;}}@media(max-width:640px){body[class*="funnel-template-"] .funnel-section.funnel-type-logo_bar.funnel-content-width-full > .container{width:calc(100% - 50px)}.funnel-partner-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.funnel-logo-settings-grid,.funnel-logo-item-row{grid-template-columns:1fr}}body[class*="funnel-template-"] .funnel-section.funnel-type-logo_bar > .container{
  box-sizing:border-box;
  width:min(var(--funnel-block-width,1180px),calc(100% - 100px));
  max-width:none;
  margin-inline:auto;
  padding-inline:0;
}body[class*="funnel-template-"] .funnel-section.funnel-type-logo_bar.funnel-content-width-full > .container{
  width:calc(100% - 50px);
  max-width:none;
  margin-inline:auto;
  width:calc(100% - 100px);
  max-width:none;}@media(max-width:760px){.funnel-partner-logo-card{min-height:130px;padding:16px}}body[class*="funnel-template-"] .funnel-section.funnel-type-logo_bar > .container,
body[class*="funnel-template-"] .funnel-section.funnel-type-logo_bar.funnel-content-width-full > .container{
  box-sizing:border-box;
  width:calc(100% - 100px);
  max-width:none;
  margin-inline:auto;
  padding-inline:0;
}.funnel-partner-logo-grid{display:grid;grid-template-columns:repeat(var(--funnel-logo-visible,4),minmax(0,var(--funnel-logo-card-width,220px)));justify-content:center;gap:var(--funnel-block-gap,20px);align-items:stretch;
  width:min(100%,calc((var(--funnel-logo-columns,4) * var(--funnel-logo-card-width,220px)) + ((var(--funnel-logo-columns,4) - 1) * var(--funnel-block-gap,20px))));
  margin-inline:auto;
  grid-template-columns:repeat(var(--funnel-logo-columns,4),minmax(0,1fr));
  display:grid;
  width:100%;
  max-width:none;
  margin-inline:auto;
  grid-template-columns:repeat(var(--funnel-logo-columns,4),minmax(0,1fr));
  gap:clamp(12px,var(--funnel-block-gap,20px),28px);
  align-items:stretch;
  display:grid;
  width:100%;
  max-width:none;
  grid-template-columns:repeat(var(--funnel-logo-columns,4),minmax(0,1fr));
  gap:clamp(14px,1.7vw,26px);
  align-items:stretch;}.funnel-partner-logo-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;padding:18px;border:var(--funnel-block-border,0px) solid var(--funnel-border,#e2e8f0);border-radius:var(--funnel-block-radius,18px);background:var(--funnel-custom-card,#fff);text-align:center;text-decoration:none;color:inherit;min-height:130px;overflow:hidden;
  width:100%;
  min-width:0;
  min-height:150px;
  padding:clamp(16px,2vw,26px);
  width:100%;
  max-width:none;
  min-width:0;
  min-height:160px;
  padding:clamp(18px,2vw,30px);
  overflow:hidden;}.funnel-partner-logo-card img{display:block;max-width:100%;height:72px;object-fit:contain;margin:auto;width:100%;max-width:100%;height:82px;object-fit:contain;object-position:center;flex:0 0 auto;
  width:100%;
  max-width:180px;
  height:88px;
  margin-inline:auto;max-width:min(100%,200px);height:92px;object-fit:contain;}.funnel-partner-logo-card span{margin-top:10px;font-weight:700;display:block;width:100%;margin-top:12px;line-height:1.35;overflow-wrap:anywhere;overflow-wrap:normal;word-break:normal;hyphens:auto;}@media(max-width:1100px){.funnel-partner-logo-grid{grid-template-columns:repeat(min(4,var(--funnel-logo-columns,4)),minmax(0,1fr));grid-template-columns:repeat(min(4,var(--funnel-logo-columns,4)),minmax(0,1fr));}}@media(max-width:760px){body[class*="funnel-template-"] .funnel-section.funnel-type-logo_bar > .container,
  body[class*="funnel-template-"] .funnel-section.funnel-type-logo_bar.funnel-content-width-full > .container{
    width:calc(100% - 50px);width:calc(100% - 50px);}.funnel-partner-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}}@media(max-width:430px){.funnel-partner-logo-grid{grid-template-columns:1fr;grid-template-columns:1fr;}}body[class*="funnel-template-"] .funnel-section.funnel-type-logo_bar .funnel-section-layout{
  display:block!important;
  width:100%!important;
  max-width:none!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-logo_bar .funnel-section-content{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin-inline:0!important;
}body[class*="funnel-template-"] .funnel-section.funnel-type-logo_bar .funnel-partner-logo-grid{
  width:100%!important;
  max-width:none!important;
  justify-content:stretch!important;
}@media(max-width:1100px){body[class*="funnel-template-"] .funnel-section.funnel-type-logo_bar .funnel-partner-logo-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }}@media(max-width:760px){body[class*="funnel-template-"] .funnel-section.funnel-type-logo_bar .funnel-partner-logo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }}@media(max-width:430px){body[class*="funnel-template-"] .funnel-section.funnel-type-logo_bar .funnel-partner-logo-grid{
    grid-template-columns:1fr!important;
  }}.funnel-trust-line{margin-top:20px;color:var(--funnel-success);font-weight:800;display:flex;align-items:center;gap:8px;align-items:flex-start;white-space:normal;line-height:1.5;color:var(--funnel-trust-text-color,var(--funnel-success));}.funnel-trust-line .funnel-trust-icon{color:var(--funnel-trust-icon-color,var(--funnel-success))}.funnel-trust-line .funnel-trust-text{color:var(--funnel-trust-text-color,var(--funnel-success))}.funnel-trust-color-row{display:grid;grid-template-columns:minmax(140px,180px) minmax(140px,180px) minmax(220px,1fr);gap:14px;align-items:end;margin-top:10px}.funnel-trust-color-row>label:not(.settings-checkbox-row){display:grid;gap:6px}.funnel-trust-color-row input[type=color]{width:100%;min-height:42px;padding:3px}@media(max-width:760px){.funnel-trust-color-row{grid-template-columns:1fr 1fr}.funnel-trust-default-color{grid-column:1/-1}}body[class*="funnel-template-"] .funnel-section.funnel-align-left .funnel-section-content{text-align:left!important}body[class*="funnel-template-"] .funnel-section.funnel-align-center .funnel-section-content{text-align:center!important}body[class*="funnel-template-"] .funnel-section.funnel-align-right .funnel-section-content{text-align:right!important}body[class*="funnel-template-"] .funnel-section.funnel-type-newsletter.funnel-align-left .funnel-newsletter-card{text-align:left!important}body[class*="funnel-template-"] .funnel-section.funnel-type-newsletter.funnel-align-center .funnel-newsletter-card{text-align:center!important}body[class*="funnel-template-"] .funnel-section.funnel-type-newsletter.funnel-align-right .funnel-newsletter-card{text-align:right!important}body[class*="funnel-template-"] .funnel-section.funnel-type-newsletter.funnel-align-center .home-newsletter-input-row{justify-content:center;}body[class*="funnel-template-"] .funnel-section.funnel-type-newsletter.funnel-align-right .home-newsletter-input-row{justify-content:flex-end;}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-section-heading{
  width:100%!important;
  max-width:100%!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-section-heading > .funnel-eyecatcher-text,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-section-heading > h1,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-section-heading > h2{
  align-self:stretch!important;
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
body[class*="funnel-template-"] .funnel-section .funnel-subheading,
body[class*="funnel-template-"] .funnel-section .funnel-newsletter-subheading{
  display:block!important;
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
  white-space:normal!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
  hyphens:auto;
  text-indent:0!important;
}body[class*="funnel-template-"] .funnel-section.funnel-content-width-full > .container,
body[class*="funnel-template-"] .funnel-section.funnel-type-logo_bar.funnel-content-width-full > .container{
  box-sizing:border-box!important;
  width:min(var(--funnel-container,1600px),calc(100% - 300px))!important;
  max-width:var(--funnel-container,1600px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}body[class*="funnel-template-"] .funnel-section.funnel-content-width-full .funnel-section-content{
  width:100%!important;
  max-width:none!important;
}@media(max-width:1100px){body[class*="funnel-template-"] .funnel-section.funnel-content-width-full > .container,
  body[class*="funnel-template-"] .funnel-section.funnel-type-logo_bar.funnel-content-width-full > .container{
    width:calc(100% - 100px)!important;
  }}@media(max-width:700px){body[class*="funnel-template-"] .funnel-section.funnel-content-width-full > .container,
  body[class*="funnel-template-"] .funnel-section.funnel-type-logo_bar.funnel-content-width-full > .container{
    width:calc(100% - 48px)!important;
  }}.funnel-header-alignment-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0 10px}.funnel-header-alignment-controls label{display:grid;gap:5px;font-size:.82rem;font-weight:700}.funnel-header-alignment-controls select{min-height:34px;padding:5px 30px 5px 9px;font-size:.82rem}@media(max-width:760px){.funnel-header-alignment-controls{grid-template-columns:1fr}}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom:not(.funnel-content-width-full) > .container{
  box-sizing:border-box!important;
  width:min(calc(100% - 40px),var(--funnel-block-width,1180px))!important;
  max-width:var(--funnel-block-width,1180px)!important;
  margin-inline:auto!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-section-heading,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-section-content{
  width:100%!important;
  max-width:100%!important;
}@media(max-width:640px){body[class*="funnel-template-"] .funnel-section.funnel-phase-custom:not(.funnel-content-width-full) > .container{width:calc(100% - 24px)!important}}.funnel-rich-image{max-width:100%;height:auto}.funnel-rich-image-left{display:block;margin:12px auto 12px 0}.funnel-rich-image-center{display:block;margin:12px auto}.funnel-rich-image-right{display:block;margin:12px 0 12px auto}.prose img.funnel-rich-image,.funnel-copy img.funnel-rich-image,.newsletter-stage-content img.funnel-rich-image{max-width:100%;height:auto}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-section-content > .funnel-copy,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom.funnel-no-media .funnel-section-content > .funnel-copy{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  margin-top:20px!important;
  margin-bottom:20px!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom.funnel-align-left .funnel-section-content > .funnel-copy{
  margin-left:0!important;
  margin-right:0!important;
  text-align:left!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom.funnel-align-center .funnel-section-content > .funnel-copy{
  margin-left:0!important;
  margin-right:0!important;
  text-align:center!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom.funnel-align-right .funnel-section-content > .funnel-copy{
  margin-left:0!important;
  margin-right:0!important;
  text-align:right!important;
}body[class*="funnel-template-"] .funnel-section.funnel-phase-custom.funnel-no-media .funnel-section-layout,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom.funnel-no-media .funnel-section-content{
  width:100%!important;
  max-width:100%!important;
}body.public-page.page-cart .cart-container,
body.public-page .cart-container{
  width:min(var(--container-width,1180px),96%)!important;
  max-width:none!important;
  margin-inline:auto!important;
}@media(max-width:760px){body.public-page.page-cart .cart-container,
  body.public-page .cart-container{width:min(var(--container-width,1180px),96%)!important;}}.product-cart-button.is-cart-success{font-size:1.35rem;line-height:1;animation:productCartSuccessGlow 2s ease-in-out both;}.product-cart-success-thumb{display:inline-block;animation:productCartSuccessThumb 2s ease-in-out both}.payment-toggle-card--mollie-enabled:has(input:checked){border-color:#86efac!important;background:#f0fdf4!important}.payment-toggle-card--mollie-test:has(input:checked){border-color:#fdba74!important;background:#fff7ed!important}.payment-overview-loading{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}.payment-overview-loading-copy{display:grid;justify-items:center;gap:8px;width:min(100%,680px);margin-inline:auto;text-align:center}.payment-overview-loading-copy strong,.payment-overview-loading-copy p{margin:0;text-align:center}.payment-overview-spinner{width:48px;height:48px;flex:0 0 48px;border:5px solid rgba(15,23,42,.14);border-top-color:var(--primary,#2563eb);border-radius:50%;animation:payment-overview-spin .8s linear infinite}.payment-overview-tabs{margin:18px 0}.payment-overview-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0}.payment-overview-metrics article{display:grid;gap:7px}.payment-overview-metrics strong{font-size:1.45rem}.payment-overview-metrics small{color:var(--muted,#687080)}.payment-overview-pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:16px}.payment-overview-pagination .btn{min-width:44px;padding:8px 13px}.payment-overview-pagination button:disabled{opacity:.4;cursor:not-allowed}[data-payment-row][hidden]{display:none!important}@media(max-width:850px){.payment-overview-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.payment-overview-metrics{grid-template-columns:1fr}}@media (max-width:1100px){.design-workspace,#appearance-form .appearance-workspace,.shop-checkout-builder-workspace{grid-template-columns:1fr!important;}}
/* Funnel cart/checkout surfaces: never read shop appearance settings. */
body.funnel-runtime-page.page-cart .table-wrap,body.funnel-runtime-page.page-cart .cart-products-card,body.funnel-runtime-page.page-cart .cart-summary,
body.funnel-runtime-page .funnel-checkout-panel,body.funnel-runtime-page .funnel-checkout-summary{background:var(--funnel-card);color:var(--funnel-text);border-color:var(--funnel-border);box-shadow:var(--funnel-shadow)}
body.funnel-runtime-page.page-cart .cart-products-table th{background:color-mix(in srgb,var(--funnel-card) 82%,var(--funnel-surface));color:var(--funnel-text);border-color:var(--funnel-border)}
body.funnel-runtime-page.page-cart .cart-products-table td{background:transparent;color:var(--funnel-text);border-color:color-mix(in srgb,var(--funnel-border) 72%,transparent)}
body.funnel-runtime-page.page-cart .cart-summary-main,body.funnel-runtime-page.page-cart .cart-summary-action,body.funnel-runtime-page.page-cart .funnel-cart-summary-side{background:var(--funnel-card);color:var(--funnel-text);border-color:var(--funnel-border)}
body.funnel-runtime-page.page-cart .quantity-stepper,body.funnel-runtime-page.page-cart .cart-reservation-notice{background:color-mix(in srgb,var(--funnel-card) 88%,var(--funnel-surface));color:var(--funnel-text);border-color:var(--funnel-border)}
body.funnel-runtime-page.page-cart .cart-remove-button{background:transparent;color:var(--funnel-text);border-color:var(--funnel-border)}

/* Funnel-only footer: content comes from Funnel > Konfiguration > Footer; appearance comes from active funnel tokens/template. */
body.funnel-runtime-page .funnel-footer{
  margin-top:var(--funnel-spacing,96px);
  padding:clamp(30px,5vw,58px) 0 24px;
  background:var(--funnel-secondary);
  color:var(--funnel-button-secondary-text,var(--funnel-text));
  border-top:var(--funnel-border-width,1px) solid var(--funnel-border);
  font-family:var(--funnel-body-font,system-ui,sans-serif);
}
body.funnel-runtime-page .funnel-footer .container{width:min(calc(100% - 40px),var(--funnel-container,1180px));max-width:var(--funnel-container,1180px)}
body.funnel-runtime-page .funnel-footer .footer-grid{display:grid;gap:clamp(20px,4vw,48px);align-items:start}
body.funnel-runtime-page .funnel-footer .footer-grid[data-footer-count="1"]{grid-template-columns:minmax(0,1fr)}
body.funnel-runtime-page .funnel-footer .footer-grid[data-footer-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}
body.funnel-runtime-page .funnel-footer .footer-grid[data-footer-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}
body.funnel-runtime-page .funnel-footer .footer-column{min-width:0;color:inherit}
body.funnel-runtime-page .funnel-footer .footer-shopdata{color:var(--funnel-footer-left-text,var(--funnel-text))}
body.funnel-runtime-page .funnel-footer .footer-grid[data-footer-count="1"] .footer-column{text-align:center;justify-self:center}
body.funnel-runtime-page .funnel-footer .footer-grid[data-footer-count="2"] .footer-column:first-child{text-align:left;justify-self:start}
body.funnel-runtime-page .funnel-footer .footer-grid[data-footer-count="2"] .footer-column:last-child{text-align:right;justify-self:end}
body.funnel-runtime-page .funnel-footer .footer-grid[data-footer-count="3"] .footer-column:nth-child(1){text-align:left;justify-self:start}
body.funnel-runtime-page .funnel-footer .footer-grid[data-footer-count="3"] .footer-column:nth-child(2){text-align:center;justify-self:center}
body.funnel-runtime-page .funnel-footer .footer-grid[data-footer-count="3"] .footer-column:nth-child(3){text-align:right;justify-self:end}
body.funnel-runtime-page .funnel-footer .footer-column.footer-payments{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}
body.funnel-runtime-page .funnel-footer a{color:var(--funnel-accent);text-decoration-color:color-mix(in srgb,var(--funnel-accent) 55%,transparent)}
body.funnel-runtime-page .funnel-footer .footer-bottom{margin-top:24px;padding-top:18px;border-top:1px solid color-mix(in srgb,var(--funnel-border) 70%,transparent);text-align:var(--funnel-footer-bottom-align,center);color:var(--funnel-muted)}
body.funnel-runtime-page .funnel-footer .footer-payment-terms{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin:0}
body.funnel-runtime-page .funnel-footer .footer-payment-item{display:inline-flex;align-items:center;justify-content:center}
@media(max-width:760px){body.funnel-runtime-page .funnel-footer .container{width:min(calc(100% - 24px),var(--funnel-container,1180px))}body.funnel-runtime-page .funnel-footer .footer-grid{grid-template-columns:1fr!important}.funnel-footer .footer-column{text-align:left!important;justify-self:stretch!important}.funnel-footer .footer-column.footer-payments{justify-content:flex-start!important}}

/* Per-block design extensions. The active funnel template remains the fallback; local block settings win only when configured. */
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom{
  border:var(--funnel-block-border,0px) solid var(--funnel-block-border-color,var(--funnel-border,transparent));
}
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom[style*="--funnel-background-mode:gradient"]{
  background:linear-gradient(var(--funnel-block-gradient-angle,135deg),var(--funnel-custom-bg,var(--funnel-surface,#fff)),var(--funnel-custom-bg-end,var(--funnel-custom-bg,var(--funnel-surface,#fff))))!important;
}
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-item,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-guarantee-card,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-accordion-item,
body[class*="funnel-template-"] .funnel-section.funnel-phase-custom .funnel-comparison{
  border-color:var(--funnel-block-border-color,color-mix(in srgb,var(--funnel-custom-accent,var(--funnel-accent)) 35%,transparent));
}
body[class*="funnel-template-"] .funnel-section.funnel-type-newsletter.funnel-content-width-contained > .container,
body[class*="funnel-template-"] .funnel-section.funnel-type-newsletter.funnel-content-width-template > .container{
  width:min(calc(100% - 40px),var(--funnel-block-width,var(--funnel-container,1180px)))!important;
  max-width:var(--funnel-block-width,var(--funnel-container,1180px))!important;
}


/* Pricing / package comparison block */
body[class*="funnel-template-"] .funnel-type-pricing .funnel-section-layout{display:block}
body[class*="funnel-template-"] .funnel-type-pricing .funnel-section-content{width:100%;max-width:none}
.funnel-pricing-grid{--funnel-pricing-gap:var(--funnel-block-gap,20px);--funnel-pricing-card-width:calc((100% - (2 * var(--funnel-pricing-gap))) / 3);display:grid;grid-template-columns:repeat(var(--funnel-block-columns,3),minmax(0,var(--funnel-pricing-card-width)));justify-content:center;gap:var(--funnel-pricing-gap);align-items:stretch;width:100%}
.funnel-pricing-card{display:flex;min-width:0;min-height:720px;flex-direction:column;padding:clamp(20px,2.2vw,30px);border:var(--funnel-block-border,1px) solid var(--funnel-block-border-color,var(--funnel-border));border-radius:var(--funnel-card-radius,18px);background:var(--funnel-custom-card,var(--funnel-card));color:var(--funnel-custom-text,var(--funnel-text));box-shadow:var(--funnel-shadow);overflow:hidden}
.funnel-pricing-card.is-featured{border-color:color-mix(in srgb,var(--funnel-primary) 58%,var(--funnel-border))}
.funnel-pricing-card-top h3{margin:0 0 4px;font-family:var(--funnel-heading-font,inherit);font-size:clamp(1.8rem,3vw,2.6rem);line-height:1}
.funnel-pricing-subtitle{display:block;margin-bottom:14px;font-size:1.02rem}
.funnel-pricing-price{display:flex;align-items:baseline;gap:.28em;margin:0 0 12px}.funnel-pricing-price strong{font-size:clamp(2rem,3.2vw,2.8rem);line-height:1;color:var(--funnel-accent)}.funnel-pricing-price span{font-size:clamp(1.15rem,2vw,1.6rem)}.funnel-pricing-price.has-sale{display:grid;align-items:start;gap:.18em}.funnel-pricing-price.has-sale>del{display:block;font-size:clamp(1rem,1.6vw,1.4rem);line-height:1.1;color:var(--funnel-muted);text-decoration-thickness:1.5px}.funnel-pricing-current{display:flex;align-items:baseline;gap:.28em}.funnel-pricing-current strong{font-size:clamp(2rem,3.2vw,2.8rem);line-height:1;color:var(--funnel-accent)}.funnel-pricing-current span{font-size:clamp(1.15rem,2vw,1.6rem)}
.funnel-pricing-description{margin:0;color:var(--funnel-muted);line-height:1.35}
.funnel-pricing-intro{display:flex;flex-direction:column}.funnel-pricing-media{display:grid;place-items:center;height:180px;max-height:180px;margin:22px 0;overflow:hidden}.funnel-pricing-media.is-empty{height:auto;min-height:2.8em;max-height:none;margin:0}.funnel-pricing-media img{display:block;width:auto!important;height:auto!important;max-width:min(88%,260px)!important;max-height:170px!important;object-fit:contain;object-position:center}
.funnel-pricing-features{display:flex;flex:1;flex-direction:column}.funnel-pricing-features>strong{margin-bottom:9px;color:var(--funnel-muted)}.funnel-pricing-features ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.funnel-pricing-features li{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;line-height:1.35}.funnel-pricing-features li span{font-weight:900;color:var(--funnel-accent)}
.funnel-pricing-note{margin:auto 0 0;padding-top:18px;color:var(--funnel-muted);font-style:italic;font-size:.92rem}.funnel-pricing-cta{margin-top:24px}.funnel-pricing-cta .btn{width:100%;justify-content:center}
@media(max-width:920px){.funnel-pricing-grid{grid-template-columns:minmax(0,1fr)}.funnel-pricing-card{min-height:0}.funnel-pricing-intro{min-height:0!important}.funnel-pricing-media{height:clamp(130px,38vw,180px);max-height:180px}.funnel-pricing-media.is-empty{height:auto;min-height:2.2em;max-height:none;margin:0}.funnel-pricing-media img{max-width:min(82%,260px)!important;max-height:160px!important}}

/* Round 19: Rich-Text innerhalb strukturierter Funnel-Items */
.funnel-item-copy{min-width:0}
.funnel-item-copy>:first-child,.funnel-preview-rich-copy>:first-child{margin-top:0}
.funnel-item-copy>:last-child,.funnel-preview-rich-copy>:last-child{margin-bottom:0}
.funnel-item-copy img.funnel-rich-image,.funnel-preview-rich-copy img.funnel-rich-image{display:block;max-width:100%;height:auto}
.funnel-item-copy ul,.funnel-item-copy ol,.funnel-preview-rich-copy ul,.funnel-preview-rich-copy ol{margin:.5em 0;padding-left:1.35em}
.funnel-item-copy p,.funnel-preview-rich-copy p{margin:.45em 0}

/* Round 23: Kennzahlen & Ergebnisse – maximal drei Karten je Zeile. */
.funnel-type-stats .funnel-item-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.funnel-type-stats .funnel-item-grid[data-funnel-stat-count="1"]{grid-template-columns:minmax(0,1fr)!important}
.funnel-type-stats .funnel-item-grid[data-funnel-stat-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.funnel-preview-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--funnel-block-gap,20px)}
.funnel-preview-stats-grid[data-funnel-stat-count="1"]{grid-template-columns:minmax(0,1fr)}
.funnel-preview-stats-grid[data-funnel-stat-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:760px){.funnel-type-stats .funnel-item-grid,.funnel-type-stats .funnel-item-grid[data-funnel-stat-count="1"],.funnel-type-stats .funnel-item-grid[data-funnel-stat-count="2"],.funnel-preview-stats-grid,.funnel-preview-stats-grid[data-funnel-stat-count="1"],.funnel-preview-stats-grid[data-funnel-stat-count="2"]{grid-template-columns:1fr!important}}
/* Round24: Kennzahlen – gemeinsame Wert-/Texthoehe und Absatzabstand */
.funnel-type-stats .funnel-item{justify-content:flex-start!important;height:auto;box-sizing:border-box}
.funnel-type-stats .funnel-stat-value{display:flex;align-items:flex-end;justify-content:center;width:100%;margin:0 0 .55em!important}
.funnel-type-stats .funnel-item-copy{width:100%;margin:0;text-align:center}
.funnel-type-stats .funnel-item-copy>:first-child{margin-top:0}
.funnel-type-stats .funnel-item-copy>:last-child{margin-bottom:0}
.funnel-preview-stats-grid>div{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;box-sizing:border-box}
.funnel-preview-stats-grid>div>strong{display:flex;align-items:flex-end;justify-content:center;width:100%;margin-bottom:.55em}
.funnel-preview-stats-grid .funnel-preview-rich-copy{width:100%;text-align:center}
@media(max-width:760px){.funnel-type-stats .funnel-item,.funnel-type-stats .funnel-stat-value{min-height:0!important;height:auto!important}}


/* Round 27: Kennzahlen & Ergebnisse – keine automatische Worttrennung innerhalb der Kennzahlenkarten. */
.funnel-type-stats .funnel-stat-value,
.funnel-type-stats .funnel-item p,
.funnel-type-stats .funnel-item .funnel-richtext,
.funnel-type-stats .funnel-item .funnel-richtext p {
  overflow-wrap: normal !important;
  word-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
}

/* Editable comparison table builder */
.funnel-comparison-editor{display:grid;gap:14px;margin-top:8px}.funnel-comparison-settings{grid-template-columns:minmax(180px,280px)}.funnel-comparison-header-editor{display:grid;grid-template-columns:repeat(var(--comparison-editor-columns,3),minmax(0,1fr));gap:10px}.funnel-comparison-row-editor{display:grid;grid-template-columns:repeat(var(--comparison-editor-columns,3),minmax(0,1fr)) auto;gap:8px;align-items:center;margin-bottom:8px}.funnel-comparison-row-editor .btn{width:38px;min-width:38px;padding-inline:0}.funnel-comparison-editor input,.funnel-comparison-editor select{width:100%;min-width:0}@media(max-width:760px){.funnel-comparison-header-editor,.funnel-comparison-row-editor{grid-template-columns:1fr}.funnel-comparison-row-editor .btn{width:auto}.funnel-comparison{min-width:0;max-width:100%}.funnel-comparison-scroll{overflow-x:hidden}}

/* Round 29: Rich-Text um tabellarischen Inhalt */
.funnel-type-comparison .funnel-comparison-copy{max-width:100%;}
.funnel-type-comparison .funnel-comparison-copy + .funnel-comparison-scroll{margin-top:24px;}
.funnel-type-comparison .funnel-comparison-scroll + .funnel-comparison-copy{margin-top:24px;}

/* Round 33: Mediengalerie – blockeigene Marketing-Layouts und Effekte. */
.funnel-type-media_gallery .funnel-section-content{max-width:100%!important;width:100%}
.funnel-type-media_gallery .funnel-media-gallery{--gallery-gap:var(--funnel-block-gap,20px);width:100%;position:relative}
.funnel-type-media_gallery .funnel-media-gap-tight{--gallery-gap:8px}.funnel-type-media_gallery .funnel-media-gap-normal{--gallery-gap:20px}.funnel-type-media_gallery .funnel-media-gap-airy{--gallery-gap:36px}
.funnel-type-media_gallery .funnel-media-gallery figure{margin:0;min-width:0;position:relative;overflow:hidden;background:var(--funnel-card,#fff)}
.funnel-type-media_gallery .funnel-media-gallery img{display:block;width:100%;max-width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease,opacity .45s ease,box-shadow .45s ease}
.funnel-type-media_gallery .funnel-media-fit-contain img{object-fit:contain;background:color-mix(in srgb,var(--funnel-card,#fff) 88%,transparent)}
.funnel-type-media_gallery .funnel-media-radius-inherit figure{border-radius:var(--funnel-block-radius,18px)}.funnel-type-media_gallery .funnel-media-radius-square figure{border-radius:0}.funnel-type-media_gallery .funnel-media-radius-soft figure{border-radius:10px}.funnel-type-media_gallery .funnel-media-radius-rounded figure{border-radius:28px}
.funnel-type-media_gallery .funnel-media-frame-none figure{background:transparent}.funnel-type-media_gallery .funnel-media-frame-clean figure{border:1px solid color-mix(in srgb,var(--funnel-border,#d8dee8) 72%,transparent)}.funnel-type-media_gallery .funnel-media-frame-card figure{padding:8px;background:var(--funnel-card,#fff);box-shadow:0 16px 38px rgba(15,23,42,.12)}.funnel-type-media_gallery .funnel-media-frame-polaroid figure{padding:10px 10px 34px;background:#fff;color:#111;box-shadow:0 14px 34px rgba(15,23,42,.16)}.funnel-type-media_gallery .funnel-media-frame-glass figure{padding:8px;border:1px solid color-mix(in srgb,#fff 58%,var(--funnel-border));background:color-mix(in srgb,var(--funnel-card,#fff) 72%,transparent);backdrop-filter:blur(10px);box-shadow:0 16px 38px rgba(15,23,42,.1)}.funnel-type-media_gallery .funnel-media-frame-outline figure{border:2px solid var(--funnel-accent,var(--funnel-primary,#111));padding:5px}
.funnel-type-media_gallery .funnel-media-gallery figcaption{font-size:.86em;line-height:1.4;color:var(--funnel-muted,currentColor)}.funnel-type-media_gallery .funnel-media-caption-below figcaption{margin-top:8px}.funnel-type-media_gallery .funnel-media-caption-hidden figcaption{display:none}.funnel-type-media_gallery .funnel-media-caption-overlay_bottom figcaption,.funnel-type-media_gallery .funnel-media-caption-overlay_center figcaption{position:absolute;z-index:2;left:10px;right:10px;padding:10px 12px;border-radius:10px;background:rgba(0,0,0,.62);color:#fff;backdrop-filter:blur(5px)}.funnel-type-media_gallery .funnel-media-caption-overlay_bottom figcaption{bottom:10px}.funnel-type-media_gallery .funnel-media-caption-overlay_center figcaption{top:50%;transform:translateY(-50%);text-align:center}
.funnel-type-media_gallery .funnel-media-lightbox-trigger{display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:inherit;cursor:zoom-in;font:inherit}.funnel-type-media_gallery .funnel-media-link{display:block;color:inherit;text-decoration:none}
.funnel-type-media_gallery .funnel-media-ratio-1-1 figure{aspect-ratio:1/1}.funnel-type-media_gallery .funnel-media-ratio-4-3 figure{aspect-ratio:4/3}.funnel-type-media_gallery .funnel-media-ratio-3-2 figure{aspect-ratio:3/2}.funnel-type-media_gallery .funnel-media-ratio-16-9 figure{aspect-ratio:16/9}.funnel-type-media_gallery .funnel-media-ratio-3-4 figure{aspect-ratio:3/4}.funnel-type-media_gallery .funnel-media-ratio-original figure{aspect-ratio:auto}.funnel-type-media_gallery .funnel-media-ratio-original img{height:auto}
.funnel-type-media_gallery .funnel-media-gallery-grid{display:grid;grid-template-columns:repeat(var(--funnel-gallery-columns,3),minmax(0,1fr));gap:var(--gallery-gap)}
.funnel-type-media_gallery .funnel-media-gallery-masonry{columns:var(--funnel-gallery-columns,3);column-gap:var(--gallery-gap)}.funnel-type-media_gallery .funnel-media-gallery-masonry>*{display:block;break-inside:avoid;margin:0 0 var(--gallery-gap)}.funnel-type-media_gallery .funnel-media-gallery-masonry figure{aspect-ratio:auto!important}.funnel-type-media_gallery .funnel-media-gallery-masonry img{height:auto!important}
.funnel-type-media_gallery .funnel-media-gallery-featured{display:grid;grid-template-columns:minmax(0,2fr) minmax(180px,1fr);grid-auto-rows:minmax(150px,1fr);gap:var(--gallery-gap)}.funnel-type-media_gallery .funnel-media-gallery-featured>:first-child{grid-row:span 2}.funnel-type-media_gallery .funnel-media-gallery-featured>:first-child figure{height:100%}
.funnel-type-media_gallery .funnel-media-gallery-collage{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(120px,1fr);gap:var(--gallery-gap)}.funnel-type-media_gallery .funnel-media-gallery-collage>:nth-child(6n+1){grid-column:span 2;grid-row:span 2}.funnel-type-media_gallery .funnel-media-gallery-collage>:nth-child(6n+4){grid-column:span 2}.funnel-type-media_gallery .funnel-media-gallery-collage>* figure{height:100%}
.funnel-type-media_gallery .funnel-media-gallery-editorial{display:grid;grid-template-columns:1.15fr .85fr;gap:var(--gallery-gap);align-items:start}.funnel-type-media_gallery .funnel-media-gallery-editorial>:nth-child(3n+1){grid-row:span 2}.funnel-type-media_gallery .funnel-media-gallery-editorial>:nth-child(3n+2){margin-top:10%}.funnel-type-media_gallery .funnel-media-gallery-editorial>:nth-child(3n){width:82%;justify-self:end}
.funnel-type-media_gallery .funnel-media-gallery-staggered{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--gallery-gap);align-items:start}.funnel-type-media_gallery .funnel-media-gallery-staggered>:nth-child(3n+2){transform:translateY(42px)}.funnel-type-media_gallery .funnel-media-gallery-staggered>:nth-child(3n){transform:translateY(18px)}
.funnel-type-media_gallery .funnel-media-gallery-panorama{display:flex;gap:var(--gallery-gap);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.funnel-type-media_gallery .funnel-media-gallery-panorama>*{flex:0 0 min(72vw,760px);scroll-snap-align:center}.funnel-type-media_gallery .funnel-media-gallery-panorama figure{aspect-ratio:16/7!important}
.funnel-type-media_gallery .funnel-media-gallery-showcase{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--gallery-gap);align-items:center}.funnel-type-media_gallery .funnel-media-gallery-showcase>:nth-child(4n+1){grid-column:span 7}.funnel-type-media_gallery .funnel-media-gallery-showcase>:nth-child(4n+2){grid-column:span 5}.funnel-type-media_gallery .funnel-media-gallery-showcase>:nth-child(4n+3){grid-column:2/span 5}.funnel-type-media_gallery .funnel-media-gallery-showcase>:nth-child(4n){grid-column:7/span 5}
.funnel-type-media_gallery .funnel-media-gallery-slider{padding-inline:52px}.funnel-type-media_gallery .funnel-media-slider-track{display:grid;overflow:hidden}.funnel-type-media_gallery .funnel-media-gallery-slider .funnel-media-link,.funnel-type-media_gallery .funnel-media-gallery-slider .funnel-media-lightbox-trigger,.funnel-type-media_gallery .funnel-media-gallery-slider .funnel-media-slider-track>figure{grid-area:1/1;opacity:0;pointer-events:none;transition:opacity .28s ease}.funnel-type-media_gallery .funnel-media-gallery-slider .is-active,.funnel-type-media_gallery .funnel-media-gallery-slider .funnel-media-link:has(.is-active),.funnel-type-media_gallery .funnel-media-gallery-slider .funnel-media-lightbox-trigger:has(.is-active){opacity:1;pointer-events:auto}
.funnel-type-media_gallery .funnel-media-nav{position:absolute;top:50%;z-index:3;translate:0 -50%;width:40px;height:40px;border:1px solid var(--funnel-border,#d8dee8);border-radius:999px;background:var(--funnel-card,#fff);color:var(--funnel-text,#111);font-size:28px;line-height:1;cursor:pointer}.funnel-type-media_gallery .funnel-media-prev{left:0}.funnel-type-media_gallery .funnel-media-next{right:0}.funnel-type-media_gallery .funnel-media-dots{display:flex;justify-content:center;gap:7px;margin-top:12px}.funnel-type-media_gallery .funnel-media-dots button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:color-mix(in srgb,var(--funnel-text,#111) 25%,transparent);cursor:pointer}.funnel-type-media_gallery .funnel-media-dots button.is-active{background:var(--funnel-primary,#111)}
@media(hover:hover) and (pointer:fine){.funnel-type-media_gallery .funnel-media-effect-zoom figure:hover img{transform:scale(1.07)}.funnel-type-media_gallery .funnel-media-effect-lift>*{transition:transform .32s ease,filter .32s ease}.funnel-type-media_gallery .funnel-media-effect-lift>*:hover{transform:translateY(-8px);filter:drop-shadow(0 16px 18px rgba(15,23,42,.18))}.funnel-type-media_gallery .funnel-media-effect-tilt>*{transition:transform .32s ease}.funnel-type-media_gallery .funnel-media-effect-tilt>*:nth-child(odd):hover{transform:rotate(-1.5deg) scale(1.025)}.funnel-type-media_gallery .funnel-media-effect-tilt>*:nth-child(even):hover{transform:rotate(1.5deg) scale(1.025)}.funnel-type-media_gallery .funnel-media-effect-glow figure:hover{box-shadow:0 0 0 2px var(--funnel-accent),0 20px 50px color-mix(in srgb,var(--funnel-accent) 28%,transparent)}.funnel-type-media_gallery .funnel-media-effect-grayscale img{filter:grayscale(1) contrast(.92)}.funnel-type-media_gallery .funnel-media-effect-grayscale figure:hover img{filter:grayscale(0) contrast(1)}.funnel-type-media_gallery .funnel-media-effect-reveal img{filter:saturate(.75) brightness(.88)}.funnel-type-media_gallery .funnel-media-effect-reveal figure:hover img{filter:saturate(1.1) brightness(1.05);transform:scale(1.035)}.funnel-type-media_gallery .funnel-media-effect-spotlight>*{transition:opacity .3s ease,transform .3s ease}.funnel-type-media_gallery .funnel-media-effect-spotlight:hover>*{opacity:.5}.funnel-type-media_gallery .funnel-media-effect-spotlight>*:hover{opacity:1;transform:scale(1.025)}}
.funnel-media-lightbox{width:min(1100px,calc(100vw - 32px));max-width:1100px;padding:12px;border:0;border-radius:16px;background:var(--funnel-card,#fff);box-shadow:0 24px 80px rgba(0,0,0,.35)}.funnel-media-lightbox::backdrop{background:rgba(0,0,0,.72)}.funnel-media-lightbox img{display:block;max-width:100%;max-height:calc(100vh - 80px);margin:auto;object-fit:contain}.funnel-media-lightbox-close{position:absolute;right:18px;top:18px;width:38px;height:38px;border:0;border-radius:999px;background:#fff;color:#111;font-size:24px;cursor:pointer}
@media(max-width:900px){.funnel-type-media_gallery .funnel-media-gallery-grid{grid-template-columns:repeat(min(2,var(--funnel-gallery-columns,3)),minmax(0,1fr))}.funnel-type-media_gallery .funnel-media-gallery-masonry{columns:2}.funnel-type-media_gallery .funnel-media-gallery-featured,.funnel-type-media_gallery .funnel-media-gallery-editorial{grid-template-columns:1.4fr 1fr}.funnel-type-media_gallery .funnel-media-gallery-collage{grid-template-columns:repeat(2,minmax(0,1fr))}.funnel-type-media_gallery .funnel-media-gallery-staggered{grid-template-columns:repeat(2,minmax(0,1fr))}.funnel-type-media_gallery .funnel-media-gallery-showcase>*{grid-column:span 6!important}}
@media(max-width:600px){.funnel-type-media_gallery .funnel-media-gallery-grid{grid-template-columns:1fr}.funnel-type-media_gallery .funnel-media-gallery-masonry{columns:1}.funnel-type-media_gallery .funnel-media-gallery-featured,.funnel-type-media_gallery .funnel-media-gallery-collage,.funnel-type-media_gallery .funnel-media-gallery-editorial,.funnel-type-media_gallery .funnel-media-gallery-staggered,.funnel-type-media_gallery .funnel-media-gallery-showcase{display:grid;grid-template-columns:1fr;grid-auto-rows:auto}.funnel-type-media_gallery .funnel-media-gallery-featured>*,.funnel-type-media_gallery .funnel-media-gallery-collage>*,.funnel-type-media_gallery .funnel-media-gallery-editorial>*,.funnel-type-media_gallery .funnel-media-gallery-staggered>*,.funnel-type-media_gallery .funnel-media-gallery-showcase>*{grid-column:auto!important;grid-row:auto!important;transform:none!important;width:auto!important;margin-top:0!important}.funnel-type-media_gallery .funnel-media-gallery-panorama>*{flex-basis:88vw}.funnel-type-media_gallery .funnel-media-gallery-slider{padding-inline:38px}.funnel-type-media_gallery .funnel-media-nav{width:32px;height:32px;font-size:22px}}

/* Round 34: Tabellarischer Inhalt – frei wählbares Spalten-Highlight. */
.funnel-type-comparison .funnel-comparison [data-highlighted-column="1"]{
  background:transparent;
  color:var(--funnel-custom-accent,var(--funnel-accent,var(--accent)));
  font-weight:800;
}
.funnel-preview-comparison [data-highlighted-column="1"]{
  background:transparent;
  color:var(--funnel-accent,var(--accent,#2563eb));
  font-weight:800;
}
.funnel-comparison-header-field{position:relative}
.funnel-comparison-highlight-toggle{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;width:auto!important;min-width:0!important;padding:0!important;border:0!important;background:transparent!important;white-space:nowrap!important}
.funnel-comparison-highlight-toggle input{display:block!important;width:14px!important;height:14px!important;min-width:14px!important;flex:0 0 14px!important;margin:0!important;padding:0!important}
.funnel-comparison-highlight-toggle span{display:inline!important;margin:0!important;font-size:.72rem!important;line-height:1!important;font-weight:700!important;text-transform:none!important;letter-spacing:0!important;color:#475569!important;white-space:nowrap!important}

/* Round33: Review detail popup is informational, never link-styled. */
.home-testimonial blockquote.is-review-truncated:hover,
.funnel-review-card blockquote.is-review-truncated:hover{text-decoration:none!important}
.review-detail-dialog{width:min(540px,calc(100vw - 28px));max-height:min(78vh,700px);padding:0;border:0;border-radius:16px;background:transparent}
.review-detail-dialog::backdrop{background:rgba(15,23,42,.62);backdrop-filter:blur(3px)}
.review-detail-card{position:relative;padding:clamp(20px,4vw,32px);border-radius:inherit;background:var(--funnel-card,#fff);color:var(--funnel-text,#111827);box-shadow:0 24px 70px rgba(15,23,42,.3);overflow:auto;max-height:min(78vh,700px)}
.review-detail-close{position:absolute;top:10px;right:10px;display:grid;place-items:center;width:32px;height:32px;padding:0;border:1px solid var(--funnel-border,#dbe2ea);border-radius:999px;background:var(--funnel-card,#fff);color:var(--funnel-text,#111827);font-size:1.25rem;line-height:1;cursor:pointer}
.review-detail-card blockquote{display:block!important;max-height:none!important;-webkit-line-clamp:unset!important;overflow:visible!important;cursor:default!important;text-decoration:none!important}
@media(max-width:640px){.review-detail-dialog{width:min(92vw,500px);max-height:82vh}.review-detail-card{padding:22px 18px 18px;max-height:82vh}}

/* Round 34: Preis-/Paketvergleich – alle Inhaltszeilen spaltenübergreifend ausrichten */
.funnel-type-pricing .funnel-pricing-card-top{display:flex;flex-direction:column;min-width:0}
.funnel-type-pricing .funnel-pricing-slot{min-width:0;box-sizing:border-box}
.funnel-type-pricing .funnel-pricing-slot-title{display:flex;align-items:flex-start}
.funnel-type-pricing .funnel-pricing-slot-title h3{width:100%}
.funnel-type-pricing .funnel-pricing-slot-subtitle{display:flex;align-items:flex-start}
.funnel-type-pricing .funnel-pricing-slot-subtitle .funnel-pricing-subtitle{margin-bottom:14px}
.funnel-type-pricing .funnel-pricing-slot-price{display:flex;align-items:flex-start}
.funnel-type-pricing .funnel-pricing-slot-price .funnel-pricing-price{width:100%}
.funnel-type-pricing .funnel-pricing-slot-description{display:flex;align-items:flex-start}
.funnel-type-pricing .funnel-pricing-slot-media{display:flex;align-items:center;justify-content:center}
.funnel-type-pricing .funnel-pricing-slot-media .funnel-pricing-media{width:100%}
.funnel-type-pricing .funnel-pricing-slot-features-title{display:flex;align-items:flex-start}
.funnel-type-pricing .funnel-pricing-features-title{display:block;margin-bottom:9px;color:var(--funnel-muted)}
.funnel-type-pricing .funnel-pricing-slot-features{display:block}
.funnel-type-pricing .funnel-pricing-features-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.funnel-type-pricing .funnel-pricing-features-list li{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;line-height:1.35}
.funnel-type-pricing .funnel-pricing-features-list li span{font-weight:900;color:var(--funnel-accent)}
.funnel-type-pricing .funnel-pricing-slot-note{display:flex;align-items:flex-start}
.funnel-type-pricing .funnel-pricing-slot-note .funnel-pricing-note{margin:0;padding-top:18px}
.funnel-type-pricing .funnel-pricing-slot-cta{display:flex;align-items:flex-end;margin-top:auto;padding-top:24px}
.funnel-type-pricing .funnel-pricing-slot-cta>.funnel-pricing-cta{width:100%;margin-top:0}
@media(max-width:920px){.funnel-type-pricing .funnel-pricing-slot{min-height:0!important}.funnel-type-pricing .funnel-pricing-card{min-height:0!important}}
.funnel-type-pricing .funnel-pricing-price{display:grid;align-items:start;gap:0;width:100%}
.funnel-type-pricing .funnel-pricing-original-row{display:block;min-width:0}
.funnel-type-pricing .funnel-pricing-original-row:not(:empty){padding-bottom:.18em}
.funnel-type-pricing .funnel-pricing-original-row del{display:block;font-size:clamp(1rem,1.6vw,1.4rem);line-height:1.1;color:var(--funnel-muted);text-decoration-thickness:1.5px}
.funnel-type-pricing .funnel-pricing-current{display:flex;align-items:baseline;gap:.28em;min-width:0}
.funnel-type-pricing .funnel-pricing-current strong{font-size:clamp(2rem,3.2vw,2.8rem);line-height:1;color:var(--funnel-accent)}
.funnel-type-pricing .funnel-pricing-current span{font-size:clamp(1.15rem,2vw,1.6rem)}




.funnel-newsletter-align-left .funnel-newsletter-email-label,.funnel-newsletter-align-center .funnel-newsletter-email-label,.funnel-newsletter-align-right .funnel-newsletter-email-label,.funnel-newsletter-align-left .home-newsletter-consent--newsletter-spacing,.funnel-newsletter-align-center .home-newsletter-consent--newsletter-spacing,.funnel-newsletter-align-right .home-newsletter-consent--newsletter-spacing{text-align:left!important;justify-content:flex-start!important}
@media(max-width:760px){.home-newsletter-input-row--newsletter-split{grid-template-columns:1fr!important}.home-newsletter-input-row--newsletter-split .btn{width:100%}}

/* Round 33: Bewertungs-Vorschau mit zwei zusätzlichen Zeilen + sichtbarer Mehr-Anzeigen-Hinweis */
.home-testimonial blockquote,.funnel-review-card blockquote{-webkit-line-clamp:6!important;line-clamp:6!important;max-height:calc(6 * 1.55em)!important;overflow-wrap:break-word!important;word-break:normal!important}.home-testimonial .review-more-indicator,.funnel-review-card .review-more-indicator{display:none;align-self:flex-start;margin:-2px 0 0;padding:0;border:0;background:transparent;color:var(--link,#2563eb);font:inherit;font-size:.82em;font-weight:700;line-height:1.3;cursor:pointer;text-decoration:none!important}.home-testimonial .review-more-indicator.is-visible,.funnel-review-card .review-more-indicator.is-visible{display:inline-flex}.review-detail-card .review-more-indicator{display:none!important}

/* Technische Funnel-Newsletter-Regeln: Honeypot + ausrichtbare E-Mail-Zeile */
body.funnel-runtime-page .newsletter-honeypot,body[class*="funnel-template-"] .newsletter-honeypot{position:fixed!important;top:-10000px!important;left:-10000px!important;right:auto!important;bottom:auto!important;width:1px!important;height:1px!important;min-width:0!important;min-height:0!important;max-width:1px!important;max-height:1px!important;margin:0!important;padding:0!important;border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;z-index:-1!important}
.funnel-newsletter-field-grid{display:grid!important;grid-template-columns:minmax(220px,50%) auto 1fr;grid-template-rows:auto auto;column-gap:10px;row-gap:7px;align-items:stretch;width:100%;min-width:0}.funnel-newsletter-field-grid .funnel-newsletter-email-label{grid-column:1;grid-row:1;display:block!important;width:auto!important;margin:0!important;text-align:left!important;justify-self:stretch}.funnel-newsletter-field-grid .funnel-newsletter-email-input{grid-column:1;grid-row:2;width:100%!important;min-width:0}.funnel-newsletter-field-grid .funnel-newsletter-submit{grid-column:2;grid-row:2;margin:0!important;align-self:stretch;white-space:nowrap;text-align:center!important}.funnel-newsletter-align-left .funnel-newsletter-field-grid{grid-template-columns:minmax(220px,50%) auto 1fr}.funnel-newsletter-align-center .funnel-newsletter-field-grid{grid-template-columns:1fr minmax(220px,50%) auto 1fr}.funnel-newsletter-align-center .funnel-newsletter-field-grid .funnel-newsletter-email-label,.funnel-newsletter-align-center .funnel-newsletter-field-grid .funnel-newsletter-email-input{grid-column:2}.funnel-newsletter-align-center .funnel-newsletter-field-grid .funnel-newsletter-submit{grid-column:3}.funnel-newsletter-align-right .funnel-newsletter-field-grid{grid-template-columns:1fr minmax(220px,50%) auto}.funnel-newsletter-align-right .funnel-newsletter-field-grid .funnel-newsletter-email-label,.funnel-newsletter-align-right .funnel-newsletter-field-grid .funnel-newsletter-email-input{grid-column:2}.funnel-newsletter-align-right .funnel-newsletter-field-grid .funnel-newsletter-submit{grid-column:3}.funnel-newsletter-align-left .home-newsletter-consent--newsletter-spacing,.funnel-newsletter-align-center .home-newsletter-consent--newsletter-spacing,.funnel-newsletter-align-right .home-newsletter-consent--newsletter-spacing{margin-top:16px!important;text-align:left!important;justify-content:flex-start!important}
@media(max-width:760px){.funnel-newsletter-field-grid,.funnel-newsletter-align-left .funnel-newsletter-field-grid,.funnel-newsletter-align-center .funnel-newsletter-field-grid,.funnel-newsletter-align-right .funnel-newsletter-field-grid{grid-template-columns:1fr auto!important}.funnel-newsletter-field-grid .funnel-newsletter-email-label,.funnel-newsletter-field-grid .funnel-newsletter-email-input,.funnel-newsletter-align-center .funnel-newsletter-field-grid .funnel-newsletter-email-label,.funnel-newsletter-align-center .funnel-newsletter-field-grid .funnel-newsletter-email-input,.funnel-newsletter-align-right .funnel-newsletter-field-grid .funnel-newsletter-email-label,.funnel-newsletter-align-right .funnel-newsletter-field-grid .funnel-newsletter-email-input{grid-column:1!important}.funnel-newsletter-field-grid .funnel-newsletter-submit,.funnel-newsletter-align-center .funnel-newsletter-field-grid .funnel-newsletter-submit,.funnel-newsletter-align-right .funnel-newsletter-field-grid .funnel-newsletter-submit{grid-column:2!important}}

/* Round 33: Bewertungs-Preview per Zeichenanzahl + nicht scrollbares Popup */
.home-testimonial blockquote,.funnel-review-card blockquote{display:block!important;-webkit-line-clamp:unset!important;line-clamp:unset!important;max-height:none!important;overflow:visible!important;overflow-wrap:break-word!important;word-break:normal!important}.home-testimonial .review-more-indicator,.funnel-review-card .review-more-indicator{display:inline!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:var(--link,#2563eb)!important;font:inherit!important;font-size:.92em!important;font-weight:700!important;line-height:inherit!important;cursor:pointer!important;text-decoration:none!important;vertical-align:baseline}.home-testimonial .review-more-indicator.is-visible,.funnel-review-card .review-more-indicator.is-visible{display:inline!important}.review-detail-dialog{width:min(680px,calc(100vw - 40px))!important;max-height:none!important;overflow:visible!important}.review-detail-card{overflow:visible!important;max-height:none!important}.review-detail-card blockquote{display:block!important;max-height:none!important;-webkit-line-clamp:unset!important;line-clamp:unset!important;overflow:visible!important}.review-detail-card .review-more-indicator{display:none!important}@media(max-width:640px){.review-detail-dialog{width:min(92vw,560px)!important;max-height:none!important}.review-detail-card{max-height:none!important;overflow:visible!important}}

/* Round 33: Newsletter-Einwilligung bleibt immer exakt unter der E-Mail-Textbox */
.funnel-newsletter-field-grid .home-newsletter-consent--newsletter-spacing{grid-column:1;grid-row:3;margin:16px 0 0!important;width:100%!important;max-width:100%!important;justify-self:stretch!important;text-align:left!important;justify-content:flex-start!important;align-items:flex-start!important}.funnel-newsletter-align-center .funnel-newsletter-field-grid .home-newsletter-consent--newsletter-spacing{grid-column:2}.funnel-newsletter-align-right .funnel-newsletter-field-grid .home-newsletter-consent--newsletter-spacing{grid-column:2}.funnel-newsletter-field-grid .home-newsletter-consent-copy{text-align:left!important}.funnel-newsletter-field-grid .home-newsletter-consent--newsletter-spacing input{flex:0 0 auto!important}
@media(max-width:760px){.funnel-newsletter-field-grid .home-newsletter-consent--newsletter-spacing,.funnel-newsletter-align-center .funnel-newsletter-field-grid .home-newsletter-consent--newsletter-spacing,.funnel-newsletter-align-right .funnel-newsletter-field-grid .home-newsletter-consent--newsletter-spacing{grid-column:1!important;grid-row:3!important}}

/* Round 33: Newsletter-Einwilligung nutzt exakt die Breite von Eingabefeld + Button. */
.funnel-newsletter-align-left .funnel-newsletter-field-grid .home-newsletter-consent--newsletter-spacing{grid-column:1 / 3!important}
.funnel-newsletter-align-center .funnel-newsletter-field-grid .home-newsletter-consent--newsletter-spacing,.funnel-newsletter-align-right .funnel-newsletter-field-grid .home-newsletter-consent--newsletter-spacing{grid-column:2 / 4!important}
.funnel-newsletter-field-grid .home-newsletter-consent--newsletter-spacing{box-sizing:border-box!important;min-width:0!important;max-width:none!important;width:100%!important}
.funnel-newsletter-field-grid .home-newsletter-consent-copy{min-width:0!important;max-width:100%!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important}
@media(max-width:760px){.funnel-newsletter-align-left .funnel-newsletter-field-grid .home-newsletter-consent--newsletter-spacing,.funnel-newsletter-align-center .funnel-newsletter-field-grid .home-newsletter-consent--newsletter-spacing,.funnel-newsletter-align-right .funnel-newsletter-field-grid .home-newsletter-consent--newsletter-spacing{grid-column:1 / -1!important}}

/* Round 33: optionale Interessentenangaben im Newsletter-Funnel */
.funnel-newsletter-field-grid .funnel-newsletter-interest-toggle{grid-row:4;margin:8px 0 0!important;text-align:left!important;justify-content:flex-start!important;align-items:flex-start!important;min-width:0!important}.funnel-newsletter-align-left .funnel-newsletter-field-grid .funnel-newsletter-interest-toggle{grid-column:1 / 3!important}.funnel-newsletter-align-center .funnel-newsletter-field-grid .funnel-newsletter-interest-toggle,.funnel-newsletter-align-right .funnel-newsletter-field-grid .funnel-newsletter-interest-toggle{grid-column:2 / 4!important}.funnel-newsletter-interest-fields{grid-row:5;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;width:100%;min-width:0;margin-top:8px;text-align:left!important}.funnel-newsletter-interest-fields[hidden]{display:none!important}.funnel-newsletter-align-left .funnel-newsletter-interest-fields{grid-column:1 / 3}.funnel-newsletter-align-center .funnel-newsletter-interest-fields,.funnel-newsletter-align-right .funnel-newsletter-interest-fields{grid-column:2 / 4}.funnel-newsletter-interest-fields label{display:grid!important;gap:7px!important;min-width:0;text-align:left!important;font-weight:700}.funnel-newsletter-interest-fields input{width:100%!important;min-width:0!important;box-sizing:border-box!important}
@media(max-width:760px){.funnel-newsletter-align-left .funnel-newsletter-field-grid .funnel-newsletter-interest-toggle,.funnel-newsletter-align-center .funnel-newsletter-field-grid .funnel-newsletter-interest-toggle,.funnel-newsletter-align-right .funnel-newsletter-field-grid .funnel-newsletter-interest-toggle,.funnel-newsletter-align-left .funnel-newsletter-interest-fields,.funnel-newsletter-align-center .funnel-newsletter-interest-fields,.funnel-newsletter-align-right .funnel-newsletter-interest-fields{grid-column:1 / -1!important}.funnel-newsletter-interest-fields{grid-template-columns:1fr}}

/* Round33: Kundenbewertungen – stabile Navigation/Effekte und sauberes Detail-Popup */
.funnel-review-controls{display:flex!important;justify-content:center!important;align-items:center!important;gap:12px!important;margin-top:16px!important;position:relative!important;z-index:3!important}
.funnel-review-controls>button{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;padding:0!important;border:1px solid var(--funnel-border,#dbe2ea)!important;border-radius:999px!important;background:var(--funnel-card,#fff)!important;color:var(--funnel-text,#111827)!important;font-size:1.25rem!important;line-height:1!important;cursor:pointer!important}
.funnel-review-dots{display:flex!important;align-items:center!important;gap:7px!important}.funnel-review-dots button{display:block!important;width:9px!important;height:9px!important;padding:0!important;border:0!important;border-radius:999px!important;background:color-mix(in srgb,var(--funnel-text,#111827) 28%,transparent)!important;cursor:pointer!important}.funnel-review-dots button.is-active{background:var(--funnel-primary,var(--funnel-accent,#2563eb))!important;transform:scale(1.28)!important}
.review-detail-dialog{box-sizing:border-box!important;padding:0!important;overflow:hidden!important;background:transparent!important;border-radius:16px!important}
.review-detail-card{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0!important;overflow:visible!important;border-radius:16px!important}
.review-detail-card [data-review-detail-content]{box-sizing:border-box!important;width:100%!important;max-width:100%!important;overflow:hidden!important}
.review-detail-card .funnel-review-card,.review-detail-card .home-testimonial{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;overflow:visible!important;border-radius:0!important;background:transparent!important}
