.b-product-bundle{padding:var(--b-bundle-padding, 28px);border:1px solid var(--b-bundle-border, #e2e8f0);border-radius:var(--b-bundle-radius, 20px);background:var(--b-bundle-bg, #fff);text-align:var(--b-bundle-align, start)}.b-product-bundle__title{margin:0;color:var(--b-bundle-title, #0f172a)}.b-product-bundle__description{margin:8px 0 0;color:var(--b-bundle-text, #64748b)}.b-product-bundle__products{display:grid;gap:var(--b-bundle-gap, 14px);margin:24px 0 0;padding:0;list-style:none}.b-product-bundle__product{display:grid;grid-template-columns:var(--b-bundle-image, 72px) minmax(0,1fr) auto;gap:14px;align-items:center}.b-product-bundle__image{display:block;overflow:hidden;border-radius:12px}.b-product-bundle__image img{display:block;width:100%;max-width:100%;height:var(--b-bundle-image, 72px);object-fit:cover}.b-product-bundle__name{color:var(--b-bundle-title, #0f172a);font-weight:700;text-decoration:none}.b-product-bundle__price,.b-product-bundle__total{color:var(--b-bundle-price, #0f766e);font-weight:700}.b-product-bundle__total{display:flex;justify-content:space-between;gap:16px;margin-block-start:22px;padding-block-start:18px;border-block-start:1px solid var(--b-bundle-border, #e2e8f0)}.b-product-bundle__button{display:inline-flex;width:auto;margin-block-start:18px;padding-block:12px;padding-inline:var(--b-bundle-button-padding, 22px);border:0;border-radius:var(--b-bundle-button-radius, 10px);background:var(--b-bundle-button-bg, #0f766e);color:var(--b-bundle-button, #fff);cursor:pointer}.b-product-bundle__button[disabled]{cursor:wait;opacity:.65}.b-product-bundle__help,.b-product-bundle__status{margin:14px 0 0;color:var(--b-bundle-text, #64748b);font-size:.875rem}@media (max-width: 575px){.b-product-bundle__product{grid-template-columns:var(--b-bundle-image, 72px) minmax(0,1fr)}.b-product-bundle__price{grid-column:2}}
