.bundle-selector{display:block;background:#b9e2ff;border:3px solid #000000;border-radius:20px;padding:20px;margin-top:15px;margin-bottom:25px;position:relative}.bundle-selector__title{font-family:var(--font-heading-family, "Londrina Solid", sans-serif);font-size:24px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#1a1a1a;margin:0 0 8px}.bundle-selector__subheading{font-family:var(--font-body-family, "Nunito", sans-serif);font-size:1.5rem;letter-spacing:.06rem;line-height:calc(1 + .8 / var(--font-body-scale, 1));color:#1a1a1a;margin:0 0 8px}.bundle-selector__sub-label{display:inline-block;font-family:Nunito,sans-serif;font-size:11px;font-weight:600;background:#0000001a;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.03em;color:#1a1a1a;margin-bottom:16px}.bundle-options{display:flex;flex-direction:column;gap:12px}.bundle-option{position:relative;background:#ffec3e;border:3px solid #000000;border-radius:16px;padding:14px 18px;box-shadow:4px 4px #000;cursor:pointer;transition:all .15s ease;width:100%;text-align:left}.bundle-option:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.bundle-option:active{transform:translate(0);box-shadow:4px 4px #000}.bundle-option__badge{position:absolute;top:-10px;left:16px;background:#8b7fc7;color:#fff;font-family:var(--font-heading-family, "Londrina Solid", sans-serif);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:5px 14px;border-radius:20px;border:2px solid #000000;white-space:nowrap;z-index:1;margin:0}.bundle-option__content{display:flex;justify-content:space-between;align-items:center;gap:12px}.bundle-option__info{display:flex;flex-direction:column;gap:2px;flex:1}.bundle-option__label{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.bundle-option__label-text{font-family:var(--font-heading-family, "Londrina Solid", sans-serif);font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#1a1a1a;line-height:1}.bundle-option__benefit{display:inline-flex;align-items:center;font-family:var(--font-body-family, "Nunito", sans-serif);font-size:11px;font-weight:800;text-transform:uppercase;color:#fff;background:#8b7fc7;padding:6px 12px;border-radius:20px;line-height:1}.bundle-option__caption{font-family:var(--font-body-family, "Nunito", sans-serif);font-size:13px;font-weight:600;color:#555}.bundle-option__right{display:flex;align-items:center;gap:12px}.bundle-option__pricing{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.bundle-option__price{font-family:var(--font-body-family, "Nunito", sans-serif);font-size:20px;font-weight:800;color:#8b7fc7;line-height:1}.bundle-option__compare-price{font-family:var(--font-body-family, "Nunito", sans-serif);font-size:13px;font-weight:600;color:#888;text-decoration:line-through;line-height:1}.bundle-option__plus{width:40px;height:40px;min-width:40px;background:#fff;border:3px solid #000000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#8b7fc7;transition:all .15s ease}.bundle-option:hover .bundle-option__plus{background:#8b7fc7;color:#fff}.bundle-option__plus svg{width:20px;height:20px}.bundle-selector__gif-badge{display:flex;justify-content:center;align-items:flex-end;margin:16px -20px -20px}.bundle-selector__gif-badge-inner{display:flex;align-items:flex-end;gap:8px}.bundle-selector__gif-image{width:60px;height:auto}.bundle-selector__gif-text{font-family:Londrina Solid,cursive,sans-serif;font-size:24px;font-weight:400;color:#000;text-transform:uppercase;letter-spacing:.5px;line-height:1;padding-bottom:10px}.bundle-selector__loading{position:fixed;top:0;left:0;width:100%;height:100%;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;z-index:999999}.bundle-selector__spinner{width:40px;height:40px;border:4px solid #E0E0E0;border-top-color:#8b7fc7;border-radius:50%;animation:bundle-spin .8s linear infinite}@keyframes bundle-spin{to{transform:rotate(360deg)}}.bundle-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;visibility:hidden;pointer-events:none}.bundle-modal.is-open{visibility:visible;pointer-events:auto}.bundle-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;opacity:0;transition:opacity .25s ease}.bundle-modal.is-open .bundle-modal__backdrop{opacity:1}.bundle-modal__container{position:absolute;top:50%;left:50%;transform:translate(-50%,-48%);width:90%;max-width:600px;max-height:85vh;background:#fff;border:3px solid #000000;border-radius:24px;display:flex;flex-direction:column;overflow:hidden;opacity:0;transition:opacity .25s ease,transform .25s ease}.bundle-modal.is-open .bundle-modal__container{opacity:1;transform:translate(-50%,-50%)}.bundle-modal__header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:3px solid #000000;background:#ffec3e}.bundle-modal__title{font-family:var(--font-heading-family, "Londrina Solid", sans-serif);font-size:22px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin:0;color:#000}.bundle-modal__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #000000;border-radius:50%;cursor:pointer;transition:transform .15s ease;padding:0}.bundle-modal__close:hover{transform:scale(1.1)}.bundle-modal__selected-count{background:#f5f3ff;padding:10px 24px;font-family:var(--font-body-family, "Nunito", sans-serif);font-size:14px;font-weight:700;color:#8b7fc7;border-bottom:2px solid #E0E0E0;text-align:center}.bundle-modal__body{flex:1;overflow-y:auto;padding:20px}.bundle-modal__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media screen and (min-width:750px){.bundle-modal__container{max-width:720px;max-height:75vh}.bundle-modal__grid{grid-template-columns:repeat(3,1fr);gap:12px}.bundle-modal__product{padding:10px}.bundle-modal__product-image{margin-bottom:8px}.bundle-modal__product-title{font-size:12px;margin-bottom:4px}.bundle-modal__product-price{font-size:13px}.bundle-modal__current-badge{font-size:9px;padding:3px 8px}.bundle-modal__variants-badge{font-size:9px;padding:4px 8px}.bundle-modal__select-count{width:24px;height:24px;font-size:12px}}.bundle-modal__product{background:#fff;border:3px solid #E0E0E0;border-radius:16px;padding:12px;cursor:pointer;transition:all .15s ease;text-align:center;position:relative}.bundle-modal__product:hover{border-color:#8b7fc7;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.bundle-modal__product.is-selected{border:4px solid #8B7FC7;background:#f5f3ff;box-shadow:0 0 0 4px #8b7fc74d,0 4px 12px #8b7fc733;transform:scale(1.02)}.bundle-modal__select-count{position:absolute;top:-10px;right:-10px;width:28px;height:28px;background:#8b7fc7;color:#fff;font-family:var(--font-body-family, "Nunito", sans-serif);font-size:14px;font-weight:800;border:3px solid #000000;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2}.bundle-modal__product--current{border-color:#8b7fc7;background:linear-gradient(135deg,#f5f3ff,#fff)}.bundle-modal__current-badge{position:absolute;top:-8px;left:50%;transform:translate(-50%);background:#8b7fc7;color:#fff;font-family:var(--font-heading-family, "Londrina Solid", sans-serif);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;border-radius:20px;white-space:nowrap;border:2px solid #000000}.bundle-modal__product-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px;border:2px solid #E0E0E0;margin-bottom:10px;background:#f8f8f8}.bundle-modal__product.is-selected .bundle-modal__product-image{border-color:#8b7fc7}.bundle-modal__product-title{font-family:var(--font-body-family, "Nunito", sans-serif);font-size:13px;font-weight:700;color:#1a1a1a;margin:0 0 6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-modal__product-price{font-family:var(--font-body-family, "Nunito", sans-serif);font-size:15px;font-weight:800;color:#8b7fc7;margin:0}.bundle-modal__footer{display:flex;gap:10px;padding:16px 24px;border-top:3px solid #000000;background:#f8f8f8}.bundle-modal__clear{flex:0 0 auto;min-width:70px;padding:14px 16px;font-family:var(--font-heading-family, "Londrina Solid", sans-serif);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff;background-color:#8b7fc7;border:2px solid #000000;border-radius:50px;box-shadow:2px 2px #000;cursor:pointer;transition:all .15s ease}.bundle-modal__clear:hover{background-color:#7a6db8;transform:translate(-1px,-1px);box-shadow:3px 3px #000}.bundle-modal__confirm{display:flex;align-items:center;justify-content:center;flex:1;padding:14px 24px;font-family:var(--font-heading-family, "Londrina Solid", sans-serif);font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#000;background-color:#ffec3e;border:3px solid #000000;border-radius:50px;box-shadow:4px 4px #000;cursor:pointer;transition:all .15s ease}.bundle-modal__confirm:hover:not(:disabled){background-color:#ffe500;transform:translate(-2px,-2px);box-shadow:6px 6px #000}.bundle-modal__confirm:disabled{opacity:.5;cursor:not-allowed}.bundle-modal__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.bundle-modal__spinner{width:40px;height:40px;border:4px solid #E0E0E0;border-top-color:#8b7fc7;border-radius:50%;animation:bundle-spin .8s linear infinite}.bundle-modal__variants-badge{position:absolute;bottom:8px;left:50%;transform:translate(-50%);background:#ffec3e;color:#000;font-family:var(--font-body-family, "Nunito", sans-serif);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;padding:5px 10px;border-radius:20px;border:2px solid #000000;white-space:nowrap;z-index:2}.bundle-modal__product.has-variants{cursor:pointer}.bundle-modal__product.has-variants:hover .bundle-modal__variants-badge{background:#8b7fc7;color:#fff}.variant-sheet{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999;visibility:hidden;pointer-events:none}.variant-sheet.is-open{visibility:visible;pointer-events:auto}.variant-sheet__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;transition:opacity .3s ease}.variant-sheet.is-open .variant-sheet__backdrop{opacity:1}.variant-sheet__container{position:absolute;bottom:0;left:0;right:0;background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;border:3px solid #000000;border-bottom:none;max-height:70vh;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,.72,0,1)}.variant-sheet.is-open .variant-sheet__container{transform:translateY(0)}.variant-sheet__handle{width:40px;height:5px;background:#e0e0e0;border-radius:3px;margin:12px auto 8px}.variant-sheet__header{display:flex;align-items:center;gap:14px;padding:12px 20px 16px;border-bottom:2px solid #E0E0E0}.variant-sheet__image{width:60px;height:60px;object-fit:cover;border-radius:12px;border:2px solid #E0E0E0}.variant-sheet__info{flex:1}.variant-sheet__title{font-family:var(--font-heading-family, "Londrina Solid", sans-serif);font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#1a1a1a;margin:0 0 4px}.variant-sheet__product-name{font-family:var(--font-body-family, "Nunito", sans-serif);font-size:13px;font-weight:600;color:#666;margin:0}.variant-sheet__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border:2px solid #000000;border-radius:50%;cursor:pointer;transition:transform .15s ease;padding:0}.variant-sheet__close:hover{transform:scale(1.1);background:#e0e0e0}.variant-sheet__options{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:10px}.variant-sheet__option{display:flex;align-items:center;gap:14px;padding:12px 14px;background:#fff;border:3px solid #E0E0E0;border-radius:14px;cursor:pointer;transition:all .15s ease;text-align:left;width:100%}.variant-sheet__option:hover{border-color:#8b7fc7;background:#f9f8ff}.variant-sheet__option.is-selected{border-color:#8b7fc7;background:#f5f3ff;box-shadow:0 0 0 3px #8b7fc733}.variant-sheet__option-image{width:50px;height:50px;object-fit:cover;border-radius:10px;border:2px solid #E0E0E0}.variant-sheet__option.is-selected .variant-sheet__option-image{border-color:#8b7fc7}.variant-sheet__option-info{flex:1;display:flex;flex-direction:column;gap:2px}.variant-sheet__option-title{font-family:var(--font-body-family, "Nunito", sans-serif);font-size:14px;font-weight:700;color:#1a1a1a}.variant-sheet__option-price{font-family:var(--font-body-family, "Nunito", sans-serif);font-size:13px;font-weight:600;color:#8b7fc7}.variant-sheet__option-check{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#e0e0e0;border-radius:50%;color:transparent;transition:all .15s ease}.variant-sheet__option.is-selected .variant-sheet__option-check{background:#8b7fc7;color:#fff}.variant-sheet__footer{padding:16px 20px 24px;border-top:2px solid #E0E0E0;background:#f8f8f8}.variant-sheet__confirm{width:100%;padding:14px 24px;font-family:var(--font-heading-family, "Londrina Solid", sans-serif);font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#000;background-color:#ffec3e;border:3px solid #000000;border-radius:50px;box-shadow:4px 4px #000;cursor:pointer;transition:all .15s ease}.variant-sheet__confirm:hover:not(:disabled){background-color:#ffe500;transform:translate(-2px,-2px);box-shadow:6px 6px #000}.variant-sheet__confirm:disabled{opacity:.5;cursor:not-allowed}.bundle-modal__divider{display:flex;align-items:center;gap:16px;margin:24px 0;padding:0 8px}.bundle-modal__divider:before,.bundle-modal__divider:after{content:"";flex:1;height:2px;background:linear-gradient(90deg,transparent 0%,#E0E0E0 20%,#E0E0E0 80%,transparent 100%)}.bundle-modal__divider:before{background:linear-gradient(90deg,transparent 0%,#E0E0E0 100%)}.bundle-modal__divider:after{background:linear-gradient(90deg,#E0E0E0 0%,transparent 100%)}.bundle-modal__divider-label{font-family:var(--font-heading-family, "Londrina Solid", sans-serif);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#555;white-space:nowrap;padding:0 4px}@media screen and (max-width:749px){.bundle-selector{padding:16px;border-radius:16px}.bundle-selector__title{font-size:20px}.bundle-options{gap:10px}.bundle-option{padding:12px 14px}.bundle-option__label-text{font-size:17px}.bundle-option__benefit{font-size:10px;padding:5px 10px}.bundle-option__price{font-size:18px}.bundle-option__compare-price{font-size:12px}.bundle-option__plus{width:36px;height:36px;min-width:36px}.bundle-option__plus svg{width:18px;height:18px}.bundle-modal__container{width:95%;max-height:90vh;border-radius:20px}.bundle-modal__header{padding:14px 18px}.bundle-modal__title{font-size:18px}.bundle-modal__selected-count{padding:8px 18px;font-size:13px}.bundle-modal__body{padding:16px}.bundle-modal__grid{gap:12px}.bundle-modal__product{padding:10px;border-radius:12px}.bundle-modal__product-title{font-size:12px}.bundle-modal__product-price{font-size:14px}.bundle-modal__footer{padding:12px 16px;gap:8px}.bundle-modal__clear{min-width:60px;padding:12px;font-size:12px}.bundle-modal__confirm{padding:12px 20px;font-size:16px}.bundle-selector__gif-badge{margin-left:-16px;margin-right:-16px;margin-bottom:-16px}.bundle-selector__gif-image{width:50px}.bundle-selector__gif-text{font-size:20px;padding-bottom:8px}}
/*# sourceMappingURL=/cdn/shop/t/64/assets/component-quantity-breaks-styled.css.map */
