.product-bundle{display:grid;gap:var(--space-6)}.product-bundle__main{display:grid;gap:var(--space-6);min-width:0}.product-bundle__items-shell{position:relative;min-width:0}.product-bundle__items-slider{min-width:0;width:100%}.product-bundle__items-slider.swiper-initialized{overflow:hidden}.product-bundle__items{display:grid;grid-template-columns:repeat(var(--bundle-cols-mobile, 2),minmax(0,1fr));gap:1.25rem;row-gap:20px}.product-bundle__items-slider.swiper-initialized .product-bundle__items{display:flex;gap:0;align-items:stretch}.product-bundle__items-nav-btn{position:absolute;top:34%;z-index:3;transform:translateY(-50%);width:2.35rem;height:2.35rem;border:1px solid rgb(var(--color-border-rgb) / .5);border-radius:var(--radius-component);background:rgb(var(--color-bg-main-rgb) / .92);color:var(--color-fg);display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:border-color var(--motion-duration-fast) var(--motion-ease),background-color var(--motion-duration-fast) var(--motion-ease),transform var(--motion-duration-fast) var(--motion-ease)}.product-bundle__items-nav-btn[hidden]{display:none!important}.product-bundle__items-nav-btn--prev{left:var(--space-2)}.product-bundle__items-nav-btn--next{right:var(--space-2)}.product-bundle__items-nav-btn:focus-visible{box-shadow:var(--focus-ring)}.product-bundle__items-nav-btn.swiper-button-disabled{opacity:.45;pointer-events:none}.product-bundle__item{display:flex;gap:var(--space-3);flex-direction:column;background:var(--color-bg);transition:border-color var(--motion-duration-fast) var(--motion-ease),box-shadow var(--motion-duration-fast) var(--motion-ease)}.product-bundle__items-slider.swiper-initialized .product-bundle__item{box-sizing:border-box;flex-shrink:0;height:auto}.product-bundle__item[hidden]{display:none}.product-bundle--empty .product-bundle__item{opacity:.96}.product-bundle__item--placeholder .product-bundle__item-media{background:rgb(var(--color-border-rgb) / .1)}.product-bundle__item--placeholder .product-bundle__item-text{color:var(--color-fg-muted)}.product-bundle__item-media-wrap{position:relative}.product-bundle__item-media{position:relative;display:block;border-radius:var(--radius-component);overflow:hidden;background:rgb(var(--color-border-rgb) / .08)}.product-bundle__item-media img{aspect-ratio:var(--bundle-item-ratio, 1 / 1)}.product-bundle__item-image,.product-bundle__item-media .placeholder-svg{display:block;width:100%;height:100%;object-fit:cover}.product-bundle__item-image{transition:transform var(--motion-duration-slow) var(--motion-ease)}.product-bundle__item-soldout{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:var(--space-3);background:rgb(var(--color-bg-main-rgb) / .6);color:rgb(var(--color-text-heading-rgb));font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;pointer-events:none}.product-bundle__item-soldout[hidden]{display:none}@media(hover:hover)and (pointer:fine){.product-bundle__item:hover .product-bundle__item-image{transform:scale(1.03)}.product-bundle__item--placeholder:hover .product-bundle__item-image{transform:none}}.product-bundle__item-actions{margin-top:var(--space-2);align-self:flex-start;min-width:7rem;width:100%}.product-bundle__item-toggle{width:100%}.product-bundle__item-toggle:hover{transform:none}.product-bundle__item-toggle:focus-visible{box-shadow:var(--focus-ring)}.product-bundle__item-quantity{display:grid;grid-template-columns:minmax(2.5rem,auto) minmax(1.5rem,auto) minmax(2.5rem,auto);align-items:stretch;inline-size:100%;min-height:2.875rem;border:1px solid rgb(var(--color-border-rgb) / .26);border-radius:max(2px,var(--radius-button, var(--radius-component)));background:rgb(var(--color-bg-main-rgb));overflow:hidden}.product-bundle__item-quantity[hidden]{display:none}.product-bundle__item-qty-btn{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:var(--color-fg);font-size:1.0625rem;font-weight:500;cursor:pointer;line-height:1;padding:0;transition:background-color var(--motion-duration-fast) var(--motion-ease),color var(--motion-duration-fast) var(--motion-ease)}.product-bundle__item-qty-btn:focus-visible{box-shadow:inset 0 0 0 2px var(--focus-ring-color);position:relative;z-index:1}.product-bundle__item-qty-count{display:inline-flex;align-items:center;justify-content:center;font-size:var(--text-small);font-weight:500;color:var(--color-fg);border-inline:1px solid rgb(var(--color-border-rgb) / .2)}.product-bundle__item-content{display:grid;gap:var(--space-2);min-width:0;padding:0 var(--space-4)}.product-bundle__item-vendor{margin:0;font-size:var(--text-xs);color:var(--color-fg-muted);padding-bottom:var(--space-2);margin-bottom:var(--space-2);border-bottom:1px solid rgb(var(--color-border-rgb))}.product-bundle__item-vendor a{color:inherit;text-decoration:none}.product-bundle__item-title{margin:0;text-wrap:pretty}.product-bundle__item-title a{color:inherit;text-decoration:none}.product-bundle__item-price{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:var(--space-2);font-size:var(--text-small)}.product-bundle__item-price s{color:var(--color-fg-muted)}.product-bundle__item-text{margin:0;max-width:42ch;color:var(--color-fg-muted);font-size:var(--text-small);text-wrap:pretty}.product-bundle__variant-trigger{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-3);background:rgb(var(--color-border-rgb) / .06);border:1px solid rgb(var(--color-border-rgb) / .2);border-radius:var(--radius-component);color:var(--color-fg);font-size:var(--text-small);cursor:pointer;text-align:left;transition:border-color var(--motion-duration-fast) var(--motion-ease),background-color var(--motion-duration-fast) var(--motion-ease)}.product-bundle__variant-trigger:focus-visible{box-shadow:var(--focus-ring)}.product-bundle__variant-trigger-text{display:flex;align-items:center;gap:var(--space-2);min-width:0;overflow:hidden}.product-bundle__variant-trigger-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--color-fg-muted)}.product-bundle__variant-trigger-chevron{flex-shrink:0;color:var(--color-fg-muted);transition:transform var(--motion-duration-fast) var(--motion-ease)}.product-bundle__variant-dialog{--pbvd-open-dur: .9s;--pbvd-close-dur: .52s;--pbvd-open-ease: cubic-bezier(.16, 1, .3, 1);--pbvd-close-ease: cubic-bezier(.4, 0, 1, 1);margin:0;padding:var(--space-4);border:0;background:transparent;overflow:visible;box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center}.product-bundle__variant-dialog:not([open]){display:none}.product-bundle__variant-dialog[open]::backdrop{background:#000000a6;opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);transition:opacity var(--pbvd-open-dur) var(--pbvd-open-ease),-webkit-backdrop-filter var(--pbvd-open-dur) var(--pbvd-open-ease),backdrop-filter var(--pbvd-open-dur) var(--pbvd-open-ease)}.product-bundle__variant-dialog[open].is-open::backdrop{opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-bundle__variant-dialog.is-closing::backdrop{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);transition:opacity var(--pbvd-close-dur) var(--pbvd-close-ease),-webkit-backdrop-filter var(--pbvd-close-dur) var(--pbvd-close-ease),backdrop-filter var(--pbvd-close-dur) var(--pbvd-close-ease)}.product-bundle__variant-dialog-inner{position:relative;width:min(520px,100%);max-height:min(640px,90dvh);background:var(--color-bg);border-radius:var(--radius-lg, 1.25rem);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 64px #00000038,0 0 0 1px rgb(var(--color-border-rgb) / .1);will-change:transform,opacity,filter;opacity:0;filter:blur(16px);transform:perspective(1100px) rotateX(20deg) rotateY(-8deg) scale(.94) translate3d(0,28px,0);transform-origin:top center;transition:opacity var(--pbvd-open-dur) var(--pbvd-open-ease),filter var(--pbvd-open-dur) var(--pbvd-open-ease),transform var(--pbvd-open-dur) var(--pbvd-open-ease)}.product-bundle__variant-dialog[open].is-open .product-bundle__variant-dialog-inner{opacity:1;filter:blur(0px);transform:perspective(1100px) rotateX(0) rotateY(0) scale(1) translateZ(0)}.product-bundle__variant-dialog.is-closing .product-bundle__variant-dialog-inner{opacity:0;filter:blur(12px);transform:perspective(1100px) rotateX(-14deg) rotateY(6deg) scale(.9) translate3d(0,-20px,0);transition:opacity var(--pbvd-close-dur) var(--pbvd-close-ease),filter var(--pbvd-close-dur) var(--pbvd-close-ease),transform var(--pbvd-close-dur) var(--pbvd-close-ease)}[dir=rtl] .product-bundle__variant-dialog-inner{transform:perspective(1100px) rotateX(20deg) rotateY(8deg) scale(.94) translate3d(0,28px,0)}[dir=rtl] .product-bundle__variant-dialog.is-closing .product-bundle__variant-dialog-inner{transform:perspective(1100px) rotateX(-14deg) rotateY(-6deg) scale(.9) translate3d(0,-20px,0)}.product-bundle__variant-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-5) var(--space-5) var(--space-4);border-bottom:1px solid rgb(var(--color-border-rgb) / .14);flex-shrink:0}.product-bundle__variant-dialog-meta{display:flex;align-items:center;gap:var(--space-3);min-width:0}.product-bundle__variant-dialog-thumb{width:3.5rem;height:3.5rem;object-fit:cover;border-radius:max(2px,calc(var(--radius-component) * .6));flex-shrink:0;background:rgb(var(--color-border-rgb) / .08)}.product-bundle__variant-dialog-meta-text{min-width:0}.product-bundle__variant-dialog-name{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-bundle__variant-dialog-hint{margin:2px 0 0;font-size:var(--text-xs);color:var(--color-fg-muted)}.product-bundle__variant-dialog-close-btn{flex-shrink:0;width:2.25rem;height:2.25rem;border:1px solid rgb(var(--color-border-rgb) / .2);border-radius:var(--radius-badge, 999px);background:rgb(var(--color-border-rgb) / .05);color:var(--color-fg);display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:background-color var(--motion-duration-fast) var(--motion-ease),border-color var(--motion-duration-fast) var(--motion-ease)}.product-bundle__variant-dialog-close-btn:focus-visible{box-shadow:var(--focus-ring)}.product-bundle__variant-dialog-body{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:var(--space-5)}.product-bundle__dialog-options{display:grid;gap:0}.product-bundle__variant-dialog-body .variant-picker__option{margin-bottom:var(--space-6)}.product-bundle__variant-dialog-body .variant-picker__option:last-child{margin-bottom:0}.product-bundle__variant-dialog-body .variant-picker__label{margin-bottom:var(--space-3);font-size:var(--text-small)}.product-bundle__variant-dialog-body .variant-picker__swatches{gap:var(--space-2)}.product-bundle__variant-dialog-body .variant-picker__pills label{height:2.25rem;min-width:4rem;padding-inline:var(--space-4);font-size:var(--text-small)}.product-bundle__variant-dialog-footer{flex-shrink:0;padding:var(--space-4) var(--space-5) calc(var(--space-4) + env(safe-area-inset-bottom,0px));border-top:1px solid rgb(var(--color-border-rgb) / .14)}@media(min-width:700px){.product-bundle__variant-dialog-footer{padding-bottom:var(--space-5)}}@media(prefers-reduced-motion:reduce){.product-bundle__variant-dialog-inner,.product-bundle__variant-dialog::backdrop{transition:none!important;filter:none!important;transform:none!important}}.product-bundle__item-footer{display:flex;align-items:center;justify-content:flex-start;gap:var(--space-3);padding-top:var(--space-1)}.product-bundle__qty-wrap{flex:0 0 auto}.product-bundle__summary{position:sticky;top:calc(var(--theme-sticky-header-offset, 0px) + var(--space-4));align-self:start;display:grid;gap:0;background:var(--color-bg);overflow:hidden;transition:top var(--motion-duration-sticky-transform) var(--motion-ease-sticky-header);border:1px solid rgb(var(--color-border-rgb) / .36)}.product-bundle__summary-head{display:grid;gap:var(--space-3);padding:var(--space-5) var(--space-6) var(--space-2)}.product-bundle__summary-head-text{display:grid;gap:var(--space-1)}.product-bundle__summary-count{color:var(--color-fg-muted);font-size:var(--text-xs);font-weight:500;line-height:1}.product-bundle__summary-head-text-inner{display:flex;justify-content:space-between;align-items:center;gap:var(--space-2)}.product-bundle__summary-heading{margin:0;max-width:16ch;text-wrap:balance}.product-bundle__discount-card{display:grid;gap:var(--space-2);margin:var(--space-4) 0 0;border-radius:var(--radius-component);background:rgb(var(--color-bg-main-rgb))}.product-bundle__offer-steps{--bundle-offer-line-top: 0px;--bundle-offer-line-left: 0px;--bundle-offer-line-width: 0px;--bundle-offer-fill-width: 0px;position:relative;display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-2);padding-top:var(--space-1)}.product-bundle__offer-line,.product-bundle__offer-line-fill{position:absolute;inset-inline-start:var(--bundle-offer-line-left);top:var(--bundle-offer-line-top);block-size:2px;inline-size:var(--bundle-offer-line-width);border-radius:var(--radius-badge, 999px);transform:translateY(-50%);pointer-events:none;z-index:0}.product-bundle__offer-line{background:rgb(var(--color-border-rgb) / .38)}.product-bundle__offer-line-fill{inline-size:var(--bundle-offer-fill-width);background:rgb(var(--color-text-heading-rgb));transition:inline-size var(--motion-duration-normal) var(--motion-ease)}.product-bundle__offer-step{position:relative;z-index:1;flex:1 1 0;min-inline-size:0;display:flex;flex-direction:column;align-items:center;gap:var(--space-2);text-align:center}.product-bundle__offer-step-label{margin:0;font-size:var(--text-xs);line-height:1.25;color:var(--color-fg-muted)}.product-bundle__offer-step-label span,.product-bundle__offer-step-label strong{display:block;white-space:nowrap}.product-bundle__offer-step-label strong{color:rgb(var(--color-text-heading-rgb));font-weight:500}.product-bundle__offer-step-dot{inline-size:.6rem;block-size:.6rem;border-radius:50%;background:rgb(var(--color-border-rgb) / .85);transition:background-color var(--motion-duration-fast) var(--motion-ease),transform var(--motion-duration-fast) var(--motion-ease)}.product-bundle__offer-step.is-hit .product-bundle__offer-step-label strong{color:rgb(var(--color-text-heading-rgb))}.product-bundle__offer-step.is-hit .product-bundle__offer-step-dot{background:rgb(var(--color-text-heading-rgb));transform:scale(1.2)}.product-bundle__summary-items{display:grid;gap:var(--space-3);padding:var(--space-5) var(--space-6) var(--space-2)}.product-bundle__summary-items-label{margin:0;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.2px;color:var(--color-fg-muted);font-weight:500}.product-bundle__selected-list{position:relative;padding-block-end:2px;width:100%;min-width:0;max-height:min(24rem,calc((4.4rem * 3) + (var(--space-3) * 2)));overflow-y:auto;overflow-y:overlay;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-bundle__selected-list.has-overflow:not(.is-at-top):before{opacity:1}.product-bundle__selected-list.has-overflow:not(.is-at-bottom):after{opacity:1}.product-bundle__selected-list:hover,.product-bundle__selected-list:focus-within{scrollbar-width:thin}.product-bundle__selected-track{display:grid;gap:var(--space-3);align-items:start}.product-bundle__selected-empty{margin:0;color:var(--color-fg-muted)}.product-bundle__summary--empty .product-bundle__selected-empty strong{color:var(--color-fg)}.product-bundle__selected-empty-skeletons{display:grid;gap:var(--space-5);margin-top:var(--space-1)}.product-bundle__selected-empty-skeleton{display:grid;grid-template-columns:5.75rem minmax(0,1fr);gap:var(--space-4);align-items:start}.product-bundle__selected-empty-thumb,.product-bundle__selected-empty-line{position:relative;overflow:hidden;background:rgb(var(--color-border-rgb) / .12)}.product-bundle__selected-empty-thumb{aspect-ratio:1 / 1;border-radius:max(1px,calc(var(--radius-component) * .5))}.product-bundle__selected-empty-content{display:grid;gap:var(--space-2);align-content:start;padding-top:.2rem}.product-bundle__selected-empty-line{display:block;height:.9rem;border-radius:999px}.product-bundle__selected-empty-line--wide{width:min(100%,14rem)}.product-bundle__selected-empty-line--medium{width:min(76%,10rem)}.product-bundle__selected-empty-line--short{width:min(52%,6.5rem)}.product-bundle__selected-empty-thumb:after,.product-bundle__selected-empty-line:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgb(255 255 255 / .16) 50%,transparent 100%);transform:translate(-100%);animation:product-bundle-summary-skeleton-shimmer 1.4s ease-in-out infinite}.product-bundle__selected-item{box-sizing:border-box;display:grid;grid-template-columns:5.5rem minmax(0,1fr);min-width:0;width:100%;gap:var(--space-4);align-items:center}.product-bundle__selected-list::-webkit-scrollbar{width:0}.product-bundle__selected-list::-webkit-scrollbar-track{background:transparent}.product-bundle__selected-list::-webkit-scrollbar-thumb{background:rgb(var(--color-border-rgb) / .55);border-radius:999px}.product-bundle__selected-list:hover::-webkit-scrollbar,.product-bundle__selected-list:focus-within::-webkit-scrollbar{width:6px}.product-bundle__selected-thumb{width:5.5rem;height:5.5rem;object-fit:cover;border-radius:max(1px,calc(var(--radius-component) * .5));background:rgb(var(--color-border-rgb) / .1)}.product-bundle__selected-media{position:relative;width:5.5rem;height:5.5rem}.product-bundle__selected-meta{display:grid;gap:2px;min-width:0}.product-bundle__selected-title{margin:0;font-size:var(--text-small);line-height:1.3;text-wrap:pretty}.product-bundle__selected-title a{color:inherit;text-decoration:none}.product-bundle__selected-variant,.product-bundle__selected-qty{margin:0;font-size:var(--text-xs);color:var(--color-fg-muted)}.product-bundle__selected-price{margin-top:var(--space-1);display:inline-block;white-space:nowrap;font-size:var(--text-xs);font-weight:500}.product-bundle__selected-remove{position:absolute;top:calc(var(--space-1) * -2.5);right:calc(var(--space-1) * -2.5);width:1.85rem;height:1.85rem;border:1px solid rgb(var(--color-border-rgb) / .24);border-radius:999px;background:rgb(var(--color-bg-main-rgb));color:var(--color-fg);display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:border-color var(--motion-duration-fast) var(--motion-ease),background-color var(--motion-duration-fast) var(--motion-ease),color var(--motion-duration-fast) var(--motion-ease),transform var(--motion-duration-fast) var(--motion-ease)}.product-bundle__selected-remove svg{width:.95rem;height:.95rem;display:block}.product-bundle__selected-remove:focus-visible{box-shadow:var(--focus-ring)}.product-bundle__selected-pagination{display:none;align-items:center;justify-content:center;gap:var(--space-2);margin-top:var(--space-3)}.product-bundle__selected-dot{inline-size:.45rem;block-size:.45rem;border:0;border-radius:50%;padding:0;cursor:pointer;background:rgb(var(--color-border-rgb) / .8);transition:transform var(--motion-duration-fast) var(--motion-ease),background-color var(--motion-duration-fast) var(--motion-ease)}.product-bundle__selected-dot.is-active{background:rgb(var(--color-text-body-rgb));transform:scale(1.16)}.product-bundle__selected-dot:focus-visible{box-shadow:var(--focus-ring)}.product-bundle__summary-rows{display:grid;gap:0;padding:var(--space-2) var(--space-6) var(--space-5)}.product-bundle__summary-row{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-3);padding-block:var(--space-1);font-size:var(--text-small)}.product-bundle__summary-row s{color:var(--color-fg-muted)}.product-bundle__summary-row--total{font-weight:500;padding-top:var(--space-4)}.product-bundle__summary-row--total span{font-family:var(--font-heading-family);font-size:var(--text-body)}.product-bundle__summary-row--total .value-text{font-family:var(--font-heading-family);font-size:1.55rem;line-height:1}.product-bundle__cta-wrap{padding:0 var(--space-6) var(--space-6)}.product-bundle__submit,.product-bundle__mobile-submit{width:100%}.product-bundle__status{margin:var(--space-2) var(--space-5) var(--space-5);min-height:1lh;color:var(--color-fg-muted)}@keyframes product-bundle-summary-skeleton-shimmer{to{transform:translate(100%)}}.product-bundle__mobile-summary{position:fixed;inset-inline:0;bottom:0;z-index:30;border-top:var(--border-width) solid var(--border-color);background:var(--color-bg);padding:var(--space-3) var(--page-margin) calc(var(--space-3) + env(safe-area-inset-bottom,0px));opacity:0;visibility:hidden;pointer-events:none;transform:translateY(calc(100% + env(safe-area-inset-bottom,0px)));transition:opacity var(--motion-duration-fast) var(--motion-ease),transform var(--motion-duration-fast) var(--motion-ease),visibility 0s linear var(--motion-duration-fast)}.product-bundle__mobile-summary.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity var(--motion-duration-fast) var(--motion-ease),transform var(--motion-duration-fast) var(--motion-ease),visibility 0s}.product-bundle__mobile-summary-inner{display:flex;align-items:center;gap:var(--space-3)}.product-bundle__mobile-summary-meta{display:grid;gap:2px;min-width:0}.product-bundle__mobile-count{font-size:var(--text-xs);color:var(--color-fg-muted)}.product-bundle__mobile-submit{flex:1 1 auto;min-width:9rem}@media(hover:hover)and (pointer:fine){.product-bundle__items-nav-btn:hover{border-color:rgb(var(--color-border-rgb) / .75);background:rgb(var(--color-bg-main-rgb))}.product-bundle__item-qty-btn:hover{background:rgb(var(--color-border-rgb) / .08)}.product-bundle__item-vendor a:hover{text-decoration:underline;text-underline-offset:.16em}.product-bundle__variant-trigger:hover{border-color:rgb(var(--color-border-rgb) / .45);background:rgb(var(--color-border-rgb) / .1)}.product-bundle__variant-dialog-close-btn:hover{background:rgb(var(--color-border-rgb) / .12);border-color:rgb(var(--color-border-rgb) / .4)}}@media(min-width:700px){.product-bundle__items{grid-template-columns:repeat(var(--bundle-cols-desktop, 3),minmax(0,1fr))}.product-bundle__mobile-summary{display:none}}@media(min-width:1000px){.product-bundle{grid-template-columns:1fr 1fr;align-items:start}.product-bundle__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:999px){.product-bundle{grid-template-columns:minmax(0,1fr)}.product-bundle__summary{position:static;top:auto}}@media(max-width:699px){.product-bundle{gap:var(--space-6)}.product-bundle--has-mobile-summary{padding-bottom:calc(var(--space-16) + env(safe-area-inset-bottom,0px))}.product-bundle__summary{border-radius:var(--radius-component)}.product-bundle__summary-head{padding:var(--space-4)}.product-bundle__summary-head-text-inner{align-items:flex-start;flex-wrap:wrap}.product-bundle__discount-card{margin:var(--space-3) var(--space-4) 0}.product-bundle__summary-items{padding:var(--space-3) var(--space-4)}.product-bundle__selected-empty-skeletons{gap:var(--space-4)}.product-bundle__selected-empty-skeleton{grid-template-columns:5rem minmax(0,1fr);gap:var(--space-3)}.product-bundle__selected-empty-line--wide{width:min(100%,11rem)}.product-bundle__selected-empty-line--medium{width:min(74%,8rem)}.product-bundle__selected-empty-line--short{width:min(50%,5rem)}.product-bundle__offer-step-label{font-size:.625rem;line-height:1.2}.product-bundle__offer-step-label span,.product-bundle__offer-step-label strong{white-space:normal}.product-bundle__summary-rows{padding-inline:var(--space-4)}.product-bundle__cta-wrap{padding:var(--space-3) var(--space-4) var(--space-4)}.product-bundle__status{margin-inline:var(--space-4);margin-block-end:var(--space-4)}.product-bundle__item{gap:var(--space-2)}.product-bundle__item-actions{min-width:0}.product-bundle__summary-row--total .value-text{font-size:clamp(1.25rem,5vw,1.55rem)}.product-bundle__mobile-summary-inner{align-items:flex-start}.product-bundle__mobile-submit{min-width:0}}@media(prefers-reduced-motion:reduce){.product-bundle__selected-empty-thumb:after,.product-bundle__selected-empty-line:after{animation:none;transform:none}.product-bundle__item,.product-bundle__item-image,.product-bundle__item-toggle,.product-bundle__item-qty-btn,.product-bundle__mobile-summary,.product-bundle__progress-fill{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-product-bundle.css.map */
