.bundle-selector *:focus,.bundle-selector *:focus-visible,.bundle-modal *:focus,.bundle-modal *:focus-visible,.variant-sheet *:focus,.variant-sheet *:focus-visible,.bundle-accessories *:focus,.bundle-accessories *:focus-visible{outline:none!important;box-shadow:none!important}.bundle-selector{display:block;background:linear-gradient(135deg,#f8f9ff,#f0f8ff);border:2px solid #e1e7f5;border-radius:16px;padding:20px;margin-top:16px;margin-bottom:20px;position:relative;box-shadow:0 4px 16px #6366f114,0 2px 8px #0000000a}.bundle-selector__title{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;color:#4338ca;margin:0 0 8px;text-align:left;text-shadow:0 1px 2px rgba(67,56,202,.1)}.bundle-selector__sub-label{display:inline-block;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:500;background:#faf8f8;color:#b91c1c;border:1px solid #f3e8e8;padding:4px 14px;border-radius:20px;text-transform:uppercase;letter-spacing:.02em;margin:0 0 14px;text-align:left}.bundle-selector__subheading{font-family:Open Sans,sans-serif;font-size:1.4rem;line-height:1.3;color:#495057;margin:0 0 14px;text-align:left}.bundle-options{display:flex;flex-direction:column;gap:12px}.bundle-option{position:relative;background:linear-gradient(135deg,#fff,#f8faff);border:2px solid #dde5ff;border-radius:12px;padding:16px 18px;box-shadow:0 3px 8px #6366f10f,0 2px 4px #00000008;cursor:pointer;transition:all .25s ease;width:100%;text-align:left}.bundle-option:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6366f11f,0 3px 8px #0000000d;border-color:#a5b4fc;background:linear-gradient(135deg,#fff,#f1f5ff)}.bundle-option:active{transform:translateY(0);box-shadow:0 2px 8px #6f42c11a}.bundle-option__badge{position:absolute;top:-8px;left:16px;background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:5px 12px;border-radius:14px;border:2px solid #fff;white-space:nowrap;z-index:1;margin:0;box-shadow:0 2px 6px #8b5cf64d,0 1px 3px #0000001a}.bundle-option__content{display:flex;justify-content:space-between;align-items:center;gap:16px}.bundle-option__info{display:flex;flex-direction:column;gap:6px;flex:1}.bundle-option__label{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.bundle-option__label-text{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:600;color:#2c3e50;line-height:1.2}.bundle-option__benefit{display:inline-flex;align-items:center;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;text-transform:uppercase;color:#059669;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:1.5px solid #10b981;padding:5px 10px;border-radius:14px;line-height:1;letter-spacing:.02em;box-shadow:0 2px 4px #10b9811a}.bundle-option__caption{font-family:Open Sans,sans-serif;font-size:1.2rem;font-weight:400;color:#6b7280;line-height:1.2}.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:3px}.bundle-option__price{font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:600;color:#7c3aed;line-height:1;text-shadow:0 1px 2px rgba(124,58,237,.1)}.bundle-option__compare-price{font-family:Open Sans,sans-serif;font-size:1.3rem;font-weight:400;color:#9ca3af;text-decoration:line-through;line-height:1}.bundle-option__plus{width:28px;height:28px;min-width:28px;background:linear-gradient(135deg,#f8faff,#f1f5ff);border:2px solid #6366f1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6366f1;transition:all .25s ease;box-shadow:0 2px 4px #6366f126,0 1px 2px #0000000d}.bundle-option:hover .bundle-option__plus{background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-color:#4f46e5;color:#4f46e5;transform:scale(1.05);box-shadow:0 3px 6px #4f46e533,0 1px 3px #0000000d}.bundle-option__plus svg{width:14px;height:14px}.bundle-selector__gif-badge{display:flex;justify-content:center;align-items:flex-end;margin:20px -24px -24px}.bundle-selector__gif-badge-inner{display:flex;align-items:flex-end;gap:12px}.bundle-selector__gif-image{width:70px;height:auto}.bundle-selector__gif-text{font-family:Playfair Display,serif;font-size:2.6rem;font-weight:600;color:#2c3e50;text-transform:uppercase;letter-spacing:.05em;line-height:1;padding-bottom:12px}.bundle-selector__loading{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffffff2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;z-index:999999;font-family:Open Sans,sans-serif;font-size:1.6rem;color:#495057}.bundle-selector__spinner{width:48px;height:48px;border:4px solid #e9ecef;border-top-color:#6f42c1;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:700px;max-height:85vh;background:#fff;border:2px solid #dee2e6;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;opacity:0;transition:opacity .25s ease,transform .25s ease;box-shadow:0 10px 40px #00000026}.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:24px 32px;border-bottom:2px solid #e9ecef;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.bundle-modal__title{font-family:Playfair Display,serif;font-size:2.4rem;font-weight:600;color:#2c3e50;margin:0}.bundle-modal__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #dee2e6;border-radius:50%;cursor:pointer;transition:all .2s ease;padding:0}.bundle-modal__close:hover{transform:scale(1.1);border-color:#6f42c1;color:#6f42c1}.bundle-modal__selected-count{background:#f8f9fa;padding:16px 32px;font-family:Open Sans,sans-serif;font-size:1.6rem;font-weight:600;color:#6f42c1;border-bottom:2px solid #e9ecef;text-align:center}.bundle-modal__body{flex:1;overflow-y:auto;padding:24px}.bundle-modal__section{margin-bottom:32px}.bundle-modal__section-heading{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;color:#2c3e50;margin:0 0 20px;text-align:left;letter-spacing:-.02em}.bundle-modal__divider{width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#e1e7f5 20%,#a5b4fc 50%,#e1e7f5 80%,transparent 100%);margin:32px 0;position:relative}.bundle-modal__divider:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#6366f1;border-radius:50%;box-shadow:0 0 8px #6366f14d}.bundle-modal__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.bundle-modal__product{background:#fff;border:2px solid #e9ecef;border-radius:16px;padding:16px;cursor:pointer;transition:all .2s ease;text-align:center;position:relative}.bundle-modal__product:hover{border-color:#6f42c1;transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.bundle-modal__product.is-selected{border:3px solid #6f42c1;background:linear-gradient(135deg,#f8f9fa,#fff);box-shadow:0 0 0 3px #6f42c133,0 6px 20px #6f42c126;transform:scale(1.02)}.bundle-modal__select-count{position:absolute;top:-12px;right:-12px;width:32px;height:32px;background:#6f42c1;color:#fff;font-family:Open Sans,sans-serif;font-size:1.6rem;font-weight:700;border:3px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 2px 8px #00000026}.bundle-modal__product--current{border-color:#6f42c1;background:linear-gradient(135deg,#f8f9fa,#fff)}.bundle-modal__current-badge{position:absolute;top:-8px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:5px 12px;border-radius:18px;white-space:nowrap;box-shadow:0 2px 8px #667eea4d;z-index:2}.bundle-modal__product-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;border:2px solid #e9ecef;margin-bottom:12px;background:#f8f9fa}.bundle-modal__product.is-selected .bundle-modal__product-image{border-color:#6f42c1}.bundle-modal__product-title{font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:600;color:#2c3e50;margin:0 0 8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-modal__product-price{font-family:Open Sans,sans-serif;font-size:1.6rem;font-weight:700;color:#6f42c1;margin:0}.bundle-modal__footer{display:flex;gap:12px;padding:20px 32px;border-top:2px solid #e9ecef;background:#f8f9fa}.bundle-modal__clear{flex:0 0 auto;min-width:80px;padding:14px 20px;font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#fff;background-color:#6c757d;border:2px solid #6c757d;border-radius:8px;cursor:pointer;transition:all .2s ease}.bundle-modal__clear:hover{background-color:#5a6268;border-color:#5a6268;transform:translateY(-1px)}.bundle-modal__confirm{display:flex;align-items:center;justify-content:center;flex:1;padding:16px 32px;font-family:Playfair Display,serif;font-size:2rem;font-weight:600;color:#fff;background-color:#6f42c1;border:2px solid #6f42c1;border-radius:8px;cursor:pointer;transition:all .2s ease}.bundle-modal__confirm:hover:not(:disabled){background-color:#563d7c;border-color:#563d7c;transform:translateY(-1px);box-shadow:0 4px 12px #6f42c14d}.bundle-modal__confirm:disabled{opacity:.5;cursor:not-allowed}.bundle-modal__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;gap:20px;font-family:Open Sans,sans-serif;font-size:1.6rem;color:#495057}.bundle-modal__spinner{width:48px;height:48px;border:4px solid #e9ecef;border-top-color:#6f42c1;border-radius:50%;animation:bundle-spin .8s linear infinite}.bundle-modal__variants-badge{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:4px 10px;border-radius:14px;white-space:nowrap;z-index:2;box-shadow:0 2px 6px #f093fb4d}.bundle-modal__product.has-variants{cursor:pointer}.bundle-modal__product.has-variants:hover .bundle-modal__variants-badge{background:linear-gradient(135deg,#f093fb,#e84393);transform:translate(-50%) scale(1.05);box-shadow:0 3px 8px #f093fb66}.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:2px solid #dee2e6;border-bottom:none;max-height:70vh;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,.72,0,1);box-shadow:0 -4px 20px #0000001a}.variant-sheet.is-open .variant-sheet__container{transform:translateY(0)}.variant-sheet__handle{width:48px;height:6px;background:#dee2e6;border-radius:3px;margin:16px auto 12px}.variant-sheet__header{display:flex;align-items:center;gap:16px;padding:16px 24px 20px;border-bottom:2px solid #e9ecef}.variant-sheet__image{width:70px;height:70px;object-fit:cover;border-radius:12px;border:2px solid #e9ecef}.variant-sheet__info{flex:1}.variant-sheet__title{font-family:Playfair Display,serif;font-size:2.6rem;font-weight:600;color:#2c3e50;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.variant-sheet__product-name{font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:500;color:#6c757d;margin:0}.variant-sheet__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border:2px solid #dee2e6;border-radius:50%;cursor:pointer;transition:all .2s ease;padding:0}.variant-sheet__close:hover{transform:scale(1.1);background:#e9ecef;border-color:#6f42c1;color:#6f42c1}.variant-sheet__options{flex:1;overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:12px}.variant-sheet__option{display:flex;align-items:center;gap:16px;padding:16px 18px;background:#fff;border:2px solid #e9ecef;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.variant-sheet__option:hover{border-color:#6f42c1;background:#f8f9fa}.variant-sheet__option.is-selected{border-color:#6f42c1;background:#f8f9fa;box-shadow:0 0 0 3px #6f42c126}.variant-sheet__option-image{width:56px;height:56px;object-fit:cover;border-radius:10px;border:2px solid #e9ecef}.variant-sheet__option.is-selected .variant-sheet__option-image{border-color:#6f42c1}.variant-sheet__option-info{flex:1;display:flex;flex-direction:column;gap:1px!important}.variant-sheet__option-title{font-family:Open Sans,sans-serif;font-size:1.25rem;font-weight:600;color:#2c3e50;white-space:normal;word-wrap:break-word;line-height:1.3;margin:0!important}.variant-sheet__option-price{font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:600;color:#6f42c1;margin:0!important}.variant-sheet__option-check{width:28px;height:28px;min-width:28px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #ccc;border-radius:50%;color:transparent;transition:all .2s ease}.variant-sheet__option.is-selected .variant-sheet__option-check{background:#6f42c1;border-color:#6f42c1;color:#fff}.variant-sheet__footer{padding:20px 24px 32px;border-top:2px solid #e9ecef;background:#f8f9fa}.variant-sheet__confirm{width:100%;padding:16px 32px;font-family:Playfair Display,serif;font-size:2rem;font-weight:600;color:#fff;background-color:#6f42c1;border:2px solid #6f42c1;border-radius:8px;cursor:pointer;transition:all .2s ease}.variant-sheet__confirm:hover:not(:disabled){background-color:#563d7c;border-color:#563d7c;transform:translateY(-1px);box-shadow:0 4px 12px #6f42c14d}.variant-sheet__confirm:disabled{opacity:.5;cursor:not-allowed}@media screen and (max-width: 749px){.bundle-selector{padding:20px;border-radius:12px;max-width:100%;overflow-x:hidden}.bundle-selector__title{font-size:2.2rem}.bundle-selector__subheading{font-size:1.6rem}.bundle-selector__sub-label{font-size:1.2rem;padding:5px 16px}.bundle-options{gap:14px}.bundle-option{padding:18px 20px}.bundle-option__label-text{font-size:2rem}.bundle-option__benefit{font-size:1.2rem;padding:6px 10px}.bundle-option__caption{font-size:1.4rem}.bundle-option__price{font-size:1.8rem;color:#7c3aed}.bundle-option__compare-price{font-size:1.5rem}.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:16px}.bundle-modal__header{padding:18px 20px}.bundle-modal__title{font-size:2rem}.bundle-modal__selected-count{padding:12px 20px;font-size:1.5rem}.bundle-modal__body{padding:20px}.bundle-modal__grid{gap:16px}.bundle-modal__product{padding:14px;border-radius:12px}.bundle-modal__product-title{font-size:1.3rem}.bundle-modal__product-price{font-size:1.5rem}.bundle-modal__footer{padding:16px 20px;gap:10px}.bundle-modal__clear{min-width:70px;padding:12px 14px;font-size:1.3rem}.bundle-modal__confirm{padding:14px 24px;font-size:1.8rem}.bundle-selector__gif-badge{margin-left:-20px;margin-right:-20px;margin-bottom:-20px}.bundle-selector__gif-image{width:60px}.bundle-selector__gif-text{font-size:2.2rem;padding-bottom:10px}.variant-sheet__header{padding:14px 20px 16px}.variant-sheet__title{font-size:2.34rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.variant-sheet__product-name{font-size:1.3rem}.variant-sheet__options{padding:16px 20px}.variant-sheet__option{padding:14px 16px}.variant-sheet__option-title{font-size:1.3rem;white-space:normal;word-wrap:break-word;line-height:1.3}.variant-sheet__option-price{font-size:1.2rem}.variant-sheet__footer{padding:16px 20px 28px}.variant-sheet__confirm{font-size:1.8rem}}.bundle-accessories{margin-top:24px;padding:20px;background:linear-gradient(135deg,#fafbff,#f3f6ff);border:2px solid #e1e7f5;border-radius:16px;box-shadow:0 2px 8px #a1a3f714}.bundle-accessories__heading{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:600;color:#2c3e50;margin:0 0 16px;text-align:center;letter-spacing:-.01em}.bundle-accessories__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.bundle-accessories__product{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:12px;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.bundle-accessories__product:hover{border-color:#a5b4fc;transform:translateY(-2px);box-shadow:0 6px 20px #a5b4fc26}.bundle-accessories__product.is-selected{border-color:#6366f1;background:linear-gradient(135deg,#f8faff,#eff1ff);box-shadow:0 0 0 2px #6366f133,0 4px 12px #6366f126}.bundle-accessories__product-image{position:relative;width:100%;aspect-ratio:1;margin-bottom:12px;border-radius:8px;overflow:hidden;background:#f8f9fa}.bundle-accessories__product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.bundle-accessories__product:hover .bundle-accessories__product-image img{transform:scale(1.05)}.bundle-accessories__variants-badge{position:absolute;top:6px;right:6px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.8rem;font-weight:600;padding:3px 8px;border-radius:12px;text-transform:uppercase;letter-spacing:.02em;box-shadow:0 2px 4px #667eea4d}.bundle-accessories__product-info{text-align:center}.bundle-accessories__product-title{font-family:Open Sans,sans-serif;font-size:1.1rem;font-weight:600;color:#2c3e50;margin:0 0 8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bundle-accessories__product-price{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600;color:#6366f1;margin:0 0 12px;text-shadow:0 1px 2px rgba(99,102,241,.1)}.bundle-accessories__add-btn{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:600;padding:8px 16px;border:none;border-radius:20px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.02em;box-shadow:0 2px 8px #6366f140}.bundle-accessories__add-btn:hover:not(:disabled){background:linear-gradient(135deg,#5855f7,#7c3aed);transform:translateY(-1px);box-shadow:0 4px 12px #6366f159}.bundle-accessories__add-btn:disabled{background:linear-gradient(135deg,#10b981,#059669);cursor:default;transform:none;box-shadow:0 2px 6px #10b98140}.bundle-accessories__add-btn svg{width:12px;height:12px;flex-shrink:0}.bundle-accessories__product-title-link{text-decoration:none;color:inherit;display:block}.bundle-accessories__product-title-link:hover .bundle-accessories__product-title{color:#6366f1}a.bundle-accessories__product-image{display:block;text-decoration:none}.bundle-accessories__add-btn svg.spin{animation:accessory-spin .8s linear infinite}@keyframes accessory-spin{to{transform:rotate(360deg)}}.bundle-accessories__add-btn.is-added{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 6px #10b98140}@media screen and (max-width: 768px){.bundle-accessories{margin-top:20px;padding:18px}.bundle-accessories__heading{font-size:1.7rem;font-weight:600;margin-bottom:16px}.bundle-accessories__grid{gap:14px}.bundle-accessories__product{padding:14px}.bundle-accessories__product-title{font-size:1.4rem;font-weight:600}.bundle-accessories__product-price{font-size:1.5rem;font-weight:600}.bundle-accessories__add-btn{font-size:1.05rem;font-weight:600;padding:9px 16px}}@media screen and (max-width: 480px){.bundle-accessories{padding:16px 20px}.bundle-accessories__heading{font-size:1.8rem;font-weight:600;margin-bottom:14px}.bundle-accessories__grid{grid-template-columns:1fr;gap:14px}.bundle-accessories__product{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:12px;border:2px solid #dde5ff;background:linear-gradient(135deg,#fff,#f8faff)}.bundle-accessories__product-image{width:90px;height:90px;margin-bottom:0;flex-shrink:0;border-radius:10px}.bundle-accessories__product-info{flex:1;text-align:left}.bundle-accessories__product-title{font-size:1.6rem;font-weight:600;font-family:Playfair Display,serif;margin-bottom:6px;line-height:1.2;color:#2c3e50;-webkit-line-clamp:2}.bundle-accessories__product-price{font-size:1.6rem;font-weight:600;margin-bottom:10px;color:#7c3aed}.bundle-accessories__add-btn{font-size:1.1rem;font-weight:600;padding:10px 18px;border-radius:20px;gap:6px;min-height:40px;box-shadow:0 3px 10px #6366f14d}.bundle-accessories__add-btn svg{width:14px;height:14px}}@media screen and (min-width: 769px){.bundle-selector__title{font-size:2.2rem}.bundle-selector__subheading{font-size:1.6rem}.bundle-selector__sub-label{font-size:1.2rem}.bundle-option__label-text{font-size:2rem}.bundle-option__benefit{font-size:1.2rem;padding:6px 12px}.bundle-option__caption{font-size:1.4rem}.bundle-option__price{font-size:1.8rem}.bundle-option__compare-price{font-size:1.5rem}.bundle-option__badge{font-size:1.2rem;padding:6px 14px}.bundle-option__plus{width:36px;height:36px;min-width:36px}.bundle-option__plus svg{width:18px;height:18px}.bundle-modal__container{max-width:900px}.bundle-modal__header{padding:20px 28px}.bundle-modal__title{font-size:2.2rem}.bundle-modal__close{width:40px;height:40px}.bundle-modal__selected-count{padding:14px 28px;font-size:1.5rem}.bundle-modal__body{padding:24px}.bundle-modal__section-heading{font-size:1.8rem}.bundle-modal__grid{grid-template-columns:repeat(4,1fr);gap:16px}.bundle-modal__product{padding:14px;border-radius:14px}.bundle-modal__product-image{aspect-ratio:1;object-fit:contain;border-radius:10px;margin-bottom:12px}.bundle-modal__product-title{font-size:1.4rem;margin-bottom:8px}.bundle-modal__product-price{font-size:1.5rem;margin-bottom:8px}.bundle-modal__current-badge{font-size:1rem;padding:6px 14px;top:-10px}.bundle-modal__variants-badge{font-size:.95rem;padding:6px 12px;bottom:14px}.bundle-modal__select-count{width:28px;height:28px;font-size:1.4rem;top:-10px;right:-10px;border-width:3px}.bundle-modal__footer{padding:18px 28px}.bundle-modal__confirm{font-size:1.8rem;padding:16px 28px}.bundle-modal__clear{font-size:1.3rem;padding:14px 22px}.variant-sheet__container{left:50%;right:auto;transform:translate(-50%) translateY(100%);width:500px;max-width:90%;border-radius:24px 24px 0 0}.variant-sheet.is-open .variant-sheet__container{transform:translate(-50%) translateY(0)}.variant-sheet__header{padding:18px 24px}.variant-sheet__title{font-size:2rem}.variant-sheet__product-name{font-size:1.3rem}.variant-sheet__image{width:60px;height:60px}.variant-sheet__options{padding:16px 24px}.variant-sheet__option{padding:14px 16px}.variant-sheet__option-image{width:50px;height:50px}.variant-sheet__option-title{font-size:1.2rem;white-space:normal;word-wrap:break-word;line-height:1.3}.variant-sheet__option-price{font-size:1.15rem}.variant-sheet__footer{padding:18px 24px 28px}.variant-sheet__confirm{font-size:1.8rem;padding:16px 28px}.bundle-accessories__heading{font-size:2rem}.bundle-accessories__product-title{font-size:1.5rem}.bundle-accessories__product-price{font-size:1.7rem}.bundle-accessories__add-btn{font-size:1.2rem;padding:12px 22px}.bundle-accessories__variants-badge{font-size:.9rem;padding:4px 10px}}.accessory-variant-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999;visibility:hidden;pointer-events:none}.accessory-variant-modal.is-open{visibility:visible;pointer-events:auto}.accessory-variant-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;transition:opacity .3s ease}.accessory-variant-modal.is-open .accessory-variant-modal__backdrop{opacity:1}.accessory-variant-modal__container{position:absolute;bottom:0;left:0;right:0;background:#fff;border-top-left-radius:24px;border-top-right-radius:24px;border:2px solid #dee2e6;border-bottom:none;max-height:70vh;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,.72,0,1);box-shadow:0 -4px 20px #0000001a}.accessory-variant-modal.is-open .accessory-variant-modal__container{transform:translateY(0)}.accessory-variant-modal__header{display:flex;align-items:center;gap:16px;padding:20px 24px;border-bottom:2px solid #e9ecef}.accessory-variant-modal__image{width:70px;height:70px;object-fit:cover;border-radius:12px;border:2px solid #e9ecef}.accessory-variant-modal__info{flex:1}.accessory-variant-modal__title{font-family:Playfair Display,serif;font-size:2rem;font-weight:600;color:#2c3e50;margin:0 0 6px}.accessory-variant-modal__product-name{font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:500;color:#6c757d;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.accessory-variant-modal__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border:2px solid #dee2e6;border-radius:50%;cursor:pointer;transition:all .2s ease;padding:0}.accessory-variant-modal__close:hover{transform:scale(1.1);background:#e9ecef;border-color:#6f42c1;color:#6f42c1}.accessory-variant-modal__options{flex:1;overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:12px}.accessory-variant-modal__option{display:flex;align-items:center;gap:16px;padding:16px 18px;background:#fff;border:2px solid #e9ecef;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.accessory-variant-modal__option:hover{border-color:#6366f1;background:#f8f9fa}.accessory-variant-modal__option.is-selected{border-color:#6366f1;background:#f8f9fa;box-shadow:0 0 0 3px #6366f126}.accessory-variant-modal__option-image{width:56px;height:56px;object-fit:cover;border-radius:10px;border:2px solid #e9ecef}.accessory-variant-modal__option.is-selected .accessory-variant-modal__option-image{border-color:#6366f1}.accessory-variant-modal__option-info{flex:1;display:flex;flex-direction:column;gap:2px}.accessory-variant-modal__option-title{font-family:Open Sans,sans-serif;font-size:1.25rem;font-weight:600;color:#2c3e50;margin:0;white-space:normal;word-wrap:break-word;line-height:1.3}.accessory-variant-modal__option-price{font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:600;color:#6366f1;margin:0}.accessory-variant-modal__option-check{width:28px;height:28px;min-width:28px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #ccc;border-radius:50%;color:transparent;transition:all .2s ease}.accessory-variant-modal__option.is-selected .accessory-variant-modal__option-check{background:#6366f1;border-color:#6366f1;color:#fff}.accessory-variant-modal__footer{padding:20px 24px 32px;border-top:2px solid #e9ecef;background:#f8f9fa}.accessory-variant-modal__confirm{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 3px 10px #6366f14d}.accessory-variant-modal__confirm:hover:not(:disabled){background:linear-gradient(135deg,#5855f7,#7c3aed);transform:translateY(-1px);box-shadow:0 4px 14px #6366f166}.accessory-variant-modal__confirm:disabled{opacity:.5;cursor:not-allowed}.accessory-variant-modal__confirm svg{width:16px;height:16px}@media screen and (min-width: 769px){.accessory-variant-modal__container{left:50%;right:auto;transform:translate(-50%) translateY(100%);width:480px;max-width:90%;border-radius:24px 24px 0 0}.accessory-variant-modal.is-open .accessory-variant-modal__container{transform:translate(-50%) translateY(0)}.accessory-variant-modal__header{padding:18px 24px}.accessory-variant-modal__title{font-size:1.8rem}.accessory-variant-modal__product-name{font-size:1.3rem}.accessory-variant-modal__image{width:60px;height:60px}.accessory-variant-modal__options{padding:16px 24px}.accessory-variant-modal__option{padding:14px 16px}.accessory-variant-modal__option-image{width:50px;height:50px}.accessory-variant-modal__option-title{font-size:1.2rem;white-space:normal;word-wrap:break-word;line-height:1.3}.accessory-variant-modal__option-price{font-size:1.15rem}.accessory-variant-modal__footer{padding:18px 24px 28px}.accessory-variant-modal__confirm{font-size:1.6rem;padding:14px 28px}}@media screen and (max-width: 768px){.accessory-variant-modal__header{padding:16px 20px}.accessory-variant-modal__title{font-size:2.2rem}.accessory-variant-modal__product-name{font-size:1.3rem}.accessory-variant-modal__options{padding:16px 20px}.accessory-variant-modal__option{padding:14px 16px}.accessory-variant-modal__option-title{font-size:1.3rem;white-space:normal;word-wrap:break-word;line-height:1.3}.accessory-variant-modal__option-price{font-size:1.2rem}.accessory-variant-modal__footer{padding:16px 20px 28px}.accessory-variant-modal__confirm{font-size:1.8rem}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/component-quantity-breaks-styled.css.map */
