.fwmm-section,.fwmm-section *{box-sizing:border-box}.fwmm-section{position:relative;overflow:hidden;padding:5.5rem 0 5rem;color:var(--fwmm-text, #fff);font-family:var(--font-body-family)!important;background:radial-gradient(ellipse at 15% 50%,var(--fwmm-bg-1) 0%,transparent 45%),radial-gradient(ellipse at 85% 30%,var(--fwmm-bg-2) 0%,transparent 45%),radial-gradient(ellipse at 50% 90%,var(--fwmm-bg-3) 0%,transparent 40%),var(--fwmm-surface, #1A1028);--fwmm-font-eyebrow: var(--fwmm-font-eyebrow-mobile);--fwmm-font-title: var(--fwmm-font-title-mobile);--fwmm-font-body: var(--fwmm-font-body-mobile);--fwmm-font-card-label: var(--fwmm-font-card-label-mobile);--fwmm-font-card-title: var(--fwmm-font-card-title-mobile);--fwmm-font-card-meta: var(--fwmm-font-card-meta-mobile);--fwmm-font-hotspot: var(--fwmm-font-hotspot-mobile);--fwmm-font-compare-header: var(--fwmm-font-compare-header-mobile);--fwmm-font-compare-component: var(--fwmm-font-compare-component-mobile);--fwmm-font-compare-pct: var(--fwmm-font-compare-pct-mobile);--fwmm-font-compare-body: var(--fwmm-font-compare-body-mobile);--fwmm-font-badge: var(--fwmm-font-badge-mobile);--fwmm-font-insight-title: var(--fwmm-font-insight-title-mobile);--fwmm-font-insight-body: var(--fwmm-font-insight-body-mobile);--fwmm-font-insight-tag: var(--fwmm-font-insight-tag-mobile)}.fwmm-section button{font:inherit}.fwmm-shell{width:min(100% - 24px,1280px);margin:0 auto;position:relative;z-index:1}.fwmm-header{max-width:60rem;margin:0 auto 3.4rem;text-align:center}.fwmm-eyebrow{margin:0 0 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.7rem;color:#ffffff57;font-size:var(--fwmm-font-eyebrow);font-weight:760;line-height:1.15;letter-spacing:.18em;text-transform:uppercase}.fwmm-eyebrow__line{width:1.4rem;height:1px;border-radius:999px;background:currentColor}.fwmm-title{margin:0;color:var(--fwmm-heading-color, #fff);font-family:var(--font-heading-family)!important;font-size:var(--fwmm-font-title);font-weight:900;line-height:1.08;letter-spacing:-.03em;text-wrap:balance}.fwmm-title span,.fwmm-title em{display:block}.fwmm-title em{font-style:italic;font-weight:400;background:linear-gradient(130deg,#c4b5fd,#a78bfa 52%,#c8ede8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.fwmm-subtitle{max-width:42rem;margin:1.25rem auto 0;color:var(--fwmm-muted, rgba(255, 255, 255, .42));font-size:var(--fwmm-font-body);font-weight:500;line-height:1.72}.fwmm-subtitle p{margin:0}.fwmm-stage{display:grid;grid-template-areas:"center" "left" "right";gap:1.5rem;align-items:center}.fwmm-col{display:none;flex-direction:column;gap:.9rem}.fwmm-col--left{grid-area:left}.fwmm-col--right{grid-area:right}.fwmm-pairs{grid-area:left;display:grid;gap:.9rem}.fwmm-pair-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.fwmm-center{grid-area:center;position:relative;display:flex;justify-content:center}.fwmm-map-card{position:relative;display:flex;align-items:center;gap:.9rem;width:100%;min-height:5.7rem;padding:1rem 1.1rem;border:1px solid var(--fwmm-card-border);border-radius:1rem;background:var(--fwmm-card-bg, var(--fwmm-card));cursor:pointer;transition:transform .26s cubic-bezier(.34,1.56,.64,1),background .24s ease,border-color .24s ease,box-shadow .24s ease}.fwmm-map-card:hover,.fwmm-map-card.is-active{background:var(--fwmm-card-bg-strong, var(--fwmm-card-strong));border-color:color-mix(in srgb,var(--fwmm-accent),transparent 60%);box-shadow:0 18px 44px #0000002e}.fwmm-col--left .fwmm-map-card:hover,.fwmm-col--left .fwmm-map-card.is-active{transform:translate(-.28rem)}.fwmm-col--right .fwmm-map-card:hover,.fwmm-col--right .fwmm-map-card.is-active{transform:translate(.28rem)}.fwmm-map-card:after{content:"";position:absolute;top:-1px;left:.95rem;right:.95rem;height:3px;border-radius:999px 999px 0 0;background:var(--fwmm-accent);opacity:0;transition:opacity .24s ease}.fwmm-map-card.is-active:after{opacity:1}.fwmm-map-card__icon{display:flex;align-items:center;justify-content:center;width:3.6rem;flex-shrink:0;font-size:2.1rem;line-height:1}.fwmm-map-card__icon-image{display:block;width:100%;max-height:3.6rem;object-fit:contain}.fwmm-map-card__text{display:flex;flex-direction:column;gap:.12rem}.fwmm-map-card__label{font-size:var(--fwmm-font-card-label);font-weight:760;line-height:1.1;letter-spacing:.09em;text-transform:uppercase}.fwmm-map-card__name{color:var(--fwmm-card-text);font-size:var(--fwmm-font-card-title);font-weight:650;line-height:1.22}.fwmm-map-card__meta{color:var(--fwmm-card-text-muted);font-size:var(--fwmm-font-card-meta);font-weight:500;line-height:1.45}.fwmm-map-card--paired{min-height:100%;padding:.9rem .82rem;align-items:flex-start}.fwmm-map-card--paired .fwmm-map-card__icon{width:3.2rem;font-size:1.9rem}.fwmm-map-card--paired .fwmm-map-card__icon-image{max-height:3.2rem}.fwmm-map-card--paired .fwmm-map-card__name{font-size:calc(var(--fwmm-font-card-title) * .9);line-height:1.16}.fwmm-map-card--paired .fwmm-map-card__meta{font-size:calc(var(--fwmm-font-card-meta) * .88);line-height:1.4}.fwmm-blueprint-label{position:absolute;top:-1.7rem;left:50%;transform:translate(-50%);white-space:nowrap;color:#ffffff38;font-size:var(--fwmm-font-card-label);font-weight:700;line-height:1;letter-spacing:.16em;text-transform:uppercase}.fwmm-mouse-wrap{position:relative;width:min(100%,32rem);aspect-ratio:520 / 420}.fwmm-mouse-image,.fwmm-mouse-base,.fwmm-mouse-anatomy{display:block;width:100%;height:100%}.fwmm-mouse-image,.fwmm-mouse-base{position:relative;z-index:1;filter:drop-shadow(0 1.3rem 3.6rem rgba(0,0,0,.5))}.fwmm-mouse-image{object-fit:contain}.fwmm-mouse-anatomy{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.fwmm-anat{opacity:0;transition:opacity .32s ease}.fwmm-hotspot{position:absolute;transform:translate(-50%,-50%);padding:0;border:0;background:transparent;cursor:pointer;z-index:2}.fwmm-hotspot__dot{display:block;width:.95rem;height:.95rem;border-radius:50%;background:#fff;border:2px solid rgba(255,255,255,.3);box-shadow:0 0 0 .42rem #ffffff14,0 0 0 .9rem #ffffff0a;transition:transform .26s cubic-bezier(.34,1.56,.64,1),box-shadow .26s ease,background .26s ease;animation:fwmmPulse 2.5s ease-in-out infinite}.fwmm-hotspot:hover .fwmm-hotspot__dot,.fwmm-hotspot.is-active .fwmm-hotspot__dot{transform:scale(1.38);background:var(--fwmm-dot);box-shadow:0 0 0 .56rem #ffffff24,0 0 1.4rem var(--fwmm-dot);animation:none}.fwmm-hotspot__label{position:absolute;color:#ffffff8a;font-size:var(--fwmm-font-hotspot);font-weight:760;line-height:1;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;transition:color .26s ease}.fwmm-hotspot:hover .fwmm-hotspot__label,.fwmm-hotspot.is-active .fwmm-hotspot__label{color:#fff}.fwmm-hotspot--left .fwmm-hotspot__label{right:calc(100% + .8rem);top:50%;transform:translateY(-50%);text-align:right}.fwmm-hotspot--right .fwmm-hotspot__label{left:calc(100% + .8rem);top:50%;transform:translateY(-50%)}.fwmm-compare-wrap{margin-top:3rem}.fwmm-compare{display:grid;grid-template-columns:1fr;gap:.85rem;overflow:visible;padding-bottom:0}.fwmm-compare__intro,.fwmm-compare-card{min-height:100%;min-width:0;border:1px solid rgba(255,255,255,.08);border-radius:1.2rem;background:#ffffff0d}.fwmm-compare__intro{display:grid;place-items:center;padding:1.6rem}.fwmm-compare__intro-text{color:#ffffff61;font-family:var(--font-heading-family)!important;font-size:var(--fwmm-font-compare-header);font-style:italic;font-weight:700;line-height:1.25;text-align:center}.fwmm-compare-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.45rem 1.15rem;background:var(--fwmm-compare-card-bg, rgba(255, 255, 255, .05));border-color:var(--fwmm-compare-card-border, rgba(255, 255, 255, .08))}.fwmm-compare-card__icon{display:inline-flex;align-items:center;justify-content:center;margin-bottom:.55rem;font-size:2.5rem;line-height:1}.fwmm-compare-card__icon-image{display:block;width:3.4rem;max-height:3.4rem;object-fit:contain}.fwmm-compare-card__component{color:var(--fwmm-card-text-muted);font-size:var(--fwmm-font-compare-component);font-weight:760;line-height:1.1;letter-spacing:.08em;text-transform:uppercase}.fwmm-compare-card__pct{margin-top:.4rem;color:var(--fwmm-card-text);font-family:var(--font-heading-family)!important;font-size:var(--fwmm-font-compare-pct);font-weight:900;line-height:.95}.fwmm-compare-card__source,.fwmm-compare-card__why{color:var(--fwmm-card-text-muted);font-size:var(--fwmm-font-compare-body);font-weight:500;line-height:1.52}.fwmm-compare-card__ingredient{color:var(--fwmm-card-text);font-size:calc(var(--fwmm-font-compare-body) * 1.12);font-weight:650;line-height:1.35}.fwmm-compare-card__divider{width:100%;height:1px;margin:.9rem 0;border-radius:999px;background:#ffffff14}.fwmm-compare-card__badge{display:inline-flex;align-items:center;justify-content:center;margin-top:.8rem;min-height:2rem;padding:0 .78rem;border:1px solid var(--fwmm-badge-border);border-radius:999px;background:var(--fwmm-badge-bg);color:var(--fwmm-badge-text);font-size:var(--fwmm-font-badge);font-weight:760;line-height:1}.fwmm-insights{display:grid;gap:1rem;margin-top:2rem}.fwmm-insight{position:relative;overflow:hidden;padding:1.7rem 1.45rem;border-radius:1.2rem;background:var(--fwmm-insight-bg);border:1px solid var(--fwmm-insight-border);transition:transform .26s cubic-bezier(.34,1.56,.64,1)}.fwmm-insight:hover{transform:translateY(-.28rem)}.fwmm-insight--violet{--fwmm-insight-bg: rgba(167, 139, 250, .12);--fwmm-insight-border: rgba(167, 139, 250, .22)}.fwmm-insight--mint{--fwmm-insight-bg: rgba(200, 237, 232, .08);--fwmm-insight-border: rgba(200, 237, 232, .16)}.fwmm-insight--peach{--fwmm-insight-bg: rgba(255, 228, 204, .08);--fwmm-insight-border: rgba(255, 228, 204, .16)}.fwmm-insight__num{position:absolute;right:.9rem;top:.4rem;color:#ffffff14;font-family:var(--font-heading-family)!important;font-size:calc(var(--fwmm-font-insight-title) * 3.1);font-style:italic;font-weight:900;line-height:.8;pointer-events:none}.fwmm-insight__icon{display:inline-flex;align-items:center;justify-content:center;font-size:2.5rem;line-height:1;margin-bottom:.8rem}.fwmm-insight__icon-image{display:block;width:3.4rem;max-height:3.4rem;object-fit:contain}.fwmm-insight__title{margin:0 0 .45rem;color:var(--fwmm-card-text);font-family:var(--font-heading-family)!important;font-size:var(--fwmm-font-insight-title);font-weight:700;line-height:1.12}.fwmm-insight__body{margin:0;color:var(--fwmm-card-text-muted);font-size:var(--fwmm-font-insight-body);font-weight:500;line-height:1.72}.fwmm-insight__tag{display:inline-flex;align-items:center;justify-content:center;margin-top:.9rem;min-height:2rem;padding:0 .8rem;border-radius:999px;font-size:var(--fwmm-font-insight-tag);font-weight:760;line-height:1}.fwmm-insight--violet .fwmm-insight__tag{background:#a78bfa2e;color:#c4b5fd;border:1px solid rgba(167,139,250,.28)}.fwmm-insight--mint .fwmm-insight__tag{background:#c8ede824;color:#a7f3d0;border:1px solid rgba(200,237,232,.24)}.fwmm-insight--peach .fwmm-insight__tag{background:#ffe4cc24;color:#fed7aa;border:1px solid rgba(255,228,204,.24)}[data-fwmm-reveal]{opacity:0;filter:blur(12px);transform:translate3d(0,1.8rem,0)}.fwmm-section[data-fwmm-visible] [data-fwmm-reveal]{animation:fwmmReveal .82s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--fwmm-delay, 0ms)}@keyframes fwmmReveal{to{opacity:1;filter:blur(0);transform:none}}@keyframes fwmmPulse{0%,to{box-shadow:0 0 0 .42rem #ffffff14,0 0 0 .9rem #ffffff0a}50%{box-shadow:0 0 0 .7rem #ffffff1f,0 0 0 1.25rem #ffffff05}}@media(min-width:720px){.fwmm-section{padding:6.5rem 0 5.8rem}.fwmm-shell{width:min(100% - 40px,1280px)}.fwmm-insights,.fwmm-compare{grid-template-columns:repeat(2,minmax(0,1fr))}.fwmm-compare__intro{grid-column:1 / -1;min-height:8rem}}@media(min-width:990px){.fwmm-section{--fwmm-font-eyebrow: var(--fwmm-font-eyebrow-desktop);--fwmm-font-title: var(--fwmm-font-title-desktop);--fwmm-font-body: var(--fwmm-font-body-desktop);--fwmm-font-card-label: var(--fwmm-font-card-label-desktop);--fwmm-font-card-title: var(--fwmm-font-card-title-desktop);--fwmm-font-card-meta: var(--fwmm-font-card-meta-desktop);--fwmm-font-hotspot: var(--fwmm-font-hotspot-desktop);--fwmm-font-compare-header: var(--fwmm-font-compare-header-desktop);--fwmm-font-compare-component: var(--fwmm-font-compare-component-desktop);--fwmm-font-compare-pct: var(--fwmm-font-compare-pct-desktop);--fwmm-font-compare-body: var(--fwmm-font-compare-body-desktop);--fwmm-font-badge: var(--fwmm-font-badge-desktop);--fwmm-font-insight-title: var(--fwmm-font-insight-title-desktop);--fwmm-font-insight-body: var(--fwmm-font-insight-body-desktop);--fwmm-font-insight-tag: var(--fwmm-font-insight-tag-desktop)}}@media(min-width:1400px){.fwmm-section{padding:7rem 0 6.2rem}.fwmm-shell{width:min(100% - 48px,1420px)}.fwmm-stage{grid-template-columns:minmax(22rem,1fr) minmax(24rem,28rem) minmax(22rem,1fr);grid-template-rows:repeat(5,minmax(9.8rem,auto));justify-content:center;column-gap:clamp(4.5rem,6vw,7rem);row-gap:2.8rem;align-items:stretch}.fwmm-pairs{display:contents}.fwmm-col{display:none}.fwmm-pair-row{display:contents}.fwmm-pair-row>.fwmm-map-card:first-child{grid-column:1}.fwmm-pair-row>.fwmm-map-card:last-child{grid-column:3}.fwmm-center{grid-column:2;grid-row:1 / 6;display:flex;align-items:center;justify-content:center;align-self:stretch;padding-inline:1.2rem}.fwmm-mouse-wrap{width:min(100%,24rem)}.fwmm-hotspot--left .fwmm-hotspot__label{right:calc(100% + .55rem)}.fwmm-hotspot--right .fwmm-hotspot__label{left:calc(100% + .55rem)}.fwmm-map-card{max-width:none}.fwmm-pair-row>.fwmm-map-card{min-height:9.8rem;padding:1.3rem 1.5rem;gap:1.05rem;border-radius:1.15rem;align-self:start}.fwmm-pair-row>.fwmm-map-card .fwmm-map-card__icon{width:4.2rem;font-size:2.35rem}.fwmm-pair-row>.fwmm-map-card .fwmm-map-card__icon-image{max-height:4rem}.fwmm-compare{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;overflow:visible;padding-bottom:0;background:#ffffff12;border:1px solid rgba(255,255,255,.08);border-radius:1.35rem}.fwmm-compare__intro,.fwmm-compare-card{min-width:0;border:0;border-radius:0;background:#ffffff0a}.fwmm-compare__intro{min-height:100%}.fwmm-insights{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}.fwmm-shell{width:min(100% - 72px,1320px)}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/fellinora-wetfood-mouse-map.css.map */
