.treats-bundle-container{background:linear-gradient(135deg,#b8e6e1,#a8d8e8);min-height:100vh;min-height:100dvh;padding:40px 20px}.treats-bundle-header{text-align:center;margin-bottom:60px}.treats-bundle-title{font-size:2.5rem;font-weight:700;color:#2c5f5d;margin-bottom:15px;text-transform:uppercase;letter-spacing:2px}.treats-bundle-subtitle{font-size:1.2rem;color:#5a8b89;margin-bottom:30px}.bundle-offer-banner{background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;padding:12px 25px;border-radius:8px;display:inline-block;font-weight:600;font-size:1rem;box-shadow:none;border:none;cursor:default;text-align:center;position:relative}.bundle-offer-banner:before{content:"\1f389";margin-right:8px}.treats-products-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1000px;margin:0 auto}.treat-product-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease,box-shadow .3s ease;position:relative;display:flex;flex-direction:column;min-height:500px}.treat-product-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.treat-image{width:100%;height:200px;object-fit:contain;margin-bottom:20px;border-radius:15px;flex-shrink:0;background:#fff}.treat-title{font-size:1.3rem;font-weight:700;color:#2c5f5d;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px;line-height:1.2}.treat-price{font-size:1.6rem;font-weight:700;color:#2c5f5d;margin-bottom:20px;flex-shrink:0}.tax-included{color:#5a8b89;font-size:.9rem;margin-top:5px;font-weight:400}.quantity-selector{display:flex;align-items:center;gap:15px;margin-bottom:18px;flex-shrink:0}.quantity-label{color:#2c5f5d;font-weight:600}.quantity-input{width:70px;padding:8px 12px;border:2px solid #B8E6E1;border-radius:8px;text-align:center;font-size:1rem;background:#f8fdfc}.add-to-cart-btn{background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;border:none;padding:15px 30px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:50px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;width:100%;box-shadow:0 4px 15px #ff6b6b4d;margin-top:auto}.add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.add-to-cart-btn:active{transform:translateY(0)}.bundle-status-bar{position:fixed;left:0;right:0;bottom:0;background:#fff;padding:20px;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px));border-top:3px solid #FF6B6B;box-shadow:0 -5px 20px #0000001a;z-index:1000;transform:translateY(100%);transition:transform .3s ease}.bundle-status-bar.active{transform:translateY(0)}.bundle-status-content{display:flex;justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto}.bundle-info{display:flex;align-items:center;gap:20px}.bundle-count{background:#ff6b6b;color:#fff;padding:8px 16px;border-radius:20px;font-weight:700;font-size:.9rem}.bundle-total{font-size:1.5rem;font-weight:700;color:#2c5f5d}.bundle-savings{color:#ff6b6b;font-weight:700;font-size:.9rem}.bundle-add-to-cart{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;padding:15px 30px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:50px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #4caf504d}.bundle-add-to-cart:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066}.bundle-add-to-cart:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.bundle-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;display:grid;place-items:center;width:100vw;height:100vh;height:100dvh;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.bundle-popup-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.bundle-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.92);background:#fff;border-radius:20px;padding:40px;max-width:500px;width:90%;max-height:min(80vh,80dvh);overflow:auto;-webkit-overflow-scrolling:touch;box-shadow:0 20px 60px #0000004d;text-align:center;transition:transform .25s ease;will-change:transform}.bundle-popup-overlay.active .bundle-popup{transform:translate(-50%,-50%) scale(1)}.bundle-popup-close{position:absolute;top:15px;right:20px;background:none;border:none;font-size:24px;color:#666;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;cursor:pointer;transition:background .2s ease,color .2s ease}.bundle-popup-close:hover{background:#f0f0f0;color:#333}.bundle-popup-emoji{font-size:3rem;margin-bottom:14px;display:block}.bundle-popup-title{font-size:1.8rem;font-weight:700;color:#2c5f5d;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.bundle-subscribe-pill{display:inline-flex;align-items:center;gap:8px;margin:6px 0 10px;padding:6px 12px;border-radius:999px;font-weight:800;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;box-shadow:0 6px 16px #4caf5040}.bundle-subscribe-pill:before{content:"\2713";font-weight:900;transform:translateY(-1px)}.bundle-popup-subtitle{font-size:1.1rem;color:#5a8b89;margin-bottom:16px;line-height:1.4}.bundle-choice-intro{margin:8px 0 10px;font-weight:700;color:#2c5f5d;text-transform:uppercase;letter-spacing:.5px;font-size:.95rem}.bundle-choice-preview{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;margin-bottom:10px}.choice-plus{font-weight:900;color:#ff6b6b;font-size:1.4rem;transform:translateY(-2px)}.choice-card{display:grid;grid-template-columns:56px 1fr;gap:12px;align-items:center;padding:10px 12px;border-radius:14px;background:linear-gradient(180deg,#b8e6e159,#a8d8e826),#fff;box-shadow:0 6px 18px #0000000f;border:1px solid rgba(44,95,93,.1)}.choice-card img{width:56px;height:56px;object-fit:cover;border-radius:10px;background:#fff;flex-shrink:0}.choice-text{display:flex;justify-content:space-between;align-items:baseline;gap:10px}.choice-title{color:#2c5f5d;font-weight:800;letter-spacing:.3px}.choice-mult{color:#5a8b89;font-weight:700}.bundle-choice-summary{margin:6px 0 18px;font-weight:900;color:#2c5f5d;letter-spacing:.3px}.bundle-popup-offer{background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;padding:20px;border-radius:15px;margin-bottom:20px}.bundle-popup-offer-title{font-size:1.3rem;font-weight:700;margin-bottom:10px}.bundle-popup-pricing{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem}.bundle-popup-old-price{text-decoration:line-through;opacity:.8}.bundle-popup-new-price{font-weight:700;font-size:1.4rem}.bundle-popup-savings{background:#fff3;padding:8px 15px;border-radius:20px;font-size:.9rem;font-weight:700}.bundle-popup-actions{display:flex;flex-direction:column;gap:15px;justify-content:center}.bundle-popup-btn{padding:15px 30px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:50px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;border:none;width:100%}.bundle-popup-btn-primary{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;box-shadow:0 4px 15px #4caf504d}.bundle-popup-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066}.bundle-popup-btn-secondary{background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;box-shadow:0 4px 15px #ff6b6b4d}.bundle-popup-btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.bundle-popup-btn-tertiary{background:transparent;color:#666;border:2px solid #ddd}.bundle-popup-btn-tertiary:hover{background:#f8f9fa;border-color:#999}body.modal-open{overflow:hidden}@media (prefers-reduced-motion: reduce){.bundle-popup{transition:none;transform:none}.bundle-popup-overlay{transition:none}}.purchase-options{position:relative;margin:12px 0 18px;padding:14px;border:2px dashed rgba(44,95,93,.15);border-radius:14px;background:radial-gradient(120% 120% at 10% 0%,rgba(184,230,225,.35) 0%,rgba(168,216,232,.15) 40%,transparent 70%),#fff}.purchase-switch{display:flex;align-items:center;gap:10px;width:100%}.subscribe-toggle{position:absolute;opacity:0;pointer-events:none}.subscribe-label{position:relative;display:inline-flex;align-items:center;padding:6px 12px 6px 40px;border-radius:999px;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:700;color:#2c5f5d}.subscribe-label:before{content:"";position:absolute;left:8px;width:28px;height:16px;border-radius:999px;background:linear-gradient(135deg,#cfeeed,#d6ecf5);box-shadow:inset 0 0 0 2px #2c5f5d26;transition:background .25s ease,box-shadow .25s ease}.toggle-knob{position:absolute;left:10px;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #00000026;transition:transform .25s ease}.toggle-text{display:flex;align-items:baseline;width:100%;gap:10px}.toggle-text .one-time{opacity:1}.toggle-text .subscribe{margin-left:auto;opacity:.65;letter-spacing:.5px;animation:track-in .6s ease .05s both}.sparkles{display:none!important}.subscribe-toggle:checked+.subscribe-label:before{background:linear-gradient(135deg,#ff6b6b,#ff5252);box-shadow:0 6px 18px #ff6b6b59,inset 0 0 0 2px #ffffff59}.subscribe-toggle:checked+.subscribe-label .toggle-knob{transform:translate(16px)}.subscribe-toggle:checked+.subscribe-label .toggle-text .subscribe{opacity:1}.subscribe-toggle:checked+.subscribe-label .toggle-text .one-time{opacity:.55}@keyframes track-in{0%{letter-spacing:0;opacity:0;transform:translateY(2px)}to{letter-spacing:1.6px;opacity:1;transform:translateY(0)}}.subscribe-help{margin-top:8px;font-size:.9rem;color:#5a8b89}.subscribe-frequency{margin-top:10px;display:grid;grid-template-columns:auto 1fr;gap:8px 12px;align-items:center}.freq-label{color:#2c5f5d;font-weight:600}.freq-select{width:100%;padding:10px 12px;border:2px solid #B8E6E1;border-radius:10px;background:#f8fdfc;font-weight:600;color:#2c5f5d;outline:none;transition:box-shadow .2s ease,border-color .2s ease}.freq-select:focus{border-color:#ff6b6b;box-shadow:0 0 0 4px #ff6b6b26}.subscribe-state{margin-top:8px;font-weight:700;color:#5a8b89}.subscribe-toggle:checked+.subscribe-label~.subscribe-state{color:#2e7d32}.subscribe-toggle:checked+.subscribe-label~.subscribe-state:before{content:"\2713  ";font-weight:900;color:#2e7d32}@media (prefers-reduced-motion: reduce){.toggle-knob,.subscribe-label:before,.toggle-text .subscribe,.toggle-text .one-time{transition:none}.toggle-text .subscribe{animation:none}}#bundlePlan1,#bundlePlan2{display:none}.bundle-popup-btn-secondary.pf-special{background:linear-gradient(135deg,#ff9f43,#ff6b6b);box-shadow:0 4px 15px #ff9f434d}.bundle-popup-btn-secondary.pf-special:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff9f4366}@media (max-width: 768px){.treats-bundle-container{padding:20px 15px}.treats-bundle-title{font-size:2rem}.treats-products-grid{grid-template-columns:1fr;gap:30px;max-width:400px}.treat-product-card{padding:25px 20px;min-height:auto}.bundle-status-content{flex-direction:column;gap:15px;text-align:center}.bundle-info{justify-content:center;flex-wrap:wrap}.bundle-checkbox-container{position:static;justify-content:center;margin-bottom:15px;padding:10px;background:#ff6b6b1a;border-radius:10px}.bundle-popup{padding:30px 25px;max-width:400px}.bundle-popup-title{font-size:1.5rem}.bundle-popup-btn{width:100%}}@media (max-width: 480px){.treats-bundle-title{font-size:1.8rem}.bundle-offer-banner{font-size:1rem;padding:12px 25px}.treat-title{font-size:1.1rem}.treat-price{font-size:1.4rem}.bundle-popup{padding:25px 20px}.bundle-popup-emoji{font-size:2.5rem}.bundle-popup-title{font-size:1.3rem}.bundle-choice-preview{grid-template-columns:1fr}.choice-plus{display:none}}@media (max-height: 820px){.bundle-popup{padding:32px 28px}.bundle-popup-title{font-size:1.6rem}.bundle-popup-subtitle{font-size:1rem;margin-bottom:12px}.bundle-popup-offer{padding:16px}.bundle-popup-actions{gap:12px}.bundle-popup-btn{padding:12px 22px}.choice-card{padding:8px 10px}.choice-card img{width:48px;height:48px}}@media (max-height: 700px){.bundle-popup{padding:26px 20px}.bundle-popup-emoji{font-size:2.2rem;margin-bottom:8px}.bundle-popup-title{font-size:1.4rem}.bundle-choice-preview{gap:8px}.bundle-choice-summary{margin:6px 0 14px}.bundle-popup-pricing{gap:8px}}@media (max-height: 620px){.bundle-popup-emoji,.bundle-popup-subtitle,.bundle-choice-intro{display:none}.bundle-popup{padding:20px 16px}.bundle-popup-offer{padding:14px}.bundle-popup-btn{padding:10px 16px;font-size:.95rem}}@media (max-height: 540px){.bundle-choice-preview{grid-template-columns:1fr 1fr}.choice-plus{display:none}.bundle-popup-title{font-size:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/treats-bundle.css.map */
