:root{--color-text: #101828;--color-bg-1: #ffffff;--color-bg-2: #fff7ed;--color-primary: #ff5a3c;--color-accent: #12355b;--font-body: Inter, sans-serif;--font-heading: Inter, sans-serif}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}h1{font-size:3.6rem}h2{font-size:2.8rem}h3{font-size:2rem}.page-width{max-width:1400px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section-title{margin-bottom:3rem;font-size:2.8rem;font-weight:800;letter-spacing:-.02em;color:var(--color-accent)}.section-header .section-title{margin-bottom:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.2rem 2.4rem;border-radius:.6rem;font-weight:600;transition:transform .15s,box-shadow .15s,background .15s}.button--primary{background:var(--color-primary);color:#fff}.button--primary:hover{background:#a50d25;transform:translateY(-1px)}.button--secondary{background:var(--color-accent);color:#fff}.button--outline{border:1px solid currentColor}.announcement-bar{background:#0c1320;color:#fff;padding:.9rem 0;text-align:center;font-size:1.3rem;font-weight:500;border-bottom:1px solid rgba(255,255,255,.08)}.announcement-bar__link{display:inline-block;color:#fff;text-decoration:underline;text-underline-offset:.2rem}.site-header-group{position:fixed;top:0;left:0;right:0;z-index:100;background:#0c1320;box-shadow:0 4px 20px #00000026}body{padding-top:11rem}.content-for-layout{flex:1 0 auto}.footer{flex-shrink:0;margin-bottom:0}.header-wrapper{background:#0c1320;color:#fff}.header{padding:1.4rem 0}.header__inner{display:flex;align-items:center;gap:2.5rem}.header__menu-toggle{display:none;padding:.5rem;color:#fff}.header__logo{flex-shrink:0;font-size:2.6rem;font-weight:800;color:#fff;letter-spacing:-.04em;text-decoration:none}.header__logo-image{max-width:16rem;height:auto;filter:brightness(0) invert(1)}.header__nav{flex:1}.header__icons{display:flex;align-items:center;gap:.8rem;margin-left:auto}.header__icon{display:flex;align-items:center;justify-content:center;width:4.2rem;height:4.2rem;border-radius:.6rem;transition:background .2s;color:#fff}.header__icon:hover{background:#ffffff1f}.header__cart{position:relative}.list-menu__link{color:#fff}.list-menu__link:hover{background:#ffffff1a}.header__search-input{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff}.header__search-input::placeholder{color:#ffffff80}.header__cart-count{position:absolute;top:-.3rem;right:-.3rem;min-width:1.8rem;height:1.8rem;padding:0 .4rem;background:var(--color-primary);color:#fff;font-size:1.1rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.header__nav{position:relative}.list-menu{display:flex;gap:.4rem}.list-menu__item{position:relative}.list-menu__link{display:flex;align-items:center;gap:.4rem;padding:1rem 1.4rem;font-weight:600;border-radius:.6rem;transition:background .2s}.list-menu__link:hover{background:var(--color-bg-2)}.list-menu__link--categories{border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:.7rem 1.4rem;background:#ffffff0f}.list-menu__link--categories:hover{background:#ffffff1f;border-color:#ffffff8c}.list-menu__arrow svg{width:1.2rem;height:1.2rem;transition:transform .2s}.list-menu__item--mega{position:static}.list-menu__item--mega:hover .mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.list-menu__item--mega:hover .list-menu__link--categories{background:#0c1320;border-color:#fff;color:#fff;box-shadow:0 4px 12px #00000040}.list-menu__item--mega:hover .list-menu__arrow svg{transform:rotate(180deg)}.mega-menu{position:absolute;top:100%;left:0;padding-top:1.4rem;opacity:0;visibility:hidden;transform:translateY(-.5rem);transition:opacity .25s ease,transform .25s ease,visibility .25s;z-index:100}.mega-menu--full{left:50%;width:min(94vw,150rem);transform:translate(-50%,-.5rem)}.list-menu__item--mega:hover .mega-menu--full{transform:translate(-50%)}.mega-menu--full .mega-menu__panel{background:#fff;border-radius:1.6rem;box-shadow:0 24px 60px #0000002e;padding:2.8rem 3.2rem;width:100%;max-width:none;margin:0 auto;border:1px solid #e8ecf2}.mega-menu__header{border-bottom:1px solid #e8ecf2;padding-bottom:1.4rem;margin-bottom:2rem}.mega-menu__heading{font-size:2rem;font-weight:800;color:var(--color-accent)}.mega-menu__body{display:flex;gap:3.2rem;align-items:stretch}.mega-menu__featured{flex:0 0 23rem;padding-right:2.8rem;border-right:1px solid #e8ecf2}.mega-menu__columns{flex:1;display:grid;grid-template-columns:minmax(20rem,1fr) minmax(24rem,1.3fr) minmax(21rem,1fr) minmax(18rem,.85fr);gap:2.4rem 4.4rem}.mega-menu__column-title{display:block;font-size:1.6rem;font-weight:700;color:var(--color-accent);margin-bottom:1.2rem}.mega-menu__column-title a{color:inherit}.mega-menu__column-title a:hover{color:var(--color-primary)}.mega-menu__column-list{list-style:none;padding:0;margin:0}.mega-menu__column-list li{margin-bottom:.7rem}.mega-menu__column-list a{display:inline-block;font-size:1.5rem;color:#555;padding:.18rem 0;line-height:1.35;transition:color .2s,transform .2s}.mega-menu__column-list a:hover{color:var(--color-primary);transform:translate(.3rem)}.mega-menu__all{font-weight:700;color:var(--color-primary)!important;margin-top:.4rem}.mega-menu__all:hover{color:var(--color-accent)!important}.header__search-form{position:relative}.header__search-input{width:26rem;padding:.9rem 3.6rem .9rem 1.2rem;border:1px solid #ddd;border-radius:.6rem}.header__search-submit{position:absolute;right:.8rem;top:50%;transform:translateY(-50%)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;visibility:hidden}.mobile-menu.active{visibility:visible}.mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .3s}.mobile-menu.active .mobile-menu__overlay{opacity:1}.mobile-menu__panel{position:absolute;top:0;left:0;width:32rem;max-width:85%;height:100%;background:#fff;padding:2rem;transform:translate(-100%);transition:transform .3s;overflow-y:auto}.mobile-menu.active .mobile-menu__panel{transform:translate(0)}.mobile-menu__close{margin-bottom:2rem}.mobile-menu__search input{width:100%;padding:1rem;border:1px solid #ddd;border-radius:.6rem;margin-bottom:2rem}.mobile-menu__item>a{display:block;padding:1.2rem 0;font-weight:700;border-bottom:1px solid #eee}.mobile-menu__sublist{padding-left:1.5rem}.mobile-menu__sublist li a{display:block;padding:.8rem 0;color:#555}.hero{position:relative;overflow:hidden;color:#fff;min-height:60rem;display:flex;align-items:center}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.05);will-change:transform;transition:transform .1s linear}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0c1320eb,#0c1320b3 40%,#0c132040,#0c13201a);z-index:1}.hero__container{position:relative;z-index:2;width:100%}.template-index .hero__container,.template-index .hero__overlay{display:none}.template-index .hero{min-height:64rem}[data-animate=fade-up]{opacity:0;transform:translateY(3rem);transition:opacity .8s ease,transform .8s ease}[data-animate=fade-up].is-visible{opacity:1;transform:translateY(0)}[data-animate=fade-in]{opacity:0;transition:opacity 1s ease}[data-animate=fade-in].is-visible{opacity:1}.hover-zoom{overflow:hidden}.hover-zoom img{transition:transform .5s ease}.hover-zoom:hover img{transform:scale(1.08)}.support-page{padding:5rem 0 7rem;background:linear-gradient(180deg,#f7f9fc,#fff 42%)}.support-hero{max-width:86rem;margin-bottom:3rem}.support-hero__eyebrow{display:inline-flex;margin-bottom:1rem;color:var(--color-primary);font-size:1.3rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.support-hero h1{margin:0 0 1.4rem;color:var(--color-accent);font-size:clamp(3rem,5vw,5.4rem)}.support-hero p,.support-hero .rte{max-width:72rem;color:#4c5a6a;font-size:1.8rem;line-height:1.7}.support-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(28rem,.6fr);gap:2rem;align-items:start}.support-panel,.support-aside,.support-grid>div{background:#fff;border:1px solid #e3e9f2;border-radius:1.2rem;box-shadow:0 12px 32px #0c132012}.support-panel{padding:2.4rem}.support-aside{padding:2.2rem}.support-aside h2,.support-grid h2{margin:0 0 1rem;color:var(--color-accent);font-size:2rem}.support-aside ul{margin:0 0 2rem;padding-left:1.8rem;color:#4c5a6a;line-height:1.7}.support-form{display:grid;gap:1.2rem}.support-form label{color:var(--color-accent);font-weight:700}.support-form input,.support-form select,.support-form textarea{width:100%;padding:1.2rem 1.3rem;border:1px solid #cfd8e5;border-radius:.8rem;background:#fff;color:var(--color-text)}.support-form textarea{resize:vertical}.support-form__success{padding:1rem 1.2rem;border-radius:.8rem;background:#eaf7ef;color:#146b35;font-weight:700}.support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.support-grid>div{padding:2.2rem}.support-grid p{color:#4c5a6a;line-height:1.7}@media(max-width:900px){.support-layout,.support-grid{grid-template-columns:1fr}}.hero__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.hero__content{padding:5rem 0;max-width:62rem}.hero__title{font-size:5.2rem;margin-bottom:2rem;line-height:1.05;font-weight:800;color:#fff;letter-spacing:-.03em}.hero__subtitle{font-size:1.9rem;color:#ffffffd9;margin-bottom:3.5rem;max-width:48rem;line-height:1.6}.hero__buttons{display:flex;gap:1.2rem;flex-wrap:wrap}.hero__buttons .button{padding:1.4rem 2.8rem;font-size:1.5rem;border-radius:.8rem}.hero__buttons .button--white{color:#fff;border-color:#fff}.hero__buttons .button--white:hover{background:#fff;color:#0c1320}.categories-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem}.category-card{background:#fff;border-radius:1.4rem;overflow:hidden;box-shadow:0 6px 18px #0000000f;transition:transform .25s,box-shadow .25s;text-align:center;display:flex;flex-direction:column}.category-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #0000001a}.category-card__image{background:#fff;padding:0;flex:1;display:flex;align-items:center;justify-content:center;min-height:16rem}.category-card__image img{width:100%;height:100%;max-height:18rem;object-fit:contain;margin:0 auto}.category-card__icon{width:100%;height:100%;min-height:16rem;background:linear-gradient(135deg,#eef2f7,#e4ebf2);display:flex;align-items:center;justify-content:center;color:#5a7da0}.category-card__icon svg{width:65%;height:65%;opacity:.9}.category-card__title{font-size:1.5rem;font-weight:700;padding:1.2rem 1rem;display:block;color:var(--color-accent)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(22rem,1fr));gap:2rem}.collection-loading{grid-column:1 / -1;min-height:24rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;padding:3rem;border:1px solid rgba(18,53,91,.12);border-radius:.8rem;background:#fff;color:#12233d;text-align:center}.collection-loading__spinner{width:3.2rem;height:3.2rem;border:.3rem solid rgba(216,41,105,.18);border-top-color:#d82969;border-radius:50%;animation:collection-loading-spin .8s linear infinite}.collection-loading strong{font-size:1.7rem;font-weight:900}.collection-loading small{color:#5a6780;font-size:1.3rem}@keyframes collection-loading-spin{to{transform:rotate(360deg)}}.product-card{background:#fff;border-radius:1.2rem;overflow:hidden;box-shadow:0 4px 14px #0000000d;border:1px solid #e8ecf2;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column;text-decoration:none}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001a}.product-card__media{position:relative;aspect-ratio:1/1;background:#fff;padding:1.5rem;display:flex;align-items:center;justify-content:center}.product-card__media img{width:100%;height:100%;object-fit:contain}.product-card__badge{position:absolute;top:1rem;left:1rem;background:var(--color-primary);color:#fff;padding:.4rem .9rem;border-radius:.4rem;font-size:1.1rem;font-weight:700}.product-card__info{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-card--placeholder .product-card__media{background:linear-gradient(135deg,#f5f7fa,#e8ecf2);display:flex;align-items:center;justify-content:center}.product-card__placeholder-icon{color:#b0b8c2}.product-card__placeholder-icon svg{width:6rem;height:6rem}.product-card--placeholder .product-card__title{color:#777}.product-card--placeholder .product-card__price{color:#999}.product-card--demo .product-card__media{background:#fff}.product-card__vendor{font-size:1.1rem;color:#888;text-transform:uppercase;letter-spacing:.05em}.product-card__title{font-size:1.4rem;font-weight:600;margin:.3rem 0 .8rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:3.8rem}.product-card__title a{color:#222;text-decoration:none;transition:color .15s}.product-card__title a:hover{color:var(--color-primary)}.product-card__price{font-size:1.5rem;font-weight:700;margin-bottom:1.2rem}.product-card__price-compare{text-decoration:line-through;color:#999;margin-left:.6rem;font-weight:500}.product-card__price-from{color:#777;font-weight:500}.product-card__form{margin-top:auto}.product-card__add{width:100%;padding:.9rem;background:#1a1a2e;color:#fff;border:none;border-radius:.6rem;font-size:1.3rem;font-weight:600;text-transform:uppercase;cursor:pointer;transition:background .15s}.product-card__add:hover{background:var(--color-primary)}.product-card__add:disabled{background:#999;cursor:not-allowed}.product-card__add--login{display:block;text-align:center;text-decoration:none}.price-lock{display:flex;flex-wrap:wrap;align-items:baseline;gap:.45rem .75rem}.price-lock__main{font:inherit}.price-lock__tax-label{display:inline-flex;align-items:center;border-radius:999px;padding:.18rem .55rem;background:#eef2f7;color:#526174;font-size:1.05rem;font-weight:800;line-height:1.35;white-space:nowrap}.template-product .product-info__price .price-lock__tax-label{background:#ffffff1f;color:#e5edf7}.product-sticky-cart__tax-label{margin-left:.35rem;vertical-align:middle}.price-lock__message{color:#0f172a;font-weight:700}.price-lock__link{color:var(--color-primary);font-size:1.25rem;font-weight:700;text-decoration:underline;text-underline-offset:.18em}.price-lock__note{border-radius:999px;background:#0f766e1a;color:#0f766e;font-size:1.15rem;font-weight:800;padding:.2rem .65rem}.price-lock__was,.price-lock__compare{color:#7a8797;font-size:.82em;font-weight:600;text-decoration:line-through}.price-lock--locked{align-items:center}.product-card__price.price-lock--locked{border-radius:.6rem;background:#f8fafc;border:1px solid #dbe4ef;padding:.8rem}.brand-strip{background:var(--color-bg-2);padding:3.5rem 0}.brand-strip__list{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.brand-strip__item{display:inline-flex;align-items:center;justify-content:center;min-width:13rem;padding:1rem 2rem;background:#fff;border-radius:.8rem;box-shadow:0 4px 12px #0000000d;font-weight:700;color:#333;transition:transform .2s,box-shadow .2s}.brand-strip__item:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.fortinet-catalogue{background:linear-gradient(135deg,#0c1320,#0a1625);color:#fff}.fortinet-catalogue__title{color:#fff}.fortinet-catalogue__subtitle{opacity:.9;margin-bottom:3rem}.fortinet-catalogue__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(24rem,1fr));gap:2rem}.fortinet-card{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:1.2rem;padding:2rem}.fortinet-card__title{font-size:1.8rem;margin-bottom:1rem}.fortinet-card__list li{padding:.4rem 0}.fortinet-card__list a{color:#ffffffd9}.fortinet-card__list a:hover{color:#fff}.trust-badges__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));gap:2rem}.trust-badge{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:#fff;border-radius:1.2rem;box-shadow:0 4px 12px #0000000d}.trust-badge__icon{width:4.8rem;height:4.8rem;background:var(--color-bg-2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-badge__title{font-size:1.6rem;font-weight:700}.trust-badge__text{font-size:1.4rem;color:#555}.newsletter{background:var(--color-bg-2)}.newsletter__form{max-width:50rem;margin:0 auto;display:flex;gap:1rem}.newsletter__input{flex:1;padding:1.2rem;border:1px solid #ddd;border-radius:.6rem}.footer{background:#0c1320;color:#fff;padding:5rem 0 2rem}.footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr) 1.5fr;gap:3rem}.footer__logo{max-width:16rem;margin-bottom:1.5rem}.footer__heading{font-size:1.6rem;margin-bottom:1.5rem;color:#fff}.footer__list li a{display:block;padding:.5rem 0;color:#ffffffbf}.footer__list li a:hover{color:#fff}.footer__newsletter-inner{display:flex;gap:.8rem}.footer__newsletter-input{flex:1;padding:1rem;border:none;border-radius:.6rem}.footer__bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.15);display:flex;justify-content:space-between;align-items:center}.footer__copyright{color:#fff9;font-size:1.4rem}.footer__payment{display:flex;gap:.6rem}.footer__policies{margin-top:2rem;padding-top:1.8rem;border-top:1px solid rgba(255,255,255,.16);display:flex;flex-wrap:wrap;gap:.8rem 1.8rem;align-items:center}.footer__policies a{color:#ffffffb8;font-size:1.3rem;text-decoration:none}.footer__policies a:hover{color:#fff}.social-icons{display:flex;gap:1.2rem;margin-top:1.5rem}.social-icons a{color:#fffc}.social-icons a:hover{color:#fff}.main-collection-header,.main-collection-grid{padding:0}.collection-header__inner{padding:1rem 0}.collection-header__title{font-size:3rem;font-weight:700;margin:0;color:#1a1a2e;letter-spacing:-.02em}.collection-header__description{color:#555;font-size:1.4rem;max-width:80rem;line-height:1.5;margin-top:.5rem}.collection-layout{display:grid;grid-template-columns:26rem 1fr;gap:3rem;padding:0 0 3rem}.collection-sidebar{position:sticky;top:12rem;align-self:start;max-height:calc(100vh - 13rem);overflow-y:auto;z-index:50}.is-facet-scroll-restoring .collection-sidebar{opacity:0}.facet-reset{display:inline-block;margin-bottom:1.2rem;font-size:1.3rem;font-weight:700;color:var(--color-primary);text-transform:uppercase;text-decoration:underline;transition:color .15s}.facet-reset:hover{color:var(--color-accent)}.facet-widget{background:#f2f2f2;padding:1.5rem 1.6rem;margin-bottom:1.5rem}.facet-title{font-size:1.4rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#222;margin-bottom:1.2rem}.facet-list{list-style:none;padding:0;margin:0;display:grid;gap:.7rem}.facet-item{margin-bottom:0}.facet-item--hidden{display:none}.facet-dependent-slot{display:grid;gap:.9rem;margin:.9rem 0 .2rem 2rem;padding-left:1rem;border-left:2px solid #d7e0ec}.facet-widget.facet-widget--nested{margin:0;padding:1.1rem;background:#f8fbff;border:1px solid #d7e0ec;border-radius:.7rem;box-shadow:none}.facet-widget--nested .facet-title{margin-bottom:.8rem;font-size:1.15rem}.facet-widget--nested .facet-list{gap:.55rem}.facet-widget--nested .facet-checkbox{min-height:3.2rem;padding:.65rem .75rem}.facet-widget--nested .facet-checkbox__label{font-size:1.08rem}.facet-checkbox{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.85rem;width:100%;min-height:3.8rem;padding:.8rem .9rem;background:#fff;border:1px solid #d7e0ec;border-radius:.7rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .15s,background .15s,box-shadow .15s}.facet-checkbox input{position:absolute;opacity:0;width:0;height:0}.facet-checkbox__box{width:1.5rem;height:1.5rem;flex-shrink:0;background:#fff;border:1px solid #aaa;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s}.facet-checkbox__box:after{content:"";display:none;width:.35rem;height:.7rem;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:rotate(45deg) translateY(-1px)}.facet-checkbox input:checked+.facet-checkbox__box{background:var(--color-primary);border-color:var(--color-primary)}.facet-checkbox input:checked+.facet-checkbox__box:after{display:block}.facet-checkbox__label{font-size:1.25rem;font-weight:500;text-transform:uppercase;color:#444;transition:color .15s;line-height:1.3}.facet-checkbox:hover{border-color:var(--color-primary);box-shadow:0 0 0 2px #ff524014}.facet-checkbox:hover .facet-checkbox__label{color:var(--color-primary)}.facet-checkbox:has(input:checked){background:#fff7f4;border-color:var(--color-primary)}.facet-checkbox input:checked~.facet-checkbox__label{color:var(--color-primary);font-weight:700}.facet-toggle{display:inline-block;margin-top:.8rem;background:none;border:none;font-size:1.25rem;font-weight:700;color:var(--color-primary);cursor:pointer;padding:0;text-transform:uppercase;transition:color .15s}.facet-toggle:hover{color:var(--color-accent)}.facet-price{padding-top:.5rem}.facet-price__range{position:relative;height:2.6rem;margin-bottom:1.2rem}.facet-price__track{position:absolute;top:1.1rem;left:0;right:0;height:.4rem;background:#d0d0d0;border-radius:.2rem}.facet-price__track-active{position:absolute;top:1.1rem;height:.4rem;background:var(--color-primary);border-radius:.2rem}.facet-price__range-input{position:absolute;top:0;left:0;width:100%;-webkit-appearance:none;appearance:none;background:transparent;pointer-events:none;height:2.6rem;margin:0;z-index:2}.facet-price__range-input::-webkit-slider-thumb{-webkit-appearance:none;width:1.8rem;height:1.8rem;border-radius:50%;background:var(--color-primary);border:2px solid #fff;box-shadow:0 2px 4px #0003;pointer-events:auto;cursor:pointer;margin-top:-.7rem}.facet-price__range-input::-moz-range-thumb{width:1.8rem;height:1.8rem;border-radius:50%;background:var(--color-primary);border:2px solid #fff;box-shadow:0 2px 4px #0003;pointer-events:auto;cursor:pointer}.facet-price__range-input--min{z-index:3}.facet-price__values{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:1.2rem}.facet-price__input{width:100%;padding:.5rem .2rem;font-size:1.4rem;font-weight:600;text-align:center;border:1px solid #ccc;background:#fff;color:#333;-moz-appearance:textfield}.facet-price__input::-webkit-outer-spin-button,.facet-price__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.facet-price__currency{font-size:1.4rem;color:#666;font-weight:600}.facet-price__dash{color:#999;font-size:1.4rem;font-weight:600}.facet-price__apply{width:100%;padding:.8rem;background:var(--color-primary);color:#fff;border:none;font-size:1.4rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background .15s}.facet-price__apply:hover{background:var(--color-accent)}.facet-price--locked{display:grid;gap:.8rem;padding:1rem;border:1px solid #dbe4ef;background:#fff}.facet-price--locked p{margin:0;color:#526071;font-size:1.25rem;line-height:1.4}.facet-price--locked a{display:inline-flex;justify-content:center;padding:.8rem 1rem;background:#111827;color:#fff;text-decoration:none;font-weight:800;text-transform:uppercase}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem 1.6rem;background:#fff;border:1px solid #e8ecf2;border-radius:.8rem}.collection-toolbar__count{font-size:1.4rem;color:#666;font-weight:500}.collection-toolbar__sort-wrap{display:flex;align-items:center;gap:.8rem}.collection-toolbar__sort-label{font-size:1.4rem;color:#666;font-weight:500}.collection-toolbar__sort{padding:.7rem 1.2rem;border:1px solid #c8d0da;border-radius:.6rem;font-size:1.4rem;background:#fff;cursor:pointer;outline:none}@media(max-width:989px){.collection-layout{grid-template-columns:1fr}.collection-sidebar{position:static;margin-bottom:2rem}.facet-widget{padding:1.4rem}.facet-list{grid-template-columns:1fr}.facet-item{margin-bottom:0}.facet-price__values{max-width:30rem}.product-form__variants{grid-template-columns:1fr}.product-form__variants .product-form__label{margin-top:0}.product-form__clear{grid-column:1}}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:3rem 0}.product-media{position:sticky;top:12rem}.product-media__featured{background:#fff;border-radius:1.2rem;padding:2rem}.product-media__featured img{width:100%;aspect-ratio:1/1;object-fit:contain}.product-info__title{font-size:3.2rem;margin-bottom:1rem}.product-info__vendor{color:#777;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.product-info__price{font-size:2.4rem;font-weight:700;margin-bottom:2rem}.product-info__price-compare{text-decoration:line-through;color:#999;margin-left:1rem;font-size:1.8rem}.product-form{margin-bottom:2rem}.product-form__variants{display:grid;grid-template-columns:minmax(8rem,.22fr) 1fr;align-items:start;gap:.8rem 1.4rem;margin-bottom:1.5rem;padding:1.4rem;background:#f2f2f2}.product-form__label{display:block;font-weight:600;margin-bottom:.6rem}.product-form__select{width:100%;padding:1rem;border:1px solid #ddd;border-radius:.6rem;margin-bottom:1rem}.product-form__variants .product-form__label{margin:.95rem 0 0}.product-form__variants .product-form__select{margin-bottom:0;background:#fff;border-color:#aeb8c5}.product-form__clear{grid-column:2;justify-self:start;padding:0;border:0;background:transparent;color:#32104f;font-size:1.2rem;font-weight:700;text-decoration:underline;text-underline-offset:.18em}.product-form__quantity{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-form__quantity input{width:6rem;padding:1rem;text-align:center;border:1px solid #ddd;border-radius:.6rem}.product-form__add{width:100%}.product-form--locked{display:grid;gap:.8rem;padding:1.5rem;border:1px solid #dbe4ef;border-radius:1rem;background:#f8fafc}.product-form--locked strong{color:#0f172a;font-size:1.55rem}.product-form--locked span{color:#56677c;font-size:1.35rem;line-height:1.45}.product-info__specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1rem;margin:2rem 0}.product-info__spec{background:var(--color-bg-2);padding:1.2rem;border-radius:.8rem;text-align:center}.product-info__spec-value{font-size:2rem;font-weight:700;color:var(--color-primary)}.product-info__spec-label{font-size:1.2rem;color:#555;margin-top:.3rem}.product-tabs{margin-top:4rem}.product-tabs__list{display:flex;gap:.4rem;border-bottom:2px solid #eee;margin-bottom:2rem}.product-tabs__button{padding:1rem 2rem;font-weight:600;border-bottom:2px solid transparent;margin-bottom:-2px}.product-tabs__button.active{color:var(--color-primary);border-color:var(--color-primary)}.product-tabs__panel{display:none}.product-tabs__panel.active{display:block}.breadcrumbs{padding:1.5rem 0;font-size:1.3rem;color:var(--color-primary);display:flex;align-items:center;gap:.6rem}.breadcrumbs a{color:var(--color-primary);text-decoration:none}.breadcrumbs a:hover{opacity:.7}.breadcrumbs span{color:var(--color-primary)}.breadcrumbs__sep{width:.8rem;height:.8rem;color:var(--color-primary);flex-shrink:0}.cart-page{padding:4rem 0}.cart-items{width:100%;border-collapse:collapse;margin-bottom:2rem}.cart-items th,.cart-items td{padding:1.5rem;text-align:left;border-bottom:1px solid #eee}.cart-items th{font-weight:700}.cart-item__product{display:flex;align-items:center;gap:1.5rem}.cart-item__image{width:8rem;height:8rem;object-fit:contain;background:#f9fafb;border-radius:.8rem}.cart-item__qty{width:6rem;padding:.8rem;border:1px solid #ddd;border-radius:.4rem}.cart-footer{display:flex;justify-content:space-between;align-items:flex-start}.cart-subtotal{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;font-size:2rem;font-weight:700}.cart-price,.cart-subtotal__price{font-weight:700}.cart-price.price-lock--locked,.cart-subtotal__price.price-lock--locked{font-size:1.35rem}@media screen and (max-width:989px){.cart-page{padding:2rem 0 3rem;overflow-x:hidden}.cart-page .section-title{font-size:2.8rem;margin-bottom:1.6rem}.cart__contents{overflow-x:hidden}.cart-items{display:block!important;width:100%!important;min-width:0!important;border-collapse:separate;border-spacing:0;margin-bottom:1.6rem;table-layout:auto}.cart-items thead{display:none!important}.cart-items tbody,.cart-items tr,.cart-items td{display:block!important;width:100%!important;min-width:0!important}.cart-items tr{display:grid!important;grid-template-columns:minmax(0,1fr) 9.4rem;grid-template-areas:"product product" "price quantity" "line line";gap:1.2rem 1.4rem;padding:1.6rem 0;border-bottom:1px solid #e8edf3}.cart-items td{padding:0!important;border-bottom:0!important}.cart-items td:nth-child(1){grid-area:product}.cart-items td:nth-child(2){grid-area:price;align-self:center}.cart-items td:nth-child(2):before,.cart-items td:nth-child(3):before,.cart-items td:nth-child(4):before{display:block;margin-bottom:.35rem;color:#667085;font-size:1.1rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.cart-items td:nth-child(2):before{content:"Price"}.cart-items td:nth-child(3){grid-area:quantity;align-self:center;justify-self:end}.cart-items td:nth-child(3):before{content:"Qty";text-align:right}.cart-items td:nth-child(4){grid-area:line;display:flex!important;justify-content:flex-end;align-items:center;padding-top:.2rem}.cart-items td:nth-child(4):before{content:"Total";margin:0 .8rem 0 0}.cart-item__product{display:grid;grid-template-columns:9.2rem minmax(0,1fr);gap:1.4rem;align-items:center}.cart-item__image{width:9.2rem;height:9.2rem;border:1px solid #edf1f6}.cart-item__product a{display:block;color:#101828;font-size:1.65rem;font-weight:750;line-height:1.28;max-width:100%;overflow-wrap:anywhere;word-break:normal;text-decoration:none}.cart-item__qty{width:9.4rem;height:5.2rem;padding:.8rem 1rem;font-size:1.65rem;border-radius:.7rem}.cart-price{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.45rem;max-width:100%;color:#12355b;font-size:1.75rem;line-height:1.15}.cart-price--line{justify-content:flex-end;text-align:right;font-size:1.8rem}.cart-price .price-lock__main,.cart-subtotal__price .price-lock__main{display:inline-flex}.cart-price .price-lock__tax-label,.cart-subtotal__price .price-lock__tax-label{margin-left:0;white-space:nowrap}.cart-footer{display:grid!important;grid-template-columns:1fr;gap:1.4rem;align-items:stretch}.cart-footer>div{display:grid!important;gap:1rem}.cart-footer .button{width:100%!important;min-height:5.4rem;margin-top:0!important}.cart-subtotal{display:flex!important;justify-content:space-between;gap:.8rem;font-size:2.2rem;line-height:1.15}}@media screen and (max-width:520px){.cart-page .page-width{padding-left:1.6rem;padding-right:1.6rem;overflow-x:hidden}.cart-items tr{grid-template-columns:minmax(0,1fr);grid-template-areas:"product" "price" "quantity" "line";gap:1rem;padding:1.45rem 0}.cart-items td:nth-child(3){justify-self:stretch}.cart-items td:nth-child(3):before{text-align:left}.cart-items td:nth-child(4){justify-content:space-between}.cart-items td:nth-child(4):before{margin-right:1rem}.cart-item__product{grid-template-columns:7.8rem minmax(0,1fr);gap:1.1rem}.cart-item__image{width:7.8rem;height:7.8rem}.cart-item__product a{font-size:1.5rem;line-height:1.25}.cart-item__qty{width:100%;max-width:13rem}.cart-footer .button{font-size:1.45rem;padding-left:1.5rem;padding-right:1.5rem}.cart-subtotal{align-items:flex-start;font-size:2rem}}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{padding:.8rem 1.2rem;border-radius:.6rem}.pagination a:hover{background:var(--color-bg-2)}.pagination .current{background:var(--color-primary);color:#fff}.promo-banners{display:grid;grid-template-columns:repeat(2,1fr);gap:2.4rem}.promo-banner{min-height:26rem;border-radius:1.6rem;padding:3rem;display:flex;align-items:flex-end;background-size:cover;background-position:center;position:relative;overflow:hidden;transition:transform .5s ease}.promo-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;transition:background .3s ease}.promo-banner:hover{transform:scale(1.02)}.promo-banner:hover:before{background:#00000073}.promo-banner--dark{background-image:url(https://images.unsplash.com/photo-1695668548342-c0c1ad479aee?fm=jpg&q=80&w=1200&auto=format&fit=crop)}.promo-banner--accent{background-image:url(https://images.unsplash.com/photo-1529265895721-65945a176cff?fm=jpg&q=80&w=1200&auto=format&fit=crop)}.promo-banner__content{position:relative;z-index:1;color:#fff;max-width:42rem}.promo-banner__title{font-size:2.4rem;font-weight:800;margin-bottom:1rem;color:#fff}.promo-banner__text{font-size:1.5rem;color:#ffffffd9;margin-bottom:1.8rem}.image-gallery-section{padding:6rem 0}.image-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:26rem;gap:1.6rem}.image-gallery__item{position:relative;border-radius:1.6rem;overflow:hidden;display:block}.image-gallery__item img{width:100%;height:100%;object-fit:cover}.image-gallery__item:nth-child(1){grid-row:span 2}.image-gallery__item:nth-child(4){grid-row:span 2}.image-gallery__caption{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(transparent,#000000bf);color:#fff;font-weight:700;font-size:1.6rem;opacity:0;transform:translateY(1rem);transition:opacity .4s ease,transform .4s ease}.image-gallery__item:hover .image-gallery__caption{opacity:1;transform:translateY(0)}.image-with-text__grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:5rem}.image-with-text__image{width:100%;border-radius:1.6rem;box-shadow:0 20px 40px #0000001a}.image-with-text__title{font-size:3.2rem;font-weight:800;margin-bottom:1.5rem;color:var(--color-accent)}.image-with-text__text{font-size:1.7rem;line-height:1.7;color:#555;margin-bottom:2.5rem}.stats-bar-section{background:var(--color-bg-2)}.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stats-bar__item{padding:2rem}.stats-bar__number{font-size:4rem;font-weight:800;color:var(--color-primary);line-height:1}.stats-bar__label{font-size:1.5rem;color:#555;margin-top:.8rem}.featured-collections{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.collection-card{position:relative;border-radius:1.6rem;overflow:hidden;aspect-ratio:4/3;display:flex;align-items:flex-end;text-decoration:none}.collection-card__image{position:absolute;top:0;right:0;bottom:0;left:0;background:#f5f7fa}.collection-card__image img{width:100%;height:100%;object-fit:contain;padding:1.5rem}.collection-card__overlay{position:relative;z-index:2;width:100%;padding:2rem;background:linear-gradient(to top,rgba(12,19,32,.9),transparent);color:#fff}.collection-card__title{font-size:1.9rem;font-weight:700;color:#fff;margin-bottom:.8rem}.button--small{padding:.8rem 1.4rem;font-size:1.3rem}.button--white-outline{border:1px solid #fff;color:#fff;background:transparent}.testimonials-section{background:var(--color-bg-2)}.testimonials-section__title{text-align:center}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem}.testimonial{background:#fff;padding:3rem;border-radius:1.6rem;box-shadow:0 6px 18px #0000000f}.testimonial__text{font-size:1.6rem;line-height:1.7;color:#444;margin-bottom:1.5rem}.testimonial__text:before{content:'"';font-size:3rem;line-height:1;color:var(--color-primary);display:block;margin-bottom:.5rem}.testimonial__author{font-weight:700;color:var(--color-accent)}.cta-banner__inner{background:linear-gradient(135deg,#0c1320,#0a1625);color:#fff;border-radius:1.6rem;padding:4rem;display:flex;align-items:center;justify-content:space-between;gap:3rem}.cta-banner__title{font-size:2.8rem;font-weight:800;color:#fff;margin-bottom:.8rem}.cta-banner__text{font-size:1.6rem;color:#ffffffd9}.button--large{padding:1.6rem 3rem;font-size:1.6rem}.reviews-grid-section{background:var(--color-bg-2);overflow:hidden}.reviews-summary{display:flex;align-items:center;gap:1rem;font-size:1.5rem;color:#555}.reviews-summary__stars{color:#f5a623;font-size:1.8rem;letter-spacing:.1rem}.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem;margin-top:3rem}.reviews-grid--marquee{display:block;overflow:hidden;margin-left:calc((100vw - 100%)/-2);margin-right:calc((100vw - 100%)/-2);padding:.6rem 0 1.2rem}.reviews-grid__track{display:flex;gap:2rem;width:max-content;animation:review-grid-marquee 58s linear infinite}.reviews-grid--marquee:hover .reviews-grid__track{animation-play-state:paused}.reviews-grid--marquee .review-card{width:32rem;min-height:30rem;flex:0 0 32rem}.review-card{background:#fff;border-radius:1.6rem;padding:2.5rem;box-shadow:0 6px 18px #0000000f}.review-card__header{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.5rem}.review-card__avatar{width:4.5rem;height:4.5rem;border-radius:50%;background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.4rem}.review-card__avatar--2{background:#2a6f68}.review-card__avatar--3{background:#6b4c9a}.review-card__avatar--4{background:#b85c38}.review-card__avatar--5{background:#215b8c}.review-card__avatar--6{background:#7a5b23}.review-card__avatar--7{background:#285f46}.review-card__avatar--8{background:#8a3f6d}.review-card__avatar--9{background:#5c6470}.review-card__avatar--10{background:#9a473f}.review-card__name{font-weight:700;color:var(--color-accent)}.review-card__stars{color:#f5a623;font-size:1.3rem;letter-spacing:.05rem}.review-card__text{font-size:1.5rem;line-height:1.6;color:#555;margin-bottom:1.5rem}.review-card__photo{width:8rem;height:8rem;border-radius:.8rem;overflow:hidden;background:#f5f7fa}.review-card__photo img{width:100%;height:100%;object-fit:cover}@keyframes review-grid-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1rem))}}@media(max-width:749px){.reviews-grid--marquee .review-card{width:28rem;min-height:32rem;flex-basis:28rem}}@media(prefers-reduced-motion:reduce){.reviews-grid--marquee{overflow-x:auto}.reviews-grid__track{animation:none}}.custom-facets .native-facets__reset{padding:0;border:0;background:transparent;cursor:pointer}.custom-facet-group[hidden],[data-group-active-count][hidden],[data-filter-count][hidden]{display:none!important}.custom-facet-skeleton{display:grid;gap:.8rem;padding-top:1.2rem}.custom-facet-skeleton span{display:block;width:100%;height:3.8rem;border-radius:.55rem;background:linear-gradient(90deg,#eef3f8 25%,#f8fafc,#eef3f8 75%);background-size:200% 100%;animation:custom-facet-skeleton 1.1s linear infinite}.custom-facet-skeleton span:nth-child(2){width:86%}.custom-facet-skeleton span:nth-child(3){width:72%}@keyframes custom-facet-skeleton{to{background-position:-200% 0}}.custom-catalogue-loading__note{color:var(--native-muted);font-size:1.15rem}.custom-product-placeholder{width:100%;height:100%;border-radius:.5rem;background:linear-gradient(145deg,#f7f9fc,#e9eff6)}.custom-pagination{flex-wrap:wrap;align-items:center}.custom-pagination__button{min-width:4rem;min-height:4rem;padding:.75rem 1rem;border:1px solid var(--native-line);border-radius:.55rem;background:#fff;color:var(--native-ink);cursor:pointer;font-size:1.15rem;font-weight:750}.custom-pagination__button:hover:not(:disabled),.custom-pagination__button.is-current{border-color:var(--native-accent);background:var(--native-accent);color:#fff}.custom-pagination__button:disabled{cursor:not-allowed;opacity:.4}.custom-pagination__ellipsis{padding:0 .35rem;color:var(--native-muted)}.custom-empty-state__clear{min-height:4rem;padding:0 1.5rem;border:0;border-radius:.55rem;background:var(--native-ink);color:#fff;cursor:pointer;font-weight:800}.custom-empty-state__clear:hover{background:var(--native-accent)}.native-active-facet{cursor:pointer}.native-active-facets__clear{border:0;background:transparent;cursor:pointer}.custom-catalogue.is-custom-catalogue-ready .native-product-stage__loading{transition-duration:90ms}@media(prefers-reduced-motion:reduce){.custom-facet-skeleton span{animation:none}}.reviews-marquee-section{background:var(--color-bg-2);overflow:hidden}.reviews-marquee-section__title{text-align:center}.reviews-marquee__outer{margin-top:3rem}.reviews-marquee{overflow:hidden}.reviews-marquee__track{display:flex;gap:2rem;width:max-content;animation:marquee 40s linear infinite}.marquee-review{width:32rem;background:#fff;border-radius:1.6rem;padding:2.5rem;box-shadow:0 6px 18px #0000000f;flex-shrink:0}.marquee-review__stars{color:#f5a623;font-size:1.4rem;margin-bottom:1rem;letter-spacing:.05rem}.marquee-review__text{font-size:1.6rem;font-weight:600;color:var(--color-accent);margin-bottom:1rem}.marquee-review__author{font-size:1.4rem;color:#777}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.trust-credentials-section{background:#fff}.trust-credentials-section__title{text-align:center}.trust-credentials{display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem;margin-bottom:4rem}.trust-credential{text-align:center;padding:2.5rem;border-radius:1.6rem;background:var(--color-bg-2)}.trust-credential__icon{width:6rem;height:6rem;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--color-primary);box-shadow:0 4px 12px #0000000f}.trust-credential__icon svg{width:2.8rem;height:2.8rem}.trust-credential__title{font-size:1.8rem;font-weight:700;color:var(--color-accent);margin-bottom:.8rem}.trust-credential__text{font-size:1.4rem;color:#555;line-height:1.5}.trust-logos{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.trust-logo{padding:1rem 2rem;background:var(--color-bg-2);border-radius:.8rem;font-weight:700;color:#555}.team-section{background:var(--color-bg-2)}.section-header{margin-bottom:3rem}.section-subtitle{font-size:1.7rem;color:#555;margin-top:1rem}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem}.team-member{background:#fff;border-radius:1.6rem;padding:2.5rem;text-align:center;box-shadow:0 6px 18px #0000000f}.team-member__photo{width:10rem;height:10rem;border-radius:50%;margin:0 auto 1.5rem;overflow:hidden;background:#e8ecf2;display:flex;align-items:center;justify-content:center}.team-member__photo svg{width:100%;height:100%}.team-member__name{font-size:1.8rem;font-weight:700;color:var(--color-accent)}.team-member__role{font-size:1.3rem;color:var(--color-primary);font-weight:600;margin:.4rem 0 1rem}.team-member__bio{font-size:1.4rem;color:#555;line-height:1.5}.template-404{padding:8rem 0;text-align:center}@media(max-width:990px){.header__menu-toggle{display:flex}.header__nav{display:none}.hidden-tablet-and-down{display:none!important}.hero__inner{grid-template-columns:1fr}.hero{min-height:50rem}.hero__title{font-size:3.6rem}.promo-banners,.image-with-text__grid{grid-template-columns:1fr}.stats-bar,.featured-collections{grid-template-columns:repeat(2,1fr)}.testimonials{grid-template-columns:1fr}.reviews-grid,.trust-credentials,.team-grid{grid-template-columns:repeat(2,1fr)}.categories-grid{grid-template-columns:repeat(4,1fr)}.cta-banner__inner{flex-direction:column;text-align:center}.product-layout,.collection-layout{grid-template-columns:1fr}.footer__grid,.image-gallery{grid-template-columns:repeat(2,1fr)}.image-gallery__item:nth-child(1),.image-gallery__item:nth-child(4){grid-row:span 1}}@media(max-width:749px){.hidden-mobile{display:none!important}.page-width{padding:0 1.5rem}h1{font-size:2.8rem}.hero__title{font-size:3rem}.categories-grid{grid-template-columns:repeat(2,1fr)}.category-card__title{font-size:1.3rem}.reviews-grid,.trust-credentials,.team-grid,.footer__grid{grid-template-columns:1fr}.footer__bottom{flex-direction:column;gap:1rem}.image-gallery{grid-template-columns:1fr;grid-auto-rows:22rem}}*,*:before,*:after{letter-spacing:0!important}:root{--premium-ink: #07111f;--premium-navy: #0b1728;--premium-panel: #101f33;--premium-line: #dfe6ef;--premium-soft: #f4f7fb;--premium-red: #d71920;--premium-blue: #0a5bd3;--premium-teal: #0f766e;--premium-gold: #d99a1a;--premium-shadow: 0 16px 36px rgba(7, 17, 31, .12)}body{background:#f6f8fb;color:var(--premium-ink)}.page-width{max-width:1480px}.section{padding:4.8rem 0}.section-header--split{display:flex;align-items:end;justify-content:space-between;gap:2rem}.section-kicker,.collection-header__eyebrow,.facets__eyebrow,.product-quote-panel__eyebrow,.collection-help-card__label{display:block;color:var(--premium-red);font-size:1.2rem;font-weight:800;text-transform:uppercase;margin-bottom:.6rem}.section-title{color:var(--premium-ink);font-size:clamp(2.4rem,2.4vw,3.6rem);margin-bottom:0}.section-header__link{color:var(--premium-red);font-weight:800;border-bottom:2px solid currentColor;padding-bottom:.2rem}.button{border-radius:.8rem;min-height:4.6rem;text-transform:uppercase;font-size:1.3rem;font-weight:800}.button--primary{background:var(--premium-red);box-shadow:0 10px 22px #d7192038}.button--primary:hover{background:#b9141b}.button--outline{border-color:#bac6d5;color:var(--premium-ink);background:#fff}.site-header-group{background:#07111ff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 10px 30px #07111f33}.announcement-bar{background:#08111e;color:#dbe7f6}.header-wrapper{background:transparent}.header{padding:1.2rem 0}.header__inner{gap:2rem}.header__logo{color:#fff}.list-menu__link{border-radius:.8rem;font-size:1.4rem}.list-menu__link--categories{background:#fff;color:var(--premium-ink);border:0;box-shadow:0 8px 20px #0000002e}.header__search-input{width:min(32vw,40rem);min-height:4.4rem;border-radius:.8rem;background:#ffffff1a;border-color:#ffffff2e}.header__icon{border-radius:.8rem;border:1px solid rgba(255,255,255,.12)}.mega-menu--full .mega-menu__panel{border-radius:.8rem;box-shadow:0 30px 70px #07111f3d}.mega-menu__heading,.mega-menu__column-title{color:var(--premium-ink)}.hero{min-height:calc(100vh - 11rem);align-items:stretch;border-bottom:1px solid #dce5ef}.hero__bg{filter:saturate(1.05) contrast(1.04)}.hero__overlay{background:linear-gradient(90deg,#040b15f5,#040b15e0 43%,#040b1561),linear-gradient(180deg,#040b1540,#040b15d1)}.hero__container{display:flex;align-items:center;padding-top:4rem;padding-bottom:8.8rem}.hero__inner{grid-template-columns:minmax(0,1fr) minmax(42rem,.82fr);width:100%}.hero__content{max-width:72rem}.hero__eyebrow{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem}.hero__eyebrow span{border:1px solid rgba(255,255,255,.18);background:#ffffff14;border-radius:999px;color:#e8f1fb;padding:.6rem 1rem;font-size:1.2rem;font-weight:800;text-transform:uppercase}.hero__title{max-width:68rem;font-size:clamp(4.2rem,5vw,7.4rem);line-height:.98;color:#fff;margin-bottom:2.2rem}.hero__title strong,.hero__title em{color:var(--premium-red);font-style:normal}.hero__subtitle{max-width:56rem;color:#d6e2ee;font-size:2rem}.hero__proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:3rem;max-width:56rem}.hero__proof-item{border-left:2px solid var(--premium-red);background:#ffffff14;padding:1.2rem 1.4rem;border-radius:.8rem}.hero__proof-item strong{display:block;color:#fff;font-size:2.2rem;line-height:1}.hero__proof-item span{color:#c9d7e7;font-size:1.25rem}.hero__commerce{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.hero-market-card{min-height:15.2rem;display:flex;align-items:end;gap:1.4rem;padding:1.8rem;color:#fff;border-radius:.8rem;background:#0a192dd6;border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 42px #00000038;transition:transform .2s,border-color .2s}.hero-market-card:hover{transform:translateY(-.4rem);border-color:#ffffff52}.hero-market-card--wide{grid-column:span 2}.hero-market-card--red{background:linear-gradient(135deg,#841217f0,#da1a20e6)}.hero-market-card--blue{background:linear-gradient(135deg,#07285ff2,#0c5bd3e0)}.hero-market-card__icon{width:5.4rem;height:5.4rem;flex:0 0 auto;color:#fff}.hero-market-card__icon svg{width:100%;height:100%}.hero-market-card strong{display:block;font-size:2.2rem;line-height:1.05}.hero-market-card small{display:block;color:#ffffffd1;font-size:1.35rem;margin-top:.4rem}.hero-trust-rail{position:absolute;left:0;right:0;bottom:0;z-index:2;background:#030a13e0;border-top:1px solid rgba(255,255,255,.12)}.hero-trust-rail__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.hero-trust-rail span{color:#bfd0e4;padding:1.5rem 1.8rem;font-size:1.3rem;border-left:1px solid rgba(255,255,255,.12)}.hero-trust-rail span:first-child{border-left:0}.hero-trust-rail strong{display:block;color:#fff;text-transform:uppercase;font-size:1.3rem}.categories-grid-section{background:#fff}.categories-grid{margin-top:2.4rem;grid-template-columns:repeat(6,minmax(0,1fr));gap:1.4rem}.category-card{border-radius:.8rem;border:1px solid var(--premium-line);box-shadow:none;background:#fff}.category-card:hover{transform:translateY(-.4rem);box-shadow:var(--premium-shadow)}.category-card__image{min-height:14.4rem;background:#f8fafc}.category-card__title{min-height:5.4rem;display:flex;align-items:center;justify-content:center;color:var(--premium-ink);border-top:1px solid var(--premium-line)}.promo-banners{grid-template-columns:1.15fr .85fr}.promo-banner{border-radius:.8rem;min-height:28rem;box-shadow:var(--premium-shadow)}.promo-banner:before{background:#050d199e}.product-grid{grid-template-columns:repeat(auto-fill,minmax(24rem,1fr));gap:1.6rem}.product-card{border-radius:.8rem;border:1px solid var(--premium-line);box-shadow:none;background:#fff}.product-card:hover{transform:translateY(-.3rem);box-shadow:var(--premium-shadow)}.product-card__media{aspect-ratio:1.12 / 1;background:linear-gradient(180deg,#fff,#f5f8fb);border-bottom:1px solid var(--premium-line)}.product-card__availability{position:absolute;right:1rem;top:1rem;color:#0b7a48;background:#e7f7ef;border:1px solid #b8ead0;border-radius:999px;padding:.35rem .8rem;font-size:1.1rem;font-weight:800}.product-card__availability--out{color:#9b3412;background:#fff2e8;border-color:#ffd2b4}.product-card__badge{border-radius:999px;background:var(--premium-red)}.product-card__info{padding:1.6rem}.product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.product-card__vendor,.product-card__sku{font-size:1.1rem;color:#607086;text-transform:uppercase;font-weight:800}.product-card__sku{color:#8693a4}.product-card__title{min-height:4.3rem;color:var(--premium-ink);font-size:1.45rem}.product-card__benefits{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem}.product-card__benefits span{background:var(--premium-soft);border:1px solid var(--premium-line);border-radius:999px;color:#4a5b70;padding:.35rem .7rem;font-size:1.1rem;font-weight:700}.product-card__price{color:var(--premium-ink);font-size:1.75rem}.product-card__add{border-radius:.8rem;background:var(--premium-navy)}.product-card__add:hover{background:var(--premium-red)}.main-collection-header{background:var(--premium-navy);color:#fff;padding:2.4rem 0 3rem}.main-collection-header .breadcrumbs,.main-collection-header .breadcrumbs a,.main-collection-header .breadcrumbs span{color:#aebfd4}.collection-header__inner{display:flex;align-items:end;justify-content:space-between;gap:3rem;padding:2rem 0 0}.collection-header__title{color:#fff;font-size:clamp(3.2rem,4vw,5.8rem);line-height:1}.collection-header__description{color:#cad7e6;max-width:76rem;font-size:1.6rem;margin-top:1rem}.collection-header__metrics{display:grid;grid-template-columns:repeat(3,12rem);gap:1rem}.collection-header__metrics div{border:1px solid rgba(255,255,255,.14);background:#ffffff14;border-radius:.8rem;padding:1.2rem;text-align:center}.collection-header__metrics strong{display:block;color:#fff;font-size:2.4rem}.collection-header__metrics span{display:block;color:#b9c9da;font-size:1.15rem}.main-collection-grid{padding-top:2.4rem}.collection-layout{grid-template-columns:30rem 1fr;gap:2.4rem}.facets__header,.collection-help-card{background:#fff;border:1px solid var(--premium-line);border-radius:.8rem;padding:1.8rem;box-shadow:0 10px 24px #07111f0d}.facets__header{position:relative;margin-bottom:1.2rem}.facets__header strong{display:block;color:var(--premium-ink);font-size:2rem;line-height:1.15}.facet-reset{position:absolute;right:1.6rem;top:1.8rem;color:var(--premium-red);font-size:1.2rem;margin:0}.facet-widget{background:#fff;border:1px solid var(--premium-line);border-radius:.8rem;padding:1.8rem}.facet-title{color:var(--premium-ink);font-size:1.35rem}.facet-checkbox__box{border-radius:.4rem;border-color:#b7c3d2}.facet-checkbox__label{color:#344255}.facet-price__input,.facet-price__apply,.collection-toolbar__sort{border-radius:.8rem}.facet-price__apply{background:var(--premium-navy)}.collection-help-card{margin-top:1.2rem}.collection-help-card strong{display:block;color:var(--premium-ink);font-size:1.8rem;line-height:1.2}.collection-help-card p{color:#5d6d80;margin:1rem 0 1.4rem;font-size:1.35rem}.collection-toolbar{border-radius:.8rem;border:1px solid var(--premium-line);padding:1.4rem 1.6rem;box-shadow:0 10px 24px #07111f0a}.collection-toolbar__count{display:block;color:var(--premium-ink);font-size:1.6rem;font-weight:800}.collection-toolbar__note{color:#66778d;font-size:1.25rem}.main-product{background:#f6f8fb;padding-bottom:5rem}.product-layout{grid-template-columns:minmax(0,.95fr) minmax(42rem,1fr);gap:3rem;align-items:start}.product-media__featured{border:1px solid var(--premium-line);border-radius:.8rem;background:#fff;box-shadow:0 14px 32px #07111f12}.product-info{background:#fff;border:1px solid var(--premium-line);border-radius:.8rem;padding:2.4rem;box-shadow:0 14px 32px #07111f12}.product-info__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;margin-bottom:1rem}.product-info__vendor,.product-info__sku,.product-info__stock{border-radius:999px;padding:.45rem .9rem;font-size:1.15rem;font-weight:800;text-transform:uppercase}.product-info__vendor{background:#eef4fb;color:var(--premium-blue)}.product-info__sku{background:var(--premium-soft);color:#5c6c80}.product-info__stock{background:#e7f7ef;color:#0b7a48}.product-info__stock--out{background:#fff2e8;color:#9b3412}.product-info__title{color:var(--premium-ink);font-size:clamp(2.8rem,3vw,4.6rem);line-height:1.05}.product-info__summary{display:flex;flex-wrap:wrap;gap:.7rem;margin:1.4rem 0 1.8rem}.product-info__summary span{background:var(--premium-soft);border:1px solid var(--premium-line);border-radius:999px;padding:.5rem .9rem;color:#405168;font-size:1.25rem;font-weight:700}.product-info__price{color:var(--premium-ink);font-size:3rem;border-top:1px solid var(--premium-line);border-bottom:1px solid var(--premium-line);padding:1.6rem 0}.product-form{background:#f8fafc;border:1px solid var(--premium-line);border-radius:.8rem;padding:1.6rem}.product-form__select,.product-form__quantity input{border-radius:.8rem;border-color:#bcc8d7}.product-form__quantity{justify-content:space-between}.product-form__add{min-height:5.4rem;font-size:1.45rem}.product-procurement{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.4rem 0}.product-procurement__card{border:1px solid var(--premium-line);border-radius:.8rem;padding:1.2rem;background:#fff}.product-procurement__card strong{display:block;color:var(--premium-ink);font-size:1.35rem;line-height:1.2}.product-procurement__card span{display:block;color:#627187;font-size:1.2rem;margin-top:.5rem;line-height:1.35}.product-quote-panel{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;border-radius:.8rem;padding:1.6rem;background:var(--premium-navy);color:#fff}.product-quote-panel strong{display:block;max-width:44rem;line-height:1.25}.product-quote-panel .button{flex:0 0 auto}.product-tabs{background:#fff;border:1px solid var(--premium-line);border-radius:.8rem;padding:1.6rem}.product-tabs__list{gap:.8rem;border-bottom:1px solid var(--premium-line)}.product-tabs__button{border-radius:.8rem .8rem 0 0;color:#516176}.product-tabs__button.active{color:var(--premium-red);border-color:var(--premium-red);background:#fff5f5}.brand-strip,.stats-bar-section,.testimonials-section,.reviews-grid-section,.reviews-marquee-section,.team-section{background:#f6f8fb}.brand-strip__item,.trust-badge,.testimonial,.review-card,.marquee-review,.team-member,.trust-credential{border-radius:.8rem;border:1px solid var(--premium-line);box-shadow:0 10px 24px #07111f0d}.fortinet-catalogue{background:var(--premium-navy)}.fortinet-card,.cta-banner__inner{border-radius:.8rem}@media(max-width:990px){body{padding-top:10rem}.hero{min-height:auto}.hero__container{padding-top:4rem;padding-bottom:10rem}.hero__inner{grid-template-columns:1fr}.hero__commerce{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-trust-rail__inner{grid-template-columns:repeat(2,1fr)}.categories-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.collection-header__inner{display:block}.collection-header__metrics{grid-template-columns:repeat(3,1fr);margin-top:2rem}.collection-layout,.product-layout{grid-template-columns:1fr}.collection-sidebar,.product-media{position:static}.product-procurement{grid-template-columns:1fr}}@media(max-width:749px){.section{padding:3.6rem 0}.section-header--split{display:block}.section-header__link{display:inline-flex;margin-top:1rem}.hero__title{font-size:3.8rem}.hero__subtitle{font-size:1.6rem}.hero__proof,.hero__commerce,.hero-trust-rail__inner{grid-template-columns:1fr}.hero-market-card--wide{grid-column:auto}.hero-trust-rail{position:relative}.hero__container{padding-bottom:3rem}.categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card__image{min-height:12rem}.promo-banners,.collection-header__metrics{grid-template-columns:1fr}.collection-toolbar{display:block}.collection-toolbar__sort-wrap{margin-top:1rem;justify-content:space-between}.collection-toolbar__sort{max-width:18rem}.product-info{padding:1.6rem}.product-quote-panel{display:block}.product-quote-panel .button{margin-top:1.2rem;width:100%}}body{background:#f7f9fc}.site-header-group{box-shadow:0 1px #ffffff14,0 8px 20px #07111f14}.section{padding:4rem 0}.section-title{font-size:clamp(2.2rem,2vw,3rem);font-weight:800}.button{min-height:4.2rem;box-shadow:none}.hero{min-height:58rem;align-items:center}.hero__container{padding-top:4rem;padding-bottom:4rem}.hero__inner{display:block}.hero__content{max-width:74rem}.hero__eyebrow{margin-bottom:1.6rem}.hero__eyebrow span{background:#ffffff0f;border-color:#ffffff29;padding:.5rem .9rem}.hero__title{font-size:clamp(4rem,4.8vw,6.4rem);max-width:72rem}.hero__subtitle{font-size:1.8rem;max-width:58rem;margin-bottom:2.6rem}.hero__service-line{display:flex;flex-wrap:wrap;gap:1.8rem;margin-top:2.4rem;color:#d9e5f2;font-size:1.35rem;font-weight:700}.hero__service-line span{position:relative}.hero__service-line span+span:before{content:"";position:absolute;left:-1rem;top:50%;width:.4rem;height:.4rem;transform:translateY(-50%);border-radius:50%;background:var(--premium-red)}.hero__proof,.hero__commerce,.hero-trust-rail,.collection-help-card,.product-procurement,.product-quote-panel{display:none!important}.categories-grid-section{border-bottom:1px solid var(--premium-line)}.categories-grid{gap:1rem}.category-card,.product-card,.facet-widget,.facets__header,.collection-toolbar,.product-info,.product-media__featured,.product-tabs,.brand-strip__item,.trust-badge,.testimonial,.review-card,.marquee-review,.team-member,.trust-credential{border-radius:.6rem;box-shadow:none}.category-card:hover,.product-card:hover,.brand-strip__item:hover{transform:translateY(-.2rem);box-shadow:0 10px 24px #07111f14}.category-card__image{min-height:11.8rem;background:#fff}.category-card__image img{padding:1rem}.category-card__title{min-height:4.6rem;font-size:1.35rem}.promo-banners{gap:1.4rem}.promo-banner{min-height:21rem;border-radius:.6rem;box-shadow:none}.promo-banner__title{font-size:2rem}.product-grid{gap:1.2rem}.product-card__media{aspect-ratio:1.2 / 1}.product-card__availability,.product-card__badge{font-size:1rem;padding:.3rem .65rem}.product-card__info{padding:1.4rem}.product-card__benefits{display:none}.product-card__title{font-size:1.4rem;min-height:4rem}.product-card__price{font-size:1.6rem}.main-collection-header{padding:2rem 0 2.4rem}.collection-header__inner{display:block}.collection-header__title{font-size:clamp(3rem,3.2vw,4.8rem)}.collection-header__description{max-width:82rem}.collection-header__metrics{display:none}.collection-layout{grid-template-columns:28rem 1fr;gap:1.8rem}.facets__header,.facet-widget{padding:1.4rem;margin-bottom:1rem}.facets__header strong{font-size:1.7rem}.facet-title{margin-bottom:.9rem}.facet-checkbox__label{font-size:1.2rem}.collection-toolbar{padding:1.2rem 1.4rem;margin-bottom:1.2rem}.product-layout{gap:2rem}.product-info{padding:2rem}.product-info__title{font-size:clamp(2.8rem,2.4vw,4rem)}.product-info__summary{margin:1.2rem 0 1.4rem}.product-info__summary span{background:#fff}.product-info__price{font-size:2.6rem}.product-form{background:#fff}@media(max-width:990px){.hero{min-height:auto}.collection-layout{grid-template-columns:1fr}}@media(max-width:749px){.hero__title{font-size:3.4rem}.hero__service-line{gap:1rem 1.6rem}.categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.template-index .hero{min-height:64rem;isolation:isolate}.template-index .hero__overlay{background:linear-gradient(90deg,#050d19f5,#050d19db 47%,#050d1961),radial-gradient(circle at 80% 24%,rgba(10,91,211,.34),transparent 34%)}.template-index .hero__content{position:relative}.template-index .hero__content:after{content:"";position:absolute;left:0;bottom:-3.2rem;width:min(54rem,90vw);height:1px;background:linear-gradient(90deg,var(--premium-red),rgba(255,255,255,.08))}.template-index .hero__title{max-width:76rem;font-size:clamp(4.4rem,5.2vw,7rem)}.template-index .categories-grid-section{margin-top:-3.6rem;position:relative;z-index:3;background:transparent;border:0;padding-top:0}.template-index .categories-grid-section .page-width{background:#fff;border:1px solid var(--premium-line);border-radius:.8rem;padding-top:2.4rem;padding-bottom:2.4rem;box-shadow:0 18px 42px #07111f1a}.template-index .categories-grid{grid-template-columns:repeat(11,minmax(9.2rem,1fr));overflow-x:auto;padding-bottom:.2rem}.template-index .category-card{min-width:9.2rem}.template-index .category-card__image{min-height:8rem;padding:.8rem}.template-index .category-card__title{min-height:4rem;font-size:1.15rem;line-height:1.2;padding:.8rem}.marketplace-showcase{background:#f7f9fc;padding-top:2rem}.marketplace-showcase__header{display:grid;grid-template-columns:minmax(0,.8fr) minmax(30rem,.42fr);gap:3rem;align-items:end;margin-bottom:2rem}.marketplace-showcase__header p{color:#5d6d80;font-size:1.55rem;line-height:1.55}.marketplace-showcase__grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:21rem;gap:1.2rem}.market-tile{position:relative;overflow:hidden;display:flex;min-height:0;border:1px solid var(--premium-line);border-radius:.8rem;background:#fff;color:var(--premium-ink)}.market-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fffffffa,#ffffffb8 48%,#ffffff14);z-index:1}.market-tile:hover .market-tile__media img{transform:scale(1.04)}.market-tile--1{grid-row:span 2;background:#eef4fb}.market-tile--4{grid-column:span 2;background:#fff4f4}.market-tile--5{background:#eff8f7}.market-tile--6{background:#f6f1ff}.market-tile__copy{position:relative;z-index:2;width:58%;padding:2rem;align-self:end}.market-tile__copy span{display:block;color:var(--premium-red);font-size:1.1rem;font-weight:800;text-transform:uppercase;margin-bottom:.5rem}.market-tile__copy strong{display:block;font-size:clamp(1.9rem,2vw,2.8rem);line-height:1.05;color:var(--premium-ink)}.market-tile__copy small{display:block;color:#5d6d80;font-size:1.35rem;line-height:1.4;margin-top:.7rem}.market-tile__media{position:absolute;inset:0 0 0 auto;width:58%;display:flex;align-items:center;justify-content:center;padding:1.2rem}.market-tile__media img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .35s ease}.template-index .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.template-index .brand-strip{background:#fff;border-top:1px solid var(--premium-line);border-bottom:1px solid var(--premium-line)}.template-index .brand-strip__list{justify-content:space-between}.template-index .brand-strip__item{flex:1 1 13rem;min-width:12rem;background:#fff;border:1px solid var(--premium-line)}.template-index .trust-badges{background:#f7f9fc}.template-index .trust-badges__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.template-index .trust-badge{align-items:flex-start;background:#fff}.template-index .promo-banners-section{padding-top:2rem}.template-index .fortinet-catalogue{margin-top:1rem}@media(max-width:1180px){.template-index .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.marketplace-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.market-tile--1,.market-tile--4{grid-column:auto;grid-row:auto}}@media(max-width:990px){.marketplace-showcase__header{grid-template-columns:1fr;gap:1rem}.template-index .product-grid,.template-index .trust-badges__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.template-index .hero{min-height:54rem}.template-index .categories-grid-section{margin-top:0;padding-top:1.2rem}.template-index .categories-grid-section .page-width{border-radius:0;border-left:0;border-right:0;box-shadow:none}.marketplace-showcase__grid,.template-index .product-grid,.template-index .trust-badges__grid{grid-template-columns:1fr}.market-tile{min-height:19rem}.market-tile__copy{width:66%;padding:1.6rem}.market-tile__media{width:50%}}.template-index .motion-hero{--hero-x: 0;--hero-y: 0;--hero-scroll: 0;position:relative;display:block;min-height:clamp(52rem,72vh,76rem);overflow:hidden;background:linear-gradient(120deg,#f8fbff,#edf7fb 48%,#fff6f8);color:#10131a}.motion-hero__stage{position:relative;width:100%;min-height:inherit;overflow:hidden;isolation:isolate}.motion-hero__mesh{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.55;background-image:linear-gradient(rgba(18,53,91,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(18,53,91,.08) 1px,transparent 1px);background-size:7.2rem 7.2rem;transform:translate3d(calc(var(--hero-x) * -.8rem),calc(var(--hero-scroll) * -.08rem),0)}.motion-hero__scan{position:absolute;height:18rem;width:44rem;border:1px solid rgba(216,41,105,.18);background:repeating-linear-gradient(90deg,rgba(216,41,105,.18) 0 .2rem,transparent .2rem 2.4rem);opacity:.42;transform:skew(-18deg);animation:motionScan 9s linear infinite}.motion-hero__scan--one{left:-10rem;top:8rem}.motion-hero__scan--two{right:-16rem;bottom:9rem;animation-delay:-4.5s;border-color:#5b46a02e}.motion-hero__product{position:absolute;z-index:2;will-change:transform;transform:translate3d(calc(var(--hero-x) * var(--depth, 1) * 2.6rem),calc((var(--hero-y) * var(--depth, 1) * 1.8rem) + (var(--hero-scroll) * var(--depth, 1) * -.16rem)),0)}.motion-hero__product img{display:block;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 2.2rem 3rem rgba(18,53,91,.18))}.motion-hero__product--switches{--depth: .5;left:18%;right:12%;bottom:4%;z-index:2;opacity:.96;animation:motionFloat 7s ease-in-out infinite}.motion-hero__product--firewall{--depth: .9;width:min(34vw,48rem);left:7%;bottom:16%;z-index:4;animation:motionFloat 6.5s ease-in-out infinite -1.2s}.motion-hero__product--phone{--depth: 1.1;width:min(30vw,42rem);right:7%;bottom:8%;z-index:5;animation:motionFloat 7.6s ease-in-out infinite -2s}.motion-hero__product--camera{--depth: .72;width:min(27vw,38rem);right:12%;top:5%;z-index:3;animation:motionFloat 8s ease-in-out infinite -3s}.motion-hero__product--gateway{--depth: 1.25;width:min(22vw,30rem);left:43%;bottom:10%;z-index:6;animation:motionFloat 6.9s ease-in-out infinite -1.7s}.motion-hero__packet{position:absolute;z-index:1;width:.9rem;height:.9rem;border-radius:50%;background:#d82969;box-shadow:0 0 0 .9rem #d829691c;animation:motionPacket 7s ease-in-out infinite}.motion-hero__packet--a{left:20%;top:25%}.motion-hero__packet--b{left:54%;top:16%;animation-delay:-2.2s;background:#5b46a0;box-shadow:0 0 0 .9rem #5b46a01f}.motion-hero__packet--c{right:18%;bottom:27%;animation-delay:-4.1s;background:#12a6c8;box-shadow:0 0 0 .9rem #12a6c81f}.motion-hero__status{position:absolute;z-index:7;display:flex;gap:.5rem;padding:.7rem;border:1px solid rgba(18,53,91,.12);border-radius:999px;background:#ffffffb8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1rem 2.4rem #12355b14}.motion-hero__status span{width:.65rem;height:.65rem;border-radius:50%;background:#22c55e;animation:motionPulse 1.8s ease-in-out infinite}.motion-hero__status span:nth-child(2){animation-delay:.25s;background:#12a6c8}.motion-hero__status span:nth-child(3){animation-delay:.5s;background:#d82969}.motion-hero__status--one{left:13%;top:16%}.motion-hero__status--two{right:12%;top:44%}@keyframes motionFloat{0%,to{translate:0 0}50%{translate:0 -1.2rem}}@keyframes motionScan{0%{translate:-8rem 0;opacity:0}20%,80%{opacity:.42}to{translate:8rem 0;opacity:0}}@keyframes motionPacket{0%,to{transform:translateZ(0) scale(1);opacity:.35}35%{transform:translate3d(12vw,4rem,0) scale(1.15);opacity:.8}70%{transform:translate3d(28vw,-2rem,0) scale(.85);opacity:.45}}@keyframes motionPulse{0%,to{opacity:.45;transform:scale(.86)}50%{opacity:1;transform:scale(1.08)}}@media(max-width:989px){.template-index .motion-hero{min-height:56rem}.motion-hero__product--switches{left:2%;right:-16%;bottom:6%}.motion-hero__product--firewall{width:44vw;left:4%;bottom:21%}.motion-hero__product--phone{width:42vw;right:-2%;bottom:8%}.motion-hero__product--camera{width:38vw;right:5%;top:7%}.motion-hero__product--gateway{width:30vw;left:41%;bottom:13%}}@media(max-width:749px){.template-index .motion-hero{min-height:min(66svh,58rem)}.motion-hero__stage{min-height:inherit}.motion-hero__mesh{background-size:4.4rem 4.4rem}.motion-hero__product--switches{left:-22%;right:-42%;bottom:2%}.motion-hero__product--firewall{width:58vw;left:-8%;bottom:21%}.motion-hero__product--phone{width:56vw;right:-14%;bottom:8%}.motion-hero__product--camera{width:48vw;right:-4%;top:7%}.motion-hero__product--gateway{width:38vw;left:38%;bottom:16%}.motion-hero__scan{width:30rem;height:12rem}.motion-hero__status--one{left:6%;top:13%}.motion-hero__status--two{right:6%;top:39%}}@media(prefers-reduced-motion:reduce){.motion-hero__product,.motion-hero__scan,.motion-hero__packet,.motion-hero__status span{animation:none!important}}:root{--premium-ink: #0b1220;--premium-navy: #0b1220;--premium-panel: #111827;--premium-line: #d8e0ec;--premium-soft: #f3f6fb;--premium-red: #1458f5;--premium-blue: #1458f5;--premium-teal: #0f766e;--premium-gold: #f59e0b;--premium-shadow: 0 16px 34px rgba(15, 23, 42, .11)}body,input,textarea,select,button{font-family:Avenir Next,Inter,Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}h1,h2,h3,h4,h5,h6,.header__logo,.section-title,.hero__title,.market-tile__copy strong,.product-card__title,.product-info__title{font-family:Avenir Next,Inter,Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;font-weight:850}body{color:#101828;background:#f6f8fc}.section-title{color:#0b1220}.section-kicker,.collection-header__eyebrow,.facets__eyebrow,.product-quote-panel__eyebrow,.collection-help-card__label,.market-tile__copy span{color:#1458f5}.button{border-radius:.7rem;font-weight:850}.button--primary{background:#1458f5;color:#fff;border:1px solid #1458f5;box-shadow:0 12px 24px #1458f53d}.button--primary:hover{background:#0f46c7;border-color:#0f46c7}.button--outline{color:#0b1220;background:#fff;border:1px solid #c7d2e2}.site-header-group,.header-wrapper,.footer,.fortinet-catalogue,.main-collection-header{background:#0b1220}.announcement-bar{background:#101828}.template-index .hero__overlay{background:linear-gradient(90deg,#060d1bf7,#060d1be6 44%,#060d1b6b),radial-gradient(circle at 78% 20%,rgba(20,88,245,.38),transparent 34%),radial-gradient(circle at 88% 70%,rgba(15,118,110,.24),transparent 30%)}.template-index .hero__title{color:#fff;text-wrap:balance}.hero__subtitle{color:#d9e4f2}.hero__eyebrow span{background:#1458f529;border-color:#7da4ff57;color:#e7efff}.hero__buttons{gap:1rem}.hero__buttons .button{min-height:5rem;padding:1.4rem 2.4rem;border-radius:.75rem}.hero__buttons .button--primary{background:#fff;color:#0b1220;border-color:#fff;box-shadow:0 18px 34px #00000038}.hero__buttons .button--primary:hover{background:#eaf1ff;border-color:#eaf1ff;color:#0b1220}.hero__buttons .button--white,.hero__buttons .button--outline{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.58);box-shadow:none}.hero__buttons .button--white:hover,.hero__buttons .button--outline:hover{background:#1458f5;border-color:#1458f5;color:#fff}.hero__service-line{color:#cdd9ea}.hero__service-line span+span:before,.template-index .hero__content:after{background:#1458f5}.template-index .categories-grid-section .page-width,.market-tile,.product-card,.trust-badge,.facet-widget,.facets__header,.collection-toolbar,.product-info,.product-media__featured,.product-tabs{border-color:#d8e0ec}.market-tile--1{background:#eef4ff}.market-tile--4{background:#f0fdfa}.market-tile--5{background:#fff7ed}.product-card__add,.facet-price__apply{background:#0b1220}.product-card__add:hover,.facet-price__apply:hover{background:#1458f5}.product-card__availability{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.product-card__badge{background:#f59e0b;color:#111827}.product-info__vendor{background:#eaf1ff;color:#1458f5}.product-tabs__button.active{color:#1458f5;border-color:#1458f5;background:#eef4ff}.brand-strip__item span{color:#243044!important}@media(max-width:749px){.hero__buttons .button{width:100%}}:root{--premium-ink: #111827;--premium-navy: #111827;--premium-panel: #1f2937;--premium-line: #d7dee8;--premium-soft: #f4f7f9;--premium-red: #0f766e;--premium-blue: #0f766e;--premium-teal: #0f766e;--premium-gold: #d97706;--premium-shadow: 0 14px 30px rgba(17, 24, 39, .1)}html{font-size:62.5%}body,input,textarea,select,button{font-family:Arial,Helvetica,sans-serif;font-size:1.7rem;line-height:1.55}h1,h2,h3,h4,h5,h6,.section-title,.hero__title,.market-tile__copy strong,.product-info__title,.product-card__title{font-family:Arial,Helvetica,sans-serif;font-weight:800}.section-title{font-size:clamp(2.8rem,2.3vw,3.8rem);line-height:1.12}.section-kicker,.collection-header__eyebrow,.facets__eyebrow,.market-tile__copy span{color:#0f766e;font-size:1.35rem}.button{min-height:4.8rem;padding:1.25rem 2.2rem;font-size:1.45rem;border-radius:.6rem;font-family:Arial,Helvetica,sans-serif;font-weight:800}.button--primary{background:#0f766e;border-color:#0f766e;color:#fff;box-shadow:none}.button--primary:hover{background:#115e59;border-color:#115e59}.button--outline{background:#fff;border-color:#aab6c6;color:#111827}.site-header-group,.header-wrapper,.footer,.fortinet-catalogue,.main-collection-header{background:#111827}.announcement-bar{background:#0b1220}.list-menu__link,.header__search-input,.mega-menu__column-list a,.mobile-menu__item>a{font-size:1.55rem}.header__search-input{min-height:4.6rem}.template-index .hero__overlay{background:linear-gradient(90deg,#0a0f19f5,#0a0f19e0 48%,#0a0f1966),radial-gradient(circle at 78% 20%,rgba(15,118,110,.32),transparent 34%)}.template-index .hero__title{font-size:clamp(4.8rem,5.4vw,7.6rem);line-height:1;letter-spacing:0!important}.hero__subtitle{color:#e2e8f0;font-size:clamp(1.8rem,1.3vw,2.15rem);line-height:1.55}.hero__eyebrow span{color:#ecfeff;background:#0f766e2e;border-color:#2dd4bf52;font-size:1.25rem}.hero__buttons .button{min-height:5.4rem;font-size:1.55rem}.hero__buttons .button--primary{background:#0f766e;border-color:#0f766e;color:#fff;box-shadow:0 14px 28px #0f766e42}.hero__buttons .button--primary:hover{background:#14b8a6;border-color:#14b8a6;color:#07111f}.hero__buttons .button--white,.hero__buttons .button--outline{background:#fff;color:#111827;border-color:#fff}.hero__buttons .button--white:hover,.hero__buttons .button--outline:hover{background:#f4f7f9;border-color:#f4f7f9;color:#111827}.hero__service-line{color:#d9e3ef;font-size:1.55rem}.hero__service-line span+span:before,.template-index .hero__content:after{background:#14b8a6}.template-index .category-card__title{min-height:4.8rem;font-size:1.35rem;font-weight:800;color:#111827}.category-card__image{min-height:13rem}.marketplace-showcase__header p,.market-tile__copy small,.trust-badge__text,.product-card__benefits span,.collection-toolbar__note,.facet-checkbox__label{font-size:1.45rem}.market-tile__copy strong{font-size:clamp(2.2rem,2.1vw,3.2rem)}.market-tile__copy span{font-weight:800}.product-card__vendor,.product-card__sku,.product-card__availability,.product-card__badge{font-size:1.2rem}.product-card__title{font-size:1.6rem;line-height:1.35}.product-card__price{font-size:1.85rem}.product-card__add{min-height:4.4rem;font-size:1.35rem;background:#111827}.product-card__add:hover{background:#0f766e}.brand-strip__item span{font-size:1.9rem!important}.trust-badge__title{font-size:1.8rem}.product-info__title{font-size:clamp(3.2rem,2.8vw,4.8rem)}.product-info__summary span,.product-info__vendor,.product-info__sku,.product-info__stock{font-size:1.3rem}.product-tabs__button{font-size:1.55rem}.product-tabs__button.active{color:#0f766e;border-color:#0f766e;background:#ecfdf5}.product-tabs .rte{font-size:1.65rem}.facets__header strong{font-size:1.95rem}.facet-title{font-size:1.5rem}@media(max-width:749px){body,input,textarea,select,button{font-size:1.6rem}.template-index .hero__title{font-size:4rem}.hero__buttons .button{font-size:1.5rem}.template-index .category-card__title,.product-card__title{font-size:1.45rem}}:root{--premium-ink: #12355b;--premium-navy: #12355b;--premium-panel: #17466f;--premium-line: #d9e4ef;--premium-soft: #fff7ed;--premium-red: #ff5a3c;--premium-blue: #00a6d6;--premium-teal: #11a88a;--premium-gold: #ffc247;--premium-shadow: 0 16px 34px rgba(18, 53, 91, .12)}body,input,textarea,select,button{font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif}h1,h2,h3,h4,h5,h6,.section-title,.hero__title,.market-tile__copy strong,.product-info__title,.product-card__title{font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:800}.site-header-group{background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 8px 28px #12355b14}.announcement-bar{background:linear-gradient(90deg,#fff3d6,#dff9ff 48%,#ffe4dc);color:#12355b;border-bottom:1px solid rgba(18,53,91,.08)}.announcement-bar__link{color:#12355b}.header-wrapper{background:transparent;color:#12355b}.header__logo,.list-menu__link,.header__icon{color:#12355b}.header__logo-image{filter:none}.list-menu__link:hover,.header__icon:hover{background:#fff3d6}.list-menu__link--categories{background:#ff5a3c;color:#fff;box-shadow:0 10px 20px #ff5a3c38}.header__search-input{background:#fff;border-color:#d9e4ef;color:#12355b}.header__search-input::placeholder{color:#6f8298}.header__cart-count{background:#00a6d6;color:#fff}body{padding-top:10.4rem}.template-index .hero{min-height:55rem;background:#f8fcff}.template-index .hero__bg{transform:none!important;background-size:cover;background-position:center right;filter:none}.template-index .hero__overlay{background:linear-gradient(90deg,#fffffffa,#ffffffe8 35%,#ffffff57 63%,#ffffff08),radial-gradient(circle at 9% 18%,rgba(255,194,71,.36),transparent 23%),radial-gradient(circle at 26% 86%,rgba(0,166,214,.18),transparent 28%)}.template-index .hero__container{padding-top:4.2rem;padding-bottom:4.2rem}.template-index .hero__title{color:#12355b;font-size:clamp(4.2rem,4.7vw,6.6rem);max-width:60rem}.hero__subtitle{color:#40566f;max-width:50rem;font-size:1.9rem}.hero__eyebrow span{background:#fff;border-color:#ffd2c6;color:#c83924;box-shadow:0 8px 18px #12355b0f}.hero__buttons .button--primary{background:#ff5a3c;border-color:#ff5a3c;color:#fff;box-shadow:0 14px 26px #ff5a3c40}.hero__buttons .button--primary:hover{background:#e8482d;border-color:#e8482d;color:#fff}.hero__buttons .button--white,.hero__buttons .button--outline{background:#12355b;border-color:#12355b;color:#fff}.hero__buttons .button--white:hover,.hero__buttons .button--outline:hover{background:#00a6d6;border-color:#00a6d6;color:#fff}.hero__service-line{color:#516982;font-weight:800}.hero__service-line span+span:before,.template-index .hero__content:after{background:#ff5a3c}.template-index .categories-grid-section{margin-top:-2.4rem}.template-index .categories-grid-section .page-width{border-color:#12355b1f;box-shadow:0 18px 40px #12355b1f}.template-index .category-card{background:#fff;border-color:#d9e4ef}.template-index .category-card:hover{border-color:#ffb09f}.template-index .category-card__image{min-height:10rem;background:linear-gradient(180deg,#fff,#f8fcff)}.template-index .category-card__title{color:#12355b;font-size:1.45rem}.section-kicker,.collection-header__eyebrow,.facets__eyebrow,.market-tile__copy span{color:#ff5a3c}.button--primary{background:#ff5a3c;border-color:#ff5a3c}.button--primary:hover{background:#e8482d;border-color:#e8482d}.marketplace-showcase,.template-index .trust-badges,.reviews-grid-section,.trust-credentials-section,.newsletter{background:#f8fcff}.market-tile--1{background:#eaf9ff}.market-tile--2{background:#fff7ed}.market-tile--3{background:#ecfdf5}.market-tile--4{background:#fff0eb}.market-tile--5{background:#fef9c3}.market-tile--6{background:#f2effb}.homepage-proof-media{background:#fff}.proof-media__grid{display:grid;grid-template-columns:.9fr 1.1fr .7fr;grid-auto-rows:minmax(18rem,auto);gap:1.4rem}.proof-media__intro,.proof-video-card,.proof-review-card{border:1px solid #d9e4ef;border-radius:1rem;background:#fff;overflow:hidden;box-shadow:0 12px 28px #12355b14}.proof-media__intro{padding:2.4rem;display:flex;flex-direction:column;justify-content:center}.proof-media__intro p{color:#516982;font-size:1.6rem}.proof-media__stats{display:grid;gap:.8rem;margin-top:2rem}.proof-media__stats span{display:flex;justify-content:space-between;gap:1rem;padding:.9rem 0;border-top:1px solid #e7edf5;color:#516982;font-size:1.45rem}.proof-media__stats strong{color:#12355b}.proof-video-card{position:relative;min-height:24rem}.proof-video-card--large{grid-row:span 2}.proof-video-card img,.proof-video-card__video{width:100%;height:100%;object-fit:cover}.proof-video-card__video{display:block}.proof-video-card__overlay{position:absolute;inset:auto 1.4rem 1.4rem 1.4rem;padding:1.4rem;border-radius:.8rem;background:#ffffffe6;color:#12355b;box-shadow:0 12px 24px #12355b29}.proof-video-card__overlay strong{display:block;font-size:1.8rem;line-height:1.15}.proof-video-card__overlay small{display:block;margin-top:.4rem;color:#516982;font-size:1.35rem}.proof-video-card__play{width:4.4rem;height:4.4rem;border-radius:50%;background:#ff5a3c;display:inline-flex;margin-bottom:.8rem;position:relative}.proof-video-card__play:after{content:"";position:absolute;left:1.75rem;top:1.25rem;border-left:1.2rem solid #fff;border-top:.8rem solid transparent;border-bottom:.8rem solid transparent}.proof-review-card{padding:2rem;display:flex;flex-direction:column;justify-content:center}.proof-review-card__stars,.review-card__stars,.reviews-summary__stars{color:#ffc247}.proof-review-card p{color:#12355b;font-size:1.8rem;line-height:1.45;font-weight:700;margin:1rem 0}.proof-review-card strong{color:#516982;font-size:1.35rem}.review-card,.trust-credential,.trust-badge,.brand-strip__item{border-color:#d9e4ef;box-shadow:0 10px 24px #12355b12}.review-card__avatar,.trust-badge__icon,.trust-credential__icon{background:#fff0eb;color:#ff5a3c}.footer,.fortinet-catalogue{background:#12355b}@media(max-width:990px){body{padding-top:9.6rem}.proof-media__grid{grid-template-columns:1fr 1fr}.proof-media__intro{grid-column:1 / -1}.proof-video-card--large{grid-row:auto}}@media(max-width:749px){body{padding-top:8.8rem}.template-index .hero{min-height:42rem}.template-index .hero__container{padding-top:2.4rem;padding-bottom:2.4rem}.hero__eyebrow{display:none}.template-index .hero__title{font-size:3.2rem;max-width:28rem}.hero__subtitle{font-size:1.45rem;max-width:27rem;margin-bottom:1.6rem}.hero__service-line{display:none}.hero__buttons{max-width:25rem;gap:.8rem}.hero__buttons .button{min-height:4.4rem;font-size:1.35rem;width:auto;padding:1rem 1.35rem}.template-index .categories-grid-section{margin-top:0}.template-index .categories-grid{grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;gap:1.2rem}.template-index .category-card{min-width:0}.template-index .category-card__image{min-height:14rem;padding:1.2rem}.template-index .category-card__title{min-height:5.4rem;font-size:1.65rem}.proof-media__grid{grid-template-columns:1fr}.proof-video-card{min-height:22rem}}.homepage-closing-showcase{background:linear-gradient(180deg,#f8fcff,#fff7ed);padding-bottom:5.2rem}.closing-showcase__layout{display:grid;grid-template-columns:1.1fr .9fr;gap:1.6rem}.closing-feature,.closing-mini{position:relative;overflow:hidden;border:1px solid #d9e4ef;border-radius:1.2rem;background:#fff;color:#12355b;box-shadow:0 16px 34px #12355b1a}.closing-feature{min-height:46rem;display:flex;align-items:end;padding:2.8rem}.closing-feature img,.closing-feature__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.closing-feature__video{display:block}.closing-feature:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff14,#ffffffeb)}.closing-feature div{position:relative;z-index:1;max-width:52rem}.closing-feature h2{color:#12355b;font-size:clamp(3rem,3vw,4.6rem);line-height:1;margin-bottom:1rem}.closing-feature p{color:#516982;font-size:1.7rem}.closing-showcase__side{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem}.closing-mini{min-height:22.2rem;padding:1.8rem;display:flex;flex-direction:column;justify-content:end}.closing-mini img{position:absolute;inset:1rem 1rem auto auto;width:58%;height:62%;object-fit:contain}.closing-mini strong,.closing-mini span{position:relative;z-index:1}.closing-mini strong{display:block;font-size:2.1rem;line-height:1.1}.closing-mini span{color:#516982;font-size:1.45rem;margin-top:.5rem}.closing-mini--accent{grid-column:span 2;min-height:18rem;background:linear-gradient(135deg,#ff5a3c,#ffc247);border-color:transparent;color:#12355b}.closing-mini--accent strong{font-size:3rem}.closing-mini--accent span{color:#12355b;font-weight:700}.template-index .fortinet-catalogue{background:#fff;color:#12355b;border-top:1px solid #d9e4ef;border-bottom:1px solid #d9e4ef}.template-index .fortinet-catalogue__title{color:#12355b}.template-index .fortinet-catalogue__subtitle{color:#516982}.template-index .fortinet-card{background:#f8fcff;border:1px solid #d9e4ef;color:#12355b;box-shadow:0 10px 24px #12355b0f}.template-index .fortinet-card__title{color:#12355b}.template-index .fortinet-card__list a{color:#40566f}.template-index .fortinet-card__list a:hover{color:#ff5a3c}.footer{background:#102f52;color:#fff;padding:6rem 0 2.4rem}.footer__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:3rem 4rem;align-items:start}.footer__block{min-width:0}.footer__block--brand{grid-column:span 2;order:1}.footer__block--newsletter{grid-column:span 2;order:2;max-width:48rem;justify-self:end;width:100%}.footer__block:not(.footer__block--brand):not(.footer__block--newsletter){order:3}.footer__block--brand .rte{color:#dce8f5;font-size:1.7rem;max-width:30rem}.footer__heading{color:#fff;font-size:1.65rem;text-transform:uppercase;margin-bottom:1.4rem}.footer__list li a{color:#c9daec;font-size:1.5rem;padding:.42rem 0}.footer__list li a:hover{color:#ffc247}.footer__newsletter-text{color:#c9daec;font-size:1.45rem;margin-bottom:1.2rem}.footer__newsletter-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center}.footer__newsletter-input{min-height:4.8rem;border:1px solid rgba(255,255,255,.18);background:#fff;color:#12355b}.footer__newsletter-form .button{width:auto;min-width:15rem;justify-content:center}.footer__list--compact{display:grid;gap:.1rem}.footer__bottom{margin-top:3.6rem;border-top:0;padding-top:0}.footer__copyright{color:#a9bdd3;font-size:1.45rem}.footer__policies{margin-top:2.4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.18);display:flex;flex-wrap:wrap;gap:.9rem 2rem;align-items:center}.footer__policies a{color:#c9daec;font-size:1.4rem;text-decoration:none}.footer__policies a:hover{color:#ffc247}@media(max-width:990px){.closing-showcase__layout,.footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer__block--brand,.footer__block--newsletter{grid-column:span 2;justify-self:stretch;max-width:none}.closing-feature{min-height:36rem}}@media(max-width:749px){.homepage-closing-showcase{padding-bottom:3.6rem}.closing-showcase__layout,.closing-showcase__side,.footer__grid{grid-template-columns:1fr}.footer__block--brand,.footer__block--newsletter{grid-column:auto}.footer__newsletter-inner{grid-template-columns:1fr}.footer__newsletter-form .button{width:100%}.closing-feature{min-height:32rem;padding:1.8rem}.closing-feature h2{font-size:3rem}.closing-mini--accent{grid-column:auto}.footer{padding-top:4rem}}.template-index .trust-credentials-section{background:radial-gradient(circle at 12% 10%,rgba(255,194,71,.26),transparent 28%),radial-gradient(circle at 88% 20%,rgba(0,166,214,.18),transparent 25%),linear-gradient(180deg,#fff,#f8fcff);padding:5rem 0}.template-index .trust-credentials-section__title{max-width:78rem;margin:0 auto 2.4rem;color:#12355b}.template-index .trust-credentials{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.4rem;margin-bottom:2.4rem}.template-index .trust-credential{position:relative;overflow:hidden;text-align:left;padding:2rem;min-height:19rem;border-radius:1rem;background:#fff;border:1px solid #d9e4ef;box-shadow:0 14px 30px #12355b17}.template-index .trust-credential:after{content:"";position:absolute;right:-4rem;top:-4rem;width:12rem;height:12rem;border-radius:50%;background:#ff5a3c14}.template-index .trust-credential:nth-child(2):after{background:#00a6d61a}.template-index .trust-credential:nth-child(3):after{background:#ffc2472e}.template-index .trust-credential:nth-child(4):after{background:#11a88a1f}.template-index .trust-credential__icon{width:5.2rem;height:5.2rem;margin:0 0 2.6rem;border-radius:1rem;background:#fff0eb;color:#ff5a3c;box-shadow:none}.template-index .trust-credential:nth-child(2) .trust-credential__icon{background:#eaf9ff;color:#00a6d6}.template-index .trust-credential:nth-child(3) .trust-credential__icon{background:#fff7d6;color:#d97706}.template-index .trust-credential:nth-child(4) .trust-credential__icon{background:#ecfdf5;color:#11a88a}.template-index .trust-credential__title{position:relative;z-index:1;color:#12355b;font-size:2rem;margin-bottom:.8rem}.template-index .trust-credential__text{position:relative;z-index:1;color:#516982;font-size:1.48rem;line-height:1.45}.template-index .trust-logos{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem;padding:1rem;border:1px solid #d9e4ef;border-radius:1rem;background:#ffffffbf;box-shadow:0 12px 26px #12355b0f}.template-index .trust-logo{display:flex;align-items:center;justify-content:center;min-height:5.6rem;padding:.8rem 1rem;border-radius:.8rem;background:#fff;border:1px solid #e4ebf3;color:#12355b;font-size:1.45rem;font-weight:800}@media(max-width:990px){.template-index .trust-credentials{grid-template-columns:repeat(2,minmax(0,1fr))}.template-index .trust-logos{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:749px){.template-index .trust-credentials-section{padding:3.6rem 0}.template-index .trust-credentials,.template-index .trust-logos{grid-template-columns:1fr}.template-index .trust-credential{min-height:auto}}.template-product{background:radial-gradient(circle at 8% 4%,rgba(20,184,166,.16),transparent 24rem),radial-gradient(circle at 92% 12%,rgba(255,90,60,.11),transparent 28rem),#f7fafc}.template-product .main-product{background:linear-gradient(180deg,#eefcff,#f7fafc 42%,#fff);padding:2rem 0 5.8rem}.template-product .breadcrumbs{margin-bottom:1.6rem}.template-product .product-layout{grid-template-columns:minmax(0,1.02fr) minmax(40rem,.88fr);gap:2.4rem;align-items:start}.template-product .product-layout>*{min-width:0}.template-product .product-media{position:sticky;top:13rem}.template-product .product-media__featured{position:relative;overflow:hidden;min-height:52rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(15,118,110,.18);border-radius:1.2rem;background:radial-gradient(circle at 20% 16%,rgba(20,184,166,.16),transparent 22rem),linear-gradient(145deg,#fff,#eef7fb);box-shadow:0 28px 70px #1118271f}.template-product .product-media__featured:before{content:"Verified B2B supply";position:absolute;left:2rem;top:2rem;z-index:1;border-radius:999px;padding:.75rem 1.1rem;background:#111827;color:#fff;font-size:1.2rem;font-weight:800;text-transform:uppercase}.template-product .product-media__featured img{width:100%;height:100%;max-height:56rem;object-fit:contain;padding:clamp(2rem,4vw,5rem)}.template-product .product-info{border:1px solid rgba(15,118,110,.2);border-radius:1.2rem;background:linear-gradient(180deg,#fffffff5,#ffffffe6),radial-gradient(circle at 100% 0%,rgba(20,184,166,.16),transparent 24rem);box-shadow:0 24px 60px #1118271a}.template-product .product-info__title{margin-bottom:1rem;color:#07111f;font-size:clamp(3.4rem,3.4vw,5.2rem);letter-spacing:0}.product-rating{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem;margin-bottom:1.2rem;color:#415168;font-size:1.45rem;font-weight:700}.product-rating__stars{color:#f59e0b;letter-spacing:.08em}.product-rating a{color:#0f766e;font-weight:800;text-decoration:underline;text-underline-offset:.24rem}.product-fomo{display:grid;gap:.35rem;margin:0 0 1.4rem;border:1px solid rgba(20,184,166,.22);border-radius:1rem;padding:1.3rem 1.4rem;background:linear-gradient(90deg,#ecfdf5f5,#f0fdfacc);color:#34505f}.product-fomo strong{color:#0f766e;font-size:1.45rem}.product-fomo span{font-size:1.35rem}.template-product .product-info__price{display:flex;align-items:baseline;gap:1rem;margin:1.3rem 0;border:0;border-radius:1rem;padding:1.5rem;background:#111827;color:#fff;font-size:clamp(3rem,2.7vw,4.2rem)}.template-product .product-info__price-compare{color:#adc2d5}.product-buy-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.4rem 0}.product-buy-benefits div,.product-bundle-box,.template-product .product-procurement__card{border:1px solid #d7e4ee;border-radius:1rem;background:#fff;box-shadow:0 10px 24px #1118270d}.product-buy-benefits div{padding:1.25rem}.product-buy-benefits strong{display:block;color:#111827;font-size:1.45rem;line-height:1.2}.product-buy-benefits span,.product-bundle-box p{display:block;margin-top:.35rem;color:#56677c;font-size:1.28rem;line-height:1.4}.template-product .product-form{margin-bottom:1.2rem;border:1px solid rgba(15,118,110,.18);border-radius:1rem;background:#f8fcfb}.template-product .product-form__add{background:#ff5a3c;border-color:#ff5a3c;color:#fff;box-shadow:0 16px 30px #ff5a3c3d}.template-product .product-form__add:hover{background:#e6472c;border-color:#e6472c}.product-bundle-box{margin:1.2rem 0;padding:1.5rem}.product-bundle-box__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.product-bundle-box__header strong{display:block;margin-top:.25rem;color:#111827;font-size:1.65rem;line-height:1.2}.product-bundle-box__header span{color:#c2410c;font-size:1.1rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.product-bundle-box__field{display:grid;gap:.55rem}.product-bundle-box .product-form__label{margin:0;color:#334155;font-size:1.25rem}.product-bundle-box .product-form__select{min-height:4.8rem;margin:0;padding:0 1.2rem;border-color:#cbd5e1;background-color:#fff;color:#111827;font-size:1.45rem}.product-bundle-box__note{margin:.9rem 0 0}.template-product .product-procurement{grid-template-columns:repeat(3,minmax(0,1fr))}.template-product .product-procurement__card{padding:1.2rem}.template-product .product-tabs{margin-top:2rem;border-radius:1rem;border-color:#d7e4ee;box-shadow:0 12px 30px #1118270d}.template-product .product-tabs__list{overflow-x:auto;padding-bottom:.2rem}.template-product .product-tabs__button{flex:0 0 auto;min-height:4.6rem;white-space:nowrap}.product-sticky-cart{position:fixed;left:50%;bottom:1.6rem;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:1.4rem;width:min(112rem,calc(100vw - 3.2rem));border:1px solid rgba(255,255,255,.28);border-radius:1rem;padding:1rem;background:#111827f0;color:#fff;box-shadow:0 24px 70px #11182747;opacity:0;pointer-events:none;transform:translate(-50%,calc(100% + 2rem));transition:opacity .18s ease,transform .18s ease;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.product-sticky-cart.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%)}.product-sticky-cart__item{display:flex;align-items:center;min-width:0;gap:1rem}.product-sticky-cart__item img{width:5.6rem;height:5.6rem;object-fit:contain;border-radius:.7rem;background:#fff}.product-sticky-cart__item strong{display:block;max-width:58rem;overflow:hidden;color:#fff;font-size:1.45rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.product-sticky-cart__item span{color:#cbd5e1;font-size:1.25rem}.product-sticky-cart__button{flex:0 0 auto;min-width:18rem;background:#ff5a3c;border-color:#ff5a3c}.product-cro-marquee{overflow:hidden;background:#111827;color:#fff}.product-cro-marquee__track{display:flex;width:max-content;animation:product-marquee 28s linear infinite}.product-cro-marquee__track span{position:relative;padding:1.3rem 2.8rem;color:#e9f8f5;font-size:1.45rem;font-weight:800;text-transform:uppercase}.product-cro-marquee__track span:after{content:"";position:absolute;right:0;top:50%;width:.45rem;height:.45rem;border-radius:50%;background:#14b8a6;transform:translateY(-50%)}@keyframes product-marquee{to{transform:translate(-50%)}}.product-section-heading{max-width:82rem;margin:0 auto 2.8rem;text-align:center}.product-section-heading h2{margin:0;color:#07111f;font-size:clamp(3rem,3vw,4.6rem);line-height:1.08}.product-section-heading p:not(.section-kicker){color:#51647a;font-size:1.65rem}.product-section-heading--split{display:flex;align-items:end;justify-content:space-between;gap:2rem;max-width:none;text-align:left}.product-section-heading--split>p{max-width:42rem}.product-story-section,.product-why-choose,.product-related-products{background:#fff}.product-story{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:2rem;align-items:stretch}.product-story__content,.product-story__media,.comparison-card,.product-why-grid div,.product-review-grid article,.product-faq__list details{border:1px solid #d7e4ee;border-radius:1.2rem;background:#fff;box-shadow:0 18px 45px #11182712}.product-story__content{position:relative;display:flex;flex-direction:column;padding:clamp(2.4rem,4vw,4.8rem);background:radial-gradient(circle at 90% 10%,rgba(20,184,166,.18),transparent 22rem),#111827;color:#fff}.product-story__content h2{color:#fff;font-size:clamp(3.2rem,3.4vw,5rem);line-height:1.05}.product-story__content p{max-width:68rem;color:#d8e4ef;font-size:1.65rem}.product-story__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2.6rem}.product-story__steps div{border-radius:.9rem;padding:1.2rem;background:#ffffff14}.product-story__steps strong{display:block;color:#14b8a6;font-size:2.6rem}.product-story__steps span{color:#fff;font-size:1.3rem;font-weight:800}.product-story__support{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:auto;padding-top:2.4rem}.product-story__support div{border:1px solid rgba(255,255,255,.12);border-radius:1rem;padding:1.4rem;background:#ffffff12}.product-story__support strong{display:block;color:#fff;font-size:1.5rem;line-height:1.2}.product-story__support span{display:block;margin-top:.5rem;color:#cbd5e1;font-size:1.28rem;line-height:1.4}.product-story__media{position:relative;display:flex;align-items:center;justify-content:center;min-height:46rem;overflow:hidden;background:radial-gradient(circle at 26% 18%,rgba(255,90,60,.12),transparent 20rem),#f8fafc}.product-story__media img{width:100%;height:100%;object-fit:contain;padding:3rem}.product-story__media-card{position:absolute;right:2rem;bottom:2rem;width:min(28rem,calc(100% - 4rem));border:1px solid rgba(15,118,110,.18);border-radius:1rem;padding:1.4rem;background:#ffffffeb;box-shadow:0 18px 36px #1118271f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.product-story__media-card strong{display:block;color:#111827;font-size:1.55rem}.product-story__media-card span{display:block;margin-top:.35rem;color:#52667d;font-size:1.25rem;line-height:1.35}.product-price-comparison{background:linear-gradient(180deg,#f7fafc,#eefcff)}.comparison-grid{display:grid;grid-template-columns:1.25fr .9fr .9fr;gap:1.4rem}.comparison-card{padding:2rem}.comparison-card--featured{background:radial-gradient(circle at 90% 8%,rgba(20,184,166,.18),transparent 18rem),#111827;color:#fff;border-color:#111827}.comparison-card span{color:#0f766e;font-size:1.25rem;font-weight:900;text-transform:uppercase}.comparison-card--featured span{color:#5eead4}.comparison-card strong{display:block;margin:.4rem 0 1.2rem;color:#111827;font-size:2.2rem}.comparison-card--featured strong{color:#fff}.comparison-card ul{display:grid;gap:.8rem;margin:0;padding-left:1.8rem;color:#52667d}.comparison-card--featured ul{color:#e2edf5}.product-why-grid,.product-review-grid,.product-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.4rem}.product-why-grid div{min-height:18rem;padding:2rem}.product-why-grid strong{display:block;margin-bottom:.8rem;color:#111827;font-size:1.9rem;line-height:1.15}.product-why-grid span{color:#52667d;font-size:1.45rem}.product-reviews-cro{background:radial-gradient(circle at 12% 18%,rgba(255,90,60,.1),transparent 22rem),#f7fafc}.product-review-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-review-grid article{padding:2rem}.product-review-grid article span{display:block;margin-bottom:1rem;color:#f59e0b;letter-spacing:.08em}.product-review-grid article p{color:#405168;font-size:1.5rem}.product-review-grid article strong{color:#111827}.product-related-grid .product-card{height:100%}.product-faq{background:#f7fafc}.product-faq__list{display:grid;max-width:98rem;margin:0 auto;gap:1rem}.product-faq__list details{padding:1.6rem 1.8rem}.product-faq__list summary{cursor:pointer;color:#111827;font-size:1.65rem;font-weight:900}.product-faq__list p{margin:1rem 0 0;color:#52667d;font-size:1.5rem}@media(max-width:990px){.template-product .product-layout,.product-story,.comparison-grid{grid-template-columns:minmax(0,1fr)}.template-product .product-media{position:static}.template-product .product-media__featured{min-height:36rem}.product-why-grid,.product-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-review-grid{grid-template-columns:1fr}}@media(max-width:749px){html,body{max-width:100%;overflow-x:clip}.mobile-menu:not(.active){visibility:hidden;pointer-events:none}.mobile-menu.active{visibility:visible}.template-product .main-product{padding-top:1rem;padding-bottom:3.6rem}.template-product .breadcrumbs{display:flex;align-items:center;min-height:3.8rem;margin:0 0 1.2rem;padding:0 1.5rem;overflow:hidden;white-space:nowrap}.template-product .breadcrumbs span:last-child{display:none}.template-product .breadcrumbs a{max-width:calc(100vw - 5rem);overflow:hidden;color:#0f766e;font-size:1.35rem;font-weight:800;text-overflow:ellipsis}.template-product .breadcrumbs__sep{display:none}.template-product .product-info{padding:1.5rem}.template-product .product-info__title{font-size:2.55rem;line-height:1.08}.template-product .product-media__featured{min-height:30rem}.template-product .product-media__featured:before{left:1.2rem;top:1.2rem;padding:.62rem .85rem;font-size:1rem}.template-product .product-media__featured img{max-height:34rem;padding:2rem}.product-buy-benefits,.template-product .product-procurement,.product-story__steps,.product-story__support,.product-why-grid,.product-related-grid{grid-template-columns:1fr}.product-section-heading,.product-section-heading--split{display:block;text-align:left}.product-section-heading h2{font-size:2.8rem}.product-story__media{min-height:34rem}.product-story__media img{padding:2.4rem}.product-sticky-cart{align-items:stretch;flex-direction:column;bottom:1rem;width:calc(100vw - 2rem);gap:.8rem;padding:.9rem}.product-sticky-cart__item strong{max-width:calc(100vw - 10rem);font-size:1.3rem}.product-sticky-cart__button{width:100%;min-height:4.8rem;min-width:0}}@media(max-width:380px){.template-product .product-info__title{font-size:2.35rem}.template-product .product-info__summary span,.template-product .product-info__vendor,.template-product .product-info__sku,.template-product .product-info__stock{font-size:1.12rem}.product-rating{font-size:1.25rem}.product-sticky-cart__item img{width:4.8rem;height:4.8rem}}:root{--cli-ink: #19160f;--cli-purple: #5b46a0;--cli-purple-dark: #39256f;--cli-magenta: #d82969;--cli-magenta-dark: #b91652;--cli-lilac: #f2effb;--cli-blush: #fff0f6}.header__logo,.list-menu__link,.header__icon{color:var(--cli-ink)}.list-menu__link--categories,.button--primary,.hero__buttons .button--primary{background:var(--cli-magenta);border-color:var(--cli-magenta);color:#fff;box-shadow:0 16px 30px #d829693d}.list-menu__link--categories:hover,.button--primary:hover,.hero__buttons .button--primary:hover{background:var(--cli-magenta-dark);border-color:var(--cli-magenta-dark);color:#fff}.hero__buttons .button--white,.hero__buttons .button--outline{background:var(--cli-purple);border-color:var(--cli-purple);color:#fff}.hero__buttons .button--white:hover,.hero__buttons .button--outline:hover{background:var(--cli-purple-dark);border-color:var(--cli-purple-dark);color:#fff}.section-kicker,.market-tile__copy span,.collection-header__eyebrow,.facets__eyebrow{color:var(--cli-magenta)}.template-index .hero__overlay{display:none}.template-index .hero__service-line span+span:before,.template-index .hero__content:after{background:var(--cli-magenta)}.template-index .hero__content{max-width:66rem;border-radius:1.2rem;padding:clamp(2rem,4vw,4.2rem);background:#ffffffe0;box-shadow:0 24px 70px #19160f29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.template-index .hero__title{color:var(--cli-ink)}.template-index .hero__subtitle,.template-index .hero__service-line{color:#433f37}.header__logo-image{display:block;width:auto;max-width:18rem;max-height:5.8rem;filter:none;object-fit:contain}.header__logo-image--fallback{width:18rem;height:auto}@media(max-width:749px){.header__logo-image{max-width:15rem;max-height:5rem}.header__logo-image--fallback{width:15rem}}.brand-range-spotlight{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 20%,rgba(216,41,105,.12),transparent 24rem),radial-gradient(circle at 88% 10%,rgba(91,70,160,.14),transparent 25rem),#fff;padding-top:4.8rem;padding-bottom:4.8rem}.brand-range-spotlight__header{display:grid;grid-template-columns:minmax(0,.82fr) minmax(28rem,.42fr);gap:2.4rem;align-items:end;margin-bottom:1.4rem}.brand-range-spotlight__header p{color:#5d6070;font-size:1.55rem;line-height:1.55;margin:0}.brand-range-spotlight__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem}.brand-range-card{position:relative;overflow:hidden;height:34rem;min-height:34rem;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,.9fr);align-items:stretch;border:1px solid rgba(91,70,160,.16);border-radius:1rem;background:#fff;color:var(--cli-ink);box-shadow:0 22px 52px #19160f17}.brand-range-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(125deg,#fffffffa,#ffffffbd 54%,#ffffff1f),radial-gradient(circle at 85% 20%,rgba(216,41,105,.12),transparent 20rem);z-index:1}.brand-range-card--grandstream:before{background:linear-gradient(125deg,#fffffffa,#ffffffb8 54%,#ffffff1f),radial-gradient(circle at 84% 18%,rgba(91,70,160,.16),transparent 20rem)}.brand-range-card__copy{position:relative;z-index:2;align-self:end;padding:2.4rem}.brand-range-card__copy span{display:inline-flex;margin-bottom:1rem;border-radius:999px;padding:.55rem .9rem;background:var(--cli-blush);color:var(--cli-magenta);font-size:1.15rem;font-weight:900;text-transform:uppercase}.brand-range-card--grandstream .brand-range-card__copy span{background:var(--cli-lilac);color:var(--cli-purple)}.brand-range-card__copy strong{display:block;max-width:43rem;color:var(--cli-ink);font-size:clamp(2.6rem,2.8vw,4.2rem);line-height:1.04}.brand-range-card__copy small{display:block;max-width:42rem;margin-top:1rem;color:#555968;font-size:1.45rem;line-height:1.45}.brand-range-card__copy b{display:inline-flex;margin-top:1.6rem;border-radius:.7rem;padding:1rem 1.3rem;background:var(--cli-ink);color:#fff;font-size:1.3rem;text-transform:uppercase}.brand-range-card__media{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;padding:2rem}.brand-range-card__media img{max-width:100%;max-height:28rem;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(25,22,15,.12));transition:transform .35s ease}.brand-range-card:hover .brand-range-card__media img{transform:scale(1.04) translateY(-.4rem)}.market-tile--brand{border-color:#5b46a02e}.market-tile--1.market-tile--brand{background:var(--cli-blush)}.market-tile--2.market-tile--brand{background:var(--cli-lilac)}.market-tile__media--duo,.proof-video-card__duo,.category-card__duo-img{display:flex;align-items:center;justify-content:center;gap:.4rem}.market-tile__media--duo img{width:54%;max-width:54%}.market-tile__media--duo img+img{margin-left:-14%;transform:translateY(8%)}.proof-video-card--network-duo{background:linear-gradient(135deg,#fff,var(--cli-lilac))}.proof-video-card__duo{width:100%;height:100%;padding:2.4rem}.proof-video-card__duo img{width:54%;height:auto;object-fit:contain}.proof-video-card__duo img+img{margin-left:-13%;transform:translateY(10%)}.category-card__duo-img{width:100%;height:100%;padding:.4rem}.category-card__duo-img img{width:56%;height:auto;max-height:100%;object-fit:contain}.category-card__duo-img img+img{margin-left:-18%;transform:translateY(10%)}.template-index .brand-strip__item[href*=fortinet],.template-index .brand-strip__item[href*=grandstream]{border-color:#5b46a042;box-shadow:0 14px 30px #5b46a014}@media(max-width:990px){.brand-range-spotlight__header,.brand-range-spotlight__grid,.brand-range-card{grid-template-columns:1fr}.brand-range-card{height:auto;min-height:auto}.brand-range-card__media{min-height:20rem;order:-1}}@media(max-width:749px){.brand-range-spotlight{padding-top:3.2rem;padding-bottom:3.2rem}.brand-range-spotlight__header{display:block}.brand-range-spotlight__header p{font-size:1.45rem}.brand-range-card__copy{padding:1.45rem}.brand-range-card__copy strong{font-size:2.25rem}.brand-range-card__copy small{font-size:1.32rem}.brand-range-card__copy b{margin-top:1.1rem;padding:.85rem 1.05rem;font-size:1.2rem}.brand-range-card__media{min-height:14rem;padding:1.2rem}.brand-range-card__media img{max-height:14rem}.market-tile__media--duo img,.proof-video-card__duo img{width:58%;max-width:58%}}.header__nav .list-menu--inline{align-items:center;gap:.6rem}.header-expert-button,.mobile-menu__expert-button,.mega-menu__expert-link{border:0;cursor:pointer;font:inherit}.header-expert-button{display:inline-flex;align-items:center;min-height:4.4rem;border-radius:.7rem;padding:0 1.4rem;background:var(--cli-ink);color:#fff;font-size:1.35rem;font-weight:900;white-space:nowrap;box-shadow:0 12px 24px #19160f2e}.header-expert-button:hover{background:var(--cli-purple)}.mega-menu--range{left:0;width:min(84rem,calc(100vw - 3rem))}.mega-menu--range .mega-menu__panel{padding:2rem;border-radius:1rem;border:1px solid rgba(91,70,160,.16);box-shadow:0 24px 70px #19160f24}.mega-menu__range-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(18rem,.7fr) minmax(20rem,.82fr);gap:1.4rem;align-items:stretch}.mega-menu__range-card,.mega-menu__range-cta{border-radius:.9rem;padding:1.5rem;border:1px solid #e4dff2}.mega-menu__range-card{display:flex;flex-direction:column;justify-content:flex-end;min-height:18rem;background:radial-gradient(circle at 88% 10%,rgba(216,41,105,.18),transparent 11rem),var(--cli-blush);color:var(--cli-ink)}.mega-menu__range-card--purple{background:radial-gradient(circle at 88% 10%,rgba(91,70,160,.2),transparent 11rem),var(--cli-lilac)}.mega-menu__range-card strong,.mega-menu__range-cta strong{display:block;color:var(--cli-ink);font-size:2rem;line-height:1.12}.mega-menu__range-card span,.mega-menu__range-cta span{display:block;margin-top:.7rem;color:#5b6070;font-size:1.35rem;line-height:1.42}.mega-menu__range-links{padding:.3rem 0}.mega-menu__range-cta{background:#fbfafc}.mega-menu__range-grid--editable{grid-template-columns:minmax(22rem,1.12fr) minmax(15rem,.72fr) minmax(16rem,.78fr) minmax(21rem,.9fr);gap:1.6rem}.mega-menu__range-card--visual{position:relative;min-height:18rem;padding:0;overflow:hidden;justify-content:flex-end;isolation:isolate}.mega-menu__range-card-media{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:0;overflow:hidden}.mega-menu__range-card-media img{width:100%;height:100%;object-fit:cover}.mega-menu__range-card-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#070e1c57,#070e1c80 48%,#070e1cdb),#070e1c29}.mega-menu__range-card-media--placeholder{background:linear-gradient(135deg,rgba(216,41,105,.1),transparent 52%),linear-gradient(315deg,rgba(91,70,160,.13),transparent 55%),#fff7fb}.mega-menu__range-card-media--placeholder:before{content:"";position:absolute;top:1.2rem;right:1.2rem;bottom:1.2rem;left:1.2rem;border:1px dashed rgba(18,53,91,.2);border-radius:.65rem}.mega-menu__range-card-media--placeholder:after{background:linear-gradient(180deg,transparent 46%,rgba(255,255,255,.94) 100%)}.mega-menu__range-card-copy{position:relative;z-index:1;display:block;margin:0;padding:1.5rem}.mega-menu__range-card--visual:not(.mega-menu__range-card--has-image) .mega-menu__range-card-copy strong{color:var(--cli-ink)}.mega-menu__range-card--visual:not(.mega-menu__range-card--has-image) .mega-menu__range-card-copy span{color:#5b6070}.mega-menu__range-card--has-image .mega-menu__range-card-copy strong,.mega-menu__range-card--has-image .mega-menu__range-card-copy span{color:#fff}.mega-menu__range-links--editable{padding:.5rem .25rem}.mega-menu__range-links--editable .mega-menu__structured-links{margin-top:.75rem}.mega-menu__range-cta--editable{display:flex;flex-direction:column;justify-content:center;min-height:18rem}.mega-menu__range-cta--editable .mega-menu__expert-link{align-self:flex-start;border:0;cursor:pointer}.mega-menu__expert-link{display:inline-flex;margin-top:1.2rem;border-radius:.7rem;padding:.9rem 1.1rem;background:var(--cli-magenta);color:#fff;font-size:1.3rem;font-weight:900}.standalone-mega-menu-source{display:none}.standalone-mega-menu__desktop{display:block}.standalone-mega-menu__mobile{display:contents}.mega-menu__structured-layout{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;align-items:stretch;min-width:0}.mega-menu__structured-layout--fortinet,.mega-menu__structured-layout--grandstream{grid-template-columns:repeat(3,minmax(0,1fr))}.mega-menu__structured-layout--catalogue{grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.mega-menu__structured-layout--categories{grid-template-columns:repeat(4,minmax(0,1fr))}.mega-menu__structured-layout--has-visual{grid-template-columns:minmax(18rem,.85fr) repeat(3,minmax(0,1fr));align-items:stretch}.mega-menu__structured-layout--categories.mega-menu__structured-layout--has-visual{grid-template-columns:minmax(20rem,.85fr) repeat(4,minmax(0,1fr))}.mega-menu__structured-layout--sim{grid-template-columns:repeat(2,minmax(0,1fr));max-width:58rem}.mega-menu__structured-layout--sim.mega-menu__structured-layout--has-visual{grid-template-columns:minmax(18rem,.95fr) repeat(2,minmax(0,1fr));max-width:78rem}.mega-menu__structured-layout--has-image{grid-template-columns:minmax(18rem,26rem) repeat(4,minmax(0,1fr));gap:1.8rem}.mega-menu__structured-layout--catalogue.mega-menu__structured-layout--has-image{grid-template-columns:minmax(18rem,26rem) repeat(3,minmax(0,1fr))}.mega-menu__structured-layout--sim.mega-menu__structured-layout--has-image{grid-template-columns:minmax(18rem,26rem) repeat(2,minmax(0,1fr))}.mega-menu__structured-column{min-width:0;padding:.8rem 2rem 1rem;border-left:1px solid rgba(18,53,91,.13)}.mega-menu__structured-column:first-child{padding-left:0;border-left:0}.mega-menu__structured-column--featured{padding-right:2.4rem}.mega-menu__structured-links{display:grid;gap:.2rem;margin-top:1.2rem}.mega-menu__structured-link{display:block;padding:.65rem 0;color:#344054;font-weight:600;line-height:1.35}.mega-menu__structured-link:hover,.mega-menu__structured-link:focus-visible{color:#ff5a3c;text-decoration:underline;text-underline-offset:.25rem}.mega-menu__structured-column--featured .mega-menu__structured-link:first-child{color:#12355b;font-weight:800}.mega-menu__catalogue-visual{position:relative;display:grid;min-height:22rem;overflow:hidden;border:1px solid rgba(18,53,91,.12);border-radius:.8rem;background:#0f1c2d;color:#fff;text-decoration:none;box-shadow:0 1.4rem 3.2rem #12355b24;isolation:isolate}.mega-menu__catalogue-visual-media,.mega-menu__catalogue-visual-media img{grid-area:1 / 1;display:block;width:100%;height:100%}.mega-menu__catalogue-visual-media img{object-fit:cover;transform:scale(1.02);transition:transform .22s ease}.mega-menu__catalogue-visual:after{content:"";grid-area:1 / 1;background:radial-gradient(circle at 16% 76%,#040b15f5 0,#040b15e6 28%,#040b1585,#040b1514 76%),linear-gradient(180deg,#040b1514,#040b15db),linear-gradient(90deg,#040b15c7,#040b1514 72%);z-index:0}.mega-menu__catalogue-visual-copy{position:relative;z-index:2;grid-area:1 / 1;align-self:end;display:grid;gap:.6rem;width:min(92%,18rem);margin:1.2rem;padding:1.1rem 1.15rem;border:1px solid rgba(255,255,255,.18);border-radius:.7rem;background:#030a14a3;box-shadow:0 1rem 2rem #00000038;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.mega-menu__catalogue-visual-copy strong{color:#fff;font-size:1.65rem;font-weight:900;line-height:1.12;text-shadow:0 2px 12px rgba(0,0,0,.72)}.mega-menu__catalogue-visual-copy span{color:#fffffff0;font-size:1.15rem;font-weight:750;line-height:1.35;text-shadow:0 2px 10px rgba(0,0,0,.74)}.mega-menu__catalogue-visual:hover img,.mega-menu__catalogue-visual:focus-visible img{transform:scale(1.07)}.mega-menu__filter-layout{display:grid;grid-template-columns:minmax(18rem,28rem) minmax(0,1fr);gap:2rem;align-items:stretch}.mega-menu__filter-layout--no-image{grid-template-columns:minmax(0,1fr)}.mega-menu__filter-image{display:block;min-height:18rem;overflow:hidden;border:1px solid rgba(18,53,91,.13);border-radius:.6rem;background:#f4f7fa}.mega-menu__filter-image img{display:block;width:100%;height:100%;min-height:18rem;object-fit:cover}.mega-menu__filter-tags{display:flex;flex-wrap:wrap;align-content:flex-start;gap:.8rem;min-width:0}.mega-menu__filter-tag{display:inline-flex;align-items:center;min-height:4rem;padding:.8rem 1.2rem;border:1px solid #d8e2ee;border-radius:.6rem;background:#fff;color:#12355b;font-weight:800;line-height:1.2}.mega-menu__filter-tag:hover,.mega-menu__filter-tag:focus-visible{border-color:#ff5a3c;background:#fff7f4;color:#e9432d}.mobile-menu__filter-link{display:block;width:100%}.mega-menu__editable-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:1.6rem;align-items:stretch}.mega-menu__editable-grid--categories{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}.mega-menu__editable-grid--fortinet{grid-template-columns:repeat(auto-fit,minmax(19rem,1fr))}.mega-menu__editable-column,.mega-menu__editable-grid .mega-menu__range-cta,.mega-menu__editable-grid .mega-menu__range-card{min-width:0;border:1px solid rgba(18,53,91,.13);border-radius:.8rem;background:#fff;padding:1.5rem}.mega-menu__editable-column{overflow:hidden}.mega-menu__block-image,.mega-menu__column-image,.mega-menu__cta-image{display:block;width:100%;height:9rem;margin-bottom:1.2rem;overflow:hidden;border-radius:.55rem;background:#f5f7fa}.mega-menu__block-image{height:10rem}.mega-menu__block-image img,.mega-menu__column-image img,.mega-menu__cta-image img{width:100%;height:100%;object-fit:contain}.mega-menu__range-card--has-image{justify-content:flex-start}.mega-menu__range-card--has-image .mega-menu__block-copy{margin-top:auto}.mega-menu__nested-list{margin:.35rem 0 .65rem .8rem;padding-left:1rem;border-left:1px solid #dce5ef;list-style:none}.mega-menu__nested-list a{font-size:1.3rem}.mobile-menu__group--featured>a{display:grid;grid-template-columns:5.6rem minmax(0,1fr);gap:1rem;align-items:center}.mobile-menu__group--featured img{width:5.6rem;height:5.6rem;border-radius:.5rem;object-fit:contain;background:#f5f7fa}.mobile-menu__group--featured strong,.mobile-menu__group--featured small,.mobile-menu__group--cta small{display:block}.mobile-menu__group--featured small,.mobile-menu__group--cta small{margin-top:.35rem;color:#667085;line-height:1.4}.mobile-menu__nested-link{margin-left:1rem;padding-left:1rem!important;border-left:1px solid #dce5ef;font-size:1.35rem}.mobile-menu__group--cta{padding:1rem;border:1px solid #dce5ef;border-radius:.7rem;background:#f8fafc}.mobile-menu__expert-button{width:100%;margin-top:1rem;border-radius:.8rem;padding:1.2rem;background:var(--cli-magenta);color:#fff;font-weight:900;text-align:center}.expert-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:none}.expert-modal.active{display:block}.expert-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0c9e}.expert-modal__dialog{position:relative;width:min(64rem,calc(100vw - 3rem));max-height:calc(100vh - 4rem);overflow-y:auto;margin:2rem auto;border-radius:1.2rem;padding:2.4rem;background:#fff;box-shadow:0 28px 90px #00000042}.expert-modal__close{position:absolute;top:1.4rem;right:1.4rem;display:flex;align-items:center;justify-content:center;width:3.8rem;height:3.8rem;border-radius:50%;background:#f6f2fb;color:var(--cli-ink)}.expert-modal__intro{padding-right:4rem}.expert-modal__intro span{color:var(--cli-magenta);font-size:1.25rem;font-weight:900;text-transform:uppercase}.expert-modal__intro h2{margin:.5rem 0 .8rem;color:var(--cli-ink);font-size:clamp(2.8rem,3vw,4rem);line-height:1.08}.expert-modal__intro p{color:#5b6070;font-size:1.5rem}.expert-form{display:grid;gap:1.1rem;margin-top:1.8rem}.expert-form label{display:grid;gap:.45rem;color:var(--cli-ink);font-size:1.35rem;font-weight:800}.expert-form select,.expert-form textarea{width:100%;border:1px solid #ddd7e8;border-radius:.8rem;padding:1.1rem;background:#fbfafc;color:#222;font-size:1.45rem}.expert-modal__calendly{justify-content:center;width:100%;margin-top:.6rem}body.modal-open{overflow:hidden}@media(max-width:1180px){.header__search-input{width:20rem}.header-expert-button{padding:0 1rem;font-size:1.25rem}.mega-menu--full{width:calc(100vw - 3rem)}.mega-menu--full .mega-menu__panel{padding:2.2rem}.mega-menu__body{gap:2rem}.mega-menu__featured{flex-basis:20rem;padding-right:2rem}.mega-menu__columns{grid-template-columns:repeat(4,minmax(15rem,1fr));gap:2rem}.mega-menu__column-list a{font-size:1.4rem}}@media(max-width:990px){.mega-menu--range{width:calc(100vw - 3rem)}.mega-menu__range-grid{grid-template-columns:1fr}}@media(max-width:749px){.expert-modal__dialog{width:calc(100vw - 2rem);max-height:calc(100vh - 2rem);margin:1rem auto;padding:1.7rem}.expert-modal__intro{padding-right:3.5rem}}.template-index .section-header--split,.template-index .marketplace-showcase__header,.template-index .brand-range-spotlight__header{align-items:center}.template-index .section-header--split{margin-bottom:1.6rem}.template-index .section-header--split .section-title,.template-index .marketplace-showcase__header .section-title,.template-index .brand-range-spotlight__header .section-title,.template-index .proof-media__intro .section-title{margin-top:0}.template-index .marketplace-showcase__header{margin-bottom:1.5rem}.template-index .marketplace-showcase__header p{margin:0}.template-index .proof-media__intro{gap:1.1rem}.template-index .closing-feature h2{margin-top:0}.template-index .market-tile__copy span,.template-index .brand-range-card__copy span{display:none}.template-index .market-tile__copy strong,.template-index .brand-range-card__copy strong{margin-top:0}@media(max-width:749px){.template-index .section-header--split,.template-index .marketplace-showcase__header,.template-index .brand-range-spotlight__header{margin-bottom:1.2rem}}@media(max-width:990px){body.mobile-menu-open{overflow:hidden}.header__inner{position:relative;justify-content:center}.header__menu-toggle{position:absolute;left:1.5rem;color:#111827;z-index:2}.header__menu-toggle svg{stroke:currentColor}.header__logo{margin:0 auto}.header__icons{position:absolute;right:1.5rem;margin-left:0}.mobile-menu{z-index:1000}.mobile-menu__overlay{background:#11182794}.mobile-menu__panel{top:0;right:0;bottom:0;left:0;width:100vw;max-width:none;height:100dvh;padding:2.4rem;border-radius:0;transform:translate(-100%);overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu.active .mobile-menu__panel{transform:translate(0)}.mobile-menu__item-header{display:flex;align-items:center;gap:1rem;border-bottom:1px solid #e5e7eb}.mobile-menu__item-header>a{flex:1;display:block;padding:1.2rem 0;color:#111827;font-weight:800}.mobile-menu__toggle{width:4.4rem;height:4.4rem;display:inline-flex;align-items:center;justify-content:center;color:#111827}.mobile-menu__toggle svg{transition:transform .2s ease}.mobile-menu__item.is-open .mobile-menu__toggle svg{transform:rotate(180deg)}.mobile-menu__item--has-children>.mobile-menu__sublist{display:none;padding:1rem 0 1.4rem;border-bottom:1px solid #e5e7eb}.mobile-menu__item--has-children.is-open>.mobile-menu__sublist{display:grid;gap:.4rem}.mobile-menu__item--has-children>a{display:none}.mobile-menu__item>a{display:block;padding:1.2rem 0;border-bottom:1px solid #e5e7eb;color:#111827;font-weight:800}.mobile-menu__sublist li>a,.mobile-menu__group a{display:block;padding:.72rem 1rem;border-radius:.7rem;color:#4b5563;font-size:1.45rem;line-height:1.35}.mobile-menu__sublist li>a:hover,.mobile-menu__group a:hover{background:#f6f7fb;color:var(--cli-magenta)}.mobile-menu__group{display:grid;gap:.1rem;padding:.9rem 0}.mobile-menu__group+.mobile-menu__group{border-top:1px solid #edf0f5}.mobile-menu__group-title{display:block;padding:.4rem 1rem .55rem;color:#111827;font-size:1.25rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}}@media(max-width:749px){.template-index .hero{min-height:min(92vh,62rem);aspect-ratio:4 / 5;align-items:flex-end;background:#f8fcff}.template-index .hero__bg{top:0;right:0;bottom:0;left:0;background-size:cover;background-position:58% top}.template-index .hero__overlay{display:block;background:linear-gradient(180deg,#ffffff14,#ffffff2e 38%,#ffffffeb)}.template-index .hero__container{width:100%;padding:0 1.6rem 1.8rem}.template-index .hero__inner{display:block}.template-index .hero__content{max-width:none;width:min(100%,calc(100vw - 3.2rem));box-sizing:border-box;border-radius:1.4rem;padding:2rem;background:#ffffffe6;box-shadow:0 18px 48px #19160f24;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.template-index .hero__content:after{display:none}.template-index .hero__title{max-width:100%;margin-bottom:1.2rem;font-size:clamp(3.2rem,10vw,4.2rem);line-height:1.02}.template-index .hero__subtitle{max-width:100%;margin-bottom:1.6rem;font-size:1.55rem;line-height:1.45}.template-index .hero__buttons{display:grid;grid-template-columns:1fr;max-width:none;gap:.9rem}.template-index .hero__buttons .button{box-sizing:border-box;max-width:100%;width:100%;min-height:4.9rem;padding:1.1rem 1.4rem;font-size:1.35rem}}@media(max-width:749px){.template-index .hero{min-height:auto;aspect-ratio:auto;display:block;padding:0;overflow:hidden;background:#f4f8fb;color:#10131a}.template-index .hero__bg{position:relative;display:block;inset:auto;width:100%;min-height:min(62svh,52rem);background-size:cover;background-position:64% 18%;transform:none!important}.template-index .hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#f4f8fb00 42%,#f4f8fb),linear-gradient(90deg,#f4f8fbeb,#f4f8fb29 58%)}.template-index .hero__overlay,.template-index .hero__container{display:none}.template-index .hero__inner{display:block}.template-index .hero__content{position:relative;z-index:2;width:100%;max-width:none;padding:1.25rem;border:1px solid rgba(255,255,255,.68);border-radius:1rem;background:#ffffffbd;box-shadow:0 14px 30px #11182717;color:#10131a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.template-index .hero__eyebrow{display:flex;gap:.45rem;margin-bottom:.8rem;overflow-x:auto;scrollbar-width:none}.template-index .hero__eyebrow::-webkit-scrollbar{display:none}.template-index .hero__eyebrow span{flex:0 0 auto;padding:.38rem .55rem;border:1px solid rgba(216,41,105,.18);border-radius:999px;background:#fff5f8ad;color:#d82969;font-size:.88rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.template-index .hero__title{max-width:100%;margin:0 0 .65rem;color:#10131a;font-size:clamp(2.25rem,7.6vw,3.05rem);line-height:1.04;letter-spacing:0}.template-index .hero__subtitle{max-width:100%;margin:0 0 1rem;color:#4b5563;font-size:1.18rem;line-height:1.42}.template-index .hero__buttons{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin:0}.template-index .hero__buttons .button{width:100%;min-height:4rem;padding:.85rem .65rem;border-radius:.65rem;font-size:1.02rem;font-weight:900;line-height:1.15;text-align:center;white-space:normal}.template-index .hero__buttons .button svg{width:1.35rem;min-width:1.35rem}.template-index .hero__service-line{display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:.85rem;color:#334155;font-size:.98rem;font-weight:800}.template-index .hero__service-line span{display:flex;align-items:center;justify-content:center;min-height:2.9rem;padding:.42rem .5rem;border:1px solid rgba(203,213,225,.74);border-radius:.6rem;background:#f8fafcb8;text-align:center}.template-index .hero__service-line span+span:before{display:none}}.template-index .motion-hero{display:block!important;min-height:clamp(52rem,72vh,76rem)!important;padding:0!important;background:linear-gradient(120deg,#f8fbff,#edf7fb 48%,#fff6f8)!important}.template-index .motion-hero .motion-hero__stage{min-height:inherit}@media(max-width:989px){.template-index .motion-hero{min-height:56rem!important}}@media(max-width:749px){.template-index .motion-hero{min-height:min(66svh,58rem)!important}}.template-index .motion-hero{min-height:clamp(42rem,56vh,60rem)!important;background:linear-gradient(180deg,#fff,#f4f9fc 48%,#eef5fa)!important}.template-index .motion-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(125deg,rgba(216,41,105,.08) 0%,transparent 26%),linear-gradient(235deg,rgba(91,70,160,.1) 0%,transparent 30%),linear-gradient(180deg,transparent 58%,rgba(18,53,91,.08) 100%);pointer-events:none}.template-index .motion-hero:after{content:"";position:absolute;left:8%;right:8%;bottom:3%;z-index:1;height:22%;border-radius:50%;background:linear-gradient(90deg,#12355b1a,#d8296914,#5b46a01a);filter:blur(2.8rem);opacity:.65;pointer-events:none}.template-index .motion-hero__mesh,.template-index .motion-hero__scan,.template-index .motion-hero__packet,.template-index .motion-hero__status{display:none!important}.template-index .motion-hero__product{z-index:2}.template-index .motion-hero__product img{filter:drop-shadow(0 2rem 2.4rem rgba(18,53,91,.16))}.template-index .motion-hero__product--switches{left:12%;right:4%;bottom:-15%;opacity:.98}.template-index .motion-hero__product--firewall{width:min(34vw,48rem);left:5%;bottom:6%}.template-index .motion-hero__product--phone{width:min(30vw,42rem);right:3%;bottom:-9%;z-index:5}.template-index .motion-hero__product--camera{width:min(25vw,36rem);right:10%;top:3%;z-index:3}.template-index .motion-hero__product--gateway{width:min(21vw,30rem);left:43%;bottom:-5%;z-index:6}@media(max-width:989px){.template-index .motion-hero{min-height:44rem!important}.template-index .motion-hero__product--switches{left:-6%;right:-24%;bottom:-14%}.template-index .motion-hero__product--firewall{width:45vw;left:1%;bottom:10%}.template-index .motion-hero__product--phone{width:42vw;right:-8%;bottom:-8%}.template-index .motion-hero__product--camera{width:35vw;right:2%;top:5%}.template-index .motion-hero__product--gateway{width:30vw;left:40%;bottom:-1%}}@media(max-width:749px){.template-index .motion-hero{min-height:min(52svh,43rem)!important}.template-index .motion-hero:after{left:-8%;right:-8%;bottom:2%;height:18%}.template-index .motion-hero__product--switches{left:-36%;right:-56%;bottom:-15%}.template-index .motion-hero__product--firewall{width:58vw;left:-11%;bottom:13%}.template-index .motion-hero__product--phone{width:57vw;right:-18%;bottom:-9%}.template-index .motion-hero__product--camera{width:44vw;right:-7%;top:6%}.template-index .motion-hero__product--gateway{width:38vw;left:37%;bottom:1%}}.template-index .video-hero{display:block!important;position:relative;height:clamp(62rem,82vh,92rem)!important;min-height:clamp(62rem,82vh,92rem)!important;padding:0!important;overflow:hidden;background:#f4f8fb}.video-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center}.video-hero__overlay{position:absolute;left:50%;bottom:3rem;z-index:2;width:min(46rem,calc(100% - 3rem));padding:1.8rem 1.6rem;border:1px solid rgba(255,255,255,.48);border-radius:1rem;background:#0c132075;color:#fff;text-align:center;transform:translate(-50%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1.8rem 4rem #0c132038}.video-hero__text{margin:0 0 1.35rem;color:#fffffff0;font-size:1.65rem;font-weight:700;line-height:1.35}.video-hero__actions{display:grid;grid-template-columns:1fr;justify-content:center;gap:.75rem;max-width:32rem;margin:0 auto}.video-hero__actions .button{min-height:4.4rem;width:100%;padding:1rem 1.35rem;border-radius:.7rem;font-size:1.25rem;font-weight:900}@media(max-width:749px){.template-index .video-hero{height:min(76svh,64rem)!important;min-height:min(76svh,64rem)!important}.video-hero__media{object-position:center}.video-hero__overlay{bottom:1.4rem;width:min(34rem,calc(100% - 2rem));padding:1.15rem 1rem;border-radius:.85rem}.video-hero__text{margin-bottom:.95rem;font-size:1.18rem}.video-hero__actions{grid-template-columns:1fr 1fr;gap:.55rem}.video-hero__actions .button{min-height:3.8rem;width:100%;padding:.75rem .65rem;font-size:.98rem;line-height:1.1}}.template-index .brand-range-spotlight__header{display:block;text-align:center}.template-index .hero-slider{display:block!important;position:relative;height:clamp(62rem,82vh,92rem)!important;min-height:clamp(62rem,82vh,92rem)!important;padding:0!important;overflow:hidden;background:#f4f8fb}.hero-slider__slides,.hero-slider__slide{position:absolute;top:0;right:0;bottom:0;left:0}.hero-slider__slides{z-index:0}.hero-slider__slide{opacity:1;transform:translate(100%);transition:transform .76s cubic-bezier(.22,1,.36,1);will-change:transform}.hero-slider__slide.is-active{transform:translate(0);z-index:1}.hero-slider__slide.is-before{transform:translate(-100%)}.hero-slider__slide.is-after{transform:translate(100%)}.hero-slider__slide.is-leaving-left{transform:translate(-100%);z-index:1}.hero-slider__slide.is-leaving-right{transform:translate(100%);z-index:1}.hero-slider__slide.is-entering{z-index:1}.hero-slider__slide picture{display:block;width:100%;height:100%}.hero-slider__slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.hero-slider__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(180deg,#050d190d,#050d192e 48%,#050d1970);pointer-events:none}.hero-slider__content{position:absolute;left:clamp(3rem,9vw,13rem);bottom:clamp(4.5rem,12vh,10rem);z-index:3;width:min(48rem,calc(100% - 4rem));padding:0;border:0;border-radius:0;background:transparent;color:#fff;text-align:left;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.hero-slider__text{max-width:76rem;margin:0 auto 1.4rem;color:#fff;font-size:clamp(2rem,2.2vw,3.4rem);font-weight:900;line-height:1.35;text-shadow:0 .2rem 1.2rem rgba(12,19,32,.55)}.hero-slider__actions{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:1rem;max-width:none;margin:0}.hero-slider__actions .button{min-height:4.8rem;width:auto;min-width:22rem;padding:1rem 2.2rem;border-radius:.7rem;font-size:1.35rem;font-weight:900}.hero-slider__controls{position:absolute;left:50%;bottom:2.4rem;z-index:3;display:flex;gap:.7rem;align-items:center;padding:.45rem .6rem;border-radius:999px;background:#080f1c3d;-webkit-backdrop-filter:blur(.6rem);backdrop-filter:blur(.6rem);transform:translate(-50%)}.hero-slider__dot{width:.9rem;height:.9rem;border-radius:999px;background:#ffffff8f;box-shadow:0 0 0 1px #1118272e}.hero-slider__dot.is-active{width:2.2rem;background:#fff}@media(prefers-reduced-motion:reduce){.hero-slider__slide{transition:none}}@media(max-width:749px){.template-index .hero-slider{width:100%;height:auto!important;min-height:0!important;aspect-ratio:3 / 4;background:#eef3f7}.hero-slider__slides,.hero-slider__slide,.hero-slider__slide picture{width:100%;height:100%}.hero-slider__slide img{width:100%;height:100%;object-fit:contain;object-position:center}.hero-slider__shade{background:linear-gradient(180deg,transparent 58%,rgba(5,13,25,.08) 72%,rgba(5,13,25,.52) 100%)}.hero-slider__content{right:1.5rem;left:1.5rem;bottom:4.8rem;width:auto}.hero-slider__text{margin-bottom:1rem;font-size:1.45rem}.hero-slider__actions{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.hero-slider__actions .button{min-height:3.8rem;width:100%;min-width:0;padding:.75rem .65rem;font-size:.98rem;line-height:1.1}.hero-slider__controls{bottom:1.2rem}}.template-index .brand-range-spotlight__header .section-title{text-align:center;margin-left:auto;margin-right:auto}.template-index .content-for-layout,.template-index .content-for-layout *{min-width:0}.template-index .section-title,.template-index .hero__title,.template-index .hero__subtitle,.template-index .hero-slider__actions .button,.template-index .category-card__title,.template-index .collection-card__title,.template-index .market-tile__copy span,.template-index .market-tile__copy strong,.template-index .market-tile__copy small,.template-index .brand-range-spotlight__header p,.template-index .brand-range-card__copy,.template-index .brand-range-card__copy *,.template-index .trust-badge,.template-index .trust-badge *,.template-index .promo-banner__title,.template-index .promo-banner__text,.template-index .review-card__name,.template-index .review-card__text,.template-index .reviews-summary__text,.template-index .marquee-review__text,.template-index .marquee-review__author,.template-index .fortinet-catalogue__subtitle,.template-index .fortinet-card__title,.template-index .fortinet-card__list,.template-index .homepage-full-video__copy,.template-index .homepage-full-video__copy *,.template-index .closing-showcase__layout,.template-index .closing-showcase__layout *{max-width:100%;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.template-index [data-auto-fit-text]{--auto-fit-line-height: 1.14;line-height:var(--auto-fit-line-height)}.template-index .button[data-auto-fit-text],.template-index .hero-slider__actions .button{white-space:normal;text-align:center}.template-index .category-card,.template-index .collection-card,.template-index .market-tile,.template-index .brand-range-card,.template-index .review-card,.template-index .marquee-review,.template-index .promo-banner,.template-index .trust-badge,.template-index .fortinet-card{min-width:0}.homepage-full-video{padding:3rem 0;background:#fff}.homepage-full-video__frame{position:relative;min-height:clamp(42rem,68vh,76rem);overflow:hidden;background:#0b1220}.homepage-full-video__media{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center}.homepage-full-video__frame:after{display:none}.homepage-full-video__copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;width:min(58rem,calc(100% - 4rem));min-height:inherit;padding:4rem 0 4rem 4rem;color:#fff}.homepage-full-video__copy h2{margin:0 0 1rem;color:#fff;font-size:clamp(3.2rem,5vw,6.2rem);line-height:1.02}.homepage-full-video__copy p{margin:0;color:#ffffffdb;font-size:1.8rem;line-height:1.55}@media(max-width:749px){.homepage-full-video{padding:1.6rem 0}.homepage-full-video__frame{min-height:min(64svh,56rem)}.homepage-full-video__copy{width:calc(100% - 2rem);padding:2rem 1rem 2rem 1.2rem}.homepage-full-video__copy h2{font-size:clamp(2.6rem,9vw,3.6rem)}.homepage-full-video__copy p{font-size:1.35rem}}.header__nav .mega-menu--full{position:fixed;top:var(--header-bottom, 11rem);left:50%;right:auto;width:min(142rem,calc(100vw - 4rem));max-width:calc(100vw - 4rem);transform:translate(-50%,-.5rem)}.header__nav .list-menu__item--mega:hover .mega-menu--full{transform:translate(-50%)}.header__nav .mega-menu--full .mega-menu__panel{width:100%;max-width:100%;max-height:calc(100vh - var(--header-bottom, 11rem) - 2rem);padding:2.4rem;overflow-x:hidden;overflow-y:auto}.header__nav .mega-menu--full .mega-menu__body{display:grid;grid-template-columns:minmax(18rem,.72fr) minmax(0,3.2fr);gap:2.4rem}.header__nav .mega-menu--full .mega-menu__featured{min-width:0;padding-right:2rem}.header__nav .mega-menu--full .mega-menu__columns{min-width:0;grid-template-columns:minmax(16rem,1fr) minmax(18rem,1.12fr) minmax(16rem,1fr) minmax(14rem,.86fr);gap:2rem 3rem}@media(max-width:1180px){.header__nav .mega-menu--full{width:calc(100vw - 2rem);max-width:calc(100vw - 2rem)}.header__nav .mega-menu--full .mega-menu__panel{padding:1.8rem}.header__nav .mega-menu--full .mega-menu__body{grid-template-columns:minmax(16rem,.64fr) minmax(0,3.2fr);gap:1.8rem}.header__nav .mega-menu--full .mega-menu__columns{grid-template-columns:repeat(4,minmax(13rem,1fr));gap:1.5rem}}.header__nav .mega-menu--range{position:fixed;top:var(--header-bottom, 11rem);left:50%;right:auto;width:min(96rem,calc(100vw - 4rem));max-width:calc(100vw - 4rem);padding-top:1.2rem;transform:translate(-50%,-.5rem);z-index:1000}.header__nav .mega-menu--fortinet{width:min(112rem,calc(100vw - 4rem))}.header__nav .list-menu__item--mega:hover .mega-menu--range,.header__nav .list-menu__item--mega:focus-within .mega-menu--range{transform:translate(-50%)}.header__nav .mega-menu--range .mega-menu__panel{width:100%;max-width:100%;max-height:calc(100vh - var(--header-bottom, 11rem) - 2rem);padding:2.4rem;overflow-x:hidden;overflow-y:auto;border:1px solid rgba(18,53,91,.16);border-radius:1rem;background:#fffffffa;color:#0b1220;box-shadow:0 2.6rem 7rem #0c13203d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header__nav .mega-menu--range .mega-menu__heading,.header__nav .mega-menu--range .mega-menu__column-title,.header__nav .mega-menu--range .mega-menu__column-title a{color:#12355b}.header__nav .mega-menu--range .mega-menu__range-grid{grid-template-columns:minmax(24rem,1.08fr) minmax(18rem,.72fr) minmax(22rem,.82fr);gap:1.8rem}.header__nav .mega-menu--fortinet .mega-menu__range-grid{grid-template-columns:minmax(24rem,1fr) minmax(17rem,.74fr) minmax(18rem,.8fr) minmax(22rem,.86fr)}.header__nav .mega-menu--range .mega-menu__range-grid--editable{grid-template-columns:minmax(22rem,1.12fr) minmax(15rem,.72fr) minmax(16rem,.78fr) minmax(21rem,.9fr)}.header__nav .mega-menu--range .mega-menu__range-card,.header__nav .mega-menu--range .mega-menu__range-cta{border:1px solid rgba(18,53,91,.13);background:#fff;color:#0b1220;box-shadow:0 1.4rem 3rem #0c132014}.header__nav .mega-menu--range .mega-menu__range-card{background:radial-gradient(circle at 90% 8%,rgba(216,41,105,.13),transparent 12rem),#fff7fb}.header__nav .mega-menu--range .mega-menu__range-card--purple{background:radial-gradient(circle at 90% 8%,rgba(91,70,160,.15),transparent 12rem),#f7f3ff}.header__nav .mega-menu--range .mega-menu__range-card strong,.header__nav .mega-menu--range .mega-menu__range-cta strong{color:#111}.header__nav .mega-menu--range .mega-menu__range-card span,.header__nav .mega-menu--range .mega-menu__range-cta span{color:#4b5563}.header__nav .mega-menu--range .mega-menu__range-card--has-image .mega-menu__range-card-copy strong,.header__nav .mega-menu--range .mega-menu__range-card--has-image .mega-menu__range-card-copy span{color:#fff;text-shadow:0 1px 3px rgba(7,14,28,.42)}.header__nav .mega-menu--range .mega-menu__range-card--visual{background:#fff7fb}.header__nav .mega-menu--grandstream .mega-menu__range-card--visual{background:#f7f3ff}.header__nav .mega-menu--range .mega-menu__column-list a{color:#3f4551}.header__nav .mega-menu--range .mega-menu__column-list a:hover{color:var(--cli-magenta)}.header__nav .mega-menu--catalogue{width:min(104rem,calc(100vw - 4rem))}.header__nav .mega-menu--catalogue .mega-menu__panel{padding:3.2rem 2.4rem;border-radius:0;border-color:#d8e2eeb8;box-shadow:0 1.8rem 5rem #0c132014;-webkit-backdrop-filter:none;backdrop-filter:none}.header__nav .mega-menu--catalogue .mega-menu__header{display:none}.header__nav .mega-menu--catalogue .mega-menu__structured-column{padding:.4rem 2.4rem .6rem}.header__nav .mega-menu--catalogue .mega-menu__structured-link{color:#12355b;font-size:1.55rem;font-weight:700}.header__nav .mega-menu--catalogue .mega-menu__column-title{color:#98a2b3;font-size:1.25rem;font-weight:900;letter-spacing:0;text-transform:uppercase}@media(max-width:1180px){.header__nav .mega-menu--range{width:calc(100vw - 2rem);max-width:calc(100vw - 2rem)}.header__nav .mega-menu--fortinet .mega-menu__range-grid{grid-template-columns:minmax(22rem,1fr) repeat(3,minmax(14rem,.8fr))}.header__nav .mega-menu--range .mega-menu__range-grid--editable{grid-template-columns:minmax(20rem,1fr) repeat(2,minmax(13rem,.72fr)) minmax(18rem,.84fr);gap:1.2rem}}.main-collection-header--breadcrumbs{border-top:1px solid #e4eaf2;border-bottom:1px solid #dce5ef;background:#fff;color:#12355b;padding:0}.collection-breadcrumbs{display:flex;align-items:center;gap:.75rem;min-height:5.6rem;overflow-x:auto;color:#667085;font-size:1.4rem;font-weight:750;scrollbar-width:none;white-space:nowrap}.collection-breadcrumbs::-webkit-scrollbar{display:none}.collection-breadcrumbs a{color:#12355b;text-decoration:none}.collection-breadcrumbs a:hover{color:var(--cli-magenta);text-decoration:underline;text-underline-offset:.25rem}.collection-breadcrumbs [aria-current=page]{color:var(--cli-magenta)}.collection-breadcrumbs__separator{color:#98a2b3;font-size:1.8rem;font-weight:500}@media(max-width:749px){.collection-breadcrumbs{min-height:4.8rem;font-size:1.3rem}}.template-product .product-info__title{font-size:clamp(2.35rem,2.1vw,3.25rem)!important;line-height:1.12}@media(max-width:749px){.template-product .product-info__title{font-size:clamp(1.95rem,5.4vw,2.35rem)!important;line-height:1.14}}.template-product .product-media__featured{margin-bottom:1.2rem}.template-product .product-media__featured-image{width:100%;aspect-ratio:1 / 1;object-fit:contain}.template-product .product-media__thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(7.2rem,1fr));gap:.8rem}.template-product .product-media__thumb{display:flex;align-items:center;justify-content:center;min-height:7.2rem;padding:.5rem;border:1px solid #d8e2ee;border-radius:.7rem;background:#fff;cursor:pointer}.template-product .product-media__thumb.is-active{border-color:var(--cli-magenta);box-shadow:0 0 0 .2rem #d829691f}.template-product .product-media__thumb img{width:100%;height:6.2rem;object-fit:contain}@media(max-width:749px){.template-product .product-media__thumbs{display:flex;gap:.7rem;overflow-x:auto;padding-bottom:.4rem;scroll-snap-type:x mandatory}.template-product .product-media__thumb{flex:0 0 6.8rem;min-height:6.8rem;scroll-snap-align:start}.template-product .product-media__thumb img{height:5.8rem}}.product-card[hidden]{display:none!important}.facets--native .facet-checkbox{justify-content:space-between}.facets--native .facet-checkbox__label{flex:1}.facet-checkbox__count{color:#65748b;font-size:1.2rem;font-weight:700;margin-left:auto}.facet-item--disabled{opacity:.45}.facet-widget--active .active-facets{display:flex;flex-wrap:wrap;gap:.8rem}.active-facets__item{align-items:center;background:#fff4ef;border:.1rem solid #ff5a45;border-radius:.6rem;color:#ff5a45;display:inline-flex;font-size:1.2rem;font-weight:800;gap:.6rem;padding:.55rem .75rem;text-decoration:none;text-transform:uppercase}.native-collection{--native-ink: #10233d;--native-muted: #65748a;--native-line: #d8e2ee;--native-soft: #f4f7fb;--native-accent: #ff5946;--native-accent-soft: #fff5f2;background:#f6f8fb;padding:2.4rem 0 5rem}.native-collection__inner{width:min(100%,156rem)}.native-collection__layout{display:grid;grid-template-columns:minmax(25rem,28rem) minmax(0,1fr);align-items:start;gap:2.4rem}.native-collection__mobile-bar,.native-facet-overlay{display:none}.native-facet-sidebar{--native-facet-sidebar-top: calc(var(--header-bottom, 10rem) + 1.6rem);position:sticky;top:var(--native-facet-sidebar-top);z-index:20;height:calc(100dvh - var(--native-facet-sidebar-top) - 1.6rem);max-height:calc(100vh - var(--native-facet-sidebar-top) - 1.6rem);overflow:hidden auto;overscroll-behavior:contain;overscroll-behavior-y:contain;padding-bottom:1.2rem;scroll-padding-bottom:3rem;scrollbar-color:#bac7d6 transparent;scrollbar-width:thin;-webkit-overflow-scrolling:touch;overflow-anchor:none}.native-facet-sidebar::-webkit-scrollbar{width:.6rem}.native-facet-sidebar::-webkit-scrollbar-thumb{border-radius:999px;background:#bac7d6}.native-facets{display:grid;gap:1rem}.native-facets__drawer-header,.native-facets__drawer-footer{display:none}.native-facets__heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:7rem;padding:1.5rem 1.6rem;border:1px solid var(--native-line);border-radius:.7rem;background:#fff}.native-facets__heading>div{display:grid;gap:.2rem}.native-facets__heading strong{color:var(--native-ink);font-size:1.65rem;line-height:1.2}.native-facets__heading span{color:var(--native-muted);font-size:1.15rem}.native-facets__reset{color:var(--native-accent);font-size:1.2rem;font-weight:800;text-decoration:none}.native-facets__reset:hover{text-decoration:underline;text-underline-offset:.25em}.native-facets__groups{display:grid;gap:1rem;padding-bottom:8rem;scroll-padding-bottom:8rem;overflow-anchor:none}.native-facet-group{overflow:clip;border:1px solid var(--native-line);border-radius:.7rem;background:#fff}.native-facet-group__summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:5.4rem;padding:1.3rem 1.5rem;color:var(--native-ink);cursor:pointer;font-size:1.25rem;font-weight:850;list-style:none;text-transform:uppercase}.native-facet-group__summary::-webkit-details-marker{display:none}.native-facet-group__summary:hover{color:var(--native-accent)}.native-facet-group__summary-meta{display:inline-flex;align-items:center;gap:.7rem;flex:0 0 auto}.native-facet-group__reopen{color:var(--native-accent);font-size:1rem;font-weight:800;letter-spacing:0;text-transform:none}.native-facet-group[open] .native-facet-group__reopen{display:none}.native-facet-group__active-count{display:inline-grid;min-width:2rem;height:2rem;place-items:center;border-radius:999px;background:var(--native-accent);color:#fff;font-size:1rem}.native-facet-group__chevron{display:inline-flex;transition:transform .18s ease}.native-facet-group[open] .native-facet-group__chevron{transform:rotate(180deg)}.native-facet-group.is-guided-target{border-color:#ff59469e;box-shadow:0 0 0 2px #ff594614}.native-facet-group__content{padding:0 1.3rem 1.3rem;border-top:1px solid #edf1f6}.native-facet-search{position:relative;display:flex;align-items:center;margin:1.2rem 0 .8rem}.native-facet-search__icon{position:absolute;left:1rem;z-index:1;display:inline-flex;color:#708096;pointer-events:none}.native-facet-search__icon svg{width:1.7rem;height:1.7rem}.native-facet-search input{width:100%;height:4rem;padding:0 1rem 0 3.5rem;border:1px solid var(--native-line);border-radius:.6rem;background:#fbfcfe;color:var(--native-ink);font-size:1.2rem}.native-facet-search input:focus{border-color:var(--native-ink);outline:2px solid rgba(16,35,61,.1);outline-offset:0}.native-facet-values{display:grid;gap:.35rem;margin:1rem 0 0;padding:0;list-style:none}.native-facet-value--collapsed{display:none}.native-facet-group.is-showing-all .native-facet-value--collapsed{display:list-item}.native-facet-value--disabled{opacity:.45}.native-facet-checkbox{display:grid;grid-template-columns:1.8rem minmax(0,1fr) auto;align-items:center;gap:.9rem;min-height:4rem;padding:.65rem .7rem;border:1px solid transparent;border-radius:.55rem;color:#34445a;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.native-facet-checkbox:hover{border-color:#d5deea;background:var(--native-soft);color:var(--native-ink)}.native-facet-checkbox:has(input:checked){border-color:#ff59468c;background:var(--native-accent-soft);color:#bd2f1e}.native-facet-checkbox input{position:absolute;width:1px;height:1px;opacity:0}.native-facet-checkbox__box{display:grid;width:1.7rem;height:1.7rem;place-items:center;border:1px solid #adbdcf;border-radius:.4rem;background:#fff;color:transparent}.native-facet-checkbox__box svg{width:1.15rem;height:1.15rem;stroke-width:3}.native-facet-checkbox input:focus-visible+.native-facet-checkbox__box{outline:2px solid var(--native-ink);outline-offset:2px}.native-facet-checkbox input:checked+.native-facet-checkbox__box{border-color:var(--native-accent);background:var(--native-accent);color:#fff}.native-facet-checkbox__label{min-width:0;font-size:1.22rem;font-weight:650;line-height:1.3}.native-facet-checkbox__count{min-width:2.6rem;padding:.25rem .55rem;border-radius:999px;background:#edf2f7;color:#66768a;font-size:1rem;font-weight:800;text-align:center}.native-facet-checkbox:has(input:checked) .native-facet-checkbox__count{background:#fff;color:#bd2f1e}.native-facet-more{display:inline-flex;align-items:center;gap:.6rem;margin:1rem 0 .1rem;padding:.3rem 0;border:0;background:transparent;color:var(--native-accent);cursor:pointer;font-size:1.15rem;font-weight:800}.native-facet-more:hover{text-decoration:underline;text-underline-offset:.25em}.native-facet-search-empty,.native-facets__empty{color:var(--native-muted);font-size:1.2rem}.native-facets__empty{display:grid;gap:.4rem;padding:2rem 1.6rem;border:1px solid var(--native-line);border-radius:.7rem;background:#fff}.native-facets__empty strong{color:var(--native-ink)}.native-price-filter{padding-top:1.2rem}.native-price-filter__range{margin:0 0 1rem;color:var(--native-muted);font-size:1.1rem}.native-price-filter__slider{position:relative;height:3rem;margin:.2rem 0 1rem}.native-price-filter__track{position:absolute;top:1.35rem;right:.2rem;left:.2rem;height:.4rem;overflow:hidden;border-radius:999px;background:#dce4ee}.native-price-filter__track span{position:absolute;top:0;bottom:0;left:var(--price-min-position);right:calc(100% - var(--price-max-position));border-radius:inherit;background:var(--native-accent)}.native-price-filter__slider input[type=range]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:3rem;margin:0;-webkit-appearance:none;appearance:none;background:transparent;pointer-events:none}.native-price-filter__slider input[type=range]::-webkit-slider-runnable-track{height:.4rem;background:transparent}.native-price-filter__slider input[type=range]::-webkit-slider-thumb{width:1.8rem;height:1.8rem;margin-top:-.7rem;-webkit-appearance:none;appearance:none;border:.3rem solid #fff;border-radius:50%;background:var(--native-accent);box-shadow:0 0 0 1px #10233d29,0 .2rem .5rem #10233d33;cursor:grab;pointer-events:auto}.native-price-filter__slider input[type=range]::-moz-range-track{height:.4rem;background:transparent}.native-price-filter__slider input[type=range]::-moz-range-thumb{width:1.3rem;height:1.3rem;border:.3rem solid #fff;border-radius:50%;background:var(--native-accent);box-shadow:0 0 0 1px #10233d29,0 .2rem .5rem #10233d33;cursor:grab;pointer-events:auto}.native-price-filter__inputs{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:end;gap:.7rem}.native-price-filter__inputs label{display:grid;gap:.45rem;color:var(--native-muted);font-size:1.05rem;font-weight:700}.native-price-filter__field{display:flex;align-items:center;min-height:4.2rem;padding-left:.9rem;border:1px solid var(--native-line);border-radius:.6rem;background:#fff;color:var(--native-muted)}.native-price-filter__field:focus-within{border-color:var(--native-ink);outline:2px solid rgba(16,35,61,.1)}.native-price-filter__field input{min-width:0;width:100%;height:4rem;padding:0 .7rem 0 .4rem;border:0;outline:0;background:transparent;color:var(--native-ink);font-size:1.2rem;font-weight:700;-moz-appearance:textfield}.native-price-filter__field input::-webkit-inner-spin-button,.native-price-filter__field input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.native-price-filter__separator{padding-bottom:1.3rem;color:var(--native-muted);font-size:1rem}.native-price-filter__apply,.native-facets__noscript-apply{width:100%;min-height:4.2rem;margin-top:1rem;border:0;border-radius:.6rem;background:var(--native-ink);color:#fff;cursor:pointer;font-size:1.15rem;font-weight:800}.native-price-filter__apply:hover,.native-facets__noscript-apply:hover{background:var(--native-accent)}.native-collection__results{min-width:0}.native-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;min-height:7rem;margin-bottom:1.2rem;padding:1.3rem 1.6rem;border:1px solid var(--native-line);border-radius:.7rem;background:#fff}.native-results-toolbar.has-filter-error{border-color:#c44738}.native-results-toolbar__summary{display:grid;gap:.25rem}.native-results-toolbar__summary strong{color:var(--native-ink);font-size:1.6rem;line-height:1.2}.native-results-toolbar__summary span{color:var(--native-muted);font-size:1.15rem}.native-toolbar-filters{display:flex;align-items:center;justify-content:flex-end;flex:1 1 auto;gap:.8rem;min-width:18rem}.native-toolbar-filters[hidden]{display:none!important}.native-toolbar-filter{position:relative}.native-toolbar-filter__summary{display:inline-flex;align-items:center;gap:.7rem;min-height:4.2rem;min-width:13.5rem;padding:0 1.2rem;border:1px solid var(--native-line);border-radius:.6rem;background:#fff;color:var(--native-ink);cursor:pointer;font-size:1.2rem;font-weight:800;list-style:none}.native-toolbar-filter__summary::-webkit-details-marker{display:none}.native-toolbar-filter__summary:hover,.native-toolbar-filter[open] .native-toolbar-filter__summary{border-color:#c7d4e5;box-shadow:0 0 0 2px #10233d0d}.native-toolbar-filter__count{display:inline-grid;min-width:1.9rem;height:1.9rem;place-items:center;border-radius:999px;background:var(--native-accent);color:#fff;font-size:.95rem;font-weight:850}.native-toolbar-filter__chevron{display:inline-flex;margin-left:auto;transition:transform .16s ease}.native-toolbar-filter__chevron svg{width:1.5rem;height:1.5rem}.native-toolbar-filter[open] .native-toolbar-filter__chevron{transform:rotate(180deg)}.native-toolbar-filter__panel{position:absolute;top:calc(100% + .6rem);right:0;z-index:8;width:min(32rem,calc(100vw - 3rem));padding:.6rem;border:1px solid var(--native-line);border-radius:.7rem;background:#fff;box-shadow:0 1.4rem 3rem #10233d29}.native-toolbar-filter__panel--price{width:min(36rem,calc(100vw - 3rem));padding:.9rem 1rem 1rem}.native-toolbar-filter__values{margin-top:0}.native-toolbar-filter .native-price-filter{padding-top:0}.native-sort{display:inline-flex;align-items:center;gap:.8rem;color:var(--native-muted);font-size:1.2rem}.native-sort select{min-width:16rem;height:4.2rem;padding:0 3.5rem 0 1.2rem;border:1px solid var(--native-line);border-radius:.6rem;background:#fff;color:var(--native-ink);cursor:pointer;font-size:1.2rem;font-weight:700}.native-active-facets{display:flex;align-items:center;flex-wrap:wrap;gap:.7rem;margin-bottom:1.2rem;padding:1rem;border:1px solid var(--native-line);border-radius:.7rem;background:#fff}.native-active-facets[hidden]{display:none!important}.native-active-facet{display:inline-flex;align-items:center;gap:.7rem;min-height:3.4rem;max-width:100%;padding:.55rem .8rem;border:1px solid rgba(255,89,70,.55);border-radius:999px;background:var(--native-accent-soft);color:#ad2b1d;font-size:1.05rem;font-weight:800;line-height:1.2;text-decoration:none}.native-active-facet span:first-child{overflow:hidden;text-overflow:ellipsis}.native-active-facet:hover{border-color:var(--native-accent);background:#ffe9e3}.native-active-facets__clear{margin-left:auto;color:var(--native-ink);font-size:1.1rem;font-weight:800;text-decoration:underline;text-underline-offset:.25em}.native-product-stage{position:relative;min-height:36rem}.native-product-stage__loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:grid;align-content:start;justify-items:center;gap:.9rem;padding-top:11rem;background:#f6f8fbdb;color:var(--native-ink);opacity:0;pointer-events:none;transition:opacity .12s ease}.native-product-stage__loading strong{font-size:1.3rem}.is-filter-loading .native-product-stage__loading{opacity:1;pointer-events:auto}.is-filter-loading .native-product-grid,.is-filter-loading .native-pagination{opacity:.46}.native-loading-spinner{width:3.2rem;height:3.2rem;border:.3rem solid rgba(255,89,70,.2);border-top-color:var(--native-accent);border-radius:50%;animation:native-filter-spin .7s linear infinite}@keyframes native-filter-spin{to{transform:rotate(360deg)}}.native-product-grid,.native-pagination{transition:opacity .12s ease}.native-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.4rem}.native-empty-state{grid-column:1 / -1;display:grid;justify-items:center;gap:.8rem;min-height:34rem;align-content:center;padding:3rem;border:1px solid var(--native-line);border-radius:.7rem;background:#fff;color:var(--native-muted);text-align:center}.native-empty-state__icon{display:grid;width:5.6rem;height:5.6rem;place-items:center;border-radius:50%;background:var(--native-soft);color:var(--native-ink)}.native-empty-state__icon svg{width:2.8rem;height:2.8rem}.native-empty-state strong{color:var(--native-ink);font-size:1.8rem}.native-empty-state p{margin:0;font-size:1.2rem}.native-empty-state a{color:var(--native-accent);font-weight:800}.native-pagination{margin-top:2.4rem}.native-filter-trigger{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;min-height:4.6rem;padding:0 1.4rem;border:1px solid var(--native-line);border-radius:.6rem;background:var(--native-ink);color:#fff;font-size:1.2rem;font-weight:800}.native-filter-trigger__icon{display:inline-flex}.native-filter-trigger__icon svg{width:1.9rem;height:1.9rem}.native-filter-trigger__count{display:inline-grid;min-width:2rem;height:2rem;place-items:center;border-radius:999px;background:var(--native-accent);color:#fff;font-size:1rem}@media(max-width:1180px){.native-collection__layout{grid-template-columns:24rem minmax(0,1fr);gap:1.6rem}.native-results-toolbar{flex-wrap:wrap}.native-toolbar-filters{order:3;flex-basis:100%;justify-content:flex-start}.native-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:989px){body.facets-drawer-open{overflow:hidden}.native-collection{padding-top:1.4rem}.native-collection__mobile-bar{position:sticky;top:var(--header-bottom, 0);z-index:45;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 -1.5rem 1.2rem;padding:1rem 1.5rem;border-bottom:1px solid var(--native-line);background:#f6f8fbf5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.native-collection__layout{display:block}.native-results-toolbar{align-items:stretch}.native-toolbar-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}.native-toolbar-filter__summary{width:100%;min-width:0}.native-toolbar-filter__panel{right:auto;left:0}.native-facet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;display:block;background:#0812207a;opacity:0;pointer-events:none;transition:opacity .18s ease}.native-facet-sidebar{position:fixed;inset:0 0 0 auto;z-index:9999;width:min(100%,44rem);max-height:none;overflow:hidden;background:#f6f8fb;box-shadow:-1.6rem 0 4rem #08122033;transform:translate(102%);visibility:hidden;transition:transform .22s ease,visibility .22s step-end}.is-facet-drawer-open .native-facet-overlay{opacity:1;pointer-events:auto}.is-facet-drawer-open .native-facet-sidebar{transform:translate(0);visibility:visible;transition:transform .22s ease,visibility 0s}.native-facets{grid-template-rows:auto minmax(0,1fr) auto;gap:0;height:100%}.native-facets__drawer-header{display:flex;align-items:center;justify-content:space-between;min-height:7.2rem;padding:1.2rem 1.6rem;border-bottom:1px solid var(--native-line);background:#fff}.native-facets__drawer-header>div{display:grid;gap:.15rem}.native-facets__drawer-header strong{color:var(--native-ink);font-size:2rem}.native-facets__eyebrow{color:var(--native-accent);font-size:1rem;font-weight:850;text-transform:uppercase}.native-facets__close{display:inline-grid;width:4.4rem;height:4.4rem;place-items:center;border:1px solid var(--native-line);border-radius:.6rem;background:#fff;color:var(--native-ink);cursor:pointer}.native-facets__heading{display:none}.native-facets__groups{display:block;overflow-y:auto;overscroll-behavior:contain;overscroll-behavior-y:contain;padding:1.2rem 1.2rem calc(8rem + env(safe-area-inset-bottom));scroll-padding-bottom:calc(8rem + env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch}.native-facet-group{margin-bottom:1rem}.native-facets__drawer-footer{display:block;padding:1.2rem 1.6rem calc(1.2rem + env(safe-area-inset-bottom));border-top:1px solid var(--native-line);background:#fff}.native-facets__view-results{width:100%;min-height:4.8rem;border:0;border-radius:.6rem;background:var(--native-ink);color:#fff;cursor:pointer;font-size:1.25rem;font-weight:850}.native-sort--desktop{display:none}.native-sort--mobile select{min-width:0;width:min(44vw,19rem);height:4.6rem}.native-results-toolbar{min-height:6rem}}@media(max-width:640px){.native-collection{padding-bottom:3.2rem}.native-results-toolbar{padding:1.2rem}.native-results-toolbar__summary strong{font-size:1.45rem}.native-active-facets{align-items:stretch}.native-active-facet{max-width:calc(100% - .4rem)}.native-active-facets__clear{width:100%;margin:.3rem 0 0}.native-product-grid{grid-template-columns:1fr;gap:1.2rem}.native-facet-sidebar{width:100%}}@media(prefers-reduced-motion:reduce){.native-facet-overlay,.native-facet-sidebar,.native-product-stage__loading,.native-product-grid,.native-pagination{transition:none}.native-loading-spinner{animation-duration:1.4s}}.template-product .product-tabs{width:min(118rem,100%);margin:4rem auto 0;border:0;background:transparent;box-shadow:none}.template-product .product-tabs__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:.8rem;margin:0;border:0}.template-product .product-tabs__button{min-height:5.8rem;margin:0;border:0;border-radius:0;background:#f0f1f3;color:#222;font-size:1.6rem;font-weight:900;text-align:center}.template-product .product-tabs__button.active{background:#30104f;color:#fff;border:0}.template-product .product-tabs__panel{display:none;padding:2.2rem 2.4rem 2.6rem;background:#f1f1f2;color:#333}.template-product .product-tabs__panel.active{display:block}.template-product .product-tabs .rte{max-width:none;color:#333;font-size:1.6rem;line-height:1.6}.template-product .product-tabs .rte p{margin:0 0 1.2rem}.template-product .product-tabs .rte p:last-child,.template-product .product-tabs .rte ul:last-child,.template-product .product-tabs .rte table:last-child{margin-bottom:0}.template-product .product-tabs .rte strong,.template-product .product-tabs .rte b{color:#222;font-weight:900}.template-product .product-tabs .rte h2,.template-product .product-tabs .rte h3{margin:1.2rem 0 .7rem;color:#222;font-size:1.7rem}.template-product .product-tabs .rte ul{margin:0 0 1.2rem;padding-left:1.8rem}.template-product .product-tabs .rte table{width:100%;border-collapse:collapse;border:1px solid #c7c7c7;background:#efefef;table-layout:fixed}.template-product .product-tabs .product-overview-spec-summary,.template-product .product-tabs .product-feature-table{margin:1.4rem 0 1.6rem;table-layout:fixed}.template-product .product-tabs .rte th,.template-product .product-tabs .rte td{padding:1.35rem 1.6rem;border:1px solid #c7c7c7;text-align:left;vertical-align:top;background:#efefef;color:#303030;line-height:1.45}.template-product .product-tabs .rte th{font-weight:900;text-align:center}.template-product .product-tabs .rte td:first-child{font-weight:800}.template-product .product-tabs .rte tr.row-header td,.template-product .product-tabs .rte tr:has(td[colspan]) td{background:#f4f4f4;font-weight:500}.template-product .product-tabs .product-overview-spec-summary th{color:#222;font-weight:900;text-align:center}.template-product .product-tabs .product-feature-table th:first-child,.template-product .product-tabs .product-feature-table td:first-child{width:24%}.template-product .product-tabs .product-feature-table th:nth-child(2),.template-product .product-tabs .product-feature-table td:nth-child(2){width:25%}.template-product .product-tabs .product-key-value-table th{width:32%;text-align:left}.template-product .product-tabs .product-key-value-table td:first-child{font-weight:400}@media(max-width:749px){.template-product .product-tabs{margin-top:2.4rem}.template-product .product-tabs__list{display:flex;gap:.4rem;overflow-x:auto;padding-bottom:.4rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.template-product .product-tabs__button{flex:0 0 auto;min-width:11.8rem;min-height:4.2rem;padding:.8rem .55rem;font-size:1.05rem;scroll-snap-align:start}.template-product .product-tabs__panel{padding:1.2rem}.template-product .product-tabs .rte{font-size:1.25rem}.template-product .product-tabs .rte table,.template-product .product-tabs .product-overview-spec-summary,.template-product .product-tabs .product-feature-table{display:block;overflow-x:auto;table-layout:auto}.template-product .product-tabs .rte th,.template-product .product-tabs .rte td,.template-product .product-tabs .product-overview-spec-summary th,.template-product .product-tabs .product-overview-spec-summary td,.template-product .product-tabs .product-feature-table th,.template-product .product-tabs .product-feature-table td{min-width:12rem;white-space:normal}}:root{--header-bottom: 11rem}body{padding-top:var(--header-bottom)}.product-breadcrumbs{margin-bottom:1.6rem}@media(max-width:990px){:root{--header-bottom: 9.6rem}}@media(max-width:749px){:root{--header-bottom: 8.8rem}.main-collection-header--breadcrumbs,.product-breadcrumbs{position:relative;z-index:1}.product-breadcrumbs{margin:0 0 1.2rem}.product-card__media{min-width:0;overflow:hidden}.product-card__availability{right:.8rem;max-width:calc(100% - 1.6rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}.template-index .brand-strip .section-title,.template-index .trust-badges .section-title,.reviews-grid-section .section-title,.reviews-marquee-section__title{margin-bottom:clamp(2rem,3vw,3.2rem)}.template-index .brand-strip{padding-top:clamp(3.2rem,5vw,5.6rem);padding-bottom:clamp(3.2rem,5vw,5.6rem)}.template-index .trust-badges{padding-top:clamp(3.6rem,5vw,6rem)}.template-index .fortinet-catalogue__title{margin-bottom:1rem}.template-index .fortinet-catalogue__subtitle{margin:0 auto clamp(2.4rem,4vw,4rem);max-width:72rem}.template-index .category-card{overflow:visible}.template-index .category-card:hover{box-shadow:0 0 0 1px var(--premium-red),var(--premium-shadow)}.market-tile{align-items:flex-start}.market-tile__copy{align-self:flex-start;padding-top:clamp(1.5rem,2.2vw,2.4rem)}.market-tile__copy strong{overflow-wrap:anywhere}.product-card__media{overflow:hidden}.product-card__media img{width:auto;height:auto;max-width:88%;max-height:84%;object-fit:contain}.product-card__availability{right:1rem;max-width:calc(100% - 2rem);white-space:nowrap}.product-card__add,.product-card__add--login,.section-header__link,.button{overflow-wrap:anywhere}.reviews-grid--marquee,.reviews-marquee{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;cursor:grab;scroll-snap-type:x proximity;scrollbar-width:none}.reviews-grid--marquee::-webkit-scrollbar,.reviews-marquee::-webkit-scrollbar{display:none}.reviews-grid--marquee.is-dragging,.reviews-marquee.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.reviews-grid--marquee.is-user-controlled .reviews-grid__track,.reviews-marquee.is-user-controlled .reviews-marquee__track{animation-play-state:paused}.reviews-grid--marquee .review-card,.reviews-marquee .marquee-review{scroll-snap-align:start}.footer__bottom{gap:1.5rem}.footer__payment{flex-wrap:wrap;justify-content:flex-end;max-width:min(42rem,100%)}.footer__payment svg,.footer__payment .icon{width:3.8rem;height:auto;max-width:100%;flex:0 0 auto}.cart-empty{min-height:32rem;display:grid;place-items:center;align-content:center;gap:1.8rem;text-align:center}.cart-empty p{margin:0;color:#415168;font-size:1.8rem;font-weight:700}.template-product .product-info__badges,.template-product .product-info__summary{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem}.template-product .product-info__vendor,.template-product .product-info__sku,.template-product .product-info__stock,.template-product .product-info__summary span{display:inline-flex;align-items:center;min-height:3.4rem;line-height:1.1}.template-product .product-form__select,.product-bundle-box .product-form__select{min-width:0;text-overflow:ellipsis}.shopify-policy__container,.template-page .rte{font-size:clamp(1.45rem,1.1vw,1.65rem);line-height:1.65}.shopify-policy__title h1,.template-page .section-title{font-size:clamp(2.6rem,3vw,4.2rem)}@media(max-width:749px){.template-index .brand-strip,.template-index .trust-badges,.reviews-grid-section,.reviews-marquee-section,.template-index .fortinet-catalogue{padding-top:2.8rem;padding-bottom:2.8rem}.template-index .brand-strip__item{min-height:5.6rem}.template-index .trust-badge{padding:1.4rem;gap:1rem}.template-index .trust-badge__icon{width:3.8rem;height:3.8rem}.template-index .market-tile{min-height:20rem}.market-tile__copy{width:70%;padding:1.4rem}.market-tile__copy strong{font-size:clamp(1.65rem,6vw,2.25rem)}.market-tile__copy small{font-size:1.2rem}.template-index .category-card__image{min-height:7rem}.template-index .category-card__title{min-height:3.8rem}.product-card__media{aspect-ratio:1 / 1;padding:1rem}.product-card__media img{max-width:82%;max-height:80%}.product-card__availability{top:.8rem;right:.8rem;max-width:calc(100% - 1.6rem);font-size:.95rem;padding:.3rem .6rem}.template-product .product-info__price{font-size:clamp(2rem,7vw,2.6rem);line-height:1.12;padding:1.2rem}.template-product .product-form__variants{grid-template-columns:1fr}.template-product .product-form__select,.product-bundle-box .product-form__select{font-size:1.35rem;width:100%}.footer__bottom{align-items:flex-start;flex-direction:column}.footer__payment{justify-content:flex-start}}.product-form__quote--disabled,.product-card__add--disabled,.expert-modal__calendly--disabled{background:#9ca3af!important;border-color:#9ca3af!important;color:#fff!important;cursor:not-allowed;box-shadow:none!important;opacity:.75;pointer-events:none}.product-card__add--quote,.product-form__quote{text-align:center;text-decoration:none}.market-tile__copy,.market-tile__copy strong,.market-tile__copy small{min-width:0;max-width:100%}.market-tile__copy strong,.template-index .market-tile__copy strong{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;text-wrap:balance}.market-tile__copy small,.template-index .market-tile__copy small{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}@media(max-width:749px){.template-index .market-tile,.market-tile{min-height:24rem}.market-tile:before{background:linear-gradient(90deg,#fffffffa,#fffffff2 45%,#ffffff80 72%,#ffffff29)}.market-tile__copy,.template-index .market-tile__copy{width:min(64%,40rem);padding:2rem}.market-tile__copy strong,.template-index .market-tile__copy strong{font-size:clamp(2.4rem,8vw,4rem);line-height:1.1}.market-tile__copy small,.template-index .market-tile__copy small{font-size:clamp(1.35rem,3.9vw,1.8rem);line-height:1.18;max-width:23rem}.market-tile__media,.template-index .market-tile__media{width:48%;padding:1.4rem 1.6rem 1.4rem .4rem;justify-content:flex-end}.market-tile__media img{max-width:100%;max-height:76%}.market-tile__media--duo{gap:0}.market-tile__media--duo img{width:58%;max-width:58%}}@media(max-width:430px){.market-tile__copy,.template-index .market-tile__copy{width:min(68%,28rem);padding:1.6rem}.market-tile__copy strong,.template-index .market-tile__copy strong{font-size:clamp(2.05rem,7.2vw,3.1rem)}.market-tile__copy small,.template-index .market-tile__copy small{font-size:clamp(1.22rem,3.7vw,1.5rem);max-width:20rem}.market-tile__media,.template-index .market-tile__media{width:44%;padding-right:1rem}.market-tile--5 .market-tile__copy,.template-index .market-tile--5 .market-tile__copy{width:70%}.market-tile--5,.template-index .market-tile--5{min-height:28rem}.market-tile--5 .market-tile__copy small,.template-index .market-tile--5 .market-tile__copy small{max-width:18rem}.market-tile--5 .market-tile__media,.template-index .market-tile--5 .market-tile__media{width:56%;align-items:flex-end;padding:13.2rem 1.2rem 1.2rem 0}.market-tile--5 .market-tile__media img{width:min(20.5rem,100%);max-height:12.8rem}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/theme.css.map */
