.bundle-offers{width:100%;font-family:var(--font-body--family);container-type:inline-size;container-name:bundle-offers}.bundle-offers__header{margin-bottom:var(--bundle-title-boxes-gap, 16px)}.bundle-offers__title{font-family:var(--bundle-title-font, var(--font-heading--family));font-style:var(--bundle-title-style, normal);font-size:var(--bundle-title-size-mobile, 20px);font-weight:var(--bundle-title-weight, 300);color:var(--color-foreground);margin:0 0 8px;letter-spacing:.01em;line-height:var(--bundle-title-line-height, 1.3);text-transform:var(--bundle-title-case, none)}.bundle-offers__description{font-family:var(--bundle-description-font, var(--font-body--family));font-style:var(--bundle-description-style, normal);font-size:var(--bundle-description-size-mobile, 13px);font-weight:var(--bundle-description-weight, 400);color:var(--color-foreground);margin:0 0 16px;line-height:var(--bundle-description-line-height, 1.4);text-transform:var(--bundle-description-case, none);opacity:.7}.bundle-offers__description-trigger{-webkit-appearance:none;appearance:none;padding:0;border:0;background:none;color:inherit;cursor:pointer;font:inherit;font-weight:600;line-height:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em}.bundle-offers__description-trigger:hover{opacity:.82}.bundle-offers__description-trigger:focus-visible{outline:2px solid currentColor;outline-offset:3px;border-radius:2px}.bundle-offers__divider{height:1px;background-color:rgb(var(--color-foreground-rgb) / .2);width:100%}.bundle-offers__list,.bundle-offers__offer{display:flex;flex-direction:column}.bundle-offers__offer-row{display:flex;align-items:center;cursor:pointer;gap:10px;transition:background-color .3s cubic-bezier(.4,0,.2,1);border-radius:8px;margin:0 -8px;padding:16px 8px}.bundle-offers__offer-row:hover{background-color:rgb(var(--color-foreground-rgb) / .03)}.bundle-offers__radio{position:absolute;opacity:0;width:0;height:0}.bundle-offers__radio-custom{position:relative;width:18px;height:18px;min-width:18px;border:1px solid rgb(var(--color-foreground-rgb) / .3);border-radius:50%;transition:border-color .35s cubic-bezier(.4,0,.2,1),background-color .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1)}.bundle-offers__radio-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:10px;height:10px;background-color:var(--color-foreground);border-radius:50%;transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.bundle-offers__radio:checked+.bundle-offers__radio-custom{border-color:var(--color-foreground)}.bundle-offers__radio:checked+.bundle-offers__radio-custom:after{transform:translate(-50%,-50%) scale(1)}.bundle-offers__radio:focus-visible+.bundle-offers__radio-custom{outline:2px solid var(--color-foreground);outline-offset:2px}.bundle-offers__offer-text{flex:1 1 auto;min-width:0;font-family:var(--bundle-offer-text-font, var(--font-body--family));font-style:var(--bundle-offer-text-style, normal);font-size:clamp(12px,4.5cqi,var(--bundle-offer-text-size-mobile, 14px));font-weight:var(--bundle-offer-text-weight, 400);color:var(--color-foreground);letter-spacing:.01em;line-height:var(--bundle-offer-text-line-height, 1.4);text-transform:var(--bundle-offer-text-case, none);white-space:nowrap}.bundle-offers__offer-pricing{display:flex;align-items:baseline;gap:clamp(2px,1cqi,4px);flex-shrink:1;white-space:nowrap;min-width:0}.bundle-offers__price-current{font-family:var(--bundle-price-font, var(--font-body--family));font-style:var(--bundle-price-style, normal);font-size:clamp(11px,4.5cqi,var(--bundle-price-size-mobile, 14px));font-weight:var(--bundle-price-weight, 500);color:var(--color-foreground);letter-spacing:-.01em;line-height:var(--bundle-price-line-height, 1.3);text-transform:var(--bundle-price-case, none)}.bundle-offers__price-each{font-family:var(--bundle-price-font, var(--font-body--family));font-style:var(--bundle-price-style, normal);font-size:clamp(8px,3cqi,var(--bundle-price-each-size-mobile, 10px));font-weight:400;color:rgb(var(--color-foreground-rgb) / .5)}.bundle-offers__price-original{font-family:var(--bundle-price-font, var(--font-body--family));font-size:clamp(9px,3.5cqi,var(--bundle-price-original-size-mobile, 12px));font-weight:300;font-style:italic;color:rgb(var(--color-foreground-rgb) / .35);text-decoration:line-through}.bundle-offers__separator{height:1px;background-color:rgb(var(--color-foreground-rgb) / .15);width:100%}.bundle-offers__separator:last-child{display:none}.bundle-offers__selectors-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1)}.bundle-offers__selectors-wrapper--open{grid-template-rows:1fr}.bundle-offers__selectors{overflow:hidden;min-height:0}.bundle-offers__selectors-inner{padding:0 0 16px 32px;display:flex;flex-direction:column;gap:20px;position:relative;opacity:0;transform:translateY(-8px);transition:opacity .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1);transition-delay:0s}.bundle-offers__selectors-wrapper--open .bundle-offers__selectors-inner{opacity:1;transform:translateY(0);transition-delay:.1s}.bundle-offers__selectors-wrapper--closing .bundle-offers__selectors-inner{opacity:0;transform:translateY(-8px);transition-delay:0s}.bundle-offers__offer-close{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:rgb(var(--color-foreground-rgb) / .06);border:none;border-radius:50%;cursor:pointer;color:rgb(var(--color-foreground-rgb) / .5);transition:background-color .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.bundle-offers__offer-close:hover{background-color:rgb(var(--color-foreground-rgb) / .1);color:var(--color-foreground);transform:scale(1.05)}.bundle-offers__offer-close:active{transform:scale(.95)}.bundle-offers__offer-close:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.bundle-offers__offer-close svg{width:14px;height:14px}.bundle-offers__piece{display:flex;flex-direction:column;gap:8px}.bundle-offers__piece-header{display:flex;align-items:center}.bundle-offers__piece-label{font-family:var(--bundle-selector-label-font, var(--font-label--family));font-style:var(--bundle-selector-label-style, normal);font-size:var(--bundle-selector-label-size-mobile, 12px);font-weight:var(--bundle-selector-label-weight, 600);color:var(--color-foreground);text-transform:var(--bundle-selector-label-case, uppercase);line-height:var(--bundle-selector-label-line-height, 1.2);letter-spacing:.05em;background-color:rgb(var(--color-foreground-rgb) / .06);padding:4px 10px;border-radius:4px}.bundle-offers__piece-options{display:flex;flex-direction:column;gap:4px}.bundle-offers__option-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.bundle-offers__option-label{font-family:var(--bundle-selector-option-font, var(--font-label--family));font-style:var(--bundle-selector-option-style, normal);font-size:var(--bundle-selector-option-size-mobile, 13px);font-weight:var(--bundle-selector-option-weight, 400);color:var(--color-foreground);line-height:var(--bundle-selector-option-line-height, 1.35);text-transform:var(--bundle-selector-option-case, none)}.bundle-offers__option-trigger{display:flex;align-items:center;gap:4px;background:none;border:none;padding:4px 8px;margin:-4px -8px;cursor:pointer;font-family:inherit;border-radius:6px;transition:background-color .3s cubic-bezier(.4,0,.2,1)}.bundle-offers__option-trigger:hover{background-color:rgb(var(--color-foreground-rgb) / .04)}.bundle-offers__option-trigger:hover .bundle-offers__option-value{color:var(--color-foreground)}.bundle-offers__option-trigger:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px;border-radius:6px}.bundle-offers__option-value{font-family:var(--bundle-selector-option-font, var(--font-label--family));font-style:var(--bundle-selector-option-style, normal);font-size:var(--bundle-selector-option-size-mobile, 13px);font-weight:var(--bundle-selector-option-weight, 400);color:rgb(var(--color-foreground-rgb) / .7);line-height:var(--bundle-selector-option-line-height, 1.35);text-transform:var(--bundle-selector-option-case, none);transition:color .3s cubic-bezier(.4,0,.2,1)}.bundle-offers__chevron{color:rgb(var(--color-foreground-rgb) / .4);flex-shrink:0;transition:color .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.bundle-offers__option-trigger:hover .bundle-offers__chevron{color:rgb(var(--color-foreground-rgb) / .7);transform:translate(2px)}.bundle-offers__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:flex-end;justify-content:center;visibility:hidden;opacity:0;transition:visibility .4s,opacity .4s cubic-bezier(.4,0,.2,1)}.bundle-offers__modal[aria-hidden=false]{visibility:visible;opacity:1}.bundle-offers__modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;cursor:pointer;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.bundle-offers__modal-content{position:relative;z-index:1;width:100%;max-width:100%;max-height:70vh;background-color:var(--color-background);border-radius:20px 20px 0 0;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .45s cubic-bezier(.32,.72,0,1);box-shadow:0 -4px 32px #0000001f}.bundle-offers__modal[aria-hidden=false] .bundle-offers__modal-content{transform:translateY(0)}.bundle-offers__modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 16px;flex-shrink:0}.bundle-offers__modal-title{font-size:1.125rem;font-weight:500;color:var(--color-foreground)}.bundle-offers__modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:rgb(var(--color-foreground-rgb) / .05);border:none;cursor:pointer;color:var(--color-foreground);border-radius:50%;transition:background-color .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.bundle-offers__modal-close:hover{background-color:rgb(var(--color-foreground-rgb) / .1);transform:scale(1.05)}.bundle-offers__modal-close:active{transform:scale(.95)}.bundle-offers__modal-close:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.bundle-offers__modal-options{overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom,20px)}.bundle-offers__modal-option-group{display:flex;flex-direction:column}.bundle-offers__modal-option-group[hidden]{display:none}.bundle-offers__modal-option{position:relative;cursor:pointer;display:block}.bundle-offers__modal-option input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;margin:0;cursor:pointer;width:100%;height:100%;z-index:2}.bundle-offers__modal-option-content{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;transition:background-color .3s cubic-bezier(.4,0,.2,1)}.bundle-offers__modal-option-name{font-size:1rem;color:var(--color-foreground)}.bundle-offers__modal-option-unavailable{font-size:.875rem;color:rgb(var(--color-foreground-rgb) / .4)}.bundle-offers__modal-option:hover .bundle-offers__modal-option-content{background-color:rgb(var(--color-foreground-rgb) / .03)}.bundle-offers__modal-option:has(:checked) .bundle-offers__modal-option-content{background-color:rgb(var(--color-foreground-rgb) / .06)}.bundle-offers__modal-option:has(:focus-visible) .bundle-offers__modal-option-content{outline:2px solid var(--color-foreground);outline-offset:-2px}.bundle-offers__modal-option--unavailable .bundle-offers__modal-option-name{color:rgb(var(--color-foreground-rgb) / .35)}.bundle-offers__modal-option--unavailable{cursor:not-allowed}.bundle-offers__validation-message{display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:#dc26261a;border-radius:8px;margin-top:12px;font-size:.875rem;color:#b91c1c}.bundle-offers__validation-message[hidden]{display:none}.bundle-offers__validation-message .svg-wrapper{width:16px;height:16px;flex-shrink:0}.bundle-offers__validation-message svg{width:100%;height:100%}@container bundle-offers (max-width: 280px){.bundle-offers__offer-row{gap:6px}.bundle-offers__price-original{display:none}}@container bundle-offers (max-width: 220px){.bundle-offers__price-each{display:none}}@media screen and (min-width:750px){.bundle-offers__title{font-size:var(--bundle-title-size-desktop, 24px)}.bundle-offers__description{font-size:var(--bundle-description-size-desktop, 14px)}.bundle-offers__offer-text{font-size:clamp(13px,4.5cqi,var(--bundle-offer-text-size-desktop, 16px))}.bundle-offers__price-current{font-size:clamp(12px,4.5cqi,var(--bundle-price-size-desktop, 16px))}.bundle-offers__price-each{font-size:clamp(8px,3cqi,var(--bundle-price-each-size-desktop, 11px))}.bundle-offers__price-original{font-size:clamp(10px,3.5cqi,var(--bundle-price-original-size-desktop, 14px))}.bundle-offers__piece-label{font-size:var(--bundle-selector-label-size-desktop, 13px)}.bundle-offers__option-label,.bundle-offers__option-value{font-size:var(--bundle-selector-option-size-desktop, 14px)}.bundle-offers__modal{align-items:center}.bundle-offers__modal-content{max-width:420px;max-height:60vh;border-radius:20px;transform:translateY(24px) scale(.96);opacity:0;transition:transform .4s cubic-bezier(.32,.72,0,1),opacity .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 48px #00000026}.bundle-offers__modal[aria-hidden=false] .bundle-offers__modal-content{transform:translateY(0) scale(1);opacity:1}.bundle-offers__selectors-inner{padding-left:32px}}.bundle-offers__cards-grid{display:flex;gap:10px;padding:14px 4px}.bundle-offers__card{flex:1 1 0;min-width:0;position:relative}.bundle-offers__card-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);z-index:2;font-family:var(--bundle-badge-font, var(--font-label--family));font-style:var(--bundle-badge-style, normal);font-size:var(--bundle-badge-size-mobile, 9px);font-weight:var(--bundle-badge-weight, 700);background:var(--bundle-badge-bg, #dc2626);color:var(--bundle-badge-color, #fff);padding:3px 10px;border-radius:4px;text-transform:var(--bundle-badge-case, uppercase);letter-spacing:.06em;line-height:var(--bundle-badge-line-height, 1.4);white-space:nowrap}.bundle-offers__card-inner{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 10px 16px;background:var(--bundle-card-bg, #fff);border:var(--bundle-card-border-width, 1px) solid var(--bundle-card-border-color, #e0e0e0);border-radius:var(--bundle-card-border-radius, 12px);cursor:pointer;transition:border-color .35s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);height:100%}.bundle-offers__card-inner:hover{border-color:rgb(var(--color-foreground-rgb, 0 0 0) / .25);transform:translateY(-1px)}.bundle-offers__card.bundle-offers__offer--active .bundle-offers__card-inner{border-color:var(--bundle-glow-color, #dc2626);box-shadow:0 0 var(--bundle-glow-spread, 20px) var(--bundle-glow-color-alpha, rgb(220 38 38 / 40%)),0 0 calc(var(--bundle-glow-spread, 20px) * 2.5) var(--bundle-glow-color-alpha-soft, rgb(220 38 38 / 15%))}.bundle-offers__card.bundle-offers__offer--active .bundle-offers__card-inner:hover{border-color:var(--bundle-glow-color, #dc2626)}.bundle-offers__card-title{font-family:var(--bundle-card-title-font, var(--font-heading--family));font-style:var(--bundle-card-title-style, normal);font-size:var(--bundle-card-title-size-mobile, 16px);font-weight:var(--bundle-card-title-weight, 700);color:var(--bundle-card-text-color, #000);line-height:var(--bundle-card-title-line-height, 1.3);text-transform:var(--bundle-card-title-case, none);margin-bottom:10px}.bundle-offers__card-image{display:flex;align-items:center;justify-content:center;margin-bottom:10px;flex:1 1 auto}.bundle-offers__card-image img{max-width:100%;height:auto;max-height:var(--bundle-card-image-height, 120px);object-fit:contain}.bundle-offers__card-pricing{display:flex;align-items:baseline;justify-content:center;gap:1px;margin-top:auto}.bundle-offers__card-price{font-family:var(--bundle-price-font, var(--font-body--family));font-size:var(--bundle-price-size-mobile, 14px);font-weight:var(--bundle-price-weight, 500);color:var(--bundle-card-price-color, #000);letter-spacing:-.01em}.bundle-offers__card-price-suffix{font-family:var(--bundle-price-font, var(--font-body--family));font-size:var(--bundle-price-each-size-mobile, 10px);font-weight:400;color:var(--bundle-card-price-color, #000);opacity:.6}.bundle-offers__card .bundle-offers__radio{position:absolute;opacity:0;width:0;height:0;pointer-events:none}@container bundle-offers (max-width: 300px){.bundle-offers__cards-grid{gap:6px;padding:10px 2px}.bundle-offers__card-inner{padding:18px 6px 12px}.bundle-offers__card-badge{padding:2px 6px;font-size:7px}}@media screen and (min-width:750px){.bundle-offers__cards-grid{gap:14px;padding:16px 6px}.bundle-offers__card-inner{padding:24px 14px 20px}.bundle-offers__card-badge{font-size:var(--bundle-badge-size-desktop, 11px);padding:4px 12px}.bundle-offers__card-title{font-size:var(--bundle-card-title-size-desktop, 20px);margin-bottom:12px}.bundle-offers__card-image{margin-bottom:12px}.bundle-offers__card-price{font-size:var(--bundle-price-size-desktop, 16px)}.bundle-offers__card-price-suffix{font-size:var(--bundle-price-each-size-desktop, 11px)}}.bundle-offers__perks-section{margin-top:var(--bundle-perks-gap, 16px)}.bundle-offers__perks{position:relative;padding:4px 0;animation:bundle-perks-in .45s cubic-bezier(.4,0,.2,1) both}.bundle-offers__perks-header{display:flex;align-items:center;gap:0;margin-bottom:14px}.bundle-offers__perks-title{font-family:var(--bundle-perks-title-font, var(--font-body--family));font-style:var(--bundle-perks-title-style, normal);font-size:var(--bundle-perks-title-size-mobile, 13px);font-weight:var(--bundle-perks-title-weight, 700);color:var(--color-foreground);letter-spacing:.01em;line-height:var(--bundle-perks-title-line-height, 1.4);text-transform:var(--bundle-perks-title-case, none)}.bundle-offers__perks-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.bundle-offers__perk-item{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;column-gap:10px;opacity:0;animation:bundle-perk-in .4s cubic-bezier(.4,0,.2,1) calc(.06s * var(--perk-index, 0) + .12s) both}.bundle-offers__perk-check{display:grid;place-items:center;align-self:start;flex-shrink:0;width:12px;min-height:1lh;color:var(--bundle-perks-accent, #16a34a);font-size:var(--bundle-perks-text-size-mobile, 13px);line-height:var(--bundle-perks-text-line-height, 1.4)}.bundle-offers__perk-check svg{width:12px;height:12px;display:block}.bundle-offers__perk-copy{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px;min-width:0}.bundle-offers__perk-text{font-family:var(--bundle-perks-text-font, var(--font-body--family));font-style:var(--bundle-perks-text-style, normal);font-size:var(--bundle-perks-text-size-mobile, 13px);font-weight:var(--bundle-perks-text-weight, 400);color:var(--color-foreground);line-height:var(--bundle-perks-text-line-height, 1.4);text-transform:var(--bundle-perks-text-case, none)}.bundle-offers__perk-text--interactive{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em}.bundle-offers__perk-label-trigger{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:baseline;padding:0;border:0;background:none;color:inherit;cursor:pointer;font:inherit;line-height:inherit;text-align:left}.bundle-offers__perk-label-trigger[disabled]{cursor:default}.bundle-offers__perk-label-trigger:focus-visible{outline:2px solid currentColor;outline-offset:3px;border-radius:2px}.bundle-offers__perk-callout{display:inline-flex;align-items:baseline;gap:6px;color:var(--bundle-perk-link-color, currentColor);font-size:.875em;line-height:1;white-space:nowrap}.bundle-offers__perk-callout-original{opacity:.72;text-decoration:line-through}.bundle-offers__perk-callout-current{font-weight:700}.bundle-offers__perk-link{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:6px;padding:0;border:0;border-radius:2px;background:none;color:var(--bundle-perk-link-color, currentColor);cursor:pointer;font:inherit;line-height:1}.bundle-offers__perk-link:hover{opacity:.8}.bundle-offers__perk-link:focus-visible{outline:2px solid currentColor;outline-offset:3px}.bundle-offers__perk-link[hidden]{display:none}.bundle-offers__perk-link-icon{display:inline-grid;place-items:center;width:var(--bundle-perk-link-icon-size, 12px);height:var(--bundle-perk-link-icon-size, 12px);flex-shrink:0}.bundle-offers__perk-link-icon svg{display:block;width:100%;height:100%}.bundle-offers__perk-panel{display:grid;gap:20px}.bundle-offers__perk-panel-title{margin:0;color:var(--color-foreground-heading, var(--color-foreground));font-family:var(--bundle-perks-title-font, var(--font-h5--family, var(--font-body--family)));font-style:var(--bundle-perks-title-style, normal);font-size:clamp(1.375rem,2vw,1.625rem);font-weight:var(--bundle-perks-title-weight, 700);line-height:1.2;text-transform:var(--bundle-perks-title-case, none)}.bundle-offers__perk-panel-content{display:grid;gap:18px}.bundle-offers__perk-panel-media{display:grid;place-items:center;padding:clamp(18px,4vw,28px);border:1px solid rgb(var(--color-foreground-rgb) / .1);border-radius:calc(var(--style-border-radius-card, 12px) + 4px);background:rgb(var(--color-foreground-rgb) / .04)}.bundle-offers__perk-panel-media .what-included-box__media{display:grid;place-items:center;width:min(100%,240px);min-height:180px;margin:0 auto}.bundle-offers__perk-panel-media .what-included-box__media-image{display:block;width:100%;height:auto;object-fit:contain}.bundle-offers__perk-panel-media .what-included-box__icon{width:min(100%,120px);height:auto}.bundle-offers__perk-panel-copy{display:grid;gap:8px}.bundle-offers__perk-panel-copy>*{margin:0}.bundle-offers__perk-panel-caption{color:rgb(var(--color-foreground-rgb) / .68);font-family:var(--bundle-perks-text-font, var(--font-body--family));font-size:.8125rem;font-style:var(--bundle-perks-text-style, normal);font-weight:500;letter-spacing:.04em;line-height:1.35;text-transform:uppercase}.bundle-offers__perk-panel-label{color:var(--color-foreground);font-family:var(--bundle-perks-title-font, var(--font-h6--family, var(--font-body--family)));font-size:clamp(1.125rem,1.6vw,1.375rem);font-style:var(--bundle-perks-title-style, normal);font-weight:var(--bundle-perks-title-weight, 700);line-height:1.25;text-transform:var(--bundle-perks-title-case, none)}.bundle-offers__perk-panel-description{color:var(--color-foreground);font-family:var(--bundle-perks-text-font, var(--font-body--family));font-size:.95rem;font-style:var(--bundle-perks-text-style, normal);font-weight:var(--bundle-perks-text-weight, 400);line-height:1.6;text-transform:var(--bundle-perks-text-case, none)}.bundle-offers__perk-panel-description :is(p,a){margin:0}.bundle-offers__perk-panel-description p+p{margin-top:.65rem}@keyframes bundle-perks-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes bundle-perk-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@media screen and (min-width:750px){.bundle-offers__perks-title{font-size:var(--bundle-perks-title-size-desktop, 14px)}.bundle-offers__perk-check,.bundle-offers__perk-text{font-size:var(--bundle-perks-text-size-desktop, 14px)}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/bundle-offers.css.map */
