.fp-mega{position:fixed;top:var(--header-bottom-position-desktop, 60px);left:0;right:0;bottom:0;width:100%;background-color:var(--fp-white);z-index:calc(var(--fp-z-sticky) + 20);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s}.fp-mega.is-open{opacity:1;visibility:visible}.fp-mega__inner{display:flex;position:relative;height:100%}.fp-mega__nav-col{width:320px;flex-shrink:0;display:flex;flex-direction:column;padding:2.5rem 2rem 2.5rem 3rem;overflow-y:auto}.fp-mega__group{display:flex;flex-direction:column;margin-bottom:20px}.fp-mega__group-title{font-family:var(--fp-font);font-size:9px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--fp-concrete, #999);margin-bottom:6px;padding-top:0}.fp-mega__link{font-family:var(--fp-font);font-size:13px;font-weight:400;color:var(--fp-dark);text-decoration:none;padding:6px 0;display:block;transition:color .2s ease;line-height:1.5;white-space:nowrap}.fp-mega__link:hover{opacity:1;color:#b51e2c}.fp-mega__link--view-all{margin-top:8px;font-weight:400;color:var(--fp-dark)}.fp-mega__editorial{flex:1;display:flex;gap:16px;padding:16px 16px 16px 0;min-width:0}.fp-mega__editorial-card{flex:1;display:flex;flex-direction:column;text-decoration:none;color:var(--fp-dark);overflow:hidden;position:relative;min-width:0}.fp-mega__editorial-card:hover .fp-mega__editorial-img{transform:scale(1.02)}.fp-mega__editorial-card:hover .fp-mega__editorial-cta{text-decoration:underline}.fp-mega__editorial-img-wrap{flex:1;overflow:hidden;position:relative;min-height:0}.fp-mega__editorial-img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.455,.03,.515,.955)}.fp-mega__editorial-caption{position:absolute;bottom:0;left:0;right:0;padding:24px;display:flex;flex-direction:column;gap:4px;color:var(--fp-white)}.fp-mega__editorial-title{font-family:var(--fp-font);font-size:14px;font-weight:400;line-height:1.3}.fp-mega__editorial-cta{font-family:var(--fp-font);font-size:12px;font-weight:400;text-decoration:underline;text-underline-offset:3px}.fp-mega__close{position:absolute;top:20px;right:24px;background:none;border:none;cursor:pointer;padding:8px;color:var(--fp-dark);z-index:2;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;transition:opacity .2s ease}.fp-mega__close:hover{opacity:.5}html:has(.fp-header-wrapper.is-mega-open) .fp-catbar,html:has(.fp-header-wrapper.fp-mega-shop-open) .fp-catbar,html:has(.fp-header-wrapper.fp-mega-gifts-open) .fp-catbar,html:has(.fp-header-wrapper.fp-search-open) .fp-catbar{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s}body.fp-mega-is-open,body.fp-bis-is-open,body.fp-cart-is-open,body.fp-account-is-open{overflow:hidden;position:fixed;width:100%}body.fp-mega-is-open #MainContent,body.fp-mega-is-open .shopify-section-group-footer-group,body.fp-cart-is-open #MainContent,body.fp-cart-is-open .shopify-section-group-footer-group,body.fp-cart-is-open .shopify-section-group-header-group,body.fp-account-is-open #MainContent,body.fp-account-is-open .shopify-section-group-footer-group,body.fp-account-is-open .shopify-section-group-header-group,body.fp-locale-is-open #MainContent,body.fp-locale-is-open .shopify-section-group-header-group,body.fp-bis-is-open #MainContent,body.fp-bis-is-open .shopify-section-group-footer-group,body.fp-bis-is-open .shopify-section-group-header-group{filter:blur(12px);-webkit-filter:blur(12px);transition:filter .3s ease}@media screen and (max-width:989px){.fp-mega{display:none}}.fp-mega{border-top:none;border-bottom:.5px solid var(--fp-border-color)}.fp-header-wrapper.fp-mega-shop-open,.fp-header-wrapper.fp-mega-gifts-open{border-radius:30px 30px 0 0;clip-path:inset(0 round 30px 30px 0 0)}.fp-mega-shop{position:absolute;top:100%;left:0;right:0;background:var(--fp-white);border-radius:0 0 30px 30px;overflow:hidden;max-height:0;opacity:0;pointer-events:none;transition:max-height .3s ease,opacity .25s ease;z-index:10;box-shadow:none}.fp-mega-shop.is-open{max-height:460px;opacity:1;pointer-events:auto}.fp-mega-shop__inner{display:flex;align-items:center;gap:0;padding:20px 20px 20px 36px;border-top:none;min-height:280px}.fp-mega-shop__categories{display:grid;grid-template-columns:1fr 1fr;gap:8px;flex-shrink:0;align-content:start;width:340px}.fp-mega-shop__item{display:flex;flex-direction:column;gap:4px;padding:14px 16px;background:#f5f3f0;border-radius:10px;text-decoration:none;transition:background .2s ease}.fp-mega-shop__item:hover{background:#ece9e4}.fp-mega-shop__item:hover .fp-mega-shop__label{color:#b51e2c}.fp-mega-shop__item:hover .fp-mega-shop__label-zh{color:#202622}.fp-mega-shop__label{font-family:var(--fp-font);font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:#202622;line-height:1.3;transition:color .2s ease}.fp-mega-shop__label-zh{font-family:var(--fp-font);font-size:10px;font-weight:400;color:#861823;line-height:1.2;transition:color .2s ease}.fp-mega-shop__images{display:flex;flex-direction:row;gap:8px;margin-left:32px;flex:1;align-items:stretch;height:260px}.fp-mega-shop__image{flex:1;overflow:hidden;border-radius:14px}.fp-mega-shop__image a{display:block;width:100%;height:100%}.fp-mega-shop__image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .4s ease}.fp-mega-shop__image:hover img{transform:scale(1.04)}.fp-mega-shop__image--placeholder{background:#f0f0ee}#fp-mega-gifts .fp-mega-shop__images{height:220px;align-items:stretch}#fp-mega-gifts .fp-mega-shop__image{flex:0 0 auto;width:176px;height:220px}
/*# sourceMappingURL=/cdn/shop/t/18/assets/fanplaza-header-overlay.css.map */
