.bt-rating-link{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.bt-rating-link .bt-stars{color:#f5a623;font-size:14px;letter-spacing:1px}.bt-rating-text{font-size:12px;color:var(--bt-muted, #8a8580);text-decoration:underline;text-underline-offset:2px}.bt-delivery{display:flex;align-items:center;gap:8px;font-size:12.5px;color:#2c5530;background:#27ae6012;border:1px solid rgba(39,174,96,.25);border-radius:8px;padding:10px 14px;margin:-12px 0 24px}.bt-delivery strong{font-weight:700}.bt-bundle{max-width:1400px;margin:48px auto 0;padding:28px 20px;background:var(--bt-sand-light, #faf8f5);border:1px solid var(--bt-border, #e8e4de);border-radius:12px}@media(min-width:768px){.bt-bundle{padding:36px 40px}}.bt-bundle__header{text-align:center;margin-bottom:20px}.bt-bundle__title{font-size:20px;font-weight:700;color:var(--bt-black, #0a0a0a);margin:0 0 6px;letter-spacing:-.3px}@media(min-width:768px){.bt-bundle__title{font-size:24px}}.bt-bundle__title-icon{color:var(--bt-coral, #c9603a);margin-right:6px}.bt-bundle__subtitle{font-size:13px;color:var(--bt-muted, #8a8580);margin:0}.bt-bundle__discount-meter{position:relative;display:flex;justify-content:space-around;gap:8px;max-width:420px;margin:0 auto 24px;padding-top:4px}.bt-bundle__discount-step{display:flex;flex-direction:column;align-items:center;gap:4px;z-index:1}.bt-bundle__discount-step-bullet{width:34px;height:34px;border-radius:50%;background:var(--bt-white, #fff);border:2px solid var(--bt-border, #e8e4de);color:var(--bt-muted, #8a8580);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;transition:all .2s ease}.bt-bundle__discount-step.is-active .bt-bundle__discount-step-bullet{background:var(--bt-ocean, #0d3b5e);border-color:var(--bt-ocean, #0d3b5e);color:#fff}.bt-bundle__discount-step-label{font-size:11px;font-weight:700;color:var(--bt-muted, #8a8580)}.bt-bundle__discount-step.is-active .bt-bundle__discount-step-label{color:var(--bt-ocean, #0d3b5e)}.bt-bundle__discount-progress{position:absolute;top:20px;left:12%;right:12%;height:3px;background:var(--bt-border, #e8e4de);border-radius:2px;z-index:0}.bt-bundle__discount-progress-fill{height:100%;width:0%;background:var(--bt-ocean, #0d3b5e);border-radius:2px;transition:width .3s ease}.bt-bundle__products{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}@media(min-width:640px){.bt-bundle__products{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.bt-bundle__products{grid-template-columns:repeat(6,1fr)}}.bt-bundle__product{position:relative;display:flex;flex-direction:column;gap:8px;background:var(--bt-white, #fff);border:2px solid var(--bt-border, #e8e4de);border-radius:10px;padding:10px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.bt-bundle__product:hover{border-color:var(--bt-ocean-mid, #1a5c8a)}.bt-bundle__product.is-checked{border-color:var(--bt-ocean, #0d3b5e);box-shadow:0 2px 12px #0d3b5e1f}.bt-bundle__product.is-disabled{opacity:.45;cursor:not-allowed}.bt-bundle__product-check{position:absolute;opacity:0;pointer-events:none}.bt-bundle__product-img-wrap{position:relative;aspect-ratio:1;border-radius:6px;overflow:hidden;background:var(--bt-sand-light, #faf8f5)}.bt-bundle__product-img{width:100%;height:100%;object-fit:cover;display:block}.bt-bundle__product-check-mark{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:50%;background:var(--bt-white, #fff);border:1.5px solid var(--bt-border, #e8e4de);color:transparent;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.bt-bundle__product-check-mark svg{width:13px;height:13px}.bt-bundle__product.is-checked .bt-bundle__product-check-mark{background:var(--bt-ocean, #0d3b5e);border-color:var(--bt-ocean, #0d3b5e);color:#fff}.bt-bundle__product-info{display:flex;flex-direction:column;gap:2px}.bt-bundle__product-title{font-size:11.5px;font-weight:600;line-height:1.3;color:var(--bt-black, #0a0a0a);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.bt-bundle__product-price{font-size:13px;font-weight:700;color:var(--bt-black, #0a0a0a)}.bt-bundle__product-tag{display:inline-block;font-size:9.5px;font-weight:700;color:var(--bt-ocean, #0d3b5e);background:#0d3b5e14;border-radius:8px;padding:2px 7px;width:fit-content}.bt-bundle__product-tag--out{color:var(--bt-muted, #8a8580);background:#0000000d}.bt-bundle__summary{max-width:420px;margin:0 auto 16px;background:var(--bt-white, #fff);border:1px solid var(--bt-border, #e8e4de);border-radius:10px;padding:14px 18px}.bt-bundle__summary-line{display:flex;justify-content:space-between;font-size:13px;color:var(--bt-muted, #8a8580);padding:3px 0}.bt-bundle__summary-line--discount{color:var(--bt-green, #27ae60);font-weight:600}.bt-bundle__summary-line--total{color:var(--bt-black, #0a0a0a);font-weight:700;font-size:15px;border-top:1px solid var(--bt-border, #e8e4de);margin-top:6px;padding-top:9px}.bt-bundle__cta{display:block;width:100%;max-width:420px;margin:0 auto 10px;background:var(--bt-atc-bg, #0a0a0a);color:var(--bt-atc-text, #fff);border:none;border-radius:8px;height:52px;font-size:14px;font-weight:700;letter-spacing:.4px;cursor:pointer;transition:background .2s ease}.bt-bundle__cta:hover:not(:disabled){background:#1a1a1a}.bt-bundle__cta:disabled{background:var(--bt-muted, #8a8580);cursor:not-allowed}.bt-bundle__disclaimer{text-align:center;font-size:11px;color:var(--bt-muted, #8a8580);margin:0}
/*# sourceMappingURL=/cdn/shop/t/5/assets/bellaterra-extras.css.map */
