.plan-products-preview{box-sizing:border-box;width:100%;max-width:none;margin:24px 0 0;padding-bottom:20px}.plan-products-preview .preview-group+.preview-group{margin-top:28px}.plan-products-preview .group-header{flex-direction:column;gap:4px;margin-bottom:14px;display:flex}.plan-products-preview .hint{opacity:.72}.plan-products-preview .products-grid{box-sizing:border-box;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;display:grid}.plan-products-preview .plan-product-preview-card{background:var(--surface-card);border:1px solid var(--border-soft);text-align:left;cursor:pointer;border-radius:16px;align-items:stretch;gap:12px;min-width:0;padding:10px;transition:background-color .18s,border-color .18s,opacity .18s;display:flex;position:relative}.plan-products-preview .plan-product-preview-card.is-muted{opacity:.5}.plan-products-preview .plan-product-preview-card.is-muted .thumb{filter:grayscale(.4)}.plan-products-preview .plan-product-preview-card.is-active{background:color-mix(in srgb, var(--primary) 22%, transparent);border-color:color-mix(in srgb, var(--primary) 60%, transparent);box-shadow:0 0 0 1px color-mix(in srgb, var(--primary) 18%, transparent),inset 0 0 0 1px color-mix(in srgb, var(--primary) 12%, transparent)}.plan-products-preview .plan-product-preview-card .thumb-wrap{flex:0 0 56px;align-self:center}.plan-products-preview .plan-product-preview-card .thumb{border-radius:12px;width:76px;height:76px;overflow:hidden}.plan-products-preview .plan-product-preview-card .content{flex-direction:column;flex:auto;justify-content:center;gap:6px;min-width:0;display:flex}.plan-products-preview .plan-product-preview-card .title{-webkit-line-clamp:2;text-overflow:ellipsis;color:var(--text);-webkit-box-orient:vertical;line-height:1.25;display:-webkit-box;overflow:hidden}.plan-products-preview .plan-product-preview-card .meta-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.plan-products-preview .plan-product-preview-card .covered-badge{background:color-mix(in srgb, var(--primary) 14%, transparent);color:var(--text);white-space:nowrap;border:1px solid color-mix(in srgb, var(--primary) 32%, transparent);border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:500;line-height:1.4;display:inline-flex}.plan-products-preview .plan-product-preview-card .prices{align-items:center;gap:2px;display:inline-flex}.plan-products-preview .plan-product-preview-card .price{white-space:nowrap;color:var(--text);font-weight:600}.plan-products-preview .plan-product-preview-card .secondary-price{white-space:nowrap;color:var(--text-soft);font-weight:400}.plan-products-preview .prod-stepper{background:var(--surface-card-strong);border:1px solid var(--border-soft-2);border-radius:999px;flex-direction:column;flex:none;justify-content:space-between;align-items:stretch;gap:4px;min-width:44px;min-height:84px;padding:4px;display:flex}.plan-products-preview .prod-stepper .step-btn{width:36px;height:28px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:background-color .15s,transform .12s;display:inline-flex}.plan-products-preview .prod-stepper .step-btn:hover:not(:disabled){background:var(--surface-card-tint-hi)}.plan-products-preview .prod-stepper .step-btn:active:not(:disabled){transform:scale(.92)}.plan-products-preview .prod-stepper .step-btn:disabled{opacity:.32;cursor:not-allowed}.plan-products-preview .prod-stepper .step-icon{font-size:14px}.plan-products-preview .prod-stepper .step-count{color:var(--text);white-space:nowrap;justify-content:center;align-items:center;gap:1px;padding:2px 0;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.plan-products-preview .prod-stepper .step-current{font-weight:700}.plan-products-preview .prod-stepper .step-divider,.plan-products-preview .prod-stepper .step-max{opacity:.65;font-weight:400}.plan-products-preview .plan-product-preview-card.is-active .prod-stepper{background:var(--brand-tint-strong);border-color:var(--brand-tint-strong-border)}.plan-products-preview .prod-qty-static{background:color-mix(in srgb, var(--primary) 10%, transparent);border:1px solid color-mix(in srgb, var(--primary) 28%, transparent);color:var(--text);white-space:nowrap;cursor:default;border-radius:999px;flex-direction:row;flex:none;justify-content:center;align-self:center;align-items:baseline;gap:4px;padding:6px 12px;line-height:1;display:inline-flex}.plan-products-preview .prod-qty-static .step-mark{opacity:.55;font-size:12px;font-weight:500;transform:translateY(1px)}.plan-products-preview .prod-qty-static .step-current{font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.plan-products-preview .prod-stepper{position:relative}.plan-products-preview .prod-stepper.is-loading .step-btn,.plan-products-preview .prod-stepper.is-loading .step-count{opacity:.35;pointer-events:none;transition:opacity .18s}.plan-products-preview .prod-stepper-spinner{pointer-events:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.plan-products-preview .prod-stepper.is-disabled{opacity:.6;cursor:not-allowed;background:var(--surface-card);border-color:var(--border-soft)}.plan-products-preview .prod-stepper.is-disabled .step-btn{cursor:not-allowed}.plan-products-preview .prod-stepper.is-disabled .step-btn:hover,.plan-products-preview .prod-stepper.is-disabled .step-btn:active{background:0 0;transform:none}@media (max-width:960px){.plan-products-preview .products-grid{grid-template-columns:1fr;gap:8px}.plan-products-preview .plan-product-preview-card{gap:10px;padding:8px}.plan-products-preview .plan-product-preview-card .thumb-wrap{flex-basis:48px}.plan-products-preview .plan-product-preview-card .thumb{border-radius:10px;width:48px;height:48px}.plan-products-preview .prod-stepper{min-width:40px;min-height:76px}.plan-products-preview .prod-stepper .step-btn{width:32px;height:26px}.plan-products-preview .prod-qty-static{gap:3px;padding:5px 10px}.plan-products-preview .prod-qty-static .step-current{font-size:14px}}@media (min-width:1200px){.plan-products-preview .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
