.discount-bundles{width:100%;padding:64px 0;background-color:var(--bundles-section-bg, #1a1a2e)}.discount-bundles__header{text-align:center;margin-bottom:48px}.discount-bundles__eyebrow{display:inline-block;padding:4px 12px;background-color:var(--bundles-eyebrow-bg, #4a1a2e);color:var(--bundles-eyebrow-color, #e91e63);font-weight:700;font-size:11px;line-height:100%;letter-spacing:0;text-transform:uppercase;border-radius:4px;margin-bottom:20px}.discount-bundles__title{margin:0 0 12px;font-family:var(--font-heading-family, Georgia, "Times New Roman", serif);font-weight:400;font-size:clamp(28px,4vw,48px);line-height:100%;letter-spacing:0;color:var(--bundles-title-color, #ffffff)}.discount-bundles__subtitle{margin:0;font-weight:400;font-size:clamp(14px,1.3vw,16px);line-height:1.4;letter-spacing:0;color:var(--bundles-subtitle-color, #9ca3af)}.discount-bundles__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding:8px 0}css-slider.enabled .discount-bundles__list{display:flex;grid-template-columns:none;gap:24px}css-slider.enabled .discount-bundles__list .discount-bundles__card{flex:0 0 calc(33.333% - 16px);scroll-snap-align:start}.discount-bundles__card{display:flex;flex-direction:column;background-color:var(--bundles-card-bg, #232340);border-radius:20px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.discount-bundles__card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000004d}.discount-bundles__image{position:relative;display:flex;align-items:center;justify-content:center;height:200px;max-height:200px;background-color:#fff}.discount-bundles__image a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.discount-bundles__image img{max-width:100%;max-height:100%;object-fit:contain}.discount-bundles__body{display:flex;flex-direction:column;flex:1;padding:24px}.discount-bundles__title-text{margin:0 0 12px;font-weight:700;font-size:clamp(16px,1.4vw,18px);line-height:1.3;letter-spacing:0;color:var(--bundles-product-title-color, #ffffff)}.discount-bundles__title-text a{color:inherit;text-decoration:none}.discount-bundles__description{margin:0 0 20px;font-weight:400;font-size:13px;line-height:1.5;color:var(--bundles-description-color, #9ca3af)}.discount-bundles__price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:20px}.discount-bundles__price-current{font-weight:800;font-size:clamp(20px,1.8vw,26px);line-height:100%;color:var(--bundles-price-color, #f5b342)}.discount-bundles__price-compare{font-weight:400;font-size:14px;line-height:100%;color:var(--bundles-compare-color, #6b7280);text-decoration:line-through}.discount-bundles__discount-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;background-color:var(--bundles-discount-badge-bg, #4a1a2e);color:var(--bundles-discount-badge-color, #e91e63);font-weight:700;font-size:12px;line-height:100%}.discount-bundles__cta-form{margin-top:auto}.discount-bundles__cta{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 16px;border:0;border-radius:12px;background-color:var(--bundles-cta-bg, #e91e63);color:var(--bundles-cta-color, #ffffff);font-weight:600;font-size:14px;line-height:1.2;letter-spacing:0;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.discount-bundles__cta:hover{background-color:var(--bundles-cta-hover-bg, #c10041);transform:translateY(-1px)}.discount-bundles__cta:disabled{opacity:.4;cursor:not-allowed;transform:none}.discount-bundles__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .2s ease}.discount-bundles__modal[hidden]{display:none}.discount-bundles__modal.is-open{opacity:1;pointer-events:auto}.discount-bundles__modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0009}.discount-bundles__modal-dialog{position:relative;background-color:#fff;border-radius:16px;padding:32px 28px;max-width:420px;width:100%;box-shadow:0 20px 60px #0000004d;transform:translateY(8px);transition:transform .2s ease;text-align:center}.discount-bundles__modal.is-open .discount-bundles__modal-dialog{transform:translateY(0)}.discount-bundles__modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:50%;font-size:22px;line-height:1;color:#6b7280;cursor:pointer}.discount-bundles__modal-close:hover{background-color:#f3f4f6;color:#1a1a2e}.discount-bundles__modal-title{margin:0 0 12px;font-weight:700;font-size:18px;line-height:1.3;color:#1a1a2e}.discount-bundles__modal-text{margin:0 0 20px;font-size:14px;line-height:1.5;color:#6b7280}.discount-bundles__modal-link{color:#e91e63;font-weight:600;text-decoration:underline}.discount-bundles__modal-link:hover{text-decoration:none}.discount-bundles__modal-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:12px;border:0;background-color:#1a1a2e;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .15s ease}.discount-bundles__modal-button:hover{background-color:#2c2c4a}@media(max-width:990px){.discount-bundles{padding:48px 0}.discount-bundles__header{margin-bottom:32px}.discount-bundles__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}css-slider.enabled .discount-bundles__list .discount-bundles__card{flex:0 0 calc(50% - 8px)}}@media(max-width:640px){.discount-bundles__list{grid-template-columns:1fr}.discount-bundles__body{padding:20px}css-slider.enabled .discount-bundles__list .discount-bundles__card{flex:0 0 85%}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-discount-bundles.css.map */
