.bundle-builder-overlay{display:none}.bundle-builder-overlay.active{position:fixed;background-color:var(--hh-color-ink-with-opacity);display:block;height:100vh;width:100vw;z-index:3}body.scroll-lock .bundle-builder-sticky{z-index:1}body.scroll-lock-byob{height:100%;overflow:hidden;width:100%}.bundle-builder-sticky{position:fixed;bottom:0;left:0;right:0;background-color:var(--hh-color-reverse);z-index:4}.bundle-builder__expanded .bundle-builder-sticky__expanded-view{display:block}.bundle-builder-sticky__expanded-view,.bundle-builder__expanded .bundle-builder-sticky__collapsed-view{display:none}.bundle-builder-sticky__collapsed-view{display:flex;flex-direction:column;gap:var(--hh-space-sm);padding:var(--hh-space-sm) var(--hh-space-md)}.bundle-builder-sticky__actions{display:flex;align-items:center;gap:var(--hh-space-xs)}.bundle-builder-sticky__expanded-view .bundle-builder-sticky__actions{padding:var(--hh-space-sm) var(--hh-space-md);border-top:1px solid #e7e7e7}.bundle-builder-sticky__expand{display:flex;justify-content:center;align-items:center;width:44px;height:44px;border:none;border-radius:0;cursor:pointer;background-color:var(--hh-color-neutral);color:var(--hh-color-ink)}.bundle-builder-sticky__expand .icon{width:15px}.bundle-builder-sticky__add-to-cart{flex-grow:1}.bundle-builder__selected-count{font-size:12px}.bundle-builder-sticky__expanded-view--header{display:flex;justify-content:space-between;align-items:center;padding:var(--hh-space-md) 16px;border-bottom:1px solid #e7e7e7}.bundle-builder-sticky__expanded-view--header-actions{display:flex;align-items:center;gap:var(--hh-space-md)}.bundle-builder-sticky__collapse{display:flex;justify-content:center;align-items:center;width:18px;height:18px;padding:0;border:none;border-radius:0;cursor:pointer;background-color:transparent;color:var(--hh-color-ink)}.bundle-builder-sticky__collapse .icon{width:18px}.bundle-builder__sticky-contents-item{padding:var(--hh-space-xs) var(--hh-space-md);border-bottom:1px solid var(--hh-color-neutral);display:flex;align-items:center;gap:var(--hh-space-xs)}.bundle-builder__sticky-contents-item:last-child{border-bottom:none}.bundle-builder__sticky-contents-item--placeholder:empty{display:block;width:70px;height:70px;border:1px dashed #d9d9d9}.bundle-builder__sticky-contents-item svg,.bundle-builder__sticky-contents-item--image{width:70px;height:70px;object-fit:cover;flex-shrink:0}.bundle-builder__sticky-contents-item svg{background-color:var(--hh-color-light)}.bundle-builder__accordion-header--caption,.bundle-builder__sticky-contents-item--notes{color:var(--hh-color-subdued)}.bundle-builder{display:flex;flex-direction:column-reverse}.bundle-builder__info-wrapper{display:flex;flex-direction:column;align-items:center;gap:var(--hh-space-md);padding:var(--hh-space-lg) var(--hh-space-md)}.bundle-builder__info{width:100%;display:flex;flex-direction:column;align-items:center;gap:var(--hh-space-xs);text-align:center}.bundle-builder__blurb{display:flex;gap:var(--hh-space-md)}.bundle-builder__blurb--top{flex-direction:row;align-items:center}.bundle-builder__blurb--bottom{flex-direction:column;padding:var(--hh-space-md)}.bundle-builder__blurb-content{display:flex;flex-direction:column;gap:var(--hh-space-xs)}.bundle-builder__blurb-image{flex-shrink:0}.bundle-builder__blurb--top .bundle-builder__blurb-image{flex-basis:31%}.bundle-builder__blurb--bottom .bundle-builder__blurb-image{flex-basis:100%}.bundle-builder__accordions-title{padding:20px;text-align:center;border-top:1px solid var(--hh-color-neutral);border-bottom:1px solid var(--hh-color-neutral)}.bundle-builder__accordion-content{display:flex;border-bottom:1px solid var(--hh-color-neutral)}.bundle-builder__accordion-content.open{padding:0}.bundle-builder__accordion-content--inner{padding:var(--hh-space-md)}.bundle-builder__accordion-content--notes-description{margin-bottom:var(--hh-space-md)}.bundle-builder__accordion-content--note-title{font-weight:700;text-transform:uppercase}.bundle-builder__accordion-content--notes{display:flex;flex-direction:column;gap:var(--hh-space-xs)}.bundle-builder__accordions{display:flex;flex-direction:column}.bundle-builder__accordion-header{display:flex;justify-content:space-between;align-items:center;gap:var(--hh-space-xs);padding:var(--hh-space-xs) 20px var(--hh-space-xs) var(--hh-space-xs);border-bottom:1px solid var(--hh-color-neutral)}.bundle-builder__accordion-toggle{background:none;border:none;padding:0;text-decoration:underline;cursor:pointer;padding:var(--hh-space-xs)}.bundle-builder__accordion-toggle .icon{width:var(--hh-icon-size-sm);color:var(--hh-color-ink)}.bundle-builder__accordion-toggle[aria-expanded=true] .icon{transform:rotate(180deg)}.bundle-builder__accordion-header--image{height:70px;width:70px;flex-shrink:0}.bundle-builder__accordion-header--details{flex-grow:1}.bundle-builder__quantity-controls{display:flex;align-items:center;gap:var(--hh-space-xs)}.bundle-builder__quantity-remove,.bundle-builder__quantity-add{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border:none;border-radius:0;cursor:pointer}.bundle-builder__quantity-remove,.bundle-builder__quantity-add{background-color:var(--hh-color-neutral);color:var(--hh-color-ink)}.bundle-builder__quantity-add:disabled{opacity:.5}.bundle-builder__quantity-add--added{background-color:var(--hh-color-brand-primary);color:var(--hh-color-reverse)}.bundle-builder__quantity-controls svg{width:var(--hh-icon-size-sm)}.bundle-builder__contents{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:var(--hh-space-xs);width:100%}.bundle-builder__contents-item{aspect-ratio:1;overflow:hidden}.bundle-builder__accordion-header--image:has(svg),.bundle-builder__contents-item:has(svg){background-color:var(--hh-color-light)}.bundle-builder__contents-item img{height:100%;width:100%;object-fit:cover}.bundle-builder__contents-item--empty{border:1px dashed #dbdbdb}.bundle-builder__actions,.bundle-builder__add-to-cart{width:100%}@media screen and (max-width: 749px){.bundle-builder__info .bundle-builder__contents,.bundle-builder .purchase-incentives{display:none}.bundle-builder__blurb--top .bundle-builder__blurb-paragraph{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}}@media screen and (min-width: 750px){body:has(.bundle-builder) .header{border-bottom:1px solid var(--hh-color-neutral)}.bundle-builder{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--hh-color-neutral)}.bundle-builder__info-wrapper{gap:var(--hh-space-lg);padding:var(--hh-space-lg) var(--hh-space-xl);border-left:1px solid var(--hh-color-neutral);border-top:1px solid var(--hh-color-neutral)}.bundle-builder__items-title{border-top:none}.bundle-builder__accordion-header--details{padding:0 var(--hh-space-xs)}.bundle-builder__accordion-content--inner{padding:var(--hh-space-md) 84px var(--hh-space-md) 140px}.bundle-builder__contents-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding-top:var(--hh-space-sm);margin:var(--hh-space-xs) 0;border-top:1px solid var(--hh-color-neutral)}.bundle-builder__contents{margin-bottom:var(--hh-space-xs)}.bundle-builder .purchase-incentives{margin:var(--hh-space-xs) 0}}
/*# sourceMappingURL=/cdn/shop/t/474/assets/section-product-bundle-builder.css.map */
