.grouped-configurator{display:flex;flex-direction:column;gap:2rem;max-width:720px}.grouped-step{background:#fff;border:1px solid #e5e5e5;border-radius:1rem;padding:1.5rem}.grouped-step--hidden{display:none!important}.grouped-step__header{display:flex;flex-direction:column;align-items:start;gap:.5rem;margin-bottom:1rem}.grouped-step__title{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;font-weight:600;margin:0 0 1rem;color:#111}.grouped-step__header .grouped-step__title{margin-bottom:0}.grouped-step__number{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:#25a288;color:#fff;font-size:.875rem;font-weight:700;flex-shrink:0}.grouped-step__counter{font-size:.875rem;color:#666;background:#f5f5f5;padding:.25rem .75rem;border-radius:1rem}.grouped-step__options{display:flex;flex-wrap:wrap;gap:.5rem}.grouped-capacity-btn{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem 1.25rem;border:2px solid #eee;border-radius:.5rem;background:#fafafa;cursor:pointer;transition:all .2s ease;min-width:100px}.grouped-capacity-btn:hover:not([disabled]):not(.is-selected){border-color:#25a288;background:#f0faf7}.grouped-capacity-btn.is-selected{border-color:#25a288;background:#25a288;color:#fff}.grouped-capacity-btn.is-selected .grouped-capacity-btn__price{color:#ffffffd9}.grouped-capacity-btn[disabled]{opacity:.4;cursor:not-allowed}.grouped-capacity-btn__value{font-size:1.25rem;font-weight:700;line-height:1}.grouped-capacity-btn__unit{font-size:.625rem;text-transform:uppercase;letter-spacing:.05em;opacity:.7}.grouped-capacity-btn__price{font-size:.75rem;color:#666;transition:color .2s ease}.grouped-unit-slots{display:flex;flex-direction:column;gap:.75rem}.grouped-unit-slot{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f9f9f9;border:1px solid #eee;border-radius:.75rem}.grouped-unit-slot--animate{animation:slideIn .25s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.grouped-unit-slot__product-info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.grouped-unit-slot__thumb{width:48px;height:48px;object-fit:cover;border-radius:.5rem;flex-shrink:0}.grouped-unit-slot__text{display:flex;flex-direction:column;gap:.125rem;min-width:0}.grouped-unit-slot__label{font-size:.875rem;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grouped-unit-slot__capacity{font-size:.75rem;color:#888}.grouped-unit-slot__options{display:flex;flex-wrap:wrap;gap:.375rem;flex:1}.grouped-unit-btn{padding:.5rem 1rem;border:2px solid #eee;border-radius:.5rem;background:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.grouped-unit-btn:hover:not([disabled]):not(.is-selected){border-color:#25a288;color:#25a288}.grouped-unit-btn.is-selected{border-color:#25a288;background:#25a288;color:#fff}.grouped-unit-btn[disabled]{opacity:.3;cursor:not-allowed;text-decoration:line-through}.grouped-unit-slot__remove{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:50%;background:transparent;color:#999;font-size:1.25rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.grouped-unit-slot__remove:hover{background:#fee;color:#e33}.grouped-unit-slot__price{font-size:.8rem;color:#666;min-width:70px;text-align:right;flex-shrink:0}.grouped-add-unit-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;margin-top:.5rem;border:2px dashed #ccc;border-radius:.75rem;background:transparent;color:#666;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.grouped-add-unit-btn:hover{border-color:#25a288;color:#25a288;background:#f0faf7}.grouped-add-unit-btn__icon{font-size:1.25rem;font-weight:700}.grouped-modal{border:none;border-radius:1rem;padding:0;max-width:600px;width:90vw;max-height:85vh;box-shadow:0 8px 40px #0003;overflow:hidden}.grouped-modal::backdrop{background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.grouped-modal[open]{animation:modalFadeIn .25s ease forwards}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.grouped-modal__inner{display:flex;flex-direction:column;height:100%;max-height:85vh}.grouped-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #eee;flex-shrink:0}.grouped-modal__title{font-size:1.125rem;font-weight:600;margin:0;color:#111}.grouped-modal__close{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:50%;background:#f5f5f5;color:#666;font-size:1.25rem;cursor:pointer;transition:all .15s ease;flex-shrink:0}.grouped-modal__close:hover{background:#eee;color:#333}.grouped-modal__body{padding:1.5rem;overflow-y:auto;flex:1}.grouped-modal__products{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;margin-bottom:1.5rem}.grouped-modal__product-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;border:2px solid #eee;border-radius:.75rem;background:#fff;cursor:pointer;transition:all .2s ease;text-align:center}.grouped-modal__product-card:hover:not([disabled]){border-color:#25a288;background:#f0faf7}.grouped-modal__product-card.is-selected{border-color:#25a288;background:#f0faf7;box-shadow:0 0 0 1px #25a288}.grouped-modal__product-card.is-disabled{opacity:.4;cursor:not-allowed}.grouped-modal__product-image{width:100%;aspect-ratio:1;border-radius:.5rem;overflow:hidden;background:#f5f5f5}.grouped-modal__product-image img{width:100%;height:100%;object-fit:cover}.grouped-modal__product-placeholder{width:100%;height:100%;background:#e5e5e5}.grouped-modal__product-name{font-size:.8rem;font-weight:600;color:#333;line-height:1.3}.grouped-modal__detail{display:flex;gap:1.25rem;padding:1.25rem;background:#f9f9f9;border-radius:.75rem;border:1px solid #eee;transition:opacity .15s ease}.grouped-modal__detail-image{width:140px;flex-shrink:0;border-radius:.5rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.grouped-modal__detail-image img{width:100%;height:auto;display:block;border-radius:.5rem}.grouped-modal__detail-info{flex:1;display:flex;flex-direction:column;gap:.75rem}.grouped-modal__detail-title{font-size:1rem;font-weight:600;margin:0;color:#111}.grouped-modal__detail-price{font-size:.9rem;font-weight:600;color:#25a288;min-height:1.2em}.grouped-modal__variants{display:flex;flex-wrap:wrap;gap:.375rem}.grouped-modal__confirm-btn{margin-top:auto;padding:.75rem 1.5rem;border:none;border-radius:2rem;background:#25a288;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.grouped-modal__confirm-btn:hover:not([disabled]){background:#1e846e}.grouped-modal__confirm-btn[disabled]{opacity:.5;cursor:not-allowed}.grouped-summary{background:#f9f9f9;border:1px solid #e5e5e5;border-radius:1rem;padding:1.5rem}.grouped-summary__items{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.grouped-summary__item{display:flex;justify-content:space-between;align-items:flex-start;padding:.5rem 0;border-bottom:1px solid #eee;font-size:.875rem}.grouped-summary__item:last-child{border-bottom:none}.grouped-summary__item-name{display:block;font-weight:500;color:#333}.grouped-summary__item-capacity{display:block;color:#666;font-size:.8rem}.grouped-summary__item-price{font-weight:600;color:#111}.grouped-summary__name-info{display:flex;flex-direction:column;gap:.25rem}.grouped-summary__total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:2px solid #ddd;font-size:1.125rem}.grouped-summary__total-label{font-weight:600;color:#111}.grouped-summary__total-price{font-weight:700;color:#25a288;font-size:1.25rem;text-align:start}.grouped-summary__status{display:block;margin-top:.75rem;font-size:.8rem;text-align:center}.grouped-summary__status--valid{display:none}.grouped-summary__status--invalid{color:#c33}.grouped-add-to-cart{position:relative;width:100%;padding:1rem;border-radius:2rem;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;overflow:hidden;background-color:#25a288;color:#fff}.grouped-add-to-cart:hover:not([disabled]){background-color:#1e846e}.grouped-add-to-cart:active:not([disabled]){background-color:#186a59}.grouped-add-to-cart .add-to-cart-text{display:flex;align-items:center;justify-content:center;clip-path:circle(100% at 50% 50%);transition:clip-path .15s ease-out,opacity .15s ease-out,filter .15s ease-out,translate .15s ease-out}.grouped-add-to-cart .add-to-cart__added{position:absolute;top:50%;left:50%;translate:-50% -50%;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none}.grouped-add-to-cart .add-to-cart__added-icon{width:32px;height:32px}.grouped-add-to-cart .checkmark-burst{opacity:0;overflow:visible}.grouped-add-to-cart .checkmark-burst .check{opacity:.2;scale:.8;filter:blur(2px);transform-box:fill-box;transform-origin:center}.grouped-add-to-cart .checkmark-burst .tick,.grouped-add-to-cart .checkmark-burst .ring{transform-box:fill-box;transform-origin:center}.grouped-add-to-cart .checkmark-burst .burst{rotate:20deg}.grouped-add-to-cart .checkmark-burst .line{stroke-dasharray:1.5 1.5;stroke-dashoffset:-1.5;translate:0 -180%;transform-box:fill-box;transform-origin:center}.grouped-add-to-cart .checkmark-burst g{transform-origin:center;rotate:calc(var(--index) * (360 / 8) * 1deg)}.grouped-add-to-cart[data-added=true] .add-to-cart-text{clip-path:circle(0% at 50% 50%);filter:blur(2px);opacity:0;translate:0 4px}.grouped-add-to-cart[data-added=true] .add-to-cart__added,.grouped-add-to-cart[data-added=true] .checkmark-burst{opacity:1}.grouped-add-to-cart[data-added=true] .checkmark-burst .check{opacity:1;scale:1;filter:blur(0);transition:opacity .2s ease-out 65ms,scale .2s ease-out 65ms,filter .2s ease-out 65ms}.grouped-add-to-cart[data-added=true] .checkmark-burst .tick{scale:1.75;transition:scale .1s ease-out .22s}.grouped-add-to-cart[data-added=true] .checkmark-burst .ring{opacity:0;scale:1;transition:opacity .2s ease-out .195s,scale .2s ease-out .195s}.grouped-add-to-cart[data-added=true] .checkmark-burst .line{stroke-dashoffset:1.5;transition:stroke-dashoffset .32s cubic-bezier(.33,1,.68,1) .195s}.grouped-add-to-cart[disabled]{cursor:not-allowed}.grouped-add-to-cart[data-added=true]{background-color:#25a288;color:#fff;opacity:1}.grouped-add-to-cart.is-loading{pointer-events:none;opacity:.7}.grouped-price-notice{font-size:.875rem;line-height:1;margin:0 0 0 1rem;padding:0}@media screen and (max-width:749px){.grouped-configurator{padding:0 .5rem;gap:1.25rem}.grouped-step{padding:1rem}.grouped-capacity-btn{min-width:80px;padding:.5rem .75rem}.grouped-capacity-btn__value{font-size:1rem}.grouped-unit-slot{flex-wrap:wrap}.grouped-unit-slot__price{min-width:auto}.grouped-unit-slot__thumb{width:40px;height:40px}.grouped-modal{max-width:100%;width:100%;max-height:90vh;border-radius:1rem 1rem 0 0;margin:auto 0 0}.grouped-modal__products{grid-template-columns:repeat(2,1fr)}.grouped-modal__detail{flex-direction:column}.grouped-modal__detail-image{width:100%;max-height:200px}.grouped-modal__detail-image img{max-height:200px;object-fit:cover}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-grouped-configurator.css.map */
