:root{--bundle-transition: all .3s ease;--bundle-shadow: 0 5px 20px rgba(var(--color-shadow), .15);--bundle-border-radius: 12px;--bundle-checkbox-size: 2rem;--bundle-checkbox-margin: 1rem;--bundle-accent-color: rgb(var(--accent-color))}.page-width .title-wrapper-with-link.main-title-with-text{margin-bottom:1rem}.text-under-title{text-align:center;margin-bottom:3.5rem;max-width:65ch;margin-left:auto;margin-right:auto;font-size:1.1rem;opacity:.85}.text-under-title p:first-child{margin-top:0}.bundle-deals{max-width:1000px;margin:0 auto;--checkbox-size: var(--bundle-checkbox-size);--checkbox-margin: var(--bundle-checkbox-margin)}.bundle-deals__media{display:grid;column-gap:2.5rem;margin-bottom:2rem;width:fit-content;max-width:100%;margin-left:auto;margin-right:auto}.bundle-deals__media-item{display:block;cursor:pointer;max-width:22rem;transform:translateY(0);transition:var(--bundle-transition);position:relative}.bundle-deals__media-item:hover{transform:translateY(-8px)}.bundle-deals__media-item-container{position:relative;display:block;border-radius:var(--bundle-border-radius);overflow:hidden;box-shadow:var(--bundle-shadow);transition:var(--bundle-transition)}.bundle-deals__media-item:hover .bundle-deals__media-item-container{box-shadow:0 8px 25px rgba(var(--color-shadow),.25)}.bundle-deals__media-item:not(:first-child){position:relative}.bundle-deals__media-item:not(:first-child):before{content:"+";font-weight:700;position:absolute;top:50%;left:-1.25rem;transform:translate(-50%,-50%);font-size:2rem;line-height:1;opacity:.8;transition:var(--bundle-transition);z-index:1}.bundle-deals__media-item:hover:not(:first-child):before{opacity:1;transform:translate(-50%,-50%) scale(1.2)}.bundle-deals__media-item img,.bundle-deals__media-item svg{width:100%;border-radius:var(--bundle-border-radius);transition:var(--bundle-transition);transform:scale(1)}.bundle-deals__media-item:hover img{transform:scale(1.03)}.bundle-deals__media-item--disabled img{filter:grayscale(1);opacity:.3;transform:scale(.95)}.bundle-deals__product{margin-bottom:1.5rem;background-color:rgba(var(--color-foreground),1);border-radius:var(--bundle-border-radius);padding:1.25rem;transition:var(--bundle-transition);box-shadow:0 2px 8px rgba(var(--color-shadow),.05);color:#000;overflow:hidden}.bundle-deals__product:hover{box-shadow:var(--bundle-shadow)}.bundle-deals__checkbox-container{display:flex;align-items:center;flex-wrap:wrap}.bundle-deals__checkbox:checked+.bundle-deals__checkbox-label .checkmark-unchecked,.bundle-deals__checkbox:not(:checked)+.bundle-deals__checkbox-label .checkmark-checked{display:none}.bundle-deals__checkbox-label{display:flex;align-items:center;cursor:pointer;flex-grow:1;transition:var(--bundle-transition)}.bundle-deals__checkbox-label svg{width:var(--checkbox-size);height:var(--checkbox-size);margin-right:var(--checkbox-margin);color:var(--bundle-accent-color);transition:var(--bundle-transition)}.bundle-deals__checkbox:checked+.bundle-deals__checkbox-label svg{transform:scale(1.1)}.bundle-deals__title{margin:0;font-size:1.6rem;color:#000;line-height:1.3;transition:var(--bundle-transition)}.bundle-deals__checkbox:not(:checked)+.bundle-deals__checkbox-label .bundle-deals__title{text-decoration:line-through;opacity:.5}.bundle-deals__prices{flex-shrink:0;line-height:1.2;font-size:1.6rem;padding-left:1.5rem;display:flex;flex-direction:column;align-items:flex-end;transition:var(--bundle-transition)}.bundle-deals__price{font-weight:600}.bundle-deals__compare-price{text-decoration:line-through;opacity:.7;font-size:.9em}.bundle-deals__checkbox-container--price-under{flex-direction:column;align-items:flex-start}.bundle-deals__checkbox-container--price-under .bundle-deals__prices{padding-left:calc(var(--checkbox-size) + var(--checkbox-margin));margin-top:.5em}.bundle-deals__variant-selects{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;padding:.75rem 0 0 calc(var(--checkbox-size) + var(--checkbox-margin));transition:var(--bundle-transition)}.bundle-deals__variant-selects .select{width:fit-content}.bundle-deals__variant-selects .select__select{height:2.5rem;border-radius:6px;padding:0 1.5rem 0 .75rem;font-size:.95rem;background-color:rgba(var(--color-foreground),.04);border:1px solid rgba(var(--color-foreground),.1);transition:var(--bundle-transition)}.bundle-deals__variant-selects .select__select:hover{border-color:rgba(var(--color-foreground),.2);background-color:rgba(var(--color-foreground),.06)}.bundle-deals__variant-selects .icon-caret{right:.75rem}.bundle-deals__product--deselected .bundle-deals__variant-selects{opacity:.5}.bundle-deals__total-price-container{font-weight:700;font-size:1.8rem;color:rgb(var(--color-foreground));margin:1.5rem 0;text-align:left;border-top:solid 1px rgba(var(--color-foreground),.1);line-height:2.5;display:flex;justify-content:space-between;align-items:center}.bundle-deals__total-compare-price{font-size:.8em;text-decoration:line-through;opacity:.7;margin-left:.5rem}.bundle-deals__center,.bundle-deals__button{max-width:48rem;margin:0 auto;width:100%}.bundle-deals__center{padding-bottom:1.5rem}@media screen and (min-width: 1000px){.bundle-deals{--checkbox-size: 2.25rem;--checkbox-margin: 1.25rem}.bundle-deals__media{column-gap:3.5rem}.bundle-deals__media-item:not(:first-child):before{left:-1.75rem;font-size:2.5rem}.bundle-deals__title,.bundle-deals__price,.bundle-deals__compare-price{font-size:2rem;color:#000}.bundle-deals__total-price-container{font-size:2.3rem}.bundle-deals-horizontal-images-left,.bundle-deals-horizontal-images-right{max-width:none;display:grid;grid-template-columns:repeat(2,1fr);column-gap:5rem;align-items:center}.bundle-deals-horizontal-images-left .bundle-deals__media{margin-right:0}.bundle-deals-horizontal-images-right .bundle-deals__media{margin-left:0}.bundle-deals-horizontal-images-left .bundle-deals__empty,.bundle-deals-horizontal-images-right .bundle-deals__empty{display:block}.bundle-deals-horizontal-images-left .bundle-deals__center,.bundle-deals-horizontal-images-left .bundle-deals__button,.bundle-deals-horizontal-images-right .bundle-deals__button,.bundle-deals-horizontal-images-right .bundle-deals__center{margin:0}.bundle-deals-horizontal-images-right .bundle-deals__center{order:1;justify-self:flex-end}.bundle-deals-horizontal-images-right .bundle-deals__media{order:2}.bundle-deals-horizontal-images-right .bundle-deals__button{order:3;justify-self:flex-end}.bundle-deals-horizontal-images-right .bundle-deals__empty{order:4}}@media screen and (max-width: 749px){:root{--bundle-checkbox-size: 1.5rem;--bundle-checkbox-margin: .8rem}.bundle-deals__title,.bundle-deals__prices{font-size:1.5rem}.bundle-deals__product{padding:1rem}.bundle-deals__media-item:not(:first-child):before{font-size:1.8rem}}.bundle-item-enter{opacity:0;transform:translateY(20px)}.bundle-fade-in{opacity:0}.bundle-scale-in{opacity:0;transform:scale(.9)}.bundle-slide-right{opacity:0;transform:translate(-30px)}.bundle-slide-left{opacity:0;transform:translate(30px)}@keyframes bundle-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.bundle-loading{animation:bundle-pulse 1.5s infinite ease-in-out}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-bundle-deals.css.map */
