bundle-offer{width:100%;max-width:100%;min-width:0;display:flex;flex-direction:column;gap:.75rem;box-sizing:border-box}bundle-offer [hidden],.product-customization-container[hidden]{display:none!important}.bundle-offer__heading{display:flex;align-items:center;gap:1rem;text-align:center;font-family:var(--font-heading-family);font-weight:800;font-size:1.25rem;letter-spacing:.005em;text-transform:capitalize;line-height:1.2}.bundle-offer__heading:before,.bundle-offer__heading:after{content:"";flex:1;height:1px;background:rgb(var(--color-foreground) / .2)}.bundle-option{display:block;position:relative;border:1.5px solid rgb(var(--color-foreground) / .2);border-radius:var(--border-radius-small, 8px);padding:1rem 1.25rem;cursor:pointer;transition:border-color .2s ease;background:transparent;max-width:100%;min-width:0;box-sizing:border-box}.bundle-option:hover{border-color:rgb(var(--color-foreground) / .5)}.bundle-option.is-selected{border-color:rgb(var(--color-foreground));border-width:2px}.bundle-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.bundle-option__label-wrap{display:block;cursor:pointer}.bundle-option__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.bundle-option__radio{width:20px;height:20px;min-width:20px;border-radius:50%;border:2px solid rgb(var(--color-foreground) / .3);display:flex;align-items:center;justify-content:center;transition:border-color .2s ease}.bundle-option.is-selected .bundle-option__radio{border-color:rgb(var(--color-foreground))}.bundle-option__radio:after{content:"";width:10px;height:10px;border-radius:50%;background:rgb(var(--color-foreground));transform:scale(0);transition:transform .2s ease}.bundle-option.is-selected .bundle-option__radio:after{transform:scale(1)}.bundle-option__label{font-family:var(--font-heading-family);font-weight:700;font-size:1.05rem;flex:1}.bundle-option__prices{text-align:right}.bundle-option__price{font-family:var(--font-heading-family);font-weight:700;font-size:1.25rem}.bundle-option__compare-price{font-size:.85rem;text-decoration:line-through;opacity:.5}.bundle-badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:capitalize;letter-spacing:.02em;padding:.25em .7em;border-radius:var(--border-radius-small, 4px)}.bundle-option__top-badges{position:absolute;top:-.7em;right:1rem;display:flex;gap:.4rem;align-items:center}.bundle-badge--urgency{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;font-style:italic}.bundle-badge--discount{background:#fc0;color:#000;border:none;font-weight:800;font-size:.72rem;letter-spacing:.02em;text-transform:uppercase;padding:.3em .7em;white-space:nowrap}.bundle-offer__savings{font-size:.9rem;font-weight:600;opacity:.85;margin-top:.2rem}.bundle-option__embedded-controls{margin-top:1rem;padding-top:1rem;border-top:1px solid rgb(var(--color-foreground) / .1);display:flex;flex-direction:column;gap:1rem}.bundle-option__embedded-controls:empty{display:none}.bundle-option__embedded-controls>variant-radios,.bundle-option__embedded-controls>[id^=customization-container-]{width:100%;max-width:100%}.bundle-wizard{margin-top:1rem;min-width:0;max-width:100%}.bundle-option--bundle:not(.is-selected) .bundle-wizard{display:none}.bundle-wizard__step{padding-top:1rem;border-top:1px solid rgb(var(--color-foreground) / .1);display:flex;flex-direction:column;gap:1rem;min-width:0;max-width:100%}.bundle-wizard__step-progress{font-size:.75rem;font-weight:700;letter-spacing:.02em;text-transform:capitalize;opacity:.6}.bundle-wizard__step-title{font-family:var(--font-heading-family);font-weight:700;font-size:1.1rem;line-height:1.2}.bundle-wizard__product{display:flex;gap:.85rem;align-items:center}.bundle-wizard__product-image{width:80px;height:80px;object-fit:cover;border-radius:var(--border-radius-small, 6px);background:rgb(var(--color-foreground) / .04);flex-shrink:0}.bundle-wizard__product-meta{display:flex;flex-direction:column;gap:.2rem;min-width:0}.bundle-wizard__product-title{font-family:var(--font-heading-family);font-weight:700;font-size:.95rem;line-height:1.25;margin:0}.bundle-wizard__product-price{font-size:.9rem;font-weight:600;opacity:.85}.bundle-wizard__actions{display:flex;gap:.6rem;margin-top:.25rem;flex-wrap:wrap}.bundle-wizard__btn{flex:1 1 auto;padding:.85rem 1.25rem;font-size:.9rem;font-weight:700;text-transform:capitalize;letter-spacing:.01em;border:none;border-radius:var(--border-radius-small, 6px);cursor:pointer;transition:opacity .2s ease,background .2s ease;font-family:inherit;min-width:44%}.bundle-wizard__btn--primary{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.bundle-wizard__btn--primary:hover{opacity:.9}.bundle-wizard__btn--secondary{background:transparent;color:rgb(var(--color-foreground));border:1.5px solid rgb(var(--color-foreground) / .2)}.bundle-wizard__btn--secondary:hover{border-color:rgb(var(--color-foreground) / .5)}.bundle-wizard__summary{display:flex;flex-direction:column;gap:.75rem}.bundle-wizard__summary-item{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem;border:1px solid rgb(var(--color-foreground) / .15);border-radius:var(--border-radius-small, 6px);background:rgb(var(--color-foreground) / .02)}.bundle-wizard__summary-image{width:64px;height:64px;object-fit:cover;border-radius:var(--border-radius-small, 4px);flex-shrink:0}.bundle-wizard__summary-info{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.bundle-wizard__summary-badge{font-size:.7rem;font-weight:700;text-transform:capitalize;letter-spacing:.02em;opacity:.6}.bundle-wizard__summary-item--free{border-color:#dc2626;background:color-mix(in srgb,#dc2626 6%,transparent)}.bundle-wizard__summary-badge--free{color:#dc2626;opacity:1;font-weight:800}.bundle-wizard__summary-title{font-weight:700;font-size:.9rem;line-height:1.25}.bundle-wizard__summary-details{font-size:.75rem;opacity:.7;line-height:1.35;word-break:break-word}.bundle-wizard__summary-details:empty{display:none}.bundle-wizard__note{font-size:.8rem;opacity:.7;margin:0;text-align:center}.bundle-picker__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:min-content;gap:.75rem}.bundle-picker__carousel-wrapper{position:relative;margin-top:1rem;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.bundle-picker__carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:rgb(var(--color-foreground) / .8);color:rgb(var(--color-background));border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;border-radius:50%;font-size:1.2rem;box-shadow:0 4px 6px #0000001a;transition:opacity .2s}.bundle-picker__carousel-btn--prev{left:5px}.bundle-picker__carousel-btn--next{right:5px}.bundle-picker__carousel-btn[hidden]{display:none!important}.bundle-picker__grid.bundle-picker__grid--carousel{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.5rem;scrollbar-width:none;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.bundle-picker__grid.bundle-picker__grid--carousel::-webkit-scrollbar{display:none}.bundle-picker__item{display:flex;flex-direction:column;gap:.4rem;padding:.5rem;border:1.5px solid rgb(var(--color-foreground) / .15);border-radius:var(--border-radius-small, 8px);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;text-align:center;background:rgb(var(--color-background));color:inherit;font-family:inherit;width:100%;min-width:0;overflow:hidden;box-sizing:border-box}.bundle-picker__item:hover{border-color:rgb(var(--color-foreground));box-shadow:0 0 0 1px rgb(var(--color-foreground))}.bundle-picker__item img{width:100%;max-width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius-small, 4px);background:rgb(var(--color-foreground) / .04);display:block;margin:0 auto}.bundle-picker__item-title{font-size:.85rem;font-weight:500;line-height:1.2}.bundle-picker__item-price{font-size:.8rem;opacity:.7;line-height:1}.bundle-picker__grid--carousel .bundle-picker__item{flex:0 0 60%;max-width:180px;scroll-snap-align:start}.bundle-picker__detail{display:flex;flex-direction:column;gap:.85rem}.bundle-picker__detail-image{width:100%;max-width:300px;aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius-small, 6px);background:rgb(var(--color-foreground) / .04);align-self:center}.bundle-picker__detail-title{font-family:var(--font-heading-family);font-weight:700;font-size:1.05rem;margin:0;line-height:1.25;text-transform:capitalize}.bundle-picker__detail-price{font-family:var(--font-heading-family);font-weight:700;font-size:1.15rem}.bundle-picker__detail-options{display:flex;flex-direction:column;gap:.75rem}.bundle-picker__detail-option-label{font-size:.85rem;margin-bottom:.35rem}.bundle-picker__detail-option-values{display:flex;flex-wrap:wrap;gap:.4rem}.bundle-picker__detail-option-value{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.5rem .9rem;font-size:.85rem;border:1.5px solid rgb(var(--color-foreground) / .2);border-radius:var(--border-radius-small, 6px);cursor:pointer;transition:border-color .15s ease;min-width:2.4rem;background:rgb(var(--color-background))}.bundle-picker__detail-option-value:hover{border-color:rgb(var(--color-foreground) / .5)}.bundle-picker__detail-option-value.is-selected{border-color:rgb(var(--color-foreground));border-width:2px;font-weight:600}.bundle-picker__detail-option-value input{position:absolute;opacity:0;pointer-events:none}.bundle-picker__detail-customize.product-customization-container{--customization-border-color: #e5e7eb;--customization-bg-color: #ffffff;--customization-text-color: #1f2937;--customization-label-color: #374151;--customization-info-bg: #f3f4f6}@media screen and (min-width:768px){.bundle-picker__grid--carousel .bundle-picker__item{flex:0 0 calc(33.333% - .67rem);max-width:160px}}@media screen and (max-width:699px){.bundle-option__embedded-controls .customization-input{font-size:16px}.bundle-wizard__btn{min-width:100%}.bundle-picker__grid{gap:.6rem}}.bundle-offer-section-wrapper:empty{display:none}
/*# sourceMappingURL=/cdn/shop/t/9/assets/bundle-offer.css.map */
