.ign-quantum-ingredients-wrapper{padding:100px 15px}.ign-ingredients-container{max-width:1400px;margin:0 auto}.ign-ingredients-header{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.ign-ingredients-heading{font-size:clamp(2rem,5vw,2.5rem);font-family:Poppins,sans-serif!important;font-weight:800!important;margin-bottom:20px;line-height:1.2}.ign-ingredients-heading:after{content:"";display:block;width:100px;height:4px;background:linear-gradient(90deg,#d3a23c,#191880);margin:25px auto 0}.ign-ingredients-description{font-family:Quicksand,sans-serif;font-size:clamp(1rem,2vw,1.125rem);line-height:1.7;margin-top:20px;color:#1b1b57}.ign-ingredients-description p{margin:0}.ign-ingredients-grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.ign-ingredients-grid[data-columns="2"]{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.ign-ingredients-grid[data-columns="3"]{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.ign-ingredients-grid[data-columns="4"]{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ign-ingredient-card{opacity:0;transform:translateY(30px);animation:ign-fadeInUp .6s ease forwards}.ign-ingredient-card:nth-child(1){animation-delay:.1s}.ign-ingredient-card:nth-child(2){animation-delay:.2s}.ign-ingredient-card:nth-child(3){animation-delay:.3s}.ign-ingredient-card:nth-child(4){animation-delay:.4s}.ign-ingredient-card:nth-child(5){animation-delay:.5s}.ign-ingredient-card:nth-child(6){animation-delay:.6s}@keyframes ign-fadeInUp{to{opacity:1;transform:translateY(0)}}.ign-card-inner{background:#fff;border-radius:12px;overflow:hidden;height:100%;box-shadow:0 8px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative;display:flex;flex-direction:column}.ign-ingredient-card:hover .ign-card-inner{transform:translateY(-8px);box-shadow:0 15px 50px #00000026}.ign-quantum-badge{position:absolute;top:15px;right:15px;padding:8px 15px;border-radius:20px;display:flex;align-items:center;gap:6px;z-index:10;box-shadow:0 4px 15px #0003}.ign-quantum-icon{width:16px;height:16px}.ign-quantum-label{color:#fff;font-size:10px;font-weight:600;letter-spacing:.5px;font-family:Quicksand,sans-serif}.ign-ingredient-image-wrapper{position:relative;height:250px;overflow:hidden}.ign-ingredient-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ign-ingredient-card:hover .ign-ingredient-image{transform:scale(1.1)}.ign-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .3s ease}.ign-ingredient-card:hover .ign-image-overlay{opacity:1}.ign-ingredient-content{padding:30px;flex:1;display:flex;flex-direction:column}.ign-ingredient-name{font-family:Poppins,sans-serif!important;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;margin:0 0 10px;line-height:1.2}.ign-ingredient-tagline{font-family:Quicksand,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:1px;margin-bottom:5px;line-height:1.3}.ign-ingredient-description{font-family:Quicksand,sans-serif;font-size:.9375rem;line-height:1.7;margin-bottom:10px;color:#1b1b57}.ign-ingredient-description p{margin:0}.ign-benefits-wrapper{margin-top:10px}.ign-benefits-label{font-family:Quicksand,sans-serif;font-size:.875rem;font-weight:600;margin-bottom:12px}.ign-benefits-list{list-style:none;padding:0;margin:0}.ign-benefit-item{display:flex;align-items:center;gap:10px;font-family:Quicksand,sans-serif;font-size:.875rem;line-height:1.5;margin-bottom:8px;color:#1b1b57}.ign-benefit-check{width:18px;height:18px;flex-shrink:0}.ign-quantum-detail{margin-top:20px;padding:15px;background:#faf6f2;border-left:4px solid;border-radius:4px;display:flex;align-items:center;gap:10px;font-family:Quicksand,sans-serif;font-size:.8125rem;font-weight:600}.ign-quantum-spark{width:20px;height:20px;animation:ign-sparkle 2s ease-in-out infinite}@keyframes ign-sparkle{0%,to{transform:rotate(0) scale(1);opacity:1}50%{transform:rotate(180deg) scale(1.2);opacity:.8}}.ign-learn-more-btn{margin-top:auto;padding:14px 28px;border:none;border-radius:8px;color:#fff;font-family:Quicksand,sans-serif;font-size:.9375rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.ign-learn-more-btn:hover{transform:translate(5px);box-shadow:0 8px 20px #0003}.ign-btn-arrow{width:16px;height:16px;transition:transform .3s ease}.ign-learn-more-btn:hover .ign-btn-arrow{transform:translate(4px)}.ign-ingredient-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;visibility:hidden;transition:all .3s ease;padding:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.ign-ingredient-modal.active{opacity:1;visibility:visible}.ign-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.ign-modal-container{position:relative;max-width:800px;width:100%;height:90vh;max-height:90vh;background:#fff;border-radius:20px;overflow:hidden;transform:scale(.9);transition:transform .3s ease;display:flex;flex-direction:column}.ign-ingredient-modal.active .ign-modal-container{transform:scale(1)}.ign-modal-content{position:relative;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:50px 40px;-webkit-overflow-scrolling:touch}.ign-modal-content::-webkit-scrollbar{width:8px}.ign-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.ign-modal-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.ign-modal-content::-webkit-scrollbar-thumb:hover{background:#999}.ign-modal-content{scrollbar-width:thin;scrollbar-color:#ccc #f1f1f1}.ign-modal-close{position:absolute;top:20px;right:20px;width:40px;height:40px;background:#0000001a;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.ign-modal-close:hover{background:#0003;transform:rotate(90deg)}.ign-modal-close svg{width:20px;height:20px}.ign-modal-close svg path{stroke:currentColor}.ign-modal-header{text-align:center;margin-bottom:40px}.ign-modal-badge{width:60px;height:60px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.ign-modal-badge-icon{width:30px;height:30px}.ign-modal-title{font-family:Poppins,sans-serif!important;font-size:clamp(2rem,4vw,2.5rem);font-weight:800;margin:0 0 10px;line-height:1.2}.ign-modal-tagline{font-family:Quicksand,sans-serif;font-size:1.125rem;font-weight:500;letter-spacing:1px}.ign-modal-body{margin-top:30px}.ign-modal-section{margin-bottom:35px}.ign-modal-section:last-child{margin-bottom:0}.ign-modal-section-title{font-family:Poppins,sans-serif!important;font-size:1.375rem;font-weight:700;margin:0 0 15px;display:flex;align-items:center;gap:10px}.ign-modal-section-content{font-family:Quicksand,sans-serif;font-size:1rem;line-height:1.8;color:#1b1b57}.ign-modal-section-content p{margin:0 0 15px}.ign-modal-section-content p:last-child{margin-bottom:0}.ign-modal-highlight{padding:25px;border-radius:12px;border-left:5px solid;margin:30px 0}.ign-synergy-icon{width:24px;height:24px}.ign-modal-list{list-style:none;padding:0;margin:0}.ign-modal-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:15px;font-family:Quicksand,sans-serif;font-size:.9375rem;line-height:1.6}.ign-list-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px}.ign-modal-footer{display:flex;gap:30px;margin-top:40px;padding-top:30px;border-top:2px solid #F5F5F5}.ign-modal-info-block{flex:1}.ign-modal-info-label{font-family:Quicksand,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#999;margin-bottom:8px}.ign-modal-info-content{font-family:Quicksand,sans-serif;font-size:.9375rem;color:#1b1b57}.ign-modal-safety-content ul{list-style:none;padding:0;margin:0}.ign-modal-safety-content li{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:.875rem}.ign-safety-icon{width:16px;height:16px}body.ign-modal-open{overflow:hidden}@media (max-width: 768px){.ign-quantum-ingredients-wrapper{padding:60px 15px}.ign-ingredients-heading{font-size:32px}.ign-ingredients-description{font-size:16px}.ign-ingredients-grid{grid-template-columns:1fr;gap:20px}.ign-ingredient-content{padding:20px}.ign-ingredient-image-wrapper{height:200px}.ign-ingredient-modal{padding:0}.ign-modal-container{height:100vh;max-height:100vh;border-radius:0;display:flex;flex-direction:column;transform:scale(1)}.ign-ingredient-modal.active .ign-modal-container{transform:scale(1)}.ign-modal-content{height:100%;display:flex;flex-direction:column;padding:0;overflow:hidden}.ign-modal-header{flex-shrink:0;padding:60px 20px 30px;position:relative;background:#fff;z-index:2;box-shadow:0 2px 10px #0000001a;margin-bottom:0}.ign-modal-close{position:fixed;top:10px;right:10px;width:48px;height:48px;background:#000000e6;border:2px solid white;z-index:100;box-shadow:0 4px 12px #0000004d;color:#fff}.ign-modal-close:hover{background:#000;transform:scale(1.1)}.ign-modal-close svg{width:24px;height:24px}.ign-modal-close svg path{stroke:#fff!important}.ign-modal-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px 20px 40px;position:relative;margin-top:0}.ign-modal-body:after{content:"";position:sticky;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.9));pointer-events:none;opacity:1;transition:opacity .3s ease}.ign-modal-body.scrolled-bottom:after{opacity:0}.ign-modal-body:before{content:"Scroll for more \2193";position:sticky;top:0;left:0;right:0;text-align:center;padding:10px;background:#1918800d;color:#191880;font-family:Quicksand,sans-serif;font-size:14px;font-weight:600;z-index:1;animation:ign-scroll-hint 2s ease-in-out infinite}@keyframes ign-scroll-hint{0%,to{opacity:.3}50%{opacity:1}}.ign-modal-body.has-scrolled:before{display:none}.ign-modal-section{margin-bottom:25px}.ign-modal-section-title{font-size:1.25rem;margin-bottom:10px}.ign-modal-footer{flex-direction:column;gap:20px;margin-bottom:20px}.ign-modal-title{font-size:24px;line-height:1.2}.ign-modal-badge{width:50px;height:50px;margin-bottom:15px}.ign-modal-close:before{content:"CLOSE";position:absolute;bottom:-25px;left:50%;transform:translate(-50%);font-family:Quicksand,sans-serif;font-size:10px;font-weight:700;color:#fffc;letter-spacing:1px;white-space:nowrap}}@media (hover: none) and (pointer: coarse){.ign-learn-more-btn{min-height:48px;padding:16px 32px}.ign-modal-list li{margin-bottom:20px;padding:10px 0}.ign-modal-close:active{transform:scale(.95)}.ign-learn-more-btn:active{transform:scale(.98)}}@media (max-width: 480px){.ign-ingredients-grid[data-columns="2"],.ign-ingredients-grid[data-columns="3"],.ign-ingredients-grid[data-columns="4"]{grid-template-columns:1fr}.ign-ingredient-card{max-width:100%}}@media (prefers-reduced-motion: reduce){.ign-ingredient-card,.ign-card-inner,.ign-ingredient-image,.ign-learn-more-btn,.ign-ingredient-modal,.ign-modal-container{animation:none;transition:none}.ign-quantum-spark{animation:none}@keyframes ign-scroll-hint{0%,to{opacity:1}50%{opacity:1}}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/ign-quantum-ingredients.css.map */
