.sf-bundle-builder{padding-top:var(--section-vertical-spacing, 60px);padding-bottom:var(--section-vertical-spacing, 60px);color:var(--sf-text);background:var(--sf-background);font-family:var(--font-body-family, inherit)}.sf-bundle-builder__inner{max-width:var(--page-width, 1280px);margin:0 auto;padding-left:var(--container-gutter, 24px);padding-right:var(--container-gutter, 24px)}.sf-bundle-builder__header{text-align:center;max-width:640px;margin:0 auto 40px}.sf-bundle-builder__heading{font-family:var(--font-heading-family, inherit);color:var(--sf-text);margin:0 0 12px}.sf-bundle-builder__subheading{color:var(--sf-muted)}.sf-bundle-builder__subheading *{color:inherit}.sf-bundle-builder__empty-state{text-align:center;padding:60px 20px;color:var(--sf-muted);border:1px dashed var(--sf-border);border-radius:var(--border-radius, 8px)}.sf-bundle-builder__layout{display:grid;grid-template-columns:1fr 340px;gap:32px;align-items:start}.sf-bundle-builder__products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media screen and (max-width:989px){.sf-bundle-builder__layout{grid-template-columns:1fr}.sf-bundle-builder__products{grid-template-columns:repeat(2,1fr)}.sf-bundle-builder__summary{position:static}}@media screen and (max-width:749px){.sf-bundle-builder{padding-top:40px;padding-bottom:40px}.sf-bundle-builder__heading{font-size:clamp(28px,8vw,36px)}.sf-bundle-builder__products{gap:12px}.sf-bundle-product__info{padding:12px}.sf-bundle-product__title{font-size:14px}.sf-bundle-builder__inner{padding-bottom:96px}.sf-bundle-summary__actions{position:fixed;left:0;right:0;bottom:0;z-index:1000;flex-direction:row;align-items:center;gap:12px;background:var(--sf-card-background);border-top:1px solid var(--sf-border);padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));box-shadow:0 -4px 16px #0000002e}.sf-bundle-summary__cta{flex:1}.sf-bundle-summary__clear{width:auto;flex:0 0 auto;margin:0;white-space:nowrap}}@media screen and (max-width:380px){.sf-bundle-builder__products{gap:8px}.sf-bundle-product__info{padding:10px}.sf-bundle-product__add{font-size:12px;padding:10px 8px}.sf-bundle-summary__clear{display:none}}.sf-bundle-product{border:1px solid var(--sf-border);border-radius:var(--border-radius, 8px);overflow:hidden;display:flex;flex-direction:column;background:var(--sf-card-background);transition:box-shadow .2s ease}.sf-bundle-product.is-selected{border-color:var(--sf-button-background);box-shadow:0 0 0 1px var(--sf-button-background)}.sf-bundle-product__media{position:relative;aspect-ratio:1 / 1;background:var(--sf-card-background)}.sf-bundle-product__media img,.sf-bundle-product__placeholder{width:100%;height:100%;object-fit:cover;display:block}.sf-bundle-product__info{padding:14px;display:flex;flex-direction:column;gap:8px;flex-grow:1}.sf-bundle-product__title{font-size:15px;font-family:var(--font-heading-family, inherit);color:var(--sf-text);margin:0;line-height:1.3}.sf-bundle-product__price{margin:0;font-weight:600;color:var(--sf-text)}.sf-bundle-product__add,.sf-bundle-summary__cta{display:flex;align-items:center;justify-content:center;width:100%;margin-top:auto;padding:12px 16px;border:1px solid var(--sf-button-background);border-radius:var(--border-radius, 999px);background:transparent;color:var(--sf-button-background);font-family:var(--font-body-family, inherit);font-size:14px;font-weight:600;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.sf-bundle-product__add:hover:not([disabled]),.sf-bundle-summary__cta:hover:not([disabled]){background:var(--sf-button-hover-background);border-color:var(--sf-button-hover-background);color:var(--sf-button-hover-text)}.sf-bundle-summary__cta{background:var(--sf-button-background);color:var(--sf-button-text)}.sf-bundle-summary__cta:hover:not([disabled]){background:var(--sf-button-hover-background);color:var(--sf-button-hover-text)}.sf-bundle-product__add[disabled],.sf-bundle-summary__cta[disabled]{opacity:.5;cursor:not-allowed}.sf-bundle-summary__actions{display:flex;flex-direction:column;gap:10px}.sf-bundle-builder__summary{position:sticky;top:20px;border:1px solid var(--sf-border);border-radius:var(--border-radius, 8px);padding:20px;background:var(--sf-card-background)}.sf-bundle-builder__summary-title{font-family:var(--font-heading-family, inherit);color:var(--sf-text);margin:0 0 16px;font-size:18px}.sf-bundle-progress{margin-bottom:18px}.sf-bundle-progress__track{height:8px;border-radius:999px;background:var(--sf-border);overflow:hidden}.sf-bundle-progress__fill{height:100%;border-radius:999px;background:var(--sf-button-background);transition:width .35s ease}.sf-bundle-progress__label{margin:8px 0 0;font-size:13px;color:var(--sf-muted)}.sf-bundle-summary__list{list-style:none;margin:0 0 12px;padding:0;display:flex;flex-direction:column;gap:10px}.sf-bundle-summary__item{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--sf-text)}.sf-bundle-summary__item img{width:40px;height:40px;object-fit:cover;border-radius:var(--border-radius, 4px);flex-shrink:0}.sf-bundle-summary__item-title{flex-grow:1;line-height:1.3;color:var(--sf-text)}.sf-bundle-summary__item-price{white-space:nowrap;font-weight:600;color:var(--sf-text)}.sf-bundle-summary__item-price--free{color:var(--sf-sale-price)}.sf-bundle-summary__item-price s{color:var(--sf-muted);opacity:.8;font-weight:400;margin-right:4px}.sf-bundle-summary__item-remove{background:none;border:none;cursor:pointer;color:var(--sf-muted);font-size:16px;line-height:1;padding:4px}.sf-bundle-summary__item-remove:hover{color:var(--sf-text)}.sf-bundle-summary__empty{font-size:13px;color:var(--sf-muted);text-align:center;padding:20px 0}.sf-bundle-summary__totals{border-top:1px solid var(--sf-border);padding-top:12px;margin-bottom:16px;display:flex;flex-direction:column;gap:6px;color:var(--sf-text)}.sf-bundle-summary__row{display:flex;justify-content:space-between;font-size:14px}.sf-bundle-summary__row--discount{color:var(--sf-sale-price)}.sf-bundle-summary__row--shipping span:last-child{font-variant-numeric:tabular-nums}.sf-bundle-summary__row--total{font-size:16px;font-weight:700;padding-top:6px;border-top:1px solid var(--sf-border)}.sf-bundle-summary__clear{display:block;width:100%;text-align:center;margin-top:0;font-size:13px;color:var(--sf-muted);background:none;border:none;cursor:pointer;text-decoration:underline}.sf-bundle-summary__clear:hover{color:var(--sf-text)}
/*# sourceMappingURL=/cdn/shop/t/17/assets/sf-bundle-builder.css.map */
