.myo-htu{width:100%;background-color:#fff;padding:72px 0 80px;border-top:1px solid #e8e8e4}.myo-htu__inner{max-width:1280px;margin:0 auto;padding:0 2rem}.myo-htu__header{text-align:center;margin-bottom:60px;max-width:640px;margin-left:auto;margin-right:auto}.myo-htu__eyebrow{font-family:var(--myo-font-body);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--myo-green);margin:0 0 12px}.myo-htu__heading{font-family:var(--myo-font-display);font-size:clamp(28px,3.5vw,42px);font-weight:600;letter-spacing:.01em;line-height:1.1;color:#1a1a1a;text-transform:uppercase;margin:0 0 14px}.myo-htu__subheading{font-family:var(--myo-font-body);font-size:15px;font-weight:400;line-height:1.6;color:#6b6b6b;margin:0}.myo-htu__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;position:relative;background-color:#e8e8e4;border:1px solid #e8e8e4;border-radius:10px;overflow:hidden}.myo-htu__connector{display:none}.myo-htu__step{display:flex;flex-direction:column;background-color:#fff;position:relative;opacity:0;transform:translateY(12px);animation:myo-htu-in .45s ease forwards;animation-delay:var(--stagger, 0ms)}@keyframes myo-htu-in{to{opacity:1;transform:translateY(0)}}.myo-htu__step-media{width:100%;aspect-ratio:4 / 3;overflow:hidden;background-color:#f5f5f3;position:relative}.myo-htu__step-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .55s ease}.myo-htu__step:hover .myo-htu__step-img{transform:scale(1.04)}.myo-htu__step-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f0f0ee}.myo-htu__step-placeholder svg{width:40px;height:40px;color:#ccc}.myo-htu__step-number{width:40px;height:40px;border-radius:50%;background-color:#1d9e75;color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--myo-font-display);font-size:18px;font-weight:600;line-height:1;margin:-20px auto 0;position:relative;z-index:1;border:3px solid #ffffff;box-shadow:0 2px 8px #1d9e754d;flex-shrink:0}.myo-htu__step-content{padding:20px 24px 28px;display:flex;flex-direction:column;gap:8px;flex:1}.myo-htu__step-heading{font-family:var(--myo-font-display);font-size:17px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#1a1a1a;margin:0;line-height:1.2}.myo-htu__step-body{font-family:var(--myo-font-body);font-size:13px;font-weight:400;line-height:1.65;color:#6b6b6b;margin:0}.myo-htu__step-duration{display:inline-flex;align-items:center;gap:5px;font-family:var(--myo-font-body);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#1d9e75;margin-top:4px}.myo-htu__step-duration svg{width:13px;height:13px;flex-shrink:0}.myo-htu__tip{display:flex;align-items:flex-start;gap:16px;margin-top:32px;padding:20px 24px;background-color:#e1f5ee;border:1px solid #9FE1CB;border-radius:8px}.myo-htu__tip-icon{width:32px;height:32px;border-radius:50%;background-color:#1d9e75;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.myo-htu__tip-icon svg{width:16px;height:16px}.myo-htu__tip-content{display:flex;flex-direction:column;gap:4px}.myo-htu__tip-label{font-family:var(--myo-font-body);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0f6e56}.myo-htu__tip-text{font-family:var(--myo-font-body);font-size:13px;font-weight:400;line-height:1.6;color:#0f6e56;margin:0}.myo-htu__cta-wrap{text-align:center;margin-top:44px}.myo-htu__cta{display:inline-flex;align-items:center;gap:8px;font-family:var(--myo-font-body);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#0f6e56;text-decoration:none;border:1.5px solid #1D9E75;border-radius:6px;padding:12px 24px;transition:background-color .2s ease,color .2s ease}.myo-htu__cta:hover{background-color:#1d9e75;color:#fff}.myo-htu__cta-arrow{width:16px;height:16px;transition:transform .2s ease}.myo-htu__cta:hover .myo-htu__cta-arrow{transform:translate(3px)}@media screen and (max-width:900px){.myo-htu__steps{grid-template-columns:1fr}.myo-htu__step{flex-direction:row;align-items:stretch}.myo-htu__step-media{width:200px;min-width:200px;aspect-ratio:unset}.myo-htu__step-number{position:absolute;top:16px;left:16px;margin:0;width:34px;height:34px;font-size:16px}.myo-htu__step-content{padding:24px 24px 24px 20px;justify-content:center}}@media screen and (max-width:600px){.myo-htu{padding:52px 0 60px}.myo-htu__header{margin-bottom:40px}.myo-htu__step{flex-direction:column}.myo-htu__step-media{width:100%;min-width:unset;aspect-ratio:4 / 3}.myo-htu__step-number{position:relative;top:unset;left:unset;margin:-20px auto 0}.myo-htu__step-content{padding:16px 20px 24px}.myo-htu__tip{flex-direction:column;gap:12px}}@media screen and (max-width:480px){.myo-htu__inner{padding:0 1rem}.myo-htu__steps{border-radius:8px}.myo-htu__heading{font-size:26px}}@media(prefers-reduced-motion:reduce){.myo-htu__step{animation:none;opacity:1;transform:none}.myo-htu__step-img,.myo-htu__cta-arrow{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/115/assets/myo-how-to-use.css.map */
