.ms-banner{position:relative;overflow:hidden;display:flex;align-items:center;background:#fff}.ms-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:center right}.ms-banner__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#fff 40%,#ffffffd9 55%,#fff0 75%)}.ms-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:0;pointer-events:none}.ms-banner__content{position:relative;z-index:1;padding:24px 40px;max-width:520px}.ms-banner__eyebrow{font-size:11px;color:var(--ms-brand, #3d157d);font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin:0 0 10px}.ms-banner__heading{font-size:28px;color:var(--ms-brand, #3d157d);font-weight:800;line-height:1.2;margin:0 0 14px}.ms-banner__body{font-size:15px;color:#1a1a2e;line-height:1.6;margin:0}@media screen and (max-width:699px){.ms-banner{height:auto;min-height:260px}.ms-banner__bg{background-position:bottom right;background-size:55%;opacity:.35}.ms-banner__content{padding:28px 20px;max-width:100%}.ms-banner__heading{font-size:22px}}.ms-hotspots{padding:48px 0;background:#fff}.ms-hotspots__wrap{position:relative;display:block;width:100%;margin-left:auto;margin-right:auto;line-height:0}.ms-hotspots__img{width:100%;height:auto;display:block}.ms-hotspot{position:absolute;left:var(--hs-x);top:var(--hs-y);transform:translate(-50%,-50%);z-index:2}.ms-hotspot__btn{width:28px;height:28px;border-radius:50%;background:#fff;border:3px solid var(--ms-brand, #3d157d);cursor:pointer;position:relative;display:block;transition:transform .15s;box-shadow:0 2px 8px #0000002e}.ms-hotspot__btn:after{content:"+";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--ms-brand, #3d157d);font-size:18px;font-weight:700;line-height:1}.ms-hotspot.open .ms-hotspot__btn,.ms-hotspot__btn:hover{transform:scale(1.15);background:var(--ms-brand, #3d157d);border-color:var(--ms-brand, #3d157d)}.ms-hotspot.open .ms-hotspot__btn:after,.ms-hotspot__btn:hover:after{color:#fff;content:"\d7"}.ms-hotspot__popup{display:none;position:absolute;top:36px;background:#fff;border-radius:10px;padding:14px 16px;width:220px;box-shadow:0 6px 24px #00000024;z-index:10;line-height:1.4}.ms-hotspot__popup--right{left:0}.ms-hotspot__popup--left{right:0}.ms-hotspot.open .ms-hotspot__popup{display:block}.ms-hotspot__name{font-size:14px;font-weight:800;color:var(--ms-brand, #3d157d);margin:0 0 6px}.ms-hotspot__desc{font-size:13px;color:#444;margin:0 0 8px;line-height:1.5}.ms-hotspot__link{font-size:13px;font-weight:700;color:var(--ms-brand, #3d157d);text-decoration:none}.ms-hotspot__link:hover{text-decoration:underline}.ms-stages{padding:48px 20px;max-width:1200px;margin:0 auto}.ms-stages__heading{font-size:25px;color:var(--ms-brand, #3d157d);font-weight:800;margin:0 0 24px}.ms-stages__tabs{display:flex;flex-wrap:wrap;gap:4px;border-bottom:2px solid #e5e5e5;margin-bottom:36px}.ms-stages__tab{display:flex;align-items:center;gap:10px;padding:12px 16px 14px;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;color:#555;font-family:inherit;transition:color .2s,border-color .2s}.ms-stages__tab:hover{color:var(--ms-brand, #3d157d)}.ms-stages__tab.active{border-bottom-color:var(--ms-brand, #3d157d);color:var(--ms-brand, #3d157d)}.ms-stages__tab-num{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#e5e5e5;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;transition:background .2s,color .2s}.ms-stages__tab.active .ms-stages__tab-num{background:var(--ms-brand, #3d157d);color:#fff}.ms-stages__tab-text{text-align:left}.ms-stages__tab-name{display:block;font-size:14px;font-weight:700;line-height:1.2}.ms-stages__tab-age{display:block;font-size:12px;color:#888;line-height:1.2}.ms-stages__panel{display:none}.ms-stages__panel.active{display:block}.ms-stages__panel-inner{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}@media screen and (max-width:767px){.ms-stages__panel-inner{grid-template-columns:1fr;gap:28px}}.ms-stages__pill{display:inline-block;background:#f0ebff;color:var(--ms-brand, #3d157d);border-radius:20px;padding:4px 14px;font-size:13px;font-weight:700;margin-bottom:12px}.ms-stages__stage-heading{font-size:var(--ms-stage-heading-size, 27px);color:var(--ms-brand, #3d157d);font-weight:800;margin:0 0 12px}.ms-stages__body{font-size:var(--ms-body-size, 15px);color:#333;line-height:1.65;margin:0 0 20px}.ms-stages__signs-label{font-size:13px;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.06em;margin:0 0 10px}.ms-stages__bullets{list-style:none;padding:0;margin:0}.ms-stages__bullets li{font-size:15px;color:#333;padding:5px 0 5px 22px;position:relative;line-height:1.45}.ms-stages__bullets li:before{content:"\25cf";color:var(--ms-brand, #3d157d);font-size:7px;position:absolute;left:2px;top:9px}.ms-stages__products-label{font-size:13px;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.06em;margin:0 0 16px}.ms-stages__products{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media screen and (max-width:900px){.ms-stages__products{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.ms-stages__products{grid-template-columns:1fr}}.ms-stages__product-card{background:#f7f5fb;border-radius:10px;padding:16px}.ms-stages__product-img{width:100%;aspect-ratio:1 / 1;border-radius:6px;overflow:hidden;margin-bottom:14px;background:#e8e3f0}.ms-stages__product-img--empty{background:#e8e3f0}.ms-stages__product-img img{width:100%;height:100%;object-fit:cover;display:block}.ms-stages__product-name{font-size:15px;font-weight:800;color:var(--ms-brand, #3d157d);margin:0 0 8px;line-height:1.3}.ms-stages__product-bullets{list-style:none;padding:0;margin:0 0 12px}.ms-stages__product-bullets li{font-size:13px;color:#444;padding:3px 0 3px 16px;position:relative;line-height:1.5}.ms-stages__product-bullets li:before{content:"\25cf";color:var(--ms-accent, #30beaa);font-size:6px;position:absolute;left:1px;top:8px}.ms-stages__product-link{display:inline-block;font-size:13px;font-weight:700;color:var(--ms-brand, #3d157d);text-decoration:none}.ms-stages__product-link:hover{text-decoration:underline}.ms-video{padding:48px 20px;max-width:1200px;margin:0 auto;text-align:center}.ms-video__heading{font-size:25px;color:var(--ms-brand, #3d157d);font-weight:800;margin:0 0 24px}.ms-video__player{border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000001f;line-height:0}.ms-video__player video{width:100%;height:auto;display:block}.ms-swatches{padding:40px 20px 56px;max-width:1200px;margin:0 auto;text-align:center}.ms-swatches__heading{font-size:22px;color:var(--ms-brand, #3d157d);font-weight:800;margin:0 0 6px}.ms-swatches__sub{font-size:13px;color:#888;margin:0 0 24px}.ms-swatches__row{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.ms-swatch{display:flex;flex-direction:column;align-items:center;gap:7px}.ms-swatch__circle{display:block;width:38px;height:38px;border-radius:50%;border:1px solid rgba(0,0,0,.12);box-shadow:0 2px 6px #00000014}.ms-swatch__name{font-size:11px;color:#555;text-align:center;max-width:64px;line-height:1.3}.ms-stages__signs-richtext ul,.ms-stages__signs-richtext ol{list-style:none;padding:0;margin:0}.ms-stages__signs-richtext li{font-size:15px;color:#333;padding:5px 0 5px 22px;position:relative;line-height:1.45}.ms-stages__signs-richtext li:before{content:"\25cf";color:var(--ms-brand, #3d157d);font-size:7px;position:absolute;left:2px;top:9px}.ms-stages__signs-richtext p{font-size:15px;color:#333;line-height:1.45;margin:0 0 4px}.ms-stages__product-richtext ul,.ms-stages__product-richtext ol{list-style:none;padding:0;margin:0 0 12px}.ms-stages__product-richtext li{font-size:13px;color:#444;padding:3px 0 3px 16px;position:relative;line-height:1.5}.ms-stages__product-richtext li:before{content:"\25cf";color:var(--ms-accent, #30beaa);font-size:6px;position:absolute;left:1px;top:8px}.ms-stages__product-richtext p{font-size:13px;color:#444;line-height:1.5;margin:0 0 6px}
/*# sourceMappingURL=/cdn/shop/t/28/assets/mealtime-set-v2.css.map */
