.bundle-offer{display:block;width:100%;color:var(--bundle-text)}.bundle-offer,.bundle-offer *{font-family:inherit}.bundle-offer__sale-header{display:grid;justify-items:center;gap:9px;margin-bottom:14px}.bundle-offer__heading{width:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;font-size:.78rem;line-height:1;letter-spacing:.08em;text-transform:uppercase;color:var(--bundle-heading-text)}.bundle-offer__heading span{height:1px;background:var(--bundle-heading-line);transform-origin:center;animation:bundle-line-reveal .48s cubic-bezier(.22,.61,.36,1) both}.bundle-offer__heading strong{font:inherit;font-weight:650}.bundle-offer__countdown-bar{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;color:var(--bundle-countdown-text);background:var(--bundle-countdown-background);font-size:.72rem;font-weight:650;line-height:1}.bundle-offer__options{display:grid;gap:11px}.bundle-offer__offer{position:relative;overflow:visible;background:var(--bundle-background);border:1px solid color-mix(in srgb,var(--bundle-border) 72%,transparent);border-radius:var(--bundle-radius);transition:border-color .22s ease,background-color .22s ease}.bundle-offer__offer:has(.bundle-offer__option.is-selected){background:var(--bundle-selected-background);border-color:var(--bundle-selected-border)}.bundle-offer__option{-webkit-appearance:none;appearance:none;width:100%;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:11px;padding:14px 15px;color:var(--bundle-text);background:transparent;border:0;border-radius:inherit;text-align:left;cursor:pointer}.bundle-offer__radio{width:17px;height:17px;display:grid;place-items:center;border:1.5px solid var(--bundle-radio-border);border-radius:50%;transition:border-color .18s ease,background-color .18s ease}.bundle-offer__option.is-selected .bundle-offer__radio{border-color:var(--bundle-radio-selected)}.bundle-offer__option.is-selected .bundle-offer__radio:after{content:"";width:9px;height:9px;border-radius:50%;background:var(--bundle-radio-selected);animation:bundle-dot-in .18s ease both}.bundle-offer__content{min-width:0;display:grid;gap:3px}.bundle-offer__title-row{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:7px}.bundle-offer__title{color:var(--bundle-title);font-size:.9rem;font-weight:680;line-height:1.18;letter-spacing:-.012em}.bundle-offer__subtitle{color:var(--bundle-subtitle);font-size:.71rem;line-height:1.35}.bundle-offer__amounts{display:grid;justify-items:end;gap:3px;white-space:nowrap}.bundle-offer__benefit{display:inline-flex;align-items:center;padding:3px 7px;color:var(--bundle-saving-text);background:var(--bundle-saving-background);border-radius:999px;font-size:.55rem;font-weight:700;line-height:1;white-space:nowrap}.bundle-offer__amount-current{color:var(--bundle-price);font-size:.88rem;font-weight:700;letter-spacing:-.01em}.bundle-offer__amount-original{color:var(--bundle-compare);font-size:.66rem;text-decoration:line-through}.bundle-offer__offer-timer{display:flex;align-items:center;flex-wrap:wrap;gap:4px;width:100%;padding:10px 18px;border-top:1px solid var(--bundle-offer-timer-border);color:var(--bundle-offer-timer-text);background:var(--bundle-offer-timer-background);border-radius:0 0 var(--bundle-radius) var(--bundle-radius);overflow:hidden;font-size:.68rem;font-weight:600;line-height:1.3}.bundle-offer__offer-timer-value{color:var(--bundle-offer-timer-value);font-variant-numeric:tabular-nums;letter-spacing:.01em}.bundle-offer__offer-timer-stock{color:var(--bundle-offer-timer-stock)}.bundle-offer__badge{position:absolute;z-index:3;top:-7px;right:13px;padding:4px 8px;color:var(--bundle-badge-text);background:var(--bundle-badge-background);border:1px solid var(--bundle-badge-border);border-radius:999px;font-size:.55rem;font-weight:700;line-height:1;letter-spacing:.05em;text-transform:uppercase}.bundle-offer__details{padding:0 13px 13px;background:var(--bundle-details-background);border:0}.bundle-offer__option.is-selected+.bundle-offer__details{border-top:1px solid color-mix(in srgb,var(--bundle-border) 52%,transparent);padding-top:12px;animation:bundle-content-fade .22s ease both}.bundle-offer__variant-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.bundle-offer__slot{position:relative;min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px;background:var(--bundle-slot-background);border:1px solid var(--bundle-slot-border);border-radius:9px}.bundle-offer__slot-image{width:38px;height:38px;overflow:hidden;border-radius:7px;background:var(--bundle-image-background)}.bundle-offer__slot-image img{width:100%;height:100%;object-fit:cover}.bundle-offer__slot-control{position:relative;min-width:0}.bundle-offer__slot-select{-webkit-appearance:none;appearance:none;color-scheme:var(--bundle-select-color-scheme);width:100%;min-width:0;height:36px;padding:0 30px 0 10px;color:var(--bundle-select-text);background-color:var(--bundle-select-background);background-image:linear-gradient(45deg,transparent 50%,var(--bundle-select-arrow) 50%),linear-gradient(135deg,var(--bundle-select-arrow) 50%,transparent 50%);background-position:calc(100% - 14px) 15px,calc(100% - 9px) 15px;background-repeat:no-repeat;background-size:5px 5px;border:0;border-bottom:1px solid var(--bundle-select-border);border-radius:0;font-size:.72rem;font-weight:620;line-height:1;text-overflow:ellipsis;cursor:pointer;transition:border-color .18s ease,background-color .18s ease}.bundle-offer__slot-select:hover,.bundle-offer__slot-select:focus{border-bottom-color:var(--bundle-focus);outline:1px solid transparent;outline-offset:2px}.bundle-offer__slot-select:focus-visible{outline-color:var(--bundle-focus)}.bundle-offer__slot-select option{color:var(--bundle-option-text);background-color:var(--bundle-option-background)}.bundle-offer__slot-select option:disabled{color:var(--bundle-option-disabled)}.bundle-offer__slot-clear,.bundle-offer__slot-add{-webkit-appearance:none;appearance:none;width:24px;height:24px;display:grid;place-items:center;padding:0;color:var(--bundle-action-text);background:var(--bundle-action-background);border:0;border-radius:50%;font-size:.9rem;line-height:1;cursor:pointer;transition:transform .16s ease,opacity .16s ease}.bundle-offer__slot-clear:hover,.bundle-offer__slot-add:hover{transform:rotate(90deg)}.bundle-offer__slot-add{width:100%;height:36px;border-radius:0;font-size:.72rem;font-weight:650}.bundle-offer__slot-add:hover{transform:none}@keyframes bundle-line-reveal{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}@keyframes bundle-dot-in{0%{opacity:0;transform:scale(.35)}to{opacity:1;transform:scale(1)}}@keyframes bundle-content-fade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.bundle-offer *,.bundle-offer *:before,.bundle-offer *:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media screen and (max-width:749px){.bundle-offer__variant-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.bundle-offer__slot{grid-template-columns:32px minmax(0,1fr);gap:7px;padding:7px}.bundle-offer__slot-image{width:32px;height:32px}.bundle-offer__slot-clear{position:absolute;top:4px;right:4px;width:20px;height:20px;font-size:.78rem}.bundle-offer__slot-select{height:34px;padding-left:7px;padding-right:24px;font-size:.67rem}.bundle-offer__option{grid-template-columns:17px minmax(0,1fr) auto;padding:13px 12px}.bundle-offer__details{padding-inline:10px;padding-bottom:10px}.bundle-offer__title,.bundle-offer__amount-current{font-size:.84rem}.bundle-offer__benefit{font-size:.52rem}}.bundle-offer__sale-header{gap:10px;margin-bottom:18px}.bundle-offer__heading{gap:16px;font-size:.9rem;letter-spacing:.04em}.bundle-offer__heading strong{font-weight:750;white-space:nowrap}.bundle-offer__options{gap:21px}.bundle-offer__offer{border-width:2px;border-color:color-mix(in srgb,var(--bundle-border) 78%,transparent)}.bundle-offer__offer:has(.bundle-offer__option.is-selected){border-color:var(--bundle-selected-border)}.bundle-offer__option{grid-template-columns:23px minmax(0,1fr) auto;gap:14px;padding:18px 18px 17px}.bundle-offer__radio{width:22px;height:22px;border-width:2px}.bundle-offer__option.is-selected .bundle-offer__radio:after{width:12px;height:12px}.bundle-offer__content{gap:4px}.bundle-offer__title-row{gap:9px}.bundle-offer__title{font-size:1rem;font-weight:750;line-height:1.15}.bundle-offer__subtitle{font-size:.78rem;font-weight:520;line-height:1.35}.bundle-offer__amounts{gap:5px}.bundle-offer__amount-current{font-size:1.08rem;font-weight:760}.bundle-offer__amount-original{font-size:.73rem;font-weight:620}.bundle-offer__benefit{min-height:24px;padding:5px 10px;font-size:.64rem;font-weight:750}.bundle-offer__badge{top:-15px;right:16px;padding:7px 12px;border-radius:7px;font-size:.62rem;letter-spacing:.045em}.bundle-offer__details{position:relative;padding:0 18px 19px}.bundle-offer__option.is-selected+.bundle-offer__details{padding-top:19px;border-top:0}.bundle-offer__option.is-selected+.bundle-offer__details:before{content:"";position:absolute;top:0;right:18px;left:18px;border-top:1px dashed color-mix(in srgb,var(--bundle-border) 62%,transparent);pointer-events:none}.bundle-offer__variant-grid{grid-template-columns:minmax(0,1fr);gap:12px}.bundle-offer__slot{grid-template-columns:22px 46px minmax(0,1fr);gap:10px;padding:0;background:transparent;border:0;border-radius:0}.bundle-offer__slot-index{width:22px;height:22px;display:grid;place-items:center;color:var(--bundle-accent-text);background:color-mix(in srgb,var(--bundle-text) 36%,var(--bundle-background));border-radius:50%;font-size:.69rem;font-weight:760;line-height:1}.bundle-offer__slot-image{width:46px;height:46px;border:1px solid color-mix(in srgb,var(--bundle-border) 78%,transparent);border-radius:8px}.bundle-offer__slot-image img{object-fit:contain}.bundle-offer__slot-control{width:100%}.bundle-offer__slot-select{height:46px;padding:0 40px 0 14px;background-position:calc(100% - 19px) 20px,calc(100% - 14px) 20px;border:1px solid var(--bundle-select-border);border-radius:8px;font-size:.79rem;font-weight:680}.bundle-offer__slot-select:hover,.bundle-offer__slot-select:focus{border-color:var(--bundle-focus)}@media screen and (max-width:749px){.bundle-offer__sale-header{margin-bottom:15px}.bundle-offer__heading{gap:11px;font-size:.78rem}.bundle-offer__options{gap:18px}.bundle-offer__option{grid-template-columns:20px minmax(0,1fr) auto;gap:9px;padding:15px 12px 14px}.bundle-offer__offer-timer{gap:3px;padding:9px 12px;font-size:.63rem}.bundle-offer__radio{width:20px;height:20px}.bundle-offer__option.is-selected .bundle-offer__radio:after{width:10px;height:10px}.bundle-offer__title{font-size:.86rem}.bundle-offer__subtitle{font-size:.68rem}.bundle-offer__amount-current{font-size:.9rem}.bundle-offer__amount-original{font-size:.62rem}.bundle-offer__benefit{min-height:20px;padding:4px 7px;font-size:.53rem}.bundle-offer__badge{top:-12px;right:11px;padding:6px 9px;font-size:.53rem}.bundle-offer__details{padding-inline:12px;padding-bottom:15px}.bundle-offer__option.is-selected+.bundle-offer__details{padding-top:15px}.bundle-offer__option.is-selected+.bundle-offer__details:before{right:12px;left:12px}.bundle-offer__variant-grid{grid-template-columns:minmax(0,1fr);gap:10px}.bundle-offer__slot{grid-template-columns:20px 42px minmax(0,1fr);gap:8px;padding:0}.bundle-offer__slot-index{width:20px;height:20px;font-size:.62rem}.bundle-offer__slot-image{width:42px;height:42px}.bundle-offer__slot-select{height:42px;padding:0 34px 0 11px;background-position:calc(100% - 17px) 18px,calc(100% - 12px) 18px;font-size:.7rem}}.bundle-offer__amount-original:not([hidden]){position:relative!important;display:inline-block!important;justify-self:end;opacity:1!important;text-decoration:none!important}.bundle-offer__amount-original:not([hidden]):after{content:"";position:absolute;z-index:2;top:50%;right:-1px;left:-1px;height:.6px;background:currentColor;transform:translateY(-50%);pointer-events:none}.bundle-offer__amount-original[hidden],.bundle-offer__benefit[hidden]{display:none!important}.bundle-offer,.bundle-offer *{font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;letter-spacing:inherit!important;text-transform:inherit!important}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map?subset=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIA */
