@layer layout{.bundle-drawer{position:fixed;top:0;left:0;width:100vw;height:100dvh;z-index:1000;display:flex;justify-content:flex-end;visibility:hidden;transition:visibility var(--duration-default, .3s) ease}.bundle-drawer.active{visibility:visible}.bundle-drawer[hidden]{display:none}.bundle-drawer__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity var(--duration-default, .3s) ease;z-index:1}.bundle-drawer__overlay:empty{display:block}.bundle-drawer.active .bundle-drawer__overlay{opacity:1}.bundle-drawer__inner{position:relative;width:50rem;max-width:calc(100vw - 3rem);height:100%;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default, .3s) ease;box-shadow:-5px 0 15px #0000001a;z-index:2}.bundle-drawer.active .bundle-drawer__inner{transform:translate(0)}.drawer--bundle{position:fixed;--drawer-width: 50rem;z-index:1000;left:0;top:0;width:100dvw;height:100%;display:flex;justify-content:flex-end;background-color:#00000080;transition:visibility var(--duration-default) ease}}@layer components{.bundle-drawer__header{position:relative;padding:2.4rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.1);flex-shrink:0}.bundle-drawer__title{margin:0}.bundle-drawer__close{display:inline-flex;align-items:center;justify-content:center;padding:0;min-width:2.6rem;min-height:2.6rem;background:transparent;border:none;cursor:pointer;color:#000;transition:opacity .2s ease}.bundle-drawer__close .svg-wrapper{width:2.6rem!important;height:2.6rem!important;display:flex;align-items:center;justify-content:center}.bundle-drawer__close svg{width:2.4rem!important;height:2.4rem!important}.bundle-drawer__form{margin-top:2.4rem;height:100%;overflow-y:auto}.bundle-drawer__close:focus-visible{outline:2px solid black;outline-offset:2px}.bundle-drawer__info-banner{background:rgb(var(--color-gray-100));padding:1.6rem;margin:0 2.4rem 3.2rem;border-radius:1.6rem;display:flex;align-items:center;gap:1.2rem}.bundle-product__name{margin:0;text-decoration:underline;text-underline-offset:3px}.bundle-drawer__info-icon{width:2.4rem;height:2.4rem;flex-shrink:0}.bundle-drawer__info-text{margin:0;flex:1}.bundle-drawer__products{padding:0 2.4rem;display:flex;flex-direction:column}.bundle-product{display:flex;flex-direction:column;gap:2.4rem;position:relative;border-top:1px solid rgba(var(--color-gray-200));padding:2.4rem 0}.bundle-product:first-child{border-top:none;padding-top:0}.bundle-product__main{display:flex;align-items:center;gap:1.6rem}.bundle-product__thumbnail{width:13.8rem;height:9.2rem;border-radius:8px;overflow:hidden;flex-shrink:0}.bundle-product__thumbnail img{width:100%;height:100%;object-fit:cover}.bundle-product__details{flex:1;display:flex;flex-direction:column;gap:4px}.bundle-product__price-remove-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.bundle-product__price{font-weight:600;color:#000;margin:0}.bundle-product__remove{width:2.4rem;height:2.4rem;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#000}.bundle-product__remove .svg-wrapper{width:2.4rem!important;height:2.4rem!important}.bundle-product__remove:hover{opacity:.7}.bundle-product__variants,.bundle-product__variant-group{display:flex;flex-direction:column;gap:1.2rem}.bundle-product__variant-label{margin:0;color:#000}.bundle-product__variant-select-wrapper{position:relative;display:flex;align-items:center}.bundle-product__variant-selector{display:flex;align-items:center;gap:1.6rem;padding:.8rem 1.6rem;border:1px solid rgb(var(--color-gray-250));border-radius:.8rem;background:#fff;min-height:5.6rem;cursor:pointer;-webkit-appearance:none;appearance:none;flex:1;width:100%;color:#000}.bundle-product__dropdown-arrow.svg-wrapper{position:absolute;right:2.4rem;top:50%;transform:translateY(-50%);width:1.4rem!important;height:.8rem!important;pointer-events:none;z-index:1}.bundle-product__dropdown-arrow svg{width:100%;height:100%}.bundle-product__variant-selector:focus{outline:2px solid black;outline-offset:2px}.bundle-product__variant-selector option{color:#000}.bundle-product--removed{position:relative}.bundle-product--removed .bundle-product__main,.bundle-product--removed .bundle-product__variants{opacity:.2}.bundle-product--removed .bundle-product__variant-selector{background:rgba(var(--color-gray-100),.5);color:rgb(var(--color-gray-300));pointer-events:none}.bundle-product__removed-overlay{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10;border-radius:8px}.bundle-product__removed-overlay{display:flex;align-items:center;justify-content:center}.bundle-product__removed-overlay--hidden{display:none}.bundle-product__removed-content{text-align:center;padding:2rem}.bundle-product__removed-text{margin:0 0 1.2rem;color:#000}.bundle-product__restore .svg-wrapper{width:2.4rem;height:2.4rem}.bundle-drawer__footer-content{display:flex;flex-direction:column;gap:1.2rem;padding:2.4rem;box-shadow:0 -5px 5px #0000000d;background:#fff}.bundle-drawer__production-time{margin:0}.bundle-drawer__actions{display:flex;align-items:center;gap:1.6rem;max-height:5.6rem}.bundle-quantity{min-height:5.6rem;flex-shrink:0}#BundleDrawer-add-to-cart:disabled,#BundleDrawer-add-to-cart:disabled .component-button__inner{opacity:.3;cursor:not-allowed}.bundle-drawer__add-to-cart svg{width:2.2rem;height:2.2rem}.bundle-price-summary{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0}.bundle-price-summary__label{margin:0}.bundle-price-summary__vat{margin:0;color:rgb(var(--color-gray-400))}.bundle-price-summary__price--total{margin:0}}@media screen and (max-width:989px){.bundle-drawer__inner{width:100vw;max-width:100vw}.bundle-drawer__header{padding-left:1.5rem;padding-right:1.5rem}.bundle-drawer__title{font-size:1.8rem}.drawer--bundle{--drawer-width: 100svw}.bundle-drawer__header{padding:2rem}.bundle-drawer__products{padding:0 2rem}.bundle-drawer__info-banner{margin:0 2rem 2.4rem}.bundle-product__main{gap:1.2rem}.bundle-product__thumbnail{width:10rem;height:6.7rem}.bundle-drawer__actions{gap:1.2rem}}@media screen and (max-width:480px){.bundle-drawer__actions{flex-wrap:wrap;max-height:none;align-items:flex-start}.bundle-drawer__footer-content{min-height:auto;overflow:visible}.bundle-price-summary{margin-top:1.2rem;position:relative;z-index:1}.bundle-quantity{max-height:5.6rem;height:100%;line-height:1.4;padding:0;overflow:visible;flex:1}.bundle-quantity>.quantity__input{line-height:1.1;padding:0;margin:0 .4rem;font-size:1.5rem;display:flex;align-items:center;justify-content:center;min-width:3rem;text-indent:0}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-bundle-drawer.css.map */
