:root{--posts-mega-bg: #ffffff;--posts-mega-border: #e8ece8;--posts-text: #0f3d2e;--posts-muted: rgba(15, 61, 46, .7);--posts-primary: #5CB85C;--posts-primary-dark: #449D44;--posts-container: 1400px;--posts-pad-x: 48px;--posts-radius: 16px;--posts-shadow: 0 18px 45px rgba(0, 0, 0, .12)}.mega-menu-posts-wrapper{position:fixed;left:0;right:0;top:var(--header-height, 80px);width:100vw;background:var(--posts-mega-bg);border-bottom:1px solid var(--posts-mega-border);box-shadow:var(--posts-shadow);z-index:900;margin-top:88px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.header__nav-item.has-mega-menu-posts:hover .mega-menu-posts-wrapper{opacity:1;visibility:visible;transform:translateY(0)}.mega-menu-posts{width:100%;max-width:var(--posts-container);margin:0 auto;padding:40px var(--posts-pad-x)}.mega-menu-posts__title{font-size:14px;font-weight:700;color:var(--posts-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:24px;padding-left:4px;display:flex;align-items:center;gap:8px}.mega-menu-posts__title:before{content:"";width:4px;height:16px;background:linear-gradient(180deg,var(--posts-primary) 0%,var(--posts-primary-dark) 100%);border-radius:2px}.mega-menu-posts__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px}.mega-menu-posts__card{background:linear-gradient(135deg,#fff,#fafbfa);border:1px solid var(--posts-mega-border);border-radius:var(--posts-radius);padding:24px;display:flex;align-items:flex-start;gap:16px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.mega-menu-posts__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--posts-radius);padding:1px;background:linear-gradient(135deg,rgba(92,184,92,.12),transparent 50%,rgba(92,184,92,.08));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease}.mega-menu-posts__card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #5cb85c1a,0 8px 16px #0000000f;border-color:#5cb85c4d}.mega-menu-posts__card:hover:before{opacity:1}.mega-menu-posts__image{width:60px;height:60px;min-width:60px;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f5f5f5;transition:all .3s ease}.mega-menu-posts__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.mega-menu-posts__card:hover .mega-menu-posts__image img{transform:scale(1.1)}.mega-menu-posts__image span.material-symbols-outlined{font-size:28px;color:var(--posts-primary);font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.mega-menu-posts__icon{width:56px;height:56px;min-width:56px;background:linear-gradient(135deg,var(--posts-primary) 0%,var(--posts-primary-dark) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 12px #5cb85c26;transition:all .3s ease}.mega-menu-posts__card:hover .mega-menu-posts__icon{transform:scale(1.05);box-shadow:0 6px 16px #5cb85c40}.mega-menu-posts__icon span.material-symbols-outlined{font-size:28px;color:#fff;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.mega-menu-posts__content{flex:1;display:flex;flex-direction:column;gap:6px}.mega-menu-posts__name{font-size:16px;font-weight:700;color:var(--posts-text);line-height:1.3;margin:0;transition:color .2s ease;display:flex;align-items:center;gap:8px}.mega-menu-posts__card:hover .mega-menu-posts__name{color:var(--posts-primary-dark)}.mega-menu-posts__name:after{content:"\2192";opacity:0;transform:translate(-4px);transition:all .2s ease;font-size:18px;color:var(--posts-primary)}.mega-menu-posts__card:hover .mega-menu-posts__name:after{opacity:1;transform:translate(0)}.mega-menu-posts__desc{font-size:13px;color:var(--posts-muted);line-height:1.5;margin:0}.mega-menu-posts__specs{display:flex;align-items:center;gap:12px;margin-top:4px;flex-wrap:wrap}.mega-menu-posts__spec{font-size:12px;font-weight:600;color:var(--posts-primary-dark);background:#5cb85c14;padding:4px 10px;border-radius:6px;display:flex;align-items:center;gap:4px}.mega-menu-posts__spec span.material-symbols-outlined{font-size:14px;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 20}.mega-menu-posts__footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 24px;border-top:1px solid var(--posts-mega-border);background:linear-gradient(135deg,#5cb85c05,#5cb85c0f);border-radius:12px}.mega-menu-posts__footer-features{display:flex;gap:24px;flex-wrap:wrap;align-items:center}.mega-menu-posts__footer-feature{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--posts-text);font-weight:600;padding:8px 16px;border-radius:8px;background:#fff9;border:1px solid rgba(92,184,92,.15)}.mega-menu-posts__footer-feature span.material-symbols-outlined{font-size:18px;color:var(--posts-primary);font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.mega-menu-posts__footer-cta{font-size:14px;color:#fff;text-decoration:none;font-weight:700;padding:12px 24px;border-radius:10px;background:linear-gradient(135deg,var(--posts-primary) 0%,var(--posts-primary-dark) 100%);border:1px solid var(--posts-primary-dark);white-space:nowrap;display:flex;align-items:center;gap:8px;transition:all .2s ease;box-shadow:0 4px 12px #5cb85c33}.mega-menu-posts__footer-cta:hover{transform:translate(2px);box-shadow:0 6px 16px #5cb85c4d}.mega-menu-posts__footer-cta span.material-symbols-outlined{font-size:18px;font-variation-settings:"FILL" 0,"wght" 600,"GRAD" 0,"opsz" 24}@media(max-width:1450px){.mega-menu-posts{padding:32px 40px}.mega-menu-posts__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.mega-menu-posts-wrapper{display:none!important}}@media(max-width:768px){.mega-menu-posts__grid{grid-template-columns:1fr}.mega-menu-posts{padding:24px}.mega-menu-posts__footer{flex-direction:column;align-items:stretch}.mega-menu-posts__footer-features{flex-direction:column;gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-mega-menu-posts.css.map */
