*,*:before,*:after{box-sizing:border-box;margin:0;letter-spacing:0;padding:0;font-family:Manrope}:root{--kg-color-navy: #0d2150;--kg-color-navy-dark: #091638;--kg-color-orange: #f47c20;--kg-color-orange-hover: #d96a10;--kg-color-white: #ffffff;--kg-color-white-70: rgba(255, 255, 255, .7);--kg-color-white-40: rgba(255, 255, 255, .4);--kg-color-white-15: rgba(255, 255, 255, .15);--kg-color-white-08: rgba(255, 255, 255, .08);--kg-font: "Manrope", sans-serif;--kg-sidebar-width: 300px}body{font-family:var(--kg-font);background:#f5f5f5}body.kg-sidebar-open{overflow:hidden}.kg-announce{background:var(--kg-color-navy-dark);padding:9px 32px;overflow:hidden;position:relative}.kg-announcement-bar-section .utility-bar .announcement-bar .announcement-bar__message.h5 span{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#ffffffbf}.kg-announce__track{display:flex;align-items:center;gap:0;white-space:nowrap;animation:kg-announce-scroll 28s linear infinite;width:max-content}.kg-announce__track{animation-play-state:running}.kg-announce__item{display:inline-flex;align-items:center;gap:16px;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#ffffffbf;padding-right:48px}.kg-announce__dot{width:4px;height:4px;border-radius:50%;background:var(--kg-color-orange);flex-shrink:0;display:inline-block}.kg-announce__item a{color:var(--kg-color-orange);text-decoration:none;transition:opacity .2s}.kg-announce__item a:hover{opacity:.8}@keyframes kg-announce-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:640px){.kg-announce{padding:8px 16px}.kg-announce__item{font-size:10px;letter-spacing:1.5px}}.kg-header{position:sticky;top:0;z-index:100;background:var(--kg-color-white);box-shadow:0 1px #00000014,0 2px 12px #0000000f}.kg-header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:0 20px;height:75px}.kg-header__logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.kg-header__logo-img{width:100%;height:auto;display:block;max-width:170px;object-fit:contain}.kg-header__logo-icon,.kg-header__logo-text{display:none}.kg-header__logo-text{display:flex;align-items:baseline;gap:4px}.kg-header__logo-brand{font-size:16px;font-weight:800;color:var(--kg-color-navy);letter-spacing:-.3px}.kg-header__logo-sub{font-size:14px;font-weight:400;color:#888}.kg-header__nav{display:flex;align-items:center;gap:4px}.kg-header__nav-link{display:inline-block;padding:6px 14px;font-size:15px;font-weight:700;color:#444;text-decoration:none;border-radius:0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s;white-space:nowrap}.kg-header__nav-link:hover{color:var(--kg-color-orange);border-bottom-color:var(--kg-color-orange)}.kg-header__actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.kg-header__icon-group{display:flex;align-items:center;gap:2px}.kg-header__icon-btn{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;border-radius:8px;color:var(--kg-color-navy);cursor:pointer;transition:background .18s,color .18s}.kg-header__icon-btn:hover{background:#0d215012;color:var(--kg-color-orange)}.kg-header__icon-btn svg{width:20px;height:20px}.kg-header__cart-badge{position:absolute;top:5px;right:5px;width:17px;height:17px;background:var(--kg-color-orange);color:var(--kg-color-white);font-size:10px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--kg-color-white)}.kg-header__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;border-radius:8px;cursor:pointer;padding:0;margin-left:4px}.kg-header__hamburger:hover{background:#0d215012}.kg-header__hamburger-line{display:block;width:22px;height:2px;background:var(--kg-color-navy);border-radius:2px;transition:transform .32s ease,opacity .32s ease,width .32s ease;transform-origin:center}.kg-header__hamburger.kg-is-active .kg-header__hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.kg-header__hamburger.kg-is-active .kg-header__hamburger-line:nth-child(2){opacity:0;width:0}.kg-header__hamburger.kg-is-active .kg-header__hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.kg-sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000085;z-index:200;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.kg-sidebar-overlay.kg-is-active{opacity:1;visibility:visible}.kg-sidebar{position:fixed;top:0;right:0;width:var(--kg-sidebar-width);height:100%;background:var(--kg-color-white);z-index:300;display:flex;flex-direction:column;transform:translate(110%);transition:transform .38s cubic-bezier(.4,0,.2,1);box-shadow:-10px 0 50px #0000002e}.kg-sidebar.kg-is-active{transform:translate(0)}.kg-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(0,0,0,.07)}.kg-sidebar__logo{display:flex;align-items:center;gap:9px;text-decoration:none}.kg-sidebar__logo-icon{width:32px;height:32px;background:var(--kg-color-navy);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:var(--kg-color-white)}.kg-sidebar__logo-brand{font-size:15px;font-weight:800;color:var(--kg-color-navy)}.kg-sidebar__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#777;transition:background .18s,color .18s}.kg-sidebar__close:hover{background:#0d215012;color:var(--kg-color-navy)}.kg-sidebar__close svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.kg-sidebar__nav{flex:1;display:flex;flex-direction:column;padding:14px 12px;overflow-y:auto}.kg-sidebar__nav-link{display:flex;align-items:center;gap:13px;padding:12px 14px;font-size:15px;font-weight:600;color:#2a2a2a;text-decoration:none;border-radius:10px;opacity:0;transform:translate(18px);transition:background .18s,color .18s,opacity .32s ease,transform .32s ease}.kg-sidebar__nav-link:hover{background:#0d21500f;color:var(--kg-color-navy)}.kg-sidebar.kg-is-active .kg-sidebar__nav-link:nth-child(1){opacity:1;transform:translate(0);transition-delay:.08s}.kg-sidebar.kg-is-active .kg-sidebar__nav-link:nth-child(2){opacity:1;transform:translate(0);transition-delay:.13s}.kg-sidebar.kg-is-active .kg-sidebar__nav-link:nth-child(3){opacity:1;transform:translate(0);transition-delay:.18s}.kg-sidebar.kg-is-active .kg-sidebar__nav-link:nth-child(4){opacity:1;transform:translate(0);transition-delay:.23s}.kg-sidebar.kg-is-active .kg-sidebar__nav-link:nth-child(6){opacity:1;transform:translate(0);transition-delay:.28s}.kg-sidebar__nav-link-icon{width:38px;height:38px;background:#0d21500f;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .18s}.kg-sidebar__nav-link:hover .kg-sidebar__nav-link-icon{background:#f47c201f}.kg-sidebar__nav-link-icon svg{width:17px;height:17px;stroke:var(--kg-color-navy);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke .18s}.kg-sidebar__nav-link:hover .kg-sidebar__nav-link-icon svg{stroke:var(--kg-color-orange)}.kg-sidebar__nav-divider{height:1px;background:#0000000f;margin:8px 4px}.kg-sidebar__footer{padding:16px 20px;border-top:1px solid rgba(0,0,0,.07)}.kg-sidebar__footer-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 20px;background:var(--kg-color-orange);color:var(--kg-color-white);font-family:var(--kg-font);font-size:14px;font-weight:700;text-decoration:none;border-radius:10px;border:none;cursor:pointer;transition:background .2s,transform .15s}.kg-sidebar__footer-cta:hover{background:var(--kg-color-orange-hover);transform:translateY(-1px)}.kg-sidebar__footer-cta svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.kg-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://cdn.shopify.com/s/files/1/0993/9317/5684/files/hero-image.jpg?v=1771583131);background-size:cover;background-position:center;transform:scale(1.04);animation:kg-hero-zoom 14s ease-in-out infinite alternate;display:block!important}@keyframes kg-hero-zoom{0%{transform:scale(1.04)}to{transform:scale(1.1)}}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header .header__icons .header__icon span.svg-wrapper:hover{background:#0d215012;color:var(--kg-color-orange)}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header .header__icons .header__icon span.svg-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;border-radius:8px;color:var(--kg-color-navy);cursor:pointer;transition:background .18s,color .18s}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header .header__icons .header__icon{margin:0}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header .header__icons{padding:0}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header{padding:0 20px;height:75px;display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;box-shadow:none}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header .header__icons .header__icon span.svg-wrapper.header__icon-close{display:none}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header .header__icons .header__icon span.svg-wrapper svg{width:20px;height:20px}.shopify-section-group-header-group sticky-header.header-wrapper{border:0;box-shadow:0 1px #00000014,0 2px 12px #0000000f}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header nav.header__inline-menu ul.list-menu li .header__menu-item{display:inline-block;padding:6px 14px;font-size:15px;font-weight:700;color:#444;text-decoration:none;border-radius:0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s;white-space:nowrap}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header nav.header__inline-menu ul.list-menu li .header__menu-item span{text-decoration:none;letter-spacing:0}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header nav.header__inline-menu ul.list-menu li .header__menu-item:hover span{color:var(--kg-color-orange)}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header nav.header__inline-menu ul.list-menu li .header__menu-item:hover{color:var(--kg-color-orange);border-bottom-color:var(--kg-color-orange)}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header .menu-drawer-container .menu-drawer{width:95%;max-width:320px}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header .menu-drawer-container .menu-drawer .menu-drawer__inner-container nav.menu-drawer__navigation{border-top:1px solid #ddd}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header .menu-drawer-container .menu-drawer .menu-drawer__inner-container nav.menu-drawer__navigation ul.menu-drawer__menu li .menu-drawer__menu-item{background:transparent;padding:12px 20px;font-size:16px;color:#000;font-weight:600}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header .menu-drawer-container .menu-drawer .menu-drawer__inner-container .menu-drawer__utility-links{padding:16px 20px;border-top:1px solid rgba(0,0,0,.07);background:transparent}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header .menu-drawer-container .menu-drawer .menu-drawer__inner-container .menu-drawer__utility-links .menu-drawer__account{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 20px;background:var(--kg-color-orange);color:var(--kg-color-white);font-family:var(--kg-font);font-size:14px;font-weight:700;text-decoration:none;border-radius:10px;border:none;cursor:pointer;transition:background .2s,transform .15s}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header .menu-drawer-container .menu-drawer .menu-drawer__inner-container .menu-drawer__utility-links .menu-drawer__account span.svg-wrapper{margin:0}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header .header__heading .header__heading-link{padding:0;margin:0}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header .header__heading .header__heading-link .header__heading-logo-wrapper{width:100%}@media screen and (max-width:989px){.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header{display:grid;grid-template-columns:80px 1fr 80px;height:60px}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header header-drawer summary.header__icon svg.icon{width:16px;height:16px}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header .header__icons .header__icon{width:35px;height:35px}}.kg-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#091638e0,#0916389c,#0916388c);display:block!important}.kg-hero__tint{position:absolute}.kg-hero__inner{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:130px 20px 150px;width:100%}.kg-section-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 16px;background:#f47c201a;border:1px solid rgba(244,124,32,.25);border-radius:100px;color:var(--kg-color-orange);font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px}.kg-section-badge svg{width:14px;height:14px;stroke:var(--kg-color-orange);fill:none;flex-shrink:0}.kg-section-badge--dark{background:#f47c2026;border-color:#f47c2059}.kg-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:0;border-radius:100px;color:var(--kg-color-white-70);font-size:14px;font-weight:500;margin-bottom:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:kg-fade-up .6s ease both;text-transform:uppercase;letter-spacing:.5px}.kg-hero__badge-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--kg-color-orange);flex-shrink:0}.kg-hero__badge-icon svg{width:18px;height:18px;fill:currentColor}.kg-hero__heading{font-size:clamp(36px,5vw,58px);font-weight:800;color:var(--kg-color-white);line-height:1.15;letter-spacing:-1.5px;max-width:640px;margin-bottom:20px;animation:kg-fade-up .6s .1s ease both;font-family:Manrope}.kg-hero__heading-accent{color:var(--kg-color-orange)}.kg-hero__sub{font-size:16px;color:var(--kg-color-white-70);line-height:1.7;max-width:480px;margin-bottom:36px;animation:kg-fade-up .6s .2s ease both}.kg-hero__buttons{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:44px;animation:kg-fade-up .6s .3s ease both}.kg-hero__btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;font-family:var(--kg-font);font-size:15px;font-weight:700;text-decoration:none;border-radius:6px;cursor:pointer;transition:all .2s;border:none}.kg-hero__btn--primary{background:var(--kg-color-orange);color:var(--kg-color-white)}.kg-hero__btn--primary:hover{background:var(--kg-color-orange-hover);transform:translateY(-2px);box-shadow:0 8px 20px #f47c2059}.kg-hero__btn--primary svg{width:16px;height:16px;fill:currentColor;transition:transform .2s}.kg-hero__btn--primary:hover svg{transform:translate(3px)}.kg-hero__btn--ghost{background:transparent;color:var(--kg-color-white);border:1.5px solid var(--kg-color-white-40)}.kg-hero__btn--ghost:hover{background:var(--kg-color-white-08);border-color:var(--kg-color-white-70);transform:translateY(-2px)}.kg-hero__features{display:flex;align-items:center;gap:5px 24px;flex-wrap:wrap;animation:kg-fade-up .6s .4s ease both}.kg-hero__feature{display:flex;align-items:center;gap:7px;font-size:13.5px;font-weight:500;color:var(--kg-color-white-70)}.kg-hero__feature-dot{width:7px;height:7px;border-radius:50%;background:var(--kg-color-orange);flex-shrink:0}@keyframes kg-fade-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.kg-services{background:#f0f2f5;padding:130px 0 100px}.kg-services__inner{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:30px;justify-content:space-between}.kg-services__left{flex:0 0 40%;max-width:40%}.kg-services__label{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:700;letter-spacing:1px;color:var(--kg-color-orange);text-transform:uppercase;margin-bottom:14px}.kg-services__label svg{width:16px;height:16px}.kg-services__heading{font-size:clamp(28px,3.2vw,44px);font-weight:800;color:var(--kg-color-navy);line-height:1.18;letter-spacing:-1px;margin-bottom:18px;font-family:Manrope}.kg-services__sub{font-size:15px;color:#6b7280;line-height:1.75;margin-bottom:32px}.kg-services__learn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#f47c20;color:var(--kg-color-white);font-family:var(--kg-font);font-size:15px;font-weight:700;text-decoration:none;border-radius:6px;transition:background .2s,transform .15s}.kg-services__learn:hover{background:var(--kg-color-orange);transform:translateY(-1px)}.kg-services__learn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}.kg-services__learn:hover svg{transform:translate(3px)}.kg-services__inner .kg-service-right-column{width:50%;display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.kg-services__inner .kg-service-right-column .kg-services__grid{display:flex;flex-direction:column;gap:15px}.kg-services__inner .kg-service-right-column .kg-services__grid:last-child{margin-top:-30px}.kg-services__card{background:var(--kg-color-white);border-radius:14px;padding:30px 22px;border:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;position:relative;transition:background .25s ease,border-color .25s ease;cursor:pointer}.kg-services__card:hover{background:var(--kg-color-orange);border-color:var(--kg-color-orange)}.kg-services__card:hover .kg-services__card-title{color:var(--kg-color-white)}.kg-services__card:hover .kg-services__card-text{color:#ffffffbf}.kg-services__card:hover .kg-services__card-icon{background:#fff3}.kg-services__card--featured{background:var(--kg-color-navy);border-color:transparent}.kg-services__card--featured:hover{background:var(--kg-color-orange);border-color:var(--kg-color-orange)}.kg-services__card--featured .kg-services__card-title{color:var(--kg-color-white)}.kg-services__card--featured .kg-services__card-text{color:#fff9}.kg-services__card--featured .kg-services__card-icon{background:#ffffff1f}.kg-services__card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:25px;margin-bottom:12px;flex-direction:column-reverse}.kg-services__card-icon{width:50px;height:50px;background:#0d215014;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .25s}.kg-services__card:hover .kg-services__card-icon{background:#ffffff40}.kg-services__card-icon svg{width:20px;height:20px;stroke:var(--kg-color-navy);transition:stroke .25s}.kg-services__card:hover .kg-services__card-icon svg{stroke:var(--kg-color-white)}.kg-services__card--featured .kg-services__card-icon{background:#ffffff26}.kg-services__card--featured:hover .kg-services__card-icon{background:#ffffff40}.kg-services__card--featured .kg-services__card-icon svg{stroke:var(--kg-color-white)}.kg-services__card-title{font-size:18px;font-weight:700;color:var(--kg-color-navy);line-height:1.3;flex:1;padding-top:2px;font-family:Manrope;letter-spacing:0}.kg-services__card-text{font-size:14px;color:#6b7280;line-height:1.65}.kg-services__card-link span{transition:transform .2s;display:inline-block}.kg-services__card-link:hover{color:var(--kg-color-orange)}.kg-services__card-link:hover span{transform:translate(4px)}.kg-products{background:var(--kg-color-white);padding:100px 0}.kg-products__inner{max-width:1280px;margin:0 auto;padding:0 20px}.kg-products__top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:20px}.kg-products__label{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:700;letter-spacing:1px;color:var(--kg-color-orange);text-transform:uppercase;margin-bottom:14px}.kg-products__label svg{width:15px;height:15px}.kg-products__heading{font-size:clamp(24px,3vw,36px);font-weight:800;color:var(--kg-color-navy);letter-spacing:-.8px;line-height:1.2;font-family:Manrope}.kg-products__nav{display:flex;align-items:center;gap:10px;flex-shrink:0}.kg-products__nav-btn{width:44px;height:44px;border-radius:50%;border:1.5px solid rgba(13,33,80,.18);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--kg-color-navy);transition:background .2s,border-color .2s,color .2s;flex-shrink:0}.kg-products__nav-btn:hover{background:var(--kg-color-orange);border-color:var(--kg-color-orange);color:var(--kg-color-white)}.kg-products__nav-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.kg-products__swiper{overflow:hidden}.kg-products__swiper .swiper-slide{height:auto}.kg-products__card{background:var(--kg-color-white);border:1px solid rgba(0,0,0,.07);border-radius:14px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s;cursor:pointer;display:flex;flex-direction:column;height:100%}.kg-products__card:hover{border-color:#f47c2040}.kg-products__card-img-wrap{position:relative;aspect-ratio:1/1;overflow:hidden;background:#f0f2f5;display:flex;align-items:center;justify-content:center;border-radius:12px;margin:12px 12px 0}.kg-products__card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease;border-radius:10px}.kg-products__card:hover .kg-products__card-img-wrap img{transform:scale(1.05)}.kg-products__card-badge{position:absolute;top:10px;left:10px;background:var(--kg-color-orange);color:var(--kg-color-white);font-size:10px;font-weight:700;padding:3px 9px;border-radius:100px;letter-spacing:.3px}.kg-products__card-body{padding:25px 16px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;flex:1}.kg-products__card-info{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.kg-products__card-cart{flex-shrink:0;width:36px;height:36px;border-radius:8px;background:#0d21500f;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;border:none}.kg-products__card-cart:hover{background:var(--kg-color-orange)}.kg-products__card-cart svg{width:16px;height:16px;stroke:var(--kg-color-navy);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke .2s}.kg-products__card-cart:hover svg{stroke:var(--kg-color-white)}.kg-products__card-name{font-size:16px;font-weight:700;color:#1a1a2e;line-height:1.3}.kg-products__card-name a{text-decoration:none;color:#1a1a2e}.kg-products__card-price{font-size:15px;font-weight:700;color:var(--kg-color-orange)}.kg-products__card-price strong{font-weight:800}.kg-products__card-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding:11px 20px;background:var(--kg-color-orange);color:var(--kg-color-white);font-family:var(--kg-font);font-size:13.5px;font-weight:700;border:none;border-radius:6px;cursor:pointer;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;width:100%}.kg-products__card-cta:hover{background:var(--kg-color-orange-hover);transform:translateY(-2px);box-shadow:0 8px 20px #f47c204d}.kg-products__card-cta svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}.kg-products__card-cta:hover svg{transform:translate(4px)}.kg-products__pagination{display:none}.kg-products__footer{text-align:center;margin-top:44px}.kg-products__view-all{display:inline-flex;align-items:center;gap:8px;padding:13px 32px;background:var(--kg-color-navy);color:var(--kg-color-white);font-family:var(--kg-font);font-size:14px;font-weight:700;text-decoration:none;border-radius:8px;transition:background .2s,transform .15s}.kg-products__view-all:hover{background:var(--kg-color-orange);transform:translateY(-1px)}.kg-products__view-all svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.kg-diss{display:flex;min-height:540px}.kg-diss__img-col{flex:1;position:relative;overflow:hidden;min-height:480px}.kg-diss__img-col img{width:100%;height:100%;object-fit:cover;display:block;min-height:260px}.kg-diss__content-col{flex:1;background:#0f2257;background-image:radial-gradient(ellipse at 80% 20%,#14327899,#091638 70%);padding:56px 52px;display:flex;flex-direction:column;justify-content:center}.kg-diss__badge{display:inline-flex;align-items:center;gap:7px;color:var(--kg-color-orange);font-size:14px;font-weight:600;margin-bottom:22px;width:fit-content;letter-spacing:1px;text-transform:uppercase}.kg-diss__badge svg{width:18px;height:18px}.kg-diss__heading{font-size:clamp(24px,2.8vw,38px);font-weight:800;color:var(--kg-color-white);line-height:1.18;letter-spacing:-.8px;margin-bottom:16px;font-family:Manrope}.kg-diss__text{font-size:15px;color:var(--kg-color-white-70);line-height:1.75;margin-bottom:28px}.kg-diss__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 32px;margin-bottom:36px}.kg-diss__card{display:flex;align-items:flex-start;gap:14px}.kg-diss__card-icon{flex-shrink:0;width:42px;height:42px;background:#f47c2026;border-radius:10px;display:flex;align-items:center;justify-content:center}.kg-diss__card-icon svg{width:20px;height:20px;stroke:var(--kg-color-orange)}.kg-diss__card-body{display:flex;flex-direction:column;gap:4px}.kg-diss__card-title{font-size:14px;font-weight:700;color:var(--kg-color-white);line-height:1.3;font-family:Manrope;letter-spacing:0}.kg-diss__card-text{font-size:13px;color:var(--kg-color-white-70);line-height:1.5}.kg-diss__buttons{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.kg-diss__btn{display:inline-flex;align-items:center;padding:12px 24px;font-family:var(--kg-font);font-size:14px;font-weight:700;border-radius:6px;text-decoration:none;cursor:pointer;transition:all .2s;border:none;white-space:nowrap}.kg-diss__btn--primary{background:var(--kg-color-orange);color:var(--kg-color-white)}.kg-diss__btn--primary:hover{background:var(--kg-color-orange-hover);transform:translateY(-1px)}.kg-diss__btn--ghost{background:transparent;color:var(--kg-color-white);border:1.5px solid var(--kg-color-white-40)}.kg-diss__btn--ghost:hover{background:var(--kg-color-white-08);border-color:#ffffffb3}.kg-steps{background:var(--kg-color-white);padding:100px 0;overflow:hidden}.kg-steps__inner{max-width:1280px;margin:0 auto;padding:0 20px}.kg-steps__header{text-align:center;margin-bottom:70px}.kg-steps__label{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--kg-color-orange);margin-bottom:16px}.kg-steps__label-icon{width:16px;height:16px;color:var(--kg-color-orange)}.kg-steps__label-icon svg{width:16px;height:16px;fill:var(--kg-color-orange)}.kg-steps__heading{font-size:clamp(30px,4vw,52px);font-weight:800;color:var(--kg-color-navy);letter-spacing:-1px;line-height:1.15;margin-bottom:18px;font-family:Manrope}.kg-steps__sub{font-size:15px;color:#6b7280;line-height:1.7;max-width:520px;margin:0 auto}.kg-steps__track{display:flex;align-items:flex-start;justify-content:center;gap:0;position:relative;padding-top:0}.kg-steps__connector{position:absolute;top:0;left:0;width:100%;height:200px;pointer-events:none;z-index:0}.kg-steps__connector path{stroke:#0d21501f;stroke-width:1.5;fill:none;stroke-dasharray:6 4}.kg-steps__step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.kg-steps__step--side{padding-top:80px}.kg-steps__step--center{padding-top:0}.kg-steps__circle{width:100px;height:100px;border-radius:50%;background:var(--kg-color-navy);border:1.5px solid rgba(13,33,80,.15);box-shadow:0 8px 28px #0d21502e;display:flex;align-items:center;justify-content:center;margin-bottom:28px;transition:box-shadow .3s,background .3s}.kg-steps__step--center .kg-steps__circle{width:130px;height:130px;background:var(--kg-color-navy);box-shadow:0 12px 40px #0d215047;border-color:#f47c2066}.kg-steps__step:hover .kg-steps__circle{background:var(--kg-color-orange);box-shadow:0 12px 36px #f47c204d}.kg-steps__num-text{font-size:36px;font-weight:800;color:var(--kg-color-white);letter-spacing:-1px;line-height:1}.kg-steps__step--center .kg-steps__num-text{font-size:46px}.kg-steps__body{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:280px}.kg-steps__title{font-size:18px;font-weight:800;color:var(--kg-color-navy);line-height:1.25;font-family:Manrope;letter-spacing:0}.kg-steps__text{font-size:14px;color:#6b7280;line-height:1.65}.kg-steps__cta{display:inline-flex;align-items:center;gap:8px;margin-top:28px;padding:13px 28px;background:var(--kg-color-orange);color:var(--kg-color-white);font-family:var(--kg-font);font-size:15px;font-weight:700;letter-spacing:0;text-transform:none;text-decoration:none;border:none;border-radius:6px;transition:background .2s,transform .2s,box-shadow .2s}.kg-steps__cta svg{width:16px;height:16px;transition:transform .2s}.kg-steps__cta:hover{background:var(--kg-color-orange-hover);transform:translateY(-2px);box-shadow:0 8px 20px #f47c2059}.kg-steps__cta:hover svg{transform:translate(4px)}.kg-why{padding:100px 0;background-image:url(https://cdn.shopify.com/s/files/1/0993/9317/5684/files/7467.jpg?v=1771585324);background-size:25%;background-repeat:repeat;background-position:center;position:relative}.kg-why:after{content:"";position:absolute;left:0;right:0;bottom:0;top:0;background:linear-gradient(180deg,#f0f2f5cc,#f0f2f5f2)}.kg-why__inner{max-width:1280px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.kg-why__header{text-align:center;margin-bottom:48px}.kg-why__label{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:700;letter-spacing:1px;color:var(--kg-color-orange);text-transform:uppercase;margin-bottom:14px}.kg-why__label svg{width:16px;height:16px}.kg-why__heading{font-size:clamp(28px,3.5vw,44px);font-weight:800;color:var(--kg-color-navy);letter-spacing:-1px;line-height:1.2;font-family:Manrope}.kg-why__sub{font-size:15px;color:#6b7280;line-height:1.7;max-width:520px;margin:12px auto 0}.kg-why__video{width:100%;max-width:1000px;margin:0 auto 72px;aspect-ratio:16 / 9;background:var(--kg-color-navy);border-radius:16px;overflow:hidden;position:relative;cursor:pointer}.kg-why__video .kg-video-main{width:100%;height:100%}.kg-why__video iframe{width:100%;height:100%;object-fit:cover;display:block}.kg-why__video-inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;transition:background .3s}.kg-why__video-play{width:68px;height:68px;border-radius:50%;background:var(--kg-color-white);display:flex;align-items:center;justify-content:center;transition:transform .25s,background .25s}.kg-why__video:hover .kg-why__video-play{transform:scale(1.1);background:var(--kg-color-orange)}.kg-why__video-play svg{width:24px;height:24px;color:var(--kg-color-navy);margin-left:4px;transition:color .25s}.kg-why__video:hover .kg-why__video-play svg{color:var(--kg-color-white)}.kg-why__video-label{font-size:13px;font-weight:600;color:#fffc;letter-spacing:1px;text-transform:uppercase}.kg-why__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:32px}.kg-why__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.kg-why__icon{width:110px;height:95px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:background .25s,transform .25s}.kg-why__icon img{width:100%;height:100%;object-fit:contain}.kg-why__icon svg{width:28px;height:28px;stroke:var(--kg-color-orange);transition:stroke .25s}.kg-why__item:hover .kg-why__icon svg{stroke:var(--kg-color-white)}.kg-why__text{font-size:14px;color:#6b7280;line-height:1.4;flex:1;margin-bottom:0}.kg-why__title{font-size:18px;font-weight:800;color:var(--kg-color-navy);margin-bottom:5px;line-height:1.3;font-family:Manrope;letter-spacing:0}.kg-why__link{font-size:13px;font-weight:700;color:var(--kg-color-orange);text-decoration:none;transition:color .2s}.kg-why__link:hover{color:var(--kg-color-navy)}.kg-brands{background:#fff;padding:100px 0;overflow:hidden}.kg-brands__inner{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:40px}.kg-brands__label{display:inline-flex;align-items:center;gap:7px;font-family:var(--kg-font);font-size:14px;font-weight:700;letter-spacing:1px;color:var(--kg-color-orange);text-transform:uppercase}.kg-brands__label svg{width:15px;height:15px;stroke:var(--kg-color-orange);fill:none;flex-shrink:0}.kg-brands__swiper{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 12%,black 88%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 12%,black 88%,transparent 100%)}.kg-brands__track{display:flex;align-items:center;width:max-content;animation:kg-brands-scroll 22s linear infinite}.kg-brands__track:hover{animation-play-state:paused}@keyframes kg-brands-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.kg-brands__logo{display:flex;align-items:center;justify-content:center;padding:0 52px;opacity:.28;filter:grayscale(1);transition:opacity .25s,filter .25s;flex-shrink:0}.kg-brands__logo:hover{opacity:.65;filter:grayscale(0)}.kg-brands__logo img{height:32px;width:auto;object-fit:contain;display:block}@media(max-width:640px){.kg-brands__logo{padding:0 28px}.kg-brands__logo img{height:24px}}.kg-testi{background:#fff;padding:100px 0;overflow:hidden}.kg-testi__inner{max-width:1280px;margin:0 auto;padding:0 20px}.kg-testi__header{text-align:center;margin-bottom:52px}.kg-testi__label{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:700;letter-spacing:1px;color:var(--kg-color-orange);text-transform:uppercase;margin-bottom:14px}.kg-testi__label svg{width:16px;height:16px}.kg-testi__heading{font-size:clamp(28px,3.5vw,44px);font-weight:800;color:var(--kg-color-navy);letter-spacing:-1px;line-height:1.2;margin-bottom:14px;font-family:Manrope}.kg-testi__sub{font-size:15px;color:#6b7280;line-height:1.7;max-width:520px;margin:0 auto}.kg-testi__swiper-wrap{position:relative;overflow:hidden;margin:0 -16px;padding:0 16px}.kg-testi__swiper-wrap:before,.kg-testi__swiper-wrap:after{content:"";position:absolute;top:0;bottom:48px;width:60px;z-index:2;pointer-events:none}.kg-testi__swiper-wrap:before{left:0;background:linear-gradient(to right,#fff 30%,transparent 100%)}.kg-testi__swiper-wrap:after{right:0;background:linear-gradient(to left,#fff 30%,transparent 100%)}.kg-testi__swiper{overflow:visible}.kg-testi__card{background:var(--kg-color-white);border-radius:16px;padding:32px 28px;border:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;gap:24px;height:100%;box-sizing:border-box;transition:box-shadow .25s,border-color .25s}.kg-testi__card:hover{box-shadow:0 12px 36px #0d21501a;border-color:#f47c2033}.kg-testi__quote{font-size:14px;color:#374151;line-height:1.75;flex:1}.kg-testi__author{display:flex;align-items:center;gap:12px}.kg-testi__avatar{width:44px;height:44px;border-radius:50%;background:#0d21501a;color:var(--kg-color-navy);font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.kg-testi__name{display:block;font-size:16px;font-weight:800;color:var(--kg-color-navy)}.kg-testi__role{display:block;font-size:14px;color:#9ca3af}.kg-testi__pagination{text-align:center;margin-top:32px}.kg-testi__pagination .swiper-pagination-bullet{width:8px;height:8px;background:#0d215033;opacity:1;transition:background .2s,width .2s;border-radius:4px}.kg-testi__pagination .swiper-pagination-bullet-active{background:var(--kg-color-orange);width:24px}@media(max-width:991px){.kg-services__inner .kg-service-right-column{width:100%}.kg-services__inner{flex-direction:column;align-items:flex-start;gap:70px}.kg-services__left{flex:1;max-width:100%}.kg-diss__img-col{flex:0 0 45%}.kg-diss__grid{grid-template-columns:1fr}}@media(max-width:767px){.kg-header__nav{display:none}.kg-diss__grid{grid-template-columns:1fr 1fr}.kg-header__hamburger{display:flex}.kg-brands,.kg-products,.kg-testi{padding:50px 0}.kg-why__grid{grid-template-columns:repeat(2,1fr);gap:32px}.kg-why{padding:50px 0}.kg-why__video{margin-bottom:48px}.kg-brands__logo img{height:24px}.kg-services__inner{flex-direction:column;gap:40px}.kg-services__left{flex:none;max-width:100%}.kg-services__grid{grid-template-columns:1fr 1fr;gap:16px}.kg-services{padding:50px 0}.kg-diss{flex-direction:column}.kg-diss__img-col{min-height:260px;flex:none;width:100%}.kg-diss__content-col{flex:none;padding:40px 20px}.kg-steps__track{flex-direction:column;align-items:center;gap:36px}.kg-steps__connector{display:none}.kg-steps__header{margin-bottom:40px}.kg-steps{padding:50px 0}.kg-steps__step--side,.kg-steps__step--center{padding-top:0}.kg-steps__step--center .kg-steps__circle,.kg-steps__circle{width:90px;height:90px;border:none}.kg-steps__step--center .kg-steps__num-text{font-size:36px}}@media(max-width:480px){.kg-services__grid,.kg-diss__grid{grid-template-columns:1fr}.kg-services__inner .kg-service-right-column{display:block}.kg-services__inner .kg-service-right-column .kg-services__grid:last-child{margin-top:15px}.kg-header__hamburger,.kg-header__icon-btn{width:30px;height:30px}.kg-header__logo-img{max-width:126px}}@media(min-width:768px){.kg-sidebar,.kg-sidebar-overlay{display:none!important}}.kg-hero{position:relative;width:100%;overflow:hidden}.kg-hero .kg-hero-swiper{width:100%}.kg-hero .kg-hero-swiper .swiper-slide{position:relative;display:flex;align-items:center;overflow:hidden;padding:115px 0;height:calc(100vh - 112px);min-height:400px}.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:url(https://cdn.shopify.com/s/files/1/0993/9317/5684/files/York_Appothacary_pic.jpg?v=1772165823);background-size:cover;background-repeat:no-repeat;background-position:right center;display:block}.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__bg.kg-slide__bg-mobile{display:none}.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0f0f0fb5,#0f0f0f96 35%,#0f0f0f00 60%,#0f0f0f0d);display:none}.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__inner{position:relative;z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:0 20px}.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__inner .kg-slide__content{max-width:550px}.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__inner .kg-slide__content .kg-slide__heading{font-size:65px;font-weight:800;color:var(--kg-color-white);line-height:1.15;letter-spacing:-2px;max-width:640px;margin-bottom:20px;animation:kg-fade-up .6s .1s ease both;font-family:Manrope;text-transform:uppercase}.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__inner .kg-slide__content .kg-slide__heading em{font-style:normal;color:var(--kg-color-orange);letter-spacing:-2px}.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__inner .kg-slide__content .kg-slide__sub{font-size:16px;color:var(--kg-color-white-70);line-height:1.7;max-width:480px;margin-bottom:36px;animation:kg-fade-up .6s .1s ease both;text-transform:capitalize}.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__inner .kg-slide__content .kg-slide__btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;font-family:var(--kg-font);font-size:15px;font-weight:700;text-decoration:none;border-radius:6px;cursor:pointer;transition:all .2s;border:none;background:var(--kg-color-orange);color:var(--kg-color-white)}.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__inner .kg-slide__content .kg-slide__btn:hover{background:var(--kg-color-orange-hover);transform:translateY(-2px);box-shadow:0 8px 20px #f47c2059}.kg-hero .swiper-pagination{bottom:18px!important}.kg-hero .swiper-pagination-bullet{width:8px;height:8px;background:#fff6;opacity:1;transition:all .3s}.kg-hero .swiper-pagination-bullet-active{background:var(--kg-color-orange);width:28px;border-radius:4px}.kg-hero .swiper-button-next,.kg-hero .swiper-button-prev{width:42px;height:42px;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:50%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff!important;transition:background .2s,border-color .2s}.kg-hero .swiper-button-next:hover,.kg-hero .swiper-button-prev:hover{background:var(--kg-color-orange);border-color:var(--kg-color-orange)}.kg-hero .swiper-button-next:after,.kg-hero .swiper-button-prev:after{font-size:13px!important;font-weight:900}.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__bg.kg-slide-bg-01{background:url(https://cdn.shopify.com/s/files/1/0993/9317/5684/files/Roller_banner.png?v=1772510557);background-size:cover;background-repeat:no-repeat;background-position:center}.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__bg.kg-slide-bg-02{background:url(https://cdn.shopify.com/s/files/1/0993/9317/5684/files/posters.png?v=1772510556);background-size:cover;background-repeat:no-repeat;background-position:center}.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__bg.kg-slide-bg-03{background:url(https://cdn.shopify.com/s/files/1/0993/9317/5684/files/Stickers.png?v=1772510557);background-size:cover;background-repeat:no-repeat;background-position:center}.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__bg.kg-slide-bg-04{background:url(https://cdn.shopify.com/s/files/1/0993/9317/5684/files/Seating_plan.png?v=1772510557);background-size:cover;background-repeat:no-repeat;background-position:center}@media(max-width:768px){.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__bg{display:none}.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__bg.kg-slide__bg-mobile{display:block;background-position:center}.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__overlay{background:linear-gradient(0deg,#000000de,transparent)}.kg-hero .kg-hero-swiper .swiper-slide{padding:240px 0 0}.kg-hero .kg-hero-swiper .swiper-slide .kg-slide__inner .kg-slide__content .kg-slide__heading{font-size:48px}}.kg-newsletter{background:linear-gradient(105deg,#d94e14,#f47c20,#f5a93a);padding:0;position:relative;overflow:hidden}.kg-newsletter:before{content:"";position:absolute;top:-60px;right:-60px;width:220px;height:220px;background:#ffffff12;border-radius:50%;pointer-events:none}.kg-newsletter:after{content:"";position:absolute;bottom:-80px;left:30%;width:180px;height:180px;background:#ffffff0d;border-radius:50%;pointer-events:none}.kg-newsletter__inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:48px;padding:40px 20px;position:relative;z-index:1}.kg-newsletter__left{display:flex;align-items:center;gap:20px;flex-shrink:0;max-width:460px}.kg-newsletter__icon{width:60px;height:60px;border:2px solid rgba(255,255,255,.55);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#ffffff1f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.kg-newsletter__icon svg{width:24px;height:24px;stroke:#fff}.kg-newsletter__text{display:flex;flex-direction:column;gap:6px}.kg-newsletter__title{font-size:22px;font-weight:800;color:#fff;letter-spacing:-.3px;line-height:1.2}.kg-newsletter__desc{font-size:13.5px;color:#ffffffd1;line-height:1.55;max-width:340px}.kg-newsletter__form{display:flex;flex:1;max-width:580px;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 32px #0000002e}.kg-newsletter__input{flex:1;border:none;outline:none;padding:0 26px;font-size:15px;font-family:var(--kg-font);color:#333;background:transparent;min-width:0;box-shadow:none}.kg-newsletter__input::placeholder{color:#bbb}.kg-newsletter__btn{flex-shrink:0;background:var(--kg-color-orange);color:#fff;border:none;padding:0 21px;font-size:15px;font-weight:700;font-family:var(--kg-font);cursor:pointer;border-radius:6px;height:45px;margin:5px;display:inline-flex;align-items:center;gap:8px;transition:background .2s,transform .2s,box-shadow .2s}.kg-newsletter__btn:hover{background:var(--kg-color-orange-hover);transform:translateY(-2px);box-shadow:0 8px 20px #f47c2059}.kg-newsletter__btn-text{position:relative}.kg-newsletter__btn-icon{width:16px;height:16px;transition:transform .2s}.kg-newsletter__btn:hover .kg-newsletter__btn-icon{transform:translate(3px)}.kg-testi__swiper-wrap .kg-testi__swiper .swiper-slide{height:auto}.kg-why__video .kg-video-main video{width:100%;height:100%;display:block}footer.kg-footer{background:var(--kg-color-navy-dark);padding:0}footer.kg-footer .footer__content-top{max-width:1280px;margin:0 auto;padding:0 20px}footer.kg-footer .footer__content-top .footer__blocks-wrapper{display:grid;grid-template-columns:1.6fr 1.4fr 1fr 1fr;gap:48px;padding:65px 0 80px}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item{width:100%;max-width:100%;margin:0}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content{display:block;margin:0}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content .footer-block__image-wrapper{margin:0;width:100%;max-width:100%!important}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content .footer-block__image-wrapper img{max-width:195px;margin-bottom:20px}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content .kg-content p{font-size:14px;color:var(--kg-color-white-70);line-height:1.75;margin-bottom:24px;text-align:left}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content .kg-social-icons ul.footer__list-social{display:flex;gap:12px;justify-content:flex-start}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content .kg-social-icons ul.footer__list-social li.list-social__item .link{width:38px;height:38px;border-radius:50%;background:var(--kg-color-white-08);border:1px solid var(--kg-color-white-15);display:flex;align-items:center;justify-content:center;color:var(--kg-color-white-70);text-decoration:none;transition:background .2s,color .2s,border-color .2s}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content .kg-social-icons ul.footer__list-social li.list-social__item .link:hover{background:var(--kg-color-orange);color:#fff;border-color:var(--kg-color-orange)}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content .kg-social-icons ul.footer__list-social li.list-social__item .link span.svg-wrapper svg{width:18px;height:18px}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item h2.footer-block__heading{font-size:14px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#fff;margin-bottom:20px;position:relative;padding-bottom:12px;font-family:Manrope}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .kg-footer__address-list li a{font-size:14px;color:var(--kg-color-white-70);text-decoration:none;transition:color .2s,padding-left .2s;display:inline-block;line-height:1.1;padding:0}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item h2.footer-block__heading:after{content:"";position:absolute;bottom:0;left:0;width:32px;height:2px;background:var(--kg-color-orange);border-radius:2px}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item.footer-block--menu ul.footer-block__details-content{list-style:none;display:flex;flex-direction:column;gap:16px;margin:0}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item.footer-block--menu ul.footer-block__details-content li{margin:0;line-height:1}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item.footer-block--menu ul.footer-block__details-content li .link{font-size:14px;color:var(--kg-color-white-70);text-decoration:none;transition:color .2s,padding-left .2s;display:inline-block;line-height:1.1;padding:0}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .kg-footer__address-list{list-style:none;display:flex;flex-direction:column;gap:16px}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .kg-footer__address-list li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--kg-color-white-70);line-height:1.6}.footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .kg-footer__address-list li svg{width:16px;height:16px;stroke:var(--kg-color-orange);flex-shrink:0;margin-top:2px}footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item.footer-block--menu ul.footer-block__details-content li .link:hover{color:var(--kg-color-orange);padding-left:6px}footer.kg-footer .footer__content-bottom{display:flex;align-items:center;justify-content:space-between;padding:24px 0;gap:16px;border-top:1px solid #ffffff29}footer.kg-footer .footer__content-bottom .footer__content-bottom-wrapper{padding:0;width:72%}footer.kg-footer .footer__content-bottom .footer__content-bottom-wrapper:last-child{width:28%;margin:0}footer.kg-footer .footer__content-bottom .footer__content-bottom-wrapper .footer__column .footer__payment{margin:0;width:100%}footer.kg-footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright{margin:0}.footer.kg-footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .kg-footer__address-list li a:hover{color:var(--kg-color-orange)}footer.kg-footer .footer__content-bottom .kg-footer-btm{padding:0 20px;width:100%;max-width:1280px;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;flex-wrap:wrap}footer.kg-footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright .copyright__content{font-size:13px;color:var(--kg-color-white-40);line-height:1}footer.kg-footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright .copyright__content a{text-decoration:none;transition:all .3s ease}footer.kg-footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright .copyright__content a:hover{color:#f47c20}footer.kg-footer .footer__content-bottom .footer__content-bottom-wrapper .footer__column .footer__payment ul.list-payment{margin:0;gap:5px}footer.kg-footer .footer__content-bottom .footer__content-bottom-wrapper .footer__column .footer__payment ul.list-payment li.list-payment__item svg{width:40px;height:24px}footer.kg-footer .footer__content-bottom .footer__content-bottom-wrapper .footer__column .footer__payment ul.list-payment li.list-payment__item{padding:0}footer.kg-footer .footer__content-bottom .footer__content-bottom-wrapper .footer__column{padding:0}@media(max-width:1024px){footer.kg-footer .footer__content-top .footer__blocks-wrapper{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:991px){footer.kg-footer .footer__content-bottom .footer__content-bottom-wrapper:last-child{width:100%;margin:0 0 14px;justify-content:center}footer.kg-footer .footer__content-bottom .kg-footer-btm{flex-direction:column-reverse}footer.kg-footer .footer__content-bottom .footer__content-bottom-wrapper{width:100%}footer.kg-footer .footer__content-bottom .footer__content-bottom-wrapper .footer__column .footer__payment ul.list-payment{justify-content:center;padding:0}}@media(max-width:640px){.kg-newsletter__inner{flex-direction:column;align-items:stretch;gap:24px}.kg-newsletter__left{justify-content:flex-start}.kg-newsletter__desc,.kg-newsletter__form{max-width:100%}footer.kg-footer .footer__content-top .footer__blocks-wrapper{grid-template-columns:1fr;gap:45px;padding:48px 0 32px}}.kg-card-wrapper.card-wrapper .card{background:var(--kg-color-white);border:1px solid rgba(0,0,0,.07);border-radius:14px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s;cursor:pointer;display:flex;flex-direction:column;height:100%}.kg-card-wrapper.card-wrapper .card .kg-card-inner{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#f0f2f5;display:flex;align-items:center;justify-content:center;border-radius:12px;margin:12px 12px 0;width:auto}.kg-card-wrapper.card-wrapper .card>.card__content{padding:25px 16px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;flex:1}.kg-card-wrapper.card-wrapper .card>.card__content .card__information{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0;padding:0}.kg-card-wrapper.card-wrapper .card>.card__content .card__information h3 a{font-size:16px;font-weight:700;color:#1a1a2e;line-height:1.3;text-decoration:none}.kg-card-wrapper.card-wrapper .card>.card__content .card__information .price{margin:0}.kg-card-wrapper.card-wrapper .card>.card__content .card__information .price span{font-size:15px;font-weight:700;color:var(--kg-color-orange)}.kg-card-wrapper.card-wrapper .card>.card__content .quick-add{margin:0}.kg-card-wrapper.card-wrapper .card>.card__content .quick-add button.quick-add__submit{flex-shrink:0;width:36px;height:36px;border-radius:8px;background:#0d21500f;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;border:none;padding:0;min-height:auto;border:0}.kg-card-wrapper.card-wrapper .card>.card__content .quick-add button.quick-add__submit:after,.kg-card-wrapper.card-wrapper .card>.card__content .quick-add button.quick-add__submit:before{display:none}.kg-card-wrapper.card-wrapper .card .kg-card-inner .card__content{padding:0;display:block;position:unset}.kg-card-wrapper.card-wrapper .card .kg-card-inner .card__content .card__badge{position:absolute;right:0;top:0}.kg-card-wrapper.card-wrapper .card .kg-card-inner .card__content .card__badge span.badge{border:0;border-radius:4px;letter-spacing:0;background:#df0505}.kg-card-wrapper.card-wrapper .card>.card__content .quick-add button.quick-add__submit svg{width:16px;height:16px;stroke:var(--kg-color-navy);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke .2s}.shopify-section-group-header-group sticky-header.header-wrapper header.kg-header header-drawer summary.header__icon svg.icon path{fill:#000143}
/*# sourceMappingURL=/cdn/shop/t/6/assets/kg-custom.css.map */
