.bundle-picker{--bundle-card-bg: rgb(var(--bg-color));--bundle-surface: rgba(var(--panel-bg-color));--bundle-card-border: rgba(var(--text-color) / .15);--bundle-accent: rgb(var(--heading-color));--bundle-savings-color: rgb(var(--success-text-color));--bundle-card-radius: var(--input-border-radius, 8px);--bundle-columns: 4;display:block}.bundle-section{scroll-margin-top:calc(10 * var(--space-unit))}.bundle-section.color-scheme{padding-block:calc(var(--section-gap) * 1px);background-color:rgba(var(--bg-color))}.bundle-section--spacing{padding-block:calc(6 * var(--space-unit))}.bundle-section--panel{padding-block:calc(8 * var(--space-unit));padding-inline:clamp(calc(4 * var(--space-unit)),4vw,calc(8 * var(--space-unit)));background-color:rgba(var(--panel-bg-color));border-radius:var(--input-border-radius, 8px)}.bundle-section__inner{display:flex;flex-direction:column;gap:calc(8 * var(--space-unit))}.bundle-section__header{display:flex;flex-direction:column;gap:calc(2 * var(--space-unit))}.bundle-section__header.text-center{align-items:center;text-align:center}.bundle-section__header.text-end{align-items:flex-end;text-align:end}.bundle-section__eyebrow{margin:0;font-size:.8em;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--text-color) / .7)}.bundle-section__title{margin:0}.bundle-section__subheading{max-width:var(--reading-width, 48em);color:rgba(var(--text-color) / .85)}.bundle-section__header.text-center .bundle-section__subheading{margin-inline:auto}.bundle-section__footer{display:flex;flex-direction:column}.bundle-section__error{padding:calc(6 * var(--space-unit));border:1px solid rgba(var(--text-color) / .15);border-radius:var(--input-border-radius, 8px);background:rgba(var(--panel-bg-color))}.bundle-section__error :first-child{margin-top:0}.bundle-section__error :last-child{margin-bottom:0}.product-bundle-cta{display:flex;flex-direction:column;align-items:flex-start;gap:calc(3 * var(--space-unit))}.product-bundle-cta.text-center{align-items:center;text-align:center}.product-bundle-cta.text-end{align-items:flex-end;text-align:end}.bundle-cta-button{max-width:100%}.bundle-whatyouget{border:1px solid rgba(var(--text-color) / .15);border-radius:var(--input-border-radius, 8px);padding:calc(3 * var(--space-unit)) calc(4 * var(--space-unit));width:100%}.product-bundle-cta.text-center .bundle-whatyouget,.product-bundle-cta.text-end .bundle-whatyouget{text-align:start}.bundle-whatyouget__label{display:block;margin-bottom:calc(1.5 * var(--space-unit));font-size:.75em;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--text-color) / .65)}.bundle-whatyouget__list{list-style:none;padding:0;margin:0;line-height:1.7;color:rgb(var(--text-color))}.bundle-slot{border:0;padding:0;margin:0;min-width:0}.bundle-slot__title{color:rgb(var(--heading-color))}.bundle-slot__included{display:inline-block;margin-left:calc(1.5 * var(--space-unit));padding:.15em .6em;font-size:.65em;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgb(var(--success-text-color));background:rgb(var(--success-bg-color));border-radius:999px;vertical-align:middle}.bundle-slot--missing{border:1px solid var(--bundle-card-border);border-radius:var(--bundle-card-radius);padding:calc(4 * var(--space-unit));background:var(--bundle-surface)}.bundle-slot--missing legend{font-weight:600;color:rgb(var(--heading-color))}.bundle-picker__slots--showcase{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(4 * var(--space-unit))}@media(min-width:769px){.bundle-picker__slots--showcase{grid-template-columns:repeat(var(--bundle-columns, 4),minmax(0,1fr))}}.bundle-slot--card{display:flex;flex-direction:column;background:var(--bundle-card-bg);border:1px solid var(--bundle-card-border);border-radius:var(--bundle-card-radius);padding:calc(3 * var(--space-unit));transition:border-color .15s ease,box-shadow .15s ease}.bundle-slot--card[data-bundle-picked=true]{border-color:var(--bundle-accent);box-shadow:inset 0 0 0 1px var(--bundle-accent)}.bundle-slot__media{aspect-ratio:1 / 1;overflow:hidden;background:var(--bundle-surface);border-radius:calc(var(--bundle-card-radius) * .6);margin-bottom:calc(2 * var(--space-unit));display:flex;align-items:center;justify-content:center}.bundle-slot__image{width:100%;height:100%;object-fit:contain;filter:grayscale(1);transition:filter .35s ease}.bundle-slot--card[data-bundle-picked=true] .bundle-slot__image,.bundle-picker--no-greyscale .bundle-slot__image,.bundle-slot--single .bundle-slot__image{filter:none}.bundle-slot__title{font-weight:600;font-size:.95em;line-height:1.35;margin-bottom:calc(2 * var(--space-unit));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4em;text-align:center;text-wrap-style:balance}.bundle-slot__title .bundle-slot__product-link{display:inline}.bundle-slot__title .bundle-slot__product-link .icon{vertical-align:-.1em;margin-left:5px}.bundle-slot__controls{margin-top:auto}.bundle-slot__select-label{display:block;font-size:.8em;font-weight:500;color:rgba(var(--text-color) / .7);margin-bottom:calc(1 * var(--space-unit))}.bundle-slot__select-wrap{display:block;width:100%}.bundle-slot__select{width:100%;text-overflow:ellipsis}.bundle-slot--single .bundle-slot__select-wrap.select:after{display:none}@media(max-width:540px){.bundle-picker__slots--showcase{gap:calc(2.5 * var(--space-unit))}.bundle-slot--card{padding:calc(2 * var(--space-unit))}.bundle-slot__media{margin-bottom:calc(1.5 * var(--space-unit))}.bundle-slot__title{font-size:.9em;margin-bottom:calc(1.5 * var(--space-unit))}.bundle-slot__select{padding-inline-start:calc(2.5 * var(--space-unit));padding-inline-end:calc(6 * var(--space-unit));font-size:.82em}.bundle-slot__select-wrap.select:after{right:calc(2 * var(--space-unit))}}.bundle-picker__slots--standard{display:flex;flex-direction:column;border-top:1px solid var(--bundle-card-border)}.bundle-slot--row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:calc(3 * var(--space-unit));padding:calc(3.5 * var(--space-unit)) 0;border:0;border-bottom:1px solid var(--bundle-card-border)}.bundle-row__media{width:calc(16 * var(--space-unit));height:calc(16 * var(--space-unit));flex-shrink:0;overflow:hidden;border-radius:calc(var(--bundle-card-radius) * .6);background:var(--bundle-surface);display:flex;align-items:center;justify-content:center}.bundle-row__image{width:100%;height:100%;object-fit:contain}.bundle-row__details{display:flex;flex-direction:column;gap:calc(.5 * var(--space-unit));min-width:0}.bundle-row__title{font-weight:600;line-height:1.3;color:rgb(var(--heading-color))}.bundle-row__subtitle{font-size:.9em;color:rgba(var(--text-color) / .6)}.bundle-row__select{width:100%;max-width:320px;margin-top:calc(1 * var(--space-unit))}.bundle-row__pricing{text-align:end;white-space:nowrap;align-self:center}.bundle-row__price{font-weight:600;color:rgb(var(--heading-color))}.bundle-row__rrp{margin-right:.4em;font-weight:400;color:rgba(var(--text-color) / .5)}@media(max-width:540px){.bundle-row__media{width:calc(13 * var(--space-unit));height:calc(13 * var(--space-unit))}.bundle-slot--row{gap:calc(2.5 * var(--space-unit))}}.bundle-summary{display:flex;flex-direction:column;gap:calc(2 * var(--space-unit))}.bundle-summary__prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:calc(2 * var(--space-unit))}.bundle-summary__rrp-label{font-size:.75em;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--text-color) / .6)}.bundle-summary__rrp{color:rgba(var(--text-color) / .6)}.bundle-summary__price{font-size:1.5em;font-weight:700;color:rgb(var(--heading-color))}.bundle-summary__price:empty{display:none}.bundle-summary__savings{color:var(--bundle-savings-color);font-weight:600;font-size:.95em}.bundle-summary__savings:empty{display:none}.bundle-summary__hint{margin:0;font-size:.9em;font-style:italic;color:rgba(var(--text-color) / .7)}.bundle-add{margin-top:calc(1 * var(--space-unit))}.bundle-add[disabled]{opacity:.55;cursor:not-allowed}.bundle-error{margin:calc(2 * var(--space-unit)) 0 0;color:rgb(var(--error-text-color));font-size:.95em}.bundle-error[hidden]{display:none}.bundle-picker--showcase .bundle-section__footer{align-items:center;text-align:center;max-width:480px;margin-inline:auto;width:100%}.bundle-picker--showcase .bundle-summary{align-items:center;width:100%}.bundle-picker--showcase .bundle-summary__prices{justify-content:center}.bundle-picker--showcase .bundle-add{width:100%}.bundle-picker--standard .bundle-section__footer{margin-top:calc(4 * var(--space-unit))}.bundle-picker--standard .bundle-summary{gap:calc(3 * var(--space-unit))}.bundle-picker--standard .bundle-add{width:100%}.bundle-picker .visually-hidden,.bundle-section .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}.bundle-slot__product-link{display:inline-flex;align-items:center;gap:calc(1 * var(--space-unit));color:inherit;text-decoration:none}.bundle-slot__product-link:hover,.bundle-slot__product-link:focus-visible{text-decoration:underline}.bundle-slot__product-link .icon{width:1em;height:1em;flex:none;opacity:.7}
/*# sourceMappingURL=/cdn/shop/t/3/assets/bundle-picker.css.map */
