@media screen and (max-width:749px){.bundle-builder~#upCartStickyButton,body:has(.bundle-builder) #upCartStickyButton{display:none!important}body:has(.bundle-builder) #chat-button{bottom:130px!important}}.bundle-builder{--bundle-bg: #F5F1EB;--bundle-accent: #B99135;--bundle-accent-light: #A0522D;--bundle-text: #333;--bundle-text-muted: #666;--bundle-border: #E0D5C5;--bundle-card-bg: #fff;--bundle-success: #2E7D32;--bundle-radius: 8px;--bundle-shadow: 0 2px 8px rgba(0, 0, 0, .08);background-color:var(--bundle-bg);min-height:100vh;padding-bottom:100px}@media screen and (min-width:990px){.bundle-builder{padding-bottom:0}}.bundle-builder__container{display:grid;grid-template-columns:1fr;gap:2rem;padding-top:2rem;padding-bottom:2rem}@media screen and (min-width:990px){.bundle-builder__container{grid-template-columns:1fr 380px;gap:3rem;padding-top:3rem;padding-bottom:3rem}}.bundle-builder__main{order:2}@media screen and (min-width:990px){.bundle-builder__main{order:1}}.bundle-builder__header{text-align:center;margin-bottom:2rem}@media screen and (min-width:990px){.bundle-builder__header{text-align:left}}.bundle-builder__mobile-header{display:none}@media screen and (max-width:989px){.bundle-builder .product.grid{display:flex;flex-direction:column;overflow:visible}.bundle-builder__mobile-header{display:block;order:1;margin-bottom:1.5rem;text-align:center}.bundle-builder__mobile-header .product__description{text-align:left}.bundle-builder .product__media-wrapper.bundle-builder__grid-wrapper{order:2}.bundle-builder .product__info-wrapper{order:3}.bundle-builder .product__info-wrapper .product__title,.bundle-builder .product__info-wrapper .product__description{display:none}}.bundle-builder__title{font-family:var(--font-heading-family);font-size:2rem;font-weight:400;margin:0 0 .5rem;color:var(--bundle-text)}@media screen and (min-width:750px){.bundle-builder__title{font-size:2.5rem}}.bundle-builder__progress{font-size:1.2rem;color:var(--bundle-text-muted);margin:0}.bundle-builder__progress .bundle-builder__count{font-weight:600;color:var(--bundle-accent)}.bundle-builder__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:6px;margin:-6px}@media screen and (min-width:750px){.bundle-builder__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.bundle-builder__loading{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--bundle-text-muted)}.bundle-builder__spinner{width:40px;height:40px;border:3px solid var(--bundle-border);border-top-color:var(--bundle-accent);border-radius:50%;animation:bundle-spin .8s linear infinite;margin-bottom:1rem}@keyframes bundle-spin{to{transform:rotate(360deg)}}.bundle-product-card{background:var(--bundle-card-bg);border-radius:var(--bundle-radius);overflow:hidden;box-shadow:var(--bundle-shadow);transition:transform .2s ease,box-shadow .2s ease;position:relative;display:flex;flex-direction:column}.bundle-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.bundle-product-card.is-selected:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:3px solid var(--bundle-accent);border-radius:var(--bundle-radius);pointer-events:none;z-index:10}.bundle-product-card.is-selected:hover{box-shadow:0 4px 16px #0000001f}.bundle-product-card__image-wrapper{aspect-ratio:1 / 1;overflow:hidden;background:#f9f9f9;position:relative}.bundle-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.bundle-product-card:hover .bundle-product-card__image{transform:scale(1.05)}.bundle-product-card__clickable{cursor:pointer;display:block}.bundle-product-card__view-details{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(59,30,15,.9) 0%,transparent 100%);color:#fff;font-size:1.25rem;font-weight:600;text-align:center;opacity:0;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease}.bundle-product-card__clickable:hover .bundle-product-card__view-details,.bundle-product-card__clickable:focus .bundle-product-card__view-details{opacity:1;transform:translateY(0)}.bundle-product-card__info{padding:.75rem 0}.bundle-product-card__quantity-controls{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 0}.bundle-product-card__qty-btn{width:32px;height:32px;border:none;background:transparent;color:var(--bundle-text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s ease;padding:0}.bundle-product-card__qty-btn svg{width:18px;height:18px}.bundle-product-card__qty-btn:hover:not(:disabled){color:var(--bundle-accent)}.bundle-product-card__qty-btn:disabled{opacity:.3;cursor:not-allowed}.bundle-product-card__qty-value{font-size:1.35rem;font-weight:600;color:var(--bundle-text);min-width:32px;text-align:center}.bundle-product-card__info{padding:.75rem}.bundle-product-card__title{font-family:var(--font-heading-family);font-size:1rem;font-weight:600;margin:0;color:var(--bundle-text);line-height:1.3}@media screen and (min-width:750px){.bundle-product-card__title{font-size:1.5rem}}.bundle-product-card__price{font-size:1.1rem;font-weight:600;color:var(--bundle-text);margin:0;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.bundle-product-card__price-original{color:#999;text-decoration:line-through;font-weight:400;font-size:1rem}.bundle-product-card__price-sale{color:var(--bundle-text);font-weight:700;font-size:1.15rem}.bundle-product-card__price-current{color:var(--bundle-text);font-size:1.15rem}.bundle-product-card--gift{pointer-events:none;cursor:default}.bundle-product-card--gift:hover{transform:none;box-shadow:0 2px 8px #0000000f}.bundle-product-card--gift:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:3px solid var(--bundle-gift-highlight, var(--bundle-accent));border-radius:var(--bundle-radius);pointer-events:none;z-index:10}.bundle-product-card__gift-badge{position:absolute;top:8px;left:8px;background:var(--bundle-accent, #B99135);color:#fff;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:5px 10px;border-radius:4px;z-index:2}.bundle-builder__sidebar{order:1}@media screen and (min-width:990px){.bundle-builder__sidebar{order:2;position:sticky;top:2rem;height:fit-content}}.bundle-builder__summary{background:var(--bundle-card-bg);border-radius:var(--bundle-radius);padding:1.5rem;box-shadow:var(--bundle-shadow)}.bundle-builder__summary-title{font-family:var(--font-heading-family);font-size:1.5rem;font-weight:400;margin:0 0 1rem;color:var(--bundle-text);display:none}@media screen and (min-width:990px){.bundle-builder__summary-title{display:block}}.bundle-builder__description{font-size:.95rem;color:var(--bundle-text-muted);line-height:1.6;margin-bottom:1.5rem}.bundle-builder__included{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--bundle-border)}.bundle-builder__included-title{font-size:.9rem;font-weight:600;margin:0 0 .75rem;color:var(--bundle-text)}.bundle-builder__included-list{list-style:none;margin:0;padding:0}.bundle-builder__included-list li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--bundle-text-muted);padding:.25rem 0}.bundle-builder__included-list svg{color:var(--bundle-success);flex-shrink:0}.bundle-builder__options{margin-bottom:1.5rem}.bundle-builder__option{border:2px solid var(--bundle-border);border-radius:var(--bundle-radius);margin-bottom:.75rem;transition:border-color .2s ease}.bundle-builder__option:has(input:checked){border-color:var(--bundle-accent)}.bundle-builder__option-label{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;cursor:pointer}.bundle-builder__option-label input{display:none}.bundle-builder__option-radio{width:20px;height:20px;border:2px solid var(--bundle-border);border-radius:50%;flex-shrink:0;position:relative;margin-top:2px}.bundle-builder__option-label input:checked+.bundle-builder__option-radio{border-color:var(--bundle-accent)}.bundle-builder__option-label input:checked+.bundle-builder__option-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:var(--bundle-accent);border-radius:50%}.bundle-builder__option-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.bundle-builder__option-badge{display:inline-block;background:var(--bundle-accent);color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .5rem;border-radius:4px;width:fit-content}.bundle-builder__option-title{font-size:.9rem;font-weight:600;color:var(--bundle-text)}.bundle-builder__option-price{display:flex;align-items:center;gap:.5rem}.bundle-builder__price-compare{font-size:.85rem;color:#999;text-decoration:line-through}.bundle-builder__price-current{font-size:1.1rem;font-weight:600;color:var(--bundle-text)}.bundle-builder__option-savings{font-size:.8rem;color:var(--bundle-success);font-weight:500}.bundle-builder__frequency{padding:0 1rem 1rem;display:none}.bundle-builder__option--subscription:has(input:checked) .bundle-builder__frequency{display:block}.bundle-builder__frequency label{font-size:.85rem;color:var(--bundle-text-muted);display:block;margin-bottom:.5rem}.bundle-builder__frequency-select{width:100%;padding:.6rem .75rem;font-size:.9rem;border:1px solid var(--bundle-border);border-radius:var(--bundle-radius);background:#fff;cursor:pointer}.bundle-builder__selections{margin-bottom:1.5rem}.bundle-builder__selections-title{font-size:.9rem;font-weight:600;margin:0 0 .75rem;color:var(--bundle-text)}.bundle-builder__slots{display:flex;gap:.75rem}.bundle-builder__slot{width:60px;height:60px;border-radius:50%;position:relative}.bundle-builder__slot-empty{width:100%;height:100%;border:2px dashed var(--bundle-border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--bundle-text-muted);background:#f9f9f9}.bundle-builder__slot-filled{width:100%;height:100%;position:relative}.bundle-builder__slot-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.bundle-builder__slot-remove{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border-radius:50%;background:var(--bundle-accent);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.bundle-builder__slot-remove:hover{background:var(--bundle-accent-light)}.bundle-builder__add-to-cart{width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;background:var(--bundle-accent);color:#fff;border:none;border-radius:var(--bundle-radius);cursor:pointer;transition:background .2s ease}.bundle-builder__add-to-cart:hover:not(:disabled){background:var(--bundle-accent-light)}.bundle-builder__add-to-cart:disabled{background:var(--bundle-border);cursor:not-allowed}.bundle-builder__floating-bar{position:fixed;bottom:0;left:0;right:0;background:var(--bundle-card-bg);box-shadow:0 -4px 20px #00000026;z-index:100;padding:1rem 0;border-top:1px solid var(--bundle-border)}.bundle-builder__floating-bar-inner{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media screen and (min-width:750px){.bundle-builder__floating-bar-inner{flex-wrap:nowrap;gap:1.5rem;padding-left:100px;padding-right:100px}}.bundle-builder__selected-items{display:flex;align-items:center;gap:.5rem}.bundle-builder__selected-slot{width:48px;height:48px;border-radius:50%;position:relative;flex-shrink:0}@media screen and (min-width:750px){.bundle-builder__selected-slot{width:56px;height:56px}}.bundle-builder__selected-slot .bundle-builder__slot-empty{width:100%;height:100%;border:2px dashed var(--bundle-border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600;color:var(--bundle-text-muted);background:#f9f9f9}.bundle-builder__selected-slot .bundle-builder__slot-filled{width:100%;height:100%;position:relative}.bundle-builder__selected-slot .bundle-builder__slot-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.bundle-builder__selected-slot .bundle-builder__slot-remove{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border-radius:50%;background:var(--bundle-accent);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s ease}.bundle-builder__selected-slot .bundle-builder__slot-remove:hover{background:var(--bundle-accent-light)}.bundle-builder__selected-upsells{display:flex;align-items:center;gap:.6rem;margin-left:.5rem}.bundle-builder__upsell-separator{font-size:1.8rem;font-weight:600;color:var(--bundle-accent);margin-right:.75rem}.bundle-builder__upsell-slot{width:46px;height:46px;border-radius:50%;flex-shrink:0;border:2px solid var(--bundle-accent);overflow:hidden}@media screen and (min-width:750px){.bundle-builder__upsell-slot{width:54px;height:54px}}.bundle-builder__upsell-slot-image{width:100%;height:100%;object-fit:cover}.bundle-builder__selected-gifts{display:flex;align-items:center;gap:.6rem;margin-left:.5rem}.bundle-builder__gift-separator{font-size:1.8rem;font-weight:600;color:var(--bundle-gift-highlight, var(--bundle-accent));margin-right:.75rem}.bundle-builder__gift-slot{position:relative;width:46px;height:46px;border-radius:50%;flex-shrink:0;border:2px solid var(--bundle-gift-highlight, var(--bundle-accent));overflow:hidden}@media screen and (min-width:750px){.bundle-builder__gift-slot{width:54px;height:54px}}.bundle-builder__gift-slot-image{width:100%;height:100%;object-fit:cover;object-position:0px -5px}.bundle-builder__gift-slot-badge{position:absolute;bottom:0;left:0;right:0;background:var(--bundle-gift-highlight, var(--bundle-accent));color:#fff;font-size:.6rem;font-weight:700;text-transform:uppercase;text-align:center;line-height:1.4;letter-spacing:.03em}.bundle-builder__selection-status{font-size:1.4rem;font-weight:600;color:var(--bundle-text);white-space:nowrap;text-transform:uppercase}.bundle-builder__selection-status .bundle-builder__count{color:var(--bundle-accent)}.bundle-builder__floating-add{padding:1rem 2rem;font-size:1.3rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;background:rgba(var(--color-button),var(--alpha-button-background));color:#fff;border:none;border-radius:var(--bundle-radius);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:2.5rem;white-space:nowrap;transition:background .2s ease;flex-shrink:0;margin-left:auto;font-family:Font1}.bundle-builder__floating-add-text{text-transform:uppercase;letter-spacing:.2em;font-family:Font3}.bundle-builder__floating-add-price{display:flex;align-items:center;gap:.5rem}.bundle-builder__floating-add-compare{text-decoration:line-through;opacity:.8;font-size:1.2rem}.bundle-builder__floating-add-current{font-weight:600;font-size:1.3rem}@media screen and (max-width:749px){.bundle-builder__floating-bar-inner{justify-content:center}.bundle-builder__floating-add{flex-basis:100%;width:100%;margin-left:0;gap:.75rem;padding:.875rem 1.25rem;font-size:1.2rem}.bundle-builder__floating-add-compare{font-size:1rem}.bundle-builder__floating-add-current{font-size:1.2rem}}.bundle-builder__floating-add:hover:not(:disabled){background:var(--bundle-accent)}.bundle-builder__floating-add:disabled{background:var(--bundle-accent);cursor:not-allowed}.bundle-builder__floating-add:disabled .bundle-builder__floating-add-price{display:none}.bundle-builder__grid-wrapper{padding-bottom:1rem}.bundle-builder__grid-title{font-family:var(--font-heading-family);font-size:1.4rem;font-weight:600;margin:0 0 .25rem;color:var(--bundle-text)}.bundle-builder__size-selector{display:flex;gap:.75rem;margin-bottom:1.5rem;justify-content:center}.bundle-builder__size-btn{padding:.625rem 1.25rem;border:2px solid var(--bundle-border, #d4d4d4);border-radius:var(--bundle-radius, 8px);background:transparent;cursor:pointer;font-size:1.6rem;letter-spacing:.4px;font-weight:600;color:var(--bundle-text);transition:border-color .2s ease,background-color .2s ease,color .2s ease}.bundle-builder__size-btn:hover{border-color:var(--bundle-accent)}.bundle-builder__size-btn.is-active{border-color:var(--bundle-accent);background:var(--bundle-accent);color:#fff}.bundle-builder__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;visibility:hidden;opacity:0;pointer-events:none;transition:visibility 0s .3s,opacity .3s ease}.bundle-builder__drawer[aria-hidden=false]{visibility:visible;opacity:1;pointer-events:auto;transition:visibility 0s,opacity .3s ease}.bundle-builder__drawer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1;cursor:pointer;pointer-events:auto}.bundle-builder__drawer-content{position:absolute;top:0;bottom:0;left:0;right:0;background:var(--bundle-card-bg);border-radius:0;padding:1.5rem 1.5rem 0;transform:translateY(100%);transition:transform .3s ease;overflow:hidden;z-index:2;display:flex;flex-direction:column}@media screen and (min-width:750px){.bundle-builder__drawer-content{left:auto;width:500px;max-width:90vw;transform:translate(100%);padding:2rem}}.bundle-builder__drawer[aria-hidden=false] .bundle-builder__drawer-content{transform:translateY(0)}@media screen and (min-width:750px){.bundle-builder__drawer[aria-hidden=false] .bundle-builder__drawer-content{transform:translate(0)}}.bundle-builder__drawer-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;z-index:20;align-items:center;justify-content:center;color:var(--bundle-text)}.bundle-builder__drawer-close:hover{background:#eee}.bundle-builder__drawer-body{padding-top:1rem;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.bundle-drawer__scroll-area{flex:1;overflow-y:auto;padding-bottom:1rem}.bundle-drawer__footer{flex-shrink:0;padding-top:1rem;background:var(--bundle-card-bg)}.bundle-drawer__product{text-align:left}.bundle-drawer__image{max-width:320px;margin:0 0 1.5rem;border-radius:var(--bundle-radius);overflow:hidden;background:#f9f7f4;position:relative}.bundle-drawer__image img{width:100%;height:auto;display:block}.bundle-drawer__image--loading{min-height:200px;display:flex;align-items:center;justify-content:center}.bundle-drawer__carousel{position:relative}.bundle-drawer__carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;list-style:none;margin:0;padding:0;gap:0}.bundle-drawer__carousel-track::-webkit-scrollbar{display:none}.bundle-drawer__carousel-slide{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always}.bundle-drawer__carousel-slide img{width:100%;height:auto;display:block;aspect-ratio:1 / 1;object-fit:cover}.bundle-drawer__carousel-nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:.75rem;margin-bottom:.75rem}.bundle-drawer__carousel-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--bundle-border);background:var(--bundle-card-bg);border-radius:50%;cursor:pointer;color:var(--bundle-text);transition:background .2s ease,border-color .2s ease,opacity .2s ease}.bundle-drawer__carousel-btn:hover:not(:disabled){background:var(--bundle-bg);border-color:var(--bundle-accent)}.bundle-drawer__carousel-btn:disabled{opacity:.3;cursor:not-allowed}.bundle-drawer__carousel-counter{font-size:1.1rem;color:var(--bundle-text-muted);font-weight:500;min-width:50px;text-align:center}.bundle-drawer__carousel-current{color:var(--bundle-text);font-weight:600}.bundle-drawer__title{font-family:var(--font-heading-family);font-size:2rem;font-weight:400;margin:0 0 .5rem;color:var(--bundle-text)}.bundle-drawer__star-rating{margin-bottom:.75rem}.bundle-drawer__star-rating:empty{display:none}.bundle-drawer__price{font-size:1.5rem;font-weight:600;color:var(--bundle-text);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.bundle-drawer__price-original{color:#999;text-decoration:line-through;font-weight:400;font-size:1.25rem}.bundle-drawer__price-sale{color:var(--bundle-text);font-weight:700}.bundle-drawer__description{text-align:left;font-size:1.4rem;line-height:1.7;color:var(--bundle-text-muted);margin-bottom:2rem}.bundle-drawer__description p{margin:0 0 1rem}.bundle-drawer__description ul{margin:0 0 1rem;padding-left:1.25rem}.bundle-drawer__description li{margin-bottom:.5rem}.bundle-drawer__reviews{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(61,52,52,.1)}.bundle-drawer__reviews:empty{display:none}.bundle-drawer__reviews .okeReviews[data-oke-container] .oke-bodyText,.bundle-drawer__reviews div.okeReviews .oke-bodyText{font-size:14px}.bundle-drawer__button{width:100%;padding:1rem 1.5rem;font-family:Font3;font-size:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;background:var(--bundle-accent);color:#fff;border:none;border-radius:var(--bundle-radius);cursor:pointer;transition:background .2s ease}.bundle-product-card.has-quantity:after{content:attr(data-quantity);position:absolute;top:10px;right:10px;width:28px;height:28px;background:var(--bundle-accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.15rem;font-weight:700;z-index:5}.bundle-builder__plan-picker{margin-bottom:1.5rem}.bundle-builder__onetime-box{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border:1px solid #d4d4d4;border-radius:8px;background:#f9f7f4}.bundle-builder__onetime-radio{width:20px;height:20px;border:2px solid #888;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bundle-builder__radio-dot{width:10px;height:10px;background:#333;border-radius:50%}.bundle-builder__onetime-label{font-size:1.125rem;font-weight:400;color:#333;flex-grow:1}.bundle-builder__onetime-price{text-align:right;flex-shrink:0}.bundle-builder__onetime-amount{font-size:1.5rem;font-weight:600;color:#333}.bundle-builder__price-loading{letter-spacing:.1em;font-size:1.5rem;color:var(--bundle-text-muted);display:block}.bundle-builder__price-count{color:var(--bundle-accent);font-weight:600}.bundle-builder .price-item--regular{color:#999;text-decoration:line-through;font-weight:400}.bundle-builder .price-item--sale{color:var(--bundle-text);font-weight:600}.bundle-builder__info-slots{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.bundle-builder__info-slots-container{display:flex;align-items:center;gap:.5rem}.bundle-builder__info-slot{width:48px;height:48px;border-radius:50%;position:relative;flex-shrink:0}@media screen and (min-width:750px){.bundle-builder__info-slot{width:56px;height:56px}}.bundle-builder__info-slot .bundle-builder__slot-empty{width:100%;height:100%;border:2px dashed var(--bundle-border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600;color:var(--bundle-text-muted);background:#f9f9f9}.bundle-builder__info-slot .bundle-builder__slot-filled{width:100%;height:100%;position:relative}.bundle-builder__info-slot .bundle-builder__slot-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.bundle-builder__info-slot .bundle-builder__slot-remove{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border-radius:50%;background:var(--bundle-accent);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s ease}.bundle-builder__info-slot .bundle-builder__slot-remove:hover{background:var(--bundle-accent-light)}.bundle-builder__info-slots-status{font-size:1.4rem;font-weight:600;color:var(--bundle-text);white-space:nowrap;text-transform:uppercase;letter-spacing:.05em}.bundle-builder__info-slots-status .bundle-builder__count{color:var(--bundle-accent)}@media screen and (max-width:989px){.bundle-builder__info-slots{display:none}}@media screen and (min-width:750px){.bundle-builder .product__info-container .price--large{min-height:0}}.bundle-builder__upsells-step{animation:fadeIn .3s ease;display:flex;flex-direction:column;position:relative;align-items:center;width:100%;padding-top:1rem;padding-bottom:3rem}.bundle-builder.bundle-builder--upsells-active .product.grid{padding-top:0!important;margin-top:0!important}.bundle-builder.bundle-builder--upsells-active .product.grid{display:block!important}.bundle-builder.bundle-builder--upsells-active .bundle-builder__grid-wrapper{width:100%!important;max-width:100%!important}.bundle-builder.bundle-builder--upsells-active .product__info-wrapper,.bundle-builder.bundle-builder--upsells-active .bundle-builder__mobile-header{display:none!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.bundle-builder__upsells-step>.bundle-builder__upsells-nav{margin-bottom:1.5rem}@media screen and (min-width:750px){.bundle-builder__upsells-step>.bundle-builder__upsells-nav{position:absolute;top:0;left:0;margin-bottom:0}}.bundle-builder__upsells-step>.bundle-builder__header{align-self:center;margin-bottom:2rem;max-width:600px;text-align:center}.bundle-builder__back-to-box{display:inline-flex;align-items:center;gap:.5rem;color:var(--bundle-text);text-decoration:none;font-size:1.4rem;font-weight:500;transition:color .2s ease}.bundle-builder__back-to-box:hover{color:var(--bundle-accent)}.bundle-builder__back-to-box svg{flex-shrink:0}.bundle-builder__upsells-header{font-size:2.4rem;font-weight:600;color:var(--bundle-text);margin:0}.bundle-builder__upsells-subheader{font-size:14px;color:var(--bundle-text);opacity:.8;margin:.75rem 0 0;line-height:1.5}.bundle-builder__upsells-grid{display:grid;grid-template-columns:repeat(2,minmax(0,200px));gap:1.5rem;justify-content:center}@media screen and (min-width:750px){.bundle-builder__upsells-grid{grid-template-columns:repeat(var(--bundle-upsells-columns, 3),minmax(0,200px));gap:2rem}}.bundle-upsell-card{background:var(--bundle-card-bg);border-radius:var(--bundle-radius);padding:1.5rem;box-shadow:var(--bundle-shadow);display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease}.bundle-upsell-card:hover{box-shadow:0 4px 16px #0000001f}.bundle-upsell-card.is-selected{box-shadow:0 0 0 2px var(--bundle-accent)}.bundle-upsell-card__image-wrapper{position:relative;aspect-ratio:1;margin-bottom:1rem;border-radius:var(--bundle-radius);overflow:hidden;background:#f5f5f5}.bundle-upsell-card__image{width:100%;height:100%;object-fit:cover}.bundle-upsell-card__info{flex:1;margin-bottom:1rem}.bundle-upsell-card__title{font-size:1.4rem;font-weight:600;color:var(--bundle-text);margin:0 0 .5rem;line-height:1.3}.bundle-upsell-card__price{font-size:1.4rem;font-weight:500;color:var(--bundle-text-muted);margin:0}.bundle-upsell-card__quantity-controls{display:flex;align-items:center;justify-content:center;gap:.75rem;background:#f5f5f5;border-radius:var(--bundle-radius);padding:.5rem}.bundle-upsell-card__qty-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:var(--bundle-card-bg);border-radius:50%;cursor:pointer;color:var(--bundle-text);transition:background .2s ease,color .2s ease,transform .1s ease}.bundle-upsell-card__qty-btn:hover:not(:disabled){background:var(--bundle-accent);color:#fff}.bundle-upsell-card__qty-btn:active:not(:disabled){transform:scale(.95)}.bundle-upsell-card__qty-btn:disabled{opacity:.3;cursor:not-allowed}.bundle-upsell-card__qty-value{font-size:1.6rem;font-weight:600;min-width:2rem;text-align:center;color:var(--bundle-text)}.bundle-upsell-card__view-details{position:absolute;bottom:0;left:0;right:0;padding:.8rem;background:#000000b3;color:#fff;font-size:1.2rem;font-weight:500;text-align:center;border:none;cursor:pointer;opacity:0;transform:translateY(100%);transition:opacity .2s ease,transform .2s ease}.bundle-upsell-card:hover .bundle-upsell-card__view-details,.bundle-upsell-card:focus-within .bundle-upsell-card__view-details{opacity:1;transform:translateY(0)}.bundle-upsell-card__view-details:hover{background:#000000d9}.bundle-drawer__footer--upsell{display:flex;align-items:center;gap:1rem}.bundle-drawer__upsell-controls{display:flex;align-items:center;gap:.5rem;background:var(--bundle-card-bg);border-radius:var(--bundle-radius);padding:.5rem}.bundle-drawer__qty-btn{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border:1px solid var(--bundle-border);border-radius:50%;background:#fff;cursor:pointer;transition:all .2s ease;color:var(--bundle-text)}.bundle-drawer__qty-btn:hover:not(:disabled){background:var(--bundle-accent);border-color:var(--bundle-accent);color:#fff}.bundle-drawer__qty-btn:disabled{opacity:.3;cursor:not-allowed}.bundle-drawer__qty-value{font-size:1.8rem;font-weight:600;min-width:3rem;text-align:center;color:var(--bundle-text)}.bundle-drawer__button--done{flex:1}.bundle-builder__upsells-actions{display:none}.bundle-builder__add-with-upsells{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:280px;padding:1.2rem 2rem;font-size:1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.bundle-builder__add-with-upsells.is-hidden{display:none}.bundle-builder__add-upsells-price:not(:empty):before{content:"- "}.bundle-builder__skip-upsells{display:inline-block;background:none;border:none;color:var(--bundle-text-muted);font-size:1.4rem;text-decoration:underline;cursor:pointer;padding:.5rem 1rem;transition:color .2s ease}.bundle-builder__skip-upsells:hover{color:var(--bundle-text)}
/*# sourceMappingURL=/cdn/shop/t/52/assets/section-bundle-builder.css.map */
