.bundle-cart__products{display:flex;flex-direction:column;gap:30px}.bundle-grid__heading{margin-bottom:30px}.bundle-grid .product-grid.grid-flex{--grid-gap-vertical: 30px}.bundle-grid .product-grid+*{margin-top:30px}.bundle-cart__placeholder{display:flex;height:80px;padding:30px;align-items:center;justify-content:center;position:relative;border-radius:var(--border-radius-size-3)}.bundle-cart__placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-color:var(--color-line);border-radius:inherit;--mask: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='black' stroke-width='4' stroke-dasharray='2 2' stroke-linecap='butt'/%3e%3c/svg%3e");-webkit-mask-image:var(--mask);mask-image:var(--mask)}.bundle-cart__divider{height:1px;width:100%;background-color:var(--color-line);margin-block:25px 30px}.bundle-cart__totals{display:flex;flex-direction:column;gap:20px;margin-top:30px}.bundle-cart__totals .totals{display:flex;flex-wrap:wrap;gap:7px;grid-column:span 2;grid-row:1;justify-content:space-between}.bundle-cart__totals .product-form__submit-divider{font-style:normal;padding:0 7px}.bundle-cart__totals .button.loading>:not(.loading-spinner){opacity:0}input.bundle-cart__toggle[type=checkbox]{display:none}.bundle-cart__title{max-width:calc(100% - 50px);display:flex;align-items:center;gap:5px}.bundle-cart__count{width:30px;height:30px;display:flex;flex-shrink:0;align-self:flex-start;align-items:center;justify-content:center;border-radius:var(--border-radius-round);color:var(--main-color-base);background-color:var(--main-color-secondary-background)}@media screen and (min-width:1025px){.bundle-cart__title{max-width:100%}.bundle-cart__count{align-self:center}}.bundle-cart__header{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.bundle-cart .cart-item__name{color:var(--color-accent)}.bundle-cart:not(.has-quantity-selector) .cart-item__quantity{display:none}.bundle-cart__product-slot{display:grid;grid-template-columns:100%}.bundle-cart__placeholder-wrapper,.bundle-cart__product-wrapper{grid-area:1 / 1;display:grid;grid-template-rows:0fr;transition:var(--duration-default) var(--transition-primary);transition-property:opacity,transform;opacity:0;visibility:hidden}.bundle-cart__product-slot:not(.product-added) .bundle-cart__placeholder-wrapper{grid-template-rows:1fr;opacity:1;visibility:visible;transform:translateY(0)}.bundle-cart__product-slot:not(.product-added)+.bundle-cart__product-slot:not(.product-added){margin-top:-20px}.bundle-cart__product-slot.product-added .bundle-cart__placeholder-wrapper{transform:translateY(-20px);opacity:0;height:0;overflow:hidden}.bundle-cart__product-slot.product-added .bundle-cart__product-wrapper{grid-template-rows:1fr;opacity:1;visibility:visible;transform:translateY(0)}.bundle-cart__product-slot:not(.product-added) .bundle-cart__product-wrapper{transform:translateY(20px);opacity:0;height:0;overflow:hidden}.bundle-cart .cart-item quantity-popover{margin-top:0}.bundle-cart .cart-item:has(.cart-item__media:empty){padding-top:20px}.bundle-cart .cart-item__media{height:fit-content}.bundle-cart .cart-item__media img{display:block}.bundle-cart__header-icon{position:absolute;display:flex;inset-inline-end:0;top:4px;width:24px;height:24px;align-items:center;justify-content:center;border-radius:var(--border-radius-round);color:var(--main-color-base);background-color:var(--main-color-secondary-background);transition:transform var(--duration-default) var(--transition-primary);transform:rotate(180deg)}.bundle-cart__header-icon svg{width:8px;height:5px}.bundle-cart__error-message-wrapper{margin-top:-10px}.bundle-cart__error-message{color:var(--color-error)}@media screen and (max-width:576px){.bundle-cart .cart-item{grid-template:auto auto auto / 80px minmax(0,1fr);row-gap:5px}.bundle-cart .cart-item:has(.cart-item__media:empty){grid-template:auto auto auto / 0 minmax(0,1fr)}.bundle-cart .cart-item__totals{grid-row:2;grid-column:2}.bundle-cart .cart-item quantity-popover{margin-top:5px}}.bundle-cart__description p:last-child{margin-bottom:0}.bundle-cart__description strong{color:var(--color-accent)}.bundle-product__add.product-form__submit>svg{width:12px;height:12px}.bundle-remove-button{position:absolute;top:0;inset-inline-end:0;display:flex;z-index:var(--layer-heightened);cursor:pointer;transition:var(--duration-default) var(--transition-primary);transition-property:opacity,color}.bundle-remove-button:active{position:absolute}@media screen and (min-width:1025px){.bundle-remove-button{opacity:0}.cart-item:hover .bundle-remove-button{opacity:1}}@media screen and (max-width:1024px){.bundle-cart{position:sticky;display:grid;grid-template-rows:auto 0fr;inset-inline:0;bottom:0;margin-top:30px;margin-inline:calc(-1 * var(--page-width-spacing));padding:30px;background-color:var(--color-background);border-radius:var(--border-radius-size-5);box-shadow:var(--popup-box-shadow-top);transition:grid-template-rows var(--duration-medium) var(--transition-primary),margin var(--duration-default) var(--transition-primary);z-index:var(--layer-sticky);overflow:hidden}body.overflow-hidden .bundle-cart--sticky{z-index:calc(var(--layer-sticky) - 1)}.bundle-cart.has-underlay:after{border-radius:var(--border-radius-size-5);overflow:hidden}.bundle-cart.bundle-cart--full,.bundle-cart.bundle-cart--full.has-underlay:after{border-radius:var(--border-radius-size-5) var(--border-radius-size-5) 0 0}.bundle-cart:has(.bundle-cart__toggle:checked){grid-template-rows:auto 1fr}.bundle-cart__header{position:relative;min-height:30px;cursor:pointer;-webkit-user-select:none;user-select:none}.bundle-cart:has(.bundle-cart__toggle:checked) .bundle-cart__header-icon{transform:rotate(0)}.bundle-cart__collapsible{min-height:0;opacity:0;pointer-events:none;transition:opacity var(--duration-medium) var(--transition-primary)}.bundle-cart:has(.bundle-cart__toggle:checked) .bundle-cart__collapsible{opacity:1;pointer-events:auto}.bundle-cart__products{--min-top-padding: 88px;max-height:calc(100vh - 240px - var(--min-top-padding));margin-top:30px;overflow:auto}.bundle-cart__products~custom-scrollbar{inset-inline-start:auto;inset-inline-end:-15px}}@media screen and (min-width:577px)and (max-width:1024px){.bundle-cart{margin-inline:0;padding-bottom:50px}.bundle-cart.bundle-cart--full,.bundle-cart:has(.bundle-cart__toggle:checked){margin-inline:calc(-1 * var(--page-width-spacing))}.bundle-cart .cart-item{grid-template:auto auto auto / 80px minmax(0,1fr) auto 22%}.bundle-cart .cart-item:has(.cart-item__media:empty){grid-template:auto auto auto / 0 minmax(0,1fr) auto 22%}.bundle-cart .cart-item__details,.bundle-cart .cart-item__media{grid-row:1 / 4;align-self:center}.bundle-cart .cart-item__totals{grid-column:4;grid-row:1 / 4;align-self:center;justify-self:flex-end;text-align:end}.bundle-cart .cart-item__quantity{grid-column:3;grid-row:1 / 4;align-self:center}.bundle-cart__placeholder{height:140px}.bundle-cart__header-icon{top:0}}@media screen and (min-width:768px)and (max-width:1024px){.bundle-cart .cart-item{grid-template:auto auto auto / 120px 1fr auto 20%}.bundle-cart .cart-item:has(.cart-item__media:empty){grid-template:auto auto auto / 0 1fr auto 20%}}@media screen and (min-width:1025px){.bundle-grid{position:relative;display:grid;grid-template-columns:1fr minmax(450px,calc((100% - 30px)*.32299));gap:30px}.bundle-cart{height:fit-content;padding:30px;border-radius:var(--border-radius-size-4);box-shadow:inset 0 0 0 1px var(--color-line),0 0 #0000}.bundle-cart:has(.bundle-cart__title:not(.desktop-hide)) .bundle-cart__products,.bundle-cart:has(.bundle-cart__description) .bundle-cart__products{margin-top:30px}.bundle-cart:not(.has-quantity-selector) .cart-item__details{align-self:center;grid-row:1 / 3}.bundle-cart.has-underlay:after{display:none}.bundle-cart__header-icon{display:none}.bundle-cart .cart-item{grid-template:auto auto / 120px auto 1fr}.bundle-cart .cart-item:has(.cart-item__media:empty){grid-template:auto auto / 0 auto 1fr;padding-top:30px}.bundle-cart__placeholder{height:158px}.bundle-cart__totals{margin-top:0}.bundle-cart--sticky{position:sticky;top:30px;z-index:var(--layer-flat);transition:top var(--duration-medium) var(--transition-primary)}body.has-header-sticky .bundle-cart--sticky{top:calc(var(--header-height) + 30px)}.bundle-cart__content custom-scrollbar{display:none}}@media screen and (max-width:1440px)and (min-width:1361px){.bundle-grid .grid--cols-desktop-6{--cols: 5}}@media screen and (max-width:1360px)and (min-width:1200px){.bundle-grid .grid--cols-desktop-6,.bundle-grid .grid--cols-desktop-5{--cols: 4}}@media screen and (max-width:1199px)and (min-width:1025px){.bundle-grid .grid--cols-desktop-6,.bundle-grid .grid--cols-desktop-5,.bundle-grid .grid--cols-desktop-4{--cols: 3}}.bundle-grid:has(.product-card .media.aspect-ratio-default) .bundle-cart__product .media{aspect-ratio:var(--aspect-ratio, var(--global-aspect-ratio))}.bundle-grid:has(.product-card .media.aspect-ratio-auto) .bundle-cart__product .media{aspect-ratio:var(--aspect-ratio)}.bundle-grid:has(.product-card .media.aspect-ratio-squared) .bundle-cart__product .media{aspect-ratio:var(--aspect-ratio-squared)}.bundle-grid:has(.product-card .media.aspect-ratio-portrait) .bundle-cart__product .media{aspect-ratio:var(--aspect-ratio-portrait)}.bundle-grid:has(.product-card .media.aspect-ratio-landscape) .bundle-cart__product .media{aspect-ratio:var(--aspect-ratio-landscape)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-bundle-products.css.map */
