.bundle-builder{--bundle-accent-color: #D4AF37;--bundle-card-bg: #ffffff;--bundle-card-border: #e5e5e5}.bundle-builder__container{display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width: 990px){.bundle-builder__container{grid-template-columns:1fr 350px;gap:3rem;align-items:start}}.bundle-builder__header{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem}.bundle-builder__title{margin:0;flex:1}.bundle-builder__subtitle{width:100%;margin:0;color:rgba(var(--color-foreground),.7)}.bundle-builder__pick-btn{border:none;padding:.8rem 1.5rem;font-size:1.4rem;font-weight:500;cursor:pointer;border-radius:50px;transition:opacity .2s}.bundle-builder__pick-btn:hover{opacity:.85}.bundle-builder__pick-btn--panel{width:40%;margin-top:1.8rem}@media screen and (min-width: 990px){.bundle-builder__header .bundle-builder__pick-btn{display:none}}.bundle-builder__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media screen and (min-width: 750px){.bundle-builder__grid{grid-template-columns:repeat(3,1fr)}}.bundle-product-card{background:var(--bundle-card-bg);border:1px solid var(--bundle-card-border);border-radius:8px;padding:2.5rem;text-align:center;display:flex;flex-direction:column;gap:1.5rem;transition:border-color .2s,box-shadow .2s}@media (max-width:767px){.bundle-product-card{gap:.5rem}}.bundle-product-card:hover{border-color:rgba(var(--color-foreground),.2)}.bundle-product-card.is-selected{border-color:var(--bundle-accent-color);box-shadow:0 0 0 1px var(--bundle-accent-color)}.bundle-product-card__tier{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-size:1.2rem;font-weight:500;color:var(--bundle-accent-color)}.bundle-product-card__tier .tier-dot{width:8px;height:8px;border-radius:50%;background:var(--bundle-accent-color)}.bundle-product-card__tier--gold{color:#d4af37}.bundle-product-card__tier--gold .tier-dot{background:#d4af37}.bundle-product-card__tier--silver{color:silver}.bundle-product-card__tier--silver .tier-dot{background:silver}.bundle-product-card__tier--bronze{color:#cd7f32}.bundle-product-card__tier--bronze .tier-dot{background:#cd7f32}.bundle-product-card__title{font-size:1.4rem;font-weight:600;margin:0;line-height:1.3}@media screen and (min-width: 750px){.bundle-product-card__title{font-size:1.6rem}}.bundle-product-card__price{font-size:1.2rem;color:rgba(var(--color-foreground),.7)}.bundle-product-card__price-label{font-weight:500}.bundle-product-card__image{padding:1rem 0}.bundle-product-card__image img{max-width:100%;height:auto;object-fit:contain}.bundle-product-card__nutrition{display:flex;flex-wrap:wrap;gap:5px 10px;font-size:1rem;color:rgba(var(--color-foreground),.6);justify-content:center}@media screen and (min-width: 750px){.bundle-product-card__nutrition{flex-wrap:nowrap;font-size:1.2rem;gap:0}.bundle-product-card__nutrition span{width:calc(33% - .25rem);padding:0 10px}.bundle-product-card__nutrition span:not(:last-child){border-right:1px solid #e5e5e5}}.bundle-product-card__actions{margin-top:0;padding-top:.5rem}.bundle-product-card__add-btn{width:100%;min-height:4.5rem;max-height:4.5rem}.bundle-product-card__add-btn:hover{opacity:.85}.bundle-product-card__quantity{display:flex;align-items:center;justify-content:space-between;border:2px solid var(--bundle-card-border);border-radius:50px;padding:.3rem}.bundle-product-card__quantity.hidden,.bundle-product-card__add-btn.hidden{display:none}.bundle-product-card__qty-btn{width:36px;height:36px;border-radius:50%;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:300;transition:background-color .2s}.bundle-product-card__qty-btn:hover{background:rgba(var(--color-foreground),.05)}.bundle-product-card__qty-value{font-size:1.3rem;font-weight:500}.bundle-product-card__description{font-size:1.2rem;color:rgba(var(--color-foreground),.6);margin:.5rem 0 0;line-height:1.4}.bundle-builder__panel{display:none}.bundle-builder__panel-inner{border-radius:8px;border:1px solid var(--bundle-card-border);padding:2rem}.bundle-builder__panel-header{margin-bottom:1.5rem}.bundle-builder__panel-title{font-size:2.4rem;line-height:1.2;margin:0 0 .5rem}.bundle-builder__panel-subtitle{font-size:1.4rem;color:rgba(var(--color-foreground),.7);margin:0}@media screen and (min-width: 990px){.bundle-builder__panel{display:block;position:sticky;top:120px}.bundle-builder__panel-title{font-size:3.4rem}}.bundle-builder__progress{margin-bottom:1rem}.bundle-builder__progress-header{display:flex;justify-content:space-between;align-items:center;font-size:1.3rem}.bundle-builder__progress-count{font-weight:600}.bundle-builder__progress-remaining{color:rgba(var(--color-foreground),.6)}.bundle-builder__progress-complete{display:inline-flex;align-items:center;gap:.4rem;color:#4caf50;font-weight:500}.bundle-builder__progress-complete.hidden,.bundle-builder__progress-remaining.hidden{display:none}.bundle-builder__progress-bar{width:100%;height:6px;background:rgba(var(--color-foreground),.1);border-radius:3px;margin-top:.8rem;overflow:hidden}.bundle-builder__progress-bar-fill{height:100%;background:var(--bundle-accent-color);border-radius:3px;transition:width .3s ease;display:block!important}.bundle-builder__progress-bar--mobile{margin-top:0;margin-bottom:1rem}.bundle-builder__slots{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-bottom:1.5rem}.bundle-builder__slot{display:flex;flex-direction:column;gap:.4rem}.bundle-builder__slot-inner{aspect-ratio:1;border:1.5px dashed #383838;border-radius:6px;position:relative;overflow:hidden;transition:border-color .2s,background-color .2s}.bundle-builder__slot.is-filled .bundle-builder__slot-inner{border-style:solid;border-color:transparent}.bundle-builder__slot-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:.5rem;background-size:cover;background-position:center}.bundle-builder__slot-remove{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;border:none;background:#0009;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.bundle-builder__slot-remove:hover{background:#000c}.bundle-builder__slot-remove.hidden{display:none}.bundle-builder__slot-tier{font-size:1.1rem;text-align:center;color:var(--bundle-accent-color);min-height:1.4rem;display:none}.bundle-builder__slot.is-filled .bundle-builder__slot-inner,.bundle-builder__mobile-slot.is-filled .bundle-builder__mobile-slot-inner{background:var(--bundle-accent-color)}.bundle-builder__checkout{border-top:1px solid var(--bundle-card-border);padding-top:1.5rem;margin-top:.5rem}.bundle-builder__checkout.hidden{display:none}.bundle-builder__purchase-options{display:flex;border:1px solid var(--bundle-card-border);border-radius:36px;overflow:hidden;margin-bottom:1rem;background:linear-gradient(#ededed29,#87878714);box-shadow:inset 0 4px 4px #0000001a}.bundle-builder__option-btn{flex:1;padding:1rem;border:none;background:transparent;cursor:pointer;font-size:1.3rem;font-weight:500;transition:background-color .2s;border-radius:36px}.bundle-builder__option-btn:hover{background:rgba(var(--color-foreground),.03)}.bundle-builder__option-btn--active{background:rgba(var(--color-background));border:1px solid var(--bundle-card-border)}.bundle-builder__save-text{color:#4caf50}.bundle-builder__frequency{position:relative;margin-bottom:1rem}.bundle-builder__frequency-select{width:100%;padding:1rem 3rem 1rem 1rem;border:1px solid var(--bundle-card-border);border-radius:6px;background:transparent;font-size:1.4rem;cursor:pointer;appearance:none;-webkit-appearance:none}.bundle-builder__frequency-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none}.bundle-builder__frequency.hidden{display:none}.bundle-builder__cart-btn{width:100%;transition:opacity .2s;border-radius:var(--button-radius);font-size:15px}.bundle-builder__cart-btn:disabled{opacity:.5;cursor:not-allowed}.bundle-builder__cart-btn:not(:disabled):hover{opacity:.85}.bundle-builder__cart-price{display:flex;align-items:center;gap:.5rem}.bundle-builder__cart-compare{text-decoration:line-through;opacity:.6;font-size:1.2rem}.bundle-builder__cart-compare.hidden{display:none}.bundle-builder__select-more{margin-top:1rem}.bundle-builder__select-more.hidden{display:none}.bundle-builder__select-more-btn{width:100%;background:rgba(var(--color-foreground),.1);color:rgba(var(--color-foreground),.5);border:none;padding:1.2rem 2rem;font-size:1.4rem;font-weight:500;cursor:not-allowed;border-radius:6px}.mobile-panel--open .bundle-builder__mobile-panel:after{content:"";display:block;position:fixed;z-index:9;top:0;left:0;width:100%;height:100%;opacity:0;cursor:url(cross.svg),url(cross.png),zoom-out;pointer-events:none;transition:opacity var(--duration-long) ease;background-color:rgba(var(--color-overlay),.5)}.mobile-panel--open .bundle-builder__mobile-panel:after{opacity:1;pointer-events:visible}.bundle-builder__trust{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;padding-block:1.5rem;border-bottom:1px dashed var(--bundle-card-border);border-top:1px dashed var(--bundle-card-border);font-size:1.2rem;color:rgba(var(--color-foreground),.6);cursor:pointer}.bundle-builder__trust-badge{display:inline-flex;align-items:center;gap:.3rem;color:rgba(var(--color-foreground),.8)}.bundle-builder__mobile-panel{position:fixed;bottom:0;left:0;right:0;background:var(--bundle-card-bg);border-top:1px solid var(--bundle-card-border);box-shadow:0 -4px 20px #0000001a;z-index:10;padding:1rem}@media screen and (min-width: 990px){.bundle-builder__mobile-header,.bundle-builder__mobile-panel{display:none}}.bundle-builder__mobile-header{text-align:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--bundle-card-border)}.bundle-builder__mobile-title{font-size:1.8rem;font-weight:700;margin:0 0 .3rem;line-height:1.2}.bundle-builder__mobile-subtitle{font-size:1.3rem;color:rgba(var(--color-foreground),.7);margin:0 0 1rem}.bundle-builder__pick-btn--mobile{width:100%;max-width:200px;padding:.8rem 1.5rem;font-size:1.4rem}.bundle-builder__mobile-toggle{width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;padding:.5rem 0;border:none;background:transparent;cursor:pointer;font-size:1.4rem;font-weight:600}.bundle-builder__mobile-count{flex-shrink:0}.bundle-builder__mobile-remaining-text{flex:1;text-align:left;font-size:1.3rem;font-weight:400;color:rgba(var(--color-foreground),.6)}.bundle-builder__mobile-remaining-text.is-complete{color:#4caf50}.bundle-builder__mobile-chevron{transition:transform .3s;flex-shrink:0}.bundle-builder__mobile-toggle[aria-expanded=true] .bundle-builder__mobile-chevron{transform:rotate(180deg)}.bundle-builder__mobile-content{padding-top:1rem;max-height:60vh;overflow-y:auto}.bundle-builder__mobile-content.hidden{display:none}.bundle-builder__mobile-remaining{font-size:1.3rem;color:rgba(var(--color-foreground),.6);margin:0 0 1rem}.bundle-builder__mobile-slots{display:flex;gap:.6rem;overflow-x:auto;padding-bottom:1rem;margin-bottom:1rem}.bundle-builder__mobile-slot{flex-shrink:0;display:flex;flex-direction:column;gap:.3rem;width:70px}.bundle-builder__mobile-slot-inner{width:70px;height:70px;border:2px dashed var(--bundle-card-border);border-radius:6px;position:relative;overflow:hidden}.bundle-builder__mobile-slot.is-filled .bundle-builder__mobile-slot-inner{border-style:solid;border-color:transparent}.bundle-builder__mobile-slot-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:.4rem;font-size:.9rem;color:#fff;text-align:center;line-height:1.2;word-break:break-word}.bundle-builder__mobile-slot-remove{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:50%;border:none;background:#0009;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.bundle-builder__mobile-slot-remove.hidden{display:none}.bundle-builder__mobile-slot-tier{font-size:1rem;text-align:center;color:var(--bundle-accent-color);min-height:1.2rem}.bundle-builder__mobile-checkout{margin-bottom:1rem}.bundle-builder__mobile-checkout.hidden{display:none}.bundle-builder__mobile-cart-btn{width:100%;gap:5px}[data-mobile-compare-price]{text-decoration:line-through;opacity:.5;font-size:15px}.bundle-builder__mobile-cart-btn:disabled{opacity:.5;cursor:not-allowed;background:rgba(var(--color-foreground),.1);color:rgba(var(--color-foreground),.5)}@media screen and (max-width: 989px){.bundle-builder-section{padding-bottom:180px}.bundle-builder__header{justify-content:center}.bundle-product-card{padding:1.5rem}.bundle-product-card__add-btn{font-size:1.2rem}}.bundle-builder__empty{grid-column:1 / -1;text-align:center;padding:3rem;color:rgba(var(--color-foreground),.6)}@keyframes slotFillIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.bundle-builder__slot.is-filled .bundle-builder__slot-inner,.bundle-builder__mobile-slot.is-filled .bundle-builder__mobile-slot-inner{animation:slotFillIn .3s ease}.hidden{display:none!important}@media (max-width:767px){.template-page .mobile-dock,.gorgias-chat-key-1ju6qu0{display:none!important}}.gorgias-chat-key-1vly0ou{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/37/assets/bundle-builder.css.map */
