.magnetic-ingredients{--mi-bg-primary: #0f172a;--mi-bg-secondary: #1e293b;--mi-text-color: #ffffff;--mi-accent-color: #60a5fa;--mi-accent-secondary: #a78bfa;background:linear-gradient(135deg,var(--mi-bg-primary) 0%,var(--mi-bg-secondary) 50%,var(--mi-bg-primary) 100%);padding:40px 0 52px;overflow:hidden}.magnetic-ingredients__container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:480px){.magnetic-ingredients__container{padding:0 1.5rem}}@media(min-width:1024px){.magnetic-ingredients__container{padding:0 2rem}}.magnetic-ingredients__header{text-align:left;margin-bottom:1.5rem}.magnetic-ingredients__title{font-size:var(--mi-title-font-size-mobile, 44px);font-weight:var(--mi-title-font-weight-mobile, 500);color:var(--mi-text-color);margin:0 0 .5rem;line-height:1.2}@media(min-width:768px){.magnetic-ingredients__title{font-size:var(--mi-title-font-size, 56px);font-weight:var(--mi-title-font-weight, 500)}}.magnetic-ingredients__title-highlight{font-weight:var(--mi-highlight-font-weight-mobile, 600);font-size:var(--mi-highlight-font-size-mobile, 44px);background:linear-gradient(135deg,var(--mi-accent-color),var(--mi-accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:768px){.magnetic-ingredients__title-highlight{font-size:var(--mi-highlight-font-size, 56px);font-weight:var(--mi-highlight-font-weight, 600)}}.magnetic-ingredients__subtitle{font-size:var(--mi-subtitle-font-size-mobile, 15px);font-weight:var(--mi-subtitle-font-weight-mobile, 400);color:var(--mi-subtitle-color, rgba(255, 255, 255, .6));margin:0}@media(min-width:768px){.magnetic-ingredients__subtitle{font-size:var(--mi-subtitle-font-size, 15px);font-weight:var(--mi-subtitle-font-weight, 400)}}.magnetic-ingredients__layout{display:flex;flex-direction:column;gap:1rem}@media(min-width:480px){.magnetic-ingredients__layout{gap:1.5rem}}@media(min-width:1024px){.magnetic-ingredients__layout{flex-direction:row;gap:2rem;align-items:flex-start}}@media(min-width:1200px){.magnetic-ingredients__layout{gap:2.5rem}}.magnetic-ingredients__grid-wrapper{flex:1;position:relative}.magnetic-ingredients__grid{position:relative;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:min(420px,90vw);aspect-ratio:1;margin:0 auto}@media(min-width:768px){.magnetic-ingredients__grid{width:min(520px,70vw);margin:0}}@media(min-width:1024px){.magnetic-ingredients__grid{width:min(580px,50vw)}}.magnetic-ingredients__ambient-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16rem;height:16rem;background:radial-gradient(circle,rgba(96,165,250,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.magnetic-ingredients__center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8rem;height:8rem;border:2px dashed rgba(71,85,105,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .4s ease;z-index:5}@media(min-width:768px){.magnetic-ingredients__center{width:11rem;height:11rem}}@media(min-width:1024px){.magnetic-ingredients__center{width:14rem;height:14rem}}.magnetic-ingredients__center.is-active{border-color:var(--mi-accent-color);background:#60a5fa0d;box-shadow:0 0 30px #60a5fa33}.magnetic-ingredients__center.is-merging{animation:mi-center-pulse .6s ease-out;background:#60a5fa26;border-color:var(--mi-accent-secondary)}.magnetic-ingredients__center-text{font-size:.75rem;color:#475569cc;text-align:center;padding:.5rem;transition:opacity .3s ease}@media(min-width:768px){.magnetic-ingredients__center-text{font-size:.8rem}}.magnetic-ingredients__center.is-active .magnetic-ingredients__center-text{color:var(--mi-accent-color);opacity:.9;font-weight:500}.magnetic-ingredients__center.has-match .magnetic-ingredients__center-text{opacity:0}.magnetic-ingredients__center-ping{position:absolute;width:1rem;height:1rem;background:linear-gradient(135deg,var(--mi-accent-color),var(--mi-accent-secondary));border-radius:50%;opacity:0;transform:scale(0);transition:all .3s ease}.magnetic-ingredients__center.has-match .magnetic-ingredients__center-ping{opacity:1;transform:scale(1);animation:mi-ping 1s cubic-bezier(0,0,.2,1) infinite}.magnetic-ingredients__center-burst{position:absolute;width:100%;height:100%;border-radius:50%;border:3px solid var(--mi-accent-color);opacity:0;pointer-events:none}.magnetic-ingredients__center.is-merging .magnetic-ingredients__center-burst{animation:mi-merge-burst .6s ease-out forwards}@property --float-offset{syntax: "<length>"; initial-value: 0px; inherits: false;}.magnetic-ingredients__orb{position:absolute;top:50%;left:50%;width:7rem;height:7rem;border-radius:50%;border:2px solid;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:opacity .3s ease,box-shadow .3s ease,border-color .3s ease;z-index:10;background:radial-gradient(circle at 30% 30%,color-mix(in srgb,var(--orb-color) 25%,transparent),color-mix(in srgb,var(--orb-color) 12%,transparent));border-color:color-mix(in srgb,var(--orb-color) 60%,transparent);box-shadow:0 0 20px color-mix(in srgb,var(--orb-color) 25%,transparent);--count: 8;--radius: clamp(130px, 32vw, 200px);--angle: calc((360deg / var(--count)) * var(--i) - 90deg);--float-offset: 0px;transform:translate(-50%,-50%) rotate(var(--angle)) translate(calc(var(--radius) + var(--float-offset))) rotate(calc(-1 * var(--angle)));animation:mi-orbit-float calc(3s + var(--i, 0) * .3s) ease-in-out infinite}@keyframes mi-orbit-float{0%,to{--float-offset: 0px}50%{--float-offset: 10px}}.magnetic-ingredients__orb[data-index="0"]{--i: 0}.magnetic-ingredients__orb[data-index="1"]{--i: 1}.magnetic-ingredients__orb[data-index="2"]{--i: 2}.magnetic-ingredients__orb[data-index="3"]{--i: 3}.magnetic-ingredients__orb[data-index="4"]{--i: 4}.magnetic-ingredients__orb[data-index="5"]{--i: 5}.magnetic-ingredients__orb[data-index="6"]{--i: 6}.magnetic-ingredients__orb[data-index="7"]{--i: 7}@media(min-width:768px){.magnetic-ingredients__orb{width:8rem;height:8rem;border-width:3px;box-shadow:0 0 25px color-mix(in srgb,var(--orb-color) 25%,transparent);--radius: clamp(180px, 28vw, 240px)}}@media(min-width:1024px){.magnetic-ingredients__orb{width:9rem;height:9rem;--radius: clamp(200px, 26vw, 260px)}}.magnetic-ingredients__orb:hover{border-color:var(--orb-color);box-shadow:0 0 50px color-mix(in srgb,var(--orb-color) 50%,transparent)}.magnetic-ingredients__orb.is-selected{z-index:20;border-color:var(--orb-color);box-shadow:0 0 60px color-mix(in srgb,var(--orb-color) 70%,transparent),inset 0 0 30px color-mix(in srgb,var(--orb-color) 30%,transparent);animation:none!important}.magnetic-ingredients__orb.is-selected.is-merging{animation:mi-pulse .5s ease-in-out!important}.magnetic-ingredients__orb.is-repelling{animation:mi-shake .5s ease-in-out!important}.magnetic-ingredients__orb.is-disabled{opacity:.3;pointer-events:none;filter:grayscale(.5)}.magnetic-ingredients__orb.is-faded{opacity:.4}.magnetic-ingredients__orb.is-compatible{border-color:#34d399cc;box-shadow:0 0 25px color-mix(in srgb,var(--orb-color) 30%,transparent),0 0 15px #34d3994d;animation:mi-compatible-pulse 2s ease-in-out infinite}.magnetic-ingredients__orb.is-selected:hover:not(.is-hidden){border-style:dashed;opacity:.7}.magnetic-ingredients__orb.is-selected:focus-visible:not(.is-hidden){outline:2px solid var(--mi-accent-color);outline-offset:4px}.magnetic-ingredients__orb:focus-visible{outline:2px solid var(--mi-accent-color);outline-offset:4px}.magnetic-ingredients__orb.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.magnetic-ingredients__orb-icon{font-size:2rem;margin-bottom:.35rem;line-height:1}.magnetic-ingredients__orb-image{width:45px;height:45px;object-fit:contain;margin-bottom:.35rem}.magnetic-ingredients__orb-name{font-size:.75rem;font-weight:500;color:var(--mi-text-color);text-align:center;padding:0 .35rem;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:374px){.magnetic-ingredients__orb-name{font-size:.65rem;max-width:5rem}}@media(min-width:768px){.magnetic-ingredients__orb-icon{font-size:2.5rem;margin-bottom:.5rem}.magnetic-ingredients__orb-image{width:55px;height:55px;margin-bottom:.5rem}.magnetic-ingredients__orb-name{font-size:.85rem;padding:0 .5rem}}@media(min-width:1024px){.magnetic-ingredients__orb-icon{font-size:3rem}.magnetic-ingredients__orb-image{width:70px;height:70px}.magnetic-ingredients__orb-name{font-size:1rem}}.magnetic-ingredients__particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:45}.magnetic-ingredients__particle{position:absolute;top:50%;left:50%;width:8px;height:8px;background:linear-gradient(135deg,var(--mi-accent-color),var(--mi-accent-secondary));border-radius:50%;box-shadow:0 0 10px var(--mi-accent-color);animation:mi-particle .8s ease-out forwards}.magnetic-ingredients__product-card{position:absolute;top:0;left:0;right:0;bottom:0;z-index:50;pointer-events:none;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden}.magnetic-ingredients__product-card.is-visible{opacity:1;visibility:visible;pointer-events:none}.magnetic-ingredients__product-inner{position:relative;background:#fff;border-radius:8px;padding:1rem;box-shadow:0 4px 20px #00000026;width:220px;max-width:calc(100% - 2rem);text-align:left;transform:scale(0);opacity:0;pointer-events:auto}@media(min-width:375px){.magnetic-ingredients__product-inner{width:240px;padding:1.25rem}}@media(min-width:480px){.magnetic-ingredients__product-inner{width:260px}}@media(min-width:768px){.magnetic-ingredients__product-inner{width:280px;padding:1.5rem}}@media(min-width:1024px){.magnetic-ingredients__product-inner{width:300px}}.magnetic-ingredients__product-card.is-visible .magnetic-ingredients__product-inner{animation:mi-product-emerge .5s cubic-bezier(.34,1.56,.64,1) forwards}.magnetic-ingredients__product-close{position:absolute;top:.5rem;right:.5rem;width:2.75rem;height:2.75rem;border:none;background:#0000000f;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:#000;transition:background-color .2s ease,opacity .2s ease;opacity:.7;padding:0;line-height:1}.magnetic-ingredients__product-close:hover,.magnetic-ingredients__product-close:focus-visible{opacity:1;background:#0000001a}.magnetic-ingredients__product-close:focus-visible{outline:2px solid #000000;outline-offset:2px}.magnetic-ingredients__product-image-wrap{width:100%;aspect-ratio:1;margin:0 0 .75rem;background:#f8f8f8;border-radius:4px;display:flex;align-items:center;justify-content:center;overflow:hidden}.magnetic-ingredients__product-image{width:100%;height:100%;object-fit:cover}.magnetic-ingredients__product-emoji{font-size:3rem}.magnetic-ingredients__product-title{font-size:.9rem;font-weight:500;color:#000;margin:0 0 .375rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.magnetic-ingredients__product-benefit{font-size:.75rem;color:#666;margin:0 0 .5rem;line-height:1.4}.magnetic-ingredients__product-price{font-size:1rem;font-weight:600;color:#000;margin:0 0 1rem}.magnetic-ingredients__product-price .price-compare{text-decoration:line-through;color:#999;font-weight:400;margin-right:.5rem}.magnetic-ingredients__product-btn{width:100%;padding:.75rem 1.25rem;background-color:#000;color:#fff;border:1px solid #000000;border-radius:0;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .3s ease,color .3s ease,border-color .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.magnetic-ingredients__product-btn:hover{background-color:#fff;color:#000;border-color:#000}.magnetic-ingredients__product-btn:disabled{opacity:.5;cursor:not-allowed;background-color:#ccc;border-color:#ccc}.magnetic-ingredients__product-btn svg{width:12px;height:12px;fill:currentColor}.magnetic-ingredients__product-btn .magnetic-ingredients__btn-loading{width:14px;height:14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:mi-btn-spin .6s linear infinite;display:inline-block}@keyframes mi-btn-spin{to{transform:rotate(360deg)}}.magnetic-ingredients__product-view-link{display:block;text-align:center;margin-top:.625rem;font-size:.75rem;color:#666;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.magnetic-ingredients__product-view-link:hover{color:#000}.magnetic-ingredients__product-link{display:block;text-align:center;margin-top:.5rem;padding:.5rem 0;font-size:.8125rem;font-weight:500;color:#000;text-decoration:underline;text-underline-offset:2px}.magnetic-ingredients__cart-notice{font-size:.75rem;color:#15803d;text-align:center;margin:.5rem 0 0;animation:mi-fadeIn .3s ease}.magnetic-ingredients__clear{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);padding:.5rem 1rem;background:#334155f2;color:#cbd5e1;border:none;border-radius:9999px;font-size:.875rem;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease;z-index:60}.magnetic-ingredients__clear:hover{background:#475569}.magnetic-ingredients__clear.is-visible{opacity:1;visibility:visible}.magnetic-ingredients__panel{width:100%}@media(min-width:768px){.magnetic-ingredients__panel{max-width:748px;margin:0 auto}}@media(min-width:1024px){.magnetic-ingredients__panel{width:280px;max-width:none;flex-shrink:0;margin:0}}@media(min-width:1200px){.magnetic-ingredients__panel{width:320px}}.magnetic-ingredients__panel-inner{background:#1e293b80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:1rem;border:1px solid rgba(71,85,105,.5);padding:1rem}@media(min-width:480px){.magnetic-ingredients__panel-inner{padding:1.25rem}}.magnetic-ingredients__panel-title{font-size:1rem;font-weight:600;color:var(--mi-text-color);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.magnetic-ingredients__panel-icon{font-size:1.125rem}.magnetic-ingredients__selected{margin-bottom:1rem}.magnetic-ingredients__selected-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin:0 0 .5rem}.magnetic-ingredients__selected-items{display:flex;flex-wrap:wrap;gap:.5rem;min-height:2.5rem}.magnetic-ingredients__selected-placeholder{font-size:.875rem;color:#64748b}.magnetic-ingredients__selected-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;color:var(--mi-text-color);background:color-mix(in srgb,var(--tag-color, var(--mi-accent-color)) 50%,transparent);animation:mi-fadeIn .3s ease}.magnetic-ingredients__selected-tag-icon{font-size:.875rem}.magnetic-ingredients__note{padding:1rem;border-radius:.75rem;font-size:.875rem;line-height:1.5;margin-bottom:1rem;opacity:0;max-height:0;overflow:hidden;transition:all .3s ease}.magnetic-ingredients__note.is-visible{opacity:1;max-height:200px}.magnetic-ingredients__note.is-success{background:#34d3991a;border:1px solid rgba(52,211,153,.3);color:#a7f3d0}.magnetic-ingredients__note.is-warning{background:#fbbf241a;border:1px solid rgba(251,191,36,.3);color:#fde68a}.magnetic-ingredients__legend{padding-top:1rem;border-top:1px solid rgba(71,85,105,.5)}.magnetic-ingredients__legend-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin:0 0 .75rem}.magnetic-ingredients__legend-items{display:flex;flex-direction:column;gap:.5rem}.magnetic-ingredients__legend-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem}.magnetic-ingredients__legend-item--compatible{color:#34d399}.magnetic-ingredients__legend-item--incompatible{color:#fbbf24}.magnetic-ingredients__legend-dot{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}.magnetic-ingredients__legend-item--compatible .magnetic-ingredients__legend-dot{background:#34d399}.magnetic-ingredients__legend-item--incompatible .magnetic-ingredients__legend-dot{background:#fbbf24}@keyframes mi-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes mi-shake{0%,to{transform:translate(0)}20%{transform:translate(-15px) rotate(-5deg)}40%{transform:translate(15px) rotate(5deg)}60%{transform:translate(-10px) rotate(-3deg)}80%{transform:translate(10px) rotate(3deg)}}@keyframes mi-emerge{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes mi-particle{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(calc(-50% + var(--tx, 0px)),calc(-50% + var(--ty, 0px))) scale(0);opacity:0}}@keyframes mi-ping{75%,to{transform:scale(2);opacity:0}}@keyframes mi-fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes mi-pulse{0%{transform:var(--current-transform, translate(0, 0)) scale(.7)}50%{transform:var(--current-transform, translate(0, 0)) scale(.85);box-shadow:0 0 60px var(--orb-color)}to{transform:var(--current-transform, translate(0, 0)) scale(.7)}}@keyframes mi-center-pulse{0%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.15);box-shadow:0 0 50px #60a5fa80}to{transform:translate(-50%,-50%) scale(1)}}@keyframes mi-merge-burst{0%{transform:translate(-50%,-50%) scale(0);opacity:1}to{transform:translate(-50%,-50%) scale(3);opacity:0}}@keyframes mi-product-emerge{0%{transform:scale(0);opacity:0}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}@keyframes mi-compatible-pulse{0%,to{box-shadow:0 0 25px color-mix(in srgb,var(--orb-color) 30%,transparent),0 0 15px #34d3994d}50%{box-shadow:0 0 35px color-mix(in srgb,var(--orb-color) 40%,transparent),0 0 25px #34d39980}}@media(prefers-reduced-motion:reduce){.magnetic-ingredients__orb{animation:none}.magnetic-ingredients__orb,.magnetic-ingredients__product-inner,.magnetic-ingredients__note,.magnetic-ingredients__selected-tag{transition:opacity .2s ease}.magnetic-ingredients__orb.is-repelling{animation:none!important;opacity:.5}.magnetic-ingredients__orb.is-compatible{animation:none}.magnetic-ingredients__product-card.is-visible .magnetic-ingredients__product-inner{animation:none;transform:scale(1);opacity:1}.magnetic-ingredients__center.is-merging,.magnetic-ingredients__center.is-merging .magnetic-ingredients__center-burst,.magnetic-ingredients__center.has-match .magnetic-ingredients__center-ping{animation:none}.magnetic-ingredients__particle{animation:none;display:none}}
/*# sourceMappingURL=/cdn/shop/t/68/assets/section-magnetic-ingredients.css.map */
