:root{--color-deep-green: #16453c;--color-sage-green: #a8d3c6;--color-off-white: #f6f9f8;--color-mint-light: #e4f2ee;--color-gray-dark: #1f2937;--color-gray-soft: #4b5563;--font-heading: "Poppins", sans-serif;--font-body: "Inter", sans-serif}html{scroll-behavior:smooth}.bundles-section{background:radial-gradient(circle at top center,var(--color-mint-light) 0%,var(--color-off-white) 50%,#ffffff 100%);padding:6rem 2rem;position:relative}.bundles-container{max-width:1280px;margin:0 auto}.bundles-header{text-align:center;margin-bottom:4rem}.bundles-eyebrow{font-family:var(--font-body);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-deep-green);margin-bottom:1rem}.bundles-title{font-family:var(--font-heading);font-size:3.5rem;font-weight:700;color:#16453c;line-height:1.2;margin-bottom:1.5rem}.bundles-subtitle{font-family:var(--font-body);font-size:1.125rem;color:var(--color-gray-soft);line-height:1.6;max-width:700px;margin:0 auto}.bundles-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width: 768px){.bundles-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.bundle-card{background:#fff;border-radius:16px;padding:2rem;position:relative;transition:all .3s ease;display:flex;flex-direction:column;min-height:100%}.bundle-card.glow-outline{border:2px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,var(--color-sage-green),var(--color-mint-light));background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 4px 12px #a8d3c626}.bundle-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px #a8d3c652}.bundle-card.bundle-featured{border-width:3px;box-shadow:0 8px 20px #a8d3c640}.bundle-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--color-deep-green);color:#fff;font-family:var(--font-body);font-size:.75rem;font-weight:600;padding:.5rem 1rem;border-radius:50px;text-transform:uppercase;letter-spacing:.05em;z-index:10;display:flex;align-items:center;gap:.375rem}.bundle-header{margin-bottom:1.5rem;min-height:80px;display:flex;flex-direction:column;justify-content:flex-start}.bundle-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-gray-dark);margin-bottom:.5rem;line-height:1.3}.bundle-subtitle{font-family:var(--font-body);font-size:.95rem;color:var(--color-gray-soft);font-style:italic}.bundle-image{width:100%;height:280px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;border-radius:12px;overflow:hidden;background:var(--color-off-white)}.bundle-image img{width:100%;height:100%;object-fit:contain}.bundle-price-wrap{text-align:center;margin-bottom:1.5rem;min-height:90px;display:flex;flex-direction:column;justify-content:center}.price-display{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.25rem}.price-current{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--color-deep-green)}.price-compare{font-family:var(--font-body);font-size:1.25rem;color:#dc2626;text-decoration:line-through;opacity:.7}.price-unit{font-family:var(--font-body);font-size:.875rem;color:var(--color-gray-soft)}.price-unit-amount{font-weight:600;color:var(--color-deep-green);margin-right:.25rem}.price-unavailable{font-family:var(--font-body);font-size:1rem;color:#dc2626;font-weight:600}.bundle-bullets{list-style:none;padding:0;margin:0 0 1.25rem;flex-grow:1;min-height:140px}.bundle-bullets li{font-family:var(--font-body);font-size:.95rem;color:var(--color-gray-dark);line-height:1.6;padding-left:1.75rem;position:relative;margin-bottom:.75rem}.bundle-bullets li:before{content:"\2713";position:absolute;left:0;color:var(--color-sage-green);font-weight:700;font-size:1.1rem}.bundle-delivery-compact{background:linear-gradient(135deg,var(--color-mint-light) 0%,#ffffff 100%);border:1px solid var(--color-sage-green);border-radius:10px;padding:1rem;margin-bottom:1.5rem}.delivery-urgency-compact{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#fff;border-radius:6px;padding:.625rem .875rem;margin-bottom:1rem;font-family:var(--font-body);font-size:.75rem;color:var(--color-gray-dark);line-height:1.3}.delivery-urgency-compact svg{color:var(--color-deep-green);flex-shrink:0}.delivery-urgency-compact strong{color:var(--color-deep-green);font-weight:700}.delivery-stages-compact{display:flex;align-items:center;justify-content:space-between;position:relative}.stage-compact{display:flex;flex-direction:column;align-items:center;gap:.375rem;flex:1;position:relative;z-index:2}.stage-circle-compact{width:32px;height:32px;border-radius:50%;background:#fff;border:2px solid var(--color-sage-green);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.stage-circle-compact svg{color:var(--color-sage-green);display:block}.stage-active-compact{background:var(--color-deep-green);border-color:var(--color-deep-green)}.stage-active-compact svg{color:#fff}.stage-label-compact{font-family:var(--font-body);font-size:.7rem;font-weight:600;color:var(--color-gray-dark);text-align:center;line-height:1.2}.stage-date-compact{font-family:var(--font-body);font-size:.65rem;color:var(--color-gray-soft);text-align:center;font-weight:500}.stage-line-compact{position:absolute;top:16px;height:2px;background:var(--color-sage-green);z-index:1}.stage-line-compact:nth-of-type(2){left:calc(12.5% + 16px);width:calc(25% - 32px)}.stage-line-compact:nth-of-type(4){left:calc(37.5% + 16px);width:calc(25% - 32px)}.stage-line-compact:nth-of-type(6){left:calc(62.5% + 16px);width:calc(25% - 32px)}.bundle-form{margin-bottom:1rem;margin-top:auto}.bundle-btn{width:100%;background:var(--color-deep-green);color:#fff;font-family:var(--font-body);font-size:1rem;font-weight:600;padding:1rem 2rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.bundle-btn:hover{background:#0f3329;box-shadow:0 6px 16px #16453c4d;transform:translateY(-2px)}.bundle-btn:active{transform:translateY(0)}.bundle-btn-disabled{background:var(--color-gray-soft);cursor:not-allowed;opacity:.6}.bundle-btn-disabled:hover{background:var(--color-gray-soft);box-shadow:none;transform:none}.bundle-footnote{font-family:var(--font-body);font-size:.8rem;color:var(--color-gray-soft);text-align:center;font-style:italic}.bundles-promise{text-align:center;max-width:600px;margin:0 auto;padding-top:2rem;border-top:1px solid var(--color-mint-light)}.bundles-promise p{font-family:var(--font-body);font-size:.95rem;color:var(--color-gray-soft);line-height:1.6}@media (max-width: 767px){.bundles-section{padding:4rem 1.5rem}.bundles-title{font-size:2rem}.bundles-subtitle{font-size:1rem}.bundle-title{font-size:1.25rem}.price-current{font-size:1.75rem}.bundle-delivery-compact{padding:.875rem}.delivery-urgency-compact{font-size:.7rem;padding:.5rem .75rem}.delivery-urgency-compact svg{width:12px;height:12px}.stage-circle-compact{width:28px;height:28px}.stage-circle-compact svg{width:10px;height:10px}.stage-label-compact{font-size:.65rem}.stage-date-compact{font-size:.6rem}.stage-line-compact{top:14px}.stage-line-compact:nth-of-type(2){left:calc(12.5% + 14px);width:calc(25% - 28px)}.stage-line-compact:nth-of-type(4){left:calc(37.5% + 14px);width:calc(25% - 28px)}.stage-line-compact:nth-of-type(6){left:calc(62.5% + 14px);width:calc(25% - 28px)}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/bundle.css.map */
