:root{--th-primary-color: rgb(var(--color-link));--th-text-color: rgb(var(--color-foreground));--th-text-muted: rgba(var(--color-foreground), .75);--th-border-color: rgba(var(--color-foreground), .08);--th-background: rgb(var(--color-background));--th-shadow: 0 0 18px rgba(0, 0, 0, .05);--th-shadow-hover: 0 4px 12px rgba(var(--color-shadow), .15);--th-transition: all .3s ease}.todohits-bundle{padding:4rem 0 3rem;background:var(--th-background)}.todohits-bundle__container{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}.todohits-bundle__header{text-align:center;margin-bottom:3rem}.todohits-bundle__title{margin:0 0 1rem;color:#000;font-size:2.5rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.todohits-bundle__title.h0,.todohits-bundle__title.h1,.todohits-bundle__title.h2{font-size:2.5rem}.todohits-bundle__subtitle{font-size:1.1rem;color:rgba(var(--color-foreground),.75);margin:0}.todohits-bundle__loading{text-align:center;padding:3rem}.todohits-bundle__loading .spinner{display:inline-block;width:30px;height:30px;border:3px solid rgba(var(--color-foreground),.1);border-top-color:rgb(var(--color-foreground));border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.todohits-bundle__main-layout{display:grid;grid-template-columns:1fr 320px;gap:3rem;align-items:stretch}.todohits-bundle__products-section{min-width:0}.todohits-bundle__products{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.2rem}.todohits-bundle__product{background:#fff;border:2px solid #e5e5e5;border-radius:8px;padding:1rem;transition:border-color .15s ease,box-shadow .15s ease;position:relative;cursor:pointer;overflow:visible;box-shadow:var(--th-shadow);height:100%;display:flex;flex-direction:column;min-height:260px}.todohits-bundle__product:hover{box-shadow:var(--th-shadow-hover);border-color:#00000026}.todohits-bundle__product.selected{border-color:var(--th-primary-color);border-width:2px;box-shadow:0 4px 20px rgba(var(--color-link),.15)}.todohits-bundle__product--current{cursor:default;opacity:.8;background:#f8f9fa;border-color:#ddd}.todohits-bundle__product--current:hover{transform:none;box-shadow:var(--th-shadow);border-color:#ddd}.todohits-bundle__current-badge{position:absolute;top:.75rem;right:.75rem;z-index:2;background:#000;color:#fff;padding:.3rem .6rem;border-radius:15px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.todohits-bundle__checkbox-wrapper{position:absolute;top:.75rem;right:.75rem;z-index:2}.todohits-bundle__checkbox-label{display:block;cursor:pointer;position:relative}.todohits-bundle__checkbox{position:absolute;opacity:0;pointer-events:none}.todohits-bundle__checkbox-visual{display:block;width:20px;height:20px;border:2px solid #ddd;border-radius:4px;transition:background-color .12s ease,border-color .12s ease,transform .12s ease;background:#fff;position:relative}.todohits-bundle__checkbox:checked+.todohits-bundle__checkbox-visual{background:#000;border-color:#000;transform:scale(1.05)}.todohits-bundle__checkbox:checked+.todohits-bundle__checkbox-visual:after{content:"\2713";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700;line-height:1}.todohits-bundle__checkbox-label:hover .todohits-bundle__checkbox-visual{border-color:#000;transform:scale(1.05)}.todohits-bundle__product-image{width:100%;aspect-ratio:1;object-fit:contain;border-radius:8px;margin-bottom:1rem;transition:transform .3s ease;padding:10px;background:#fff}.todohits-bundle__product:hover .todohits-bundle__product-image{transform:scale(1.02)}.todohits-bundle__product-image.placeholder{background:#f8f9fa;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#999;border:1px dashed #ddd}.todohits-bundle__product-info{text-align:center;flex:1;display:flex;flex-direction:column;justify-content:space-between}.todohits-bundle__product-title{font-size:1.2rem;font-weight:700;margin:0 0 .5rem;color:#000;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.todohits-bundle__product--current .todohits-bundle__product-title{color:#666}.todohits-bundle__product-price{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.5rem}.todohits-bundle__price-current{font-size:1.6rem;font-weight:900;color:#000}.todohits-bundle__price-compare{font-size:1.3rem;text-decoration:line-through;color:#999}.todohits-bundle__price-badge{background:#000;color:#fff;padding:.25rem .5rem;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap}.todohits-bundle__variants{margin-top:1rem}.todohits-bundle__variant-select{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:6px;background:#fff;color:#000;font-size:.9rem}.todohits-bundle__summary-section{display:flex;flex-direction:column}.todohits-bundle__summary{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:2rem;box-shadow:var(--th-shadow);display:flex;flex-direction:column;flex:1;position:sticky;top:2rem;height:fit-content}.todohits-bundle__price-container{margin-bottom:1.5rem;flex:1}.todohits-bundle__price-row,.todohits-bundle__discount-row,.todohits-bundle__total-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:1.4rem}.todohits-bundle__total-row{border-top:2px solid rgba(var(--color-foreground),.1);margin-top:.5rem;padding-top:1rem;font-size:1.6rem;font-weight:900}.todohits-bundle__price-label,.todohits-bundle__discount-label,.todohits-bundle__total-label{color:#666}.todohits-bundle__original-price,.todohits-bundle__discount-amount,.todohits-bundle__total-price{color:#000;font-weight:900;font-size:1.5rem}.todohits-bundle__discount-amount{color:#e74c3c}.todohits-bundle__savings-message{display:none!important}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.todohits-bundle__product-title{line-height:1.3;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.todohits-bundle__variant-select{transition:border-color .2s ease}.todohits-bundle__variant-select:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.todohits-bundle__add-button{width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:10px;text-transform:uppercase;letter-spacing:.5px;background:#fff;color:#000;border:2px solid #000;cursor:pointer;margin-top:auto;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000001f}.todohits-bundle__add-button:before{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:#000;transition:width .3s ease;z-index:0}.todohits-bundle__add-button:hover{box-shadow:0 4px 15px #0003;border-color:#000}.todohits-bundle__add-button:hover:before{width:100%}.todohits-bundle__add-button span,.todohits-bundle__add-button svg{position:relative;z-index:1;transition:color .3s ease}.todohits-bundle__add-button:hover span,.todohits-bundle__add-button:hover svg{color:#fff}.todohits-bundle__add-button:disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5;border-color:#ddd;color:#999}.todohits-bundle__add-button:disabled:hover{box-shadow:0 2px 8px #0000001f}.todohits-bundle__add-button:disabled:hover:before{width:0}.todohits-bundle__add-button:disabled:hover span,.todohits-bundle__add-button:disabled:hover svg{color:#999}.todohits-bundle__add-button .button__icon svg{width:18px;height:18px}.todohits-bundle__discount-note{text-align:center;margin-top:1rem;font-size:.9rem;color:rgba(var(--color-foreground),.6)}.todohits-bundle__discount-note strong{color:#000;font-weight:600}@media screen and (max-width: 989px){.todohits-bundle__main-layout{grid-template-columns:1fr 280px;gap:2rem}.todohits-bundle__summary{padding:1.5rem}}@media screen and (max-width: 749px){.todohits-bundle__main-layout{grid-template-columns:1fr;gap:2rem}.todohits-bundle__summary-section{position:static;order:1}.todohits-bundle__products{grid-template-columns:repeat(2,1fr);gap:1rem}.todohits-bundle__product{display:flex;flex-direction:column;padding:1rem;min-height:280px}.todohits-bundle__product-image{width:100%;height:auto;margin-right:0;margin-bottom:1rem;max-height:220px;aspect-ratio:1}.todohits-bundle__product-info{flex:1;text-align:center;display:flex;flex-direction:column;justify-content:flex-start;gap:.75rem}.todohits-bundle__checkbox-wrapper,.todohits-bundle__current-badge{position:absolute;top:.75rem;right:.75rem;order:0;margin-right:0}.todohits-bundle__current-badge{align-self:auto;margin-top:0}.todohits-bundle__product-price{justify-content:center;margin:0}.todohits-bundle__product-title{font-size:.85rem;min-height:auto;-webkit-line-clamp:unset;overflow:visible;margin:0;line-height:1.2}.todohits-bundle__title.h0{font-size:2rem}.todohits-bundle__title.h1{font-size:1.75rem}.todohits-bundle__summary{padding:1.5rem}.todohits-bundle__add-button{padding:1rem 1.5rem;font-size:1.1rem}}@media screen and (min-width: 750px) and (max-width: 989px){.todohits-bundle__products{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/todohits-bundle-products.css.map */
