@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Nunito:wght@700;800;900&display=swap";.cms{--cms-bg:#f1f2f4;--cms-surface:#fff;--cms-ink:#1a1c1d;--cms-muted:#616a75;--cms-line:#e1e3e5;--cms-brand:#e5387f;--cms-brand-soft:#fdeaf2;--cms-accent:#0f766e;--cms-accent-soft:#e6f4f1;--cms-warn:#b45309;--cms-warn-soft:#fef3c7;--cms-danger:#b42318;--cms-danger-soft:#fee4e2;--cms-radius:12px;--cms-shadow:0 1px 2px #1018280f, 0 1px 3px #1018280a;background:var(--cms-bg);min-height:100vh;color:var(--cms-ink);grid-template-columns:248px 1fr;font:400 14px/1.5 Nunito,system-ui,sans-serif;display:grid}.cms *,.cms :before,.cms :after{box-sizing:border-box}.cms h1,.cms h2,.cms h3,.cms h4{letter-spacing:-.01em;margin:0;font-weight:800}.cms p{margin:0}.cms code{word-break:break-all;background:#f6f6f7;border-radius:5px;padding:2px 6px;font:600 12px/1.4 ui-monospace,Menlo,Consolas,monospace}.cms-sidebar{border-right:1px solid var(--cms-line);background:#fff;flex-direction:column;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.cms-brand{border-bottom:1px solid var(--cms-line);align-items:center;gap:10px;padding:20px 18px;display:flex}.cms-brand>span{background:var(--cms-brand);color:#fff;border-radius:10px;place-items:center;width:38px;height:38px;font:900 13px Nunito;display:grid}.cms-brand b{font-size:14px;display:block}.cms-brand small{color:var(--cms-muted);font-size:12px}.cms-sidebar nav{flex:1;padding:12px 10px}.cms-sidebar nav h4{text-transform:uppercase;letter-spacing:.09em;color:var(--cms-muted);margin:16px 10px 6px;font-size:10px}.cms-sidebar nav a{color:#3a3f45;border-radius:8px;align-items:center;gap:10px;padding:9px 10px;font-size:13.5px;font-weight:700;text-decoration:none;display:flex}.cms-sidebar nav a svg{width:17px;height:17px;color:var(--cms-muted)}.cms-sidebar nav a:hover{background:#f4f5f6}.cms-sidebar nav a.active{background:var(--cms-brand-soft);color:var(--cms-brand)}.cms-sidebar nav a.active svg{color:var(--cms-brand)}.cms-view-store{color:#3a3f45;background:#f4f5f6;border-radius:9px;align-items:center;gap:8px;margin:10px;padding:11px;font-size:13px;font-weight:700;text-decoration:none;display:flex}.cms-view-store svg{width:15px}.cms-view-store:hover{background:#eceef0}.cms-main{flex-direction:column;min-width:0;display:flex}.cms-topbar{border-bottom:1px solid var(--cms-line);z-index:20;background:#fff;align-items:center;gap:16px;padding:12px 26px;display:flex;position:sticky;top:0}.cms-topbar-stats{color:var(--cms-muted);flex-wrap:wrap;flex:1;gap:18px;font-size:12.5px;display:flex}.cms-topbar-stats b{color:var(--cms-ink);font-size:14px}.cms-topbar-stats .warn b{color:var(--cms-warn)}.cms-panel-page{flex-direction:column;gap:18px;max-width:1360px;padding:26px;display:flex}.cms-page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.cms-page-head h1{margin:4px 0 6px;font-size:27px}.cms-page-head p{color:var(--cms-muted);max-width:62ch}.cms-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--cms-brand);font-size:10.5px;font-weight:800}.cms-head-actions{flex-wrap:wrap;gap:8px;display:flex}.cms-button{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:9px;align-items:center;gap:7px;padding:9px 14px;font:800 13px Nunito;text-decoration:none;display:inline-flex}.cms-button svg{width:15px;height:15px}.cms-button.primary{background:var(--cms-brand);color:#fff}.cms-button.primary:hover:not(:disabled){background:#cc2c70}.cms-button.ghost{border-color:var(--cms-line);color:#3a3f45;background:#fff}.cms-button.ghost:hover:not(:disabled){background:#f4f5f6}.cms-button.danger{background:var(--cms-danger-soft);color:var(--cms-danger)}.cms-button:disabled{opacity:.5;cursor:not-allowed}.cms-mini-button{border:1px solid var(--cms-line);cursor:pointer;color:#3a3f45;background:#fff;border-radius:7px;align-items:center;gap:5px;padding:6px 10px;font:800 12px Nunito;text-decoration:none;display:inline-flex}.cms-mini-button svg{width:13px;height:13px}.cms-mini-button:hover:not(:disabled){background:#f4f5f6}.cms-mini-button:disabled{opacity:.45;cursor:not-allowed}.cms-icon-button{cursor:pointer;width:34px;height:34px;color:var(--cms-muted);background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.cms-icon-button:hover{background:#f4f5f6}.cms-icon-button svg{width:18px}.cms-spacer{flex:1}.cms-spin{animation:1s linear infinite cms-spin}@keyframes cms-spin{to{transform:rotate(360deg)}}.cms-card{background:var(--cms-surface);border:1px solid var(--cms-line);border-radius:var(--cms-radius);box-shadow:var(--cms-shadow);min-width:0;padding:20px}.cms-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.cms-card-head.spaced{margin-top:24px}.cms-card-head h2{font-size:15px}.cms-card-head small,.cms-card-head a{color:var(--cms-muted);font-size:12px;font-weight:700;text-decoration:none}.cms-card-head a:hover{color:var(--cms-brand)}.cms-two-column{grid-template-columns:1fr 1fr;align-items:start;gap:16px;display:grid}.cms-metric-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.cms-metric-grid.slim{grid-template-columns:repeat(3,1fr)}.cms-metric{border:1px solid var(--cms-line);border-radius:var(--cms-radius);box-shadow:var(--cms-shadow);background:#fff;gap:13px;padding:16px 18px;display:flex}.cms-metric-icon{background:var(--cms-accent-soft);width:38px;height:38px;color:var(--cms-accent);border-radius:10px;flex:none;place-items:center;display:grid}.cms-metric-icon svg{width:18px}.cms-metric.warn .cms-metric-icon{background:var(--cms-warn-soft);color:var(--cms-warn)}.cms-metric small{color:var(--cms-muted);font-size:12px;font-weight:700}.cms-metric strong{font-size:25px;line-height:1.2;display:block}.cms-metric p{color:var(--cms-muted);align-items:center;gap:6px;font-size:11.5px;display:flex}.cms-metric em{border-radius:20px;align-items:center;gap:2px;padding:1px 5px;font-style:normal;font-weight:800;display:inline-flex}.cms-metric em svg{width:12px}.cms-metric em.up{background:var(--cms-accent-soft);color:var(--cms-accent)}.cms-metric em.down{background:var(--cms-danger-soft);color:var(--cms-danger)}.cms-strip{border:1px solid var(--cms-line);border-radius:var(--cms-radius);color:var(--cms-muted);background:#fff;flex-wrap:wrap;align-items:center;gap:18px;padding:11px 16px;font-size:12.5px;font-weight:700;display:flex}.cms-strip span{align-items:center;gap:6px;display:inline-flex}.cms-strip svg{width:15px}.cms-dirty{color:var(--cms-warn);background:var(--cms-warn-soft);border-radius:20px;padding:3px 9px}.cms-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cms-search{border:1px solid var(--cms-line);background:#fff;border-radius:9px;align-items:center;gap:9px;padding:0 12px;display:flex}.cms-search svg{width:16px;color:var(--cms-muted);flex:none}.cms-search input{font:inherit;background:0 0;border:0;outline:0;flex:1;padding:10px 0}.cms-search.inline{flex:1;min-width:240px}.cms-search span{color:var(--cms-muted);white-space:nowrap;font-size:12px}.cms-inline-select{border:1px solid var(--cms-line);background:#fff;border-radius:9px;align-items:center;gap:7px;padding:0 10px;display:inline-flex}.cms-inline-select svg{width:15px;color:var(--cms-muted)}.cms-inline-select select{background:0 0;border:0;outline:0;padding:9px 4px;font:700 13px Nunito}.cms-checkbox{border:1px solid var(--cms-line);background:#fff;border-radius:9px;align-items:center;gap:7px;padding:9px 12px;font-size:13px;font-weight:700;display:inline-flex}.cms-count{color:var(--cms-muted);margin-left:auto;font-size:12.5px;font-weight:700}.cms-table-wrap{border:1px solid var(--cms-line);border-radius:var(--cms-radius);box-shadow:var(--cms-shadow);background:#fff;overflow-x:auto}.cms-table{border-collapse:collapse;width:100%;min-width:780px}.cms-table th{text-align:left;text-transform:uppercase;letter-spacing:.07em;color:var(--cms-muted);border-bottom:1px solid var(--cms-line);background:#fafbfb;padding:11px 14px;font-size:10.5px}.cms-table td{vertical-align:middle;border-bottom:1px solid #f1f2f4;padding:12px 14px}.cms-table tr.selected{background:var(--cms-brand-soft)}.cms-table td b{font-size:13.5px;display:block}.cms-table td small{color:var(--cms-muted);font-size:11.5px;display:block}.cms-table td small.ok{color:var(--cms-accent);font-weight:800}.cms-table td.right{text-align:right}.cms-table th.tick,.cms-table td.tick{width:40px}.cms-table select{border:1px solid var(--cms-line);background:#fff;border-radius:7px;padding:7px 9px;font:700 12px Nunito}.cms-table.compact{min-width:0}.cms-table.compact th,.cms-table.compact td{padding:9px 6px}.cms-strike{text-decoration:line-through}.cms-product-cell{align-items:center;gap:11px;display:flex}.cms-thumb{background:#f1f2f4;border-radius:8px;flex:none;place-items:center;width:42px;height:42px;display:grid;overflow:hidden}.cms-thumb img{object-fit:cover;width:100%;height:100%}.cms-thumb span{color:var(--cms-muted);text-transform:uppercase;font:800 12px Nunito}.cms-product-cell b{align-items:center;gap:5px;display:flex}.cms-product-cell em svg{color:#e0a500;width:13px}.cms-product-cell em.one-off{color:#c01e5c;background:#ffe9f1;border-radius:50%;place-items:center;width:16px;height:16px;font:800 10px/1 sans-serif;display:grid}.cms-pill{color:#4a5158;text-transform:capitalize;background:#f1f2f4;border-radius:20px;padding:3px 9px;font:800 11px Nunito;display:inline-block}.cms-pill.status-active{background:var(--cms-accent-soft);color:var(--cms-accent)}.cms-pill.status-draft{background:var(--cms-warn-soft);color:var(--cms-warn)}.cms-pill.status-archived{color:var(--cms-muted);background:#f1f2f4}.cms-stock{font-weight:800}.cms-stock.low{color:var(--cms-warn)}.cms-bulk-bar{color:#fff;border-radius:var(--cms-radius);background:#1a1c1d;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 14px;display:flex}.cms-bulk-bar b{margin-right:6px;font-size:13px}.cms-bulk-bar button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:7px;align-items:center;gap:5px;padding:6px 11px;font:800 12px Nunito;display:inline-flex}.cms-bulk-bar button:hover{background:#ffffff26}.cms-bulk-bar button svg{width:13px}.cms-bulk-bar button.danger{background:#93251c;border-color:#b42318}.cms-bulk-bar button.ghost{background:0 0}.cms-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.cms-list li{border-bottom:1px solid #f1f2f4;justify-content:space-between;align-items:center;gap:12px;padding:9px 0;display:flex}.cms-list li:last-child{border-bottom:0}.cms-list b{font-size:13px;display:block}.cms-list small{color:var(--cms-muted);font-size:11.5px}.cms-list em{white-space:nowrap;font-size:13px;font-style:normal;font-weight:800}.cms-list em.warn{color:var(--cms-warn)}.cms-list em.danger{color:var(--cms-danger)}.cms-bars{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.cms-bars li{grid-template-columns:96px 1fr 34px;align-items:center;gap:10px;font-size:12.5px;display:grid}.cms-bars span{color:var(--cms-muted);text-transform:capitalize;font-weight:700}.cms-bars div{background:#f1f2f4;border-radius:20px;height:8px;overflow:hidden}.cms-bars i{background:var(--cms-brand);border-radius:20px;height:100%;display:block}.cms-bars b{text-align:right;font-size:12.5px}.cms-chart svg{width:100%;height:180px;display:block}.cms-chart-area{fill:var(--cms-brand-soft)}.cms-chart-line{fill:none;stroke:var(--cms-brand);stroke-width:2.5px;vector-effect:non-scaling-stroke;stroke-linejoin:round}.cms-chart footer{color:var(--cms-muted);justify-content:space-between;padding-top:8px;font-size:11.5px;font-weight:700;display:flex}.cms-empty{color:var(--cms-muted);text-align:center;padding:18px 0;font-size:13px}.cms-empty svg{vertical-align:-3px;width:16px;margin-right:6px}.cms-hint-box{border:1px solid var(--cms-line);color:var(--cms-muted);background:#f8f9fa;border-radius:9px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;padding:11px 13px;font-size:12.5px;display:flex}.cms-hint-box svg{flex:none;width:15px}.cms-timeline{margin:0;padding:0;list-style:none}.cms-timeline li{border-bottom:1px solid #f1f2f4;gap:12px;padding:10px 0;display:flex}.cms-timeline b{text-transform:capitalize;font-size:13px;display:block}.cms-timeline small{color:var(--cms-muted);margin-bottom:4px;font-size:11.5px;display:block}.cms-dot{background:var(--cms-brand);border-radius:50%;flex:none;width:9px;height:9px;margin-top:6px}.cms-dot.actor-customer{background:var(--cms-accent)}.cms-dot.actor-mpesa{background:#16a34a}.cms-inventory-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.cms-inventory-grid article{border:1px solid var(--cms-line);border-radius:var(--cms-radius);box-shadow:var(--cms-shadow);background:#fff;grid-template-columns:1fr auto auto;align-items:center;gap:14px;padding:14px 16px;display:grid}.cms-inventory-grid article.low{background:#fffdf7;border-color:#f5c98b}.cms-inventory-grid b{font-size:13.5px;display:block}.cms-inventory-grid small{color:var(--cms-muted);font-size:11.5px;display:block}.cms-stock-figure{text-align:center}.cms-stock-figure strong{color:var(--cms-accent);font-size:23px;display:block}.cms-inventory-grid article.low .cms-stock-figure strong{color:var(--cms-warn)}.cms-stepper{align-items:center;gap:5px;display:flex}.cms-stepper>button:not(.cms-mini-button){border:1px solid var(--cms-line);cursor:pointer;background:#fff;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.cms-stepper svg{width:14px}.cms-stepper button:disabled{opacity:.4;cursor:not-allowed}.cms-field-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.cms-field{flex-direction:column;gap:5px;min-width:0;display:flex}.cms-field.wide,.cms-field-textarea,.cms-field-list,.cms-field-image{grid-column:1/-1}.cms-field>span{color:#3a3f45;align-items:center;gap:6px;font-size:11.5px;font-weight:800;display:flex}.cms-field>span svg{width:14px;color:var(--cms-muted)}.cms-field input,.cms-field select,.cms-field textarea{border:1px solid var(--cms-line);font:inherit;background:#fff;border-radius:8px;width:100%;padding:9px 11px}.cms-field input:focus,.cms-field select:focus,.cms-field textarea:focus{outline:2px solid var(--cms-brand-soft);border-color:var(--cms-brand)}.cms-field input:disabled{color:var(--cms-muted);background:#f6f6f7}.cms-field small{color:var(--cms-muted);font-size:11px}.cms-field.toggle{border:1px solid var(--cms-line);background:#fff;border-radius:8px;flex-flow:wrap;justify-content:space-between;align-items:center;padding:9px 12px}.cms-field.toggle>small{flex:1 0 100%;margin-top:7px;line-height:1.45}.cms-connected{color:var(--cms-accent);background:var(--cms-accent-soft);border-radius:20px;align-items:center;gap:3px;padding:1px 7px;font-size:10.5px;font-style:normal;display:inline-flex}.cms-connected svg{width:11px}.cms-switch{flex:none;width:40px;height:22px;display:inline-block;position:relative}.cms-switch input{opacity:0;cursor:pointer;z-index:1;width:100%;height:100%;margin:0;position:absolute}.cms-switch span{background:#cfd3d7;border-radius:20px;transition:background .15s;position:absolute;inset:0}.cms-switch span:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .15s;position:absolute;top:3px;left:3px}.cms-switch input:checked+span{background:var(--cms-accent)}.cms-switch input:checked+span:after{transform:translate(18px)}.cms-image-field{grid-template-columns:74px 1fr;align-items:start;gap:11px;display:grid}.cms-image-preview{border:1px solid var(--cms-line);background:#f6f6f7;border-radius:9px;place-items:center;width:74px;height:74px;display:grid;overflow:hidden}.cms-image-preview img{object-fit:cover;width:100%;height:100%}.cms-image-preview svg{width:20px;color:var(--cms-muted)}.cms-image-preview{cursor:copy;transition:border-color .12s,background .12s}.cms-image-preview.dragging{background:#fff5f8;border-color:#ed2f72}.cms-image-preview .spin{color:#ed2f72;width:20px}.cms-image-field>div{flex-direction:column;gap:7px;display:flex}.cms-image-field input{border:1px solid var(--cms-line);font:inherit;border-radius:8px;width:100%;padding:9px 11px}.cms-section-list{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.cms-section-card{border:1px solid var(--cms-line);border-radius:var(--cms-radius);box-shadow:var(--cms-shadow);background:#fff;overflow:hidden}.cms-section-card.disabled{opacity:.62;background:#fafbfb}.cms-section-card.open{border-color:var(--cms-brand)}.cms-section-head{align-items:center;gap:12px;padding:12px 16px;display:flex}.cms-order{width:26px;height:26px;color:var(--cms-muted);background:#f1f2f4;border-radius:7px;flex:none;place-items:center;font:800 12px Nunito;display:grid}.cms-section-title{text-align:left;cursor:pointer;background:0 0;border:0;flex:1;min-width:0;padding:0}.cms-section-title b{font-size:14px;display:block}.cms-section-title small{color:var(--cms-muted);font-size:11.5px}.cms-section-tools{flex:none;gap:3px;display:flex}.cms-section-tools button{cursor:pointer;width:30px;height:30px;color:var(--cms-muted);background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;display:grid}.cms-section-tools button:hover:not(:disabled){color:var(--cms-ink);background:#f1f2f4}.cms-section-tools button:disabled{opacity:.3;cursor:not-allowed}.cms-section-tools button.danger:hover{background:var(--cms-danger-soft);color:var(--cms-danger)}.cms-section-tools button svg{width:15px}.cms-section-tools button.rotated svg{transform:rotate(180deg)}.cms-section-body{border-top:1px solid var(--cms-line);background:#fafbfb;padding:18px 16px}.cms-section-hint{color:var(--cms-muted);font-size:12.5px;margin-bottom:14px!important}.cms-repeater{border-top:1px dashed var(--cms-line);margin-top:18px;padding-top:14px}.cms-repeater-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.cms-repeater-head h4{text-transform:uppercase;letter-spacing:.06em;color:var(--cms-muted);font-size:12.5px}.cms-repeater-head em{background:#f1f2f4;border-radius:20px;margin-left:5px;padding:1px 7px;font-style:normal}.cms-repeater-item{border:1px solid var(--cms-line);background:#fff;border-radius:10px;margin-bottom:9px;padding:14px}.cms-repeater-item-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.cms-repeater-item-head b{color:var(--cms-muted);font-size:12.5px}.cms-add-section{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.cms-add-grid{grid-template-columns:repeat(3,1fr);gap:9px;width:100%;display:grid}.cms-add-grid button{text-align:left;border:1px solid var(--cms-line);cursor:pointer;background:#fff;border-radius:10px;padding:13px}.cms-add-grid button:hover{border-color:var(--cms-brand);background:var(--cms-brand-soft)}.cms-add-grid b{margin-bottom:3px;font-size:13px;display:block}.cms-add-grid small{color:var(--cms-muted);font-size:11.5px}.cms-announcement-preview{background:var(--cms-brand);color:#fff;border-radius:9px;flex-wrap:wrap;gap:16px;margin-top:12px;padding:11px 14px;font-size:12px;font-weight:700;display:flex}.cms-social-list{flex-direction:column;gap:10px;display:flex}.cms-social-row{grid-template-columns:38px 1fr auto;align-items:center;gap:11px;display:grid}.cms-social-row i{color:#4a5158;background:#f1f2f4;border-radius:9px;place-items:center;width:38px;height:38px;display:grid}.cms-social-row i svg{width:17px}.cms-social-row>div{flex-direction:column;gap:4px;min-width:0;display:flex}.cms-social-row span{font-size:11.5px;font-weight:800}.cms-social-row input{border:1px solid var(--cms-line);font:inherit;border-radius:8px;width:100%;padding:8px 10px}.cms-social-row a{color:var(--cms-muted)}.cms-social-row a svg{width:16px}.cms-sticky-save{border-radius:var(--cms-radius);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1a1c1dee;justify-content:flex-end;gap:9px;padding:11px 14px;display:flex;position:sticky;bottom:14px}.cms-sticky-save .cms-button.ghost{color:#fff;background:0 0;border-color:#fff3}.cms-modal{z-index:60;background:#1a1c1d80;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.cms-modal-card,.cms-drawer{background:#fff;border-radius:14px;flex-direction:column;width:min(920px,100%);max-height:90vh;display:flex;overflow:hidden}.cms-drawer{width:min(760px,100%)}.cms-modal-card>header,.cms-drawer>header{border-bottom:1px solid var(--cms-line);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.cms-modal-card h3,.cms-drawer h3{font-size:17px}.cms-drawer-body{flex:1;padding:20px;overflow-y:auto}.cms-drawer-body h4{text-transform:uppercase;letter-spacing:.06em;color:var(--cms-muted);margin:20px 0 8px;font-size:12.5px}.cms-drawer>footer{border-top:1px solid var(--cms-line);background:#fafbfb;align-items:center;gap:9px;padding:14px 20px;display:flex}.cms-profile-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.cms-profile-grid small{color:var(--cms-muted);font-size:11px;font-weight:700;display:block}.cms-profile-grid b{font-size:14px}.cms-media-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:11px;padding:16px 20px;display:grid;overflow-y:auto}.cms-media-grid.page{padding:0}.cms-media-tile{border:1px solid var(--cms-line);cursor:pointer;text-align:left;background:#fff;border-radius:10px;padding:8px;overflow:hidden}.cms-media-tile:hover{border-color:var(--cms-brand)}.cms-media-tile.selected{border-color:var(--cms-brand);background:var(--cms-brand-soft)}.cms-media-tile img{aspect-ratio:4/3;object-fit:cover;background:#f1f2f4;border-radius:7px;width:100%}.cms-media-tile span{text-overflow:ellipsis;white-space:nowrap;margin-top:6px;font-size:11.5px;font-weight:700;display:block;overflow:hidden}.cms-media-tile small{color:var(--cms-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;display:block;overflow:hidden}.cms-signin{grid-column:1/-1;place-items:center;min-height:100vh;padding:20px;display:grid}.cms-signin form{border:1px solid var(--cms-line);background:#fff;border-radius:16px;flex-direction:column;gap:12px;width:min(400px,100%);padding:34px;display:flex;box-shadow:0 12px 40px #10182814}.cms-brand-mark{background:var(--cms-brand);color:#fff;border-radius:13px;place-items:center;width:48px;height:48px;font:900 15px Nunito;display:grid}.cms-signin h1{font-size:21px}.cms-signin p{color:var(--cms-muted);font-size:13px}.cms-signin label{flex-direction:column;gap:6px;margin-top:8px;font-size:11.5px;font-weight:800;display:flex}.cms-signin input{border:1px solid var(--cms-line);font:inherit;border-radius:9px;padding:11px}.cms-signin button{justify-content:center}.cms-signin small{color:var(--cms-muted);text-align:center;font-size:11.5px}.cms-signin small.error{color:var(--cms-danger)}.cms-toasts{z-index:80;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:18px;right:18px}.cms-toast{color:#fff;cursor:pointer;background:#1a1c1d;border-radius:10px;max-width:340px;padding:12px 16px;font-size:13px;font-weight:700;box-shadow:0 8px 24px #1018282e}.cms-toast.success{background:#0f766e}.cms-toast.error{background:var(--cms-danger)}.cms-mobile-only{display:none}@media (width<=1100px){.cms-two-column{grid-template-columns:1fr}.cms-metric-grid,.cms-add-grid{grid-template-columns:repeat(2,1fr)}.cms-inventory-grid{grid-template-columns:1fr}}@media (width<=860px){.cms{grid-template-columns:1fr}.cms-mobile-only{display:grid}.cms-sidebar{z-index:70;width:262px;transition:transform .2s;position:fixed;inset:0 auto 0 0;transform:translate(-100%);box-shadow:0 0 40px #10182833}.cms-sidebar.open{transform:none}.cms-panel-page{padding:18px 14px}.cms-metric-grid,.cms-metric-grid.slim,.cms-field-grid,.cms-add-grid,.cms-profile-grid{grid-template-columns:1fr}.cms-page-head h1{font-size:23px}.cms-inventory-grid article{grid-template-columns:1fr}}.cms-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;display:grid}.cms-grid label{flex-direction:column;gap:5px;font-size:12px;font-weight:700;display:flex}.cms-grid input,.cms-grid select{border:1px solid #dde0e8;border-radius:9px;padding:10px 12px;font-size:13px}.cms-grid small{opacity:.65;font-size:11px;font-weight:400}.cms-discount-form h2{align-items:center;gap:7px;margin:0 0 14px;font-size:16px;display:flex}.cms-discount-form .cms-button{margin-top:16px}.cms-table-wrap{border:1px solid #e6e8ee;border-radius:14px;overflow-x:auto}.cms-table{border-collapse:collapse;width:100%;min-width:720px;font-size:13px}.cms-table th,.cms-table td{text-align:left;vertical-align:top;border-bottom:1px solid #eef0f4;padding:12px 14px}.cms-table th{text-transform:uppercase;letter-spacing:.07em;opacity:.6;font-size:11px}.cms-table tr:last-child td{border-bottom:0}.cms-table small{opacity:.6;margin-top:3px;font-size:11px;display:block}.cms-table code{background:#f2f4f8;border-radius:6px;padding:2px 7px;font-size:12px}.cms-table tr.is-inactive{opacity:.5}.cms-pill{cursor:pointer;border:0;border-radius:20px;padding:4px 11px;font-size:11px;font-weight:800}.cms-pill.ok{color:#176a45;background:#e2f6ec}.cms-pill.off{color:#6a7182;background:#f0f1f5}.cms-icon-button.danger{color:#c33}.cms-error{color:#c33;margin-top:10px;font-size:13px}.cms-upload{margin-bottom:18px}.cms-dropzone{text-align:center;background:#fafbfd;border:2px dashed #d7dbe6;border-radius:16px;flex-direction:column;align-items:center;gap:10px;padding:26px 20px;transition:all .2s;display:flex}.cms-dropzone.dragging{background:#fff5f8;border-color:#ed2f72}.cms-dropzone p{opacity:.7;max-width:520px;margin:0;font-size:12.5px}.cms-dropzone code{background:#eef0f5;border-radius:5px;padding:1px 6px}.cms-upload-results{margin-top:14px}.cms-upload-results h4{color:#176a45;align-items:center;gap:6px;margin:0 0 10px;font-size:13px;display:flex}.cms-upload-results ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.cms-upload-results li{align-items:center;gap:11px;font-size:12px;display:flex}.cms-upload-results img{object-fit:cover;border-radius:8px;width:40px;height:40px}.cms-upload-results span{flex-direction:column;gap:2px;min-width:0;display:flex}.cms-upload-results code{overflow-wrap:anywhere;background:#f2f4f8;border-radius:5px;padding:2px 6px}.cms-upload-results small{opacity:.6}.cms-window-picker{align-items:center;gap:8px;display:flex}.cms-card-note{opacity:.65;margin:-6px 0 16px;font-size:12.5px}.cms-subhead{text-transform:uppercase;letter-spacing:.07em;opacity:.6;margin:22px 0 10px;font-size:12px}.cms-split{grid-template-columns:1fr 1fr;gap:16px;display:grid}.cms-card h2{margin:0 0 12px;font-size:17px}.stat-tiles{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:18px;display:grid}.stat-tiles article{background:#fff;border:1px solid #e6e8ee;border-radius:14px;flex-direction:column;gap:3px;padding:16px 18px;display:flex}.stat-tiles span{text-transform:uppercase;letter-spacing:.07em;opacity:.6;font-size:11px;font-weight:700}.stat-tiles strong{font-size:25px;font-weight:800;line-height:1.15}.stat-tiles small{opacity:.65;align-items:center;gap:6px;font-size:11.5px;display:flex}.stat-tiles em{border-radius:20px;align-items:center;gap:1px;padding:1px 6px;font-style:normal;font-weight:800;display:inline-flex}.stat-tiles em.up{color:#176a45;background:#e2f6ec}.stat-tiles em.down{color:#a01834;background:#fdeaee}.insight-tips h2{align-items:center;gap:7px;display:flex}.tip-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;display:grid}.tip-grid article{background:#fbfbfd;border:1px solid #eceef4;border-left:3px solid #ed2f72;border-radius:10px;padding:14px 16px}.tip-grid strong{margin-bottom:5px;font-size:13.5px;display:block}.tip-grid p{opacity:.75;margin:0;font-size:12.5px;line-height:1.55}.chart{width:100%;height:auto;display:block}.chart-grid{stroke:#eceef4;stroke-width:1px}.chart-axis{fill:#8a90a0;font-size:10px}.chart-legend{gap:16px;margin-bottom:8px;font-size:12px;display:flex}.chart-legend span{align-items:center;gap:6px;display:flex}.chart-legend i{border-radius:3px;width:10px;height:10px}.heatmap{flex-direction:column;gap:3px;display:flex}.heatmap-hours{color:#8a90a0;grid-template-columns:repeat(24,1fr);gap:2px;margin-left:42px;font-size:9px;display:grid}.heatmap-row{grid-template-columns:42px 1fr;align-items:center;gap:6px;display:grid}.heatmap-row b{opacity:.6;font-size:11px}.heatmap-row>div{grid-template-columns:repeat(24,1fr);gap:2px;display:grid}.heatmap-row i{aspect-ratio:1;background:#eef0f5;border-radius:3px;display:block}.heatmap-row i.has-traffic{background:#ed2f72}.heatmap-note{opacity:.75;margin:12px 0 0;font-size:12px}.bar-list{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.bar-list li{grid-template-columns:minmax(80px,150px) 1fr auto;align-items:center;gap:12px;font-size:12.5px;display:grid}.bar-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bar-track{background:#f0f2f7;border-radius:20px;height:9px;overflow:hidden}.bar-track i{border-radius:20px;min-width:3px;height:100%;transition:width .3s;display:block}.bar-value{text-align:right;white-space:nowrap;font-weight:800}.bar-value small{opacity:.55;font-size:10.5px;font-weight:400;display:block}.funnel{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.funnel li{flex-direction:column;gap:5px;display:flex}.funnel-bar{color:#fff;border-radius:8px;min-width:60px;padding:9px 13px;transition:width .35s}.funnel-bar strong{font-size:14px;font-weight:800}.funnel-meta{justify-content:space-between;gap:12px;font-size:12px;display:flex}.funnel-meta small{opacity:.6}.funnel-meta em{color:#c0392b;font-style:normal}@media (width<=900px){.cms-split{grid-template-columns:1fr}.heatmap-row{grid-template-columns:32px 1fr}.heatmap-hours{margin-left:32px}.bar-list li{grid-template-columns:minmax(70px,110px) 1fr auto}}.cms-link-button{color:#6a7182;cursor:pointer;background:0 0;border:0;margin-top:4px;font-size:12.5px;text-decoration:underline}.cms-link-button:hover{color:#ed2f72}.cms-signin-warning{color:#855300;text-align:left;background:#fff4df;border:1px solid #f0dcb4;border-radius:10px;padding:11px 13px;font-size:12.5px;line-height:1.5}.cms-signin-warning code{background:#00000012;border-radius:4px;padding:1px 5px}.cms-identity{opacity:.7;align-items:center;gap:6px;font-size:12px;display:flex}.cms-signin-hint{opacity:.6;margin-top:-6px;font-size:12px}.cms-sidebar-foot{flex-direction:column;gap:2px;margin-top:auto;display:flex}.cms-signout{width:100%;color:inherit;opacity:.75;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:11px 14px;display:flex}.cms-signout:hover{opacity:1;color:#ed2f72;background:#ed2f721a}.cms-signout svg{flex:none;width:17px;height:17px}.cms-signout span{flex-direction:column;line-height:1.25;display:flex}.cms-signout small{opacity:.65;font-size:11px}:root{--pink:#ed2f72;--pink-dark:#cd1858;--navy:#102a56;--teal:#169b9d;--yellow:#ffc949;--cream:#fffaf4;--soft-pink:#fff0f4;--mint:#eaf8f5;--sky:#eaf6fb;--line:#e8e7e4;--muted:#677083;--white:#fff;--radius:20px;--shadow:0 12px 38px #222a4914}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--navy);background:#fff;margin:0;font-family:DM Sans,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.shell{width:min(1240px,100% - 40px);margin-inline:auto}.mobile-only,.bottom-nav{display:none}.announcement{background:var(--pink);color:#fff;font-size:12px;font-weight:700}.announcement .shell{justify-content:space-between;align-items:center;height:34px;display:flex}.header{z-index:20;background:#fff;position:relative}.header-main{align-items:center;gap:32px;height:100px;display:flex}.logo{flex-direction:column;min-width:170px;font-family:Nunito,sans-serif;line-height:.9;display:flex;position:relative}.logo b{color:var(--teal);font-size:17px}.logo strong{color:var(--pink);font-size:23px}.logo-sun{position:absolute;top:-18px;left:103px}.search{background:#fafafa;border:1px solid #dedfe4;border-radius:30px;flex:1;align-items:center;height:50px;padding-left:18px;display:flex;overflow:hidden}.search input{background:0 0;border:0;outline:0;flex:1;min-width:0;padding:0 12px}.search button{color:#fff;background:var(--pink);border:0;height:100%;padding:0 24px;font-weight:700}.header-actions{gap:22px;display:flex}.header-actions a{flex-direction:column;align-items:center;gap:3px;font-weight:600;display:flex;position:relative}.header-actions small{font-size:11px}.header-actions em,.bottom-nav em{background:var(--pink);color:#fff;text-align:center;border-radius:20px;min-width:18px;height:18px;font-size:11px;font-style:normal;position:absolute;top:-7px;right:2px}.desktop-nav{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.desktop-nav .shell{justify-content:space-between;align-items:center;height:52px;font-size:13px;font-weight:700;display:flex}.desktop-nav a{border-bottom:2px solid #0000;align-items:center;height:100%;display:flex}.desktop-nav a.active{color:var(--pink);border-color:var(--pink)}.desktop-nav .all-categories{background:var(--teal);border:0;border-radius:10px;gap:7px;height:38px;padding:0 18px;color:#fff!important}.desktop-nav .deal-link{color:#a66a00;background:#fff4c9;border-radius:8px;height:34px;padding:0 13px}.hero{background:linear-gradient(110deg,#fff6e9,#fff0f2);overflow:hidden}.hero-grid{grid-template-columns:43% 57%;align-items:center;min-height:620px;display:grid}.hero-copy{z-index:2;padding:70px 0;position:relative}.pill{color:var(--pink);background:#fff;border:1px solid #ffd8e5;border-radius:30px;padding:8px 13px;font-weight:700;display:inline-flex}.hero h1{letter-spacing:-3px;color:var(--navy);margin:24px 0;font:900 clamp(44px,5vw,74px)/.98 Nunito,sans-serif}.hero h1 em{color:var(--pink);font-style:normal}.hero-copy>p{color:#46546c;max-width:530px;font-size:19px;line-height:1.6}.button-row{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.button{border:0;border-radius:28px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 22px;font-weight:800;display:inline-flex}.button.primary{background:var(--pink);color:#fff;box-shadow:0 8px 22px #ed2f7238}.button.primary:hover{background:var(--pink-dark)}.button.secondary{background:var(--teal);color:#fff}.button.ghost{background:#fff;border:1px solid #dfe1e6}.hero-reassurance{gap:22px;margin-top:40px;font-size:12px;font-weight:700;display:flex}.hero-reassurance span{align-items:center;gap:6px;display:flex}.hero-reassurance svg{width:18px;color:var(--teal)}.hero-visual{align-self:end;height:620px;position:relative}.hero-visual img{object-fit:cover;object-position:center;border-radius:70px 0 0;width:100%;height:100%}.hero-bubble{background:var(--teal);color:#fff;text-align:center;box-shadow:var(--shadow);border-radius:50%;padding:24px 20px;position:absolute;top:16%;right:3%;transform:rotate(4deg)}.section{padding-block:80px}.section-heading{margin-bottom:32px}.section-heading h2,.feature-copy h2,.mama h2,.newsletter h2{letter-spacing:-1.2px;margin:8px 0;font:900 clamp(30px,3.5vw,46px)/1.05 Nunito,sans-serif}.section-heading p{color:var(--muted);margin:8px 0 0;font-size:17px}.eyebrow{text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-size:11px;font-weight:800}.eyebrow.pink{color:var(--pink)}.category-rail{grid-template-columns:repeat(9,1fr);gap:16px;display:grid}.category-card{text-align:center}.category-image{aspect-ratio:1;border-radius:50%;padding:9px;transition:all .25s;overflow:hidden}.category-card:hover .category-image{transform:translateY(-6px)}.category-image img{object-fit:cover;border-radius:50%;width:100%;height:100%}.category-card h3{margin:12px 0 4px;font:800 14px/1.2 Nunito}.category-card p{color:var(--muted);margin:0;font-size:11px}.blush{background:var(--soft-pink)}.sky{background:var(--sky)}.mint{background:var(--mint)}.sun{background:#fff7db}.lilac{background:#f3edff}.promo-grid{grid-template-columns:repeat(3,1fr);gap:18px;padding-top:20px;display:grid}.promo-card{border-radius:var(--radius);height:330px;position:relative;overflow:hidden}.promo-card:after{content:"";background:linear-gradient(90deg,#102a56d4,#102a5614);position:absolute;inset:0}.promo-card img{object-fit:cover;width:100%;height:100%}.promo-card>div{z-index:2;color:#fff;position:absolute;inset:auto 30px 27px}.promo-card span{text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:800}.promo-card h2{margin:8px 0;font:800 26px/1.05 Nunito}.promo-card p{max-width:280px;font-size:13px}.promo-card a,.text-link{align-items:center;gap:6px;font-size:13px;font-weight:800;display:inline-flex}.promo-card svg,.text-link svg,.collection-card svg,.guide-grid svg{width:17px}.product-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:16px;transition:all .25s;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.product-media{aspect-ratio:1;background:#f8f8f8;position:relative}.product-media img{object-fit:cover;width:100%;height:100%}.sale-badge,.new-badge{z-index:2;background:var(--pink);color:#fff;border-radius:20px;padding:5px 9px;font-size:11px;font-weight:800;position:absolute;top:12px;left:12px}.new-badge{background:#37a952}.sale-badge+.new-badge{top:41px}.icon-button{background:0 0;border:0;place-items:center;display:grid}.wishlist{z-index:2;background:#fff;border-radius:50%;width:36px;height:36px;position:absolute;top:10px;right:10px;box-shadow:0 4px 15px #0001}.icon-button.active{color:var(--pink);fill:var(--pink)}.icon-button.active svg{fill:currentColor}.product-info{padding:15px;position:relative}.product-name{min-height:40px;margin:5px 0;font:800 16px/1.25 Nunito;display:block}.stock{color:#328047;font-size:11px}.stock.low{color:#b56f00}.stock.one-of-a-kind{color:var(--pink);font-weight:800}.price-row{align-items:center;gap:8px;margin-top:8px;display:flex}.price-row strong{font-size:17px}.price-row del{color:#9b9da5;font-size:12px}.quick-add{background:var(--navy);color:#fff;border:0;border-radius:20px;gap:4px;padding:8px 12px;font-size:12px;font-weight:800;display:flex;position:absolute;bottom:12px;right:13px}.center{text-align:center;margin-top:32px}.deals-band{background:#fff8ea}.split-heading{justify-content:space-between;align-items:end;display:flex}.text-link{color:var(--pink);margin-bottom:36px}.feature-split{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.feature-image{background:var(--soft-pink);border-radius:36px;height:580px;overflow:hidden}.feature-image img{object-fit:cover;width:100%;height:100%}.feature-copy>p,.mama p{color:var(--muted);font-size:18px;line-height:1.65}.feature-copy ul{padding:0;list-style:none}.feature-copy li{padding:8px 0}.feature-copy li:before{content:"✓";color:var(--teal);margin-right:10px;font-weight:900}.collection-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.collection-card{border-radius:var(--radius);height:340px;position:relative;overflow:hidden}.collection-card:after{content:"";background:linear-gradient(#0000 30%,#102a56cc);position:absolute;inset:0}.collection-card img{object-fit:cover;width:100%;height:100%}.collection-card>div{z-index:2;color:#fff;position:absolute;bottom:24px;left:26px}.collection-card h3{margin:0;font:800 25px Nunito}.collection-card p{margin:5px 0 10px}.collection-card span{align-items:center;gap:5px;font-weight:800;display:flex}.stage-section{background:var(--mint)}.stage-row{grid-template-columns:repeat(7,1fr);gap:14px;display:grid}.stage-row a{text-align:center;background:#fff;border-radius:18px;flex-direction:column;gap:8px;padding:22px 10px;display:flex}.stage-row b{background:var(--soft-pink);width:45px;height:45px;color:var(--pink);border-radius:50%;place-items:center;margin:auto;display:grid}.stage-row span{font-size:13px;font-weight:800}.mama{background:#fff4e6;border-radius:32px;grid-template-columns:1fr 1fr;align-items:center;margin-block:80px;padding:0 0 0 65px;display:grid;overflow:hidden}.mama>div{padding:50px 30px 50px 0}.mama img{object-fit:cover;width:100%;height:450px}.trust-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.trust-grid article{border:1px solid var(--line);border-radius:18px;padding:25px}.trust-grid svg{color:var(--teal)}.trust-grid h3{margin:13px 0 5px;font:800 18px Nunito}.trust-grid p{color:var(--muted);margin:0;font-size:14px}.parent-corner{background:#f7f9fb}.guide-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.guide-grid>a{background:#fff;border-radius:18px;padding-bottom:22px;overflow:hidden}.guide-grid img{object-fit:cover;width:100%;height:250px}.guide-grid span,.guide-grid h3,.guide-grid b{margin-inline:20px}.guide-grid span{color:var(--pink);text-transform:uppercase;margin-top:16px;font-size:11px;font-weight:800;display:block}.guide-grid h3{font:800 21px Nunito}.guide-grid b{align-items:center;font-size:13px;display:flex}.community-grid{grid-template-columns:repeat(6,1fr);gap:10px;display:grid}.community-grid img{aspect-ratio:1;object-fit:cover;border-radius:14px;width:100%}.newsletter{background:var(--teal);color:#fff;border-radius:28px;grid-template-columns:1fr 1fr;align-items:center;gap:50px;margin-bottom:80px;padding:50px 60px;display:grid}.newsletter h2{margin:4px 0}.newsletter p{margin-bottom:0}.newsletter form{background:#fff;border-radius:30px;padding:6px;display:flex}.newsletter input{border:0;outline:0;flex:1;min-width:0;padding:0 15px}footer{background:var(--navy);color:#d9e0ec;padding:65px 0 25px}.footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:50px;display:grid}.footer-grid h3{color:#fff}.footer-grid>div{flex-direction:column;gap:10px;display:flex}.logo.inverse strong{color:#ff73a4}.logo.inverse b{color:#51d5cb}.footer-bottom{border-top:1px solid #ffffff20;justify-content:space-between;margin-top:45px;padding-top:22px;font-size:12px;display:flex}.page{min-height:60vh;padding-top:60px;padding-bottom:100px}.catalog-hero{max-width:700px;margin-bottom:35px}.catalog-hero h1,.content-page h1,.article h1{margin:8px 0;font:900 clamp(38px,5vw,64px)/1 Nunito}.catalog-hero p,.lead{color:var(--muted);font-size:18px}.catalog-toolbar{border-block:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:25px;padding:14px 0;display:flex}.catalog-toolbar span{align-items:center;gap:7px;display:flex}.catalog-toolbar select{border:1px solid var(--line);border-radius:8px;padding:8px}.large-search{border:1px solid var(--line);border-radius:35px;align-items:center;max-width:800px;margin-bottom:30px;padding:6px 6px 6px 15px;display:flex}.large-search input{border:0;outline:0;flex:1;padding:0 10px}.breadcrumbs{color:var(--muted);text-transform:capitalize;margin-bottom:28px;font-size:12px}.pdp{grid-template-columns:1fr 1fr;gap:70px;display:grid}.pdp-gallery{min-width:0}.pdp-image{aspect-ratio:1;background:#f7f7f7;border-radius:24px;position:relative;overflow:hidden}.pdp-image>img{object-fit:cover;width:100%;height:100%}.gallery-arrow{background:#fff;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 18px #0002}.gallery-arrow.previous{left:14px}.gallery-arrow.next{right:14px}.gallery-count{color:#fff;background:#102a56dd;border-radius:18px;padding:6px 10px;font-size:12px;font-weight:800;position:absolute;bottom:14px;right:14px}.pdp-thumbnails{scroll-snap-type:x mandatory;gap:10px;padding:12px 2px 4px;display:flex;overflow-x:auto}.pdp-thumbnails button{scroll-snap-align:start;background:#fff;border:2px solid #0000;border-radius:10px;flex:0 0 74px;width:74px;height:74px;padding:3px}.pdp-thumbnails button.active{border-color:var(--pink)}.pdp-thumbnails img{object-fit:cover;border-radius:6px;width:100%;height:100%}.pdp-info h1{margin:8px 0;font:900 clamp(32px,4vw,52px)/1.05 Nunito}.sku{color:var(--muted);font-size:12px}.pdp-price{align-items:center;gap:13px;margin:24px 0;display:flex}.pdp-price strong{font-size:30px}.pdp-price del{color:#999}.pdp-price span{background:var(--soft-pink);color:var(--pink);border-radius:20px;padding:5px 9px;font-size:12px;font-weight:800}.stock-note{color:#39804e;margin:20px 0;font-weight:700}.variant{flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.variant select{border:1px solid var(--line);border-radius:10px;max-width:260px;padding:13px}.buy-row{gap:10px;margin:25px 0;display:flex}.qty{border:1px solid var(--line);border-radius:25px;align-items:center;display:flex}.qty button{background:0 0;border:0;width:38px}.qty svg{width:16px}.qty span{text-align:center;min-width:25px}.grow{flex:1}.big{border:1px solid var(--line);border-radius:50%;width:50px}.delivery-box{background:var(--cream);border-radius:16px;padding:8px 20px}.delivery-box>div{gap:12px;padding:14px 0;display:flex}.delivery-box>div+div{border-top:1px solid var(--line)}.delivery-box svg{color:var(--teal)}.delivery-box span{flex-direction:column;display:flex}.delivery-box small{color:var(--muted);margin-top:3px}.product-details{border-top:1px solid var(--line);margin-top:70px;padding-top:40px}.product-details>div{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.product-details p{color:var(--muted);line-height:1.6}.empty{text-align:center;background:var(--cream);border-radius:24px;padding:80px 20px}.empty>svg{width:55px;height:55px;color:var(--pink)}.cart-layout,.checkout form{grid-template-columns:1fr 360px;align-items:start;gap:35px;display:grid}.cart-lines article{border-bottom:1px solid var(--line);grid-template-columns:130px 1fr auto;gap:22px;padding:20px 0;display:grid}.cart-lines img{object-fit:cover;border-radius:14px;width:130px;height:130px}.cart-lines article>div{flex-direction:column;align-items:start;gap:7px;display:flex}.cart-lines article a{font:800 18px Nunito}.remove{color:var(--pink);background:0 0;border:0;gap:4px;font-size:12px;display:flex}.remove svg{width:14px}.order-summary{background:var(--cream);border-radius:20px;padding:25px;position:sticky;top:15px}.order-summary>div{justify-content:space-between;gap:15px;margin:15px 0;font-size:13px;display:flex}.order-summary .total{font-size:18px}.wide{width:100%}.button.whatsapp{color:#fff;box-shadow:none;background:#168a4b;margin-top:10px}.button.whatsapp:hover{background:#11733d}.order-summary>p{text-align:center;color:var(--muted);font-size:11px}.checkout-form{flex-direction:column;gap:18px;display:flex}.checkout-form section{border:1px solid var(--line);border-radius:18px;padding:25px}.checkout-form h2{margin-top:0;font:800 20px Nunito}.form-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.form-grid label{flex-direction:column;gap:6px;font-size:12px;font-weight:700;display:flex}.form-grid .full{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{border:1px solid #dcdde2;border-radius:9px;padding:12px}.choice-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.choice-grid label{border:1px solid var(--line);border-radius:12px;grid-template-columns:25px 1fr;padding:17px;display:grid}.choice-grid label span{color:var(--muted);grid-column:2;font-size:12px}.choice-grid label.selected{border-color:var(--teal);background:var(--mint)}.payment-note{background:var(--cream);border-radius:12px;padding:18px}.payment-note p{color:var(--muted);font-size:13px}.payment-result{border-radius:14px;max-width:560px;margin:18px auto;padding:16px 20px}.payment-result.initiated{color:#176548;background:#e4f7ef}.payment-result.unavailable{color:#855300;background:#fff4df}.payment-result p{font-size:14px;margin:5px 0 0!important}.success{max-width:760px;margin:60px auto}.content-page{max-width:800px}.content-page p{line-height:1.7}.article{max-width:850px}.article>img{object-fit:cover;border-radius:24px;width:100%;height:480px;margin:30px 0}.article p{color:#46546c;font-size:17px;line-height:1.7}.article-note{background:var(--cream);border-radius:12px;padding:18px;font-size:13px!important}@media (width<=1000px){.desktop-nav{display:none}.header-main{height:84px}.mobile-only{display:grid}.header-main .search{box-shadow:var(--shadow);background:#fff;order:4;position:absolute;top:84px;left:20px;right:20px}.header{padding-bottom:64px}.header-actions small{display:none}.header-actions{margin-left:auto}.hero-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:50px}.hero-reassurance{flex-wrap:wrap}.category-rail{padding-bottom:15px;display:flex;overflow:auto}.category-card{min-width:130px}.promo-grid{grid-template-columns:1fr 1fr}.promo-card:last-child{grid-column:1/-1}.product-grid{grid-template-columns:repeat(3,1fr)}.stage-row{grid-template-columns:repeat(4,1fr)}.pdp{gap:35px}}@media (width<=700px){body{padding-bottom:65px}.shell{width:min(100% - 28px,1240px)}.announcement .shell{justify-content:center}.announcement span:not(:nth-child(2)){display:none}.header-main{gap:10px}.header-main>.logo{min-width:0;margin-right:auto}.logo b{font-size:12px}.logo strong{font-size:17px}.header-actions a:not(:last-child){display:none}.header-actions{gap:5px}.search button{width:48px;padding:0;font-size:0}.search button:after{content:"→";font-size:18px}.mobile-drawer{z-index:100;background:#fff;flex-direction:column;gap:17px;padding:30px;display:flex;position:fixed;inset:0 15% 0 0;box-shadow:20px 0 50px #0003}.mobile-drawer .close{position:absolute;top:15px;right:15px}.mobile-drawer .logo{margin-bottom:25px}.bottom-nav{z-index:90;border-top:1px solid var(--line);background:#fff;grid-template-columns:repeat(5,1fr);height:64px;display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav a{color:#687184;flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex;position:relative}.bottom-nav a.active{color:var(--pink)}.bottom-nav svg{width:21px}.bottom-nav small{font-size:9px}.hero-grid{flex-direction:column;width:100%;min-height:0;display:flex}.hero-copy{padding:50px 22px 28px}.hero h1{letter-spacing:-2px;font-size:clamp(42px,13vw,58px)}.hero-copy>p{font-size:16px}.hero-visual{order:-1;width:100%;height:390px}.hero-visual img{border-radius:0 0 45px 45px}.hero-bubble{padding:16px;font-size:12px;top:auto;bottom:18px}.hero-reassurance{gap:12px;margin-top:28px}.section{padding-block:55px}.section-heading{margin-bottom:24px}.promo-grid{width:auto;display:flex;overflow:auto}.promo-card{min-width:82vw;height:350px}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-info{padding:11px}.product-name{font-size:14px}.quick-add{justify-content:center;width:100%;margin-top:9px;position:static}.split-heading{display:block}.text-link{margin-bottom:25px}.feature-split{flex-direction:column;gap:30px;display:flex}.feature-image{width:100%;height:400px}.collection-grid{grid-template-columns:1fr}.collection-card{height:290px}.stage-row{display:flex;overflow:auto}.stage-row a{min-width:125px}.mama{flex-direction:column;margin-block:55px;padding:0;display:flex}.mama>div{padding:40px 25px}.mama img{height:340px}.trust-grid{grid-template-columns:1fr 1fr;gap:10px}.trust-grid article{padding:18px}.guide-grid{display:flex;overflow:auto}.guide-grid>a{min-width:80vw}.community-grid{grid-template-columns:repeat(3,1fr)}.newsletter{margin-bottom:55px;padding:35px 22px;display:block}.newsletter form{margin-top:25px}.newsletter form .button{padding:0 14px;font-size:12px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{line-height:2;display:block}.catalog-toolbar{font-size:12px}.pdp{display:block}.pdp-info{padding-top:30px}.buy-row{z-index:8;background:#fff;padding:10px 0;position:sticky;bottom:70px}.product-details>div,.cart-layout,.checkout form{grid-template-columns:1fr}.cart-lines article{grid-template-columns:90px 1fr}.cart-lines img{width:90px;height:90px}.cart-lines article>div:last-child{flex-direction:row;grid-column:2;justify-content:space-between;align-items:center;display:flex}.order-summary{position:static}.form-grid,.choice-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.article>img{height:320px}}@media (width<=390px){.trust-grid{grid-template-columns:1fr}.product-grid{gap:7px}.price-row{display:block}.product-name{min-height:52px}.button-row .button{width:100%}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.brand-logo{flex:none;justify-content:center;align-items:center;display:inline-flex}.brand-logo img{object-fit:contain;width:100%;height:100%;display:block}.brand-logo-header{width:118px;height:92px}.brand-logo-drawer{width:130px;height:108px;margin-bottom:16px}.brand-logo-footer{background:#fff8ed;border-radius:22px;width:158px;height:132px;padding:8px 12px}@media (width<=1000px){.brand-logo-header{width:100px;height:78px}}@media (width<=700px){.brand-logo-header{width:72px;height:68px}.brand-logo-drawer{width:112px;height:92px}.brand-logo-footer{width:140px;height:116px}}.header-overlay{-webkit-backdrop-filter:blur(20px)saturate(165%);background:#ffffff85;border-bottom:1px solid #ffffffb8;position:absolute;top:34px;left:0;right:0;box-shadow:0 12px 34px #102a5617}.header-overlay:after{content:"";z-index:-1;pointer-events:none;background:linear-gradient(115deg,#ffffff94,#ffffff38);position:absolute;inset:0}.header-overlay .desktop-nav{background:#ffffff47;border-color:#ffffff9e}.header-overlay .search{background:#ffffffbd;border-color:#ffffffdb;box-shadow:inset 0 1px #ffffffb8}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.header-overlay{background:#ffffffe6}}@media (width<=700px){.header-overlay .header-main .search{background:#ffffffc2;box-shadow:0 12px 30px #102a561f,inset 0 1px #ffffffe6}.header{padding-bottom:0}.header-main{gap:8px;height:78px}.header-main .search{min-width:0;max-width:none;height:42px;box-shadow:none;flex:1;order:0;padding-left:9px;position:relative;inset:auto}.header-main .search svg{flex:none;width:17px}.header-main .search input{padding:0 6px;font-size:12px}.header-main .search button{width:42px}.header-actions{margin-left:0}.brand-logo-header{width:66px;height:64px}}@media (width<=360px){.header-main{gap:6px}.brand-logo-header{width:58px;height:58px}.header-main .search{padding-left:7px}.header-main .search button{width:38px}}.header-overlay{box-shadow:none;-webkit-backdrop-filter:none;background:#fff;border-bottom:0;position:relative;top:auto;left:auto;right:auto}.header-overlay:after{display:none}.header-overlay .desktop-nav{z-index:2;-webkit-backdrop-filter:blur(20px)saturate(165%);background:#ffffff7a;border-color:#ffffffb3;position:absolute;top:100%;left:0;right:0;box-shadow:0 12px 30px #102a5614}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.header-overlay .desktop-nav{background:#ffffffe6}}.payment-grid b{align-items:center;gap:7px;display:flex}.payment-grid b svg{width:17px;height:17px;color:var(--teal)}.payment-grid label.selected b svg{color:var(--pink)}.payment-result .button{align-items:center;gap:7px;margin-top:12px;display:inline-flex}.payment-result .button svg{width:17px}.social-section{background:linear-gradient(120deg,#fff4f7,#f2fbfa)}.social-band{grid-template-columns:340px 1fr;align-items:center;gap:28px;display:grid}.social-handles{flex-direction:column;gap:14px;display:flex}.social-handle{border:1px solid var(--line);background:#fff;border-radius:20px;align-items:center;gap:14px;padding:16px 18px;transition:all .25s;display:flex}.social-handle:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.social-handle b{color:#fff;border-radius:50%;flex:none;place-items:center;width:46px;height:46px;display:grid}.social-handle svg{width:22px;height:22px}.social-handle.social-instagram b{background:linear-gradient(45deg,#f9ce34,#ee2a7b,#6228d7)}.social-handle.social-tiktok b{background:var(--navy)}.social-handle span{flex-direction:column;flex:1;font:800 16px Nunito,sans-serif;display:flex}.social-handle small{color:var(--muted);font:600 13px DM Sans,sans-serif}.social-handle>svg{width:18px;color:var(--pink)}.social-strip{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.social-strip img{aspect-ratio:1;object-fit:cover;border-radius:18px;width:100%;transition:all .25s}.social-strip a:hover img{transform:scale(1.03)}.footer-detail{align-items:center;gap:8px;font-size:14px;display:flex}.footer-detail svg{color:#8fb6ff;flex:none}@media (width<=820px){.social-band{grid-template-columns:1fr;gap:20px}.social-strip{grid-template-columns:repeat(2,1fr)}}.pdp-summary{color:var(--muted);margin:14px 0 0;font-size:16px;line-height:1.65}.pdp-flag{z-index:2;background:var(--pink);color:#fff;border-radius:20px;padding:7px 13px;font-size:12px;font-weight:800;position:absolute;top:16px;left:16px}.pdp-buybox{border:1px solid var(--line);background:#fff;border-radius:26px;margin-top:24px;padding:24px;box-shadow:0 12px 34px #102a5612}.pdp-buybox .pdp-price{flex-wrap:wrap;margin:0 0 12px}.pdp-buybox .pdp-price strong{letter-spacing:-1px;font-size:34px}.pdp-buybox .pdp-price small{color:var(--muted);width:100%;font-size:13px;font-weight:700}.stock-pill{color:#1f7a45;background:#e6f6ec;border-radius:20px;align-items:center;gap:7px;padding:7px 14px;font-size:13px;font-weight:800;display:inline-flex}.stock-pill:before{content:"";background:currentColor;border-radius:50%;width:8px;height:8px}.stock-pill.low{color:#8c5a00;background:#fff2d9}.stock-pill.out{color:#a32626;background:#fdeaea}.stock-pill.one-of-a-kind{color:#c01e5c;background:#ffe9f1}.variant-chips{flex-wrap:wrap;gap:9px;margin-top:20px;display:flex}.variant-chips button{border:1.5px solid var(--line);background:#fff;border-radius:22px;padding:10px 18px;font-size:14px;font-weight:700;transition:all .2s}.variant-chips button:hover{border-color:var(--pink)}.variant-chips button.active{border-color:var(--pink);background:var(--soft-pink);color:var(--pink)}.pdp-quantity{justify-content:space-between;align-items:center;gap:14px;margin-top:20px;font-size:14px;font-weight:800;display:flex}.qty-lg{border-radius:26px;height:52px}.qty-lg button{width:48px;height:100%}.qty-lg span{min-width:34px;font-weight:800}.button.xl{border-radius:30px;min-height:56px;font-size:16px}.button.whatsapp.xl{width:100%;box-shadow:0 10px 26px #168a4b42}.button.whatsapp.xl:disabled{box-shadow:none;cursor:not-allowed;background:#c4cdd5}.pdp-actions{flex-direction:column;gap:11px;margin-top:18px;display:flex}.pdp-actions-row{gap:11px;display:flex}.button.ghost.xl{border:1.5px solid var(--navy);font-weight:800}.button.ghost.xl:hover{background:var(--cream)}.button.ghost.xl:disabled{opacity:.5;cursor:not-allowed}.button.added{color:#fff;background:#1f7a45;border-color:#1f7a45}.pdp-note{color:var(--muted);text-align:center;margin:14px 0 0;font-size:12.5px;line-height:1.55}.pdp-info .delivery-box{margin-top:22px}@media (width<=700px){.pdp-buybox{border-radius:22px;padding:18px}.pdp-buybox .pdp-price strong{font-size:29px}.buy-row{position:static}}.pdp-fixed-option{align-items:center;gap:10px;margin:18px 0 0;font-size:14px;font-weight:700;display:flex}.pdp-fixed-option b{background:var(--cream);text-transform:uppercase;letter-spacing:.07em;color:var(--muted);border-radius:16px;padding:5px 11px;font-size:11px}.hero .hero-visual{width:100vw;max-width:none;left:50%;right:auto;transform:translate(-50%)}.hero .hero-visual img{filter:saturate(1.12)brightness(1.06);width:100%}.featured-product-band{background:linear-gradient(120deg,#fff8d9 0%,#fff0f6 48%,#e9fbf7 100%);position:relative;overflow:hidden}.featured-product-band:before,.featured-product-band:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.featured-product-band:before{background:#ffb4cc4d;width:240px;height:240px;top:-115px;right:7%}.featured-product-band:after{background:#4dd8c940;width:180px;height:180px;bottom:-95px;left:4%}.featured-product-band .shell{z-index:1;position:relative}.featured-product-grid .product-card{border-color:#ffffffe6;box-shadow:0 15px 36px #55305217}.promo-card{background:#fff}.promo-card img{filter:saturate(1.22)brightness(1.08)}.promo-card:after{opacity:1}.promo-card.promo-tone-1:after{background:linear-gradient(105deg,#00b8b1ed 0%,#33dac2c7 48%,#33dac214 84%,#0000 100%)}.promo-card.promo-tone-2:after{background:linear-gradient(105deg,#f4377ced 0%,#ff769ec7 48%,#ff769e14 84%,#0000 100%)}.promo-card.promo-tone-3:after{background:linear-gradient(105deg,#f7991bf0 0%,#ffcb3ecc 48%,#ffcb3e14 84%,#0000 100%)}.promo-card>div{color:#fff;text-shadow:0 1px 2px #271e3329}.promo-card .promo-cta{color:var(--navy);text-shadow:none;background:#fff;border-color:#ffffffe6}.promo-card.promo-tone-1 .promo-cta{color:#007e7a}.promo-card.promo-tone-2 .promo-cta{color:#d82062}.promo-card.promo-tone-3 .promo-cta{color:#a85c00}.collection-card{isolation:isolate;border:2px solid #ffffffe6;box-shadow:0 16px 34px #2c2d521a}.collection-card img{filter:saturate(1.2)brightness(1.08)}.collection-card:after{height:74%;top:auto}.collection-card.collection-tone-1:after{background:linear-gradient(#51ded20a 0%,#51ded2c2 57%,#51ded2f5 100%)}.collection-card.collection-tone-2:after{background:linear-gradient(#ff80af0a 0%,#ff80afbf 57%,#ff80aff5 100%)}.collection-card.collection-tone-3:after{background:linear-gradient(#59b7f60a 0%,#59b7f6bd 57%,#59b7f6f5 100%)}.collection-card.collection-tone-4:after{background:linear-gradient(#ffc03e0a 0%,#ffc03ec2 57%,#ffc03ef7 100%)}.collection-card>div{color:var(--navy);text-shadow:none}.collection-card>div span{background:#ffffffeb;border-radius:22px;width:max-content;padding:9px 14px;box-shadow:0 8px 20px #102a561a}.trust-section{background:radial-gradient(circle at 8% 20%,#ffbed88c 0 70px,#0000 72px),radial-gradient(circle at 91% 22%,#ffe17e94 0 95px,#0000 97px),radial-gradient(circle at 82% 88%,#94e5db80 0 115px,#0000 117px),linear-gradient(125deg,#fff8e6 0%,#fff1f7 48%,#eafbf8 100%);position:relative;overflow:hidden}.trust-section:before,.trust-section:after{color:#ed2f722e;letter-spacing:20px;pointer-events:none;font:900 42px/1 Nunito,sans-serif;position:absolute}.trust-section:before{content:"♡  ✦  ☁";top:34px;right:3%;transform:rotate(-8deg)}.trust-section:after{content:"✿  ★  ♡";color:#009da129;bottom:28px;left:2%;transform:rotate(7deg)}.trust-section .shell{z-index:1;position:relative}.trust-section .section-heading{max-width:830px}.trust-grid{gap:18px}.trust-grid article{border:2px solid #ffffffdb;min-height:190px;padding:26px;transition:transform .22s,box-shadow .22s;box-shadow:0 14px 32px #32365a14}.trust-grid article:hover{transform:translateY(-6px)rotate(-.4deg);box-shadow:0 20px 38px #32365a21}.trust-grid article>b{background:#fff;border-radius:20px 20px 20px 8px;place-items:center;width:58px;height:58px;display:grid;box-shadow:0 8px 20px #3a33551a}.trust-grid article>b svg{width:28px;height:28px}.trust-grid article h3{margin-top:18px;font-size:19px}.trust-grid article p{color:#536078;line-height:1.5}.trust-tone-1{background:linear-gradient(145deg,#fff0c8,#fff9e9)}.trust-tone-1 b{color:#dc8a00}.trust-tone-2{background:linear-gradient(145deg,#dff8f3,#f2fffc)}.trust-tone-2 b{color:#008e91}.trust-tone-3{background:linear-gradient(145deg,#e3f3ff,#f4fbff)}.trust-tone-3 b{color:#2b80bd}.trust-tone-4{background:linear-gradient(145deg,#ffe4ef,#fff5f9)}.trust-tone-4 b{color:#e42e72}.trust-tone-5{background:linear-gradient(145deg,#eee5ff,#faf7ff)}.trust-tone-5 b{color:#7854c5}.trust-tone-6{background:linear-gradient(145deg,#ffe8d1,#fff7ee)}.trust-tone-6 b{color:#dd6d19}.stage-section{background:radial-gradient(circle at 8% 24%,#80d7ff73 0 82px,#0000 84px),radial-gradient(circle at 94% 20%,#ffc4da8c 0 105px,#0000 107px),radial-gradient(circle at 78% 92%,#ffdf707a 0 120px,#0000 122px),linear-gradient(125deg,#ecfbff 0%,#fff1f7 47%,#fff8dc 100%);position:relative;overflow:hidden}.stage-section:before,.stage-section:after{z-index:0;pointer-events:none;letter-spacing:18px;font:900 38px/1 Nunito,sans-serif;position:absolute}.stage-section:before{content:"☁  ✦  ♡";color:#278fc226;top:34px;right:3%;transform:rotate(7deg)}.stage-section:after{content:"★  ✿  ♡";color:#ed2f7226;bottom:28px;left:3%;transform:rotate(-7deg)}.stage-section .shell{z-index:1;position:relative}.stage-row{gap:16px}.stage-row a{border:2px solid #ffffffe6;min-height:190px;padding:22px 12px;transition:transform .22s,box-shadow .22s;box-shadow:0 14px 30px #32365a17}.stage-row a:hover{transform:translateY(-7px)rotate(-1deg);box-shadow:0 20px 38px #32365a24}.stage-row b{border-radius:24px 24px 24px 9px;width:66px;height:66px;box-shadow:0 9px 21px #3a33551a;background:#fff!important}.stage-row b svg{width:30px;height:30px}.stage-row span{color:var(--navy);font:800 15px/1.2 Nunito,sans-serif}.stage-row small{color:#59647a;font-size:11px}.stage-row .stage-tone-1{background:linear-gradient(145deg,#fff0bd,#fff9df)}.stage-row .stage-tone-1 b{color:#d48600}.stage-row .stage-tone-2{background:linear-gradient(145deg,#ffddec,#fff3f8)}.stage-row .stage-tone-2 b{color:#e32c70}.stage-row .stage-tone-3{background:linear-gradient(145deg,#daf7f1,#f1fffc)}.stage-row .stage-tone-3 b{color:#008d91}.stage-row .stage-tone-4{background:linear-gradient(145deg,#deefff,#f3f9ff)}.stage-row .stage-tone-4 b{color:#317fbd}.stage-row .stage-tone-5{background:linear-gradient(145deg,#eadfff,#f8f4ff)}.stage-row .stage-tone-5 b{color:#7651c2}.stage-row .stage-tone-6{background:linear-gradient(145deg,#ffe4c9,#fff5e9)}.stage-row .stage-tone-6 b{color:#d96d17}.stage-row .stage-tone-7{background:linear-gradient(145deg,#dff5c8,#f3fde9)}.stage-row .stage-tone-7 b{color:#4b962a}@media (width<=700px){.featured-product-band .split-heading{display:block}.featured-product-grid{grid-template-columns:repeat(2,1fr)}.hero .hero-visual{width:100vw;left:50%}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid article{min-height:210px;padding:19px}.trust-section:before,.trust-section:after{letter-spacing:9px;font-size:28px}.stage-row a{min-width:148px;min-height:190px}.stage-section:before,.stage-section:after{letter-spacing:8px;font-size:27px}}.category-slider{padding-inline:48px;position:relative}.category-rail{overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;gap:18px;padding:6px 2px 14px;display:flex;overflow-x:auto}.category-rail::-webkit-scrollbar{display:none}.category-card{scroll-snap-align:start;flex:0 0 132px;min-width:0}.category-card h3{justify-content:center;align-items:center;min-height:34px;display:flex}.category-card p{min-height:42px}.category-image{aspect-ratio:1;width:116px;height:116px;margin-inline:auto}.category-image img{object-fit:cover;object-position:center;width:100%;height:100%}.category-slider-arrow{z-index:3;width:38px;height:38px;color:var(--navy);background:#fff;border:1px solid #d7dee8;border-radius:50%;place-items:center;display:grid;position:absolute;top:50px;box-shadow:0 6px 18px #102a561f}.category-slider-arrow:hover{border-color:var(--teal);color:var(--teal)}.category-slider-arrow.previous{left:0}.category-slider-arrow.next{right:0}.header-menu-button{width:44px;height:44px;color:var(--navy);background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex:0 0 44px}.header-menu-button:hover,.header-menu-button:focus-visible{border-color:var(--teal);color:var(--teal)}.search{background:#fff;border:2px solid #c8d2df;box-shadow:0 2px 8px #102a560d}.search:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px #009da11f}.mobile-drawer{z-index:100;background:#fff;flex-direction:column;gap:17px;width:min(360px,86vw);padding:30px;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto;box-shadow:20px 0 50px #0003}.mobile-drawer .close{position:absolute;top:15px;right:15px}.hero .hero-arrow{border:1px solid #102a5624;width:42px;height:42px;top:auto;bottom:20px;transform:none}.hero .hero-arrow.previous{left:auto;right:72px}.hero .hero-arrow.next{right:22px}.hero .hero-dots{background:#ffffffe6;border:1px solid #102a561a;border-radius:20px;padding:7px 10px;bottom:27px;left:auto;right:132px;transform:none;box-shadow:0 6px 18px #102a561a}.hero-dots button{width:8px;height:8px}.hero-dots button.active{width:24px}.product-media img,.promo-card img,.feature-image img,.guide-grid img,.mama img{object-fit:cover;object-position:center;width:100%;height:100%}.product-media,.promo-card,.feature-image,.guide-grid>a{contain:layout paint}@media (width<=1000px){.category-slider{padding-inline:44px}.category-card{flex-basis:126px}.header-main{gap:14px}}@media (width<=700px){.category-slider{margin-inline:-6px;padding-inline:34px}.category-rail{gap:12px}.category-card{flex-basis:112px}.category-image{width:98px;height:98px;padding:7px}.category-slider-arrow{width:32px;height:32px;top:40px}.category-card p{font-size:10px}.header-menu-button{flex-basis:40px;width:40px;height:40px}.search{border-width:2px}.hero .hero-arrow{width:38px;height:38px;top:auto;bottom:16px}.hero .hero-arrow.previous{left:auto;right:58px}.hero .hero-arrow.next{right:12px}.hero .hero-dots{bottom:21px;left:12px;right:auto;transform:none}.promo-card{height:330px}.promo-card img{object-position:center}.product-media{aspect-ratio:1}}@keyframes cart-confirm{0%{transform:scale(1)}42%{transform:scale(1.06)}to{transform:scale(1)}}.quick-add,.buy-row .button.primary{transition:background-color .2s,color .2s,transform .2s}.quick-add.added,.buy-row .button.primary.added{color:#fff;background:#168a4b;animation:.38s cart-confirm}.quick-add.added:hover,.buy-row .button.primary.added:hover{background:#11733d}@media (prefers-reduced-motion:reduce){.quick-add.added,.buy-row .button.primary.added{animation:none}}.hero-dots,.hero-arrow{display:none}.hero+.section{padding-top:34px}.category-image{border:4px solid #0000;box-shadow:0 8px 20px #102a5614}.category-image.blush{background:#ffe5ef;border-color:#ff78a8}.category-image.sky{background:#e3f4ff;border-color:#59b7f6}.category-image.mint{background:#ddf8f3;border-color:#43cdbf}.category-image.sun{background:#fff4c5;border-color:#ffc83d}.category-image.lilac{background:#f0e8ff;border-color:#a987e8}@media (width<=700px){.hero+.section{padding-top:26px}.category-image{border-width:3px}}.hero .hero-visual{width:100vw;margin-inline:-50vw;inset:0 auto;transform:none}.hero .hero-visual img{object-position:right center}.product-grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:18px;display:grid}.product-grid>.product-card{min-width:0}.feature-split{isolation:isolate;padding-block:64px;position:relative}.feature-split:before{content:"";z-index:-2;background:url(/images/brand/newborn-feature-background-v2.webp) 50%/cover no-repeat;width:100vw;margin-left:-50vw;position:absolute;inset:0 50%}.feature-split:after{content:"";z-index:-1;background:#ffffffb3;width:100vw;margin-left:-50vw;position:absolute;inset:0 50%}.feature-image{box-shadow:0 16px 36px #37334224}.feature-copy{padding:30px 0}@media (width<=1000px){.product-grid{grid-template-columns:repeat(3,1fr)}.hero .hero-visual img{object-position:72% center}}@media (width<=700px){.hero .hero-visual{width:100vw;margin-inline:-50vw;inset:0 50% 0 auto;transform:none}.hero .hero-visual img{object-position:72% center}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.feature-split{gap:22px;padding-block:36px}.feature-split:before{background-position:50%}.feature-split:after{background:#ffffffc7}.feature-copy{padding:0}}@media (width<=360px){.product-grid{gap:7px}}.shop-catalog-hero{isolation:isolate;background:url(/images/brand/newborn-feature-background-v2.webp) 50%/cover no-repeat;border:1px solid #e7dfe2;border-radius:8px;flex-direction:column;justify-content:center;max-width:none;min-height:210px;margin-bottom:28px;padding:46px 48px;display:flex;position:relative;overflow:hidden}.shop-catalog-hero:before{content:"";z-index:-1;background:#ffffffc2;position:absolute;inset:0}.shop-catalog-hero:after{content:"";z-index:-1;background:#ed2f72;width:8px;position:absolute;inset:0 auto 0 0}.shop-catalog-hero h1,.shop-catalog-hero p,.shop-catalog-hero .eyebrow{position:relative}.shop-catalog-hero p{max-width:620px;margin-bottom:0}@media (width<=700px){.shop-catalog-hero{background-position:50%;min-height:175px;padding:30px 24px}.shop-catalog-hero:before{background:#ffffffd1}}.deals-band{background:#fff0f5;box-shadow:inset 0 8px #ffd34f,inset 0 -8px #55cfc3}.deals-band .section-heading .eyebrow{color:#d51f61}.deals-band .text-link{color:#c71959;background:#fff;border:1px solid #ff9abc;border-radius:22px;padding:9px 14px}.deals-band .product-card{border-color:#ffd3e2;box-shadow:0 12px 28px #762c4c1a}@media (width<=700px){.deals-band{box-shadow:inset 0 6px #ffd34f,inset 0 -6px #55cfc3}}html,body{max-width:100%;overflow-x:hidden}body.modal-open,body.drawer-open{overflow:hidden}img,svg,video,canvas{max-width:100%}h1,h2,h3,p,a,li,td,small,strong{overflow-wrap:anywhere}.shell{max-width:100%}.spin{animation:1s linear infinite gmb-spin}@keyframes gmb-spin{to{transform:rotate(360deg)}}.center-row{justify-content:center}.glass-panel{-webkit-backdrop-filter:blur(18px)saturate(160%);background:linear-gradient(145deg,#ffffffe0,#fff6fac7);border:1px solid #ffffffbf;position:relative;overflow:hidden;box-shadow:0 18px 50px #1c24442e,inset 0 1px #ffffffe6}.glass-sheen,.toast-sheen{pointer-events:none;background:linear-gradient(115deg,#0000 35%,#ffffff8c 50%,#0000 65%);animation:4.5s ease-in-out infinite gmb-sheen;position:absolute;inset:0;transform:translate(-120%)}@keyframes gmb-sheen{0%,55%{transform:translate(-120%)}to{transform:translate(120%)}}.toast-viewport{z-index:300;pointer-events:none;flex-direction:column;gap:10px;width:min(370px,100vw - 28px);display:flex;position:fixed;bottom:18px;right:18px}.toast{pointer-events:auto;color:var(--navy);-webkit-backdrop-filter:blur(18px)saturate(160%);background:linear-gradient(145deg,#ffffffeb,#fff7fbd1);border:1px solid #fffc;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:start;gap:12px;padding:13px 14px;animation:.34s cubic-bezier(.2,.9,.3,1.3) gmb-toast-in;display:grid;position:relative;overflow:hidden;box-shadow:0 16px 40px #1c244433,inset 0 1px #fffffff2}.toast.is-leaving{animation:.3s forwards gmb-toast-out}@keyframes gmb-toast-in{0%{opacity:0;transform:translateY(14px)scale(.96)}}@keyframes gmb-toast-out{to{opacity:0;transform:translateY(8px)scale(.97)}}.toast-icon{color:#fff;background:var(--teal);border-radius:50%;place-items:center;width:34px;height:34px;display:grid;box-shadow:0 5px 14px #169b9d59}.toast-error .toast-icon{background:#d8324f;box-shadow:0 5px 14px #d8324f59}.toast-info .toast-icon{background:var(--navy);box-shadow:0 5px 14px #102a564d}.toast-thumb{object-fit:cover;border-radius:12px;width:42px;height:42px}.toast-body{flex-direction:column;gap:3px;min-width:0;display:flex}.toast-body strong{font:800 14px/1.3 Nunito,sans-serif}.toast-body small{color:var(--muted);font-size:12px}.toast-action{color:var(--pink);cursor:pointer;background:0 0;border:0;align-self:start;margin-top:5px;padding:0;font:800 12px/1 DM Sans,sans-serif;text-decoration:underline}.toast-close{color:var(--navy);background:#102a5612;border:0;border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.toast-close:hover{background:#102a5624}.toast-timer{transform-origin:0;background:linear-gradient(90deg, var(--pink), var(--teal));width:100%;height:2px;animation:linear forwards gmb-toast-timer;position:absolute;bottom:0;left:0}@keyframes gmb-toast-timer{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.confetti-canvas{z-index:350;pointer-events:none;position:fixed;inset:0}.exit-overlay{z-index:320;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#102a566b;place-items:center;padding:20px;animation:.25s gmb-fade-in;display:grid;position:fixed;inset:0}@keyframes gmb-fade-in{0%{opacity:0}}.exit-modal{text-align:center;border-radius:28px;width:min(460px,100%);max-height:calc(100vh - 40px);padding:34px 30px 26px;animation:.34s cubic-bezier(.2,.9,.3,1.25) gmb-pop-in;position:relative;overflow-y:auto}@keyframes gmb-pop-in{0%{opacity:0;transform:translateY(18px)scale(.95)}}.exit-close{width:32px;height:32px;color:var(--navy);background:#102a5614;border-radius:50%;position:absolute;top:12px;right:12px}.exit-body{z-index:1;position:relative}.exit-badge{color:#fff;background:linear-gradient(135deg, var(--pink), #ff8fb1);border-radius:50%;place-items:center;width:54px;height:54px;margin:0 auto 14px;display:grid;box-shadow:0 10px 26px #ed2f7261}.exit-modal h2{letter-spacing:-.6px;margin:8px 0 10px;font:900 clamp(23px,5vw,30px)/1.12 Nunito,sans-serif}.exit-modal p{color:#46546c;margin:0 0 6px;font-size:15px;line-height:1.55}.exit-terms{color:var(--muted);margin-bottom:14px;font-size:11.5px;display:block}.exit-modal form{flex-wrap:wrap;gap:8px;margin:18px 0 12px;display:flex}.exit-modal input{background:#ffffffd9;border:1px solid #dcdde2;border-radius:28px;flex:190px;min-width:0;height:48px;padding:0 17px}.exit-modal input:focus-visible{outline:2px solid var(--pink);outline-offset:1px}.exit-decline{color:var(--muted);background:0 0;border:0;font-size:12px;text-decoration:underline}.exit-code{background:var(--soft-pink);color:var(--pink);letter-spacing:.06em;border-radius:8px;padding:3px 10px;display:inline-block}.exit-claimed .button-row{margin-top:20px}.order-bumps{background:linear-gradient(160deg,#fff8fb,#fffdf7);border:1px dashed #f0c4d5;border-radius:20px;margin-top:26px;padding:22px}.order-bumps h2{align-items:center;gap:7px;margin:0 0 4px;font:800 18px/1.2 Nunito,sans-serif;display:flex}.order-bumps>p{color:var(--muted);margin:0 0 16px;font-size:13px}.bump-list{flex-direction:column;gap:10px;display:flex}.bump-card{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:62px 1fr auto;align-items:center;gap:14px;padding:10px;display:grid}.bump-card img{object-fit:cover;border-radius:11px;width:62px;height:62px}.bump-card a{font:800 14px/1.25 Nunito,sans-serif}.bump-price{align-items:baseline;gap:8px;margin-top:4px;font-size:14px;font-weight:800;display:flex}.bump-price del{color:#9b9da5;font-size:12px;font-weight:400}.bump-add{min-height:40px;padding:0 20px}.swap-card{border:1px solid var(--line);border-radius:18px;grid-template-columns:84px 1fr auto;align-items:center;gap:16px;margin-top:16px;padding:16px;display:grid}.swap-up{background:linear-gradient(150deg,#f2fbf9,#fff);border-color:#c9ece7}.swap-down{background:linear-gradient(150deg,#fffaf0,#fff);border-color:#f2e0bc}.swap-card img{object-fit:cover;border-radius:14px;width:84px;height:84px}.swap-card .eyebrow{align-items:center;gap:5px;display:inline-flex}.swap-up .eyebrow{color:var(--teal)}.swap-down .eyebrow{color:#a66a00}.swap-card h3{margin:6px 0 4px;font:800 17px/1.25 Nunito,sans-serif}.swap-card p{color:var(--muted);margin:0;font-size:13px}.swap-action{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.swap-action strong{font-size:16px}.swap-action .button{min-height:40px;padding:0 20px}.delivery-progress{background:var(--mint);color:#14705f;border-radius:14px;grid-template-columns:auto 1fr;align-items:center;gap:8px;margin-bottom:6px;padding:12px 14px 16px;font-size:12.5px;font-weight:700;display:grid;position:relative;overflow:hidden}.delivery-progress i{background:var(--teal);height:4px;transition:width .35s;position:absolute;bottom:0;left:0}.discount-form{gap:8px;margin:14px 0;display:flex}.discount-form input{text-transform:uppercase;letter-spacing:.04em;background:#fff;border:1px solid #dcdde2;border-radius:10px;flex:1;min-width:0;padding:11px 13px}.discount-form .button{border-radius:10px;min-height:44px;padding:0 18px}.discount-applied{background:var(--mint);color:#14705f;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin:14px 0;padding:11px 13px;font-size:13px;font-weight:800;display:flex}.discount-applied span{letter-spacing:.04em;align-items:center;gap:6px;display:flex}.discount-applied button{color:inherit;background:#14705f24;border:0;border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.payment-promise{color:var(--muted);line-height:1.55;text-align:left!important;margin-top:14px!important;font-size:11.5px!important}.checkout-error,.error-panel{border-radius:14px}.checkout-error{color:#a01834;background:#fdeaee;border:1px solid #f4c2cd;margin-bottom:20px;padding:14px 18px;font-size:14px;font-weight:600}.error-panel .error-mark{width:128px;height:auto;margin:0 auto 12px}.error-panel p{max-width:520px;color:var(--muted);margin-inline:auto}.newsletter-done{background:#ffffff2e;border:1px solid #ffffff59;border-radius:18px;align-items:center;gap:14px;padding:16px 20px;display:flex}.newsletter-done strong{font:800 16px Nunito,sans-serif;display:block}.newsletter-done small{opacity:.9;font-size:12.5px}.newsletter form .spin{margin-right:6px}.filter-chips{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px;font-size:13px;display:flex}.filter-chips>span{background:var(--soft-pink);color:var(--pink);border-radius:20px;padding:7px 14px}.filter-clear{color:var(--muted);align-items:center;gap:5px;font-weight:700;display:inline-flex}.not-found{text-align:center;max-width:760px;margin-inline:auto}.not-found-logo{width:min(190px,46vw);height:auto;margin:0 auto 18px}.not-found h1{letter-spacing:-1.5px;margin:10px 0;font:900 clamp(32px,6vw,54px)/1.05 Nunito,sans-serif}.not-found .lead{max-width:560px;margin-inline:auto}.not-found-search{margin:30px auto 24px}.not-found-categories{margin-top:52px}.not-found-categories h2{margin-bottom:16px;font:800 20px Nunito,sans-serif}.not-found-chips{flex-wrap:wrap;justify-content:center;gap:9px;display:flex}.not-found-chips a{border:1px solid var(--line);border-radius:22px;padding:9px 16px;font-size:13px;font-weight:700;transition:all .2s}.not-found-chips a:hover{border-color:var(--pink);color:var(--pink)}.brand-logo-footer{background:0 0!important;border-radius:0!important;padding:0!important}footer .footer-detail{align-items:center;gap:7px;font-size:13.5px;display:flex}footer a.footer-detail:hover{color:#fff;text-decoration:underline}.footer-grid>div>a:hover,.footer-grid h3+a:hover{color:#fff}.drawer-scrim{z-index:99;background:#102a5673;position:fixed;inset:0}.drawer-contact{border-top:1px solid var(--line);flex-direction:column;gap:12px;margin-top:auto;padding-top:22px;display:flex}.drawer-contact a{color:var(--pink);align-items:center;gap:8px;font-weight:700;display:flex}.mobile-drawer{overflow-y:auto}.quick-add.sold-out{background:#8b93a4}@media (width<=700px){.toast-viewport{width:auto;bottom:78px;left:14px;right:14px}.toast{border-radius:15px;padding:11px 12px}.exit-modal{border-radius:24px;padding:30px 20px 22px}.exit-modal form{flex-direction:column}.exit-modal input,.exit-modal form .button{width:100%}.bump-card{grid-template-columns:54px 1fr;gap:11px}.bump-card img{width:54px;height:54px}.bump-add{grid-column:1/-1;width:100%}.swap-card{grid-template-columns:64px 1fr}.swap-card img{width:64px;height:64px}.swap-action{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center}.swap-action .button{flex:1;margin-left:12px}.order-bumps{padding:16px}.category-rail,.promo-grid,.stage-row,.guide-grid,.pdp-thumbnails,.social-strip{scrollbar-width:none;-webkit-overflow-scrolling:touch}.category-rail::-webkit-scrollbar{display:none}.promo-grid::-webkit-scrollbar{display:none}.stage-row::-webkit-scrollbar{display:none}.guide-grid::-webkit-scrollbar{display:none}.catalog-toolbar{flex-wrap:wrap;gap:10px}.footer-bottom span{display:block}.not-found-search{border-radius:22px;flex-wrap:wrap;padding:10px}.not-found-search input{flex:100%;padding:6px 0 10px}.not-found-search .button,.button-row.center-row .button{width:100%}}@media (prefers-reduced-motion:reduce){.toast,.exit-modal,.exit-overlay,.glass-sheen,.toast-sheen,.toast-timer{animation:none!important}}.product-grid.cols-2{grid-template-columns:repeat(2,1fr);gap:26px}.product-grid.cols-3{grid-template-columns:repeat(3,1fr);gap:22px}.product-grid.cols-4{grid-template-columns:repeat(4,1fr)}.product-grid.cols-2 .product-card{border-radius:22px}.product-grid.cols-2 .product-media{aspect-ratio:4/3}.product-grid.cols-2 .product-info{padding:22px 24px 24px}.product-grid.cols-2 .product-name{min-height:0;margin:7px 0 2px;font-size:21px}.product-grid.cols-2 .price-row strong{font-size:21px}.product-grid.cols-2 .price-row del{font-size:14px}.product-grid.cols-2 .quick-add{border-radius:24px;padding:11px 20px;font-size:13px;bottom:22px;right:24px}.product-grid.cols-2 .sale-badge,.product-grid.cols-2 .new-badge{padding:6px 11px;font-size:12px;top:16px;left:16px}.product-grid.cols-2 .sale-badge+.new-badge{top:48px}.product-grid.cols-2 .wishlist{width:42px;height:42px;top:14px;right:14px}@media (width<=1000px){.product-grid.cols-3,.product-grid.cols-4{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.product-grid.cols-2,.product-grid.cols-3,.product-grid.cols-4{grid-template-columns:repeat(2,1fr);gap:10px}.product-grid.cols-2 .product-media{aspect-ratio:1}.product-grid.cols-2 .product-info{padding:11px}.product-grid.cols-2 .product-name{min-height:40px;font-size:14px}.product-grid.cols-2 .price-row strong{font-size:15px}.product-grid.cols-2 .quick-add{justify-content:center;width:100%;margin-top:9px;padding:8px 12px;font-size:12px;position:static}.product-grid.cols-2 .wishlist{width:36px;height:36px;top:10px;right:10px}}.announcement .marquee{align-items:center;height:34px;display:flex;overflow:hidden}.marquee-track{width:max-content;animation:linear infinite gmb-marquee;display:flex}.marquee-run{flex:none;align-items:center;display:flex}.marquee-run span{white-space:nowrap;padding-inline:30px}.marquee-run span:after{content:"•";opacity:.55;margin-left:30px}.announcement:hover .marquee-track{animation-play-state:paused}@keyframes gmb-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.announcement-static{display:none}@media (prefers-reduced-motion:reduce){.announcement .marquee{display:none}.announcement-static{justify-content:space-between;align-items:center;gap:16px;height:34px;display:flex;overflow:hidden}.announcement-static span{white-space:nowrap}}.review-section{background:linear-gradient(170deg,#fff8fb,#f4fbfa)}.review-marquee{position:relative}.review-viewport{cursor:pointer;width:100vw;margin-left:calc(50% - 50vw);padding:10px 0 6px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000);mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000)}.review-track{width:max-content;animation:linear infinite gmb-review-marquee;display:flex}.review-run{flex:none;display:flex}@keyframes gmb-review-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-viewport:hover .review-track,.review-viewport:focus-within .review-track,.review-marquee.is-pinned .review-track{animation-play-state:paused}.review-card{background:#fff;border-radius:24px;flex-direction:column;flex:0 0 clamp(280px,min(1240px,100vw - 40px)/3 - 14.6667px,420px);margin-right:22px;padding:30px 30px 26px;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 38px #1c244414}.review-card.tone-0{background:linear-gradient(160deg,#fff,#fff5f8)}.review-card.tone-1{background:linear-gradient(160deg,#fff,#f1fbf9)}.review-card.tone-2{background:linear-gradient(160deg,#fff,#fff9ec)}.review-card.tone-3{background:linear-gradient(160deg,#fff,#f4f2ff)}.doodle{pointer-events:none;width:92px;height:92px;position:absolute}.doodle svg{width:100%;height:100%}.doodle-tl{color:#ed2f7229;top:-20px;left:-18px;transform:rotate(-14deg)}.doodle-br{color:#169b9d29;bottom:-22px;right:-16px;transform:rotate(12deg)}.tone-1 .doodle-tl{color:#169b9d2b}.tone-1 .doodle-br{color:#ffc94947}.tone-2 .doodle-tl{color:#ffb32942}.tone-2 .doodle-br{color:#ed2f7226}.tone-3 .doodle-tl{color:#7b6cf62e}.tone-3 .doodle-br{color:#ed2f7224}.review-mark{color:#f3c2d6;width:26px;height:26px;margin-bottom:8px;position:relative}.tone-1 .review-mark{color:#b6e3de}.tone-2 .review-mark{color:#ffdfa1}.tone-3 .review-mark{color:#cdc6f7}.review-stars{color:#e3e5ea;gap:3px;margin-bottom:12px;display:flex;position:relative}.review-stars .filled{color:var(--yellow);fill:var(--yellow)}.review-card blockquote{color:var(--navy);flex:1;margin:0 0 20px;font:500 15.5px/1.6 DM Sans,sans-serif;position:relative}.review-card footer{color:inherit;background:0 0;flex-direction:column;gap:2px;padding:0;display:flex;position:relative}.review-card footer strong{font:800 14.5px Nunito,sans-serif}.review-card footer span{color:var(--muted);font-size:12.5px}.review-card footer small{color:var(--pink);margin-top:4px;font-size:11px;font-weight:700}.review-pause{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:22px;align-items:center;gap:6px;margin:18px auto 0;padding:8px 16px;font-size:12px;font-weight:700;display:inline-flex}.review-pause:hover{border-color:var(--pink);color:var(--pink)}.review-marquee{flex-direction:column;display:flex}@media (width<=1000px){.review-card{flex-basis:clamp(260px,50vw - 34px,380px)}}@media (width<=700px){.review-card{border-radius:20px;flex-basis:min(78vw,340px);margin-right:14px;padding:24px 22px 22px}.review-card blockquote{font-size:14.5px}.doodle{width:74px;height:74px}}@media (prefers-reduced-motion:reduce){.review-track{width:auto;animation:none}.review-run:last-child{display:none}.review-viewport{cursor:default;scroll-snap-type:x mandatory;scrollbar-width:none;overflow-x:auto}.review-viewport::-webkit-scrollbar{display:none}.review-card{scroll-snap-align:center}.review-pause{display:none}}@media (width<=700px){.hero{min-height:clamp(440px,64svh,540px)}.hero .hero-grid{width:min(100% - 28px,1240px);min-height:inherit;justify-content:initial;margin-inline:auto;padding:0;display:block;position:relative}.hero .hero-copy{z-index:2;width:66%;min-height:inherit;flex-direction:column;order:0;justify-content:center;align-items:flex-start;margin:0;padding:30px 0 34px;display:flex;position:relative}.hero .hero-visual{z-index:0;width:100vw;max-width:none;height:100%;min-height:0;box-shadow:none;border-radius:0;margin:0;position:absolute;inset:0 auto 0 50%;overflow:hidden;transform:translate(-50%)}.hero .hero-visual img{object-fit:cover;object-position:74% center;border-radius:0;width:100%;height:100%;position:absolute;inset:0}.hero .hero-visual:after{content:"";pointer-events:none;background:linear-gradient(90deg,#fff7e5f7 0%,#fff7e5ed 40%,#fff7e594 62%,#fff7e514 84%,#0000 100%);border-radius:0;height:auto;display:block;position:absolute;inset:0}.hero-mint .hero-visual:after{background:linear-gradient(90deg,#dafcf2f7 0%,#dafcf2ed 40%,#dafcf28f 62%,#dafcf212 84%,#0000 100%)}.hero-sky .hero-visual:after{background:linear-gradient(90deg,#e0f6fff7 0%,#e0f6ffed 40%,#e0f6ff8f 62%,#e0f6ff12 84%,#0000 100%)}.hero-sunshine .hero-visual:after{background:linear-gradient(90deg,#fff8c4f7 0%,#fff8c4ed 40%,#fff8c48f 62%,#fff8c412 84%,#0000 100%)}.hero-rose .hero-visual:after{background:linear-gradient(90deg,#ffe4eff7 0%,#ffe4efed 40%,#ffe4ef8f 62%,#ffe4ef12 84%,#0000 100%)}.hero .pill{padding:6px 10px;font-size:10px}.hero .hero-copy h1{letter-spacing:-1.2px;max-width:none;margin:11px 0 8px;font-size:clamp(24px,7.2vw,32px);line-height:1.03}.hero .hero-copy>p{max-width:none;margin:0;font-size:12.5px;line-height:1.45}.hero .button-row{grid-template-columns:1fr;gap:7px;width:100%;margin-top:15px;display:grid}.hero-actions .button{width:100%;min-width:0;min-height:42px;padding:0 12px;font-size:12px}.hero .hero-reassurance{flex-direction:column;gap:5px;margin-top:14px;font-size:10px;display:flex}.hero .hero-reassurance span{white-space:nowrap;justify-content:flex-start;gap:5px}.hero .hero-bubble{display:none}}@media (width<=400px){.hero .hero-copy{width:72%;padding-block:26px 30px}.hero .hero-copy h1{font-size:clamp(21px,7vw,27px)}.hero .hero-copy>p{font-size:11.5px}.hero .hero-visual img{object-position:78% center}}@media (width<=700px){.category-slider{margin-inline:0;padding-inline:0}.category-rail{gap:8px;scroll-padding-inline:30px}.category-card{flex:0 0 calc(25% - 6px)}.category-image{border-width:2px;width:100%;max-width:76px;height:auto;padding:5px}.category-card h3{min-height:0;margin:8px 0 0;font-size:10px;line-height:1.2}.category-card p{display:none}.category-slider-arrow{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffed;width:26px;height:26px;top:24px;box-shadow:0 3px 10px #102a5629}.category-slider-arrow svg{width:14px;height:14px}.category-slider-arrow.previous{left:-2px}.category-slider-arrow.next{right:-2px}.category-rail{-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 22px calc(100% - 22px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 22px calc(100% - 22px),#0000 100%)}}.tiktok-embed-wrap{justify-content:center;align-items:flex-start;min-height:420px;display:flex}.tiktok-embed-wrap .tiktok-embed{border-radius:18px;width:100%;margin:0;overflow:hidden}.tiktok-embed-wrap iframe{border-radius:18px;max-width:100%}@media (width<=820px){.tiktok-embed-wrap{min-height:380px}}.payment-recommended{background:var(--mint);color:#14705f;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:20px;margin-left:8px;padding:2px 8px;font:800 10px/1.6 DM Sans,sans-serif}.choice-grid label b{flex-wrap:wrap;align-items:center;gap:7px;display:flex}
