
/* /fd_product_bundle/static/src/scss/product_bundle.scss */
 .fd-bundle-card{background: var(--fd-paper, #fff); border: 1px solid var(--fd-line, #e6e8df); border-radius: var(--fd-radius-card, 12px); overflow: hidden; margin-top: 16px;}.fd-bundle-card[data-bundle-id]{position: relative;}.fd-bundle-header{display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: var(--fd-ink, #0a0b0d); color: #fff; gap: 12px;}.fd-bundle-title{margin: 0; font-family: var(--fd-display-font, "Inter"), sans-serif; font-weight: 700; font-size: 14px; letter-spacing: var(--fd-display-tracking, 0.08em); text-transform: uppercase; color: #fff;}.fd-bundle-save-badge{background: var(--fd-red, #e22718); color: #fff; font-family: var(--fd-display-font, "Inter"), sans-serif; font-weight: 700; font-size: 11px; padding: 3px 8px; letter-spacing: 0.06em; border-radius: var(--fd-radius-pill, 999px); text-transform: uppercase; white-space: nowrap;}.fd-bundle-subtitle{padding: 10px 18px; background: var(--fd-surface, #f6f7f4); border-bottom: 1px solid var(--fd-line, #e6e8df); font-family: var(--fd-display-font, "Inter"), sans-serif; font-weight: 600; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fd-ink-2, #5a6271);}.fd-bundle-subtitle b{color: var(--fd-ink, #0a0b0d); font-weight: 800;}.fd-bundle-items{list-style: none; padding: 14px 18px; margin: 0;}.fd-bundle-item{display: flex; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px dashed var(--fd-line, #e6e8df);}.fd-bundle-item:last-child{border-bottom: 0;}.fd-bundle-check{flex: 0 0 18px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;}.fd-bundle-check[data-disabled="1"]{cursor: not-allowed; opacity: 0.6;}.fd-bundle-check .fd-bundle-check-input{position: absolute; opacity: 0; pointer-events: none;}.fd-bundle-check .fd-bundle-check-box{width: 18px; height: 18px; border: 1.5px solid var(--fd-ink, #0a0b0d); background: var(--fd-paper, #fff); display: grid; place-items: center; position: relative; transition: background 0.15s, border-color 0.15s;}.fd-bundle-check .fd-bundle-check-box::after{content: ""; width: 10px; height: 6px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg) translate(1px, -2px); opacity: 0;}.fd-bundle-check .fd-bundle-check-input:checked + .fd-bundle-check-box{background: var(--fd-ink, #0a0b0d); border-color: var(--fd-ink, #0a0b0d);}.fd-bundle-check .fd-bundle-check-input:checked + .fd-bundle-check-box::after{opacity: 1;}.fd-bundle-thumb{flex: 0 0 42px; width: 42px; height: 42px; background: var(--fd-surface, #f6f7f4); overflow: hidden; border-radius: 6px; display: block;}.fd-bundle-thumb img{width: 100%; height: 100%; object-fit: cover;}.fd-bundle-item-info{flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px;}.fd-bundle-item-name{font-family: var(--fd-display-font, "Inter"), sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.02em; text-transform: uppercase; line-height: 1.15; color: var(--fd-ink, #0a0b0d); text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}.fd-bundle-item-name:hover{color: var(--fd-red, #e22718);}.fd-bundle-item-qty{font-size: 11px; color: var(--fd-ink-3, #8a8f9a); font-weight: 500;}.fd-bundle-item-price{font-family: var(--fd-display-font, "Inter"), sans-serif; font-weight: 800; font-size: 14px; text-align: right; color: var(--fd-ink, #0a0b0d); flex: 0 0 auto;}.fd-bundle-totals{padding: 14px 18px; border-top: 1px solid var(--fd-line, #e6e8df); background: var(--fd-surface, #f6f7f4);}.fd-bundle-row{display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 4px; font-size: 12.5px; color: var(--fd-ink-2, #5a6271);}.fd-bundle-row-strike{text-decoration: line-through; color: var(--fd-ink-3, #8a8f9a);}.fd-bundle-row-save{color: var(--fd-red, #e22718); font-weight: 600;}.fd-bundle-grand{display: flex; justify-content: space-between; align-items: baseline; margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--fd-line, #e6e8df);}.fd-bundle-grand-label{font-family: var(--fd-display-font, "Inter"), sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fd-ink, #0a0b0d);}.fd-bundle-grand-value{font-family: var(--fd-display-font, "Inter"), sans-serif; font-weight: 800; font-size: 22px; color: var(--fd-ink, #0a0b0d);}.fd-bundle-cta{padding: 0 18px 18px;}.fd-bundle-add-btn{width: 100%; height: 48px; background: var(--fd-red, #e22718); color: #fff; border: 0; font-family: var(--fd-display-font, "Inter"), sans-serif; font-weight: 700; font-size: 13px; letter-spacing: var(--fd-display-tracking, 0.08em); text-transform: uppercase; border-radius: var(--fd-radius-cta, 8px); transition: background 0.15s; cursor: pointer;}.fd-bundle-add-btn:hover{background: var(--fd-red-dark, #b91c14);}.fd-bundle-add-btn:disabled{opacity: 0.5; cursor: not-allowed;}