.bundle-upsell{--bundle-accent: #5a7a5c;--bundle-accent-hover: #4A684C;--bundle-text: #2c3e2d;--bundle-text-muted: #6b7d6c;--bundle-bg: #f7f7f5;--bundle-radius: 12px;max-width:960px;margin:0 auto;padding:32px 16px 60px}.bundle-upsell__header{text-align:center;margin-bottom:12px}.bundle-upsell__title{font-size:28px;font-weight:700;color:var(--bundle-text);margin:0 0 8px;line-height:1.3}.bundle-upsell__subtitle{font-size:16px;color:var(--bundle-text-muted);margin:0}.bundle-upsell__grid{display:grid;grid-template-columns:1fr;gap:24px}@media screen and (min-width:750px){.bundle-upsell{padding:48px 24px 80px}.bundle-upsell__title{font-size:36px}.bundle-upsell__grid{grid-template-columns:repeat(2,1fr);gap:28px}}.bundle-upsell__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:16px;grid-column:1 / -1}.bundle-upsell__loading p{font-size:16px;color:var(--bundle-text-muted);margin:0}.bundle-upsell__spinner{width:36px;height:36px;border:3px solid #e8e6e2;border-top-color:var(--bundle-accent);border-radius:50%;animation:bundle-spin .8s linear infinite}@keyframes bundle-spin{to{transform:rotate(360deg)}}.bundle-card{background:#fff;border-radius:var(--bundle-radius);overflow:hidden;border:1px solid #e8e6e2;transition:box-shadow .2s}.bundle-card:hover{box-shadow:0 4px 16px #00000014}.bundle-card__badge{position:absolute;top:0;left:0;z-index:2;display:inline-block;background:var(--bundle-accent);color:#fff;font-size:16px;font-weight:700;padding:4px 12px;border-radius:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.bundle-card__gallery{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#f5f3f0}.bundle-card__images{width:100%;height:100%;position:relative}.bundle-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .3s ease;pointer-events:none}.bundle-card__image--active{opacity:1;pointer-events:auto}.bundle-card__gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:1;width:36px;height:36px;border-radius:50%;background:#ffffffd9;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0000001f;transition:opacity .2s,background .2s;color:var(--bundle-text)}.bundle-card__gallery-arrow:hover{background:#fff}.bundle-card__gallery-arrow:disabled{opacity:0;pointer-events:none}.bundle-card__gallery-arrow--prev{left:8px}.bundle-card__gallery-arrow--next{right:8px}.bundle-card__gallery-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);z-index:1;display:flex;gap:6px}.bundle-card__gallery-dot{width:7px;height:7px;border-radius:50%;background:#ffffff80;transition:background .2s}.bundle-card__gallery-dot--active{background:#fff;box-shadow:0 0 2px #0000004d}.bundle-card__body{padding:20px}.bundle-card__title{font-size:18px;font-weight:600;color:var(--bundle-text);margin:0 0 8px}.bundle-card__price-row{display:flex;align-items:center;gap:8px;margin-bottom:16px}.bundle-card__price{font-size:20px;font-weight:700;color:var(--bundle-text)}.bundle-card__compare-price{font-size:16px;color:var(--bundle-text-muted);text-decoration:line-through}.bundle-card__variant-group{margin-bottom:16px}.bundle-card__variant-label{display:block;font-size:16px;font-weight:600;color:var(--bundle-text);margin-bottom:6px}.bundle-card__variant-select{width:100%;padding:10px 36px 10px 14px;border:2px solid #e8e6e2;border-radius:8px;font-size:16px;font-family:inherit;color:var(--bundle-text);background:#fff;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%232c3e2d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.bundle-card__variant-select:focus{outline:none;border-color:var(--bundle-accent)}.bundle-photo-selector__label{font-size:16px;font-weight:600;color:var(--bundle-text);margin:0 0 8px}.bundle-photo-selector__grid{display:flex;gap:12px;flex-wrap:wrap}.bundle-photo-selector__option{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;-webkit-tap-highlight-color:transparent}.bundle-photo-selector__radio{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.bundle-photo-selector__img{width:72px;height:72px;object-fit:cover;border-radius:50%;border:3px solid transparent;transition:border-color .2s}.bundle-photo-selector__radio:checked+.bundle-photo-selector__img{border-color:var(--bundle-accent);box-shadow:0 0 0 2px var(--bundle-accent)}.bundle-photo-selector__name{font-size:16px;font-weight:500;color:var(--bundle-text-muted);max-width:80px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-upsell-photo-selector][hidden]{display:none}[data-upsell-photo-selector]{margin-bottom:16px}.bundle-card__btn{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 38px;background:var(--color-primary-button-background, #5a7a5c);color:var(--color-primary-button-text, #fff);border:none;border-radius:var(--style-border-radius-buttons-primary);font-family:var(--button-font-family-primary, inherit);font-size:18px;font-weight:700;cursor:pointer;text-decoration:none;transition:background .2s,transform .1s}.bundle-card__btn:hover{background:var(--color-primary-button-hover-background, #4A684C)}.bundle-card__btn:active{transform:scale(.98)}.bundle-card__btn:disabled{opacity:.6;cursor:not-allowed}.bundle-card__btn--added{background:#2d8a4e}.bundle-upsell__actions{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:40px;text-align:center}.bundle-upsell__checkout-btn{display:inline-flex;align-items:center;justify-content:center;min-width:280px;padding:10px 38px;margin-bottom:32px;background:var(--color-primary-button-background, #5a7a5c);color:var(--color-primary-button-text, #fff);border:none;border-radius:var(--style-border-radius-buttons-primary);font-family:var(--button-font-family-primary, inherit);font-size:18px;font-weight:700;cursor:pointer;text-decoration:none;transition:background .2s}.bundle-upsell__checkout-btn:hover{background:var(--color-primary-button-hover-background, #4A684C);color:var(--color-primary-button-text, #fff)}.bundle-upsell__continue{font-size:16px;color:var(--bundle-text-muted);text-decoration:underline;text-underline-offset:2px}.bundle-upsell__continue:hover{color:var(--bundle-text)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bundle-upsell.css.map */
