.bundle-picker{display:block;width:100%;margin-top:-8px}.bundle-picker .bundle-picker__header{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.75rem}.bundle-picker .bundle-picker__label{font-size:18px;font-style:normal;font-weight:700;line-height:96%;letter-spacing:-.18px}.bundle-picker .bundle-picker__current{color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));font-size:var(--font-size--sm)}.bundle-picker .bundle-picker__options{display:flex;flex-direction:column;gap:8px}.bundle-card{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:1rem;padding:10px 40px 10px 10px;background:rgb(var(--color-foreground-rgb) / .03);border:2px solid transparent;border-radius:var(--border-radius, 0);cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.bundle-card:hover{background:rgb(var(--color-foreground-rgb) / .05)}.bundle-card .bundle-card__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bundle-card .bundle-card__radio{display:flex;align-items:center;justify-content:center;align-self:stretch;width:44px;margin:-10px 0 -10px -10px;background:rgb(var(--color-foreground-rgb) / .05);border-right:1px solid rgb(var(--color-foreground-rgb) / .08);border-radius:var(--border-radius, 0) 0 0 var(--border-radius, 0)}.bundle-card .bundle-card__radio:after{content:"";width:14px;height:14px;border-radius:50%;border:2px solid rgb(var(--color-foreground-rgb) / .3);background:transparent;transition:border-color .2s ease,box-shadow .2s ease}.bundle-card .bundle-card__image{width:80px;height:80px;display:flex;align-items:center;justify-content:center}.bundle-card .bundle-card__image img{max-width:100%;max-height:100%;object-fit:contain}.bundle-card .bundle-card__content{display:flex;flex-direction:column;gap:.25rem}.bundle-card .bundle-card__title{font-family:var(--font-paragraph--family);font-size:var(--font-size--lg);font-weight:700;margin:0;text-transform:none}.bundle-card .bundle-card__price{display:flex;align-items:baseline;gap:8px}.bundle-card .bundle-card__price-current{font-size:var(--font-size--md);font-weight:500}.bundle-card .bundle-card__price-compare{font-size:var(--font-size--md);color:#12121266;text-decoration:line-through}.bundle-card .bundle-card__unit-price{font-size:var(--font-size--sm);color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text))}.bundle-card .bundle-card__badges{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.bundle-badge{display:inline-block;padding:8px 11px;font-family:var(--font-heading--family);font-size:var(--font-size--sm);font-weight:500;text-transform:uppercase;white-space:nowrap}.bundle-badge--dark{background:var(--color-foreground);color:var(--color-background)}.bundle-badge--savings{background:#ff3319;color:#fff}.bundle-badge--free{background:#ff3319;color:#fff;padding:4px 8px;font-size:12px}.bundle-card--promo{grid-template-columns:auto 1fr;align-items:start;padding:10px 10px 10px 54px;position:relative}.bundle-card--promo .bundle-card__radio{position:absolute;top:0;left:0;bottom:0;width:44px;margin:0;border-radius:var(--border-radius, 0) 0 0 var(--border-radius, 0)}.bundle-card--promo .bundle-card__title{text-transform:uppercase}.bundle-card--promo .bundle-card__image-col{display:flex;flex-direction:column;align-items:stretch;width:80px}.bundle-card--promo .bundle-card__image{border:2px solid #FF3319;border-bottom:0;border-radius:var(--border-radius, 0) var(--border-radius, 0) 0 0}.bundle-card--promo .bundle-badge--below{position:static;font-size:11px;padding:2px 0;text-align:center;border-radius:0 0 var(--border-radius, 0) var(--border-radius, 0)}.bundle-card--promo .bundle-card__free-pack{grid-column:1 / -1}.bundle-card--selected{border-color:var(--color-foreground);background:rgb(var(--color-foreground-rgb) / .02)}.bundle-card--selected .bundle-card__radio:after{border-color:var(--color-foreground);box-shadow:inset 0 0 0 3px var(--color-foreground)}.bundle-card--selected .bundle-card__free-pack{display:block}.bundle-card__free-pack{grid-column:1 / -1;padding-top:12px;border-top:1px solid rgb(var(--color-foreground-rgb) / .1);display:none}.bundle-card__free-pack .bundle-card__free-pack-label{font-size:var(--font-size--sm);font-weight:600;margin-bottom:8px;display:block}.bundle-card__free-pack .bundle-card__free-pack-swatches{display:flex;flex-wrap:wrap;gap:6px}.bundle-card__free-pack .bundle-card__free-pack-hint{font-size:var(--font-size--xs);color:rgb(var(--color-foreground-rgb) / .5);margin-top:6px;display:block}.variant-option__button-label--has-swatch{border:1px solid rgb(var(--color-foreground-rgb) / .15);padding:1px}.free-pack-swatch{display:inline-flex;align-items:center;justify-content:center;padding:1px;border:1px solid rgb(var(--color-foreground-rgb) / .15);border-radius:var(--border-radius, 0);cursor:pointer;transition:border-color .2s ease,opacity .2s ease}.free-pack-swatch.free-pack-swatch--linked{order:-1}.free-pack-swatch:hover:not([disabled]){border-color:rgb(var(--color-foreground-rgb) / .4)}.free-pack-swatch.free-pack-swatch--selected{border-color:var(--color-foreground);outline:2px solid var(--color-foreground);outline-offset:1px}.free-pack-swatch[disabled]{opacity:.3;cursor:not-allowed}.free-pack-swatch .swatch{pointer-events:none;width:40px;height:40px}@media screen and (max-width:749px){.bundle-card{padding:10px 14px 10px 4px;gap:.5rem}.bundle-card .bundle-card__radio{width:36px;margin:-10px 0 -10px -4px}.bundle-card .bundle-card__image{width:60px;height:60px}.bundle-card .bundle-card__badges{flex-direction:row;justify-content:flex-start;align-items:center}.bundle-card--promo{padding-left:44px}.bundle-card--promo .bundle-card__image{width:80px;height:80px}.bundle-card--promo .bundle-card__radio{width:36px;margin:0}.bundle-badge{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/bundle-picker.css.map */
