.bundle-builder{--bb-ink: #0a2540;--bb-blue: #10285f;--bb-navy: #0d2248;--bb-cream: #faf8f4;--bb-soft: #f5f2ec;--bb-rule: #e8e2d8;--bb-muted: #5a6b85;--bb-serif: var(--font-heading-family, "Playfair Display", Georgia, "Times New Roman", serif);--bb-sans: var(--font-body-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);color:var(--bb-ink);background:#fff;font-family:var(--bb-sans);-webkit-font-smoothing:antialiased}.bundle-builder *,.bundle-builder *:before,.bundle-builder *:after{box-sizing:border-box}.bundle-builder .page-width{max-width:1280px;margin:0 auto;padding-inline:40px}.bundle-builder__intro{text-align:center;padding:48px 20px 28px}.bundle-builder__eyebrow{margin:0;font-family:var(--bb-serif);font-size:clamp(32px,3.2vw,44px);font-weight:700;letter-spacing:.01em;line-height:1.1;color:#111}.bundle-builder__intro h1{display:none}.bundle-builder__description{max-width:520px;margin:14px auto 0;color:#3a5078;font-size:15px;line-height:1.45;font-weight:400}.bundle-builder__description p{margin:0}.bundle-builder__layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:32px;align-items:start;padding-bottom:40px}.bundle-builder__tabs{display:flex;gap:28px;overflow-x:auto;padding:0 0 12px;border-bottom:1px solid var(--bb-rule);scrollbar-width:none;-ms-overflow-style:none}.bundle-builder__tabs::-webkit-scrollbar{display:none}.bundle-builder__tab{position:relative;border:0;padding:0 0 10px;background:transparent;color:#4a5a75;font:500 14px/1.2 var(--bb-sans);white-space:nowrap;cursor:pointer;transition:color .15s}.bundle-builder__tab:hover{color:var(--bb-ink)}.bundle-builder__tab:after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:2px;background:var(--bb-blue);opacity:0;transition:opacity .15s}.bundle-builder__tab.is-active{color:var(--bb-ink);font-weight:600}.bundle-builder__tab.is-active:after{opacity:1}.bundle-builder__panel{display:none;padding-top:22px}.bundle-builder__panel.is-active{display:block}.bundle-builder__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.bundle-product{min-width:0;background:var(--bb-cream);border:1px solid transparent;border-radius:2px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.bundle-product:hover{border-color:#c8d0da}.bundle-product.is-selected{border-color:var(--bb-blue);box-shadow:inset 0 0 0 1px var(--bb-blue)}.bundle-product__select{display:block;width:100%;border:0;padding:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.bundle-product__image-wrap{position:relative;display:block;aspect-ratio:1 / 1.05;overflow:hidden;background:#d8d8d8}.bundle-product__image,.bundle-product__placeholder{display:block;width:100%;height:100%;object-fit:cover}.bundle-product__check{position:absolute;top:12px;right:12px;display:grid;width:26px;height:26px;place-items:center;border-radius:50%;background:var(--bb-blue);color:#fff;font:700 13px/1 Arial,sans-serif;opacity:0;transform:scale(.8);transition:opacity .2s,transform .2s}.bundle-product.is-selected .bundle-product__check{opacity:1;transform:scale(1)}.bundle-product__details{display:block;padding:12px 14px 14px;background:var(--bb-cream)}.bundle-product__row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px}.bundle-product__name{font-size:13px;font-weight:500;color:#1a1a1a;line-height:1.3;flex:1;min-width:0}.bundle-product__price{font-size:12px;font-weight:500;color:#222;white-space:nowrap;flex-shrink:0}.bundle-product__color-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:22px}.bundle-product__color-name{font-size:12px;color:#555;text-transform:capitalize}.bundle-product__swatches{display:flex;align-items:center;gap:5px}.bundle-product__swatch{width:14px;height:14px;border-radius:50%;border:1px solid rgba(0,0,0,.12);padding:0;cursor:pointer;transition:transform .15s,box-shadow .15s;flex-shrink:0}.bundle-product__swatch.is-active,.bundle-product__swatch:hover{box-shadow:0 0 0 1.5px #fff,0 0 0 2.5px var(--bb-blue);transform:scale(1.1)}.bundle-product__swatch-arrow{border:0;background:transparent;color:#888;font-size:14px;line-height:1;padding:0 2px;cursor:pointer;display:flex;align-items:center}.bundle-product__swatch-arrow:hover{color:var(--bb-ink)}.bundle-product__variant-label{display:block;margin:0 14px 4px;color:#677087;font-size:11px}.bundle-product__variant{display:block;width:calc(100% - 28px);margin:0 14px 12px;padding:7px 10px;border:1px solid #dad6cf;background:#fff;color:#142753;font:12px var(--bb-sans);border-radius:2px}.bundle-builder__empty{padding:60px 0;color:#5a6b85;font-size:14px;text-align:center}.bundle-summary{position:sticky;top:24px;border:1px solid var(--bb-rule);background:var(--bb-cream);padding:22px 18px 0;border-radius:2px}.bundle-summary h2{margin:0 0 20px;color:#111;text-align:center;font:700 16px/1.2 var(--bb-sans);letter-spacing:.01em}.bundle-summary__items{margin:0;padding:0;list-style:none}.bundle-summary__item{display:flex;min-height:64px;align-items:center;gap:14px;border-top:1px solid var(--bb-rule);color:var(--bb-ink);font-size:13px;padding:4px 0}.bundle-summary__item:first-child{border-top:0}.bundle-summary__number{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border:1.5px dashed #9aa3b2;background:#fff;color:var(--bb-ink);font-size:22px;line-height:1;cursor:pointer;transition:border-color .2s,background .2s,color .2s;border-radius:2px}.bundle-summary__number:hover{border-color:var(--bb-blue);background:#f0f4fb}.bundle-summary__item.is-selected .bundle-summary__number{border-style:solid;border-color:var(--bb-blue);background:var(--bb-blue);color:#fff;font-size:16px}.bundle-summary__label{flex:1;min-width:0;color:#1a2a4a;font-size:13px;line-height:1.3}.bundle-summary__item.is-selected .bundle-summary__label{font-weight:500;color:var(--bb-ink)}.bundle-summary__remove{margin-left:auto;border:0;background:transparent;color:#8a93a5;font-size:20px;line-height:1;cursor:pointer;padding:4px;flex-shrink:0}.bundle-summary__remove:hover{color:#c0392b}.bundle-summary__add{width:calc(100% + 36px);margin:8px -18px 0;border:0;padding:16px;background:var(--bb-blue);color:#fff;font:600 14px/1 var(--bb-sans);cursor:pointer;letter-spacing:.02em;transition:background .15s}.bundle-summary__add:hover:not(:disabled){background:var(--bb-navy)}.bundle-summary__add:disabled{background:#a0a8b5;cursor:not-allowed}.bundle-summary__message{min-height:18px;margin:10px 0 12px;color:#244270;text-align:center;font-size:12px}.bundle-benefits{border-block:1px solid #ebe7df;background:var(--bb-soft)}.bundle-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);padding-block:22px}.bundle-benefit{display:flex;align-items:flex-start;gap:14px;padding:8px 20px;border-right:1px solid #e0dbd2}.bundle-benefit:last-child{border-right:0}.bundle-benefit__icon{flex-shrink:0;width:28px;height:28px;color:#7a807c;display:flex;align-items:center;justify-content:center}.bundle-benefit__icon svg{width:26px;height:26px}.bundle-benefit__text h3{margin:0;color:#1a1a1a;font:700 13px/1.25 var(--bb-serif)}.bundle-benefit__text p{margin:4px 0 0;color:#333;font-size:12px;line-height:1.35}.bundle-inspiration{display:grid;grid-template-columns:1.15fr repeat(4,1fr);gap:8px;padding-block:40px;align-items:stretch}.bundle-inspiration__copy{display:flex;min-height:180px;flex-direction:column;align-items:flex-start;justify-content:center;padding:28px 24px;background:#f4f3ef}.bundle-inspiration h2{margin:0;color:#102b62;font:700 20px/1.2 var(--bb-serif)}.bundle-inspiration .rte{max-width:200px;margin-top:10px;color:#1a2f5c;font-size:13px;line-height:1.4}.bundle-inspiration .rte p{margin:0}.bundle-inspiration a{margin-top:18px;color:#0a2550;font-size:13px;font-weight:600;text-decoration:none}.bundle-inspiration a:hover{text-decoration:underline}.bundle-inspiration__tile{min-height:180px;overflow:hidden;background:#d4d4d4;position:relative}.bundle-inspiration__tile.is-highlighted{outline:2px solid #6b5bff;outline-offset:-2px}.bundle-inspiration__tile img{display:block;width:100%;height:100%;object-fit:cover}.bundle-newsletter{background:#1e3568;color:#fff}.bundle-newsletter__inner{display:grid;grid-template-columns:minmax(0,340px) minmax(260px,1fr);gap:48px;align-items:center;padding-block:28px!important}.bundle-newsletter h2{color:#fff;margin:0;font:700 28px/1.2 var(--bb-serif)}.bundle-newsletter p{max-width:320px;margin:8px 0 0;font-size:13px;line-height:1.4;opacity:.92}.bundle-newsletter__form{position:relative;max-width:380px;justify-self:end;width:100%}.bundle-newsletter__form input{width:100%;height:44px;border:0;border-radius:22px;padding:0 52px 0 20px;background:#fff;color:#1a2a4a;font:14px var(--bb-sans)}.bundle-newsletter__form input::placeholder{color:#8a93a5}.bundle-newsletter__form button{position:absolute;top:6px;right:6px;width:32px;height:32px;border:0;border-radius:50%;background:transparent;color:#1e3568;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.bundle-newsletter__form button:hover{background:#f0f4fb}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1100px){.bundle-builder .page-width{padding-inline:28px}.bundle-builder__layout{grid-template-columns:minmax(0,1fr) 260px;gap:24px}.bundle-inspiration{grid-template-columns:1.1fr repeat(3,1fr)}.bundle-inspiration__tile:last-child{display:none}}@media(max-width:900px){.bundle-builder__layout{grid-template-columns:1fr;gap:24px}.bundle-summary{position:static;order:-1}.bundle-summary__items{display:grid;grid-template-columns:1fr 1fr}.bundle-summary__item{min-height:58px;padding-right:8px}.bundle-summary__item:nth-child(odd){border-right:1px solid var(--bb-rule)}.bundle-summary__add{width:100%;margin:12px 0 0}.bundle-benefits__grid{grid-template-columns:1fr 1fr;gap:16px;padding-block:20px}.bundle-benefit{border-right:0;padding:8px 12px}.bundle-inspiration{grid-template-columns:1fr 1fr;gap:8px;padding-block:28px}.bundle-inspiration__copy{grid-column:span 2;min-height:140px}.bundle-inspiration__tile{min-height:140px}.bundle-inspiration__tile:nth-child(n+4){display:none}.bundle-newsletter__inner{grid-template-columns:1fr;gap:20px;padding-block:28px!important}.bundle-newsletter__form{justify-self:stretch;max-width:none}}@media(max-width:640px){.bundle-builder .page-width{padding-inline:16px}.bundle-builder__intro{padding:32px 12px 20px}.bundle-builder__eyebrow{font-size:28px}.bundle-builder__description{font-size:14px}.bundle-builder__tabs{gap:18px}.bundle-builder__tab{font-size:13px}.bundle-builder__products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bundle-product__name{font-size:12px}.bundle-product__price{font-size:11px}.bundle-summary__items{grid-template-columns:1fr}.bundle-summary__item:nth-child(odd){border-right:0}.bundle-benefits__grid{grid-template-columns:1fr}}@media(max-width:400px){.bundle-builder__products{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bundle-builder.css.map */
