/*! Bundle Wizard — modal con offset dinámico por header/announcement y altura segura */:root{--bw-modal-offset: 96px;--bw-safe-top: calc(var(--header-height, 0px) + env(safe-area-inset-top))}.bw-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:none;z-index:2147483647}.bw-overlay.is-open{display:flex;align-items:flex-start;justify-content:center;padding:10px;padding-top:var(--bw-modal-offset)}.bw-modal{width:min(760px,96vw);max-height:calc(88vh - var(--bw-modal-offset));overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#fff;border-radius:16px;padding:14px 14px 0;border:2px solid #DDB892;box-shadow:0 10px 40px #0003;scrollbar-gutter:stable;margin-bottom:max(env(safe-area-inset-bottom),10px)}@media(max-width:749px){.bw-modal{width:min(680px,92vw);max-height:min(74svh,82vh,calc(100dvh - var(--bw-modal-offset) - 16px));padding:12px 12px 0;border-radius:14px}@supports (height: 100svh){.bw-modal{max-height:min(74svh,82vh,calc(100svh - var(--bw-modal-offset) - 16px))}}}.bw-steps{display:flex;gap:8px;margin-bottom:8px}.bw-step{flex:1;height:4px;background:#eee;border-radius:999px}.bw-step.is-active{background:#ddb892}.bw-actions{position:sticky;bottom:0;left:0;right:0;display:flex;gap:8px;justify-content:space-between;margin-top:8px;padding:8px 0;background:#fff;border-top:1px solid #eee;box-shadow:0 -6px 16px #0000000f;padding-bottom:calc(8px + env(safe-area-inset-bottom))}.bw-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:640px){.bw-grid{grid-template-columns:1fr}}.bw-btn{background:#8b5c2c;color:#fff;border:none;border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer}.bw-btn[disabled]{opacity:.5;cursor:not-allowed}.bw-btn--ghost{background:transparent;color:#8b5c2c;border:2px solid #8B5C2C}.bw-title{margin:0 0 6px;font-size:22px;font-weight:800;color:#8b5c2c}.bw-h4{margin:0 0 8px;color:#1f1f1f;font-size:17px}.bw-field label{display:block;font-size:14px;margin-bottom:4px;color:#1f1f1f}.bw-input,.bw-select{width:100%;padding:8px 10px;border:2px solid #e8e1d8;border-radius:10px}.bw-input:focus,.bw-select:focus{outline:none;border-color:#ddb892;box-shadow:0 0 0 3px #ddb89240}.bw-input.is-invalid{border-color:#d33;box-shadow:0 0 0 3px #dd000026}.field-badge{font-weight:800;color:#8b5c2c;margin-left:6px;white-space:nowrap}.swatch-group h5{margin:0 0 6px;color:#1f1f1f;font-size:14px}.swatches{display:flex;flex-wrap:wrap;gap:10px}.swatch{position:relative}.swatch input{position:absolute;opacity:0;pointer-events:none}.swatch label{display:block;border:2px solid transparent;border-radius:12px;cursor:pointer;box-shadow:0 1px 5px #00000014;background:#fff;padding:6px}.swatch img{display:block;width:100%;height:auto;max-height:96px;object-fit:contain;background:#fff}@media(max-width:749px){.swatch img{max-height:76px}}.swatch span{display:block;text-align:center;font-size:12px;padding:4px;background:#fff}.swatch input:checked+label{border-color:#8b5c2c}.badge-price{position:absolute;top:6px;right:6px;background:#ddb892;color:#4b2d12;font-size:11px;font-weight:800;border-radius:8px;padding:2px 6px;white-space:nowrap}.opt-card{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;margin:8px 0;padding:8px;border:1px dashed #E8DACB;border-radius:12px;background:#fff8f0}.opt-card img{width:64px;height:64px;object-fit:cover;border-radius:8px;border:1px solid #eee}.opt-card .right{color:#6a6a6a;white-space:nowrap}.opt-label{display:flex;gap:8px;align-items:center}.is-hidden{display:none!important}.bw-review{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:8px}@media(max-width:749px){.bw-review{grid-template-columns:1fr}}.review-col{border:1px solid #eee;border-radius:12px;background:#faf8f5}.review-head{padding:8px 10px;border-bottom:1px solid #eee;font-weight:800;color:#8b5c2c}.review-list{list-style:none;margin:0;padding:8px 10px;display:grid;gap:6px}.review-list li{display:flex;justify-content:space-between;gap:10px}.review-list .note{opacity:.8}.review-list .val{display:flex;align-items:center;gap:6px}.addon-price{font-weight:800;color:#8b5c2c;white-space:nowrap}.bw-review.single{grid-template-columns:1fr}.bw-review.single #col-L1{grid-column:1 / -1}.add-wrap{margin-top:8px}.add-title{font-weight:800;color:#1f1f1f;margin:8px 0 6px}.add-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.add-card{display:grid;grid-template-columns:56px 1fr;gap:10px;align-items:center;border:1px solid #eee;background:#fff;border-radius:12px;padding:8px;position:relative;overflow:hidden}.add-card .img-wrap{position:relative}.add-card img{width:56px;height:56px;object-fit:cover;border-radius:8px;border:1px solid #eee}.add-card .t{font-weight:700;color:#1f1f1f;line-height:1.2}.add-card .strike{color:#8a8a8a;text-decoration:line-through;margin-right:6px;white-space:nowrap}.add-card .gratis{color:#8b5c2c;font-weight:800;white-space:nowrap}.add-card .overlay{display:none}@media(max-width:749px){.add-list{grid-template-columns:1fr 1fr}.add-card{grid-template-columns:1fr;padding:0}.add-card .img-wrap{width:100%}.add-card img{width:100%;height:auto;aspect-ratio:1/1;border-radius:12px;border:none}.add-card .info{display:none}.add-card .overlay{display:flex;position:absolute;left:6px;right:6px;bottom:6px;justify-content:center;gap:8px;background:#fffffff2;border-radius:8px;padding:3px 8px;font-size:12px;font-weight:800;color:#8b5c2c}}.bw-total{margin-top:6px;font-weight:800;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ship-badge{background:#8b5c2c;color:#fff;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800}.char-counter{position:absolute;bottom:8px;right:12px;font-size:12px;color:#888;pointer-events:none;background:#fff;padding:2px 6px;border-radius:8px;border:1px solid #eee}.msg-wrap{position:relative}@media(max-width:749px){.bundle-card{touch-action:pan-y}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/bundle-wizard.css.map */
