.product-bundle{margin-bottom:3rem}.product-bundle .product__media-item img{width:100%;height:100%;object-fit:cover}.bundle-products{margin:2rem 0}.bundle-section{margin-bottom:2.5rem;padding:2rem;border:1px solid #e8e8e8;background-color:#fafafa}.bundle-section__title{font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:-.015em;color:#303030}.bundle-product{margin-bottom:2rem}.bundle-product:last-child{margin-bottom:0}.bundle-product__header{margin-bottom:1.5rem}.bundle-product__info{width:100%}.bundle-product__title{font-size:1.4rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:-.015em;line-height:1.3}.bundle-product__price{font-family:Quadrant Text Mono,monospace;font-size:1.4rem;color:#303030}.bundle-product__variants{margin-top:1rem}.bundle-variant-selector{margin-bottom:1.5rem;border:none;padding:0}.bundle-variant-label{display:block;font-size:1.2rem;font-weight:600;margin-bottom:.8rem;color:#303030;text-transform:uppercase;letter-spacing:.05rem}.yarn-quantity-display .bundle-variant-label{margin-bottom:0}.bundle-variant-options{display:flex;flex-wrap:wrap;gap:.8rem}.bundle-variant-option{position:relative;cursor:pointer}.bundle-variant-option input[type=radio]{position:absolute;opacity:0;width:1px;height:1px}.bundle-variant-text{display:inline-block;padding:.8rem 1.2rem;border:1px solid #303030;background-color:#fff;color:#303030;font-size:1.2rem;font-weight:500;text-transform:uppercase;letter-spacing:.05rem;transition:all .2s ease}.bundle-variant-option input[type=radio]:checked+.bundle-variant-text{background-color:#303030;color:#fff}.bundle-variant-option:hover .bundle-variant-text{background-color:#303030;color:#fff}.yarn-color-swatches{display:inline-flex;flex-wrap:wrap;row-gap:1rem;margin-top:1rem}.yarn-color-input{position:absolute;opacity:0;width:1px;height:1px}.yarn-color-input+.yarn-color-swatch{background-color:rgb(var(--color-background));color:rgba(var(--color-foreground));display:inline-flex;padding:.4rem 1.2rem;font-size:1.4rem;letter-spacing:-.015em;line-height:1.4;text-align:center;transition:border var(--duration-short) ease;cursor:pointer;position:relative;text-transform:uppercase;border:1px solid black;align-items:center;gap:12px}.yarn-color-input:focus-visible+.yarn-color-swatch{outline:.2rem solid rgba(var(--color-foreground),.5);box-shadow:0 0 0 .2rem rgb(var(--color-background)),0 0 .1rem .5rem rgba(var(--color-foreground),.25)}.yarn-color-input:checked+.yarn-color-swatch{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.yarn-color-swatch .swatch{--swatch--size: 2.2rem;--swatch--border-radius: 50%;display:block;width:var(--swatch--size);max-width:100%;aspect-ratio:1 / 1;background:var(--swatch--background);background-position:var(--swatch-focal-point, initial);background-size:cover;background-origin:border-box;border:.1rem solid rgba(var(--color-foreground),.15);border-radius:var(--swatch--border-radius)}.project-size-options{display:flex;flex-wrap:wrap;gap:.8rem}.project-size-option{position:relative;cursor:pointer}.project-size-option input[type=radio]{position:absolute;opacity:0;width:1px;height:1px}.project-size-option .bundle-variant-text{display:flex;flex-direction:column;align-items:center;padding:1rem 1.5rem;border:1px solid #303030;background-color:#fff;color:#303030;font-size:1.2rem;font-weight:500;text-transform:uppercase;letter-spacing:.05rem;transition:all .2s ease;min-width:80px;text-align:center}.project-size-option input[type=radio]:checked+.bundle-variant-text{background-color:#303030;color:#fff}.project-size-option:hover .bundle-variant-text{background-color:#303030;color:#fff}.yarn-quantity-display{margin-top:1.5rem;padding:1rem;background-color:#f8f8f8;border:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.yarn-quantity-amount{font-family:Quadrant Text Mono,monospace;font-size:1.4rem;font-weight:600;color:#303030}.quantity-number{margin-right:.5rem}.quantity-unit{font-weight:400}.bundle-quantity-selector{margin-top:1.5rem}.quantity-selector{display:flex;align-items:center;border:1px solid #303030;width:fit-content;margin-top:.8rem}.quantity-btn{width:40px;height:40px;border:none;background-color:#fff;color:#303030;font-size:1.4rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.quantity-btn:hover{background-color:#f5f5f5}.quantity-input{width:60px;height:40px;border:none;border-left:1px solid #303030;border-right:1px solid #303030;text-align:center;font-size:1.2rem;font-weight:600;background-color:#fff}.quantity-input:focus{outline:none;background-color:#f9f9f9}.bundle-add-to-cart{position:relative;margin-top:2rem;transition:background-color .3s ease,border-color .3s ease,transform .2s ease}.bundle-add-to-cart:disabled{cursor:not-allowed}.bundle-add-to-cart.button.loading{opacity:1!important;color:#fff!important;cursor:not-allowed}.bundle-add-to-cart.bundle-loading:disabled{opacity:1!important;color:#fff!important;cursor:not-allowed}.bundle-add-to-cart.bundle-loading .bundle-add-text{opacity:1!important;visibility:visible!important;display:inline!important;color:inherit!important}.bundle-add-to-cart .bundle-add-text{transition:all .3s ease}.bundle-add-to-cart.success{transform:scale(1.02)}.bundle-add-to-cart.error{background-color:#dc3545!important;border-color:#dc3545!important;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.bundle-compare-price{font-family:Quadrant Text Mono,monospace;font-size:1.6rem;color:#999}@media screen and (max-width: 749px){.bundle-section{padding:1.5rem}.bundle-product__title{font-size:1.2rem}.yarn-color-swatches{grid-template-columns:repeat(auto-fill,minmax(35px,1fr))}.bundle-variant-options{gap:.6rem}.bundle-variant-text{padding:.6rem 1rem;font-size:1.1rem}.project-size-option .bundle-variant-text{padding:.8rem 1rem;min-width:70px;font-size:1.1rem}.size-description{font-size:.8rem}.yarn-quantity-display{padding:.8rem;flex-direction:column;gap:.5rem;text-align:center}.yarn-quantity-amount{font-size:1.2rem}}@media screen and (max-width: 550px){.bundle-section__title{font-size:1.2rem}.quantity-selector{margin:.8rem auto 0}.project-size-option .bundle-variant-text{padding:.6rem .8rem;min-width:60px;font-size:1rem}.size-description{font-size:.75rem}}.bundle-product.loading{opacity:.6;pointer-events:none}.bundle-variant-option.unavailable{opacity:.4;pointer-events:none}.bundle-variant-option.unavailable .bundle-variant-text{color:#999;border-color:#ccc;background-color:#f5f5f5}.yarn-color-swatch.unavailable{opacity:.4;pointer-events:none}.yarn-color-swatch.unavailable .yarn-swatch{border-color:#ccc;background-color:#f5f5f5}
/*# sourceMappingURL=/cdn/shop/t/50/assets/section-product-bundle.css.map */
