@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap";.ms-page{font-family:Nunito,sans-serif;max-width:1200px;margin:0 auto;padding:24px 20px;display:flex;flex-direction:column;gap:16px}.ms-banner{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;display:flex;align-items:center;overflow:hidden;background-color:#f5f5f5}.ms-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-repeat:no-repeat}.ms-banner__bg-img{display:none}.ms-banner__bg--color{width:100%;height:100%}.ms-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.ms-banner__content{position:relative;z-index:2;padding:48px 60px;max-width:640px}.ms-banner__eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px}.ms-banner__heading{margin-bottom:12px;line-height:1.2}.ms-banner__body{font-size:15px;line-height:1.65}.ms-image-grid{display:flex;gap:8px;width:100%}.ms-image-grid__item{flex:1;position:relative;border-radius:12px;overflow:hidden;aspect-ratio:3 / 4}.ms-image-grid__img{width:100%;height:100%;object-fit:cover;display:block}.ms-image-grid__label{position:absolute;padding:12px;line-height:1.3;text-shadow:0 1px 4px rgba(0,0,0,.3)}.ms-image-grid__label--top-left{top:0;left:0}.ms-image-grid__label--top-right{top:0;right:0;text-align:right}.ms-image-grid__label--bottom-left{bottom:0;left:0}.ms-image-grid__label--bottom-right{bottom:0;right:0;text-align:right}.ms-hotspots{width:100%}.ms-hotspots__wrap{position:relative;border-radius:16px;overflow:hidden;background-repeat:no-repeat;width:100%}.ms-hotspots__img{display:none}.ms-hotspots__placeholder{width:100%;height:100%;background:#e8e8e8;border-radius:16px}.ms-hotspot{position:absolute;transform:translate(-50%,-50%);z-index:10}.ms-hotspot__btn{width:32px;height:32px;border-radius:50%;background:#fff;border:2px solid #3D157D;color:#3d157d;font-size:20px;font-weight:400;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003;transition:all .2s;padding:0}.ms-hotspot__btn:hover,.ms-hotspot.open .ms-hotspot__btn{background:#3d157d;color:#fff}.ms-hotspot__popup{display:none;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background:#fff;border-radius:10px;padding:12px 14px;min-width:180px;box-shadow:0 4px 20px #00000026;z-index:20}.ms-hotspot__popup:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#fff}.ms-hotspot.open .ms-hotspot__popup{display:block}.ms-hotspot__popup-name{font-size:13px;font-weight:800;color:#3d157d;margin-bottom:4px;line-height:1.3}.ms-hotspot__popup-desc{font-size:12px;color:#555;line-height:1.5}.ms-section-heading{margin-bottom:16px}.ms-stages{background:#fff;border:1px solid #e8e8e8;border-radius:16px;overflow:hidden}.ms-stages__main-heading{padding:28px 32px 0;margin-bottom:0}.ms-stages__tabs{display:flex;border-bottom:2px solid #e8e8e8;margin:20px 0 0;padding:0 32px;gap:0}.ms-stages__tab{display:flex;align-items:center;gap:12px;padding:14px 20px 14px 0;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;text-align:left;transition:all .2s;margin-right:24px}.ms-stages__tab:hover .ms-stages__tab-name{color:#3d157d}.ms-stages__tab.active{border-bottom-color:#3d157d}.ms-stages__tab-num{width:30px;height:30px;border-radius:50%;background:#e8e8e8;color:#888;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.ms-stages__tab.active .ms-stages__tab-num{background:#3d157d;color:#fff}.ms-stages__tab-text{display:flex;flex-direction:column;gap:1px}.ms-stages__tab-name{font-size:13px;font-weight:800;color:#1a1a2e;line-height:1.2;transition:color .2s}.ms-stages__tab.active .ms-stages__tab-name{color:#3d157d}.ms-stages__tab-age{font-size:11px;color:#888;font-weight:500}.ms-stages__panel{display:none}.ms-stages__panel.active{display:block}.ms-stages__panel-inner{display:flex;gap:48px;padding:32px}.ms-stages__left{width:280px;flex-shrink:0}.ms-stages__right{flex:1}.ms-stages__pill{display:inline-block;background:#c8efe3;color:#0f6e56;font-size:11px;font-weight:800;padding:4px 12px;border-radius:20px;margin-bottom:12px;letter-spacing:.03em}.ms-stages__heading{font-size:22px;font-weight:800;color:#3d157d;margin-bottom:10px;line-height:1.2}.ms-stages__body{font-size:14px;color:#444;line-height:1.65;margin-bottom:16px}.ms-stages__signs-label{font-size:11px;font-weight:800;color:#888;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.ms-stages__bullets{list-style:none;padding:0;margin:0}.ms-stages__bullets li{font-size:13px;color:#333;padding:8px 0 8px 18px;border-bottom:1px solid #f0f0f0;position:relative;line-height:1.4}.ms-stages__bullets li:before{content:"";width:7px;height:7px;border-radius:50%;background:#1d9e75;position:absolute;left:0;top:14px}.ms-stages__products-label{font-size:11px;font-weight:800;color:#888;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.ms-stages__products{display:flex;gap:16px}.ms-stages__product-card{flex:1;background:#f8f8fb;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.ms-stages__product-img{aspect-ratio:1 / 1;overflow:hidden;background:#efefef}.ms-stages__product-img img{width:100%;height:100%;object-fit:cover;display:block}.ms-stages__product-placeholder{width:100%;height:100%;background:#e8e8e8}.ms-stages__product-body{padding:10px 12px 12px;flex:1;display:flex;flex-direction:column}.ms-stages__product-name{font-size:13px;font-weight:800;color:#1a1a2e;margin-bottom:6px;line-height:1.3}.ms-stages__product-bullets{list-style:none;padding:0;margin:0 0 8px;flex:1}.ms-stages__product-bullets li{font-size:12px;color:#555;padding:3px 0 3px 12px;position:relative;line-height:1.4}.ms-stages__product-bullets li:before{content:"";width:5px;height:5px;border-radius:50%;background:#1d9e75;position:absolute;left:0;top:8px}.ms-stages__product-link{display:inline-block;font-size:12px;font-weight:700;color:#3d157d;text-decoration:none;margin-top:auto}.ms-stages__product-link:hover{text-decoration:underline}.ms-intro{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:28px 32px}.ms-intro__pill{display:inline-block;background:#c8efe3;color:#0f6e56;font-size:11px;font-weight:800;padding:4px 12px;border-radius:20px;margin-bottom:12px;letter-spacing:.03em}.ms-intro__heading{margin-bottom:4px;line-height:1.2}.ms-intro__tagline{font-size:14px;color:#666;font-style:italic;margin-bottom:20px}.ms-intro__body{font-size:14px;color:#333;line-height:1.7}.ms-intro__body p{margin-bottom:8px}.ms-intro__body p>strong:only-child{font-weight:800!important;color:#3d157d;display:block;margin:18px 0 6px;padding-left:10px;border-left:3px solid #1D9E75}.ms-intro__body strong{font-weight:800!important;color:#3d157d}.ms-intro__body ol{list-style-type:decimal;padding-left:32px;margin:6px 0 12px}.ms-intro__body ul{list-style-type:disc;padding-left:32px;margin:6px 0 12px}.ms-intro__body li{margin-bottom:8px}.ms-milestones{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.ms-milestone{background:#f7f5ff;border-left:3px solid #534AB7;border-radius:8px;padding:12px 14px}.ms-milestone--highlight{background:#c8efe3;border-left-color:#1d9e75}.ms-milestone__age{font-size:12px;font-weight:800;color:#3d157d;margin-bottom:4px}.ms-milestone--highlight .ms-milestone__age{color:#0f6e56}.ms-milestone__text{font-size:12px;color:#555;line-height:1.55}.ms-faq{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:28px 32px}.ms-faq__heading{margin-bottom:24px}.ms-faq__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ms-faq__item{border-top:2px solid #C8EFE3;padding-top:14px}.ms-faq__q{font-size:14px;font-weight:800;color:#1a1a2e;margin-bottom:8px;line-height:1.4}.ms-faq__a{font-size:13px;color:#555;line-height:1.65}.ms-video{width:100%}.ms-video__heading{margin-bottom:12px}.ms-video__wrap{border-radius:16px;overflow:hidden;background:#1a0a2e;line-height:0}.ms-video__player{width:100%;max-height:520px;object-fit:cover;display:block}.ms-swatches{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:20px 28px}.ms-swatches__heading{font-size:16px;font-weight:800;color:#1a1a2e;margin-bottom:4px}.ms-swatches__sub{font-size:13px;color:#888;margin-bottom:14px}.ms-swatches__row{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.ms-swatch{display:flex;flex-direction:column;align-items:center;gap:5px}.ms-swatch__circle{width:30px;height:30px;border-radius:50%;border:1px solid rgba(0,0,0,.12);display:block}.ms-swatch__name{font-size:10px;color:#666;font-weight:600}.ms-swatches__link{margin-left:auto;font-size:13px;color:#3d157d;font-weight:700;text-decoration:none}.ms-swatches__link:hover{text-decoration:underline}.ms-product-grid{width:100%}.ms-product-grid__row{display:flex;gap:8px}.ms-product-grid__item{flex:1;position:relative;border-radius:12px;overflow:hidden;aspect-ratio:3 / 4}.ms-product-grid__img{width:100%;height:100%;object-fit:cover;display:block}.ms-product-grid__label{position:absolute;padding:12px;line-height:1.3;text-shadow:0 1px 4px rgba(0,0,0,.3)}.ms-product-grid__label--top-left{top:0;left:0}.ms-product-grid__label--top-right{top:0;right:0;text-align:right}.ms-product-grid__label--bottom-left{bottom:0;left:0}.ms-product-grid__label--bottom-right{bottom:0;right:0;text-align:right}@media(max-width:768px){.ms-banner{flex-direction:column;height:auto!important;min-height:unset}.ms-banner__bg{position:relative;width:100%;height:220px;flex-shrink:0;background-position:center center!important;background-size:contain!important;background-repeat:no-repeat}.ms-banner__overlay{display:none}.ms-banner__content{position:relative;z-index:2;padding:20px;background:#fff;width:100%;max-width:100%}.ms-image-grid{display:grid;grid-template-columns:1fr 1fr}.ms-image-grid__item{aspect-ratio:1 / 1}.ms-hotspots__wrap{height:auto!important;aspect-ratio:1 / 1;background-size:cover!important;background-position:center center!important}.ms-stages__tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:0 16px;scrollbar-width:none;-ms-overflow-style:none;justify-content:space-around}.ms-stages__tabs::-webkit-scrollbar{display:none}.ms-stages__tab{flex:1;flex-shrink:1;min-width:0;padding:10px 4px;margin-right:0;flex-direction:column;align-items:center;justify-content:center;gap:4px}.ms-stages__tab-num{width:36px;height:36px;font-size:14px;flex-shrink:0}.ms-stages__tab-text{display:flex;flex-direction:column;align-items:center;gap:0}.ms-stages__tab-name{display:none}.ms-stages__tab-age{display:block;font-size:10px;color:#888;text-align:center;white-space:nowrap}.ms-stages__panel-inner{flex-direction:column;padding:20px 16px;gap:24px}.ms-stages__left{width:100%}.ms-stages__products{flex-direction:column}.ms-stages__main-heading{padding:20px 16px 0}.ms-faq__grid,.ms-milestones{grid-template-columns:1fr}.ms-intro,.ms-faq{padding:20px 18px}.ms-product-grid__row{display:grid;grid-template-columns:1fr 1fr}.ms-product-grid__item{aspect-ratio:1 / 1}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/mealtime-set-v2.css.map */
