:root{--mag-pink: #ed1460;--mag-pink-dark: #cf0b4f;--mag-navy: #06254c;--mag-ink: #10284b;--mag-cream: #fffaf8;--mag-blush: #fff2f6;--mag-border: #f1dfe5;--mag-muted: #5f6c82;--mag-success: #179b63;--page-width: 1240px;--radius: 18px;--shadow: 0 14px 34px rgba(6, 37, 76, .1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--mag-ink);background:var(--mag-cream);font-family:DM Sans,sans-serif;font-size:16px;line-height:1.5}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{color:inherit;font:inherit}button{cursor:pointer}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-to-content-link{position:fixed;left:12px;top:-100px;z-index:100;padding:10px 16px;background:var(--mag-navy);color:#fff;border-radius:8px}.skip-to-content-link:focus{top:12px}.page-width{width:min(calc(100% - 48px),var(--page-width));margin:0 auto}.section{padding:72px 0}.section--tight{padding:42px 0}.section--blush{background:var(--mag-blush)}.section-heading{max-width:680px;margin:0 auto 36px;text-align:center}.section-kicker{margin:0 0 8px;color:var(--mag-pink);font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}h1,h2,h3,h4{margin:0;color:var(--mag-navy);font-family:Nunito,sans-serif;font-weight:900;line-height:1.05}h1{font-size:clamp(42px,6vw,76px);letter-spacing:-.045em}h2{font-size:clamp(32px,4vw,50px);letter-spacing:-.035em}h3{font-size:22px;letter-spacing:-.02em}p{margin:0 0 16px}.rte>*:last-child{margin-bottom:0}.text-pink{color:var(--mag-pink)}.underline-pink{position:relative;display:inline-block}.underline-pink:after{content:"";position:absolute;left:0;right:4%;bottom:-7px;height:5px;border-radius:10px;background:var(--mag-pink);transform:rotate(-1.5deg)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 24px;border:1px solid transparent;border-radius:12px;font-size:15px;font-weight:800;line-height:1;text-align:center;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button--primary{color:#fff;background:var(--mag-pink);box-shadow:0 10px 20px #ed146038}.button--primary:hover{background:var(--mag-pink-dark)}.button--dark{color:#fff;background:var(--mag-navy);box-shadow:0 10px 20px #06254c2b}.button--outline{color:var(--mag-navy);background:#fff;border-color:var(--mag-navy)}.button--small{min-height:40px;padding:9px 15px;border-radius:10px;font-size:13px}.button[disabled]{cursor:not-allowed;opacity:.55;transform:none}.announcement{padding:8px 16px;color:#fff;background:var(--mag-pink);font-size:13px;font-weight:700;text-align:center}.site-header{position:relative;z-index:10;background:#fff;border-bottom:1px solid rgba(6,37,76,.07)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:78px}.site-logo{display:block;width:172px}.site-logo img{width:100%;height:auto}.site-nav{display:flex;justify-content:center;gap:25px}.site-nav a{position:relative;padding:8px 0;font-size:14px;font-weight:700}.site-nav a:hover:after,.site-nav a[aria-current=page]:after{content:"";position:absolute;left:0;bottom:2px;width:100%;height:2px;background:var(--mag-pink)}.header-actions{display:flex;align-items:center;gap:11px}.header-icon{display:inline-grid;width:34px;height:34px;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--mag-navy);font-size:20px;font-weight:800}.account-icon:hover{color:var(--mag-pink);background:#fff1f5}.account-panel-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:49;visibility:hidden;opacity:0;background:#06254c66;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:opacity .2s ease,visibility 0s linear .2s}.account-panel-overlay.is-open{visibility:visible;opacity:1;transition:opacity .2s ease}.account-panel{position:fixed;z-index:50;top:18px;right:18px;display:flex;width:min(405px,calc(100vw - 36px));min-height:480px;flex-direction:column;padding:44px 34px 32px;visibility:hidden;border:1px solid #f1dfe5;border-radius:24px;color:var(--mag-ink);background:linear-gradient(145deg,#fff,#fff1f5);box-shadow:0 28px 70px #06254c47;opacity:0;transform:translateY(-12px) scale(.98);transition:transform .24s cubic-bezier(.23,1,.32,1),opacity .2s ease,visibility 0s linear .24s}.account-panel.is-open{visibility:visible;opacity:1;transform:translateY(0) scale(1);transition:transform .24s cubic-bezier(.23,1,.32,1),opacity .2s ease}.account-panel h2{max-width:295px;margin:6px 0 15px;font-size:38px}.account-panel>p:not(.section-kicker):not(.account-panel__hint){max-width:310px;color:#53627a;font-size:15px}.account-panel .button{width:100%;margin-top:12px}.account-panel__close{position:absolute;top:15px;right:15px;display:grid;width:36px;height:36px;place-items:center;border:1px solid #f0d9e1;border-radius:50%;color:var(--mag-navy);background:#fff;font-size:27px;font-weight:400;line-height:1}.account-panel__hint{margin:13px 0 0;color:#6d7890;font-size:12px;text-align:center}.account-panel__help{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:22px;border-top:1px solid #efdde4;color:var(--mag-navy);font-size:14px;font-weight:800}.account-panel__help span{color:var(--mag-pink);font-size:19px}body.account-panel-open{overflow:hidden}.header-cart{position:relative}.cart-count{position:absolute;top:-2px;right:-2px;min-width:16px;height:16px;padding:0 3px;border-radius:10px;color:#fff;background:var(--mag-pink);font-size:10px;line-height:16px;text-align:center}.mobile-menu-toggle,.mobile-menu-overlay,.mobile-menu-drawer{display:none}.hero{overflow:hidden;padding:72px 0 62px;background:radial-gradient(circle at 83% 18%,#ffe4ed 0,transparent 27%),#fff}.hero-grid{display:grid;grid-template-columns:minmax(0,.93fr) minmax(440px,1.07fr);align-items:center;gap:52px}.hero-copy{max-width:570px}.hero-copy h1{margin:8px 0 20px}.hero-copy .lede{max-width:520px;color:#42526a;font-size:18px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.social-proof{display:flex;align-items:center;gap:12px;margin-top:27px;color:#53627a;font-size:13px;font-weight:600}.proof-avatars{display:flex}.proof-avatars span{display:grid;width:29px;height:29px;margin-right:-7px;place-items:center;border:2px solid #fff;border-radius:50%;color:var(--mag-pink);background:#ffe2ec;font-size:11px}.hero-visual{position:relative;min-height:440px}.fridge-frame{position:absolute;inset:0 0 0 auto;width:min(100%,560px);overflow:hidden;border-radius:28px;background:linear-gradient(135deg,#c3c4c7,#f4f4f2 30%,#9c9fa5);box-shadow:24px 24px 46px #06254c2e}.fridge-frame:after{content:"";position:absolute;top:0;bottom:0;right:5%;width:4px;border-radius:6px;background:#0003}.hero-photo{position:absolute;z-index:1;width:28%;aspect-ratio:1;overflow:hidden;border:3px solid rgba(255,255,255,.8);border-radius:16px;background:linear-gradient(135deg,#f6b8cb,#ffc66e 45%,#85c6d5);box-shadow:3px 7px 9px #00000042}.hero-photo:before{content:"Your photo";display:grid;width:100%;height:100%;place-items:center;color:#06254cb8;background:linear-gradient(150deg,transparent 39%,rgba(255,255,255,.4) 40%,transparent 53%);font-size:11px;font-weight:800}.hero-photo--1{top:11%;left:10%;transform:rotate(-3deg)}.hero-photo--2{top:9%;left:48%;background:linear-gradient(135deg,#c3dd86,#65a58d 52%,#f3d7ac);transform:rotate(4deg)}.hero-photo--3{top:43%;left:21%;background:linear-gradient(135deg,#a5c4ea,#a9e0dd 48%,#f7d285);transform:rotate(2deg)}.hero-photo--4{top:49%;left:59%;background:linear-gradient(135deg,#f7a1a6,#e995cb 55%,#8161a3);transform:rotate(-3deg)}.hero-product-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.love-sticker{position:absolute;z-index:2;right:-12px;bottom:-12px;width:142px;height:142px;padding:25px 15px;border:7px dotted #fff;border-radius:50%;color:#fff;background:var(--mag-navy);box-shadow:var(--shadow);font-family:Nunito,sans-serif;font-size:17px;font-weight:900;line-height:1.1;text-align:center;transform:rotate(7deg)}.benefit-strip{color:#fff;background:var(--mag-navy)}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.benefit{display:flex;align-items:center;gap:14px;min-height:110px;padding:23px;border-right:1px solid rgba(255,255,255,.18)}.benefit:last-child{border:0}.benefit-icon{display:grid;flex:0 0 44px;width:44px;height:44px;place-items:center;border:2px solid var(--mag-pink);border-radius:14px;color:var(--mag-pink);font-family:Nunito,sans-serif;font-weight:900}.benefit-icon svg{width:22px;height:22px}.benefit h3{color:#fff;font-size:16px}.benefit p{margin:3px 0 0;color:#ccd8e8;font-size:13px}.product-feature{display:grid;grid-template-columns:.96fr 1.04fr;gap:64px;align-items:center}.product-feature-media{position:relative;min-height:490px;overflow:hidden;border-radius:26px;background:linear-gradient(145deg,#d6d5d2,#888d95);box-shadow:var(--shadow)}.product-feature-media img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center}.placeholder-magnet-stack{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.placeholder-magnet{display:grid;width:48%;aspect-ratio:1;place-items:center;border:4px solid rgba(255,255,255,.85);border-radius:22px;color:var(--mag-navy);background:linear-gradient(145deg,#ffd5df,#fff0c9 55%,#a9d1e1);box-shadow:9px 12px 10px #00000040;font-family:Nunito,sans-serif;font-size:18px;font-weight:900;transform:rotate(-7deg)}.placeholder-magnet:after{content:"";position:absolute;width:42%;aspect-ratio:1;border:4px solid #fff;border-radius:18px;background:linear-gradient(145deg,#b1c8ef,#f0a7bc 55%,#fde0a1);box-shadow:6px 9px 8px #00000047;transform:translate(45%,42%) rotate(11deg)}.product-feature-copy{max-width:540px}.product-feature-copy h2{margin:7px 0 16px}.product-feature-copy .price{margin:20px 0;color:var(--mag-navy);font-family:Nunito,sans-serif;font-size:30px;font-weight:900}.rating{color:var(--mag-pink);font-size:14px;font-weight:800;letter-spacing:.04em}.product-context{margin:12px 0 0;color:#5f6c82;font-size:15px;font-weight:700}.check-list{display:grid;gap:11px;padding:0;margin:22px 0 28px;list-style:none}.check-list li{position:relative;padding-left:28px;font-size:15px;font-weight:600}.check-list li:before{content:"\2713";position:absolute;left:0;top:0;display:grid;width:19px;height:19px;place-items:center;border-radius:50%;color:#fff;background:var(--mag-pink);font-size:12px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step-card{position:relative;padding:30px 24px 26px;border:1px solid var(--mag-border);border-radius:var(--radius);background:#fff;box-shadow:0 8px 20px #06254c0a}.step-card__icon{position:absolute;top:24px;right:23px;display:grid;width:46px;height:46px;place-items:center;border:1px solid #f4d8e3;border-radius:14px;color:var(--mag-pink);background:#fff6fa}.step-card__icon svg{width:29px;height:29px}.step-number{display:grid;width:42px;height:42px;margin-bottom:18px;place-items:center;border-radius:50%;color:#fff;background:var(--mag-pink);font-family:Nunito,sans-serif;font-weight:900}.step-card p{margin:8px 0 0;color:var(--mag-muted);font-size:14px}.occasion-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.occasion-card{position:relative;min-height:290px;overflow:hidden;border-radius:18px;color:#fff;background:linear-gradient(145deg,#2a6e86,#ed7191 56%,#ffd385)}.occasion-card:nth-child(2n){background:linear-gradient(145deg,#c59d75,#f7ced9 48%,#74628f)}.occasion-card:nth-child(3n){background:linear-gradient(145deg,#6d9079,#b7d8e5 53%,#f6d591)}.occasion-card img{width:100%;height:100%;object-fit:cover}.occasion-card:after{content:"";position:absolute;top:38%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#06254cd4)}.occasion-card-content{position:absolute;z-index:1;left:20px;right:20px;bottom:19px}.occasion-card h3{color:#fff;font-size:23px}.occasion-card p{margin:5px 0 0;font-size:13px}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial{padding:28px;border:1px solid var(--mag-border);border-radius:var(--radius);background:#fff;box-shadow:0 8px 19px #06254c0a}.testimonial blockquote{margin:12px 0 20px;color:var(--mag-navy);font-size:17px;font-weight:700;line-height:1.45}.testimonial cite{color:var(--mag-muted);font-size:13px;font-style:normal;font-weight:700}.newsletter{display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;padding:30px 38px;border-radius:20px;color:#fff;background:var(--mag-navy)}.newsletter h2{color:#fff;font-size:28px}.newsletter p{margin:5px 0 0;color:#cfd8e5;font-size:14px}.newsletter-form{min-width:min(100%,410px)}.newsletter-form__controls{display:flex}.newsletter-form input{min-width:0;width:100%;border:2px solid transparent;border-radius:10px 0 0 10px;padding:14px 16px;color:var(--mag-navy);background:#fff;caret-color:var(--mag-navy);font:inherit}.newsletter-form input::placeholder{color:#6a7588;opacity:1}.newsletter-form input:focus{border-color:#ff8bb9;outline:3px solid rgba(255,255,255,.35);outline-offset:2px}.newsletter-form input:-webkit-autofill,.newsletter-form input:-webkit-autofill:hover,.newsletter-form input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:var(--mag-navy);caret-color:var(--mag-navy)}.newsletter-form .button{border-radius:0 10px 10px 0}.newsletter-form__status{margin:10px 0 0;font-size:13px;line-height:1.4}.newsletter-form__status--success{color:#fff}.newsletter-form__status--error{color:#ffd4e3}.footer{padding:54px 0 24px;color:#d8e0ec;background:var(--mag-navy)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,.8fr);gap:34px;padding-bottom:36px}.footer-logo{width:175px;filter:brightness(0) invert(1);opacity:.97}.footer-tagline{max-width:260px;margin-top:13px;color:#bfd0e3;font-size:14px}.footer-social{margin-top:20px}.footer-social>p{margin:0 0 9px;color:#fff;font-size:12px;font-weight:800}.footer-social__links{display:flex;gap:8px}.footer-social__links a{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;background:#ffffff14;transition:color .18s ease,background .18s ease,transform .18s ease}.footer-social__links a:hover,.footer-social__links a:focus-visible{color:var(--mag-navy);background:#fff;transform:translateY(-2px)}.footer-social__links svg{width:17px;height:17px}.footer h3{margin-bottom:12px;color:#fff;font-size:15px}.footer-menu{display:grid;gap:9px;font-size:13px}.footer-menu a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:16px;padding-top:22px;border-top:1px solid rgba(255,255,255,.16);color:#afc1d5;font-size:12px}.product-page{padding:48px 0 78px}.breadcrumbs{margin:0 0 22px;color:var(--mag-muted);font-size:13px}.product-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);gap:52px;align-items:start}.product-gallery{position:sticky;top:20px}.main-media{position:relative;display:grid;height:clamp(360px,45vw,580px);min-height:0;overflow:hidden;place-items:center;border-radius:22px;background:linear-gradient(145deg,#d7d8d6,#a7a9ab)}.main-media img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .18s ease}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.product-gallery__thumb{aspect-ratio:1;padding:0;overflow:hidden;border:2px solid transparent;border-radius:12px;background:#f4edf0;cursor:pointer;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.product-gallery__thumb:hover,.product-gallery__thumb:focus-visible{border-color:#f3a1bd;transform:translateY(-2px)}.product-gallery__thumb.is-active{border-color:var(--mag-pink);box-shadow:0 0 0 2px #ed14601f}.product-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}.product-placeholder{display:grid;width:58%;aspect-ratio:1;place-items:center;border:4px solid rgba(255,255,255,.9);border-radius:24px;color:var(--mag-navy);background:linear-gradient(145deg,#ffd0dc,#f7dc89 48%,#8dc7db);box-shadow:12px 14px 14px #0000004a;font-family:Nunito,sans-serif;font-size:22px;font-weight:900;transform:rotate(-6deg)}.product-info h1{margin:8px 0 12px;font-size:clamp(38px,4.2vw,57px)}.product-price-block{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin:15px 0 18px}.product-price-label{margin:0;color:var(--mag-pink);font-size:14px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product-price{margin:0;color:var(--mag-navy);font-family:Nunito,sans-serif;font-size:31px;font-weight:900}.product-price-hint{flex-basis:100%;margin:1px 0 0;color:var(--mag-muted);font-size:12px;font-weight:700}.product-description{color:#526078}.purchase-guide{margin:27px 0 0;padding:23px 22px 20px;border:1px solid #f1d9e3;border-radius:18px;background:#fff8fb}.purchase-guide__eyebrow{margin:0 0 14px;color:var(--mag-pink);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.purchase-guide ol{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:0;padding:0;list-style:none}.purchase-guide li{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;align-items:start;color:var(--mag-navy)}.purchase-guide li>span{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;color:#fff;background:var(--mag-pink);font-size:13px;font-weight:900}.purchase-guide li>div{display:grid;gap:4px}.purchase-guide strong{font-size:14px;line-height:1.22}.purchase-guide small{color:#5e6b80;font-size:12px;line-height:1.38}.product-form{margin-top:26px}.form-label{display:block;margin-bottom:10px;color:var(--mag-navy);font-size:14px;font-weight:800}.variant-pills{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:10px;margin-bottom:27px}.variant-pill{min-height:76px;padding:12px;border:1px solid var(--mag-border);border-radius:13px;color:var(--mag-navy);background:#fff;font-weight:800;text-align:center}.variant-pill small{display:block;margin-top:3px;color:var(--mag-muted);font-size:12px;font-weight:600}.variant-pill.is-selected,.variant-pill:hover{border-color:var(--mag-pink);box-shadow:0 0 0 2px #ed14601f}.pack-explainer{display:grid;gap:2px;margin:-11px 0 19px;padding:12px 14px;border-left:4px solid var(--mag-pink);border-radius:0 12px 12px 0;background:#fff7fa}.pack-explainer span{color:var(--mag-pink);font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.pack-explainer strong{color:var(--mag-navy);font-size:15px}.pack-explainer small{color:var(--mag-muted);font-size:12px}.photo-upload{padding:20px;margin:0 0 23px;border:1px solid var(--mag-border);border-radius:16px;background:#fff}.photo-upload-header{display:flex;align-items:start;justify-content:space-between;gap:16px;margin-bottom:15px}.photo-upload-header h3{font-size:19px}.photo-upload-header p{margin:3px 0 0;color:var(--mag-muted);font-size:13px}.photo-count-badge{flex:0 0 auto;padding:6px 10px;border-radius:100px;color:var(--mag-pink);background:var(--mag-blush);font-size:12px;font-weight:800}.dropzone{display:grid;min-height:166px;place-items:center;padding:22px;border:2px dashed var(--mag-pink);border-radius:14px;background:#fff9fb;text-align:center}.dropzone.is-dragover{background:#ffe9f1}.dropzone-mark{display:grid;width:42px;height:42px;margin:0 auto 8px;place-items:center;border-radius:14px;color:#fff;background:var(--mag-pink);font-weight:900}.dropzone p{margin:0 0 11px;color:var(--mag-navy);font-size:14px;font-weight:700}.file-trigger{color:var(--mag-pink);background:transparent;border:0;text-decoration:underline;font-size:14px;font-weight:800}.photo-hint{margin:12px 0 0;color:var(--mag-muted);font-size:12px}.upload-readiness{margin:10px 0 0;padding:10px 12px;border-radius:10px;color:#7a5362;background:#fff3f7;font-size:12px;font-weight:800}.upload-readiness.is-ready{color:#0c6d4a;background:#e7f8ef}.upload-error{margin:12px 0 0;color:#b91745;font-size:13px;font-weight:700}.photo-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(74px,1fr));gap:10px;margin-top:16px}.photo-preview{position:relative;aspect-ratio:1;overflow:hidden;border-radius:10px;background:#f0f1f2}.photo-preview img{width:100%;height:100%;object-fit:cover}.photo-preview span{position:absolute;left:5px;bottom:5px;display:grid;width:20px;height:20px;place-items:center;border-radius:50%;color:#fff;background:var(--mag-navy);font-size:10px;font-weight:800}.photo-preview button{position:absolute;top:4px;right:4px;display:grid;width:20px;height:20px;place-items:center;padding:0;border:0;border-radius:50%;color:#fff;background:var(--mag-navy);font-weight:800}.photo-preview__adjust{top:auto!important;right:5px!important;bottom:5px;width:auto!important;height:auto!important;padding:5px 7px!important;border-radius:7px!important;color:var(--mag-navy)!important;background:#fff!important;font-size:10px;font-weight:800;box-shadow:0 2px 8px #09234329}.photo-preview__adjust:hover,.photo-preview__adjust:focus-visible{color:var(--mag-pink)!important}.crop-editor[hidden]{display:none}.crop-editor{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px}.crop-editor__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#092343a3}.crop-editor__dialog{position:relative;z-index:1;width:min(100%,520px);max-height:min(92vh,760px);overflow:auto;padding:24px;border:1px solid #f1d9e3;border-radius:22px;background:#fffdfb;box-shadow:0 22px 70px #09234347}.crop-editor__header{display:flex;align-items:start;justify-content:space-between;gap:16px}.crop-editor__header h3{margin:3px 0 0;color:var(--mag-navy);font-size:25px}.crop-editor__close{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--mag-border);border-radius:50%;color:var(--mag-navy);background:#fff;font-size:22px;line-height:1}.crop-editor__hint{margin:12px 0 16px;color:var(--mag-muted);font-size:13px;line-height:1.45}.crop-editor__canvas-wrap{position:relative;width:min(100%,420px);margin:0 auto;overflow:hidden;border-radius:13px;background:#e9edf0;touch-action:none}.crop-editor__canvas-wrap canvas{display:block;width:100%;height:auto;cursor:grab;touch-action:none}.crop-editor__canvas-wrap canvas:active{cursor:grabbing}.crop-editor__safe-area{position:absolute;top:8%;right:8%;bottom:8%;left:8%;border:1px dashed rgba(237,20,96,.85);pointer-events:none}.crop-editor__controls{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin:16px 0 8px;color:var(--mag-navy);font-size:13px;font-weight:800}.crop-editor__control,.crop-editor__rotate,.crop-editor__reset{min-height:34px;padding:7px 12px;border:1px solid var(--mag-border);border-radius:9px;color:var(--mag-navy);background:#fff;font-size:12px;font-weight:800}.crop-editor__control{width:34px;padding:0;font-size:18px}.crop-editor__rotate:hover,.crop-editor__reset:hover,.crop-editor__control:hover{border-color:var(--mag-pink);color:var(--mag-pink)}.crop-editor__footer{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.crop-editor-open{overflow:hidden}.form-actions{display:grid;grid-template-columns:1fr auto;gap:10px}.quantity-wrap .form-label{margin:0 0 7px}.quantity-control{display:flex;align-items:center;justify-content:center;min-height:52px;border:1px solid var(--mag-border);border-radius:12px;background:#fff}.quantity-control button{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:8px;color:var(--mag-navy);background:var(--mag-blush);font-size:19px;font-weight:800}.quantity-control input{width:44px;border:0;background:transparent;font-weight:800;text-align:center}.quantity-control input::-webkit-inner-spin-button,.quantity-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.add-button{width:100%;min-height:52px}.add-button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.add-button.is-ready{box-shadow:0 10px 24px #ed146045}.purchase-assurances{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:18px 0 0;color:var(--mag-muted)}.purchase-assurances div{display:grid;grid-template-columns:32px minmax(0,1fr);gap:8px;align-items:center;min-width:0;padding:11px 10px;border:1px solid #e6dbe0;border-radius:12px;background:#fffafd}.purchase-assurances__icon{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;color:var(--mag-pink);background:#fff0f5}.purchase-assurances__icon svg{width:18px;height:18px}.purchase-assurances strong{color:var(--mag-navy);font-size:11px;line-height:1.2}.purchase-assurances small{grid-column:1 / -1;color:#6b768b;font-size:10px;line-height:1.3}.product-details-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:64px}.detail-card{padding:25px;border:1px solid var(--mag-border);border-radius:15px;background:#fff}.detail-card p{margin:8px 0 0;color:var(--mag-muted);font-size:14px}.cart-page{min-height:56vh;padding:48px 0 78px}.cart-heading{max-width:610px}.cart-heading h1{margin:7px 0 10px}.cart-heading>p:not(.section-kicker){color:var(--mag-muted)}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:38px;margin-top:28px;align-items:start}.cart-items{border:1px solid var(--mag-border);border-radius:16px;overflow:hidden;background:#fff}.cart-item{display:grid;grid-template-columns:108px 1fr auto;gap:20px;padding:20px;border-bottom:1px solid var(--mag-border)}.cart-item:last-child{border-bottom:0}.cart-item-media{width:108px;aspect-ratio:1;overflow:hidden;border-radius:12px;background:var(--mag-blush)}.cart-item-media img{width:100%;height:100%;object-fit:cover}.cart-item-title{font-size:18px}.cart-item-variant,.cart-item-properties{margin-top:5px;color:var(--mag-muted);font-size:13px}.cart-item-properties{display:grid;gap:3px}.cart-item-properties a{color:var(--mag-pink);text-decoration:underline}.cart-upload-status{display:inline-flex;align-items:center;gap:6px;margin:13px 0 0;padding:7px 9px;border-radius:8px;color:#126b4b;background:#e9f8f0;font-size:12px;font-weight:800}.cart-upload-status span{display:grid;width:15px;height:15px;place-items:center;border-radius:50%;color:#fff;background:#16815a;font-size:10px}.cart-photo-thumbnails{margin-top:13px}.cart-photo-thumbnails__label{margin:0 0 7px;color:var(--mag-navy);font-size:11px;font-weight:800}.cart-photo-thumbnails__grid{display:flex;flex-wrap:wrap;gap:7px}.cart-photo-thumbnail{position:relative;display:block;width:54px;height:54px;overflow:hidden;border:1px solid #f0d7e1;border-radius:8px;background:var(--mag-blush)}.cart-photo-thumbnail:hover,.cart-photo-thumbnail:focus-visible{border-color:var(--mag-pink);box-shadow:0 0 0 2px #ed146024}.cart-photo-thumbnail img{display:block;width:100%;height:100%;object-fit:cover}.cart-photo-thumbnail span{position:absolute;right:3px;bottom:3px;display:grid;width:16px;height:16px;place-items:center;border-radius:50%;color:#fff;background:#092343d1;font-size:9px;font-weight:800}.cart-edit-link{display:inline-block;margin-top:14px;color:var(--mag-pink);font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.cart-item-actions{display:grid;justify-items:stretch;align-content:start;gap:10px;min-width:110px;text-align:center}.cart-item-actions>strong{font-size:16px}.cart-item-actions .quantity-control{margin-top:0}.cart-remove{display:block;color:var(--mag-pink);font-size:12px;text-decoration:underline}.cart-summary{padding:28px;border-radius:16px;background:var(--mag-navy);color:#fff}.cart-summary__eyebrow{margin:0 0 4px;color:#ff9fc2;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.cart-summary h2{color:#fff;font-size:26px}.summary-line{display:flex;justify-content:space-between;gap:14px;margin:18px 0;font-size:15px;font-weight:700}.summary-total{padding-top:18px;border-top:1px solid rgba(255,255,255,.2);font-family:Nunito,sans-serif;font-size:22px;font-weight:900}.cart-summary .button{width:100%;margin-top:18px}.cart-summary__note{margin:0;color:#cfd8e5;font-size:13px}.cart-summary__reassurance{display:flex;align-items:flex-start;gap:7px;margin:13px 0 0;color:#d7e5f0;font-size:12px;font-weight:700}.cart-summary__reassurance span{color:#ff90bc;font-weight:900}.cart-summary .button--outline{margin-top:12px;border-color:#fff;color:var(--mag-navy);background:#fff}.cart-summary .button--outline:hover{border-color:#ffd4e3;color:var(--mag-navy);background:#ffd4e3}.empty-state{max-width:590px;margin:0 auto;padding:70px 20px;text-align:center}.page-content{min-height:50vh;padding:68px 0}.page-content .rte{max-width:820px;margin:28px auto 0;color:#53627a}.page-content h1{text-align:center}.info-page{overflow:hidden;background:var(--mag-cream)}.info-page-hero{position:relative;overflow:hidden;padding:72px 0 64px;background:radial-gradient(circle at 77% 29%,#ffd7e5 0,transparent 23%),radial-gradient(circle at 89% 75%,#ffe9cf 0,transparent 20%),#fff}.info-page-hero:after{content:"";position:absolute;right:-9%;bottom:-82px;width:42%;height:180px;border-radius:50%;background:#ed146012;transform:rotate(-9deg)}.info-page-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:center;gap:54px}.info-page-hero h1{max-width:720px;margin:8px 0 19px;font-size:clamp(44px,5.7vw,74px)}.info-page-hero p:not(.section-kicker){max-width:590px;color:#53627a;font-size:18px}.info-page-visual{position:relative;min-height:360px;overflow:hidden;border:7px solid rgba(255,255,255,.92);border-radius:30px;background:#f5e7eb;box-shadow:16px 20px 35px #06254c26;transform:rotate(2deg)}.info-page-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(165deg,rgba(255,255,255,.12),transparent 48%,rgba(6,37,76,.1));pointer-events:none}.info-page-visual img{display:block;width:100%;height:360px;object-fit:cover;object-position:center}.info-page-visual__stamp{position:absolute;z-index:1;right:14px;bottom:14px;padding:9px 11px;border:1px solid rgba(255,255,255,.75);border-radius:8px;color:var(--mag-navy);background:#fffdf8e0;box-shadow:0 5px 14px #06254c1f;font-size:9px;font-weight:900;letter-spacing:.08em;line-height:1.3}.memory-collage{position:relative;height:266px}.memory-collage__photo{position:absolute;display:block;width:145px;height:145px;border:6px solid #fff;border-radius:19px;box-shadow:10px 16px 21px #06254c29;object-fit:cover}.memory-collage__photo--one{top:13px;left:10px;object-position:75% center;transform:rotate(-8deg)}.memory-collage__photo--two{right:7px;bottom:10px;object-position:75% center;transform:rotate(9deg)}.memory-collage__note{position:absolute;z-index:1;right:72px;top:77px;padding:11px 16px;border:1px solid #f1dce4;border-radius:5px;color:var(--mag-navy);background:#fffdf1;box-shadow:3px 6px 11px #06254c14;font-family:Nunito,sans-serif;font-size:13px;font-weight:900;line-height:1.15;transform:rotate(-2deg)}.info-body{padding:70px 0 84px}.story-ribbon{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 28px;margin-bottom:52px;padding:14px 24px;border-top:1px solid var(--mag-border);border-bottom:1px solid var(--mag-border);color:var(--mag-pink);font-size:12px;font-weight:900;letter-spacing:.12em}.info-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.85fr);align-items:center;gap:76px}.info-split--reverse{margin-top:72px}.info-copy{max-width:570px}.info-copy h2{margin:7px 0 18px}.info-copy>p:not(.section-kicker){color:#53627a;font-size:17px}.info-copy .button{margin-top:10px}.paper-stack{position:relative;min-height:340px}.paper-stack__image{position:absolute;display:block;width:232px;height:294px;border:5px solid #fff;border-radius:24px;box-shadow:9px 15px 19px #06254c29;object-fit:cover;object-position:72% center}.paper-stack__image--back{top:10px;left:9%;transform:rotate(-8deg)}.paper-stack__image--front{right:6%;bottom:8px;z-index:2;transform:rotate(7deg)}.paper-stack__caption{position:absolute;z-index:3;right:5%;bottom:2px;padding:9px 12px;color:var(--mag-pink);background:#fffdf1;box-shadow:3px 5px 11px #06254c1a;font-size:12px;font-weight:800;transform:rotate(-2deg)}.paper-stack--post .paper-stack__magnet{background:var(--mag-pink)}.memory-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:74px}.memory-pillars article{position:relative;padding:29px 27px 25px;overflow:hidden;border:1px solid var(--mag-border);border-radius:18px;background:#fff;box-shadow:0 8px 20px #06254c0a}.memory-pillars article:after{content:"";position:absolute;top:-28px;right:-20px;width:88px;height:88px;border-radius:50%;background:#fff0f5}.memory-pillars--support article:after{display:none}.memory-pillars span,.journey-card>span{position:relative;z-index:1;display:grid;width:36px;height:36px;margin-bottom:19px;place-items:center;border-radius:50%;color:#fff;background:var(--mag-pink);font-size:12px;font-weight:900}.memory-pillar__head{position:relative;z-index:1;display:block;margin-bottom:19px}.memory-pillar__head>span{margin-bottom:0}.memory-pillar__icon{position:absolute;top:-6px;right:0;display:grid;width:46px;height:46px;place-items:center;border:1px solid #f4d8e3;border-radius:14px;color:var(--mag-pink);background:#fff6fa}.memory-pillar__icon svg{width:23px;height:23px}.memory-pillars h3{margin-bottom:8px}.memory-pillars p{position:relative;z-index:1;margin:0;color:var(--mag-muted);font-size:14px}.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.journey-card{position:relative;padding:32px 26px 28px;border-radius:18px;color:var(--mag-navy);background:#fff;box-shadow:var(--shadow)}.journey-card p{margin:9px 0 0;color:var(--mag-muted);font-size:14px}.journey-card__icon{position:absolute;top:23px;right:23px;display:grid;width:46px;height:46px;place-items:center;border:1px solid #f4d8e3;border-radius:14px;color:var(--mag-pink);background:#fff6fa}.journey-card__icon svg{width:29px;height:29px}.journey-card--production{border:1px solid #dce7f1;background:#f8fbfd;box-shadow:0 8px 20px #06254c0f}.journey-card--production .journey-card__icon{border-color:#dce7f1;color:var(--mag-navy);background:#fff}.note-card{padding:16px 18px;border-left:4px solid var(--mag-pink);border-radius:0 12px 12px 0;background:var(--mag-blush);font-weight:600}.note-card a,.text-link{color:var(--mag-pink);font-weight:800;text-decoration:underline;text-underline-offset:3px}.help-banner{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:48px;border-radius:25px;color:#fff;background:var(--mag-navy);box-shadow:var(--shadow)}.help-banner h2{max-width:520px;margin:8px 0 12px;color:#fff}.help-banner p:not(.section-kicker){max-width:660px;margin:0;color:#cfdbe9}.help-banner .section-kicker{color:#ff8bb9}.help-banner .button{flex:0 0 auto}.order-hero-card{position:relative;display:grid;align-content:space-between;min-height:272px;padding:29px;overflow:hidden;border:1px solid #f1dfe5;border-radius:23px;color:var(--mag-navy);background:linear-gradient(145deg,#fff,#fff4f8);box-shadow:0 12px 28px #06254c12}.order-hero-card:before{content:"";position:absolute;top:-76px;right:-48px;width:162px;height:162px;border:25px solid rgba(237,20,96,.1);border-radius:50%}.order-hero-card:after{content:"";position:absolute;right:-49px;bottom:-55px;width:185px;height:185px;border-radius:50%;background:#ed14601f}.order-hero-card__tag{position:relative;z-index:1;align-self:start;color:var(--mag-pink);font-size:10px;font-weight:900;letter-spacing:.12em}.order-hero-card__icons{position:relative;z-index:1;display:flex;gap:9px}.order-hero-card__icons span{display:grid;width:41px;height:41px;place-items:center;border:1px solid #f4d8e3;border-radius:11px;color:var(--mag-pink);background:#ffffffc7}.order-hero-card__icons svg{width:23px;height:23px}.order-hero-card p{position:relative;z-index:1;margin:0;color:var(--mag-navy);font-family:Nunito,sans-serif;font-size:25px;font-weight:900;line-height:1.05}.order-intro{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(290px,.9fr);gap:54px;align-items:end;padding-bottom:44px;border-bottom:1px solid var(--mag-border)}.order-intro h2{margin:7px 0 0}.order-intro>p{margin:0;color:var(--mag-muted);font-size:16px}.order-pathways{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:43px 0 70px}.order-pathways article{position:relative;padding:28px 25px 25px;border:1px solid var(--mag-border);border-radius:18px;background:#fff;box-shadow:0 8px 20px #06254c0a}.order-pathways article:nth-child(2){background:#fff4f8}.order-pathways span{display:grid;width:34px;height:34px;margin-bottom:18px;place-items:center;border-radius:50%;color:#fff;background:var(--mag-pink);font-size:11px;font-weight:900}.order-pathways__icon{position:absolute;top:23px;right:21px;display:grid;width:44px;height:44px;place-items:center;border:1px solid #f4d8e3;border-radius:13px;color:var(--mag-pink);background:#fff6fa}.order-pathways__icon svg{width:27px;height:27px}.order-pathways h3{margin:0 0 8px}.order-pathways p{margin:0;color:var(--mag-muted);font-size:14px}.step-card__icon,.journey-card__icon,.memory-pillar__icon,.order-pathways__icon{border-color:#dce7f1;color:var(--mag-navy);background:#fff;box-shadow:0 4px 10px #06254c0f}.order-enquiry{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:32px;align-items:stretch}.order-enquiry__aside{display:flex;min-height:430px;flex-direction:column;padding:39px 32px;border-radius:22px;color:#fff;background:var(--mag-navy)}.order-page--corporate .order-enquiry__aside{background:linear-gradient(145deg,var(--mag-navy),#1a4b74)}.order-enquiry__aside h2{margin:11px 0 14px;color:#fff;font-size:36px}.order-enquiry__aside>p:not(.section-kicker){color:#d2dfec;font-size:15px}.order-enquiry__aside .section-kicker{color:#ff9cc3}.order-enquiry__aside .text-link{margin-top:auto;color:#fff}.order-enquiry__form{align-self:stretch}.policy-note{margin:22px auto 0;padding:19px 24px;border-radius:14px;color:#526078;background:#fff;font-size:14px;text-align:center}.policy-note strong{color:var(--mag-navy)}.faq-layout{display:grid;grid-template-columns:minmax(240px,.75fr) minmax(0,1.25fr);gap:64px;align-items:start}.faq-intro{position:sticky;top:25px}.faq-intro h2{margin:7px 0 16px}.faq-intro p:not(.section-kicker){color:var(--mag-muted)}.faq-intro .button{margin-top:13px}.faq-list{display:grid;gap:11px}.faq-list details{overflow:hidden;border:1px solid var(--mag-border);border-radius:15px;background:#fff}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;color:var(--mag-navy);cursor:pointer;font-family:Nunito,sans-serif;font-size:18px;font-weight:900;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{display:grid;width:26px;height:26px;flex:0 0 auto;place-items:center;border-radius:50%;color:var(--mag-pink);background:#fff0f5;font-family:DM Sans,sans-serif;font-size:20px;font-weight:500}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details>div{padding:0 22px 20px;color:var(--mag-muted);font-size:14px}.faq-list details p{margin:0}.contact-layout{display:grid;grid-template-columns:minmax(270px,.72fr) minmax(0,1.28fr);gap:32px;padding:72px 0 86px;align-items:stretch}.contact-aside{position:relative;display:flex;min-height:520px;flex-direction:column;padding:42px 34px;overflow:hidden;border-radius:22px;color:#fff;background:var(--mag-navy);box-shadow:var(--shadow)}.contact-aside:after{content:"\2665";position:absolute;right:-29px;bottom:-44px;color:#ffffff14;font-size:220px;line-height:1}.contact-aside h2{max-width:275px;margin:24px 0 13px;color:#fff;font-size:38px}.contact-aside>p{position:relative;z-index:1;color:#cbd8e7;font-size:15px}.contact-aside__sticker{display:inline-block;align-self:flex-start;padding:8px 11px;border-radius:8px;color:var(--mag-pink);background:#fff8d7;font-family:Nunito,sans-serif;font-size:13px;font-weight:900;transform:rotate(-4deg)}.contact-aside__steps{position:relative;z-index:1;display:grid;gap:10px;margin-top:25px}.contact-aside__steps div{display:flex;align-items:center;gap:11px}.contact-aside__steps span{display:grid;width:27px;height:27px;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:#ff92bc;font-size:10px;font-weight:900}.contact-aside__steps p{margin:0;color:#fff;font-size:13px;font-weight:700}.contact-aside .text-link{position:relative;z-index:1;margin-top:auto;color:#fff}.contact-form-card{padding:45px;border:1px solid var(--mag-border);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.contact-form-card__heading h2{margin:7px 0 26px;font-size:42px}.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:17px}.contact-field{display:grid;gap:8px}.contact-field--wide{grid-column:1 / -1}.contact-field label{color:var(--mag-navy);font-size:13px;font-weight:800}.contact-field label span{color:var(--mag-pink)}.contact-field input,.contact-field textarea{width:100%;border:1px solid #e3d4da;border-radius:11px;outline:none;color:var(--mag-ink);background:#fffdfd;padding:13px 14px;transition:border .18s ease,box-shadow .18s ease}.contact-field textarea{min-height:164px;resize:vertical}.contact-field input:focus,.contact-field textarea:focus{border-color:var(--mag-pink);box-shadow:0 0 0 3px #ed14601f}.contact-form-card__privacy{margin:16px 0 19px;color:#6b768b;font-size:12px}.contact-submit{min-width:190px}.form-notice{display:grid;gap:3px;padding:15px 17px;margin:0 0 24px;border-radius:12px;font-size:14px}.form-notice--success{color:#0d6948;background:#e7f8ef;border:1px solid #b7e9ce}.form-notice--error{color:#a11e43;background:#fff0f4;border:1px solid #ffc3d4}.form-notice ul{margin:0;padding-left:18px}.info-body--generic .info-copy{margin:0 auto;text-align:center}.info-body--generic .rte{margin-top:18px;color:var(--mag-muted)}@media(max-width:960px){.site-nav{gap:15px}.hero-grid,.product-feature,.product-grid{grid-template-columns:1fr}.hero-copy{max-width:650px}.hero-visual{min-height:400px;max-width:620px;width:100%}.product-gallery{position:static}.main-media{height:min(76vw,570px);min-height:0}.product-feature-media{min-height:430px}.benefit-grid{grid-template-columns:repeat(2,1fr)}.benefit:nth-child(2){border-right:0}.benefit:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.18)}.occasion-grid{grid-template-columns:repeat(2,1fr)}.cart-layout{grid-template-columns:1fr}.cart-summary{max-width:520px}.info-page-hero__grid,.faq-layout,.contact-layout{grid-template-columns:1fr}.info-page-hero__grid{gap:18px}.order-intro,.order-enquiry{grid-template-columns:1fr}.order-enquiry__aside{min-height:330px}.memory-collage,.info-page-visual{width:min(100%,360px);margin-left:auto}.faq-intro{position:static;max-width:560px}.contact-aside{min-height:410px}}@media(max-width:720px){.page-width{width:min(calc(100% - 32px),var(--page-width))}.section{padding:54px 0}.header-inner{grid-template-columns:auto 1fr auto;gap:10px;min-height:68px}.site-logo{width:132px}.site-nav{display:none}.mobile-menu-toggle{display:inline-grid}.header-actions{gap:3px}.header-actions .header-icon:first-child{display:none}body.mobile-menu-open{overflow:hidden}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:block;visibility:hidden;opacity:0;background:#06254c75;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:opacity .2s ease,visibility 0s linear .2s}.mobile-menu-overlay.is-open{visibility:visible;opacity:1;transition:opacity .2s ease}.mobile-menu-drawer{position:fixed;top:0;bottom:0;left:0;z-index:41;display:flex;width:min(86vw,355px);flex-direction:column;padding:19px 21px 24px;visibility:hidden;color:var(--mag-navy);background:#fffafc;box-shadow:20px 0 50px #06254c38;opacity:0;transform:translate(-100%);transition:transform .26s cubic-bezier(.23,1,.32,1),opacity .2s ease,visibility 0s linear .26s}.mobile-menu-drawer.is-open{visibility:visible;opacity:1;transform:translate(0);transition:transform .26s cubic-bezier(.23,1,.32,1),opacity .2s ease}.mobile-menu-drawer__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:21px;border-bottom:1px solid #f0dfe5}.mobile-menu-drawer__head .site-logo{width:147px}.mobile-menu-close{display:grid;width:38px;height:38px;place-items:center;border:1px solid #efd9e1;border-radius:50%;color:var(--mag-navy);background:#fff;font-size:29px;font-weight:400;line-height:1}.mobile-menu-drawer__nav{display:grid;padding:21px 0}.mobile-menu-drawer__nav a{display:flex;align-items:center;justify-content:space-between;padding:15px 3px;border-bottom:1px solid #f2e5e9;color:var(--mag-navy);font-family:Nunito,DM Sans,Arial,sans-serif;font-size:20px;font-weight:800}.mobile-menu-drawer__nav a span{color:var(--mag-pink)}.mobile-menu-drawer__footer{display:grid;gap:15px;margin-top:auto;padding-top:19px;border-top:1px solid #f0dfe5;color:#66748a;font-size:12px;font-weight:700}.mobile-menu-drawer__footer .button{justify-content:center}.hero{padding:48px 0 44px}.hero-grid{gap:30px}.hero-visual{min-height:330px}.fridge-frame{width:calc(100% - 10px)}.love-sticker{right:0;bottom:-6px;width:112px;height:112px;padding:21px 12px;font-size:14px}.benefit-grid,.steps,.testimonials,.product-details-grid{grid-template-columns:1fr}.benefit{min-height:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.benefit:last-child{border-bottom:0}.product-feature{gap:32px}.product-feature-media{min-height:355px}.purchase-guide{padding:22px 20px}.purchase-guide ol{grid-template-columns:1fr;gap:15px}.purchase-guide strong{font-size:16px}.purchase-guide small{font-size:13px}.purchase-assurances{grid-template-columns:repeat(3,1fr);gap:6px}.purchase-assurances div{grid-template-columns:1fr;gap:6px;justify-items:center;padding:10px 6px;text-align:center}.purchase-assurances__icon{width:30px;height:30px}.purchase-assurances strong{font-size:10px}.purchase-assurances small{font-size:9px}.crop-editor{padding:12px}.crop-editor__dialog{padding:18px;border-radius:18px}.crop-editor__footer{flex-direction:column-reverse}.crop-editor__footer .button{width:100%}.occasion-grid{grid-template-columns:1fr 1fr;gap:10px}.occasion-card{min-height:218px}.occasion-card-content{left:14px;right:14px;bottom:13px}.occasion-card h3{font-size:18px}.newsletter{grid-template-columns:1fr;padding:25px;gap:18px}.newsletter-form{min-width:0;width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 20px}.footer-grid>:first-child{grid-column:1 / -1}.footer-bottom{display:block}.footer-bottom span+span{display:block;margin-top:8px}.product-page,.cart-page{padding-top:32px}.product-grid{gap:27px}.info-page-hero{padding:53px 0 40px}.info-page-hero h1{font-size:clamp(42px,12vw,57px)}.info-page-hero p:not(.section-kicker){font-size:16px}.memory-collage{height:210px;transform:scale(.82);transform-origin:right top;margin-bottom:-38px}.info-page-visual{min-height:270px;margin-top:4px;border-width:5px;border-radius:24px;transform:rotate(1deg)}.info-page-visual img{height:270px}.info-body{padding:51px 0 61px}.story-ribbon{justify-content:flex-start;margin-bottom:39px;padding:12px 0;font-size:10px}.info-split,.info-split--reverse{grid-template-columns:1fr;gap:28px;margin-top:0}.info-split--reverse{margin-top:52px}.info-split--delivery-details .info-copy{padding-top:24px}.order-intro{gap:18px;padding-bottom:34px}.order-pathways{grid-template-columns:1fr;gap:12px;margin:34px 0 48px}.order-pathways article{padding:23px 21px}.order-enquiry{gap:18px}.order-enquiry__aside{min-height:0;padding:32px 26px}.order-enquiry__aside h2{font-size:34px}.paper-stack{min-height:280px;transform:scale(.9);transform-origin:left top;margin-bottom:-28px}.memory-pillars,.journey-grid{grid-template-columns:1fr;margin-top:45px}.help-banner{display:grid;padding:32px 25px}.help-banner .button{justify-self:start}.faq-list summary{padding:17px 18px;font-size:16px}.faq-list details>div{padding:0 18px 18px}.contact-layout{gap:18px;padding:51px 0 64px}.contact-aside{min-height:390px;padding:33px 26px}.contact-aside h2{font-size:34px}.contact-form-card{padding:29px 22px}.contact-form-card__heading h2{font-size:36px}.contact-fields{grid-template-columns:1fr}.contact-field--wide{grid-column:auto}.main-media{height:87vw;min-height:0}.form-actions{grid-template-columns:1fr}.cart-item{grid-template-columns:78px 1fr;gap:14px}.cart-item-media{width:78px}.cart-item>:last-child{grid-column:2}.cart-photo-thumbnail{width:48px;height:48px}}@media(max-width:400px){.site-logo{width:118px}.header-icon{width:30px;height:30px}.newsletter-form__controls{display:block}.newsletter-form input,.newsletter-form .button{border-radius:10px}.newsletter-form .button{width:100%;margin-top:8px}}.newsletter-form input[type=email],.newsletter-form input[type=email]:hover,.newsletter-form input[type=email]:focus,.newsletter-form input[type=email]:active,.newsletter-form input[type=email]:valid{appearance:none;-webkit-appearance:none;color:#06254c!important;-webkit-text-fill-color:#06254c!important;caret-color:#06254c!important;background-color:#fff!important;color-scheme:light;opacity:1}.newsletter-form input[type=email]::placeholder{color:#566987!important;-webkit-text-fill-color:#566987!important;opacity:1}.newsletter-form input[type=email]::selection{color:#06254c;background:#ffd6e5}.newsletter-form input[type=email]:-webkit-autofill,.newsletter-form input[type=email]:-webkit-autofill:hover,.newsletter-form input[type=email]:-webkit-autofill:focus,.newsletter-form input[type=email]:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #ffffff inset!important;-webkit-text-fill-color:#06254c!important;caret-color:#06254c!important;transition:background-color 9999s ease-out 0s}.upload-progress[hidden]{display:none}.upload-progress{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:1.25rem}.upload-progress__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#06254cad;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.upload-progress__dialog{position:relative;width:min(100%,27rem);padding:2rem 1.5rem 1.6rem;border:1px solid rgba(237,20,96,.22);border-radius:1.5rem;background:var(--mag-cream);box-shadow:0 1.25rem 4rem #06254c47;text-align:center}.upload-progress__dialog h3{margin:.35rem 0 .55rem;color:var(--mag-navy);font-size:clamp(1.45rem,5vw,1.8rem)}.upload-progress__dialog p:not(.section-kicker):not(.upload-progress__count){margin:0 auto 1.2rem;color:var(--mag-muted);line-height:1.55}.upload-progress__spinner{width:3.25rem;height:3.25rem;margin:0 auto 1.15rem;border:.3rem solid rgba(237,20,96,.18);border-top-color:var(--mag-pink);border-radius:50%;animation:magmems-progress-spin .8s linear infinite}.upload-progress__bar{height:.5rem;overflow:hidden;margin:1rem 0 .7rem;border-radius:99rem;background:#06254c1a}.upload-progress__bar span{display:block;width:25%;height:100%;border-radius:inherit;background:var(--mag-pink);transition:width .25s ease}.upload-progress__count{margin:0;color:var(--mag-navy);font-size:.9rem;font-weight:800}body.magmems-uploading{overflow:hidden}@keyframes magmems-progress-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.upload-progress__spinner{animation:none;border-top-color:var(--mag-pink)}.upload-progress__bar span{transition:none}}@media(max-width:600px){.upload-progress{place-items:center;padding:.75rem}.upload-progress__dialog{padding:1.5rem 1.2rem 1.25rem;border-radius:1.25rem}}.cart-photo-inline-view{padding:0;border:0;color:var(--mag-pink);background:transparent;font:inherit;text-decoration:underline;text-underline-offset:2px}.cart-photo-inline-view:hover,.cart-photo-inline-view:focus-visible{color:var(--mag-pink-dark)}.cart-photo-thumbnail{padding:0;border:1px solid #f0d7e1;color:inherit;-webkit-appearance:none;appearance:none}.cart-photo-viewer[hidden]{display:none}.cart-photo-viewer{position:fixed;z-index:1100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px}.cart-photo-viewer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#06254cb8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cart-photo-viewer__dialog{position:relative;z-index:1;width:min(100%,620px);max-height:min(92vh,820px);overflow:auto;padding:30px;border:1px solid #f1d9e3;border-radius:24px;color:var(--mag-ink);background:#fffdfb;box-shadow:0 28px 80px #06254c57}.cart-photo-viewer__dialog h2{margin:6px 0 18px;font-size:clamp(28px,5vw,42px)}.cart-photo-viewer__close{position:absolute;top:14px;right:14px;display:grid;width:38px;height:38px;place-items:center;border:1px solid #f0d9e1;border-radius:50%;color:var(--mag-navy);background:#fff;font-size:28px;font-weight:400;line-height:1}.cart-photo-viewer__close:hover,.cart-photo-viewer__close:focus-visible{color:#fff;background:var(--mag-pink)}.cart-photo-viewer__image-wrap{display:grid;min-height:220px;place-items:center;overflow:hidden;border-radius:16px;background:var(--mag-blush)}.cart-photo-viewer__image-wrap img{width:100%;max-height:62vh;object-fit:contain}.cart-photo-viewer__caption{margin:12px 0 0;color:var(--mag-muted);font-size:13px;text-align:center}body.cart-photo-viewer-open{overflow:hidden}@media(max-width:600px){.cart-photo-viewer{padding:12px}.cart-photo-viewer__dialog{padding:24px 16px 18px;border-radius:20px}.cart-photo-viewer__dialog h2{margin-right:36px}.cart-photo-viewer__image-wrap{min-height:180px}.cart-photo-viewer__image-wrap img{max-height:66vh}}@media(prefers-reduced-motion:reduce){.cart-photo-viewer__backdrop,.cart-photo-viewer__dialog{transition:none}}.cart-photo-viewer__gallery{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:10px}.cart-photo-viewer__nav{display:grid;width:42px;height:42px;place-items:center;padding:0 0 4px;border:1px solid #f0d9e1;border-radius:50%;color:var(--mag-navy);background:#fff;font-family:Arial,sans-serif;font-size:34px;font-weight:300;line-height:1;transition:color .18s ease,background .18s ease,opacity .18s ease,transform .18s ease}.cart-photo-viewer__nav:hover:not(:disabled),.cart-photo-viewer__nav:focus-visible:not(:disabled){color:#fff;background:var(--mag-pink);transform:translateY(-1px)}.cart-photo-viewer__nav:disabled{cursor:not-allowed;opacity:.28}.cart-photo-viewer__position{margin:12px 0 0;color:var(--mag-navy);font-size:13px;font-weight:900;text-align:center}@media(max-width:600px){.cart-photo-viewer__gallery{grid-template-columns:36px minmax(0,1fr) 36px;gap:7px}.cart-photo-viewer__nav{width:36px;height:36px;font-size:28px}}.cart-photo-viewer__guidance{display:grid;gap:6px;margin:16px 0 0;padding:13px 14px;border-left:4px solid var(--mag-pink);border-radius:0 12px 12px 0;color:var(--mag-muted);background:#fff5f8;font-size:13px;line-height:1.45}.cart-photo-viewer__guidance strong{color:var(--mag-navy);font-size:14px}.cart-photo-viewer__guidance em{color:var(--mag-navy);font-style:normal;font-weight:800}.cart-photo-viewer__edit-link{width:fit-content;min-height:40px;margin-top:5px;padding:9px 14px;color:var(--mag-navy);font-size:13px}@media(max-width:600px){.cart-photo-viewer__guidance{margin-top:13px;padding:11px 12px;font-size:12px}.cart-photo-viewer__edit-link{width:100%}}.password-page{min-height:100vh;color:var(--mag-ink);background:var(--mag-cream)}.password-shell{position:relative;display:grid;min-height:100vh;place-items:center;overflow:hidden;padding:34px 18px;background:radial-gradient(circle at 10% 15%,#ffe1eb 0,transparent 24%),radial-gradient(circle at 94% 88%,#dbe6ef 0,transparent 29%),var(--mag-cream)}.password-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.42;background-image:radial-gradient(rgba(6,37,76,.12) .7px,transparent .7px);background-size:16px 16px;pointer-events:none}.password-shell__glow{position:absolute;width:210px;height:210px;border:2px solid rgba(237,20,96,.16);border-radius:50%}.password-shell__glow:after{content:"";position:absolute;top:20px;right:20px;bottom:20px;left:20px;border:1px solid rgba(237,20,96,.16);border-radius:50%}.password-shell__glow--one{top:8%;left:-90px}.password-shell__glow--two{right:-85px;bottom:7%;transform:rotate(35deg)}.password-card{position:relative;z-index:1;display:grid;width:min(100%,760px);grid-template-columns:minmax(0,1fr) 230px;gap:26px 42px;padding:clamp(28px,5vw,54px);border:1px solid rgba(6,37,76,.12);border-radius:30px;background:#ffffffeb;box-shadow:0 24px 75px #06254c29}.password-card__header{grid-column:1 / -1;max-width:600px}.password-brand{display:inline-flex;width:min(220px,62vw);margin-bottom:29px}.password-brand img{display:block;width:100%;height:auto}.password-card h1{max-width:620px;margin:7px 0 16px;font-size:clamp(38px,7vw,68px)}.password-card__intro{max-width:560px;margin:0;color:#53627a;font-size:17px;line-height:1.7}.password-page header:not(.password-card__header),.password-page footer{display:none!important}.password-card__gallery{display:grid;grid-column:1 / -1;grid-template-columns:1.35fr .825fr .825fr;gap:12px}.password-card__gallery-item{min-height:205px;margin:0;overflow:hidden;border-radius:20px;background:#f3e7df;box-shadow:inset 0 0 0 1px #ed14601a}.password-card__gallery-item--wide{min-height:270px}.password-card__gallery-item img{width:100%;height:100%;object-fit:cover;object-position:center}.password-card__form-wrap{align-self:center;padding:23px;border-radius:22px;color:#fff;background:var(--mag-navy);box-shadow:0 14px 28px #06254c29}.password-card__form-label{margin:0 0 13px;color:#ffd0df;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.password-form__row{display:grid;gap:10px}.password-form input{width:100%;min-height:48px;padding:12px 14px;border:1px solid rgba(255,255,255,.25);border-radius:10px;color:var(--mag-navy);background:#fff;font-size:15px}.password-form input::placeholder{color:#657389;opacity:1}.password-form input:focus-visible{outline:3px solid #ff94b6;outline-offset:2px}.password-form .button{width:100%;border:0;cursor:pointer}.password-form__error{margin:11px 0 0;color:#ffd4df;font-size:12px;line-height:1.45}.password-card__footer{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:22px;border-top:1px solid #f1dfe5;color:#68758b;font-size:12px}.password-card__footer p{margin:0}.password-owner-link{color:var(--mag-navy);font-weight:800;text-decoration:underline;text-underline-offset:3px}.password-owner-link:hover,.password-owner-link:focus-visible{color:var(--mag-pink)}@media(max-width:680px){.password-shell{padding:18px 12px}.password-card{grid-template-columns:1fr;gap:22px;padding:27px 21px 22px;border-radius:24px}.password-card__header{grid-column:auto}.password-card h1{font-size:clamp(38px,13vw,57px)}.password-card__intro{font-size:15px;line-height:1.6}.password-card__gallery{grid-column:auto;grid-template-columns:1fr 1fr;gap:9px}.password-card__gallery-item,.password-card__gallery-item--wide{min-height:170px}.password-card__gallery-item--wide{grid-column:1 / -1;min-height:230px}.password-card__form-wrap{padding:20px}}
/*# sourceMappingURL=/cdn/shop/t/69/assets/base.css.map */
