@media screen and (min-width:750px){.bundle-selected-item-info{margin-top:-33px}}.build-bundle-section{padding:60px 0}.build-bundle-header{text-align:center;margin-bottom:40px}.build-bundle-heading{margin:0 0 12px;font-size:36px;line-height:1.15;letter-spacing:-.02em}.build-bundle-description{max-width:650px;margin:0 auto;color:rgba(var(--color-foreground),.7)}.build-bundle-wrapper{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:40px;align-items:start}.build-bundle-grid{display:grid;grid-template-columns:repeat(var(--desktop-columns),minmax(0,1fr));gap:20px}.bundle-product-card{border:1px solid rgba(var(--color-foreground),.12);border-radius:12px;overflow:hidden;background:rgb(var(--color-background));transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.bundle-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000000f}.bundle-product-card:has(.bundle-add-button.is-added){border-color:rgb(var(--color-foreground))}.bundle-product-image-wrapper{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#f7f7f7}.bundle-product-image{display:block;width:100%;height:100%;object-fit:cover}.bundle-product-image.placeholder{width:100%;height:100%}.bundle-sold-out{position:absolute;top:12px;left:12px;padding:5px 9px;border-radius:4px;background:#fff;color:#111;font-size:11px;font-weight:600}.bundle-product-info{padding:16px}.bundle-product-title{margin:0 0 6px;font-size:18px;line-height:1.35}.bundle-product-vendor{margin-bottom:6px;font-size:12px;opacity:.6}.bundle-product-price{margin-bottom:14px;font-size:15px;font-weight:600}.bundle-add-button{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;padding:10px 15px;border:1px solid rgb(var(--color-foreground));border-radius:5px;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;font-size:14px;font-weight:600;transition:background .2s ease,color .2s ease}.bundle-add-button:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.bundle-add-button .bundle-added-text{display:none}.bundle-add-button.is-added{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.bundle-add-button.is-added .bundle-add-text{display:none}.bundle-add-button.is-added .bundle-added-text{display:inline}.bundle-add-disabled{opacity:.5;cursor:not-allowed}.build-bundle-summary{position:sticky;top:20px}.bundle-summary-inner{padding:24px;border:1px solid rgba(var(--color-foreground),.12);border-radius:12px;background:rgb(var(--color-background))}.bundle-summary-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding-bottom:18px;border-bottom:1px solid rgba(var(--color-foreground),.1)}.bundle-summary-title{margin:0 0 5px;font-size:20px}.bundle-selection-count{margin:0;font-size:13px;opacity:.65}.bundle-clear-button{border:0;padding:0;background:transparent;text-decoration:underline;cursor:pointer;font-size:12px}.bundle-selected-products{padding:10px 0}.bundle-no-products{padding:30px 0;text-align:center;font-size:13px;opacity:.6}.bundle-selected-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid rgba(var(--color-foreground),.08)}.bundle-selected-item-info{display:flex;align-items:center;gap:9px;min-width:0}.bundle-selected-item-number{display:flex;align-items:center;justify-content:center;flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:rgba(var(--color-foreground),.08);font-size:11px}.bundle-selected-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.bundle-selected-item-right{display:flex;align-items:center;gap:10px}.bundle-selected-item-price{font-size:13px;font-weight:600;white-space:nowrap}.bundle-remove-item{width:22px;height:22px;padding:0;border:0;background:transparent;cursor:pointer;font-size:20px;line-height:1}.bundle-summary-footer{padding-top:18px}.bundle-total-row{display:flex;justify-content:space-between;gap:20px;margin-bottom:15px;font-size:15px}.bundle-total-price{font-size:17px}.bundle-cart-button{position:relative;width:100%;min-height:50px;border:0;border-radius:5px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));cursor:pointer;font-size:14px;font-weight:600}.bundle-cart-button:disabled{opacity:.45;cursor:not-allowed}.bundle-cart-loading,.bundle-cart-button.is-loading .bundle-cart-button-text{display:none}.bundle-cart-button.is-loading .bundle-cart-loading{display:inline}.bundle-error{display:none;margin-top:12px;padding:10px 12px;border-radius:5px;background:#fff1f1;color:#c00;font-size:12px}.bundle-error.is-visible{display:block}@media screen and (max-width:989px){.build-bundle-wrapper{grid-template-columns:1fr}.build-bundle-summary{position:static}}@media screen and (max-width:749px){.build-bundle-section{padding:40px 0}.build-bundle-header{margin-bottom:25px}.build-bundle-heading{font-size:28px}.build-bundle-grid{grid-template-columns:repeat(var(--mobile-columns),minmax(0,1fr));gap:10px}.bundle-product-info{padding:11px}.bundle-product-title{font-size:15px}.bundle-product-price{font-size:15px;margin-bottom:10px}.bundle-add-button{min-height:40px;padding:8px 10px;font-size:12px}.build-bundle-summary{margin-top:10px}.bundle-summary-inner{padding:18px}}.bundle-selected-item-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.bundle-quantity{display:inline-flex;align-items:center;height:34px;border:1px solid rgba(var(--color-foreground),.18);border-radius:5px;overflow:hidden;background:rgb(var(--color-background))}.bundle-quantity-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;font-size:18px;line-height:1}.bundle-quantity-button:hover{background:rgba(var(--color-foreground),.07)}.bundle-quantity-input{width:35px;height:32px;padding:0;border:0;border-left:1px solid rgba(var(--color-foreground),.1);border-right:1px solid rgba(var(--color-foreground),.1);background:transparent;color:rgb(var(--color-foreground));text-align:center;font-size:13px;font-weight:600;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.bundle-quantity-input::-webkit-outer-spin-button,.bundle-quantity-input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.bundle-quantity-input:focus{outline:none}.bundle-remove-item{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;font-size:20px;line-height:1}.bundle-remove-item:hover{opacity:.6}@media screen and (max-width:749px){.bundle-selected-item{display:block}.bundle-selected-item-info{margin-bottom:10px}.bundle-selected-item-actions{justify-content:space-between;width:100%}.bundle-selected-item-price{margin-right:auto}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/build-your-bundle.css.map */
