.bundle-deal{--bundle-accent-rgb: var(--text-color, 28, 28, 28);--bundle-surface-rgb: var(--background, 255, 255, 255);--bundle-active-bg-rgb: var(--primary-button-background, var(--text-color, 28, 28, 28));--bundle-active-text-rgb: var(--primary-button-text-color, var(--background, 255, 255, 255));--bundle-accent: rgb(var(--bundle-accent-rgb));--bundle-surface: rgb(var(--bundle-surface-rgb));--bundle-on-accent: rgb(var(--bundle-surface-rgb));--bundle-border: rgba(var(--bundle-accent-rgb), .14);--bundle-muted: rgba(var(--bundle-accent-rgb), .6);--bundle-bar-height: 92px;position:relative;padding-bottom:calc(var(--bundle-bar-height) + 24px)}.bundle-deal__notice{padding:24px 0;text-align:center;color:var(--bundle-muted)}.bundle-deal__banner{margin-bottom:28px}.bundle-deal__banner-image{display:block;width:100%;height:auto}.bundle-deal__banner-image--mobile{display:none}.bundle-deal__tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin:0 auto 20px;padding:6px;border:1px solid var(--bundle-border);border-radius:999px;width:fit-content;max-width:100%}.bundle-deal__tab{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border:none;border-radius:999px;background:transparent;color:var(--bundle-accent);font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:background-color .2s ease,color .2s ease}.bundle-deal__tab:hover:not(.is-active){background-color:rgba(var(--bundle-accent-rgb),.06)}.bundle-deal__tab.is-active{background-color:rgb(var(--bundle-active-bg-rgb));color:rgb(var(--bundle-active-text-rgb))}.bundle-deal__tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:34px;padding:2px 7px;border-radius:999px;background-color:rgba(var(--bundle-accent-rgb),.1);font-size:11px;font-weight:700;letter-spacing:.02em}.bundle-deal__tab.is-active .bundle-deal__tab-count{background-color:rgba(var(--bundle-active-text-rgb),.22);color:rgb(var(--bundle-active-text-rgb))}.bundle-deal__tab.is-complete .bundle-deal__tab-count:after{content:" \2713"}.bundle-deal__heading{margin:0 0 8px;font-size:22px;font-weight:700;letter-spacing:.04em;text-align:center;text-transform:uppercase}.bundle-deal__panel-hint{margin:0 0 22px;font-size:13px;text-align:center;color:var(--bundle-muted)}.bundle-deal .product-list__inner{align-items:stretch}.bundle-card{display:flex;flex-direction:column;position:relative;padding:8px;border:2px solid transparent;border-radius:12px;transition:border-color .2s ease,box-shadow .2s ease}.bundle-card.is-selected{border-color:var(--bundle-accent);background-color:rgba(var(--bundle-accent-rgb),.04);box-shadow:0 4px 18px #00000014}.bundle-card .product-item__image-wrapper{border-radius:10px;overflow:hidden}.bundle-card--unavailable{opacity:.55;pointer-events:none}.bundle-card__tick{display:flex;align-items:center;justify-content:center;position:absolute;top:14px;left:14px;z-index:2;width:26px;height:26px;border-radius:50%;background-color:var(--bundle-accent);color:var(--bundle-on-accent);opacity:0;transform:scale(.6);transition:opacity .18s ease,transform .18s ease;pointer-events:none}.bundle-card.is-selected .bundle-card__tick{opacity:1;transform:scale(1)}.bundle-card .product-item__info{display:flex;flex-direction:column;flex:1}.bundle-card__actions{display:flex;flex-direction:column;gap:8px;margin-top:auto;padding-top:10px}.bundle-card__variant-picker{position:relative;display:flex;align-items:center}.bundle-card__variant-select{width:100%;padding:9px 30px 9px 12px;border:1px solid var(--bundle-border);border-radius:6px;background-color:transparent;color:inherit;font-size:12px;line-height:1.3;appearance:none;-webkit-appearance:none;cursor:pointer}.bundle-card__variant-picker .icon{position:absolute;right:10px;width:10px;height:10px;pointer-events:none}.bundle-card__add{display:inline-flex;align-items:center;justify-content:center;width:100%;height:40px;min-height:40px;padding:0 12px;font-size:12px;line-height:1}.bundle-card.is-selected .bundle-card__add{background-color:var(--bundle-accent);border:1px solid var(--bundle-accent);color:#fff}.bundle-deal__bar{position:fixed;right:0;bottom:0;left:0;z-index:20;padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--bundle-border);border-radius:16px 16px 0 0;background-color:var(--bundle-surface);box-shadow:0 -6px 24px #0000001a}.bundle-deal__bar-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;max-width:1520px;margin:0 auto}.bundle-deal__bar-left{display:flex;flex-direction:column;gap:2px;min-width:0}.bundle-deal__bar-label{margin:0;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.bundle-deal__bar-count{margin:0;font-size:11px;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;color:var(--bundle-muted)}.bundle-deal__bar-slots{display:flex;align-items:center;gap:8px;flex:1;overflow-x:auto;scrollbar-width:none}.bundle-deal__bar-slots::-webkit-scrollbar{display:none}.bundle-deal__bar-sep{flex-shrink:0;font-size:16px;color:var(--bundle-muted)}.bundle-deal__bar-slot{position:relative;flex-shrink:0;width:56px;height:56px;border:1px dashed var(--bundle-border);border-radius:8px;overflow:hidden}.bundle-deal__bar-slot--filled{border-style:solid}.bundle-deal__bar-slot img{display:block;width:100%;height:100%;object-fit:cover}.bundle-deal__bar-slot-index{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:15px;color:var(--bundle-muted)}.bundle-deal__bar-remove{display:flex;align-items:center;justify-content:center;position:absolute;top:2px;right:2px;z-index:1;width:18px;height:18px;padding:0;border:none;border-radius:50%;background-color:var(--bundle-accent);color:var(--bundle-on-accent);font-size:10px;line-height:1;cursor:pointer}.bundle-deal__bar-right{display:flex;align-items:center;gap:16px;flex-shrink:0}.bundle-deal__bar-total{display:flex;flex-direction:column;gap:1px}.bundle-deal__bar-total-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--bundle-muted)}.bundle-deal__bar-total-prices{display:flex;align-items:baseline;gap:6px}.bundle-deal__bar-total-price{font-size:19px;font-weight:700;white-space:nowrap}.bundle-deal__bar-total-compare{font-size:14px;white-space:nowrap;color:var(--bundle-muted)}.bundle-deal__cta{display:inline-flex;align-items:center;justify-content:center;height:44px;min-height:44px;padding:0 26px;font-size:13px;line-height:1;white-space:nowrap;background:#2a4820}.bundle-deal__cta[disabled]{opacity:.45;cursor:not-allowed}.bundle-deal__cta.is-loading{pointer-events:none;opacity:.7}@media screen and (max-width:999px){.bundle-deal__bar-slots{order:3;width:100%;flex-basis:100%}}@media screen and (max-width:740px){.bundle-deal{--bundle-bar-height: 118px;padding-bottom:calc(var(--bundle-bar-height) + 12px)}.bundle-deal__banner{margin-bottom:18px}.bundle-deal__banner-image--mobile{display:block}.bundle-deal__banner-image--desktop{display:none}.bundle-deal__tabs{gap:4px;width:100%;padding:4px;margin-bottom:16px}.bundle-deal__tab{flex:1;justify-content:center;gap:5px;min-width:0;padding:9px 8px;font-size:11px;letter-spacing:.02em}.bundle-deal__tab-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-deal__tab-count{min-width:0;padding:2px 5px;font-size:10px}.bundle-deal__heading{font-size:15px;line-height:1.35;letter-spacing:.02em}.bundle-deal__panel-hint{margin-bottom:16px;font-size:12px}.bundle-deal .product-list__inner{grid-template-columns:repeat(var(--bundle-mobile-products-per-row, 2),minmax(0,1fr));gap:16px 10px;margin-left:0;margin-right:0}.bundle-card{padding:6px;border-width:1.5px;border-radius:10px}.bundle-card__tick{top:10px;left:10px;width:22px;height:22px}.bundle-card .product-item-meta__title{font-size:13px;line-height:1.3}.bundle-card .price{font-size:13px}.bundle-card__actions{gap:6px;padding-top:8px}.bundle-card__variant-select{padding:8px 24px 8px 9px;font-size:11px}.bundle-card__variant-picker .icon{right:8px}.bundle-card__add{font-size:11px;letter-spacing:.04em}.bundle-deal__bar{padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px));border-radius:14px 14px 0 0}.bundle-deal__bar-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"slots total" "cta   cta";align-items:center;gap:8px 12px}.bundle-deal__bar-left{display:none}.bundle-deal__bar-slots{grid-area:slots;order:0;width:auto;flex-basis:auto;gap:6px}.bundle-deal__bar-right{display:contents}.bundle-deal__bar-total{grid-area:total;align-items:flex-end;text-align:right}.bundle-deal__bar-total-label{font-size:9px}.bundle-deal__bar-total-price{font-size:17px}.bundle-deal__bar-total-compare{font-size:13px}.bundle-deal__cta{grid-area:cta;width:100%;padding:0 18px}.bundle-deal__bar-slot{width:44px;height:44px;border-radius:7px}.bundle-deal__bar-sep{font-size:13px}}@media screen and (max-width:390px){.bundle-deal__tab{padding:9px 6px;font-size:10px}.bundle-deal__heading{font-size:14px}.bundle-deal__bar-slot{width:40px;height:40px}.bundle-deal__bar-total-price{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/bundle-deal.css.map */
