:root{--primary:#65a30d;--primary-50:#f0f5ff;--primary-100:#d9f7be;--primary-200:#b7eb8f;--primary-300:#95de64;--primary-500:#84cc16;--primary-600:#5b8c00;--primary-800:#3f6212;--text:#374151;--dark:#1a1a2e;--muted:#6b7280;--muted-hover:#0000000f;--border:#eef0f3;--bg:#fff;--bg-secondary:#f1f5f9;--card:#fbfcfe;--topbar-bg:#efefef;--dropdown-hover:#f0f5ff;--gap-160:160px;--gap-120:120px;--gap-80:80px;--gap-64:64px;--gap-48:48px;--gap-40:40px;--gap-32:32px;--gap-24:24px;--gap-20:20px;--gap-16:16px;--gap-12:12px;--gap-8:8px;--radius-12:12px}*{box-sizing:border-box}body{color:var(--dark);letter-spacing:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-size:17px;line-height:1.4;overflow-x:hidden;font-family:var(--font-manrope)!important}a{color:inherit;text-decoration:none}.row{--bs-gutter-x:var(--gap-32);--bs-gutter-y:var(--gap-32)}@media (max-width:552px){.row{--bs-gutter-x:var(--gap-24)}}.row.row16{--bs-gutter-x:var(--gap-16);--bs-gutter-y:0}.row.nogap{--bs-gutter-x:0;--bs-gutter-y:0}.container-fluid{padding-left:var(--gap-32);padding-right:var(--gap-32)}.container{max-width:1384px;padding-left:var(--gap-32);padding-right:var(--gap-32)}@media (max-width:575px){.container{padding-left:var(--gap-20);padding-right:var(--gap-20)}}.gap-8{gap:var(--gap-8)!important}.gap-12{gap:var(--gap-12)!important}.gap-16{gap:var(--gap-16)!important}.gap-20{gap:var(--gap-20)!important}.gap-24{gap:var(--gap-24)!important}.gap-32{gap:var(--gap-32)!important}.mb-8{margin-bottom:var(--gap-8)!important}.mb-12{margin-bottom:var(--gap-12)!important}.mb-16{margin-bottom:var(--gap-16)!important}.mb-24{margin-bottom:var(--gap-24)!important}.mb-40{margin-bottom:var(--gap-40)!important}.mb-32{margin-bottom:var(--gap-32)!important}.mb-64{margin-bottom:var(--gap-64)!important}.space-40,.space-80,.space-120,.space-160{display:block;position:relative}.space-40{height:var(--gap-40)}.space-80{height:var(--gap-80)}.space-120{height:var(--gap-120)}.space-160{height:var(--gap-160)}@media (max-width:992px){.space-160{height:var(--gap-120)}}@media (max-width:552px){.space-160{height:var(--gap-80)}}h1,h2,h3,h4,h5,h6{margin:0;line-height:1;font-family:var(--font-playfair-display)!important}h1{font-size:72px}h2{font-size:64px}h3{font-size:40px}h4{font-size:32px}h5{font-size:24px}h6{font-size:20px}.fs-title{letter-spacing:0;font-size:36px;font-weight:700;line-height:120%}@media (max-width:575px){.fs-title{font-size:28px}}.fs-heading{letter-spacing:0;font-size:24px;font-weight:700;line-height:120%}.fs-subtitle{letter-spacing:0;font-size:18px;font-weight:700;line-height:120%}.fs-body{letter-spacing:0;font-size:16px;font-weight:500;line-height:120%}.fs-label{letter-spacing:0;font-size:14px;font-weight:500;line-height:120%}.text-muted{color:var(--muted)!important}.text-primary{color:var(--primary)!important}.index-1{z-index:1}.index-2{z-index:2}.index-3{z-index:3}.bg-pink{background-color:var(--pink)!important}.three-line-text{-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.two-line-text{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.grid-2,.grid-3,.grid-4,.grid-5,.grid-6{display:grid}.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.grid-6{grid-template-columns:repeat(6,1fr)}@media (max-width:992px){.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.grid-5,.grid-6{grid-template-columns:repeat(3,1fr)}}@media (max-width:552px){.grid-2,.grid-3,.grid-4,.grid-5,.grid-6{grid-template-columns:1fr}}.not-found-page{color:#1b1b1f;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:80px 24px;display:flex;position:relative;overflow:hidden}.not-found-page .not-found-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);font-size:13px;font-weight:800}.not-found-page .not-found-title{gap:6px;margin:0 0 16px;font-size:64px;font-weight:500;line-height:1}.not-found-page .not-found-title span{font-size:26px;font-weight:500}.not-found-page .not-found-text{color:#49454f;margin:0 0 24px;font-size:15px;line-height:1.6}.not-found-page .not-found-actions{flex-wrap:wrap;gap:12px;margin-bottom:16px;display:flex}.not-found-page .nf-btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:all .18s ease-out;display:inline-flex}.not-found-page .nf-btn-primary{background:linear-gradient(135deg, #077ac2, var(--primary));color:#fff}.not-found-page .nf-btn-primary:hover{transform:translateY(-1px)}.not-found-page .nf-btn-ghost{color:#1d1b20;background:0 0;border-color:#0000001f}.not-found-page .nf-btn-ghost:hover{background:#0000000a}@media (max-width:600px){.not-found-page .not-found-page{padding:64px 16px}.not-found-page .not-found-content{padding:28px 20px 24px}.not-found-page .not-found-title{font-size:44px}.not-found-page .not-found-title span{font-size:20px}}.block-converter-wrapper{font-size:15px}.block-converter-wrapper .fig-cap{color:var(--primary);text-align:center;justify-content:center;font-size:15px;font-style:italic;display:flex}.block-converter-wrapper img{margin:15px 0 5px}.block-converter-wrapper h1,.block-converter-wrapper h2,.block-converter-wrapper h3,.block-converter-wrapper h4,.block-converter-wrapper h5,.block-converter-wrapper h6{margin:20px 0}.block-converter-wrapper p{margin-top:16px;line-height:1.2}.block-converter-wrapper blockquote{border-left:1px solid var(--primary);background:rgb(from var(--primary) r g b/.1);padding:20px 40px}.block-converter-wrapper blockquote .quote-caption{color:#00000090;font-style:italic}.mw-60{max-width:60%}.mw-70{max-width:70%}.mw-80{max-width:80%}.divider{background:#eee;width:100%;height:1px}.vertical-divider{background:var(--border);width:1px;height:100%}.linear-btn{color:#fff;letter-spacing:.6px;cursor:pointer;background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%);border:0;border-radius:8px;width:fit-content;margin-top:18px;padding:8px 24px;font-size:14px;transition:all .25s}.linear-btn:hover{color:#fff;filter:brightness(1.1);transform:translateY(-1px)}.linear-btn:active{transform:translateY(0)}.link-btn{color:#0067ff;align-items:center;gap:8px;margin-top:15px;font-size:15px;font-weight:700;line-height:23px;transition:all .25s;display:inline-flex}.link-btn:hover{transform:translateY(-2px)}.ghost-btn{border:1.5px solid var(--border);color:#1c2024;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-width:151px;height:40px;padding:8px 16px;font-size:14px;font-weight:600;line-height:1.2;transition:all .25s;display:flex;box-shadow:0 4px 6px #0000000f}.ghost-btn svg{width:18px;height:18px}.ghost-btn:hover{color:#1c2024;background:#1c20240d;border-color:#1c202466}.primary-btn{color:#fff;background:linear-gradient(#0000 0%,#00000024 100%),#84cc16;border:2px solid #1c202414;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-width:151px;height:40px;padding:8px 16px;font-size:14px;font-weight:600;line-height:1.2;transition:all .25s;display:flex;box-shadow:0 4px 6px #0000001a}.primary-btn svg{width:18px;height:18px}.primary-btn:hover{background:linear-gradient(#0000 0%,#00000024 100%),#65a30d}.full-screen{width:100vw;margin-left:-50vw;position:relative;left:50%}.mi-page{background:var(--bg-secondary);flex-direction:column;gap:40px;padding-bottom:40px;display:flex}.header-topbar{z-index:1000;background:var(--topbar-bg);border-bottom:1px solid var(--border);align-items:center;height:36px;padding:12px 20px;display:flex;position:relative}.header-topbar__brands{align-items:center;gap:40px;display:flex}.header-topbar__brands img{object-fit:contain;filter:grayscale();opacity:.6;width:auto;height:16px;transition:filter .2s,opacity .2s}.header-topbar__brands img:hover{filter:grayscale(0%);opacity:1}@media (max-width:575px){.header-topbar{height:32px;padding:8px 0}.header-topbar__brands{gap:24px}.header-topbar__brands img{height:13px}}.header-wrapper{z-index:1000;background:var(--bg);box-shadow:0 1px 0 var(--border);transition:box-shadow .3s,transform .3s;position:sticky;top:0;left:0;right:0}.header-wrapper--scrolled{transform:translateY(-36px);box-shadow:0 2px 12px #00000014}.header-wrapper .header-mainnav{background:var(--bg);position:relative}.header-wrapper .header-mainnav__inner{justify-content:space-between;align-items:center;height:64px;display:flex}@media (max-width:991px){.header-wrapper .header-mainnav__inner{height:56px}}.header-wrapper .header-logo{width:auto;height:44px}.header-wrapper .header-logo img{object-fit:contain;width:100%;height:100%}@media (max-width:575px){.header-wrapper .header-logo{height:34px}}.header-wrapper .header-nav{align-items:center;gap:4px;display:flex}@media (max-width:991px){.header-wrapper .header-nav{display:none}}.header-wrapper .header-nav__item{position:relative}.header-wrapper .header-nav__btn{cursor:pointer;color:#000;white-space:nowrap;letter-spacing:.01em;background:0 0;border:none;border-radius:99px;align-items:center;gap:5px;padding:8px 12px;font-size:14px;font-weight:700;transition:background .25s ease-in-out;display:flex}.header-wrapper .header-nav__btn:hover{background:var(--primary-200)}.header-wrapper .header-nav__chevron{opacity:.6;transition:transform .25s ease-in-out}.header-wrapper .header-nav__chevron--open{transform:rotate(180deg)}.header-wrapper .header-nav__dropdown{background:var(--bg);border:1px solid var(--border);z-index:100;border-radius:6px;min-width:200px;animation:.15s dropdownIn;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 8px 24px #00000017}.header-wrapper .header-nav__dropdown-item{color:#000;border-bottom:1px solid var(--border);padding:10px 16px;font-size:13.5px;font-weight:600;text-decoration:none;transition:background .12s;display:block}.header-wrapper .header-nav__dropdown-item:last-child{border-bottom:none}.header-wrapper .header-nav__dropdown-item:hover{background:var(--dropdown-hover);color:var(--primary)}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.header-burger{cursor:pointer;background:0 0;border:0;width:20px;height:40px;display:none;position:relative;padding:0!important}.header-burger span{background:#000;border-radius:2px;width:20px;height:2px;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .18s;display:block;position:absolute}.header-burger span:first-child{top:13px}.header-burger span:nth-child(2){top:19px}.header-burger span:nth-child(3){top:25px}.header-burger--open span:first-child{transform:translateY(6px)rotate(45deg)}.header-burger--open span:nth-child(2){opacity:0;transform:scaleX(.4)}.header-burger--open span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}@media (max-width:991px){.header-burger{display:block}}.header-mobile{display:none}@media (max-width:991px){.header-mobile{background:var(--bg);border-top:1px solid var(--border);height:0;transition:height .36s cubic-bezier(.22,1,.36,1);display:block;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 12px 28px #00000014}.header-mobile--open{max-height:calc(100dvh - 92px);overflow-y:auto}}.header-mobile__nav{padding:4px 0 8px}.header-mobile__group{border-bottom:1px solid var(--border);opacity:0;transform:translateY(-6px)}.header-mobile__group:last-child{border-bottom:0}.header-mobile--open .header-mobile__group{opacity:1;transition:opacity .3s ease calc(var(--i)*45ms + 60ms),transform .3s ease calc(var(--i)*45ms + 60ms);transform:translateY(0)}.header-mobile__btn{color:#000;text-align:left;cursor:pointer;-webkit-tap-highlight-color:#0000;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:15px 20px;font-size:15px;font-weight:500;transition:background .18s;display:flex}.header-mobile__btn:active{background:var(--muted-hover,#f3f4f6)}.header-mobile__btn svg{opacity:.45;flex-shrink:0;transition:transform .32s cubic-bezier(.22,1,.36,1)}.header-mobile__btn--open svg{opacity:.8;transform:rotate(180deg)}.header-mobile__sub{background:var(--dropdown-hover,#f8f9fa);height:0;transition:height .32s cubic-bezier(.22,1,.36,1);overflow:hidden}.header-mobile__sub-inner{padding:4px 0 10px}.header-mobile__link{color:#444;padding:11px 20px 11px 36px;font-size:14px;transition:color .15s,padding-left .2s;display:block}.header-mobile__link:active{color:var(--primary);padding-left:40px}.header-backdrop{display:none}@media (max-width:991px){.header-backdrop{z-index:999;opacity:0;visibility:hidden;background:#0006;transition:opacity .3s,visibility .3s;display:block;position:fixed;inset:0}.header-backdrop--open{opacity:1;visibility:visible}}.footer-wrapper{color:#000;background:#fff;margin-top:80px}.footer-wrapper .footer-top{flex-direction:column;align-items:center;gap:20px;padding:0 0 20px;display:flex}.footer-wrapper .footer-brand{flex-direction:column;align-items:center;gap:0;display:flex}.footer-wrapper .footer-brand__logo{filter:none;width:182px;height:44px;display:inline-flex}.footer-wrapper .footer-brand__logo img{object-fit:contain;filter:none;width:182px;height:44px}.footer-wrapper .footer-brand__by{color:#656565;margin-top:2px;font-size:12px;line-height:1}.footer-wrapper .footer-brand__desc{text-align:center;max-width:500px}.footer-wrapper .footer-bottom{border-top:1px solid var(--border);justify-content:center;gap:24px;padding:20px 0 60px;display:flex}.footer-wrapper .footer-bottom__copy,.footer-wrapper .footer-bottom__links{align-items:center;gap:32px;display:flex}.footer-wrapper .footer-bottom__links a:hover{color:#65a30d}@media (max-width:991px){.footer-wrapper .footer-top{flex-direction:column;gap:48px;padding:56px 0 40px}.footer-wrapper .footer-brand__desc{max-width:100%;margin-top:20px}.footer-wrapper .footer-bottom{border-top:1px solid var(--border);padding:20px 0 48px}}@media (max-width:575px){.footer-wrapper .footer-top{gap:10px;padding:40px 0 32px}.footer-wrapper .footer-brand__logo,.footer-wrapper .footer-brand__logo img{width:150px;height:36px}.footer-wrapper .footer-bottom{flex-direction:column-reverse;align-items:center;gap:12px;padding-bottom:32px}.footer-wrapper .footer-bottom__copy,.footer-wrapper .footer-bottom__links{gap:16px;font-size:13px}}.hero{background-color:#1a1a2e;background-image:url(/images/hero-bg.jpg);background-position:50%;background-size:cover;align-items:center;height:420px;display:flex;position:relative}.hero__overlay{background:linear-gradient(90deg,#000000c7 40%,#00000059 100%);position:absolute;inset:0}.hero__content{z-index:1;justify-content:space-between;align-items:center;gap:32px;display:flex;position:relative}.hero__text{flex-direction:column;gap:16px;max-width:520px;display:flex}.hero__title{color:#fff;letter-spacing:0;margin:0;font-size:48px;line-height:1.08}.hero__sub{color:#ffffffbf;font-size:15px;line-height:1.6;font-family:var(--font-manrope);margin:0}.hero__cta{color:#fff;border:1.5px solid #ffffff80;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;text-decoration:none;transition:all .2s;display:flex}.hero__cta:hover{background:#ffffff1f;border-color:#fff}@media (max-width:992px){.hero{height:360px}.hero__title{font-size:38px}.hero__cta{display:none}}@media (max-width:552px){.hero{height:300px}.hero__title{font-size:28px}}.categories{padding:48px 0 64px}.categories__grid{gap:16px;margin-bottom:16px;display:grid}.categories__grid:last-child{margin-bottom:0}.categories__grid--5{grid-template-columns:repeat(5,1fr)}@media (max-width:1100px){.categories__grid--5{grid-template-columns:repeat(3,1fr)}}@media (max-width:552px){.categories__grid--5{grid-template-columns:repeat(2,1fr)}}.categories__grid--4{grid-template-columns:repeat(4,1fr)}@media (max-width:1100px){.categories__grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:552px){.categories__grid--4{grid-template-columns:repeat(2,1fr)}}.cat-card{border:1px solid var(--border);border-radius:var(--radius-12);color:inherit;background:#fff;padding:20px;text-decoration:none;transition:box-shadow .2s,transform .2s;display:block}.cat-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000014}.cat-card__top{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.cat-card__icon{color:var(--text);align-items:center;display:flex}.cat-card__arrow{color:var(--muted);align-items:center;transition:color .15s;display:flex}.cat-card:hover .cat-card__arrow{color:var(--primary)}.cat-card__title{color:var(--dark);font-size:14px;font-weight:600;line-height:1.3;font-family:var(--font-manrope);margin:0 0 6px}.cat-card__desc{color:var(--muted);font-size:12px;line-height:1.5;font-family:var(--font-manrope);margin:0}.banner-hero{background:linear-gradient(135deg,#1a5c4a,#2ecc71);align-items:stretch;min-height:400px;padding:100px 0;display:flex;position:relative;overflow:hidden}.banner-hero__bg{z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.banner-hero__bg:after{content:"";background:linear-gradient(90deg,#0000008c 0%,#0000001a 100%);position:absolute;inset:0}.banner-hero__content{z-index:1;color:#fff;flex-direction:column;justify-content:space-between;align-items:flex-start;height:100%;display:flex;position:relative}.banner-hero__breadcrumb{color:#ffffffb3;align-items:center;margin-bottom:40px;font-size:13px;display:flex}.banner-hero__breadcrumb-item{align-items:center;display:flex}.banner-hero__breadcrumb-sep{color:#ffffff80;margin:0 8px;font-size:12px}.banner-hero__breadcrumb a{color:#ffffffb3;transition:color .15s}.banner-hero__breadcrumb a:hover{color:#fff}.banner-hero__breadcrumb span:last-child{color:#fff;font-weight:500}.banner-hero__title{margin-bottom:12px}.banner-hero__desc{color:#ffffffd9;margin-bottom:20px}.banner-hero__cta{color:#1a5c4a;background:#fff;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:600;display:inline-block}.banner-hero__cta:hover{opacity:.9}@media (max-width:991px){.banner-hero{min-height:280px;padding:60px 0}.banner-hero__breadcrumb{margin-bottom:28px}.banner-hero__title{margin-bottom:10px}.banner-hero__desc{max-width:100%;margin-bottom:16px}}@media (max-width:575px){.banner-hero__bg:after{background:linear-gradient(#00000059 0%,#000000ad 100%)}.banner-hero__breadcrumb{margin-bottom:20px}.banner-hero__desc{font-size:14px}.banner-hero__cta{padding:9px 18px}}.product-card{border:1px solid var(--border);border-radius:var(--radius-12);background:#fff;flex-direction:column;padding:40px;transition:box-shadow .3s cubic-bezier(.22,1,.36,1),border-color .3s ease-in-out,transform .3s cubic-bezier(.22,1,.36,1);display:flex}.product-card:hover{border-color:var(--primary-300);transform:translateY(-3px);box-shadow:0 12px 32px #0f172a1a}.product-card:hover .product-card__name{color:var(--primary-800)}.product-card:hover .product-card__stat{border-left-color:var(--primary-500)}.product-card__top{align-items:flex-start;gap:40px;margin-bottom:40px;display:flex}.product-card__logo{justify-content:center;align-items:center;width:350px;min-width:350px;height:200px;display:flex}.product-card__logo img{object-fit:contain;width:100%;height:100%}.product-card__logo-placeholder{color:#666;text-align:center;font-size:12px;font-weight:600}.product-card__info{flex:1}.product-card__info-top{justify-content:space-between;align-items:flex-start;margin-bottom:40px;display:flex}.product-card__badge{color:var(--primary-800);background:var(--primary-200);border-radius:8px;justify-content:center;align-items:center;gap:4px;margin-bottom:12px;padding:6px 12px;font-size:12px;font-weight:600;line-height:normal;display:flex}.product-card__name{color:#000;font-size:18px;font-weight:700;line-height:normal;transition:color .25s ease-in-out}.product-card__rating{color:var(--primary-600);flex-direction:column;align-items:center;gap:12px;font-size:14px;font-weight:600;line-height:normal;display:flex}.product-card__stats{gap:20px;display:flex}.product-card__stat{border-left:1px solid var(--border);flex-direction:column;gap:12px;padding-left:20px;transition:border-left-color .3s ease-in-out;display:flex}.product-card__stat-label{color:#000;font-size:14px;font-weight:500;line-height:normal}.product-card__stat-value{color:#000;font-size:20px;font-weight:700;line-height:normal}.product-card__footer{justify-content:space-between;align-items:center;display:flex}.product-card__expand{color:#000;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-size:16px;font-weight:700;line-height:normal;transition:color .2s ease-in-out;display:flex}.product-card__expand:hover{color:var(--primary-800)}.product-card__expand:hover .product-card__expand-icon:not(.product-card__expand-icon--open){transform:translateY(2px)}.product-card__expand-icon{align-items:center;transition:transform .3s ease-in-out;display:flex}.product-card__expand-icon--open{transform:rotate(180deg)}.product-card__actions{align-items:center;gap:10px;display:flex}.product-card__compare-btn{border:1px solid var(--primary-500);color:#000;cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:background .3s ease-in-out,border-color .2s ease-in-out,transform .15s ease-in-out;display:flex}.product-card__compare-btn:hover{background:var(--primary-100);border-color:var(--primary-600)}.product-card__compare-btn:active{transform:scale(.97)}.product-card__compare-btn--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.product-card__compare-box{border:1.5px solid var(--primary-600);border-radius:3px;width:14px;height:14px;display:inline-block}.product-card__compare-box--checked{background:var(--primary-500);border-color:var(--primary-500);position:relative}.product-card__compare-box--checked:after{content:"✓";color:#fff;font-size:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-card__detail{grid-template-rows:0fr;transition:grid-template-rows .25s;display:grid}.product-card__detail--open{grid-template-rows:1fr}.product-card__detail-inner{flex-direction:column;gap:12px;padding-top:0;transition:padding-top .4s;display:flex;overflow:hidden}.product-card__detail--open .product-card__detail-inner{padding-top:40px}.product-card__detail-box{border:1px solid var(--border);border-radius:var(--radius-12);padding:24px}.product-card__detail-title{color:#000;margin:0 0 16px;font-size:14px;font-weight:700}.product-card__pros-cons{grid-template-columns:1fr 1fr;gap:24px;display:grid}.product-card__detail-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.product-card__detail-list li{color:#333;align-items:flex-start;gap:10px;font-size:14px;display:flex}.product-card__detail-list--plain li:before{content:"•";color:#888;flex-shrink:0}.product-card__detail-list--pros li:before{content:"✓";border:1.5px solid var(--primary-500);width:20px;min-width:20px;height:20px;color:var(--primary-600);border-radius:4px;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.product-card__detail-list--cons li:before{content:"✕";color:#ef4444;border:1.5px solid #f87171;border-radius:4px;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;font-size:11px;font-weight:700;display:flex}@media (max-width:991px){.product-card{padding:24px}.product-card:hover{box-shadow:none;border-color:var(--border);transform:none}.product-card__top{gap:20px;margin-bottom:24px}.product-card__logo{width:160px;min-width:160px;height:100px}.product-card__info-top{margin-bottom:24px}.product-card__name{font-size:16px}.product-card__rating{gap:8px;font-size:12px}.product-card__stats{gap:14px}.product-card__stat{gap:8px;padding-left:14px}.product-card__stat-label{font-size:13px}.product-card__stat-value{font-size:17px}.product-card__expand{font-size:14px}.product-card__detail--open .product-card__detail-inner{padding-top:24px}.product-card__detail-box{padding:18px}}@media (max-width:575px){.product-card{padding:16px}.product-card__top{flex-direction:column;gap:14px;margin-bottom:18px}.product-card__logo{align-self:flex-start;width:120px;min-width:0;height:56px}.product-card__info-top{flex-direction:column;gap:10px;margin-bottom:18px}.product-card__badge{margin-bottom:8px;padding:5px 10px;font-size:11px}.product-card__name{font-size:15px}.product-card__rating{flex-direction:row;align-items:center;gap:8px;font-size:11px}.product-card__rating-text{align-items:center;gap:4px;display:flex}.product-card__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 0;display:grid}.product-card__stat{gap:6px;min-width:0;padding-left:10px}.product-card__stat:first-child{border-left:0;padding-left:0}.product-card__stat-label{font-size:11px;line-height:1.3}.product-card__stat-value{overflow-wrap:anywhere;font-size:14px}.product-card__footer{flex-direction:column;align-items:stretch;gap:12px}.product-card__expand{justify-content:center;padding:8px 0;font-size:13px}.product-card__actions{gap:8px}.product-card__actions>*{flex:1;justify-content:center}.product-card__compare-btn{padding:10px 12px;font-size:12px}.product-card__detail--open .product-card__detail-inner{padding-top:18px}.product-card__detail-box{padding:14px}.product-card__detail-title{margin-bottom:12px;font-size:13px}.product-card__pros-cons{grid-template-columns:1fr;gap:18px}.product-card__detail-list{gap:8px}.product-card__detail-list li{gap:8px;font-size:13px}.product-card__detail-list--pros li:before,.product-card__detail-list--cons li:before{width:18px;min-width:18px;height:18px;font-size:10px}}.stars{background:#ffedd5;border-radius:8px;justify-content:center;align-items:center;gap:2px;padding:6px 12px;display:flex}.stars__value{color:#fb923c;margin-left:4px;font-size:16px;font-weight:700;line-height:normal}@media (max-width:575px){.stars{border-radius:6px;gap:1px;padding:4px 8px}.stars svg{width:14px;height:14px}.stars__value{margin-left:3px;font-size:13px}}.category-tabs{gap:20px;margin-bottom:40px;padding-bottom:4px;display:flex;overflow-x:auto}.category-tabs::-webkit-scrollbar{display:none}.category-tabs__item{border:1px solid var(--border);cursor:pointer;color:#555;white-space:nowrap;scroll-snap-align:start;background:#fff;border-radius:12px;flex-direction:column;flex:none;align-items:center;gap:6px;min-width:80px;padding:10px 12px;font-size:13px;font-weight:500;transition:border-color .15s,color .15s;display:flex}.category-tabs__item:hover{border-color:#aaa}.category-tabs__item--active{border-color:var(--primary-600);color:#000}.category-tabs__icon{object-fit:contain;width:40px;height:40px}@media (max-width:991px){.category-tabs{gap:12px;margin-bottom:28px}.category-tabs__item{gap:5px;min-width:72px;font-size:12px}.category-tabs__icon{width:34px;height:34px}}@media (max-width:575px){.category-tabs{gap:10px;margin-bottom:20px;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.category-tabs__item{border-radius:10px;min-width:64px;font-size:11px}.category-tabs__icon{width:28px;height:28px}}.promotion-section{background:var(--primary-200);border-radius:12px;margin:40px 0;padding:40px}.promotion-section__list{flex-direction:column;gap:20px;display:flex}@media (max-width:991px){.promotion-section{margin:24px 0;padding:24px}}@media (max-width:575px){.promotion-section{border-radius:8px;margin:16px 0;padding:16px}.promotion-section__list{gap:16px}}.product-header{margin-bottom:30px}.product-header__title{color:#111;align-items:center;gap:4px;margin:0 0 8px;font-size:22px;font-weight:700;line-height:normal;display:flex}.product-header__sub{color:#000;font-size:14px;font-weight:600;line-height:normal}.product-header__sub a{color:#52c41a;text-decoration:none}@media (max-width:991px){.product-header{margin-bottom:20px}.product-header__title{font-size:18px}.product-header__title svg{width:28px;height:28px}.product-header__sub{font-size:13px;font-weight:400}}@media (max-width:575px){.product-header{margin-bottom:16px}.product-header__title{align-items:center}}.editorial-section__wrapper{border-radius:var(--radius-12);background:#fff;flex-direction:column;gap:20px;margin-bottom:40px;padding:40px;display:flex}.editorial-section__filters{flex-wrap:wrap;flex-shrink:0;justify-content:end;gap:10px;display:flex}.editorial-section__select{min-width:170px}.editorial-section__list{flex-direction:column;gap:20px;display:flex}.editorial-section__footer{flex-direction:column;align-items:center;gap:8px;display:flex}.editorial-section__more{border:1px solid var(--primary-500);color:#000;cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;line-height:normal;transition:border-color .3s,transform .3s;display:flex}.editorial-section__more:hover{border-color:var(--primary-600);transform:translateY(-3px)}.editorial-section__more:disabled{opacity:.6;cursor:not-allowed;transform:none}.editorial-section__more:disabled:hover{border-color:var(--primary-500);transform:none}.editorial-section__count{color:#aaa;margin:0;font-size:12px}.editorial-section__empty{color:#94a3b8;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:64px 24px;display:flex}.editorial-section__empty svg{color:#cbd5e1;margin-bottom:8px}.editorial-section__empty-title{color:#475569;margin:0;font-size:16px;font-weight:600}.editorial-section__empty-sub{color:#94a3b8;margin:0;font-size:14px}@media (max-width:991px){.editorial-section__wrapper{gap:16px;margin-bottom:24px;padding:24px}.editorial-section__filters{flex-wrap:wrap;justify-content:flex-start}.editorial-section__filters .ant-select{flex:calc(50% - 5px);min-width:160px}.editorial-section__filters .ant-select .ant-select-selector{width:100%!important}.editorial-section__empty{padding:48px 16px}}@media (max-width:575px){.editorial-section__wrapper{padding:16px}.editorial-section__filters{flex-direction:column;gap:8px}.editorial-section__filters .ant-select{flex:100%;width:100%}.editorial-section__list{gap:16px}.editorial-section__more{justify-content:center;width:100%}.editorial-section__empty{padding:32px 12px}.editorial-section__empty-title{font-size:14px}.editorial-section__empty-sub{font-size:12px}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-page{color:#000;background:#fff}.home-hero{background:#0a1f14;align-items:center;min-height:600px;display:flex;position:relative}.home-hero__bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.home-hero__overlay{z-index:1;background:linear-gradient(90deg,#050e099e 0%,#050e0957 54%,#050e09ad 100%);position:absolute;inset:0}.home-hero__content{z-index:2;color:#fff;text-align:center;text-shadow:0 18px 42px #00000057;max-width:500px;margin:0 auto;position:relative}.home-hero__desc{color:#fff;max-width:400px;margin:16px auto 0;font-weight:500}@media (max-width:991px){.home-hero{min-height:440px}.home-hero__content{max-width:100%}.home-hero__desc{max-width:480px;margin-top:12px;font-size:16px}}@media (max-width:575px){.home-hero__overlay{background:linear-gradient(#050e0973 0%,#050e099e 100%)}}.home-categories__inner{z-index:2;flex-direction:column;gap:24px;display:flex;position:relative;transform:translateY(-80px)}.home-categories__grid{justify-content:center;gap:24px;display:grid}.home-categories__grid--main{grid-template-columns:repeat(5,236px)}.home-categories__grid--more{grid-template-columns:repeat(4,236px)}@media (max-width:991px){.home-categories__inner{gap:16px;transform:translateY(-40px)}.home-categories__grid{gap:16px}.home-categories__grid--main,.home-categories__grid--more{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:575px){.home-categories__inner,.home-categories__grid{gap:12px}.home-categories__grid--main,.home-categories__grid--more{grid-template-columns:repeat(2,minmax(0,1fr))}.home-categories__grid--main>:last-child{grid-column:1/-1}}.home-category-card{color:#000;background:#fff;border:1px solid #cbd5e1;border-radius:12px;flex-direction:column;min-height:202px;padding:20px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden}.home-category-card:before{content:"";z-index:0;background:url(/images/bg-dots.jpg) 100% 100%/cover no-repeat;position:absolute;inset:0;transform:scaleX(-1)}.home-category-card:after{content:"";z-index:1;background:linear-gradient(#fffc,#fffc);position:absolute;inset:0}.home-category-card>*{z-index:2;position:relative}.home-category-card:hover{border-color:#84cc16;transform:translateY(-2px);box-shadow:0 18px 42px #0f172a1a}.home-category-card--disabled{opacity:.5;pointer-events:none;cursor:not-allowed;filter:grayscale(40%)}.home-category-card--disabled .home-category-card__arrow{color:#94a3b8;background:#f1f5f9;border-color:#e2e8f0}.home-category-card--muted{opacity:.58}.home-category-card__top{justify-content:space-between;align-items:flex-start;margin-bottom:auto;display:flex}.home-category-card__icon{width:52px;height:52px}.home-category-card__arrow{color:#64748b;background:#fff;border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.home-category-card__arrow svg{width:14px;height:14px}.home-category-card__title{margin-top:18px;display:block}.home-category-card__desc{color:#656565;margin-top:4px;font-size:14px;font-weight:500;line-height:1.4;display:block}@media (max-width:991px){.home-category-card{min-height:172px;padding:16px}.home-category-card__icon{width:44px;height:44px}.home-category-card__title{margin-top:14px}.home-category-card__desc{font-size:13px}.home-category-card:hover{box-shadow:none;transform:none}}@media (max-width:575px){.home-category-card{border-radius:10px;min-height:148px;padding:14px}.home-category-card__icon{width:38px;height:38px}.home-category-card__arrow{width:20px;height:20px}.home-category-card__arrow svg{width:12px;height:12px}.home-category-card__desc{font-size:12px;line-height:1.35}}.section-header{flex-direction:column;align-items:flex-start;display:flex}.section-header.text-center{align-items:center;max-width:484px;margin:0 auto}.section-header p,.section-header div{text-align:center;margin:12px 0 0}.home-products{background:#fff;padding:80px 0}.home-products__panel{background:var(--bg-secondary);border-radius:10px;margin:0 auto;padding:56px 38px 54px}.home-products__tabs{justify-content:center;gap:44px;margin-top:38px;display:flex}.home-products__tab{color:#656565;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:12px;padding:0;font-weight:600;display:inline-flex}.home-products__tab:hover .home-products__icon{background:var(--primary-600);transform:scale(1.1)}.home-products__tab--active{color:var(--primary-600)}.home-products__tab--active .home-products__icon{background:var(--primary-600)}.home-products__tab--active .home-products__icon svg{color:#fff}.home-products__icon{background:#e8e8ed;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .3s ease-in-out,transform .25s cubic-bezier(.22,1,.36,1);display:flex}.home-products__icon img{object-fit:contain;width:20px;height:20px}.home-products--active .home-products__icon{background:var(--primary-600)}.home-products--active .home-products__icon img{filter:brightness(0)invert()}.home-products__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:24px;display:grid}@media (max-width:991px){.home-products{padding:80px 0}.home-products__panel{padding:36px 24px 32px}.home-products__tabs{scrollbar-width:none;justify-content:flex-start;gap:28px;margin-top:28px;padding-bottom:4px;overflow-x:auto}.home-products__tabs::-webkit-scrollbar{display:none}.home-products__tab{flex:none;font-size:15px}.home-products__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (max-width:575px){.home-products__tabs{justify-content:center;gap:20px;margin-top:24px}.home-products__tab{gap:8px;font-size:13px}.home-products__icon{width:38px;height:38px}.home-products__icon svg{width:18px;height:18px}.home-products__cards{grid-template-columns:1fr;gap:12px}}.home-product-card{cursor:pointer;background:#fff;border-radius:8px;min-height:176px;padding:22px;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s}.home-product-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px #0f172a1a}.home-product-card:hover .home-product-card__arrow{background:var(--primary-600);color:#fff;transform:scale(1.1)}.home-product-card__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.home-product-card__header h3{margin:0;font-family:var(--font-manrope)!important}.home-product-card__arrow{background:var(--bg-secondary);color:#64748b;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .3s,color .2s,transform .25s cubic-bezier(.22,1,.36,1);display:inline-flex}.home-product-card__row{justify-content:space-between;align-items:flex-start;gap:20px;margin-top:8px;display:flex}.home-product-card__row div{flex-direction:column;display:flex}.home-product-card__row strong{color:#000;white-space:nowrap;font-weight:700}@media (max-width:991px){.home-product-card{min-height:0;padding:18px}.home-product-card__header{margin-bottom:18px}.home-product-card__row{gap:12px}}@media (max-width:575px){.home-product-card{padding:16px}.home-product-card__header{gap:12px;margin-bottom:14px}.home-product-card__arrow{flex-shrink:0;width:28px;height:28px}.home-product-card__row strong{font-size:18px}}.home-partners{background:#fff;padding:60px 0;position:relative;overflow:hidden}.home-partners__marquee{width:100%;position:relative;overflow:hidden}.home-partners__marquee:before,.home-partners__marquee:after{z-index:2;pointer-events:none;content:"";width:104px;position:absolute;top:0;bottom:0}.home-partners__marquee:before{background:linear-gradient(90deg,#fff 0%,#fff0 100%);left:0}.home-partners__marquee:after{background:linear-gradient(270deg,#fff 0%,#fff0 100%);right:0}.home-partners__track{width:max-content;animation:home-partner-marquee var(--marquee-duration,30s) linear infinite;align-items:center;display:flex}.home-partners__track:hover{animation-play-state:paused}.home-partners__group{flex:none;align-items:center;gap:80px;padding-right:80px;display:flex}.home-partners__logo{justify-content:center;align-items:center;height:30px;display:flex}.home-partners img{object-fit:contain;height:100%}@media (max-width:991px){.home-partners{padding:0 0 80px}.home-partners__marquee:before,.home-partners__marquee:after{width:60px}.home-partners__group{gap:80px;padding-right:80px}}@media (max-width:575px){.home-partners__marquee:before,.home-partners__marquee:after{width:32px}}@keyframes home-partner-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.home-stats{color:#fff;align-items:center;min-height:690px;padding:100px;display:flex;position:relative;overflow:hidden}.home-stats__bg{content:"";object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.home-stats:after{content:"";z-index:1;background:linear-gradient(#0009 0% 100%);position:absolute;inset:0}.home-stats .container{z-index:2;position:relative}.home-stats__header{grid-template-columns:minmax(0,520px) minmax(0,456px);justify-content:space-between;align-items:start;gap:80px;margin-bottom:120px;display:grid}.home-stats__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:0;display:grid}.home-stats__item{border-left:1px solid var(--primary);margin:0;padding-left:24px}.home-stats dt{color:#fff;font-family:var(--font-playfair-display)}.home-stats dd{color:#fff;max-width:248px;margin:24px 0 0}@media (max-width:991px){.home-stats{min-height:0;padding:80px 0}.home-stats__header{grid-template-columns:1fr;gap:20px;margin-bottom:56px}.home-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}.home-stats__item{padding-left:20px}.home-stats dd{max-width:100%;margin-top:16px}}@media (max-width:575px){.home-stats__header{gap:16px;margin-bottom:36px}.home-stats__grid{grid-template-columns:1fr;gap:24px}.home-stats__item{padding-left:16px}.home-stats dd{margin-top:10px}}.home-slider{padding:100px 0;overflow:hidden}@media (max-width:991px){.home-slider{padding:80px 0 0}}.home-promo-slider{border-radius:12px;margin:40px auto 0;position:relative}@media (max-width:991px){.home-promo-slider{margin-top:40px}}@media (max-width:575px){.home-promo-slider{border-radius:8px;margin-top:20px}}.home-promo-swiper{background:#e2e8f0;width:100%;position:relative;overflow:hidden}.home-promo-swiper .swiper-wrapper{align-items:stretch}.home-promo-swiper .swiper-slide{flex-shrink:0;width:100%!important}.home-promo-swiper .swiper-pagination{z-index:4;pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000000a;justify-content:center;gap:16px;padding:40px 20px;display:flex;position:absolute;bottom:0;left:0;right:0}@media (max-width:991px){.home-promo-swiper .swiper-pagination{gap:12px;padding:24px 16px}}@media (max-width:575px){.home-promo-swiper .swiper-pagination{gap:8px;padding:14px 12px}}.home-promo-swiper .swiper-pagination-bullet{cursor:pointer;opacity:1;pointer-events:auto;background:#ffffff6b;border-radius:999px;width:60px;height:4px;display:block;margin:0!important}@media (max-width:991px){.home-promo-swiper .swiper-pagination-bullet{width:40px;height:3px}}@media (max-width:575px){.home-promo-swiper .swiper-pagination-bullet{width:24px}}.home-promo-swiper .swiper-pagination-bullet-active{background:#fff}.home-promo-slide{aspect-ratio:16/9;background:#e2e8f0;min-height:0;position:relative;overflow:hidden}.home-promo-slide__image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}@media (max-width:575px){.home-promo-slide{aspect-ratio:3/4}}.home-articles{background:#fff;padding:100px 0 112px;overflow:hidden}.home-articles a{margin-top:24px}.home-news-slider{--active-w:min(960px, 62vw);--active-h:590px;--near-w:270px;--near-h:560px;--far-w:230px;--far-h:530px;--slide-gap:32px;margin-top:48px;position:relative}@media (max-width:991px){.home-news-slider{margin-top:40px}}.home-news-slider__dots{justify-content:center;gap:8px;display:flex}.home-news-slider__dots button{border:1px solid var(--primary-600);cursor:pointer;background:#fff;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s}.home-news-slider__dots button.is-active{background:var(--primary-600)}.home-news-slider__controls{justify-content:center;align-items:center;gap:25px;margin-top:40px;display:flex}@media (max-width:991px){.home-news-slider__controls{gap:20px;margin-top:20px}}.home-news-slider__icon-btn{color:#475569;cursor:pointer;background:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .25s ease-in-out,background .3s ease-in-out,border .25s ease-in-out,box-shadow .25s ease-in-out;display:inline-flex;box-shadow:0 4px 14px #0f172a1a}.home-news-slider__icon-btn:hover{background:var(--primary-200);border:1px solid var(--primary-300);transform:scale(1.1);box-shadow:0 6px 18px #84cc1659}@media (max-width:991px){.home-news-slider__icon-btn{width:44px;height:44px}}.home-news-track{width:100%;height:620px;position:relative}@media (max-width:991px){.home-news-track{perspective:none;height:auto;min-height:0;padding:0;position:relative}}.home-news-slide{width:var(--w,var(--far-w));height:var(--h,var(--far-h));cursor:pointer;transform:translate(-50%, -50%) translateX(var(--x,0px));will-change:transform,width,height;backface-visibility:hidden;background:#e2e8f0;border:0;border-radius:16px;padding:0;transition:transform .7s cubic-bezier(.22,1,.36,1),width .7s cubic-bezier(.22,1,.36,1),height .7s cubic-bezier(.22,1,.36,1),opacity .5s,box-shadow .5s;position:absolute;top:50%;left:50%;overflow:hidden}@media (max-width:991px){.home-news-slide{aspect-ratio:4/3;opacity:0;visibility:hidden;pointer-events:none;border-radius:12px;width:100%;height:auto;transition:opacity .3s;position:absolute;inset:0;transform:none!important}}@media (max-width:575px){.home-news-slide{aspect-ratio:3/4}}.home-news-slide img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.22,1,.36,1)}.home-news-slide__body{z-index:2;text-align:left;position:absolute;bottom:22px;left:20px;right:20px}.home-news-slide__body span{text-align:right;margin-bottom:8px;font-size:12px;line-height:1.2;display:block}.home-news-slide__body h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:16px;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.home-news-slide__body p{opacity:0;max-height:0;margin:12px 0 0;font-size:14px;line-height:1.35;transition:opacity .3s,max-height .3s;overflow:hidden}.home-news-slide--near:after,.home-news-slide--far:after{content:"";z-index:1;background:linear-gradient(#ffffff2e 0%,#ffffff0d 45%,#fffffff0 88%);transition:opacity .5s;position:absolute;inset:0}.home-news-slide--near .home-news-slide__body,.home-news-slide--far .home-news-slide__body{color:#1e293b}.home-news-slide--near .home-news-slide__body span,.home-news-slide--far .home-news-slide__body span{color:#64748b}.home-news-slide--near{--w:var(--near-w);--h:var(--near-h);--x:calc(var(--offset) * (var(--active-w) / 2 + var(--slide-gap) + var(--near-w) / 2));z-index:3;box-shadow:0 14px 32px #0f172a1a}.home-news-slide--far{--w:var(--far-w);--h:var(--far-h);--x:calc((var(--offset) / 2) * ( var(--active-w) + var(--near-w) * 2 + var(--far-w) + var(--slide-gap) * 4 ) / 2);z-index:2;box-shadow:0 10px 24px #0f172a14}.home-news-slide--hidden{--x:calc(var(--offset) * 600px);opacity:0;pointer-events:none;z-index:1}.home-news-slide--active{--w:var(--active-w);--h:var(--active-h);--x:0px;z-index:5;cursor:default;box-shadow:0 28px 64px #0f172a38}.home-news-slide--active:after{content:"";z-index:1;background:linear-gradient(#0000 50%,#000000bd 100%);position:absolute;inset:0}.home-news-slide--active img{transform:scale(1.03)}.home-news-slide--active .home-news-slide__body{color:#fff;bottom:28px;left:32px;right:32px}.home-news-slide--active .home-news-slide__body span{color:#ffffffd9}.home-news-slide--active .home-news-slide__body h3{-webkit-line-clamp:2;font-size:24px;line-height:1.22}.home-news-slide--active .home-news-slide__body p{color:#ffffffc7;opacity:1;max-width:80%;max-height:100px;transition-delay:.25s}@media (max-width:991px){.home-news-slide--active{opacity:1;visibility:visible;pointer-events:auto;z-index:2;position:relative}.home-news-slide--near,.home-news-slide--far,.home-news-slide--hidden{opacity:0;visibility:hidden}.home-news-slide img{object-fit:cover;width:100%;height:100%}.home-news-slide__body{padding:16px}.home-news-slide__body span{font-size:12px}.home-news-slide__body h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:18px;line-height:1.3;display:-webkit-box;overflow:hidden}}.featured-news{background:var(--bg-secondary);padding:100px 0}.featured-news__heading{color:#000;margin-bottom:12px;font-size:26px;font-weight:500;line-height:110%}.featured-news__sub{color:#000;margin-bottom:32px;font-size:18px;font-weight:500;line-height:120%}.featured-news__grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}@media (max-width:768px){.featured-news__grid{grid-template-columns:1fr}}.featured-news__main{color:inherit;border-radius:12px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.featured-news__main-img img{object-fit:cover;width:100%;height:300px}.featured-news__main-body{background:#fff;flex-direction:column;gap:16px;padding:20px;display:flex}.featured-news__main-title{color:#1e1e1e;text-overflow:ellipsis;font-family:Manrope;font-size:22px;font-weight:600;line-height:110%;overflow:hidden;font-family:var(--font-manrope)!important}.featured-news__main-excerpt{color:#000c;text-overflow:ellipsis;margin-top:12px;font-size:16px;font-weight:500;line-height:120%;overflow:hidden}.featured-news__list{flex-direction:column;gap:32px;display:flex}.featured-news__item{color:inherit;border-radius:12px;grid-template-columns:1fr 1fr;text-decoration:none;display:grid;overflow:hidden}.featured-news__item-img img{aspect-ratio:16/9;object-fit:cover;flex-shrink:0;width:320px;height:180px}.featured-news__item-body{background:#fff;flex-direction:column;gap:16px;padding:20px;display:flex}.featured-news__item-title{color:#1e1e1e;font-size:18px;font-weight:600;line-height:110%}.featured-news__tag{width:fit-content;color:var(--primary-800);background:var(--primary-200);border-radius:20px;padding:6px 12px;font-size:12px;font-weight:500;display:inline-block}.featured-news__date{color:#000c;margin-top:auto;font-size:14px;font-weight:500;line-height:120%}.ad-section{padding:100px 0}.ad-section__card{color:inherit;border-radius:12px;grid-template-columns:1fr 1fr;text-decoration:none;display:grid;overflow:hidden}.ad-section__card-img img{aspect-ratio:16/9;object-fit:cover;flex-shrink:0;width:100%}.ad-section__card-body{background:var(--bg-secondary);flex-direction:column;justify-content:center;gap:16px;padding:40px;display:flex}.ad-section__card-title{color:#000;font-size:22px;font-weight:600;line-height:110%}.ad-section__card-excerpt{color:#000c;text-overflow:ellipsis;margin-top:12px;font-size:16px;font-weight:500;line-height:120%;overflow:hidden}.ad-section__card-date{color:#000c;font-size:14px;font-weight:500;line-height:120%}.ad-section__tag{background:var(--primary-200);width:fit-content;color:var(--primary-800);border-radius:20px;padding:6px 12px;font-size:12px;font-weight:500;display:inline-block}.news-list-section{background:var(--bg-secondary);padding:100px 0}.news-list-section__title{color:#000;margin-bottom:12px;font-size:26px;font-weight:500;line-height:110%}.news-list-section__sub{color:#000;margin-bottom:32px;font-size:18px;font-weight:500;line-height:120%}.news-list-section__pagination{justify-content:center;margin-top:40px;display:flex}.news-filter-tabs{flex-wrap:wrap;gap:12px;margin-bottom:32px;display:flex}.news-filter-tab{color:#555;cursor:pointer;background:#e8e8ed;border:none;border-radius:20px;padding:6px 18px;font-size:14px;font-weight:500;transition:all .15s}.news-filter-tab:hover{color:#1a7a52}.news-filter-tab.active{color:var(--primary-800);background:var(--primary-200)}.news-card{height:100%;color:inherit;border-radius:12px;flex-direction:column;text-decoration:none;transition:transform .2s;display:flex;overflow:hidden}.news-card:hover{transform:translateY(-4px)}.news-card:hover .news-card__title{color:#1a7a52}.news-card__img img{aspect-ratio:16/9;object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.news-card:hover .news-card__img img{transform:scale(1.04)}.news-card__img-placeholder{background:#f0f0f0;width:100%;height:100%}.news-card__body{background:#fff;flex-direction:column;flex:1;gap:16px;padding:20px;display:flex}.news-card__tags{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.news-card__tag{color:var(--primary-800);background:var(--primary-200);border-radius:20px;width:fit-content;padding:3px 12px;font-size:12px;font-weight:500;display:inline-block}.news-card__title{color:#1e1e1e;text-overflow:ellipsis;margin-bottom:12px;font-size:18px;font-weight:600;line-height:110%;overflow:hidden}.news-card__excerpt{color:#000;text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:120%;overflow:hidden}.news-card__date{color:#000c;margin-top:auto;font-size:14px;font-weight:500;line-height:120%}.news-detail{padding:100px 0 0}.news-detail__breadcrumb{color:#888;margin-bottom:40px;font-size:13px}.news-detail__breadcrumb a{color:#888;text-decoration:none}.news-detail__breadcrumb a:hover{color:#222}.news-detail__breadcrumb span{margin:0 6px}.news-detail__header{margin-bottom:40px}.news-detail__category-badge{background:var(--primary-200);color:var(--primary-800);border-radius:999px;justify-content:center;align-items:center;margin-bottom:40px;padding:6px 12px;font-size:12px;font-weight:600;line-height:120%;display:inline-block}.news-detail__title{color:#000;letter-spacing:-1px;margin:0 0 24px;font-size:32px;font-weight:700;line-height:110%;font-family:var(--font-manrope)!important}.news-detail__excerpt{color:#000;font-size:18px;font-weight:600;line-height:120%}.news-detail__meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:40px;display:flex}.news-detail__date{color:#000000b3;font-size:14px;font-weight:500;line-height:120%}.news-detail__share-icons{align-items:center;gap:8px;display:flex}.news-detail__share-icons a{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.news-detail__cover{border-radius:12px;width:100%;margin-bottom:40px;overflow:hidden}.news-detail__cover img{object-fit:cover;width:100%;height:auto;display:block}.news-detail__body{margin-bottom:40px}.news-detail__share-bottom{text-align:center;border-top:1px solid #000000b3;justify-content:center;padding:40px 0}.news-detail__share-bottom p{color:#000;margin-bottom:0 0 12px;font-size:14px;font-weight:600;line-height:140%}.news-detail__share-bottom .news-detail__share-icons{justify-content:center}@media (max-width:991px){.news-detail{padding:60px 0 0}.news-detail__breadcrumb{margin-bottom:24px;font-size:12px}.news-detail__header{margin-bottom:24px}.news-detail__category-badge{margin-bottom:20px}.news-detail__title{font-size:26px}.news-detail__excerpt{font-size:16px;line-height:1.4}.news-detail__meta,.news-detail__cover{margin-bottom:24px}}@media (max-width:575px){.news-detail{padding:32px 0 0}.news-detail__breadcrumb{margin-bottom:16px}.news-detail__header{margin-bottom:20px}.news-detail__category-badge{margin-bottom:16px}.news-detail__title{font-size:22px}.news-detail__excerpt{font-size:14px;font-weight:500;line-height:1.5}.news-detail__meta{gap:10px;margin-bottom:20px}.news-detail__date{font-size:13px}.news-detail__share-icons a{width:22px;height:22px}.news-detail__cover{border-radius:8px;margin-bottom:20px}}.related-posts{background:var(--bg-secondary);padding:100px 0}.related-posts__header{text-align:center;margin-bottom:32px}.related-posts__title{color:#000;text-align:center;margin-bottom:12px;font-size:32px;font-weight:500;line-height:120%}.related-posts__subtitle{color:#000;text-align:center;font-size:18px;font-weight:500;line-height:140%}.related-posts__card{height:100%;color:inherit;background:#fff;border:1px solid #efefef;border-radius:10px;text-decoration:none;transition:box-shadow .2s,transform .2s;display:block;overflow:hidden}.related-posts__card:hover{color:inherit;text-decoration:none;transform:translateY(-3px);box-shadow:0 6px 24px #00000017}.related-posts__card-image{height:180px;position:relative;overflow:hidden}.related-posts__card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.related-posts__card-image:hover img{transform:scale(1.04)}.related-posts__card-no-image{color:#ccc;background:#f0f0f0;justify-content:center;align-items:center;width:100%;height:100%;font-size:13px;display:flex}.related-posts__card-badge{color:#fff;text-transform:uppercase;letter-spacing:.4px;background:#f5a623;border-radius:4px;padding:3px 9px;font-size:11px;font-weight:600;position:absolute;top:10px;left:10px}.related-posts__card-body{padding:16px}.related-posts__card-title{color:#111;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 10px;font-size:14px;font-weight:600;line-height:1.5;display:-webkit-box;overflow:hidden}.related-posts__card-excerpt{color:#888;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.related-posts__card-date{color:#bbb;font-size:12px}@media (max-width:991px){.related-posts{padding:60px 0}.related-posts__title{margin-bottom:8px;font-size:26px}.related-posts__subtitle{font-size:16px}}@media (max-width:575px){.related-posts{padding:40px 0}.related-posts__title{font-size:21px}.related-posts__subtitle{font-size:14px;line-height:1.45}}.top-progress{z-index:9999;pointer-events:none;height:3px;transition:transform .4s,opacity .4s;position:fixed;top:0;left:0;right:0}.top-progress--exit{opacity:0;transform:translateY(-100%)}.top-progress__bar{background:linear-gradient(90deg, var(--primary-500), var(--primary-600));border-radius:0 2px 2px 0;height:100%;transition:width .3s;box-shadow:0 0 8px #65a30d80}.compare-page{background:var(--bg-secondary);padding:32px 0 64px}.compare-page__breadcrumb{color:#6b7280;align-items:center;gap:6px;margin-bottom:24px;font-size:13px;display:flex}.compare-page__breadcrumb a{color:#6b7280;text-decoration:none}.compare-page__breadcrumb a:hover{color:#111827}.compare-page__breadcrumb span{color:#bbb}.compare-page__loading,.compare-page__empty{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:300px;font-size:14px;display:flex}@media (max-width:991px){.compare-page{padding:20px 0 48px}.compare-page__breadcrumb{margin-bottom:16px;font-size:12px}}.cmp-select{text-align:center;margin-bottom:40px}.cmp-select__title{color:#111;margin:0 0 6px;font-size:26px;font-weight:700}.cmp-select__subtitle{color:#6b7280;margin:0 0 20px;font-size:14px}.cmp-select__search{max-width:360px;margin:0 auto 28px;position:relative}.cmp-select__search input{border:1.5px solid var(--border);border-radius:10px;outline:none;width:100%;padding:11px 44px 11px 18px;font-size:14px;transition:border-color .2s}.cmp-select__search input:focus{border-color:var(--primary-400)}.cmp-select__search-icon{color:var(--primary-500);pointer-events:none;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.cmp-select__carousel{scrollbar-width:thin;gap:16px;padding:4px 2px 12px;display:flex;overflow-x:auto}.cmp-select__carousel-empty{text-align:center;color:#aaa;width:100%;padding:32px;font-size:14px}.cmp-select__thumb{cursor:pointer;text-align:center;flex:0 0 180px;transition:opacity .15s,transform .15s}.cmp-select__thumb:hover:not(.cmp-select__thumb--disabled){transform:translateY(-2px)}.cmp-select__thumb--disabled{opacity:.35;cursor:not-allowed}.cmp-select__thumb-img{background:#f3f4f6;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100px;margin-bottom:8px;display:flex;overflow:hidden}.cmp-select__thumb-img img{object-fit:contain;width:100%;height:100%}.cmp-select__thumb-placeholder{color:#666;padding:8px;font-size:12px;font-weight:600}.cmp-select__thumb-name{color:#222;margin:0;font-size:13px;font-weight:500;line-height:1.4}.cmp-select__full{color:#111;flex-direction:column;align-items:center;gap:10px;padding:24px 0;display:flex}.cmp-select__full svg{color:#111}.cmp-select__full p{margin:0;font-size:14px;font-weight:600}@media (max-width:991px){.cmp-select{margin-bottom:28px}.cmp-select__title{font-size:21px}.cmp-select__subtitle{margin-bottom:16px;font-size:13px}.cmp-select__search{margin-bottom:20px}.cmp-select__carousel{scrollbar-width:none;gap:12px;margin:0 -16px;padding:4px 16px 12px}.cmp-select__carousel::-webkit-scrollbar{display:none}.cmp-select__thumb{flex:0 0 140px}.cmp-select__thumb-img{height:80px}}@media (max-width:575px){.cmp-select__title{font-size:18px}.cmp-select__thumb{flex:0 0 120px}.cmp-select__thumb-img{height:68px}.cmp-select__thumb-name{font-size:12px}.cmp-select__full{padding:20px 0}.cmp-select__full p{font-size:13px}}.cmp-fields-wrap{background:#fff;border-radius:8px;padding:20px}@media (max-width:991px){.cmp-fields-wrap{overscroll-behavior-x:contain;scrollbar-width:thin;-webkit-overflow-scrolling:touch;border-radius:0;margin:0 -18px;padding:16px 0;overflow-x:auto}.cmp-fields-wrap>*{box-sizing:border-box;min-width:620px}}@media (max-width:575px){.cmp-fields-wrap{padding:12px}.cmp-fields-wrap>*{min-width:560px}}.cmp-header{grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:32px;display:grid}@media (max-width:991px){.cmp-header{gap:16px;margin-bottom:24px}}.cmp-slot{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:0 0 28px;display:flex}.cmp-slot__remove{color:#374151;cursor:pointer;background:0 0;border:none;margin-bottom:8px;padding:0;font-size:13px;font-weight:500;transition:color .2s}.cmp-slot__remove:hover{color:#ef4444}.cmp-slot__img{border-radius:8px;justify-content:center;align-items:center;width:140px;height:88px;margin-bottom:4px;display:flex}.cmp-slot__img img{object-fit:contain;max-width:100%;max-height:100%}.cmp-slot__placeholder{color:#6b7280;background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;padding:8px;font-size:11px;display:flex}.cmp-slot__name{color:#000;text-align:center;margin:0 0 4px;font-size:18px;font-weight:700;line-height:1.3}.cmp-slot__rating-label{color:var(--primary-600);font-size:16px;font-weight:600}.cmp-slot__apply{border:1.5px solid var(--primary-500);width:100%;color:var(--primary-600);border-radius:8px;justify-content:center;align-items:center;gap:5px;margin-top:12px;padding:7px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.cmp-slot__apply:hover{background:var(--primary-500);color:#fff}.cmp-slot--empty{justify-content:center}.cmp-slot__skel-img{border:2px dashed #e5e7eb;border-radius:10px;width:140px;height:88px;margin-bottom:12px}.cmp-slot__skel-line{background:#e8edf3;border-radius:6px;width:120px;height:12px}.cmp-slot__skel-line--wide{width:100%;max-width:220px;height:14px}.cmp-slot__skel-stars{background:#e8edf3;border-radius:7px;width:90px;height:14px}.cmp-slot__skel-btn{background:#e8edf3;border-radius:8px;width:100%;max-width:220px;height:32px;margin-top:12px}@media (max-width:991px){.cmp-slot{gap:6px;padding-bottom:20px}.cmp-slot__remove{margin-bottom:4px;font-size:12px}.cmp-slot__img,.cmp-slot__skel-img{width:100px;height:62px}.cmp-slot__name{font-size:14px}.cmp-slot__rating-label{font-size:12px}.cmp-slot__apply{margin-top:8px;padding:6px 10px;font-size:11px}.cmp-slot .stars{gap:1px;padding:4px 8px}.cmp-slot .stars svg{width:13px;height:13px}.cmp-slot .stars__value{font-size:12px}}.cmp-fields{flex-direction:column;gap:18px;margin-bottom:36px;display:flex}@media (max-width:991px){.cmp-fields{gap:14px;margin-bottom:28px}}.cmp-field__label{color:#000;margin:0 0 8px;font-size:16px;font-weight:700}.cmp-field__row{border:1.5px solid #e5e7eb;border-radius:10px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.cmp-field__cell{color:#1f2937;align-items:center;gap:8px;min-width:0;padding:13px 20px;font-size:14px;display:flex}.cmp-field__cell:not(:last-child){border-right:1.5px solid #e5e7eb}.cmp-field__dot{background:var(--primary-500);border-radius:2px;flex-shrink:0;width:8px;height:8px;transform:rotate(45deg)}.cmp-field__dot--empty{background:#d1d5db}.cmp-field__value{color:#1f2937;overflow-wrap:anywhere;font-size:14px}.cmp-field__dash{color:#9ca3af;font-size:14px}@media (max-width:991px){.cmp-field__label{margin-bottom:6px;font-size:14px}.cmp-field__cell{gap:6px;padding:10px 12px}.cmp-field__value,.cmp-field__dash{font-size:13px}.cmp-field__dot{width:6px;height:6px}}@media (max-width:575px){.cmp-field__label{font-size:13px}.cmp-field__cell{padding:9px 10px}.cmp-field__value,.cmp-field__dash{font-size:12px}}.cmp-prose{flex-direction:column;gap:24px;display:flex}.cmp-prose__heading{color:#111827;align-items:center;gap:8px;margin-bottom:12px;font-size:16px;font-weight:700;display:flex}.cmp-prose__heading svg{color:#374151}.cmp-prose__box{border:1.5px solid #e5e7eb;border-radius:10px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.cmp-prose__col{flex-direction:column;gap:10px;min-width:0;padding:16px 20px;display:flex}.cmp-prose__col:not(:last-child){border-right:1.5px solid #e5e7eb}.cmp-prose__col--empty{background:#fafafa}.cmp-prose__item{color:#1f2937;overflow-wrap:anywhere;align-items:flex-start;gap:8px;font-size:13px;line-height:1.45;display:flex}.cmp-prose__icon{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:1px;display:flex}.cmp-prose__icon--pro{background:var(--primary-500);color:#fff}.cmp-prose__icon--con{color:#fff;background:#ef4444}@media (max-width:991px){.cmp-prose{gap:18px}.cmp-prose__heading{margin-bottom:8px;font-size:14px}.cmp-prose__heading svg{width:17px;height:17px}.cmp-prose__col{gap:8px;padding:12px}.cmp-prose__item{gap:6px;font-size:12px}.cmp-prose__icon{width:14px;height:14px}}body:has(.compare-bar--open){padding-bottom:100px}.compare-bar{z-index:100;border-top:1px solid var(--border);opacity:0;visibility:hidden;background:#fff;padding:16px 0;transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .3s,visibility .42s;position:fixed;bottom:0;left:0;right:0;transform:translateY(110%);box-shadow:0 -4px 16px #00000014}.compare-bar--open{opacity:1;visibility:visible;transform:translateY(0)}.compare-bar__inner{justify-content:space-between;align-items:center;gap:20px;display:flex}.compare-bar__items{gap:12px;display:flex}.compare-bar__item{border:1px solid var(--border);opacity:0;border-radius:8px;align-items:center;gap:8px;min-width:160px;padding:8px 12px;font-size:13px;display:flex;transform:translateY(8px)}.compare-bar--open .compare-bar__item{opacity:1;transition:opacity .3s ease calc(var(--i)*60ms + .12s),transform .35s cubic-bezier(.22, 1, .36, 1) calc(var(--i)*60ms + .12s);transform:translateY(0)}.compare-bar__item img{object-fit:contain;flex-shrink:0;width:32px;height:32px}.compare-bar__item span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.compare-bar__item button{color:#999;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0;transition:color .18s,transform .18s;display:flex}.compare-bar__item button:hover{color:#000;transform:rotate(90deg)}.compare-bar__item--empty{color:#bbb;cursor:pointer;border-style:dashed;justify-content:center;transition:border-color .2s,color .2s}.compare-bar__item--empty:hover{border-color:var(--primary-500);color:var(--primary-600)}.compare-bar__actions{flex-shrink:0;gap:10px;display:flex}@media (max-width:991px){.compare-bar{padding:12px 0}.compare-bar__inner{flex-direction:column;align-items:stretch;gap:12px}.compare-bar__items{scrollbar-width:none;gap:8px;overflow-x:auto}.compare-bar__items::-webkit-scrollbar{display:none}.compare-bar__item{flex:none;min-width:140px;max-width:180px;font-size:12px}.compare-bar__item img{width:24px;height:24px}.compare-bar__actions button{flex:1}}@media (max-width:575px){.compare-bar__item{min-width:120px;padding:6px 10px}.compare-bar__item img{width:20px;height:20px}}.mi-spinner{border:3px solid #e2e8f0;border-top-color:var(--primary-500);border-radius:50%;animation:.7s linear infinite mi-spin;display:inline-block}@keyframes mi-spin{to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:6px;animation:1.4s infinite skeleton-pulse}.skeleton--logo{flex-shrink:0;width:120px;height:80px}.skeleton--line{height:16px;margin-bottom:10px}.skeleton--stats{height:48px;margin-top:12px}@keyframes skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.product-card--skeleton{pointer-events:none}
