.karu-bundle-widget{width:100%;box-sizing:border-box;padding-top:var(--bundle-pad-top, 20px);padding-bottom:var(--bundle-pad-bottom, 20px)}@media screen and (max-width:749px){.karu-bundle-widget{padding-top:var(--bundle-pad-top-mobile, 16px);padding-bottom:var(--bundle-pad-bottom-mobile, 16px)}}.karu-bundle-container{background-color:var(--bundle-card-bg, #ffffff);border:var(--bundle-border-width, 1px) solid var(--bundle-card-border, #e8e4dc);border-radius:var(--bundle-radius, 14px);padding:20px;box-sizing:border-box;transition:box-shadow .25s ease}.karu-bundle--shadow-subtle{box-shadow:0 4px 20px -2px #1c19170f}.karu-bundle--shadow-elevated{box-shadow:0 10px 30px -4px #1c19171a}.karu-bundle-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.karu-bundle-header-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.karu-bundle-heading{margin:0;font-family:var(--font-heading--family, inherit);font-size:1.125rem;font-weight:600;line-height:1.3;color:var(--bundle-heading-color, #1c1917)}.karu-bundle-badge{display:inline-flex;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:600;line-height:1;border-radius:9999px;background-color:var(--bundle-badge-bg, #fef3c7);color:var(--bundle-badge-text, #92400e)}.karu-bundle-subheading{margin:-6px 0 14px;font-size:.875rem;line-height:1.4;color:var(--bundle-text-color, #44403c)}.karu-bundle-savings-pill{display:inline-flex;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:700;line-height:1;border-radius:9999px;background-color:var(--bundle-savings-bg, #ecfdf5);color:var(--bundle-savings-text, #065f46);white-space:nowrap}.karu-bundle-preset--fbt_row .karu-bundle-flow{display:flex;align-items:stretch;gap:var(--bundle-gap, 16px);margin-bottom:20px}.karu-bundle-preset--fbt_row .karu-bundle-flow .karu-bundle-item{flex:1 1 0;min-width:0}@media screen and (max-width:749px){.karu-bundle-preset--fbt_row .karu-bundle-flow{flex-direction:column;gap:var(--bundle-gap-mobile, 12px)}}.karu-bundle-divider{display:flex;align-items:center;justify-content:center;align-self:center;flex-shrink:0}.karu-bundle-plus-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:#f5f5f4;border:1px solid #e7e5e4;color:#78716c;font-size:1rem;font-weight:600;line-height:1}@media screen and (max-width:749px){.karu-bundle-divider{padding:2px 0}}.karu-bundle-preset--modern_cards .karu-bundle-flow{display:grid;grid-template-columns:repeat(var(--bundle-cols, 2),1fr);gap:var(--bundle-gap, 16px);margin-bottom:20px}.karu-bundle-preset--modern_cards .karu-bundle-divider{display:none}@media screen and (max-width:749px){.karu-bundle-preset--modern_cards .karu-bundle-flow{grid-template-columns:repeat(var(--bundle-cols-mobile, 1),1fr);gap:var(--bundle-gap-mobile, 12px)}}.karu-bundle-preset--compact_list .karu-bundle-flow{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.karu-bundle-preset--compact_list .karu-bundle-divider{display:none}.karu-bundle-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid var(--bundle-card-border, #e8e4dc);border-radius:var(--bundle-item-radius, 10px);background-color:#fff;position:relative;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;box-sizing:border-box}.karu-bundle-item.is-selected{border-color:var(--bundle-btn-bg, #8c5936);background-color:#faf9f7;box-shadow:0 0 0 1px var(--bundle-btn-bg, #8c5936)}.karu-bundle-item-check{display:flex;align-items:center;padding-top:2px;flex-shrink:0}.karu-bundle-checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--bundle-btn-bg, #8c5936);margin:0}.karu-bundle-item.is-primary .karu-bundle-checkbox{cursor:default}.karu-bundle-item-media{width:var(--bundle-thumb-size, 76px);height:var(--bundle-thumb-size, 76px);flex-shrink:0;border-radius:6px;overflow:hidden;background-color:#f5f5f4;border:1px solid rgba(0,0,0,.06)}@media screen and (max-width:749px){.karu-bundle-item-media{width:var(--bundle-thumb-size-mobile, 64px);height:var(--bundle-thumb-size-mobile, 64px)}}.karu-bundle-thumb{width:100%;height:100%;object-fit:cover;display:block}.karu-bundle-thumb-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f5f5f4,#e7e5e4)}.karu-bundle-item-details{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:3px}.karu-bundle-item-tag{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#78716c}.karu-bundle-item.is-primary .karu-bundle-item-tag{color:var(--bundle-btn-bg, #8c5936)}.karu-bundle-item-title{font-size:.875rem;font-weight:600;line-height:1.3;color:var(--bundle-heading-color, #1c1917);text-decoration:none;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0}a.karu-bundle-item-title:hover{text-decoration:underline}.karu-bundle-item-variant{font-size:.75rem;color:#78716c;line-height:1.2}.karu-bundle-variant-picker{margin-top:4px}.karu-bundle-variant-select{width:100%;max-width:200px;font-size:.8125rem;padding:5px 8px;border-radius:6px;border:1px solid #d6d3d1;background-color:#fff;color:#1c1917;cursor:pointer}.karu-bundle-variant-select:focus{outline:none;border-color:var(--bundle-btn-bg, #8c5936)}.karu-bundle-item-price-row{margin-top:2px}.karu-bundle-item-price{font-size:.875rem;font-weight:700;color:var(--bundle-heading-color, #1c1917)}.karu-bundle-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:16px;border-top:1px solid var(--bundle-card-border, #e8e4dc)}.karu-bundle-summary{display:flex;flex-direction:column;gap:2px}.karu-bundle-total-row{display:flex;align-items:baseline;gap:8px}.karu-bundle-total-label{font-size:.875rem;font-weight:500;color:var(--bundle-text-color, #44403c)}.karu-bundle-compare-price{font-size:.875rem;color:#a8a29e;text-decoration:line-through}.karu-bundle-final-price{font-size:1.25rem;font-weight:700;color:var(--bundle-heading-color, #1c1917)}.karu-bundle-savings-note{font-size:.75rem;font-weight:500;color:#059669}.karu-bundle-action{flex-shrink:0}@media screen and (max-width:520px){.karu-bundle-footer{flex-direction:column;align-items:stretch}.karu-bundle-action,.karu-bundle-submit-button{width:100%}}.karu-bundle-submit-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 24px;border-radius:var(--bundle-radius, 14px);background-color:var(--bundle-btn-bg, #8c5936);color:var(--bundle-btn-text, #ffffff);border:none;font-size:.9375rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #00000014;transition:background-color .2s ease,transform .1s ease,box-shadow .2s ease}.karu-bundle-submit-button:hover{background-color:var(--bundle-btn-hover-bg, #704428);transform:translateY(-1px);box-shadow:0 4px 12px #8c593640}.karu-bundle-submit-button:active{transform:translateY(0)}.karu-bundle-submit-button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.karu-bundle-btn-icon{display:flex;align-items:center;justify-content:center}.karu-bundle-btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:karu-spin .7s linear infinite}@keyframes karu-spin{to{transform:rotate(360deg)}}.karu-bundle-message{margin-top:12px;padding:10px 14px;border-radius:8px;font-size:.875rem;line-height:1.4}.karu-bundle-message.is-success{background-color:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.karu-bundle-message.is-error{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}.karu-bundle-editor-notice{padding:16px;background-color:#fafaf9;border-radius:8px;border:1px dashed #d6d3d1;text-align:center}.karu-bundle-notice-text{margin:0;font-size:.875rem;color:#78716c}.karu-bundle-price-note{font-size:.75em;font-weight:400;opacity:.7;margin-inline-start:.25em;white-space:nowrap}.karu-pdp-price{display:inline-flex;align-items:baseline;gap:.35em;margin:0;font-family:inherit;color:inherit}.karu-pdp-price[hidden]{display:none}.karu-pdp-price--center{justify-content:center;text-align:center}.karu-pdp-price__final{color:#059669;font-weight:600}
/*# sourceMappingURL=/cdn/shop/t/12/assets/bundle-widget.css.map */
