html.hdt-bundle-lightbox-open{overflow:hidden}hdt-bundle-builder.hdt-bundle-builder{display:block;width:100%;box-sizing:border-box}html.hdt-bundle-builder-page .drift-bounding-box,html.hdt-bundle-builder-page .drift-zoom-pane,html.hdt-bundle-builder-page [id^=product-zoom-],html.hdt-bundle-builder-page .hdt-produc-zoom--wrapp{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.hdt-bundle-builder{border:1px solid rgb(var(--color-line-border) / .55);border-radius:var(--radius);padding:2rem;background:linear-gradient(180deg,rgb(var(--color-background2, var(--color-base-background))) 0% 100%);box-shadow:0 8px 30px rgb(var(--color-foreground) / .05)}.hdt-bundle-builder-mount{width:100%;margin-top:clamp(1.4rem,2.2vw,2.4rem)}.hdt-bundle-builder-mount .hdt-product__bundle-builder,.hdt-product__bundle-builder.is-layout-full-width{width:100%}.hdt-bundle-builder-full-width .hdt-produc-zoom--wrapp{display:none!important}.hdt-bundle-builder-full-width .hdt-product-info__list>.hdt-product-info__item:empty{display:none!important;margin:0!important}.hdt-bundle-builder-full-width .hdt-product-info__list>.hdt-product-info__item:has(.hdt-product__variant-picker),.hdt-bundle-builder-full-width .hdt-product-info__list>.hdt-product-info__item:has(.hdt-product__quantity-selector),.hdt-bundle-builder-full-width .hdt-product-info__list>.hdt-product-info__item:has(.hdt-product__buy-button){display:none!important;margin:0!important;padding:0!important;border:0!important;min-height:0!important}.hdt-bundle-builder__header{margin-bottom:1.2rem}.hdt-bundle-builder__heading{margin:0;line-height:1.15}.hdt-bundle-builder__subheading{margin-top:.6rem;color:rgb(var(--color-foreground2))}.hdt-bundle-builder__variant-area{margin-top:1rem}.hdt-bundle-builder__variant-heading{margin:0}.hdt-bundle-builder__variant-grid{display:grid;gap:.9rem;grid-template-columns:repeat(4,minmax(0,1fr))!important;margin-top:.7rem}.hdt-bundle-builder__variant-card{display:grid;grid-template-columns:5.6rem 1fr;gap:.55rem;padding:.55rem;border:1px solid rgb(var(--color-line-border) / .75);border-radius:var(--radius-sm);background:rgb(var(--color-base-background));transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.hdt-bundle-builder__variant-card.is-active{border-color:rgb(var(--color-accent));box-shadow:0 0 0 1px rgb(var(--color-accent) / .2);transform:translateY(-1px)}.hdt-bundle-builder__variant-card.is-soldout{opacity:.6}.hdt-bundle-builder__variant-image-btn{border:0;padding:0;margin:0;border-radius:var(--radius-xs);overflow:hidden;cursor:pointer;background:transparent;width:100%;align-self:stretch}.hdt-bundle-builder__variant-image-btn img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.hdt-bundle-builder__variant-image-btn:hover img{transform:scale(1.04)}.hdt-bundle-builder__variant-select{border:0;background:transparent;text-align:left;cursor:pointer;width:100%;min-width:0;display:grid;gap:.1rem;padding:0}.hdt-bundle-builder__variant-select[disabled]{cursor:not-allowed}.hdt-bundle-builder__variant-title{font-size:var(--text-sm);font-weight:var(--font-semibold);color:rgb(var(--color-foreground));line-height:1.2}.hdt-bundle-builder__variant-price{font-size:var(--text-sm);color:rgb(var(--color-accent));font-weight:var(--font-semibold)}.hdt-bundle-builder__variant-picks{font-size:var(--text-xs);color:rgb(var(--color-foreground2))}.hdt-bundle-builder__status{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin-top:1.1rem}.hdt-bundle-builder__stat{border:1px solid rgb(var(--color-line-border) / .65);border-radius:var(--radius-sm);padding:.9rem;background:rgb(var(--color-base-background))}.hdt-bundle-builder__stat-label{display:block;color:rgb(var(--color-foreground2));letter-spacing:.01em}.hdt-bundle-builder__stat-value{display:block;font-size:var(--text-xl);font-weight:var(--font-semibold);line-height:1.2;margin-top:.35rem}.hdt-bundle-builder__progress-wrap{margin-top:1rem}.hdt-bundle-builder__progress{height:.8rem;border-radius:999px;overflow:hidden;background:rgb(var(--color-line-border) / .5)}.hdt-bundle-builder__progress-fill{display:block;height:100%;width:0;background:linear-gradient(90deg,rgb(var(--color-accent)),rgb(var(--color-accent)));transition:width .2s ease}.hdt-bundle-builder__progress-text{margin:.5rem 0 0;color:rgb(var(--color-foreground2))}.hdt-bundle-builder__items{display:grid;gap:.9rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.1rem}.hdt-bundle-builder__item{border:1px solid rgb(var(--color-line-border) / .65);border-radius:var(--radius-sm);padding:.9rem;display:grid;grid-template-columns:7.4rem 1fr;gap:.9rem;align-items:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hdt-bundle-builder__item.is-changed{border-color:rgb(var(--color-accent));box-shadow:0 0 0 1px rgb(var(--color-accent) / .2)}.hdt-bundle-builder__image{border:0;background:transparent;display:block;width:100%;border-radius:var(--radius-xs);overflow:hidden;position:relative;cursor:zoom-in;padding:0}.hdt-bundle-builder__image:before{content:"";display:block;width:100%;padding-bottom:100%}.hdt-bundle-builder__image>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.hdt-bundle-builder__image:hover>img{transform:scale(1.04)}.hdt-bundle-builder__title{margin:0;line-height:1.28}.hdt-bundle-builder__qty{margin-top:.75rem;display:inline-flex;align-items:center;border:1px solid rgb(var(--color-line-border) / .85);border-radius:var(--radius-full);overflow:hidden;background:rgb(var(--color-base-background))}.hdt-bundle-builder__qty-btn{width:2.9rem;height:2.7rem;border:0;background:transparent;color:rgb(var(--color-foreground));font-size:1.85rem;line-height:1;cursor:pointer}.hdt-bundle-builder__qty-btn[disabled]{opacity:.35;cursor:not-allowed}.hdt-bundle-builder__qty-value{min-width:2.4rem;text-align:center;font-weight:var(--font-semibold)}.hdt-bundle-builder__composition{margin-top:1rem;padding:.9rem;border:1px solid rgb(var(--color-line-border) / .65);border-radius:var(--radius-sm);background:rgb(var(--color-base-background))}.hdt-bundle-builder__composition-title{margin:0}.hdt-bundle-builder__composition-text{margin:.45rem 0 0;color:rgb(var(--color-foreground2))}.hdt-bundle-builder__message{margin-top:1rem;color:rgb(var(--color-foreground2))}.hdt-bundle-builder__message.is-error{color:rgb(var(--color-error-text))}.hdt-bundle-builder__actions{margin-top:1rem}.hdt-bundle-builder__submit[disabled]{opacity:.45;pointer-events:none}.hdt-bundle-builder__sticky-cta{position:sticky;bottom:0;z-index:5;margin-top:1rem;padding:.75rem;border:1px solid rgb(var(--color-line-border) / .7);border-radius:var(--radius-sm);background:rgb(var(--color-base-background));box-shadow:0 -6px 18px rgb(var(--color-foreground) / .08);display:none;gap:.8rem;align-items:center;justify-content:space-between}.hdt-bundle-builder__sticky-text{margin:0;font-size:var(--text-sm);color:rgb(var(--color-foreground2))}.hdt-bundle-builder__atc-hidden{display:none!important}.hdt-bundle-builder__empty{padding:1.2rem;border:1px dashed rgb(var(--color-line-border));border-radius:var(--radius-sm);color:rgb(var(--color-foreground2))}.hdt-bundle-builder__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,2vw,2rem)}.hdt-bundle-builder__lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hdt-bundle-builder__lightbox-dialog{position:relative;width:min(96vw,64rem);max-height:88vh;margin:0;background:#101010;border:1px solid rgb(255 255 255 / .16);border-radius:16px;padding:0;overflow:hidden;box-shadow:0 24px 80px #00000085;z-index:1}.hdt-bundle-builder__lightbox-close{position:absolute;top:.6rem;right:.6rem;width:3rem;height:3rem;border:0;border-radius:var(--radius-full);background:#0000008c;color:#fff;font-size:1.8rem;line-height:1;cursor:pointer}.hdt-bundle-builder__lightbox-dialog img{width:100%;max-height:calc(88vh - 3.2rem);object-fit:contain;background:#000;display:block}.hdt-bundle-builder__lightbox-title{margin:0;padding:.8rem 1rem;color:#fff;background:#0009}@media(max-width:1149px){.hdt-bundle-builder__variant-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hdt-bundle-builder__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1500px){.hdt-bundle-builder__items{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:767px){.hdt-bundle-builder{padding:1.35rem}.hdt-bundle-builder__variant-grid{grid-template-columns:1fr!important}.hdt-bundle-builder__status{grid-template-columns:repeat(2,minmax(0,1fr))}.hdt-bundle-builder__item{grid-template-columns:6.8rem 1fr}.hdt-bundle-builder__items{grid-template-columns:1fr}.hdt-bundle-builder__sticky-cta{display:flex}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/hdt-bundle-builder.css.map */
