.dbp-bundle__wrap{display:grid;grid-template-columns:minmax(0,1fr) 32rem;gap:3.2rem;align-items:start;background:var(--dbp-bg, #fff);border:1px solid var(--dbp-line, #ECECEE);border-radius:var(--dbp-radius, 18px);box-shadow:var(--dbp-shadow, 0 10px 40px rgba(22, 24, 29, .07));padding:3.2rem}.dbp-section--soft .dbp-bundle__wrap{background:#fff}.dbp-bundle__items{display:flex;align-items:stretch;flex-wrap:wrap;gap:0}.dbp-bundle__plus{display:flex;align-items:center;justify-content:center;width:3.4rem;flex:0 0 3.4rem;color:var(--dbp-slate, #5A6172);font-size:2.4rem;font-weight:800;line-height:1;-webkit-user-select:none;user-select:none}.dbp-bundle__item{flex:1 1 0;min-width:15rem;position:relative;display:flex;flex-direction:column;gap:1.1rem;padding:1.4rem;border:2px solid var(--dbp-line, #ECECEE);border-radius:14px;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,opacity .16s ease;background:#fff}.dbp-bundle__item:hover{border-color:#d8d9dd}.dbp-bundle__item.is-on{border-color:var(--dbp-red, #BA0818)}.dbp-bundle__item.is-off{opacity:.45}.dbp-bundle__item.is-current{border-style:solid}.dbp-bundle__media{position:relative;aspect-ratio:1 / 1;border-radius:10px;background:#fff;border:1px solid var(--dbp-line, #ECECEE);overflow:hidden;display:flex;align-items:center;justify-content:center}.dbp-bundle__media img{width:100%;height:100%;object-fit:contain;padding:8%;display:block}.dbp-bundle__media--empty{color:#c9ccd3;font-size:1.2rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-align:center;padding:1rem}.dbp-bundle__check{position:absolute;opacity:0;pointer-events:none}.dbp-bundle__box{position:absolute;top:2.2rem;left:2.2rem;z-index:2;width:2.4rem;height:2.4rem;border-radius:7px;border:2px solid #cfd2d8;background:#fff;display:flex;align-items:center;justify-content:center;transition:background .16s ease,border-color .16s ease}.dbp-bundle__box svg{width:1.4rem;height:1.4rem;opacity:0;transition:opacity .16s ease;color:#fff}.dbp-bundle__item.is-on .dbp-bundle__box{background:var(--dbp-red, #BA0818);border-color:var(--dbp-red, #BA0818)}.dbp-bundle__item.is-on .dbp-bundle__box svg{opacity:1}.dbp-bundle__check:focus-visible+.dbp-bundle__box{outline:2px solid var(--dbp-ink, #16181D);outline-offset:2px}.dbp-bundle__tag{font-size:1.05rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--dbp-red, #BA0818)}.dbp-bundle__name{font-size:1.4rem;font-weight:700;line-height:1.35;color:var(--dbp-ink, #16181D);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.dbp-bundle__variant{font-size:1.25rem;color:var(--dbp-slate, #5A6172);margin-top:-.4rem}.dbp-bundle__price{margin-top:auto;font-size:1.6rem;font-weight:800;color:var(--dbp-ink, #16181D)}.dbp-bundle__price s{color:#9aa0ad;font-weight:600;font-size:1.3rem;margin-left:.6rem}.dbp-bundle__sold-out{font-size:1.2rem;font-weight:700;color:#9aa0ad;text-transform:uppercase;letter-spacing:.08em}.dbp-bundle__summary{border:1px solid var(--dbp-line, #ECECEE);border-radius:14px;background:var(--dbp-soft, #F7F5F5);padding:2.4rem;display:flex;flex-direction:column;gap:1.6rem;position:sticky;top:2rem}.dbp-bundle__count{font-size:1.3rem;font-weight:700;color:var(--dbp-slate, #5A6172)}.dbp-bundle__total-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.dbp-bundle__total-label{font-size:1.5rem;font-weight:700;color:var(--dbp-ink, #16181D)}.dbp-bundle__total{font-size:3rem;font-weight:800;letter-spacing:-.02em;color:var(--dbp-ink, #16181D)}.dbp-bundle__compare{font-size:1.4rem;color:#9aa0ad;text-decoration:line-through;text-decoration-thickness:2px;font-weight:600}.dbp-bundle__save{display:none;align-self:flex-start;background:var(--dbp-chip, #FCE7E9);color:var(--dbp-red, #BA0818);font-size:1.25rem;font-weight:800;letter-spacing:.04em;padding:.6rem 1.1rem;border-radius:8px}.dbp-bundle__save.is-shown{display:inline-block}.dbp-bundle__btn{width:100%;border:0;cursor:pointer;background:var(--dbp-red, #BA0818);color:#fff;font-family:inherit;font-size:1.55rem;font-weight:800;letter-spacing:-.01em;padding:1.6rem 2rem;border-radius:12px;transition:background .16s ease,opacity .16s ease;display:flex;align-items:center;justify-content:center;gap:1rem}.dbp-bundle__btn:hover:not(:disabled){background:var(--dbp-red-dark, #8E0512)}.dbp-bundle__btn:disabled{opacity:.5;cursor:not-allowed}.dbp-bundle__spin{display:none;width:1.7rem;height:1.7rem;flex:0 0 auto;animation:dbp-bundle-spin .7s linear infinite}.is-loading>.dbp-bundle__spin{display:block}@keyframes dbp-bundle-spin{to{transform:rotate(360deg)}}.dbp-bundle__note{font-size:1.25rem;line-height:1.5;color:var(--dbp-slate, #5A6172);text-align:center}.dbp-bundle__err{display:none;font-size:1.3rem;font-weight:600;color:var(--dbp-red, #BA0818);background:var(--dbp-chip, #FCE7E9);border-radius:8px;padding:1rem 1.2rem}.dbp-bundle__err.is-shown{display:block}@media screen and (max-width:989px){.dbp-bundle__wrap{grid-template-columns:minmax(0,1fr);gap:2.4rem;padding:2.4rem}.dbp-bundle__summary{position:static}}@media screen and (max-width:749px){.dbp-bundle__wrap{padding:1.6rem;border-radius:14px}.dbp-bundle__items{flex-direction:column}.dbp-bundle__item{flex:1 1 auto;width:100%;flex-direction:row;align-items:center;gap:1.4rem}.dbp-bundle__media{width:8.4rem;flex:0 0 8.4rem;aspect-ratio:1 / 1}.dbp-bundle__body{display:flex;flex-direction:column;gap:.5rem;min-width:0;flex:1}.dbp-bundle__price{margin-top:.3rem}.dbp-bundle__box{top:50%;left:auto;right:1.4rem;transform:translateY(-50%)}.dbp-bundle__name{-webkit-line-clamp:2;padding-right:3rem}.dbp-bundle__plus{width:auto;flex:1 1 auto;height:2.6rem}}.dbp-bundle--compact{display:block;border:1px solid var(--dbp-line, #ECECEE);border-radius:14px;background:#fff;padding:1.4rem;margin:0 0 1.6rem;container-type:inline-size}.dbp-bundle__inline-head{font-size:1.1rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--dbp-red, #BA0818);margin:0 0 1rem}.dbp-bundle--compact .dbp-bundle__items{display:flex;flex-direction:row;align-items:stretch;flex-wrap:nowrap;gap:0}.dbp-bundle--compact .dbp-bundle__item{flex:1 1 0;min-width:0;width:auto;flex-direction:column;align-items:stretch;gap:.6rem;padding:.8rem;border-width:2px;border-radius:11px}.dbp-bundle--compact .dbp-bundle__media{width:100%;flex:0 0 auto;aspect-ratio:1 / 1;border-radius:8px}.dbp-bundle--compact .dbp-bundle__media img{padding:6%}.dbp-bundle--compact .dbp-bundle__body{display:flex;flex-direction:column;gap:.2rem;min-width:0;padding:0}.dbp-bundle--compact .dbp-bundle__box{top:1.4rem;right:1.4rem;left:auto;transform:none;width:1.9rem;height:1.9rem;border-radius:6px;box-shadow:0 1px 4px #16181d1f}.dbp-bundle--compact .dbp-bundle__box svg{width:1.1rem;height:1.1rem}.dbp-bundle--compact .dbp-bundle__tag{font-size:.95rem;letter-spacing:.1em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dbp-bundle--compact .dbp-bundle__name{font-size:1.15rem;line-height:1.3;font-weight:700;-webkit-line-clamp:2}.dbp-bundle--compact .dbp-bundle__variant{display:none}.dbp-bundle--compact .dbp-bundle__price{margin-top:.1rem;font-size:1.35rem;font-weight:800}.dbp-bundle--compact .dbp-bundle__price s{display:none}.dbp-bundle--compact .dbp-bundle__sold-out{font-size:1rem}.dbp-bundle--compact .dbp-bundle__plus{flex:0 0 1.6rem;width:1.6rem;height:auto;align-self:center;font-size:1.4rem;font-weight:800;color:#c6c9d0}.dbp-bundle__inline-foot{margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid var(--dbp-line, #ECECEE);display:flex;flex-direction:column;gap:1rem}.dbp-bundle__inline-foot .dbp-bundle__total-row{align-items:baseline}.dbp-bundle__inline-foot .dbp-bundle__total{font-size:2rem}.dbp-bundle__inline-foot .dbp-bundle__count{font-size:1.2rem}.dbp-bundle__btn--ghost{background:#fff;color:var(--dbp-red, #BA0818);border:2px solid var(--dbp-red, #BA0818);padding:1.2rem 1.4rem;font-size:1.4rem}.dbp-bundle__btn--ghost:hover:not(:disabled){background:var(--dbp-chip, #FCE7E9)}.dbp-bundle__btn--ghost:disabled{border-color:#cfd2d8;color:#9aa0ad}@container (max-width: 340px){.dbp-bundle--compact .dbp-bundle__tag{display:none}.dbp-bundle--compact .dbp-bundle__name{font-size:1.05rem;-webkit-line-clamp:2}.dbp-bundle--compact .dbp-bundle__item{padding:.6rem;gap:.45rem}.dbp-bundle--compact .dbp-bundle__box{top:1.1rem;right:1.1rem;width:1.7rem;height:1.7rem}}@container (max-width: 260px){.dbp-bundle--compact .dbp-bundle__name{display:none}}.dbp-spot__atc .dbp-bundle__item[hidden]{display:none!important}.dbp-spot__actions{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.dbp-spot__atc-btn{border:0;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:1rem}.dbp-spot__atc-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.dbp-spot__link{font-size:1.45rem;font-weight:700;color:var(--dbp-slate, #5A6172);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.dbp-spot__link:hover{color:var(--dbp-red, #BA0818)}.dbp-spot__atc .dbp-bundle__err{margin-bottom:1.4rem}@media screen and (max-width:749px){.dbp-spot__actions{gap:1.4rem}.dbp-spot__atc-btn{width:100%;justify-content:center}.dbp-spot__link{width:100%;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/dbp-bundle.css.map */
