/** Shopify CDN: Minification failed

Line 8592:0 Expected "}" to go with "{"

**/
/* SF Pro Text Light */
@font-face {
    font-family: "SF Pro Text";
    src: url("/cdn/shop/files/SF-Pro-Text-Light.otf?v=1775623059") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* SF Pro Text Regular */
@font-face {
    font-family: "SF Pro Text";
    src: url("/cdn/shop/files/SF-Pro-Text-Regular.otf?v=1775623046") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* SF Pro Text Medium */
@font-face {
    font-family: "SF Pro Text";
    src: url("/cdn/shop/files/SF-Pro-Text-Medium.otf?v=1775623052") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/* SF Pro Text Semibold */
@font-face {
    font-family: "SF Pro Text";
    src: url("/cdn/shop/files/SF-Pro-Text-Semibold.otf?v=1775623063") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* SF Pro Text Bold */
@font-face {
    font-family: "SF Pro Text";
    src: url("/cdn/shop/files/SF-Pro-Text-Bold.otf?v=1775623067") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



/* SF Pro Display */


@font-face {
    font-family: 'SF Pro Display';
    src: url('/cdn/shop/files/SFPRODISPLAYREGULAR.OTF?v=1775622496') format('opentype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'SF Pro Display';
    src: url('/cdn/shop/files/SFPRODISPLAYMEDIUM.OTF?v=1775622480') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('/cdn/shop/files/fonnts.com-SF_Pro_Display_Semibold.otf?v=1775625338') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('/cdn/shop/files/SFPRODISPLAYBOLD.OTF?v=1775622455') format('opentype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "SF Pro Text" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body h1,
body h2,
body h3,
body h4 {
    font-family: 'SF Pro Display' !important;
}

.kg-container {
    width: 100%;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1382px;
}

/* .kg-container {
    width: 100%;
    margin: auto;
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 991px) {
    .kg-container {
        max-width: 1400px;
        padding-left: 20px;
        padding-right: 20px;
    }
} */


/* .kg-container-wrap{
    max-width: 1775px;
    width:100%;
    margin: auto;
    padding: 0 48px;
} */

.kg-container-wrap {
    width: 100%;
    margin: auto;
    max-width: 1382px;
    padding-left: 16px;
    padding-right: 16px;
}


/* header css start*/
.shopify-section--header {
    z-index: 999 !important;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto;
    padding: 12px 16px !important;
    max-width: 1382px;
    margin: auto
}

#shopify-section-header.shopify-section--header {
    margin-bottom: 0;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem {
    margin: 0;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav {
    /* position: relative; */
    padding: 0;
    position: static;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-header-logo {
    order: -1;
    margin: 0;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-third-header-wapper {
    margin: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row-reverse;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-third-header-wapper nav.Header__SecondaryNav ul {
    margin: 0;
    display: flex !important;
    align-items: center;
    gap: 30px;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-third-header-wapper nav.Header__SecondaryNav ul li.HorizontalList__Item {
    margin: 0;
    width: auto;
    height: 26px;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-third-header-wapper nav.Header__SecondaryNav ul li.HorizontalList__Item .Heading {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #000c;
}

.kg-AnnouncementBar-Wrapper {
    position: relative;
    z-index: 1;
    border-bottom: 0;
}

.kg-AnnouncementBar-Wrapper .kg-AnnouncementBar {
    font-size: 14px;
}

.kg-AnnouncementBar-Wrapper .kg-AnnouncementBar .kg-AnnouncementBar-text {
    padding: 5px 15px;
    background: #f5f5f7;
}

.kg-AnnouncementBar-Wrapper .kg-AnnouncementBar .kg-AnnouncementBar-text p.AnnouncementBar__Content.Heading a {
    color: #000c !important;
    font-family: 'SF Pro Text';
    font-size: 12px;
    line-height: 16px;
    display: block;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item a.Heading {
    font-size: 12px;
    font-weight: 300;
    color: #000c !important;
    text-decoration: none;
    letter-spacing: 0;
    display: flex;
    transition: color .2s;
    font-family: 'SF Pro Text';
    line-height: 1;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: static;
    margin: 0 18px;
}

.shopify-section.shopify-section--header {
    position: sticky;
    top: 0;
}

.kg-Header.Header {
    background: rgba(255, 255, 255, .8) !important;
    backdrop-filter: saturate(180%) blur(20px);
    box-shadow: unset !important;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item a.Heading svg {
    width: 15px;
    color: #000000;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item a.Heading svg path {
    fill: #000000;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-third-header-wapper nav.Header__SecondaryNav ul li.HorizontalList__Item .Heading .kg-cart {
    color: #fff;
    font-size: 0;
    position: absolute;
    bottom: 1px;
    right: -7px;
    background: #0071e3;
    border-radius: 29px;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SF Pro Text;
    left: 0;
    margin: auto;
}
.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .Header__LinkSpacer:after {
    top: 0;
    border-bottom: 1px solid #000;
    left: 0;
    bottom: unset;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item a.Heading span.Header__LinkSpacer {
    bottom: 8px;
    display: none;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-third-header-wapper nav.Header__SecondaryNav ul li.HorizontalList__Item .Heading .kg-cart span.Header__CartCount {
    font-size: 9px;
    color: #ffffff;
    line-height: 1;
    position: relative;
    top: -1px;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-third-header-wapper button.Header__Icon.Icon-Wrapper {
    color: #000000 !important;
    background: transparent !important;
}

.shopify-section .SidebarMenu {
    z-index: 1111;
}

.SidebarMenu .Drawer__Content .Drawer__Main .SidebarMenu__Nav .Collapsible a {
    padding: 10px 0;
    font-family: 'SF Pro Text';
    color: #000c;
    font-size: 12px;
    font-weight: 300;
}

.SidebarMenu .Drawer__Content .Drawer__Main .SidebarMenu__Nav ul li.Linklist__Item a {
    font-family: 'SF Pro Text';
    color: #000c;
    opacity: 1;
    font-size: 12px;
}

.SidebarMenu .Drawer__Content .Drawer__Main {
    padding: 0px !important;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-third-header-wapper a.Header__Icon.Icon-Wrapper {
    width: 20px;
    align-items: center;
    height: 20px;
    justify-content: center;
    display: none;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-third-header-wapper a.Header__Icon.Icon-Wrapper svg {
    top: 1px;
    position: relative;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-third-header-wapper button.Header__Icon.Icon-Wrapper svg.Icon {
    width: 18px;
    height: 18px;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-header-logo img.Header__LogoImage {
    max-width: 100%;
}

.shopify-section .SidebarMenu header.Drawer__Header button.Drawer__Close {
    background: transparent !important;
}

.shopify-section .SidebarMenu header.Drawer__Header button.Drawer__Close svg path {
    stroke: #000 !important;
}

.shopify-section .SidebarMenu header.Drawer__Header button.Drawer__Close svg {
    width: 14px;
    height: 14px;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-third-header-wapper button.Header__Icon.Icon-Wrapper svg {
    height: 16px;
    width: 16px;
}

@media (max-width:991px) {
    .kg-Header .kg-Header-Wrapper.Header__Wrapper {
        padding: 12px 16px !important;
    }
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .DropdownMenu {
    left: -10px;
    top: 254%;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .DropdownMenu::before {
    background: #0071e3;
    height: 3px;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .DropdownMenu ul .Linklist__Item {
    margin-bottom: 5px;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .DropdownMenu ul .Linklist__Item a.Link {
    font-family: 'GTStandard-M';
    text-transform: uppercase;
    font-size: 14px;
    line-height: 2;
    padding: 0 18px;
    transition: all .3s ease;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .DropdownMenu ul .Linklist__Item a.Link:hover {
    background: #0071e3;
    color: #000;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .MegaMenu {
    background: #f7f7f6;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .MegaMenu .MegaMenu__Inner .MegaMenu__Item .MegaMenu__Push .MegaMenu__PushImageWrapper img.Image--fadeIn {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    transition: opacity .3s ease, transform .8s cubic-bezier(.25, .46, .45, .94), -webkit-transform .8s cubic-bezier(.25, .46, .45, .94);
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .MegaMenu .MegaMenu__Inner .MegaMenu__Item .MegaMenu__Push .MegaMenu__PushImageWrapper::before {
    padding-bottom: 100%
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item>.MegaMenu>.MegaMenu__Inner .kg-MegaMenu-Inner .MegaMenu__Item a {
    color: #000;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item>.MegaMenu>.MegaMenu__Inner .kg-MegaMenu-Inner .MegaMenu__Item a:hover {
    color: #0071e3;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .MegaMenu .MegaMenu__Inner .MegaMenu__Item .MegaMenu__Push .MegaMenu__PushImageWrapper {
    margin: 0px auto 10px;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .MegaMenu .MegaMenu__Inner .MegaMenu__Item .MegaMenu__Push p.MegaMenu__PushHeading.Heading.u-h6 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 1px;
    font-family: 'Inter', sans-serif;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .MegaMenu .MegaMenu__Inner .MegaMenu__Item .MegaMenu__Push p.MegaMenu__PushSubHeading.Heading.Text--subdued.u-h7 {
    color: #000;
    font-size: .95rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: color .2s;
    font-family: 'Inter', sans-serif;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .MegaMenu .MegaMenu__Inner .MegaMenu__Item .MegaMenu__Push .MegaMenu__PushImageWrapper {
    border-radius: 6px;
    overflow: hidden;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .MegaMenu .MegaMenu__Inner .MegaMenu__Item {
    margin: 0px 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100% !important;
    max-width: 80%;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .MegaMenu .MegaMenu__Inner .MegaMenu__Item .MegaMenu__Push--shrink {
    width: 100%;
    padding: 0;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .MegaMenu .MegaMenu__Inner .kg-MegaMenu-Inner {
    max-width: 20%;
    width: 100%;
    padding: 0 15px;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .MegaMenu .MegaMenu__Inner .kg-MegaMenu-Inner .MegaMenu__Item {
    display: block;
    margin: 0;
    max-width: 100%;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .MegaMenu {
    background: #f7f7f6;
    visibility: hidden;
    opacity: 0;
}

.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item:hover .MegaMenu {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 1239px) {
    .kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-third-header-wapper nav.Header__SecondaryNav ul li.HorizontalList__Item .Heading svg {
        width: 18px;
        height: 50px;
    }

    .kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-third-header-wapper {
        gap: 25px;
    }

    .kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-third-header-wapper nav.Header__SecondaryNav ul {
        gap: 25px;
    }

    .kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-third-header-wapper nav.Header__SecondaryNav ul li.HorizontalList__Item .Heading .kg-cart {
        right: -5px;
    }
}

/* header css end*/


.kg-marquee-wrapper .marquee .marquee__inner {
    display: flex;
    width: max-content;
    animation: marquee linear infinite;
}


.kg-marquee-wrapper .marquee .marquee__inner .marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
}

section.kg-marquee-wrapper.marquee-wrapper .marquee {
    background: #f7f7f6;
}

.kg-marquee-wrapper .marquee .marquee__inner .marquee-item img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}


.kg-marquee-wrapper .marquee .marquee__inner .marquee-item a,
.kg-marquee-wrapper .marquee .marquee__inner .marquee-item span {
    text-decoration: none;
    font-size: 60px;
    line-height: 114.99%;
    letter-spacing: 1.8px;
    color: #150c07;
    display: inline-block;
    font-weight: 600 !important;
    -webkit-text-stroke: 1px #150c07;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

section.kg-marquee-wrapper.marquee-wrapper {
    overflow: hidden;
    position: relative;
    padding: 30px 0;
    background: #f7f7f6;
}

.kg-marquee-wrapper .marquee .marquee__inner .marquee-item:nth-child(even) span {
    -webkit-text-stroke: 1px #150b0a;
    -webkit-text-fill-color: #150b0a;
    color: #150b0a;
}

@media screen and (max-width: 767px) {


    .kg-marquee-wrapper .marquee .marquee__inner .marquee-item a,
    .kg-marquee-wrapper .marquee .marquee__inner .marquee-item span {
        font-size: 40px;
        line-height: 1;
    }


    .kg-marquee-wrapper {
        padding: 7px 0;
    }
}


@keyframes marquee {
    from {
        transform: translateX(0);
    }


    to {
        transform: translateX(-50%);
    }
}



section.kg-hero.kg-section-hero-wapper {
    margin: 0;
}

section.kg-hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 700px;
    margin: 12px 0 0px;
}

section.kg-hero .kg-hero__bg {
    position: absolute;
    inset: 0;
}

/* Swiper hero */
section.kg-hero .kg-hero__bg .kg-hero-swiper {
    position: absolute;
    inset: 0;
    z-index: 0;
}

section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-slide .kg-overlay-image {
    height: 100%;
}

section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-wrapper {
    align-items: stretch;
}

section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-slide {
    height: 100%;
}

section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-slide .kg-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.kg-hero .kg-hero-swiper-pagination {
    position: absolute;
    bottom: 7rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

section.kg-hero .kg-hero-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 50%;
    border: 2px solid hsl(40 15% 92% / 0.5);
    background: transparent;
    opacity: 1;
    transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

section.kg-hero .kg-hero-swiper-pagination .swiper-pagination-bullet:hover {
    background: hsl(40 15% 92% / 0.3);
    transform: scale(1.2);
}

section.kg-hero .kg-hero-swiper-pagination .swiper-pagination-bullet-active {
    background: hsl(38 75% 55%);
    border-color: hsl(38 75% 55%);
    transform: scale(1.2);
    width: 20px;
    border-radius: 6px;
}

section.kg-hero .kg-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.kg-hero .kg-hero__overlay {
    position: absolute;
    inset: 0;
    background: hsl(30 5% 5% / 0.5);
    z-index: 2;
}

section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-slide .kg-hero__content {
    max-width: 1382px;
    padding: 0 16px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-slide .kg-hero__content span.kg-social-text {
    color: #fff;
    margin: 6px 0 0;
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 400;
    letter-spacing: .007em;
    font-family: 'SF Pro Display';
}

section.kg-hero .kg-hero__eyebrow {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #ffffff;
    margin-bottom: 1rem;
    font-family: 'Inter', sans-serif;
}

section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-slide .kg-hero__content .kg-hero__title {
    font-size: 56px;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -.005em;
    color: #fff;
    margin: 0;
}

section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-slide .kg-hero__content .kg-hero__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 19px;
}

section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-slide .kg-hero__content .kg-hero__actions .kg-hero__btn {
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: 0;
    padding: 11px 21px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid;
    border-radius: 50px;
    font-family: 'SF Pro Text';
    text-transform: capitalize;
    transition: all .3s ease;
    width: 100%;
}

section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-slide .kg-hero__content .kg-hero__actions .kg-hero__btn.kg-hero__btn--outline {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border-color: #fff;
}

section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-slide .kg-hero__content .kg-hero__actions .kg-hero__btn.kg-hero__btn--outline:hover {
    background: #fff;
    color: #0071e3;
}

section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-slide .kg-hero__content .kg-hero__actions .kg-hero__btn.kg-hero__btn--primary {
    background: #0071e3;
    color: #fff;
    border-color: #0071e3;
}

section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-slide .kg-hero__content .kg-hero__actions .kg-hero__btn.kg-hero__btn--primary:hover {
    background: #0077ED;
    color: #fff;
    border-color: #0077ED;
}

@media screen and (max-width: 1024px) {
    section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-slide .kg-hero__content .kg-hero__title {
        font-size: 48px;
        line-height: 1.08349;
        letter-spacing: .004em;
    }

    section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-slide .kg-hero__content span.kg-social-text {
        line-height: 1.16667;
        margin: 5px 0 0;
    }
}

@media screen and (max-width: 767px) {
    section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-slide .kg-hero__content .kg-hero__title {
        font-size: 32px;
        line-height: 1.125;
    }

    section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-slide .kg-hero__content span.kg-social-text {
        font-size: 19px;
        line-height: 1.21053;
        margin: 4px 0 0;
        letter-spacing: .012em;
    }

    section.kg-hero .kg-hero__bg .kg-hero-swiper .swiper-slide .kg-hero__content .kg-hero__actions .kg-hero__btn {
        font-size: 14px;
        line-height: 1.42859;
        letter-spacing: 0;
        min-width: auto;
        padding: 7px 15px;
    }
}

.kg-Newsletter .kg-section-newsletter .kg-FlexboxIeFix .kg-ImageHero .kg-ImageHero__ContentOverlay form .Form__Submit:hover svg path {
    fill: #fff;
}


/* 
.kg-Slideshow .kg-Slideshow-wapper .kg-Slideshow__Carousel .flickity-slider .Slideshow__Slide .kg-Slideshow__Content {
    padding: 96px 24px 32px;
}
.kg-Slideshow .kg-Slideshow-wapper .kg-Slideshow__Carousel .Slideshow__Slide .kg-Slideshow__Content .kg-SectionHeader-grid .SectionHeader__SubHeading {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    color: #0071e3!important;
    margin-bottom: 32px;
    margin-top: 12px;
}
.kg-Slideshow .kg-Slideshow-wapper .kg-Slideshow__Carousel .Slideshow__Slide .kg-Slideshow__Content .kg-SectionHeader-grid .SectionHeader__Heading {
    font-size: 8vw;
    line-height: .95;
    color: #eeece8!important;
    max-width: 1152px;
    letter-spacing: 6.1408px;
    text-transform: uppercase;
    margin: 0 auto 32px;
    width: 100%;
    font-weight: 900;
}
.kg-Slideshow .kg-Slideshow-wapper .kg-Slideshow__Carousel .Slideshow__Slide .kg-Slideshow__Content .kg-SectionHeader-grid .SectionHeader__Heading span {
    color: #0071e3;
    margin-bottom: 32px;
    display: block;
}
.kg-Slideshow .kg-Slideshow-wapper .kg-Slideshow__Carousel .Slideshow__Slide .kg-Slideshow__Content .kg-SectionHeader-grid p {
    color: #ffffff;
    max-width: 672px;
    margin: 0 auto 48px;
    line-height: 1.6;
    font-weight: 300;
    font-size: 18px;
    font-family:'Inter', sans-serif;
}
.kg-Slideshow .kg-Slideshow-wapper .kg-Slideshow__Carousel .Slideshow__Slide .kg-Slideshow__Content .kg-SectionHeader-grid .SectionHeader__ButtonWrapper .ButtonGroup {
     display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0;
}
.kg-Slideshow .kg-Slideshow-wapper .kg-Slideshow__Carousel .Slideshow__Slide .kg-Slideshow__Content .kg-SectionHeader-grid .SectionHeader__ButtonWrapper .ButtonGroup a.Button::before {
    display: none;
}
.kg-Slideshow .kg-Slideshow-wapper .kg-Slideshow__Carousel .Slideshow__Slide .kg-Slideshow__Content .kg-SectionHeader-grid .SectionHeader__ButtonWrapper .ButtonGroup a.Button {
    width: fit-content;
    flex: unset;
    margin: 0;
    display: inline-block;
    padding: 16px 40px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    transition: transform .3s ease,box-shadow .3s ease,filter .3s ease,border-color .3s ease,color .3s ease;
    transform: translateY(0);
    background: #0071e3;
    color: #0d0d0c!important;
    box-shadow: 0 4px 14px #640;
    border: unset;
    line-height: 1.3;
    font-family:'Inter', sans-serif;
}
.kg-Slideshow .kg-Slideshow-wapper .kg-Slideshow__Carousel .Slideshow__Slide .kg-Slideshow__Content .kg-SectionHeader-grid .SectionHeader__ButtonWrapper .ButtonGroup a.Button.Slideshow__Button {
    border: 2px solid #eeece84d !important;
    color: #eeece8 !important;
    background: transparent;
    box-shadow: unset;
}
.kg-Slideshow .kg-Slideshow-wapper .kg-Slideshow__Carousel .flickity-page-dots {
    position: relative;
    bottom: 112px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 15;
    justify-content: center;
}
.kg-Slideshow .kg-Slideshow-wapper .kg-Slideshow__Carousel .flickity-page-dots li.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #eeece880;
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
    margin: 0;
}
.kg-Slideshow .kg-Slideshow-wapper .kg-Slideshow__Carousel .flickity-page-dots li.dot.is-selected {
    background: #0071e3;
    border-color: #0071e3;
    transform: scale(1.2);
}
@media screen and (max-width: 767px) {
    .kg-Slideshow .kg-Slideshow-wapper .kg-Slideshow__Carousel .Slideshow__Slide .kg-Slideshow__Content .kg-SectionHeader-grid p {
        font-size: 16px;
        max-width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .kg-Slideshow .kg-Slideshow-wapper .kg-Slideshow__Carousel .Slideshow__Slide .kg-Slideshow__Content .kg-SectionHeader-grid .SectionHeader__Heading {
        font-size: 48px;
    }
    .kg-Slideshow .kg-Slideshow-wapper .kg-Slideshow__Carousel .Slideshow__Slide .kg-Slideshow__Content .kg-SectionHeader-grid .SectionHeader__ButtonWrapper .ButtonGroup {
        flex-direction: column;
    }
} */



/* footer css start */

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block ul.Linklist li.Linklist__Item::before {
    display: none;
}

footer.kg-footer {
    padding: 60px 0 0;
    border: 0;
    position: relative;
    background-position: center;
    margin: 0;
    background: #f5f5f7;
    border-top: 1px solid #ddddddad;
}

footer.kg-footer .kg-Footer-Inner {
    font-size: 12px;
    line-height: 1.3333733333;
    font-weight: 400;
    margin: 0;
    letter-spacing: -0.01em;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 20px;
}

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block:first-child {
    max-width: 100%;
    text-align: left;
}

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block {
    margin: 0;
    max-width: 100%;
    width: 100%;
    flex: unset;
    padding: 0;
    text-align: center;
}

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block img.kg-footer-logo {
    margin-bottom: 15px;
    height: 40px;
    object-fit: cover;
}

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block .Footer__Content {
    margin: 0 0 30px;
    padding: 0;
    max-width: 415px;
}

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block .Footer__Content p {
    margin: 0 0 8px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    color: #0000009e !important;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: 'SF Pro Text';
}

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block ul.Footer__Social {
    margin: 0;
    display: flex;
    gap: 24px;
    justify-content: flex-start;
}

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block ul.Footer__Social li.HorizontalList__Item {
    margin: 0;
}

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block ul.Footer__Social li.HorizontalList__Item a {
    /* padding: 4px; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 40px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 50%; */
    color: #ffffffe8;
    text-decoration: none;
    transition: all 0.3s ease;
}

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block ul.Footer__Social li.HorizontalList__Item a span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    color: #000;
}

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block ul.Footer__Social li.HorizontalList__Item a span svg {
    width: 100%;
    height: 100%;
}

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block h2.Footer__Title {
    color: #000000e0 !important;
    margin: 0 0 10px;
    font-family: 'SF Pro Text' !important;
    text-align: left;
    font-weight: 500;
    margin-bottom: .8em;
    margin-inline-end: 20px;
    outline: none;
    letter-spacing: -0.01em;
    font-size: 12px;
    line-height: 1.3333733333;
}

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block ul.Linklist {
    display: flex;
    flex-direction: column;
    margin: 0;
}

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block ul.Linklist li.Linklist__Item {
    margin: 0;
    padding: 0 0 6px;
}

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block ul.Linklist li.Linklist__Item .Link {
    padding: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    text-decoration: none;
    color: #000000b8;
    display: inline-block;
    letter-spacing: 0;
    transition: all .3s ease;
    font-family: "SF Pro Text";
}

/* footer.kg-footer .kg-Footer-Inner .kg-Footer-Block ul.Linklist li.Linklist__Item .Link::after {
    content: "";
    background: url(/cdn/shop/files/Vector.svg?v=1772536987) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 0;
    margin: auto;
} */
footer.kg-footer .kg-Footer-Inner .kg-Footer-Block ul.Linklist li.Linklist__Item .Link:hover {
    color: #000000 !important;
    text-decoration: underline;
}

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block.kg-last-text-block .Footer__Content {
    margin: 0 0 32px;
    padding: 0 0 40px;
    border: 0;
    position: relative;
}

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block.kg-last-text-block .Footer__Content p {
    margin: 0 0 8px;
}

footer.kg-footer .kg-Footer-Aside {
    margin: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 18px 0px;
    display: flex;
    justify-content: flex-start;
    gap: 35px;
}

footer.kg-footer .kg-Footer-Aside .kg-Footer__Copyright {
    line-height: 1;
}

footer.kg-footer .kg-Footer-Aside .kg-Footer__Copyright a {
    color: #0000008f;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-decoration: none;
    transition: color 0.2s;
    font-family: 'SF Pro Text';
}

footer.kg-footer .kg-Footer-Aside ul.Footer__PaymentList {
    display: flex;
    margin: 0;
    gap: 6px;
    justify-content: end;
    border: unset;
    padding: 0;
    flex-wrap: wrap;
}

footer.kg-footer .kg-Footer-Aside ul.Footer__PaymentList li.HorizontalList__Item {
    margin: 0;
    display: flex;
    align-items: center;
}

footer.kg-footer .kg-Footer-Aside ul.Footer__PaymentList li.HorizontalList__Item svg {
    opacity: 1;
}

footer.kg-footer .kg-Footer-Aside .kg-bar-links span.sep {
    display: inline-block;
    margin: 0 3px;
}

footer.kg-footer .kg-Footer-Aside .kg-bar-links a:hover {
    text-decoration: underline;
}

footer.kg-footer .kg-Footer-Inner .kg-Footer-Block.kg-last-text-block .Footer__Content::after {
    content: "";
    background: url('/cdn/shop/files/Group_1533211073.png?v=1772705704') no-repeat center;
    max-width: 315px;
    display: block;
    width: 100%;
    height: 11px;
    margin: auto;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

footer.kg-footer .kg-Footer-Aside .kg-bar-links {
    text-align: end;
    font-family: 'SF Pro Text';
    font-size: 12px;
    font-weight: 300;
}

footer.kg-footer .kg-Footer-Aside .kg-bar-links a {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #000000b8;
    text-decoration: none;
    transition: color 0.2s;
    font-family: 'SF Pro Text';
}

footer.kg-footer .Container {
    max-width: 1382px;
    padding: 0 16px;
}

footer.kg-footer .kg-text-bottom {
    padding: 0px 0 14px;
}

footer.kg-footer .kg-text-bottom p {
    font-family: 'SF Pro Text';
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    color: #0000009e;
    line-height: 1.2;
}

@media screen and (max-width: 1199px) {
    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block {
        padding: 0;
    }

    footer.kg-footer .kg-Footer-Aside ul.Footer__PaymentList li.HorizontalList__Item svg {
        width: 30px;
        height: 21px;
    }

    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block,
    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block:first-child {
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1024px) {

    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block,
    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block:first-child {
        max-width: 50%;
    }

    footer.kg-footer .kg-Footer-Inner {
        padding-bottom: 40px;
    }

    footer.kg-footer .kg-Footer-Inner {
        gap: 50px;
        grid-template-columns: 2fr 1fr 1fr;
    }
}

@media screen and (max-width: 991px) {
    footer.kg-footer .kg-Footer-Aside {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    footer.kg-footer .kg-Footer-Aside .kg-bar-links {
        text-align: left;
    }
}

@media screen and (max-width: 833px) {
    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block {
        border-bottom: 1px solid #d2d2d7;
        overflow: hidden;
    }

    footer.kg-footer .kg-Footer-Inner {
        display: block;
        padding: 0;
    }

    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block,
    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block:first-child {
        max-width: 100%;
    }

    footer.kg-footer .kg-text-bottom p {
        font-size: 12px;
    }

    footer.kg-footer .kg-text-bottom {
        padding: 18px 0 10px;
    }

    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block h2.Footer__Title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        color: #000000b8;
        user-select: none;
        margin: 0px 10px 0px 0px;
        letter-spacing: 0;
        font-weight: 300;
        margin-inline-end: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block h2.Footer__Title::after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-right: 1.8px solid #000000;
        border-bottom: 1.8px solid #000000;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
        flex-shrink: 0;
        margin-left: 12px;
        margin-bottom: 3px;
    }


    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block.is-open>h2.Footer__Title::after {
        transform: rotate(-135deg);
        margin-bottom: -3px;
    }


    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block ul.Linklist {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
        padding: 0;
        margin: 0;
        padding-left: 10px;
        padding-top: 5px;
        list-style: none;
    }


    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block.is-open>ul.Linklist {
        max-height: 1000px;
        padding-bottom: 10px;

    }
}

@media screen and (max-width: 767px) {

    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block,
    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block:first-child {
        max-width: 100%;
        padding: 0;
    }

    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block .Footer__Content {
        margin: 0 0 20px;
        padding: 0;
    }

    footer.kg-footer .kg-Footer-Aside .kg-Footer__Copyright a {
        text-align: left;
        width: 100%;
        display: block;
    }

    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block.kg-last-text-block .Footer__Content {
        margin: 0 0 30px;
        padding: 0 0 30px;
    }

    footer.kg-footer {
        padding: 20px 0 0;
    }
}

@media screen and (max-width: 575px) {
    footer.kg-footer .kg-Footer-Aside ul.Footer__PaymentList {
        margin: 6px 0 0;
        justify-content: center;
    }

    footer.kg-footer .kg-Footer-Inner .kg-Footer-Block.kg-last-text-block .Footer__Content {
        padding: 0 0 25px;
    }
}

.kg-Newsletter .kg-section-newsletter .kg-FlexboxIeFix .kg-ImageHero {
    min-height: auto;
    color: #fff;
    padding-top: 130px;
    padding-bottom: 60px;
    max-width: 1400px;
    margin: 40px auto;
    width: 100%;
    border-radius: 25px;
}

.kg-Newsletter .kg-section-newsletter {
    background: #f7f7f6;
    padding: 0 16px;
}

.kg-Newsletter .kg-section-newsletter .kg-FlexboxIeFix .kg-ImageHero .kg-ImageHero__ContentOverlay {
    flex-basis: unset;
    max-width: 100%;
    width: 100%;
}

.kg-Newsletter .kg-section-newsletter .kg-FlexboxIeFix .kg-ImageHero .kg-ImageHero__ContentOverlay .SectionHeader .SectionHeader__Heading {
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 55px;
    margin: 0 0 3px;
}

.kg-Newsletter .kg-section-newsletter .kg-FlexboxIeFix .kg-ImageHero .kg-ImageHero__ContentOverlay .SectionHeader .SectionHeader__Description {
    max-width: 700px;
    width: 100%;
    margin: auto;
}

.kg-Newsletter .kg-section-newsletter .kg-FlexboxIeFix .kg-ImageHero .kg-ImageHero__ContentOverlay .SectionHeader .SectionHeader__Description p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
}

.kg-Newsletter .kg-section-newsletter .kg-FlexboxIeFix .kg-ImageHero .kg-ImageHero__ContentOverlay form {
    padding: 10px 0 0;
    max-width: 1230px;
    width: 100%;
    margin: auto;
}

.kg-Newsletter .kg-section-newsletter .kg-FlexboxIeFix .kg-ImageHero .kg-ImageHero__ContentOverlay form .Newsletter__Inner {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.kg-Newsletter .kg-section-newsletter .kg-FlexboxIeFix .kg-ImageHero .kg-ImageHero__ContentOverlay form .Form__Submit svg {
    max-width: 25px;
    height: 25px;
    width: 100%;
}

.kg-Newsletter .kg-section-newsletter .kg-FlexboxIeFix .kg-ImageHero .kg-ImageHero__ContentOverlay form .Form__Input {
    max-width: 33.33%;
    position: relative;
    display: block;
    width: 100%;
    background-color: #303030cc;
    border: 0;
    font-size: 15px;
    color: #fff;
    padding: 5px 20px;
    transition: all .5s ease;
    height: 100%;
    min-height: 48px;
    letter-spacing: 0;
    line-height: 1.3;
    border-radius: 10px 0 0 10px;
}

.kg-Newsletter .kg-section-newsletter .kg-FlexboxIeFix .kg-ImageHero .kg-ImageHero__ContentOverlay form .Form__Submit {
    max-width: 48px;
    width: 100%;
    height: 100%;
    padding: 5px 8px;
    font-size: 15px;
    line-height: 24px;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    transition: all .25s ease;
    min-height: 48px;
    font-family: 'GTStandard-M';
    position: relative;
    overflow: hidden;
    border-color: #0071e3 !important;
    color: #000000;
    margin: 0 0 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 7px 7px 0;
}

.kg-Newsletter .kg-section-newsletter .kg-FlexboxIeFix .kg-ImageHero .kg-ImageHero__ContentOverlay form .Form__Submit svg path {
    fill: #fff;
}

.kg-Newsletter .kg-section-newsletter .kg-FlexboxIeFix .kg-ImageHero .kg-ImageHero__ContentOverlay form .Form__Submit::before {
    background-color: #0071e3 !important;
}

@media screen and (max-width: 767px) {
    .kg-Newsletter .kg-section-newsletter .kg-FlexboxIeFix .kg-ImageHero .kg-ImageHero__ContentOverlay .SectionHeader .SectionHeader__Heading {
        font-size: 32px;
        line-height: 1.3;
    }

    .kg-Newsletter .kg-section-newsletter .kg-FlexboxIeFix .kg-ImageHero .kg-ImageHero__ContentOverlay form .Form__Input {
        max-width: 100%;
    }

    .kg-Newsletter .kg-section-newsletter .kg-FlexboxIeFix .kg-ImageHero .kg-ImageHero__ContentOverlay form .Form__Submit {
        max-width: 100%;
        margin: 12px 0 0;
    }

    .kg-Newsletter .kg-section-newsletter .kg-FlexboxIeFix .kg-ImageHero {
        padding-top: 60px;
        padding-bottom: 10px;
    }
}


/* footer css End */



/* faq */

.kg-section-faq-questions-wrapper {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.kg-section-faq-questions-wrapper .kg-questions-text-wrap {
    max-width: 900px;
    margin: auto;
}

.kg-section-faq-questions-wrapper .kg-questions-text-wrap .kg-faq__top-heading h2.kg-faq__left-heading {
    color: #1d1d1f;
    margin: 0 0 30px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
}
.kg-section-faq-questions-wrapper .kg-questions-text-wrap .kg-faq__top-heading .kg-faq__main-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.kg-section-faq-questions-wrapper .kg-questions-text-wrap .kg-faq__top-heading .kg-faq__main-content .kg-faq__item {
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    overflow: hidden;
    transition: .2s;
}
.kg-section-faq-questions-wrapper .kg-questions-text-wrap .kg-faq__top-heading .kg-faq__main-content .kg-faq__item button.kg-faq__item-trigger {
    width: 100%;
    background: #fff;
    border: none;
    padding: 14px 18px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #000c;
    font-weight: 300;
    text-align: left;
    line-height: 1.1;
}
.kg-section-faq-questions-wrapper .kg-questions-text-wrap .kg-faq__top-heading .kg-faq__main-content .kg-faq__item button.kg-faq__item-trigger span.kg-faq-icon {
    font-size: 16px;
    color: #000c;
    transition: .25s;
}
.kg-section-faq-questions-wrapper .kg-questions-text-wrap .kg-faq__top-heading .kg-faq__main-content .kg-faq__item.kg-faq__item--active button.kg-faq__item-trigger span.kg-faq-icon {
    transform: rotate(45deg);
}
.kg-section-faq-questions-wrapper .kg-questions-text-wrap .kg-faq__top-heading .kg-faq__main-content .kg-faq__item .kg-faq__item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
    padding: 0 18px;
    color: #000000b8;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}
.kg-section-faq-questions-wrapper .kg-questions-text-wrap .kg-faq__top-heading .kg-faq__main-content .kg-faq__item .kg-faq__item-body .kg-faq__item-body-inner p {
    color: #000000b8;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}
.kg-section-faq-questions-wrapper .kg-questions-text-wrap .kg-faq__top-heading .kg-faq__main-content .kg-faq__item.kg-faq__item--active .kg-faq__item-body {
    padding-bottom: 12px;
    max-height: 300px;
}
@media screen and (max-width:767px) {
    .kg-section-faq-questions-wrapper {
        padding: 40px 0;
    }
     .kg-section-faq-questions-wrapper .kg-questions-text-wrap .kg-faq__top-heading h2.kg-faq__left-heading {
    font-size: 24px;
    margin: 0 0 15px;
}
}

/* faq End */

section.kg-make-personal-section {
    position: relative;
}

.kg-make-personal-section .kg-make-personal-wrapper {
    background-color: #f7f7f6;
    padding: 5vmax 0 0;
}

.kg-make-personal-section .kg-make-personal-wrapper .kg-make-personal-text {
    text-align: center;
    margin-bottom: calc(16px + 2.5vw);
}

.kg-make-personal-section .kg-make-personal-wrapper .kg-make-personal-text h4 {
    font-style: normal;
    line-height: 1.4;
    color: #000;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto 13px;
}

.kg-make-personal-section .kg-make-personal-wrapper .kg-make-personal-text h2 {
    line-height: 1;
    margin: 0 0 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 55px;
    color: #000;
}

.kg-make-personal-section .kg-make-personal-wrapper .kg-make-personal-text p {
    margin: 0 0 24px;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    letter-spacing: 0;
    font-family: 'Inter', sans-serif;
}

.kg-make-personal-section .kg-make-personal-wrapper .kg-make-personal-img {
    margin-bottom: -25em !important;
    position: relative !important;
    z-index: 99 !important;
    animation-name: afb;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-fill-mode: both;
}


.kg-make-personal-section .kg-personal-shape-wrap {
    padding: 370px 0 0;
    position: relative;
    z-index: 9;
    background: url('/cdn/shop/files/Framwebg.png?v=1772790292') no-repeat fixed center top / cover;

}

.kg-make-personal-section .kg-personal-shape-wrap svg path {
    fill: #f7f7f6;
}

.kg-make-personal-section .kg-personal-shape-wrap .kg-personal-shape {
    height: 15vmin;
    color: #0071e3;
    top: -1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
}

.kg-make-personal-section .kg-personal-shape-wrap .kg-personal-shape svg {
    transform: rotateX(180deg);
}

.kg-make-personal-section .kg-make-personal-wrapper .kg-personal-image-grid {
    display: grid;
    grid-template-columns: 100%;
}

.kg-make-personal-section .kg-make-personal-wrapper .kg-make-personal-img figure {
    width: 100%;
    display: block;
    height: 100%;
    margin: auto;
    text-align: center;
}

.kg-make-personal-section .kg-make-personal-wrapper .kg-make-personal-img figure img {
    object-fit: cover;
    vertical-align: top;
    margin: auto;
    max-width: 1024px;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 1024px) {

    .kg-make-personal-section .kg-make-personal-wrapper .kg-make-personal-text h2 {
        font-size: 48px;
    }
}

@media screen and (max-width: 600px) {

    .kg-make-personal-section .kg-make-personal-wrapper .kg-make-personal-text h2 {
        font-size: 36px;
    }

    .kg-make-personal-section .kg-personal-shape-wrap {
        padding: 50vw 0 0;
    }
}

@keyframes afb {
    0% {
        opacity: 0;
        transform: translateY(5rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.kg-section-peace-mind-wrapper {
    position: relative;
    overflow: hidden;
}

.kg-section-peace-mind-wrapper .kg-section-back-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f3f3f3;
}

.kg-section-peace-mind-wrapper .kg-section-back-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: .1;
}

.kg-section-peace-mind-wrapper .kg-text-content {
    padding: 144px 20px;
    z-index: 1;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 96px;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-section-text-left .kg-button-peace-mind {
    font-style: normal;
    line-height: 1.4;
    color: #000000;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto 13px;

}

/* .kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-section-text-left .kg-button-peace-mind span {
        font-weight: 600;
        color: #0071e3;
        letter-spacing: 3.3px;
        text-transform: uppercase;
        font-size: 11px;
        margin: 0;
        line-height: 1;
        font-family: Poppins, sans-serif;
    } */
.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-section-text-left h2 {
    color: #000;
    line-height: 1;
    margin: 0 0 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 55px;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-section-text-left h2 span {
    color: #0071e3;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-section-text-left p {
    max-width: 448px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: #000000;
    margin: 0 0 40px;
    letter-spacing: 0px;
    font-family: 'Inter', sans-serif;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-section-text-left a.kg-btn-protected {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #0d0d0b;
    text-decoration: none;
    position: relative;
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid white;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;

    font-weight: 400;
    font-style: normal;
    background-color: transparent;
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-section-text-left a.kg-btn-protected:hover {
    color: #000000;
    border: 1px solid #000000;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-section-text-left a.kg-btn-protected::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #ffffff;
    transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-section-text-left a.kg-btn-protected:hover::before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scaleX(0);
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-section-text-left a.kg-btn-protected svg {
    width: 16px;
    height: 16px;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column {
    backdrop-filter: blur(4px);
    background: #000000;
    padding: 32px;
    border: 1px solid #2b2927;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column .kg-flex-items-start {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column .kg-flex-items-start .kg-svg-icon {
    background: #638;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column .kg-flex-items-start .kg-svg-icon svg {
    color: #ffffff;
    width: 24px;
    height: 24px;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column .kg-flex-items-start .kg-text-box {
    flex: 1 1 0%;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column .kg-flex-items-start .kg-text-box h3 {
    font-size: 21px;
    line-height: 32px;
    color: #ffffff;
    margin: 0 0 8px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 500;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column .kg-flex-items-start .kg-text-box p {
    font-weight: 300;
    font-size: 14px;
    margin: 0 0 24px;
    line-height: 1.625;
    color: #eeece8bd;
    letter-spacing: 0px;

}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column .kg-flex-items-start .kg-text-box .kg-text {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 16px;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column .kg-flex-items-start .kg-text-box .kg-text span {
    color: #fffc;
    text-transform: uppercase;
    font-size: 10px;
    gap: 6px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;

}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column .kg-flex-items-start .kg-text-box .kg-text span svg {
    width: 16px;
    height: 16px;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column .kg-flex-items-start .kg-text-box a.kg-btn {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    transition: all .4s ease;

}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column .kg-flex-items-start .kg-text-box a.kg-btn svg {
    width: 18px;
    height: 18px;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column:hover .kg-flex-items-start .kg-svg-icon {
    background-color: #633;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column:hover .kg-flex-items-start .kg-text-box a.kg-btn {
    gap: 16px;
}

.kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-section-text-left {
    padding: 0 20px;
}

@media screen and (max-width:1023px) {
    .kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 64px;
    }

    .kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-section-text-left h2 {
        font-size: 48px;
    }

}

@media screen and (max-width:767px) {
    .kg-section-peace-mind-wrapper .kg-text-content {
        padding: 96px 0;
    }

    .kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column .kg-flex-items-start .kg-text-box h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-section-text-left h2 {
        font-size: 36px;
        margin: 0 0 24px;
    }

    .kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-section-text-left a.kg-btn-protected {
        font-size: 12px;
    }
}

@media screen and (max-width:475px) {
    .kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column .kg-flex-items-start {
        gap: 20px;
        flex-direction: column;
    }

    .kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column .kg-flex-items-start .kg-text-box h3 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0px;
    }

    .kg-section-peace-mind-wrapper .kg-text-content .kg-section-text-grid-wrap .kg-text-right .kg-column {
        padding: 24px;
    }
}


.kg-driven-about-section .kg-driven-about-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    min-height: 700px;
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.kg-driven-about-section.kg-image-show-right-side .kg-driven-about-wrap .kg-driven-about-image {
    order: 2;
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-image .kg-driven-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text {
    width: 100%;
    padding: 80px 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f7f7f6;
    position: relative;
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 500px;
    max-width: 560px;
    right: 0;
    background-image: url(/cdn/shop/files/pngtree-black-and-white-outline-of-a-suv-the-suv-has-two-png-image_15785356_1.png?v=1772775599);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    opacity: 0.4;
}

.kg-driven-about-section.kg-image-show-right-side .kg-driven-about-wrap .kg-driven-about-text::before {
    background-image: url("/cdn/shop/files/pngtree-black-and-white-outline-of-a-suv-the-suv-has-two-png-image_12727138_1.png?v=1772775599");
    width: 100%;
    height: 510px;
    max-width: 377px;
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text .kg-about-span {
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #050607;
    letter-spacing: 2px;
    margin: 0 0 10px;
    display: block;
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text h2 span {
    display: block;
    color: #0071e3;
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text h2 {
    font-size: 55px;
    color: #150b0a;
    line-height: 1;
    margin: 0 0 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    font-weight: 600;
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text p {
    line-height: 1.625;
    font-size: 16px;
    font-weight: 300;
    color: #150b0a;
    max-width: 512px;
    margin: 0 0 32px;
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text ul {
    margin: 0 0 40px;
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text ul li {
    display: flex;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    gap: 12px;
    position: relative;
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-image .kg-driven-image {
    height: 100%;
    width: 100%;
    background: #f7f7f6;
    position: relative;
    padding-bottom: 87%;
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text ul li:not(:last-child) {
    margin: 0 0 12px;
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text ul li {
    color: #150b0a;
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #0071e3;
    margin: 8px 0 0;
    border-radius: 50%;
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text .kg-about-view {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    display: inline-block;
    width: fit-content;
    padding: 16px 40px;
    border: 1px solid #000000;
    background-color: transparent;
    position: relative;
    z-index: 0;
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text .kg-about-view::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #150b0a;
    transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text .kg-about-view:hover {
    color: #150b0a;
}

.kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text .kg-about-view:hover::before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scaleX(0);
}

@media screen and (max-width: 1280px) {
    .kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text {
        padding: 80px;
    }

    .kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text h2 {
        font-size: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .kg-driven-about-section .kg-driven-about-wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-image {
        height: 400px;
    }

    .kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text {
        padding: 80px 64px;
    }

    .kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text h2 {
        font-size: 48px;
    }
}

@media screen and (max-width: 767px) {
    .kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text {
        padding: 64px 32px;
    }

    .kg-driven-about-section .kg-driven-about-wrap .kg-driven-about-text h2 {
        font-size: 36px;
    }
}


.kg-section-the-difference-wrapper {
    position: relative;
    overflow: hidden;
    padding: 144px 0;
    background: #0d0d0c;
    /* background-image: url("/cdn/shop/files/bgaaa.png?v=1772693585");
    background-repeat: no-repeat;
    background-position: 0px 20px;
    background-size: contain; */
}

.kg-section-the-difference-wrapper .kg-text-title-top {
    margin: 0 auto 96px;
    text-align: center;
    width: fit-content;
}

.kg-section-the-difference-wrapper .kg-text-title-top .kg-text-difference {
    font-style: normal;
    line-height: 1.4;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto 13px;
}

.kg-section-the-difference-wrapper .kg-text-title-top .kg-text-difference span {
    color: #ffffff;
}

.kg-section-the-difference-wrapper .kg-text-title-top h2 {
    color: #fff;
    line-height: 1;
    margin: 0 0 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 55px;
}

.kg-section-the-difference-wrapper .kg-text-title-top h2 span {
    color: #0071e3;
}

.kg-section-the-difference-wrapper .kg-sectton-grid-box {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
}

.kg-section-the-difference-wrapper .kg-sectton-grid-box .kg-column-box {
    padding: 40px;
    background-color: #151413;
    border: 1px solid #2b2927;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
}

.kg-section-the-difference-wrapper .kg-sectton-grid-box .kg-column-box:hover {
    border-color: #64d;
}

.kg-section-the-difference-wrapper .kg-sectton-grid-box .kg-column-box:hover .kg-box-content .kg-icon-inner {
    background: #633;
}

.kg-section-the-difference-wrapper .kg-sectton-grid-box .kg-column-box .kg-box-content .kg-icon-inner {
    background: #61a;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 24px;
    transition: all .4s ease;
}

.kg-section-the-difference-wrapper .kg-sectton-grid-box .kg-column-box .kg-box-content .kg-icon-inner svg {
    color: #ffffff;
    width: 24px;
    height: 24px;
}

.kg-section-the-difference-wrapper .kg-sectton-grid-box .kg-column-box .kg-box-content h3 {
    font-size: 24px;
    line-height: 32px;
    color: #eeece8;
    margin: 0 0 12px;
    letter-spacing: .96px;
    text-transform: uppercase;
    font-weight: 600;
}

.kg-section-the-difference-wrapper .kg-sectton-grid-box .kg-column-box .kg-box-content p {
    font-size: 14px;
    margin: 0 0 24px;
    line-height: 1.625;
    color: #eeece8bd;
    letter-spacing: 0px;
}

.kg-section-the-difference-wrapper .kg-sectton-grid-box .kg-column-box .kg-box-content .kg-font-wrap {
    padding-top: 16px;
    border-top: 1px solid #2b2927;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.kg-section-the-difference-wrapper .kg-sectton-grid-box .kg-column-box .kg-box-content .kg-font-wrap span.kg-font-display {
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0px;
}

.kg-section-the-difference-wrapper .kg-sectton-grid-box .kg-column-box .kg-box-content .kg-font-wrap span.kg-font-smoll {
    color: #eeece84d;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
    font-weight: 300;
    margin: 0;
    font-family: 'GTStandard-M';
}

@media screen and (max-width:1023px) {
    .kg-section-the-difference-wrapper .kg-text-title-top h2 {
        font-size: 48px;
    }

    .kg-section-the-difference-wrapper .kg-sectton-grid-box {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
}

@media screen and (max-width:767px) {
    .kg-section-the-difference-wrapper {
        padding: 96px 0;
    }

    .kg-section-the-difference-wrapper .kg-text-title-top h2 {
        font-size: 36px;
    }

    .kg-section-the-difference-wrapper .kg-text-title-top {
        margin: 0 auto 64px;
    }

    .kg-section-the-difference-wrapper .kg-sectton-grid-box .kg-column-box .kg-box-content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .kg-section-the-difference-wrapper .kg-sectton-grid-box .kg-column-box {
        padding: 32px;
    }
}

@media screen and (max-width:575px) {
    .kg-section-the-difference-wrapper .kg-sectton-grid-box {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
}


.kg-section-stats-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: #0d0d0c;
}

.kg-section-stats-wrapper .kg-stats-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    background: #111111;
    border: 1px solid rgba(201, 168, 76, 0.12);
    max-width: 100%;
    margin: 0 auto;
}

/* .kg-section-stats-wrapper .kg-stats-section::before {
  content: '';
  position: absolute;
  width: 18px; height: 18px;
  border-color: #;
  border-style: solid;
  top: -1px; left: -1px;
  border-width: 2px 0 0 2px;
}
.kg-section-stats-wrapper .kg-stats-section::after {
  content: '';
  position: absolute;
  width: 18px; height: 18px;
  border-color: #6;
  border-style: solid;
  bottom: -1px; right: -1px;
  border-width: 0 2px 2px 0;
} */
.kg-section-stats-wrapper .kg-stats-section .kg-stats-line--top {
    position: absolute;
    top: 0;
    left: 15%;
    right: 15%;
    height: 1px;
    background: linear-gradient(to right, transparent, #6, transparent);
    opacity: 0.5;
}

.kg-section-stats-wrapper .kg-stats-section .kg-stats-line--bottom {
    position: absolute;
    bottom: 0;
    left: 15%;
    right: 15%;
    height: 1px;
    background: linear-gradient(to right, transparent, #6, transparent);
    opacity: 0.5;
}

.kg-section-stats-wrapper .kg-stats-section .kg-stats-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    text-align: center;
    cursor: default;
    overflow: hidden;
    transition: background .4s ease;
}

.kg-section-stats-wrapper .kg-stats-section .kg-stats-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(201, 168, 76, 0.07) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.kg-section-stats-wrapper .kg-stats-section .kg-stats-item:hover::before {
    opacity: 1;
}

.kg-section-stats-wrapper .kg-stats-section .kg-stats-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #0071E3, transparent);
    opacity: 0.3;
}

.kg-section-stats-wrapper .kg-stats-section .kg-stats-item:last-child::after {
    background: unset !important;
}

.kg-section-stats-wrapper .kg-stats-section .kg-stats-item h1.kg-stats-number {
    font-size: 60px;
    color: #1D1D1F;
    letter-spacing: .02em;
    line-height: 1;
    margin: 0 0 12px;
    position: relative;
    transition: all .25s ease;
    text-shadow: none;
    font-weight: 500;
}

.kg-section-stats-wrapper .kg-stats-section .kg-stats-item:hover h1.kg-stats-number {
    color: #0071E3;
    transform: translateY(-2px);
}

.kg-section-stats-wrapper .kg-stats-section .kg-stats-item p {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6E6E73;
    transition: color .25s ease;
}

.kg-section-stats-wrapper .kg-stats-section .kg-stats-item:hover p {
    color: #0071E3;
}

/* Section fade-in + lift */
.kg-section-stats-wrapper {
    /* opacity: 0;
  transform: translateY(32px); */
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.kg-section-stats-wrapper.in-view {
    /* opacity: 1; */
    /* transform: translateY(0); */
}

.kg-section-stats-wrapper .kg-stats-section::before,
.kg-section-stats-wrapper .kg-stats-section::after {
    transition: width 0.5s ease 0.4s, height 0.5s ease 0.4s;
    width: 0;
    height: 0;
}

.kg-section-stats-wrapper.in-view .kg-stats-section::before,
.kg-section-stats-wrapper.in-view .kg-stats-section::after {
    width: 18px;
    height: 18px;
}

.kg-section-stats-wrapper .kg-stats-section .kg-stats-line--top,
.kg-section-stats-wrapper .kg-stats-section .kg-stats-line--bottom {
    left: 50%;
    right: 50%;
    transition: left 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.5s,
        right 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
}

.kg-section-stats-wrapper.in-view .kg-stats-section .kg-stats-line--top,
.kg-section-stats-wrapper.in-view .kg-stats-section .kg-stats-line--bottom {
    left: 15%;
    right: 15%;
}

/* .kg-stats-item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
} */
.kg-section-stats-wrapper.in-view .kg-stats-item:nth-child(3) {
    transition-delay: 0.15s;
}

/* .kg-stats-item.item-visible {
  opacity: 1;
  transform: translateY(0);
} */

@keyframes glowPulse {

    0%,
    100% {
        text-shadow: 0 0 40px rgba(201, 168, 76, 0.3);
    }

    50% {
        text-shadow: 0 0 80px rgba(226, 185, 90, 0.7), 0 0 120px rgba(226, 185, 90, 0.3);
    }
}

.kg-stats-number.counting-done {
    animation: glowPulse 2.4s ease-in-out infinite;
}

.kg-stats-item::after {
    transition: height 0.7s ease 0.8s;
    height: 0 !important;
    top: 50%;
}

.kg-section-stats-wrapper.in-view .kg-stats-item::after {
    height: 60% !important;
    top: 20%;
}

@media screen and (max-width:1023px) {
    .kg-section-stats-wrapper .kg-stats-section .kg-stats-item h1.kg-stats-number {
        font-size: 55px;
    }
}

@media screen and (max-width:767px) {
    .kg-section-stats-wrapper {
        padding: 64px 0;
    }

    .kg-section-stats-wrapper .kg-stats-section {
        grid-template-columns: repeat(2, 1fr);
    }

    .kg-section-stats-wrapper .kg-stats-section .kg-stats-item {
        padding: 15px 20px;
    }
}

@media screen and (max-width:475px) {
    .kg-section-stats-wrapper .kg-stats-section {
        grid-template-columns: repeat(1, 1fr);
    }

    .kg-section-stats-wrapper .kg-stats-section .kg-stats-item::after {
        opacity: 0;
    }
}


.kg-builds-main-section {
    position: relative;
    padding: 144px 0;
    background: #0d0d0c;
    overflow: hidden;
}

.kg-builds-main-section .kg-builds__texture {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    background-attachment: fixed;
}

.kg-builds-main-section .kg-builds__inner {
    position: relative;
    padding: 0 48px;
    max-width: 1775px;
    margin: auto;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__head {
    text-align: center;
    margin-bottom: 60px;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__head p {
    color: #fff;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__head .kg-builds__badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin: 0 auto 13px;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__head .kg-builds__title {
    margin: 0;
    color: #ffffff;
    line-height: 1;
    margin: 0 0 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 55px;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__head .kg-builds__title--accent {
    color: #6;
    display: block;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__head .kg-builds__sub {
    color: #eeece899;
    margin: 16px auto 0;
    max-width: 850px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    font-family: 'GTStandard-M';
}

.kg-builds-main-section .kg-builds__inner .kg-builds__featured {
    position: relative;
    margin-bottom: 8px;
    overflow: hidden;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-media {
    aspect-ratio: 3 / 1;
    overflow: hidden;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-media .kg-builds__featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease-out;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__featured:hover .kg-builds__featured-media .kg-builds__featured-img {
    transform: scale(1.05);
}

.kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #0d0d0c, #0d0d0c99, transparent);
    pointer-events: none;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0d0d0ccc, transparent);
}

.kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 68px 20px;
    max-width: 672px;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-content .kg-builds__tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin: 0 auto 13px;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-content .kg-builds__featured-title {
    color: #ffffff;
    line-height: 1;
    margin: 0 0 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 45px;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-content p {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 24px;
    line-height: 1.6;
    color: #fff;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-content .kg-builds__view {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6;
    transition: gap .5s;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__featured:hover .kg-builds__featured-content .kg-builds__view {
    gap: 20px;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-content .kg-builds__view .kg-builds__arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__grid .kg-builds__card {
    position: relative;
    overflow: hidden;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__grid .kg-builds__card .kg-builds__card-media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__grid .kg-builds__card .kg-builds__card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease-out, clip-path 1s cubic-bezier(.77, 0, .18, 1);
}

.kg-builds-main-section .kg-builds__inner .kg-builds__grid .kg-builds__card:hover .kg-builds__card-media img {
    transform: scale(1.1);
}

/* .kg-builds-main-section .kg-builds__inner .kg-builds__grid .kg-builds__card .kg-builds__card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0d0d0c, #0d0d0c82, transparent);
    opacity: 0.9;
    pointer-events: none;
} */
.kg-builds-main-section .kg-builds__inner .kg-builds__grid .kg-builds__card .kg-builds__card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, #0d0d0c, #0d0d0c, transparent);
}

.kg-builds-main-section .kg-builds__inner .kg-builds__grid .kg-builds__card .kg-builds__card-content .kg-builds__tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin: 0 auto 13px;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__grid .kg-builds__card .kg-builds__card-content .kg-builds__card-title {
    font-size: 24px;
    margin: 0 0 5px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__grid .kg-builds__card .kg-builds__card-content p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__grid .kg-builds__card .kg-builds__card-content .kg-builds__view {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6;
    transition: gap 0.5s;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__grid .kg-builds__card:hover .kg-builds__card-content .kg-builds__view {
    gap: 16px;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__grid .kg-builds__card .kg-builds__card-content .kg-builds__view .kg-builds__arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__cta-wrap {
    text-align: center;
    margin-top: 56px;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__cta-wrap .kg-builds__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 2px solid #ffffff;
    color: #0d0d0c;
    padding: 16px 28px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    transition: transform .3s ease, box-shadow .3s ease, background .3s, color .3s;
    position: relative;
    z-index: 1;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__cta-wrap .kg-builds__cta::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #ffffff;
    transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
}

.kg-builds-main-section .kg-builds__inner .kg-builds__cta-wrap .kg-builds__cta .kg-builds__arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.kg-builds-main-section .kg-builds__inner .kg-builds__cta-wrap .kg-builds__cta:hover::before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scaleX(0);
}

.kg-builds-main-section .kg-builds__inner .kg-builds__cta-wrap .kg-builds__cta:hover {
    color: #fff;
}

@media screen and (max-width: 1280px) {
    .kg-builds-main-section .kg-builds__inner .kg-builds__head .kg-builds__title {
        font-size: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .kg-builds-main-section .kg-builds__inner {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1024px) {
    .kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-media {
        aspect-ratio: 2 / 1;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-content {
        padding: 30px 25px;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__grid .kg-builds__card .kg-builds__card-media {
        aspect-ratio: 3 / 3;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__grid .kg-builds__card .kg-builds__card-content {
        padding: 20px 15px;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__head .kg-builds__title {
        font-size: 48px;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-content .kg-builds__featured-title {
        font-size: 48px;
        margin: 0 0 10px;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__grid .kg-builds__card .kg-builds__card-content .kg-builds__card-desc {
        margin: 0 0 10px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 991px) {
    .kg-builds-main-section .kg-builds__inner {
        padding: 0 16px;
    }
}

@media screen and (max-width: 767px) {
    .kg-builds-main-section {
        padding: 96px 0;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__head .kg-builds__title {
        font-size: 36px;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__grid .kg-builds__card .kg-builds__card-media {
        aspect-ratio: 4 / 3;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-content .kg-builds__featured-title {
        margin: 0 0 5px;
        font-size: 23px;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-media {
        aspect-ratio: 4/3;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-content p {
        margin: 0 0 10px;
        font-size: 13px;
        line-height: 1.3;
        color: #fff;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-content {
        padding: 25px 20px;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__featured {
        margin-bottom: 12px;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__head {
        margin-bottom: 40px;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-content .kg-builds__tag {
        padding: 3px 10px;
        letter-spacing: 1.5px;
        margin: 0 0 12px;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__cta-wrap {
        text-align: center;
        margin-top: 35px;
    }

    .kg-builds-main-section .kg-builds__inner .kg-builds__cta-wrap .kg-builds__cta {
        padding: 13px 26px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 425px) {

    .kg-builds-main-section .kg-builds__inner .kg-builds__grid .kg-builds__card .kg-builds__card-media,
    .kg-builds-main-section .kg-builds__inner .kg-builds__featured .kg-builds__featured-media {
        aspect-ratio: 3/3;
    }
}

.kg-search-modal {
    z-index: 10011 !important;
}

/* .kg-search-modal .Search__SearchBar {
    border: 1px solid #dddddd9e;
    padding: 2px 8px;
    box-shadow: #00000030 0px 3px 4px;
    gap: 15px;
    background: #6;
    color: #000;
} */
.kg-search-modal .Search__Results {
    margin-top: 0px;
}

.kg-search-modal .Search__Results .PageLayout .Segment__Content p {
    font-size: 14px;
    line-height: 1.3;
    color: #000000b8;
    letter-spacing: 0;
    font-weight: 300;
}

.kg-search-modal .Search__Results .PageLayout .PageLayout__Section {
    margin: 30px 0 0;
}

.kg-search-modal .Search__Results .PageLayout .PageLayout__Section:empty {
    display: none;
}

.kg-search-modal .Search__Results .PageLayout .Segment__Content .ProductItem .ProductItem__ImageWrapper .AspectRatio::before {
    padding-bottom: 75%;
}

.kg-search-modal .Search__Results .PageLayout .Segment__Content .ProductItem .ProductItem__ImageWrapper .AspectRatio img {
    object-fit: contain;
}

.kg-search-modal .Search__Results .PageLayout .Segment .Segment__Title .Heading {
    font-size: 14px;
    color: #000000cc !important;
    font-family: SF Pro Text;
    letter-spacing: 0;
    font-weight: 300;
}

.kg-search-modal .Search__SearchBar .Search__Input::placeholder {
    color: #00000091;
}

.kg-search-modal .Search__SearchBar .Search__Form input {
    font-family: SF Pro Text;
    font-size: 14px;
    box-shadow: none !important;
    outline: none !important;
}
.kg-search-modal.Search .kg-search-container .kg-search-wrapper .Search__SearchBar {
    gap: 10px;
}
.kg-search-modal .Search__SearchBar .Search__Close {
    padding: 8px;
    color: #000;
    position: relative;
    top: 0;
    right: 0;
    border: 1px solid #ddd;
    border-radius: 0;
    background: transparent!important;
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 767px) {
    .kg-search-modal {
        padding: 35px 20px 40px;
    }

    .kg-search-modal .Search__Results .PageLayout .Segment__Content .ProductItem .ProductItem__ImageWrapper .AspectRatio::before {
        padding-bottom: 100%;
    }

    .kg-search-modal .Search__Results .PageLayout .Heading {
        font-size: 16px;
        line-height: 1.3;
    }
}

.kg-search-modal.Search {
    padding: 0;
    background: transparent;
    height: fit-content;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    top: 0;
    padding: 0 !important;
}

.kg-search-modal.Search::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4c4c4ca6;
    backdrop-filter: blur(3px);
}

.kg-search-modal.Search .kg-search-container {
    padding: 50px 70px;
    position: relative;
    background: #fafafa;
}

.kg-search-modal.Search .kg-search-container .kg-search-wrapper {
    max-height: 90vh;
    height: 100%;
    overflow-y: auto;
    padding: 0;
}

.kg-search-modal .Search__SearchBar .Search__Form .kg-search-wrap svg {
    max-width: 16px;
    height: 16px;
    width: 100%;
    object-fit: contain;
}

.kg-search-modal .Search__SearchBar .Search__Form .kg-search-wrap {
    display: flex;
}

.kg-search-modal .Search__SearchBar .Search__Form {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fff;
    gap: 10px;
    border: 1px solid #ddd;
}

.kg-search-modal.Search .kg-search-container .kg-search-wrapper::-webkit-scrollbar {
    width: 6px;
}

.kg-search-modal.Search .kg-search-container .kg-search-wrapper::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}

.kg-search-modal.Search .kg-search-container .kg-search-wrapper::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.8);
    border-radius: 20px;
}

.kg-ProductItem .ProductItem__Wrapper {
    flex-direction: column;
}

.kg-search-modal .Search__Results .PageLayout .Segment .Grid {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0;
}

.kg-search-modal .Search__Results .PageLayout .Segment .Grid .Grid__Cell .kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info h2.ProductItem__Title {
    font-size: 20px;
}

.kg-search-modal .Search__Results .PageLayout .Segment .Grid .Grid__Cell {
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .kg-search-modal .Search__Results .PageLayout .Segment .Grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .kg-search-modal .Search__Results .PageLayout .PageLayout__Section.PageLayout__Section--secondary {
        margin-left: 30px;
    }

    .kg-search-modal.Search .kg-search-container {
        padding: 60px 16px;
    }
}

@media screen and (max-width: 1007px) {
    .kg-search-modal .Search__Results .PageLayout .PageLayout__Section.PageLayout__Section--secondary {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .kg-search-modal.Search .kg-search-container .kg-search-wrapper::-webkit-scrollbar {
        width: 5px;
    }
    .kg-search-modal.Search .kg-search-container {
    padding: 15px 16px;
}
.kg-search-modal .Search__SearchBar .Search__Form {
    padding: 10px 15px;
    height: 42px;
}
.kg-search-modal .Search__SearchBar .Search__Close {
    width: 42px;
    height: 42px;
}
}

@media screen and (max-width: 640px) {
    .kg-search-modal .Search__Results .PageLayout .Segment .Grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .kg-search-modal .Search__Results .PageLayout .Segment .Grid .Grid__Cell {
        margin: 0;
    }

    .kg-search-modal .Search__Results .PageLayout .Segment .Grid .Grid__Cell .kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info h2.ProductItem__Title {
        font-size: 16px;
    }

    .kg-search-modal .Search__Results .PageLayout .Segment__Content .ProductItem .ProductItem__ImageWrapper {
        width: 100%;
        margin: 0;
    }

    .kg-search-modal .Search__Results .PageLayout .Heading {
        font-size: 18px;
    }
}

div#sidebar-cart {
    z-index: 1111;
}

.kg-reviews-section {
    position: relative;
    padding: 144px 6vw;
    overflow: hidden;
    background: #0A0A0A;
}

.kg-reviews__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/cdn/shop/files/hero-bg_504aca6b-afac-477c-9e12-90a13037224b.jpg?v=1773040116);
    background-size: cover;
    background-position: center 40%;
    filter: brightness(0.20) saturate(.5);

}

.kg-reviews-section .kg-reviews__bg {
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?w=1800&q=80&auto=format&fit=crop');
    background-size: cover;
    background-position: center 40%;
    filter: brightness(0.15) saturate(0.5);
    z-index: 0;
}

.kg-reviews-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #0a0a0ab3 0%, #0a0a0a4a 50%, #0a0a0ac2 100%);
    z-index: 1;
}

.kg-reviews-section .kg-reviews__inner {
    position: relative;
    z-index: 3;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__head {
    display: flex;
    align-items: baseline;
    gap: 10px 18px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: anchor-center;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__head .kg-reviews__title {
    color: #fff;
    font-size: 100px;
    line-height: 1;
    margin: 0 0 0px;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    /* display: flex; */
    flex-direction: column;
    font-weight: 600;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__head .kg-reviews__title .kg-reviews__title-accent {
    color: #0071E3;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__head .kg-reviews__count {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffffb8;
    font-family: 'GTStandard-M';
    line-height: 1.3;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__slider {
    padding-bottom: 48px !important;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__slider .swiper-wrapper {
    align-items: stretch;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__slider .swiper-slide .kg-reviews__card {
    background: #151413;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid #ffffff0f;
    border-bottom: 2px solid transparent;
    padding: 28px 26px 24px;
    transition: border-bottom-color 0.3s, background 0.3s, transform 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 190px;
    background-image: url(/cdn/shop/files/Layer_2_3.png?v=1772795155) !important;
    background-repeat: no-repeat !important;
    background-position: 97% 98% !important;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__slider .swiper-slide .kg-reviews__card:hover {
    border-bottom-color: #0071E3;
    background: #141414e0;
    transform: translateY(-3px);
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__slider .swiper-slide .kg-reviews__card .kg-reviews__card-top {
    flex: 1;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__slider .swiper-slide .kg-reviews__card .kg-reviews__card-top .kg-reviews__stars {
    font-size: 16px;
    color: #0071E3;
    letter-spacing: 2px;
    margin-bottom: 14px;
    line-height: 1.2;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__slider .swiper-slide .kg-reviews__card .kg-reviews__card-top .kg-reviews__text {
    font-family: GTStandard-M;
    font-size: 14px;
    line-height: 1.7;
    color: #ffffff9e;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__slider .swiper-slide .kg-reviews__card .kg-reviews__card-bottom {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__slider .swiper-slide .kg-reviews__card .kg-reviews__card-bottom .kg-reviews__avatar {
    width: 34px;
    height: 34px;
    background: #0071E3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #0A0A0A;
    flex-shrink: 0;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__slider .swiper-slide .kg-reviews__card .kg-reviews__card-bottom .kg-reviews__author-info .kg-reviews__name {
    font-family: GTStandard-M;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.3;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__slider .swiper-slide .kg-reviews__card .kg-reviews__card-bottom .kg-reviews__author-info .kg-reviews__location {
    font-family: GTStandard-M;
    font-size: 11px;
    color: #ffffff69;
    margin-top: 0;
    font-weight: 300;
    line-height: 1.5;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__slider .swiper-pagination {
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11.25px;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 50%;
    border: 2px solid hsl(40 15% 92% / .5);
    background: transparent;
    opacity: 1;
    transition: background .3s ease, transform .3s ease, border-color .3s ease;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #6;
    border-color: #6;
    transform: scale(1.2);
    width: 20px;
    border-radius: 6px;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__nav {
    display: flex;
    gap: 6px;
    margin-top: 10px;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__nav .kg-reviews__btn-prev,
.kg-reviews-section .kg-reviews__inner .kg-reviews__nav .kg-reviews__btn-next {
    position: static;
    width: 42px;
    height: 42px;
    background: #ffffff0d;
    border: 1px solid #ffffff1a;
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 0;
    backdrop-filter: blur(6px);
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__nav .kg-reviews__btn-prev:after,
.kg-reviews-section .kg-reviews__inner .kg-reviews__nav .kg-reviews__btn-next:after {
    font-size: 15px;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__nav .kg-reviews__btn-prev:hover,
.kg-reviews-section .kg-reviews__inner .kg-reviews__nav .kg-reviews__btn-next:hover {
    background: #0071E3;
    border-color: #0071E3;
    color: #0A0A0A;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__nav .kg-reviews__btn-prev.swiper-button-disabled,
.kg-reviews-section .kg-reviews__inner .kg-reviews__nav .kg-reviews__btn-next.swiper-button-disabled {
    opacity: 0.2;
    pointer-events: none;
}

.kg-reviews-section .kg-reviews__inner .kg-reviews__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
    justify-content: center;
    margin-top: 60px;

}


@media screen and (max-width: 1024px) {
    .kg-reviews-section {
        padding: 96px 20px;
    }


}

@media screen and (max-width: 767px) {
    .kg-reviews-section .kg-reviews__inner .kg-reviews__head .kg-reviews__title {
        font-size: 48px;
        letter-spacing: 1.8px;
    }

    .kg-reviews-section .kg-reviews__inner .kg-reviews__head {
        margin-bottom: 40px;
    }

    .kg-reviews-section .kg-reviews__inner .kg-reviews__nav {
        margin-top: 0;
    }

    .kg-reviews-section .kg-reviews__inner .kg-reviews__footer {
        display: none;
    }
}

/* collection */

#collection-sort-popover {
    /* right: 14px !important; */
    min-width: 250px;
}

#collection-sort-popover .Popover__Content .Popover__ValueList button.Popover__Value {
    text-align: left;
    padding: 12px 20px;
    font-family: 'GTStandard-M';
    letter-spacing: 0;
    line-height: 1;
    background: transparent !important;
    color: #000 !important;
}

.kg-CollectionMain .kg-CollectionToolbar .CollectionToolbar__Group button.CollectionToolbar__Item {
    font-family: 'SF Pro Text';
    color: #000c;
    font-size: 14px;
    padding: 5px 15px;
    border: 1px solid #ddd;
    justify-content: center;
    min-width: auto;
    font-weight: 400;
}

.kg-CollectionMain .kg-CollectionToolbar .CollectionToolbar__Item {
    display: flex;
    align-items: center;
    justify-content: normal;
    padding: 0;
    min-width: auto;
    border: 0;
}

.kg-CollectionMain .kg-CollectionToolbar .CollectionToolbar__Item .CollectionToolbar__LayoutSwitch {
    display: flex;
    align-items: center;
    gap: 4px;
}

.kg-CollectionMain .kg-CollectionToolbar .CollectionToolbar__Item .CollectionToolbar__LayoutSwitch button.CollectionToolbar__LayoutType {
    margin: 0;
    padding: 8px;
    background: #666768;
    opacity: .4;
}

.kg-CollectionMain .kg-CollectionToolbar .CollectionToolbar__Item .CollectionToolbar__LayoutSwitch button.CollectionToolbar__LayoutType.is-active {
    opacity: 1;
}

.kg-CollectionMain .kg-CollectionToolbar .CollectionToolbar__Item .CollectionToolbar__LayoutSwitch button.CollectionToolbar__LayoutType svg {
    width: 14px;
    height: 14px;
}

.kg-CollectionMain .kg-CollectionToolbar .CollectionToolbar__Item .CollectionToolbar__LayoutSwitch button.CollectionToolbar__LayoutType svg path {
    fill: #fff;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .facets__disclosure .facets__display-vertical .facets__price-form .kg-facets__price .price-range__inputs {
    display: grid;
    grid-template-columns: 1fr 20px 1fr;
    gap: 7px;
    margin-bottom: 10px;
    align-items: center;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .facets__disclosure .facets__display-vertical .facets__price-form .kg-facets__price .price-range__inputs .price-range__field label.price-range__label {
    font-family: 'SF Pro Text';
    letter-spacing: 0;
    margin: 0 0 5px;
    display: block;
    line-height: 1;
    font-weight: 300;
    font-size: 12px;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .facets__disclosure .facets__display-vertical .facets__price-form .kg-facets__price .price-range__inputs .price-range__field input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    font-family: 'SF Pro Text';
    font-size: 12px;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .facets__disclosure .facets__display-vertical .facets__price-form .kg-facets__price .price-range__inputs span.price-range__separator {
    font-size: 10px;
    position: relative;
    top: 5px;
    font-family: 'SF Pro Display';
    font-weight: 800;
    text-align: center;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .facets__disclosure .facets__display-vertical .facets__header-vertical {
    margin: 0 0 15px;
    line-height: 1;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .facets__disclosure .facets__display-vertical .facets__header-vertical a {
    font-family: 'SF Pro Text';
    text-transform: capitalize;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .facets__disclosure .facets__display-vertical {
    padding: 0px 10px 5px;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .facets__disclosure .facets__summary>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    font-size: 14px;
    font-family: 'SF Pro Text';
    color: #000c;
    letter-spacing: 0;
    cursor: pointer;
    font-weight: 300;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar {
    margin: 0;
    width: 325px;
    background: #fff;
    padding: 25px;
    display: block !important;
    border-radius: 16px;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .facets__disclosure .facets__display-vertical ul.kg-Linklist li.kg-Linklist-Item {
    margin: 0;
    padding: 4px 0px;
    display: flex;
    justify-content: flex-start;
    gap: 4px;
}

.kg-CollectionMain .kg-CollectionInner .kg-CollectionInner-Products {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .facets__disclosure .facets__display-vertical ul.kg-Linklist li.kg-Linklist-Item::before {
    background: #000c;
    position: relative;
    top: 0;
    bottom: 0;
    opacity: 1;
    margin: auto;
    width: 4px;
    height: 4px;
    border-radius: 52px;
    flex: 0 0 4px;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .facets__disclosure .facets__display-vertical ul.kg-Linklist li.kg-Linklist-Item.is-selected .Link {
    color: #6;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .facets__disclosure .facets__display-vertical ul.kg-Linklist li.kg-Linklist-Item.is-selected {
    color: #000;
    background: #f4f4f4;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .facets__disclosure .facets__display-vertical ul.kg-Linklist li.kg-Linklist-Item .Link {
    font-size: 12px;
    font-family: 'SF Pro Text';
    letter-spacing: 0;
    font-weight: 300;
    color: #000c;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .facets__disclosure .facets__display-vertical ul.kg-Linklist {
    max-height: 210px;
    overflow: auto;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .facets__disclosure[open] .facets__summary svg {
    transform: rotate(180deg);
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .facets__disclosure .facets__summary svg {
    width: 10px;
    height: 10px;
}

.kg-CollectionMain .kg-CollectionInner .kg-CollectionInner-Products .Pagination {
    margin: 60px 0 0;
}

.kg-collection-grid-custom {
    max-width: 340px;
    width: 100%;
    padding-top: 18px;
    margin-top: 20px;
}

.kg-collection-grid-custom .facets-vertical .kg-featured-slider-collection {
    width: 100%;
    position: relative;
}

.kg-collection-grid-custom .facets-vertical .kg-featured-slider-collection .kg-product-grid .swiper-slide .kg-best-product.product a figure {
    margin: 0;
    display: block;
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    vertical-align: middle;
    border-radius: 10px;
}

.kg-collection-grid-custom .facets-vertical .kg-featured-slider-collection .kg-product-grid .swiper-slide .kg-best-product.product a figure img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 10px;
}

.kg-collection-grid-custom .facets-vertical .kg-featured-slider-collection .kg-product-grid .swiper-slide .kg-best-product.product a figure::after {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.kg-collection-grid-custom .facets-vertical .kg-featured-slider-collection .kg-product-grid .swiper-slide .kg-best-product.product {
    display: flex;
    margin-bottom: 12px;
    background: #f7f7f6;
    padding: 6px 6px;
    border-radius: 5px;
}

.kg-collection-grid-custom .facets-vertical .kg-featured-slider-collection .kg-product-grid .swiper-slide .kg-best-product.product>a {
    max-width: 25.19%;
    display: block;
    width: 100%;
    border: 1px solid #87878791;
    background: #ffffff91;
    border-radius: 0;
}

.kg-collection-grid-custom .facets-vertical .kg-featured-slider-collection .kg-product-grid .swiper-slide .kg-best-product.product .kg-title-price {
    max-width: 70%;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 0;
}

.kg-collection-grid-custom .facets-vertical .kg-featured-slider-collection .kg-product-grid .swiper-slide .kg-best-product.product .kg-title-price a {
    text-decoration: none;
}

.kg-collection-grid-custom .facets-vertical .kg-featured-slider-collection .kg-product-grid .swiper-slide .kg-best-product.product .kg-title-price p {
    display: block;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #4c4c55;
    line-height: 1.5;
    letter-spacing: -0.05em;
    font-family: 'GTStandard-M';
}

.kg-main-product .kg-main-product .kg-product .kg-product-info-wrapper .product__info-container {
    max-width: 100%;
}

.kg-collection-grid-custom .facets-vertical .kg-featured-slider-collection .swiper-button-next::after {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.kg-collection-grid-custom .facets-vertical .kg-featured-slider-collection .swiper-button-prev::after {
    color: #000;
    font-size: 12px;
    font-weight: 700;
}

.kg-collection-grid-custom .facets-vertical .kg-featured-slider-collection .swiper-button-prev {
    display: flex;
    top: 0;
    right: 40px;
    left: auto;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #E7E1F0;
    border-radius: 0;
    transition: all .3s ease;
    margin: 0;
    opacity: 1;
}

.kg-collection-grid-custom .facets-vertical .kg-featured-slider-collection .swiper-button-next {
    display: flex;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #E7E1F0;
    border-radius: 0;
    transition: all .3s ease;
    margin: 0;
}

.kg-collection-grid-custom .facets-vertical .kg-featured-slider-collection .swiper-button-next:hover::after,
.kg-collection-grid-custom .facets-vertical .kg-featured-slider-collection .swiper-button-prev:hover::after {
    color: #fff;
}

.kg-collection-grid-custom .facets-vertical .kg-featured-slider-collection .kg-sec-heading {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.kg-collection-grid-custom .facets-vertical .kg-featured-slider-collection .kg-sec-heading h2 {
    margin: 0;
    letter-spacing: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}

.kg-collection-grid>.kg-collection-grid-custom {
    display: none;
}

.kg-CollectionMain .kg-CollectionInner .kg-CollectionInner-Products .kg-collection-grid-custom {
    display: none;
}

.kg-CollectionMain .kg-CollectionInner .kg-CollectionInner-Products .ProductListWrapper .ProductList {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    margin: 0;
    padding-left: 20px;
}

.kg-ProductItem {
    border: none !important;
    padding: 0px !important;
    height: 100%;
    visibility: inherit !important;
    opacity: 1 !important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

.kg-ProductItem .ProductItem__Wrapper .ProductItem__ImageWrapper .AspectRatio {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    vertical-align: middle;
    background: #fff;
    border-radius: 15px;
    margin: 0 0 35px;
}

.kg-ProductItem .ProductItem__Wrapper .ProductItem__ImageWrapper .AspectRatio::before {
    padding-bottom: 80%;
}

.kg-ProductItem .ProductItem__Wrapper .ProductItem__ImageWrapper .AspectRatio img {
    object-fit: contain;
    border-radius: 15px;
    padding: 14px;
}

.kg-ProductItem .ProductItem__Wrapper .ProductItem__LabelList {
    left: 0;
    top: 0;
    position: relative;
    text-align: center;
}

.kg-ProductItem .ProductItem__Wrapper .ProductItem__LabelList span.ProductItem__Label {
    margin: 0;
    font-size: 12px;
    color: #b64400;
    line-height: 1;
    letter-spacing: 0px;
    font-family: SF Pro Text;
    background: transparent;
    padding: 0;
}

@media screen and (min-width: 1800px) {
    @supports (--css: variables) {
        .PageHeader--withBackground.kg-PageHeader {
            min-height: 400px;
        }
    }
}

.kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info {
    margin: 0;
    padding: 3px 0 0;
    text-align: center;
}

.kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info h2.ProductItem__Title {
    font-size: 28px;
    line-height: 1.1428571429;
    color: #1d1d1f;
    font-family: SF Pro Display !important;
    margin: 0 0 12px;
    text-transform: capitalize !important;
    font-weight: 600;
    letter-spacing: .007em;
    height: auto !important;
}

.kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info .kg-product-tag-wapper {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info .kg-product-tag-wapper span.kg-product-tag {
    font-size: 12px;
    color: #525252;
    background: #dddd;
    padding: 4px 8px;
    border-radius: 0;
    font-weight: 400;
    font-family: 'GTStandard-M';
}

.kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info .kg-view-details {
    padding-top: 8px;
    margin-top: 0;
}

.kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info .kg-view-details .kg-ProductItem-PriceList {
    opacity: 1;
    transform: none;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 0 0 25px;
}

.kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info .kg-view-details .kg-ProductItem-PriceList span.ProductItem__Price {
    color: #000c;
    font-size: 17px;
    line-height: 1.2353641176;
    font-family: SF Pro Text;
    letter-spacing: -.022em;
    margin: 0;
    font-weight: 600;
}

.kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info .kg-view-details .kg-ProductItem-PriceList span.ProductItem__Price.Price--compareAt::before {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info .kg-view-details .kg-ProductItem-PriceList span.ProductItem__Price.Price--compareAt {
    color: #989898;
}

.kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info .kg-view-details .kg-view-button {
    line-height: 1;
}

.kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info .kg-view-details .kg-view-button a {
    color: #fff;
    text-decoration: none;
    align-items: center;
    margin: 0;
    position: relative;
    background: #0071e3;
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: 0;
    padding: 11px 21px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #0071e3;
    border-radius: 50px;
    font-family: 'SF Pro Text';
    text-transform: capitalize;
    transition: all .3s ease;
    opacity: 1;
}

.kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info .kg-view-details .kg-view-button a svg.kg-builds__arrow {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    position: relative;
    top: 1px;
}

.kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info .kg-view-details .kg-view-button a:hover {
    background: #0077ed;
    color: #fff;
    border-color: #0077ed;
}

/* .kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info .kg-view-details .kg-view-button a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #0071E3;
    transition: all .3s ease;
}
.kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info .kg-view-details .kg-view-button a:hover::after {
    width: 100%;
} */
.kg-CollectionMain .kg-CollectionInner .kg-CollectionInner-Products .ProductListWrapper .ProductList .Grid__Cell {
    padding-left: 20px;
    margin-bottom: 40px;
}

section.kg-main-product-collections .kg-collection-filter-drawer {
    z-index: 9999;
    width: 95%;
    max-width: 400px;
}

section.kg-main-product-collections .kg-collection-filter-drawer header.kg-Drawer-Header {
    background-color: #f7f7f7;
    justify-content: flex-start;
}

section.kg-main-product-collections .kg-collection-filter-drawer header.kg-Drawer-Header span.Drawer__Title {
    color: #000000;
    font-size: 20px;
    font-family: 'SF Pro Display';
    line-height: 1.2;
}

section.kg-main-product-collections .kg-collection-filter-drawer header.kg-Drawer-Header button.Drawer__Close svg {
    width: 16px;
    height: 16px;
}

section.kg-main-product-collections .kg-collection-filter-drawer header.kg-Drawer-Header button.Drawer__Close svg path {
    stroke: #000000;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .kg-Drawer-Main {
    padding: 24px;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .kg-Drawer-Main .facets__disclosure .facets__summary>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 12px;
    font-family: 'SF Pro Text';
    color: #000c;
    letter-spacing: 0;
    border-bottom: 1px solid #ddd;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .kg-Drawer-Main .facets__disclosure div svg {
    width: 10px;
    height: 10px;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .kg-Drawer-Main .facets__disclosure .facets__display-vertical ul.kg-Linklist li.kg-Linklist-Item .Link {
    font-size: 12px;
    font-family: 'SF Pro Text';
    font-weight: 300;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .kg-Drawer-Main .facets__disclosure .facets__display-vertical ul.kg-Linklist li.kg-Linklist-Item {
    display: flex;
    align-items: center;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .kg-Drawer-Main .facets__disclosure .facets__display-vertical ul.kg-Linklist {
    max-height: 210px;
    overflow: auto;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .kg-Drawer-Main .facets__disclosure[open] .facets__summary svg {
    transform: rotate(180deg);
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .kg-Drawer-Main .facets__disclosure .facets__display-vertical .facets__price-form .kg-facets__price .price-range__inputs {
    display: grid;
    grid-template-columns: 1fr 20px 1fr;
    gap: 7px;
    margin-bottom: 10px;
    align-items: center;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .kg-Drawer-Main .facets__disclosure .facets__display-vertical .facets__price-form .kg-facets__price .price-range__inputs .price-range__field label.price-range__label {
    font-family: 'SF Pro Text';
    letter-spacing: 0;
    margin: 0 0 5px;
    display: block;
    line-height: 1;
    font-weight: 300;
    font-size: 12px;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .kg-Drawer-Main .facets__disclosure .facets__display-vertical .facets__price-form .kg-facets__price .price-range__inputs .price-range__field input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    font-family: 'SF Pro Text';
    font-size: 12px;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .kg-Drawer-Main .facets__disclosure .facets__display-vertical .facets__price-form .kg-facets__price .price-range__inputs span.price-range__separator {
    font-size: 10px;
    position: relative;
    top: -15px;
    font-family: 'SF Pro Display';
    font-weight: 800;
    text-align: center;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .kg-Drawer-Main .facets__disclosure .facets__display-vertical .facets__header-vertical {
    margin: 0 0 10px;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .kg-Drawer-Main .facets__disclosure .facets__display-vertical .facets__header-vertical a {
    letter-spacing: 0;
    font-family: 'SF Pro Text';
    text-transform: capitalize;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .kg-Drawer-Main .facets__disclosure .facets__display-vertical {
    padding: 15px 10px 16px;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .kg-Drawer-Main .facets__disclosure .facets__display-vertical ul.kg-Linklist li.kg-Linklist-Item::before {
    display: none;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .Drawer__Footer {
    padding: 8px;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .Drawer__Footer .ButtonGroup {
    margin: 0;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .Drawer__Footer button.ButtonGroup__Item {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid #0071e3;
    border-radius: 0;
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0px;
    font-family: 'SF Pro Text';
    font-weight: 400;
    font-style: normal;
    background-color: #0071e3;
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
    justify-content: center;
    opacity: 1;
}

section.kg-main-product-collections .kg-collection-filter-drawer .kg-Drawer-Content .Drawer__Footer button.ButtonGroup__Item::before {
    display: none;
}

.kg-CollectionMain .kg-CollectionInner {
    padding: 0 16px;
    max-width: 1382px;
    margin: 0 auto;
    display: flex;
}

.kg-CollectionMain.CollectionMain {
    background: #f5f5f7;
    padding: 60px 0;
}

.kg-CollectionToolbar.CollectionToolbar {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1382px;
    margin: auto;
    border: 0 !important;
    outline: unset;
    box-shadow: unset;
    margin-bottom: 40px;
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #e9e9e9 !important;
    padding-bottom: 16px;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-filter {
    padding: 0 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ddd;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-filter span.kg-text-filter {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    font-family: 'SF Pro Text';
    font-weight: 500;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-filter .kg-reset {
    line-height: 1;
    font-family: 'SF Pro Text';
    font-size: 14px;
    font-weight: 300;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .Button.Button--secondary {
      z-index: 1;
    color: #fff;
    text-decoration: none;
    align-items: center;
    margin: 0;
    position: relative;
    background: #0071e3;
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: 0;
    padding: 11px 21px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #0071e3;
    border-radius: 50px;
    font-family: SF Pro Text;
    text-transform: capitalize;
    transition: all .3s ease;
    opacity: 1;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .Button.Button--secondary:hover {
    color: #6;
}

.kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar .kg-CollectionFilters .Button.Button--secondary:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scaleX(0);
}

.kg-CollectionMain .kg-CollectionToolbar .CollectionToolbar__Group button.CollectionToolbar__Item.CollectionToolbar__Item--filter {
    display: none;
}

@media screen and (max-width: 1200px) {
    .kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar {
        width: 280px;
    }

    .kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info h2.ProductItem__Title {
        font-size: 24px;
        line-height: 1.1666666667;
    }
}

@media screen and (max-width: 991px) {
    .kg-CollectionMain .kg-CollectionInner .kg-CollectionInner-Products .ProductListWrapper .ProductList {
        padding: 0;
        margin: 0;
        margin-left: -20px;
    }

    .kg-CollectionMain .kg-CollectionToolbar .CollectionToolbar__Item {
        min-width: auto;
        justify-content: flex-end;
    }

    .kg-CollectionMain .kg-CollectionInner .kg-CollectionInner-Products .kg-collection-grid-custom {
        display: block;
        padding: 18px 20px 0;
        max-width: 425px;
    }

    .kg-CollectionMain .kg-CollectionToolbar .CollectionToolbar__Group button.CollectionToolbar__Item.CollectionToolbar__Item--filter {
        display: block;
    }

    .kg-CollectionMain .kg-CollectionInner .CollectionInner__Sidebar {
        display: none !important;
    }

    .kg-CollectionToolbar.CollectionToolbar .CollectionToolbar__Group {
        gap: 10px;
    }

    .kg-CollectionToolbar.CollectionToolbar {
        flex-direction: row;
    }
}

@media screen and (max-width: 767px) {
    .kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info h2.ProductItem__Title {
        font-size: 21px;
        line-height: 1.1904761905;
    }

    .kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info .kg-view-details .kg-ProductItem-PriceList span.ProductItem__Price {
        font-size: 14px;
        line-height: 1.2857742857;
    }

    .kg-ProductItem .ProductItem__Wrapper .kg-ProductItem__Info .kg-view-details .kg-view-button a {
        font-size: 14px;
        line-height: 1.42859;
        letter-spacing: 0;
        min-width: auto;
        padding: 7px 15px;
    }
}

.kg-recently-viewed section.kg-recently-viewed-products {
    padding: 60px 0;
    background-color: #f5f5f7;
    position: relative;
    overflow: hidden;
}

.kg-recently-viewed section.kg-recently-viewed-products header {
    margin-bottom: 40px;
}

.kg-recently-viewed section.kg-recently-viewed-products header .Container {
    max-width: 1382px;
    padding-left: 16px;
    padding-right: 16px;
    margin: auto;
}

.kg-recently-viewed section.kg-recently-viewed-products header h3.SectionHeader__Heading {
    color: #1d1d1f;
    margin: 0 0 30px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
}

.kg-recently-viewed section.kg-recently-viewed-products .ProductListWrapper .ProductList .flickity-viewport {
    overflow: unset;
}

.kg-recently-viewed section.kg-recently-viewed-products .ProductListWrapper .ProductList button.flickity-prev-next-button {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    background: transparent;
}

.kg-recently-viewed section.kg-recently-viewed-products .ProductListWrapper .ProductList button.flickity-prev-next-button:hover {
    background: #0071E3;
    border-color: #0071E3;
}

.kg-recently-viewed section.kg-recently-viewed-products .ProductListWrapper .ProductList button.flickity-prev-next-button:hover svg {
    stroke: #fff;
    -webkit-animation: buttonFromLeftToRight .5s ease-in-out forwards;
    animation: buttonFromLeftToRight .5s ease-in-out forwards;
    fill: #fff;
}

.kg-recently-viewed section.kg-recently-viewed-products .ProductListWrapper .ProductList {
    margin: 0;
}

.kg-CollectionMain .kg-CollectionToolbar .CollectionToolbar__Item .CollectionToolbar__LayoutSwitch button.CollectionToolbar__LayoutType svg rect {
    fill: #fff;
}

.kg-recently-viewed section.kg-recently-viewed-products .ProductListWrapper .ProductList .flickity-viewport .Carousel__Cell {
    padding: 0 10px;
}

.kg-main-product-collections .kg-FlexboxIeFix header.kg-PageHeader .Container {
    max-width: 1400px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.kg-main-product-collections .kg-FlexboxIeFix header.kg-PageHeader .Container .kg-SectionHeader {
    padding: 0;
}

.kg-main-product-collections .kg-FlexboxIeFix header.kg-PageHeader .Container .kg-SectionHeader h1.kg-SectionHeader__Heading {
    color: #fff;
    font-size: 100px;
    line-height: 1;
    margin: 0;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    font-family: Bebas Neue;
    font-weight: 600;
}

.kg-recently-viewed section.kg-recently-viewed-products .ProductListWrapper .ProductList .Carousel__Cell {
    margin: 0;
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .kg-recently-viewed section.kg-recently-viewed-products header h3.SectionHeader__Heading {
        font-size: 24px;
    }

    .kg-recently-viewed section.kg-recently-viewed-products header {
        margin-bottom: 25px;
    }

    .kg-recently-viewed section.kg-recently-viewed-products {
        padding: 40px 0;
    }
}


/* product page */


/* Layout */
.kg-Product-Wrapper .kg-gallery-wrapper {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
    position: relative;
}

/* ── Thumbnail col ── */
.kg-Product-Wrapper .kg-thumb-col {
    width: 100px;
    flex-shrink: 0;
}

.kg-Product-Wrapper .kg-swiper-thumb {
    height: auto;
    overflow: hidden;
}

.kg-Product-Wrapper .kg-swiper-thumb .swiper-wrapper {
    flex-direction: column !important;
}

.kg-Product-Wrapper .kg-swiper-thumb .swiper-slide {
    width: auto;
    height: auto;
    aspect-ratio: 1;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #00000012;
    transition: opacity .22s ease, border-color .22s ease, transform .18s ease;
    height: 100px !important;
}

.kg-Product-Wrapper .kg-swiper-thumb .swiper-slide-thumb-active {
    border-color: #000;
    opacity: 1;
}

.kg-Product-Wrapper .kg-swiper-thumb .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.kg-Product-Wrapper .kg-swiper-thumb .swiper-button-prev,
.kg-Product-Wrapper .kg-swiper-thumb .swiper-button-next {
    left: 0 !important;
    right: 0 !important;
    width: 40px;
    height: 40px;
    --swiper-navigation-size: 11px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 8px #00000024;
    color: #333;
    border: 1px solid #ddd;
    line-height: 1;
    margin: auto;
}

.kg-Product-Wrapper .kg-swiper-thumb .swiper-button-prev {
    top: 5px;
    bottom: auto;
}

.kg-Product-Wrapper .kg-swiper-thumb .swiper-button-next {
    top: auto;
    bottom: 5px;
}

/* ── Main col ── */
.kg-Product-Wrapper .kg-main-col {
    flex: 1;
    min-width: 0;
    position: static;
}

.kg-Product-Wrapper .kg-swiper-main {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #00000012;
}

.kg-Product-Wrapper .kg-swiper-main .swiper-slide {
    overflow: hidden;
}

/* ── Image stage ── */
.kg-Product-Wrapper .kg-img-stage {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
    background: #f4f4f4;
    padding-bottom: 95%;
    cursor: none;
}

.kg-Product-Wrapper .kg-main-img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform .4s cubic-bezier(.25, .46, .45, .94);
    will-change: transform;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    object-fit: cover;
}

.kg-Product-Wrapper .kg-img-stage:hover .kg-main-img {
    transform: scale(1.03);
}

.kg-Product-Wrapper .kg-zoom-hint {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #000000;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0;
    padding: 5px 10px;
    border-radius: 50%;
    display: flex;
    gap: 5px;
    opacity: 1;
    transition: opacity .3s ease;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 111;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
}

.kg-Product-Wrapper .kg-zoom-hint button.circle-button.circle-button--fill.ring {
    display: flex;
}

/* .kg-Product-Wrapper .kg-img-stage:hover .kg-zoom-hint {
      opacity: 0; 
    } */

/* ── Floating Magnifier ── */
.kg-Product-Wrapper .kg-magnifier {
    position: fixed;
    width: 200px;
    height: 200px;
    border-radius: 7%;
    border: 3px solid rgb(227 162 54);
    box-shadow: 0 0 0 1px #0000001f, 0 20px 60px #00000059, inset 0 0 0 1px #ffffff4d;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%) scale(.6);
    transition: opacity .22s cubic-bezier(.34, 1.56, .64, 1), transform .22s cubic-bezier(.34, 1.56, .64, 1);
    z-index: 9999;
    will-change: transform, opacity;
    top: 0;
    left: 0;
}

.kg-Product-Wrapper .kg-magnifier.is-visible {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.kg-Product-Wrapper .kg-magnifier-inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    will-change: background-position;
}

/* Crosshair center dot */
.kg-Product-Wrapper .kg-magnifier-crosshair {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

/* ── Swiper nav arrows (main) ── */
.kg-Product-Wrapper .kg-swiper-main .swiper-button-prev,
.kg-Product-Wrapper .kg-swiper-main .swiper-button-next {
    width: 50px;
    height: 50px;
    --swiper-navigation-size: 14px;
    background: #ffffffeb;
    border-radius: 50%;
    box-shadow: 0 2px 10px #00000026;
    color: #3b3b3b;
    transition: background .2s, box-shadow .2s;
    font-weight: 900;
    display: none;
}

.kg-Product-Wrapper .kg-swiper-main .swiper-button-prev:hover,
.kg-Product-Wrapper .kg-swiper-main .swiper-button-next:hover {
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* ── Mobile ── */
@media (max-width: 1200px) {
    .kg-Product-Wrapper .kg-thumb-col {
        width: 100px;
    }
}

@media (max-width: 768px) {
    .kg-Product-Wrapper .kg-zoom-hint {
        bottom: unset;
        top: 12px;
    }

    .kg-Product-Wrapper .kg-gallery-wrapper {
        flex-direction: column;
    }

    .kg-Product-Wrapper .kg-thumb-col {
        width: 100%;
        order: 2;
    }

    .kg-Product-Wrapper .kg-main-col {
        order: 1;
        position: unset;
        min-width: 100%;
        flex: unset;
        width: 100%;
    }

    .kg-Product-Wrapper .kg-swiper-thumb {
        height: 76px;
        overflow: hidden;
        padding: 0;
    }

    .kg-Product-Wrapper .kg-swiper-thumb .swiper-wrapper {
        flex-direction: row !important;
    }

    .kg-Product-Wrapper .kg-swiper-thumb .swiper-button-prev,
    .kg-Product-Wrapper .kg-swiper-thumb .swiper-button-next {
        display: none;
    }

    .kg-Product-Wrapper .kg-magnifier {
        display: none !important;
    }

    .kg-Product-Wrapper .kg-img-stage {
        cursor: default;
    }
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductForm .tpo_option-set-wrapper .tpo_total-additional-price-wrapper {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.4;
    padding: 0;
    border: unset;
    margin: 0;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductForm .tpo_option-set-wrapper .tpo_total-additional-price-wrapper .tpo_total-additional-price {
    color: var(--default-pricing-box-color);
}

.kg-product-info-wapper {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.kg-product-info-wapper .kg-Product {
    max-width: 1382px;
    padding-left: 16px;
    padding-right: 16px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.kg-product-info-wapper .kg-Product .kg-Product-Wrapper {
    max-width: 100%;
    width: 50%;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper {
    position: sticky;
    top: 0;
    padding-left: 50px;
    width: 50%;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info {
    padding: 0;
    max-width: 600px;
    width: 100%;
    margin: 0;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info h2.ProductMeta__Vendor.Heading.u-h6 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000c;
    margin-bottom: 12px;
    line-height: 1.2;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info h1.ProductMeta__Title {
    color: #000;
    text-transform: capitalize;
    font-family: 'SF Pro Display' !important;
    display: flex;
    flex-direction: column;
    font-size: 42px;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -.005em;
    margin: 0 0 8px;
}


.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductMeta .Heading span.ProductMeta__Price.Price {
    font-size: 28px;
    letter-spacing: 0px;
    color: #000000;
    line-height: 1.2;
    font-family: 'SF Pro Display' !important;
    font-weight: 600;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductMeta .ProductMeta__PriceList {
    margin-top: 5px;
    margin-bottom: 20px;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductMeta .Heading span.ProductMeta__Price.Price.Price--compareAt {
    color: #bbbbbb;
    margin-left: 9px;
    font-size: 30px;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductMeta .Heading .Price--compareAt:before {
    margin: auto;
    right: 0;
    left: 0;
    width: 99%;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductMeta {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 25px;
    text-align: left;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .kg-kg-trust-badges {
   display: grid;
    gap: 15px;
    margin-bottom: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .kg-kg-trust-badges .kg-trust-badge {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 18px 18px;
    border: 1px solid rgba(0,0,0,.07);
    text-align: center;
    background: #fbfbfd;
    border-radius: 10px;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .kg-kg-trust-badges .kg-trust-badge span.kg-trust-badge-label {
   display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    color: #000c;
    line-height: 1.3;
    font-weight: 300;
    font-family: SF Pro Text;
    font-size: 12px;
}

.ProductForm .ProductForm__Variants .ProductForm__QuantitySelector .QuantitySelector {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgb(0 0 0 / 12%);
    background: transparent;
    border-radius: 4px;
}

.QuantitySelector--large .QuantitySelector__CurrentQuantity {
    color: #000;
}

.QuantitySelector--large .QuantitySelector__Button {
    color: #000;
}

.tpo_option-set-wrapper .tpo_option-label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px;
    font-family: inherit;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .ProductForm__Variants .ProductForm__QuantitySelector {
    margin-top: 24px;
    margin-bottom: 10px;
}

.tpo_option-set-wrapper .tpo_option-label-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductForm .tpo_option-set-wrapper {
    padding: 0;
}

.tpo_option-set-wrapper .form__label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.tpo_option-set-wrapper .form__label span {
    color: #666;
    font-weight: 400;
    font-size: 13px;
}


.tpo_option-set-wrapper .tpo_option-required-indicator {
    color: red;
    font-size: 13px;
}


.tpo_option-set-wrapper .tpo_selected_values_span {
    font-size: 13px;
    color: #555;
}


.tpo_option-set-wrapper .tpo_option-tooltip {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.tpo_option-set-wrapper .tpo_option-tooltip.tpo_hidden {
    display: none;
}

.tpo_option-set-wrapper .tpo_option-tooltip-icon {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.tpo_option-set-wrapper .tpo_option-tooltip-icon svg {
    fill: #666;
    transition: fill 0.2s ease;
}

.tpo_option-set-wrapper .tpo_option-tooltip-icon:hover svg {
    fill: #333;
}

.tpo_option-set-wrapper .tpo_option-tooltip-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 13px;
    color: #444;
    z-index: 10;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.tpo_option-set-wrapper .tpo_option-tooltip:hover .tpo_option-tooltip-content {
    display: block;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductForm .ProductForm__AddToCart {
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 0px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-family: 'SF Pro Text';
    padding: 16px 40px;
    border: 1px solid #000c;
    background-color: #000c;
    position: relative;
    z-index: 0;
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductForm .restock-rocket-button-container button.restock-rocket-button {
    border: 1px solid #000 !important;
    font-family: 'SF Pro Text' !important;
    font-size: 14px;
    font-weight: 300;
    border-radius: 4px;
    padding: 12px;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductForm .ProductForm__AddToCart::before {
    display: none;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductForm .ProductForm__AddToCart[disabled="disabled"] {
    cursor: not-allowed;
    opacity: 0.5;
}

.kg-feature-section .kg-container-wrap .kg-data-wapper .kg-product-discription .kg-description-wapper p {
    letter-spacing: 0 !important;
    font-size: 14px !important;
    font-weight: 300;
    text-transform: capitalize !important;
    line-height: 1.4;
    color: #000c !important;
}

.kg-feature-section .kg-container-wrap .kg-data-wapper .kg-product-discription .kg-description-wapper h1 {
    font-size: 24px !important;
    letter-spacing: 0 !important;
    color: #1d1d1f !important;
}

.kg-feature-section .kg-container-wrap .kg-data-wapper .kg-product-discription .kg-description-wapper h2 {
    font-size: 24px !important;
    letter-spacing: 0 !important;
    color: #1d1d1f !important;
}

.kg-feature-section .kg-container-wrap .kg-data-wapper .kg-product-discription .kg-description-wapper h3 {
    font-size: 18px !important;
    line-height: 1.2;
    font-weight: 500 !important;
}

.kg-feature-section .kg-features-header+div table>tbody>tr>td {
    background: #fff !important;
    color: #000 !important;
}

.kg-feature-section .kg-container-wrap .kg-data-wapper .kg-product-discription .kg-description-wapper section div {
    letter-spacing: 0 !important;
    font-size: 14px !important;
    font-weight: 300;
    text-transform: capitalize !important;
    line-height: 1.4;
    color: #000c !important;
}

.kg-feature-section .kg-product-discription ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ffffff;
    border-radius: 50%;
    margin-top: 9px;
}

section.kg-feature-section:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f5f5f7;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.tpo_option-set-wrapper .tpo_radio-buttons-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.tpo_option-set-wrapper .container-wrap-selection {
    display: flex;
    flex-direction: column;
}


.tpo_option-set-wrapper .tpo_radio-button-wrapper {
    display: flex;
    align-items: flex-start;
}

.tpo_option-set-wrapper .tpo_radio-button-wrapper.below_value {
    flex-direction: column;
}

.tpo_option-set-wrapper .tpo_radio-button-wrapper label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: border-color 0.2s ease, background 0.2s ease;
    width: 100%;
    box-sizing: border-box;
}

.tpo_option-set-wrapper .tpo_radio-button-wrapper label:hover {
    border-color: #999;
    background-color: #f9f9f9;
}

.tpo_option-set-wrapper .tpo_radio-button-wrapper label .tpo_next_option_type {
    padding: 0;
}

.tpo_option-set-wrapper .tpo_radio-button.tpo-checkbox-button {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
    border-radius: 1px;
    background-color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    transition: background .2s ease, border-color .2s ease;
    position: relative;
    left: 0;
    transform: unset;
}

.tpo_option-set-wrapper .tpo_radio-button[type='checkbox']+div:before,
.tpo_option-set-wrapper .tpo-checkbox-button[type='checkbox']+div:before {
    display: none;
}

.tpo_option-set-wrapper .tpo_radio-button.tpo-checkbox-button:checked {
    background-color: #0071E3;
    border-color: #0071E3;
}

.tpo_option-set-wrapper .tpo_radio-button.tpo-checkbox-button:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductForm .ProductForm__Variants {
    margin-bottom: 0;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductForm .ProductForm__Variants .Select select {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 300;
    color: #000c;
    border-radius: 4px;
    overflow: hidden;
}
.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductForm .ProductForm__Variants .Select select::after {
    border-radius: 4px;
    overflow: hidden;
}
.tpo_option-set-wrapper .tpo_next_option_type {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tpo_option-set-wrapper .tpo_next_option_type.has-image {
    flex-direction: row;
    padding-left: 0;
}

.tpo_option-set-wrapper .tpo-image-select-value {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #eee;
    flex-shrink: 0;
}

.tpo_option-set-wrapper .tpo_url_wrapper.tpo_option_type_label_wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
}


.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .kg-kg-trust-badges .kg-trust-badge .tpo_option-set-wrapper .tpo_option_type_label {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    color: #000000d1;
    line-height: 1.6;
    font-weight: 300;
    font-family: 'GTStandard-M';
    font-size: 16px;
    max-width: 600px;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .kg-kg-trust-badges .kg-trust-badge span.kg-trust-badge-label {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    color: #000c;
    line-height: 1.2;
    font-weight: 600;
    font-family: SF Pro Text;
    font-size: 16px;
    max-width: 600px;
}

.tpo_option-set-wrapper .tpo_additional-price {
    color: #0071E3;
    font-size: 13px;
    font-weight: 500;
}

.tpo_option-set-wrapper .tpo_additional-price.absolute.active {
    position: relative;
    display: inline-block;
}


.tpo_option-set-wrapper .tpo_option_type_tooltip_icon {
    display: inline-flex;
    align-items: center;
}

.tpo_option-set-wrapper .tpo_option_type_tooltip_icon.tpo_hidden {
    display: none;
}

.tpo_option-set-wrapper .tpo_option_type_tooltip_wrapper {
    position: relative;
}


.tpo_option-set-wrapper .tpo_hidden-checkbox {
    display: none;
}


.tpo_option-set-wrapper .tpo_error-message {
    font-size: 12px;
    color: red;
    min-height: 0;
}


.tpo_option-set-wrapper .tpo_option-help-text {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}

.tpo_option-set-wrapper .tpo_option-help-text span {
    display: inline-block;
}

.kg-feature-section .kg-features-header,
.kg-feature-section .kg-container-wrap .kg-data-wapper .kg-product-discription {
    position: relative;
    z-index: 1;
}

.kg-feature-section .kg-container-wrap .kg-data-wapper .kg-product-discription .kg-description-wapper {
    background: #fff !important;
    color: #000 !important;
    max-width: 100% !important;
    padding: 40px 30px;
}

section.kg-feature-section .kg-features-header h2 {
    color: #000 !important;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    margin: 0 0 30px;
    text-align: center;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    font-size: 28px;
}

section.kg-feature-section .kg-data-wapper .kg-product-discription .kg-description-wapper ul li {
    list-style: disc;
    padding-left: 0;
    font-size: 14px;
    letter-spacing: 0;
    color: #000c;
}

section.kg-feature-section .kg-data-wapper .kg-product-discription .kg-description-wapper ul {
    padding-left: 16px !important;
}

@media screen and (max-width: 1024px) {
    .kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info h1.ProductMeta__Title {
        font-size: 32px;
        line-height: 1.2;
    }
}

@media (max-width: 768px) {
    .kg-product-info-wapper .kg-Product .Product__InfoWrapper {
        width: 100%;
        padding: 50px 0 0;
    }

    .kg-product-info-wapper .kg-Product .kg-Product-Wrapper {
        max-width: 100%;
        width: 100%;
    }

    .kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info h1.ProductMeta__Title {
        font-size: 28px;
        line-height: 1.2;
    }

    section.kg-feature-section .kg-features-header h2 {
        font-size: 24px;
    }

    section.kg-feature-section {
        padding: 40px 0;
    }

    .kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductMeta .Heading span.ProductMeta__Price.Price {
        font-size: 22px;
    }

    .kg-feature-section .kg-container-wrap .kg-data-wapper .kg-product-discription .kg-description-wapper {
        padding: 0px;
    }

    .kg-feature-section .kg-container-wrap .kg-data-wapper .kg-product-discription .kg-description-wapper h1,
    .kg-feature-section .kg-container-wrap .kg-data-wapper .kg-product-discription .kg-description-wapper h2 {
        font-size: 20px !important;
        line-height: 1.1;
    }

    .kg-feature-section .kg-container-wrap .kg-data-wapper .kg-product-discription .kg-description-wapper section {
        padding: 40px 16px !important;
    }
}

/* collections css start */

section.kg-collection-list {
    background: #f5f5f7;
    padding: 60px 0;
}
section.kg-collection-list header.PageHeader {
    margin: auto;
    padding: 0 16px;
    max-width: 1382px;
}
section.kg-collection-list .kg-CollectionList {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 50px 20px;
    max-width: 1382px;
}
.kg-collection-list header.PageHeader .SectionHeader h1.SectionHeader__Heading {
    font-family: 'SF Pro Display' !important;
    color: #1d1d1f;
    margin: 0 0 40px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
}
section.kg-collection-list .kg-CollectionList .kg-CollectionItem.CollectionItem {
    padding: 0;
}
.kg-collection-list .kg-CollectionList .kg-CollectionItem.CollectionItem .kg-CollectionItem-Wrapper .CollectionItem__Content .SectionHeader .SectionHeader__ButtonWrapper {
    margin-top: 10px;
}
.kg-collection-list .kg-CollectionList .kg-CollectionItem.CollectionItem .kg-CollectionItem-Wrapper .CollectionItem__Content .SectionHeader h2.SectionHeader__Heading {
    text-transform: capitalize!important;
    font-size: 20px;
    letter-spacing: 0px;
    margin: 0;
    font-family: 'SF Pro Display' !important;
    color: #000 !important;
}
.kg-collection-list .kg-CollectionList .kg-CollectionItem.CollectionItem .kg-CollectionItem-Wrapper .CollectionItem__Content .SectionHeader .SectionHeader__ButtonWrapper .CollectionItem__Link svg {
    width: 17px;
    height: 17px;
    margin: -2px;
}
section.kg-collection-list .kg-CollectionList .kg-CollectionItem.CollectionItem .kg-CollectionItem-Wrapper {
    height: auto!important;
    border: 0;
    background: transparent !important;
}
.kg-collection-list .kg-CollectionList .kg-CollectionItem.CollectionItem .kg-CollectionItem-Wrapper .CollectionItem__ImageWrapper {
    padding-bottom: 100%;
    transition: transform .7s ease-out,clip-path 1s cubic-bezier(.77,0,.18,1);
    background: #fff;
    border-radius: 20px;
    transform: scale(1);
}
.kg-collection-list .kg-CollectionList .kg-CollectionItem.CollectionItem .kg-CollectionItem-Wrapper .CollectionItem__ImageWrapper .CollectionItem__Image::after {
    display: none;
}
.kg-collection-list .kg-CollectionList .kg-CollectionItem.CollectionItem .kg-CollectionItem-Wrapper .CollectionItem__ImageWrapper .CollectionItem__Image {
    background-size: 90%;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
}

.kg-collection-list .kg-CollectionList .kg-CollectionItem.CollectionItem .kg-CollectionItem-Wrapper .CollectionItem__Content .SectionHeader .SectionHeader__ButtonWrapper .CollectionItem__Link {
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: 0;
    padding: 11px 21px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid;
    border-radius: 50px;
    font-family: SF Pro Text;
    text-transform: capitalize;
    transition: all .3s ease;
    background: #0071e3;
    color: #fff !important;
    border-color: #0071e3 !important;
}
.kg-collection-list .kg-CollectionList .kg-CollectionItem.CollectionItem .kg-CollectionItem-Wrapper .CollectionItem__Content .SectionHeader .SectionHeader__ButtonWrapper .CollectionItem__Link:hover {
    background: #0077ed!important;
    border-color: #0077ed!important;
}
.kg-collection-list .kg-CollectionList .kg-CollectionItem.CollectionItem .kg-CollectionItem-Wrapper .CollectionItem__Content .SectionHeader .SectionHeader__ButtonWrapper .CollectionItem__Link::before{
    display: none;
}

.kg-collection-list .kg-CollectionList .kg-CollectionItem.CollectionItem .kg-CollectionItem-Wrapper .CollectionItem__Content {
    padding: 20px 0 0;
    position: relative;
    bottom: 0;
    text-align: center;
    transform: none;
    left: 0;
    top: 0;
}

@media (max-width: 1024px) {
    section.kg-collection-list .kg-CollectionList {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767px) {
    section.kg-collection-list .kg-CollectionList {
        grid-template-columns: repeat(2, 1fr);
    }
    .kg-collection-list header.PageHeader .SectionHeader h1.SectionHeader__Heading {
        font-size: 24px;
        margin: 0 0 25px;
    }
    section.kg-collection-list {
        padding: 40px 0;
    }
    .kg-collection-list .kg-CollectionList .kg-CollectionItem.CollectionItem .kg-CollectionItem-Wrapper .CollectionItem__Content .SectionHeader .SectionHeader__ButtonWrapper .CollectionItem__Link {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: 0;
    min-width: auto;
    padding: 7px 15px;
}
.kg-collection-list .kg-CollectionList .kg-CollectionItem.CollectionItem .kg-CollectionItem-Wrapper .CollectionItem__Content .SectionHeader h2.SectionHeader__Heading {
    font-size: 18px;
}
.kg-collection-list .kg-CollectionList .kg-CollectionItem.CollectionItem .kg-CollectionItem-Wrapper .CollectionItem__Content {
    padding: 12px 0 0;
}
}

@media (max-width: 425px) {
    section.kg-collection-list .kg-CollectionList {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 20px;
    }
}

/* collections css End */


.kg-PageHeader.PageHeader {
    margin: 0;
    padding: 80px 0;
    position: relative;
}

.kg-PageHeader.PageHeader .kg-SectionHeader .SectionHeader__Heading {
    font-size: 56px;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -.005em;
    color: #000;
    margin: 0;
}

.kg-PageHeader.PageHeader .kg-SectionHeader {
    position: relative;
    z-index: 1;
    max-width: 1382px;
    width: 100%;
    margin: auto;
    padding: 0 16px;
}
.kg-page-wapper .kg-PageContent {
    margin: auto;
    max-width: 900px;
    width: 100%;
    padding: 0 0 60px;
}
.wlm-content .shopify-policy__container {
    max-width: 100%;
    padding: 0;
    background:#f5f5f7;
}

.wlm-content .shopify-policy__container .shopify-policy__body {
    max-width: 1382px;
    width: 100%;
    margin: auto;
    padding: 0 16px;
}
.wlm-content .shopify-policy__container .shopify-policy__body .rte {
    max-width: 900px;
    width: 100%;
    padding: 0 0 60px;
    margin: auto;
}
.wlm-content .shopify-policy__container .shopify-policy__body .rte p {
    line-height: 1.4705882353;
    font-size: 14px;
    font-weight: 300;
    color: #000c;
    font-family: 'SF Pro Text';
    letter-spacing: 0;
}
.wlm-content .shopify-policy__container .shopify-policy__body .rte h2 {
    color: #1d1d1f;
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    font-family: SF Pro Display;
    text-transform: unset;
}

.wlm-content .shopify-policy__container .shopify-policy__body .rte h3 {
    color: #1d1d1f;
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    font-family: SF Pro Display;
    text-transform: unset;
}

.wlm-content .shopify-policy__container .shopify-policy__title {
    margin: 0;
    padding: 80px 0;
    position: relative;
}

.wlm-content .shopify-policy__container .shopify-policy__title h1 {
    font-size: 56px;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -.005em;
    color: #000;
    margin: 0;
}
.kg-page-wapper .kg-PageContent section.kc-policy {
    max-width: 100%;
    line-height: normal;
}
.kg-page-wapper .kg-PageContent section.kc-policy h1 {
    color: #1d1d1f;
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    font-family: SF Pro Display;
    text-transform: unset;
}
.kg-page-wapper .kg-PageContent section.kc-policy p {
    line-height: 1.4705882353;
    font-size: 14px;
    font-weight: 300;
    color: #000c;
    font-family: SF Pro Text;
    letter-spacing: 0;
}
.kg-page-wapper .kg-PageContent section.kc-policy h2 {
    color: #1d1d1f;
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    font-family: SF Pro Display;
    text-transform: unset;
}
.kg-page-wapper .kg-PageContent section.kc-policy ul,
.kg-page-wapper .kg-PageContent section.kc-policy ol {
    margin: 0 0 16px;
    padding: 0 0 0 16px;
}
.kg-page-wapper .kg-PageContent section.kc-policy ul li,
.kg-page-wapper .kg-PageContent section.kc-policy ol li {
    line-height: 1.4705882353;
    font-weight: 300;
    letter-spacing: -.022em;
    font-size: 14px;
    margin: 0 0 8px;
    color: #000c;
    font-family: SF Pro Text;
    padding: 0;
}
.kg-page-wapper .kg-PageContent section.kc-policy a {
    color: #000c;
    text-decoration-color: #000c;
}
@media screen and (max-width: 1024px) {
.kg-PageHeader.PageHeader .kg-SectionHeader .SectionHeader__Heading {
    font-size: 48px;
    line-height: 1.08349;
    letter-spacing: .004em;
}
    .wlm-content .shopify-policy__container .shopify-policy__title h1{
        font-size: 48px;
        line-height: 1.08349;
        letter-spacing: .004em;
    }

}
@media screen and (max-width: 767px) {

    .wlm-content .shopify-policy__container .shopify-policy__title h1{
        font-size: 32px;
    line-height: 1.125;
    }

   .wlm-content .shopify-policy__container .shopify-policy__title,
    .kg-PageHeader.PageHeader {
        padding: 80px 0;
    }

    .wlm-content .shopify-policy__container .shopify-policy__body .rte,
    .kg-page-wapper .kg-PageContent {
        padding: 0 0 40px;
    }
.wlm-content .shopify-policy__container .shopify-policy__body .rte h2 {
    font-size: 22px;
    line-height: 1.2;
}
.kg-page-wapper .kg-PageContent section.kc-policy h1,
.kg-page-wapper .kg-PageContent section.kc-policy h2 {
    font-size: 22px;
    line-height: 1.2;
}
    .wlm-content .shopify-policy__container .shopify-policy__body .rte h3 {
        font-size: 22px;
        line-height: 1.2;
    }
    .kg-PageHeader.PageHeader .kg-SectionHeader .SectionHeader__Heading {
        font-size: 32px;
        line-height: 1.125;
    }
}


.kg-sidebar-cart.Drawer {
    width: 96%;
    max-width: 430px;
    background: #fff;
}
.kg-sidebar-cart.Drawer .kg-Drawer-Header {
    padding: 20px 20px 14px;
    position: relative;
    background: #f5f5f7;
}
.kg-sidebar-cart.Drawer .kg-Drawer-Header span.Drawer__Title {
    font-size: 26px;
    color: #000;
    line-height: 1;
    font-family: 'SF Pro Display';
    font-weight: 600;
}
.kg-sidebar-cart.Drawer .kg-Drawer-Header button.Drawer__Close svg {
    width: 18px;
    height: 18px;
    color: #000;
}

.kg-sidebar-cart.Drawer .Drawer__Content {
    min-height: calc(100% - 65px);
    height: 100%;
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Footer {
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: none;
    border-top: 1px solid #ddd;
}


.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Footer button.Cart__NoteButton {
    flex: unset;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0d0d0c;
    display: inline-block;
    width: fit-content;
    font-family: 'SF Pro Text';
    padding: 16px 40px;
    border: 1px solid #000;
    background-color: transparent;
    position: relative;
    z-index: 0;
    transition: color .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86);
    width: 100%;
}
.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductMeta .Heading span.ProductMeta__Price.Price.Price--compareAt {
    color: #bbb;
    margin-left: 9px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: -2px;
}
.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductMeta .ProductMeta__PriceList span.ProductMeta__Saving {
    background: #df0000;
    font-family: 'SF Pro Text';
    letter-spacing: 0;
    font-size: 12px;
    position: relative;
    top: -6px;
    margin-left: 10px;
    color: #fff;
    padding: 5px 3px;
}
.kg-CollectionMain .kg-CollectionInner .kg-CollectionInner-Products .EmptyState__Title {
    font-size: 18px;
    line-height: 1.3;
    font-family: SF Pro Display;
    color: #000;
    margin: 0;
}
.kg-CollectionMain .kg-CollectionInner .kg-CollectionInner-Products .EmptyState__Action::before {
    display: none;
}
.kg-CollectionMain .kg-CollectionInner .kg-CollectionInner-Products .EmptyState__Action {
    z-index: 1;
    color: #fff;
    text-decoration: none;
    align-items: center;
    position: relative;
    background: #0071e3;
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: 0;
    padding: 11px 21px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #0071e3;
    border-radius: 50px;
    font-family: SF Pro Text;
    text-transform: capitalize;
    transition: all .3s ease;
    opacity: 1;
    margin: 20px 0 0;
}
.kg-sidebar-cart.Drawer .Drawer__Content .Cart__Empty {
    color: #000;
    font-family: SF Pro Display;
    font-size: 17px;
}
span.Cart__HeadItem.Heading {
    font-family: SF Pro Display !important;
}
.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Footer button.Cart__NoteButton::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #6;
    transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Footer button.Cart__NoteButton:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scaleX(0);
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Footer span.Cart__Taxes {
    order: -1;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin: 0 0 10px;
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Footer button.Cart__Checkout {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    color: #f7f7f6;
    text-decoration: none;
    position: relative;
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid #000000;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    letter-spacing: 2px;
    font-family: GTStandard-M;
    font-weight: 400;
    font-style: normal;
    background-color: transparent;
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
    line-height: 1.5;
    margin-top: 10px;
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Footer button.Cart__Checkout::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #000;
    transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Footer button.Cart__Checkout:hover {
    color: #000;
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Footer button.Cart__Checkout:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scaleX(0);
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Main .Drawer__Container {
    padding: 30px 20px 0;
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Main .Drawer__Container .Cart__ItemList .CartItemWrapper .CartItem {
    margin: 0 0 30px;
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Main .Drawer__Container .Cart__ItemList .CartItemWrapper .CartItem .CartItem__ImageWrapper {
    background: #fff;
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Main .Drawer__Container .Cart__ItemList .CartItemWrapper .CartItem .CartItem__ImageWrapper .AspectRatio::before {
    padding-bottom: 100%;
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Main .Drawer__Container .Cart__ItemList .CartItemWrapper .CartItem .CartItem__ImageWrapper img.CartItem__Image {
    object-fit: contain;
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Main .Drawer__Container .Cart__ItemList .CartItemWrapper .CartItem .CartItem__Info {
    padding-left: 16px;
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Main .Drawer__Container .Cart__ItemList .CartItemWrapper .CartItem .CartItem__Info h2.CartItem__Title {
    font-size: 18px;
    color: #000;
    margin: 0;
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Main .Drawer__Container .Cart__ItemList .CartItemWrapper .CartItem .CartItem__Info p.CartItem__Variant {
    font-size: 14px;
    font-family: GTStandard-M;
    text-transform: capitalize;
    letter-spacing: 0;
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Main .Drawer__Container .Cart__ItemList .CartItemWrapper .CartItem .CartItem__Info .CartItem__PriceList {
    margin-bottom: 10px;
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Main .Drawer__Container .Cart__ItemList .CartItemWrapper .CartItem .CartItem__Info .CartItem__PriceList span {
    font-size: 18px;
    color: #000;
    font-family: 'SF Pro Text';
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Main .Drawer__Container .Cart__ItemList .CartItemWrapper .CartItem .CartItem__Info .CartItem__Actions .QuantitySelector .QuantitySelector__Button {
    width: 35px;
    padding: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Main .Drawer__Container .Cart__ItemList .CartItemWrapper .CartItem .CartItem__Info .CartItem__Actions .QuantitySelector input {
    width: 35px;
    height: 40px;
    font-size: 16px;
    color: #000;
}

.kg-sidebar-cart.Drawer .Drawer__Content .Drawer__Main .Drawer__Container .Cart__ItemList .CartItemWrapper .CartItem .CartItem__Info .CartItem__Actions .CartItem__Remove {
    font-size: 14px;
    margin: 0;
    color: #000;
    font-family: 'SF Pro Text';
}
.wlm-content .shopify-policy__container .shopify-policy__body .rte ul {
    padding: 0;
    margin-bottom: 16px;
    padding-left: 16px;
}
.wlm-content .shopify-policy__container .shopify-policy__body .rte li {
    line-height: 1.4705882353;
    font-weight: 300;
    letter-spacing: -.022em;
    font-size: 14px;
    margin: 0 0 10px;
    color: #000c;
    font-family: SF Pro Text;
}

.wlm-content .shopify-policy__container .shopify-policy__body .rte table td li {
    list-style: none;
}

.wlm-content .shopify-policy__container .shopify-policy__body .rte table th{ 
        border: 1px solid #ddd;
    padding: 10px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.1;
    color: #000;
}
.wlm-content .shopify-policy__container .shopify-policy__body .rte table td {
    border: 1px solid #ddd;
    padding: 10px;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.1;
    color: #000c;
}
.wlm-content .shopify-policy__container .shopify-policy__body .rte table {
    margin: 25px 0;
}
section.kg-feature-section {
    position: relative;
    padding: 60px 0;
    background: #fff;
}

.wlm-content .shopify-policy__container .shopify-policy__body .rte ol,
.kg-page-wapper .kg-PageContent ol {
    margin-bottom: 16px;
    margin-left: 0;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductForm .ProductForm__AddToCart:hover::before {
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scaleX(0);
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductForm .ProductForm__AddToCart:hover {
    color: #fff !important;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductForm .ProductForm__AddToCart[disabled=disabled]:hover {
    color: #0d0d0c;
}

.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .ProductForm .ProductForm__AddToCart[disabled=disabled]:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.kg-Product-Wrapper .kg-swiper-thumb .swiper-slide.swiper-slide-active {
    opacity: 1;
}


.kg-Product-Wrapper .kg-swiper-thumb .swiper-button-prev::after {
    line-height: 1.5;
    font-size: 15px;
    font-weight: 700;
    padding: 0 3px 0 0;
    transform: rotate(90deg) !important;
}

.kg-Product-Wrapper .kg-swiper-thumb .swiper-button-next::after {
    line-height: 1.5;
    font-size: 15px;
    font-weight: 700;
    padding: 0 3px 0 0;
    transform: rotate(90deg) !important;
}

@media screen and (max-width: 991px) {
    .kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info {
        max-width: 100%;
    }

    .kg-product-info-wapper .kg-Product {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (max-width: 768px) {

    .kg-Product-Wrapper .kg-swiper-thumb:before,
    .kg-Product-Wrapper .kg-swiper-thumb:after {
        display: none;
    }

    .kg-Product-Wrapper .kg-swiper-thumb .swiper-slide {
        height: 70px !important;
    }
}

@media screen and (max-width: 768px) {
    .kg-product-info-wapper {
        padding: 40px 0;
    }

    .kg-product-info-wapper .kg-Product .Product__InfoWrapper {
        padding-top: 35px;
    }

    .kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .Container {
        padding: 0;
    }
}

@media screen and (max-width: 575px) {
    .kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .kg-kg-trust-badges {
        flex-wrap: wrap;
    }

   

    .tpo_option-set-wrapper .tpo_option-label {
        gap: 0;
    }
}


.kg-section {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    background-color: #fff;
}

.kg-section .kg-section__inner {
    position: relative;
    z-index: 1;
    max-width: 1382px;
    margin: 0 auto;
    padding: 0 16px;
}


.kg-section .kg-section__inner .kg-section__header {
    text-align: center;
    margin-bottom: 60px;
}

.kg-section .kg-section__inner .kg-section__header .kg-section__eyebrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #000c;
    padding: 0px;
    margin: 0 auto 12px;
    font-family: 'SF Pro Text';
}

.kg-section .kg-section__inner .kg-section__header .kg-section__title {
    color: #1d1d1f;
    margin: 0 0 30px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
}

.kg-section .kg-section__inner .kg-section__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}


@media (max-width: 1024px) {
    .kg-section .kg-section__inner .kg-section__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .kg-section .kg-section__inner .kg-section__header .kg-section__title {
        font-size: 24px;
    }

    .kg-section .kg-section__inner .kg-section__header {
        margin-bottom: 45px;
    }

    .kg-section {
        padding: 40px 0;
    }

    .kg-section .kg-section__inner .kg-section__grid .kg-card .kg-card__icon-wrap {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
}

@media (max-width: 560px) {
    .kg-section .kg-section__inner .kg-section__grid {
        grid-template-columns: 1fr;
    }
}




.kg-section .kg-section__inner .kg-section__grid .kg-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    animation: kg-fadeUp 0.6s forwards ease;
}


.kg-section .kg-section__inner .kg-section__grid .kg-card:nth-child(1) {
    animation-delay: 0.05s;
}

.kg-section .kg-section__inner .kg-section__grid .kg-card:nth-child(2) {
    animation-delay: 0.15s;
}

.kg-section .kg-section__inner .kg-section__grid .kg-card:nth-child(3) {
    animation-delay: 0.25s;
}

.kg-section .kg-section__inner .kg-section__grid .kg-card:nth-child(4) {
    animation-delay: 0.35s;
}


@keyframes kg-fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.kg-section .kg-section__inner .kg-section__grid .kg-card .kg-card__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 1px solid rgb(0 0 0 / 12%);
    margin-bottom: 22px;
    transition: background-color .4s ease;
}

.kg-section .kg-section__inner .kg-section__grid .kg-card .kg-card__icon-wrap .kg-card__icon {
    width: 28px;
    height: 28px;
    stroke: #000000;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .4s ease;
}


.kg-section .kg-section__inner .kg-section__grid .kg-card:hover .kg-card__icon-wrap .kg-card__icon {
    transform: scale(1.12);
}

.kg-section .kg-section__inner .kg-section__grid .kg-card .kg-card__name {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.1;
    color: #000000;
    margin: 0 0 10px;
}

.kg-section .kg-section__inner .kg-section__grid .kg-card .kg-card__desc {
    font-family: 'SF Pro Text';
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    color: #000000cc;
    max-width: 250px;
}

/* ── Custom Cursor ── */
/* *, *::before, *::after { cursor: none !important; } */

.kg-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
    will-change: transform;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.25s ease, height 0.25s ease, background 0.25s ease, opacity 0.2s ease;
}


.kg-cursor__arrow {
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    color: #000;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kg-cursor__arrow svg {
    width: 18px;
    height: 18px;
    stroke: #000;
    stroke-width: 2.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body:not(.kg-cursor--gallery) .kg-cursor__dot {
    opacity: 0;
}

body:not(.kg-cursor--gallery) .kg-cursor__arrow {
    opacity: 0;
}

/* Gallery hover state */
body.kg-cursor--gallery .kg-cursor {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.92);
    border: none;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}

body.kg-cursor--gallery .kg-cursor__dot {
    opacity: 0;
}

body.kg-cursor--gallery .kg-cursor__arrow {
    opacity: 1;
}


/* fancybox css start */

.fancybox__toolbar.is-absolute {
    opacity: 1 !important;
}

.fancybox__caption {
    display: none;
}

.has-toolbar .fancybox__toolbar .fancybox__toolbar__column.is-left {
    position: fixed;
    bottom: 72px;
    z-index: 9999;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto !important;
    background: #f2f2f2;
    color: #000;
    text-shadow: initial;
    font-size: 16px;
    height: 47px;
    border: 0;
}

.fancybox__container.has-toolbar .fancybox__carousel .fancybox__nav {
    opacity: 1 !important;
}

.fancybox__container.has-toolbar .fancybox__carousel .fancybox__nav .f-button.is-prev,
.fancybox__container.has-toolbar .fancybox__carousel .fancybox__nav button.f-button.is-next {
    bottom: 47.6px;
    top: unset;
    color: #000;
    background: #f2f2f2;
    border-radius: 0px 30px 30px 0px;
    left: 0;
    right: -104px;
    margin: auto;
    width: 50px;
    height: 47.8px;
    border: 1px;
    box-shadow: unset;
}

.fancybox__container.has-toolbar .fancybox__toolbar {
    padding: 0 48px;
    top: 48px;
}

.fancybox__container.has-toolbar .fancybox__carousel .fancybox__nav .f-button.is-prev {
    left: -104px;
    right: 0px;
    border-radius: 30px 0px 0px 30px;
}

.fancybox__container.has-toolbar .fancybox__carousel .fancybox__nav button.f-button svg {
    width: 15px;
    filter: unset;
}

.fancybox__container.has-toolbar .fancybox__carousel .fancybox__nav .f-button:before {
    display: none;
}

.fancybox__container.has-toolbar .fancybox__carousel .fancybox__viewport .fancybox__track .fancybox__slide {
    padding: 0px;
}

.fancybox__container.has-toolbar .fancybox__toolbar .fancybox__toolbar__column.is-right button.f-button[title="Close"] {
    background: #ffffff;
    color: #000;
    width: 56px;
    height: 56px;
    text-shadow: unset;
    border-radius: 50%;
    transition: transform .2s;
    border: 1px solid rgb(54 54 54 / .12);
    display: flex;
}

.fancybox__container.has-toolbar .fancybox__toolbar .fancybox__toolbar__column.is-right button.f-button {
    display: none
}

.fancybox__container.has-toolbar .fancybox__toolbar .fancybox__toolbar__column.is-right button.f-button[title="Close"]:hover {
    transform: rotate(90deg);
}

.fancybox__container.has-toolbar .fancybox__toolbar .fancybox__toolbar__column.is-right button.f-button svg {
    width: 20px;
}

.fancybox__container.has-toolbar .fancybox__backdrop {
    background: rgb(0 0 0);
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .fancybox__container.has-toolbar .fancybox__toolbar {
        padding: 0 25px;
        top: 25px;
    }

    .fancybox__container.has-toolbar .fancybox__carousel .fancybox__nav .f-button.is-prev,
    .fancybox__container.has-toolbar .fancybox__carousel .fancybox__nav button.f-button.is-next {
        bottom: 25.6px;
    }

    .has-toolbar .fancybox__toolbar .fancybox__toolbar__column.is-left {
        bottom: 50px;
    }
}


/* fancybox css End */



.kg-contact-details-wrap {
    background: #f7f7f6;
    padding: 80px 0;
}

.kg-contact-details-wrap .kg-container-wrap {
    display: flex;
    gap: 0;
}

.kg-contact-details-wrap .kg-container-wrap #shopify-section-contact-details {
    max-width: 50%;
    width: 100%;
}

.kg-contact-details-wrap .kg-container-wrap #shopify-section-page-contact-template {
    max-width: 50%;
    width: 100%;
}

.kg-contact-details-wrap .kg-container-wrap #shopify-section-contact-details .shopify-policy__body {
    max-width: 650px;
    width: 100%;
    margin: auto;
    padding: 0 30px 0 0;
}

.kg-contact-details-wrap .kg-container-wrap #shopify-section-contact-details .shopify-policy__body h2 {
    font-size: 40px;
    color: #150b0a;
    line-height: 1.1;
    margin: 0 0 15px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-family: Bebas Neue;
    font-weight: 600;
}

.kg-contact-details-wrap .kg-container-wrap #shopify-section-contact-details .shopify-policy__body p {
    line-height: 1.625;
    font-size: 16px;
    font-weight: 300;
    color: #150b0a;
    font-family: GTStandard-M;
}

.kg-contact-details-wrap .kg-container-wrap #shopify-section-contact-details .shopify-policy__body h3 {
    font-family: Bebas Neue, Oswald, sans-serif;
    font-size: 24px;
    line-height: 1.3;
    margin: 20px 0 8px;
}

.kg-contact-details-wrap .kg-container-wrap #shopify-section-page-contact-template .Container {
    max-width: 650px;
    padding: 0;
    width: 100%;
}

.kg-contact-details-wrap .kg-container-wrap #shopify-section-page-contact-template .Container .PageContent {
    margin: 0;
}

.kg-contact-details-wrap .kg-container-wrap #shopify-section-page-contact-template .Container .PageContent form#contact_form .Form__Item .Form__Input,
.kg-contact-details-wrap .kg-container-wrap #shopify-section-page-contact-template .Container .PageContent form#contact_form .Form__Item textarea {
    line-height: 1.625;
    font-size: 16px;
    font-weight: 300;
    color: #150b0a;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border: unset;
}

.kg-contact-details-wrap .kg-container-wrap #shopify-section-page-contact-template .Container .PageContent form#contact_form .Form__Item {
    margin-bottom: 18px;
}

.kg-contact-details-wrap .kg-container-wrap #shopify-section-page-contact-template .Container .PageContent form#contact_form .Form__Submit {
    border-color: #6;
    font-size: 18px;
    line-height: 1.2;
    padding: 12px 28px;
    font-weight: 300;
}

.kg-contact-details-wrap .kg-container-wrap #shopify-section-page-contact-template .Container .PageContent form#contact_form .Form__Submit::before {
    background-color: #6 !important;
}



@media screen and (max-width: 991px) {
    .kg-contact-details-wrap .kg-container-wrap #shopify-section-contact-details {
        max-width: 100%;
    }

    .kg-contact-details-wrap .kg-container-wrap #shopify-section-page-contact-template {
        max-width: 100%;
    }

    .kg-contact-details-wrap .kg-container-wrap #shopify-section-contact-details .shopify-policy__body {
        margin: 0 auto 30px;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .kg-contact-details-wrap {
        padding: 50px 0;
    }

    .kg-contact-details-wrap .kg-container-wrap #shopify-section-contact-details .shopify-policy__body h2 {
        font-size: 34px;
        letter-spacing: 1.5px;
    }

    .kg-contact-details-wrap .kg-container-wrap #shopify-section-contact-details .shopify-policy__body h3 {
        font-size: 22px;
        line-height: 1.2;
    }

    .kg-contact-details-wrap .kg-container-wrap #shopify-section-page-contact-template .Container .PageContent form#contact_form {
        margin-bottom: 0;
    }
}


/* logo-section css start */

.kg-as-section {
    width: 100%;
    max-width: 100%;
    padding: 72px 0 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f3f3f3;
    background-image: linear-gradient(rgb(231 231 231 / 50%) 1px, transparent 1px), linear-gradient(90deg, rgb(219 219 218 / 50%) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
    -webkit-mask-image: radial-gradient(ellipse 80% 80% at center, #6 20%, transparent 70%);
    mask-image: radial-gradient(ellipse 80% 80% at center, #6 20%, transparent 90%);
}

.kg-as-section__header {
    text-align: center;
}

.kg-as-section .kg-as-section__eyebrow {
    font-style: normal;
    line-height: 1.4;
    color: #000;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto 13px;

}

.kg-as-section .kg-as-section__title {
    color: #000;
    line-height: 1;
    margin: 0 0 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 55px;
    margin-bottom: 32px !important;
}

.kg-as-section .kg-as-section__title-accent {
    color: #6;
    margin-left: 15px;
}

.kg-as-section .kg-as-section__desc {
    text-align: center;
    max-width: 448px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: #000;
    margin: 0 0 40px;
    letter-spacing: 0px;

}

/* ── Grid ── */
.kg-as-grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 44px;
    overflow: hidden;
    position: relative;
}

/* Edge fade masks */
.kg-as-grid::before,
.kg-as-grid::after {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.kg-as-grid::before {
    left: 0;
    background: linear-gradient(to right, #f3f3f3 60%, transparent);
}

.kg-as-grid::after {
    right: 0;
    background: linear-gradient(to left, #f3f3f3 60%, transparent);
}

/* ── Row ── */
.kg-as-grid__row {
    width: 100%;
    overflow: hidden;
    padding: 4px 0;
}

/* ── Scroll track — must be wide enough to hold 2× all cards ── */
.kg-as-grid__row-inner {
    display: flex;
    gap: 14px;
    width: max-content;
    /* shrink-wraps the doubled set */
    will-change: transform;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 32s;
}

/* Left row scrolls left; right row scrolls right */
.kg-as-grid__row--left .kg-as-grid__row-inner {
    animation-name: kg-ml;
}

.kg-as-grid__row--right .kg-as-grid__row-inner {
    animation-name: kg-mr;
}

.kg-as-grid__row:hover .kg-as-grid__row-inner {
    animation-play-state: paused;
}

/* ── Card ── */
.kg-as-grid__card {
    flex: 0 0 220px;
    background: #fff;
    border: 1px solid #00000045;
    border-radius: 12px;
    padding: 22px 18px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: default;
    transition: border-color .22s, background .22s;
    min-height: 140px;
    gap: 10px;
}

.kg-as-grid__card:hover {
    border-color: #000000;
    background: #000000;
}

.kg-as-grid__card-logo {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kg-as-grid__card-logo svg,
.kg-as-grid__card-logo img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.kg-as-grid__card-divider {
    display: flex;
    align-items: center;
    gap: 5px;
}

.kg-as-grid__card-divider-line {
    width: 18px;
    height: 1px;
    background: #0071E3;
    display: block;
}

.kg-as-grid__card-divider-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0071E3;
    display: block;
}

.kg-as-grid__card-label {
    font-size: 9px;
    font-weight: 600;
    font-family: sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #5a6070;
}

/* ── Keyframes ── */
/* Scroll LEFT: starts at 0, ends at -50% (the first full set width) */
@keyframes kg-ml {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Scroll RIGHT: starts at -50%, resets to 0 */
@keyframes kg-mr {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

@media screen and (max-width: 1024px) {
    .kg-as-section .kg-as-section__title {
        font-size: 48px;
    }
}

@media screen and (max-width: 767px) {
    .kg-as-section .kg-as-section__title {
        font-size: 36px;
        margin-bottom: 18px !important;
    }
}

@media (max-width: 600px) {
    .kg-as-section {
        padding: 48px 16px 40px;
    }

    .kg-as-grid::before,
    .kg-as-grid::after {
        width: 45px;
    }
}

/* logo-section css start */



.kg-section-enthusiasta-wrapper {
    position: relative;
    overflow: hidden;
}

.kg-section-enthusiasta-wrapper .kg-inner-wrap {
    min-height: 600px;
    display: flex;
    align-items: center;
}

.kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__bg-wrap {
    position: absolute;
    inset: 0;
}

.kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__bg-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__bg-wrap .kg-story__bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #000000, #000000ba, transparent);
}

.kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__bg-wrap .kg-story__bg-vignette {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0d0d0c24, transparent, #0d0d0c26);
}

.kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__overlay-content {
    padding: 80px 112px;
    z-index: 1;
}

.kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__overlay-content .kg-story__overlay-eyebrow {
    font-style: normal;
    line-height: 1.4;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 auto 13px;
    font-family: Inter, sans-serif
}

.kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__overlay-content p {
    color: #ffffffc7;
    line-height: 1.6;
    font-weight: 300;
    margin: 0 0 40px;
    font-size: 16px;
    max-width: 600px;
}

.kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__overlay-content .kg-story__overlay-title {
    color: #ffffff;
    line-height: 1;
    margin: 0 0 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 55px;
}

.kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__overlay-content .kg-story__overlay-para {
    color: #eeece899;
    line-height: 1.6;
    font-weight: 300;
    margin: 0 0 40px;
    max-width: 512px;
    font-family: 'GTStandard-M';
    font-size: 16px;
}

.kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__overlay-content a.kg-story__link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #0D0D0B;
    text-decoration: none;
    position: relative;
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid white;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    background-color: transparent;
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
}

.kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__overlay-content a.kg-story__link:hover {
    color: #fff;
}

.kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__overlay-content a.kg-story__link::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #ffffff;
    transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
}

.kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__overlay-content a.kg-story__link:hover::before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scaleX(0);
}

@media screen and (max-width:1024px) {
    .kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__overlay-content {
        padding: 78px 50px;
    }

    .kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__overlay-content .kg-story__overlay-title {
        font-size: 48px;
    }
}

@media screen and (max-width:991px) {
    .kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__overlay-content {
        padding: 78px 20px;
    }
}

@media screen and (max-width:767px) {
    .kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__overlay-content {
        padding: 60px 20px;
    }

    .kg-section-enthusiasta-wrapper .kg-inner-wrap {
        min-height: 520px;
    }

    .kg-section-enthusiasta-wrapper .kg-inner-wrap .kg-story__overlay-content .kg-story__overlay-title {
        font-size: 36px;
    }
}


.kg-map-card .Button,
.kg-map-card button {
    background: transparent !important;
    color: #0071e3 !important;
    border: 1px solid #0071e3 !important;
    border-radius: 6px;
    transition: 0.2s ease;
}

/* subtle hover */
.kg-map-card .Button:hover,
.kg-map-card button:hover {
    background: rgba(0, 113, 227, 0.05) !important;
    color: #0071e3 !important;
    border-color: #0071e3 !important;
}


/* APPLE STYLE COLOURS FOR CONTACT PAGE */


/* cards */
.template-page .Card {
    background: #ffffff;
    border: 1px solid #e5e5e7;
    border-radius: 12px;
    padding: 28px;
    transition: all .2s ease;
}

/* subtle apple hover effect */
.template-page .Card:hover {
    border-color: #007aff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

/* small headings inside cards */
.template-page h3 {
    color: #1c1b1b;
    letter-spacing: .5px;
}

/* section label */
.template-page .SectionHeader__SubHeading {
    color: #6e6e73;
}

/* paragraph text */
.template-page p {
    color: #515154;
}

/* divider lines */
.template-page hr {
    border-color: #e5e5e7;
}

/* subtle grey background */
.template-page {
    background: #f5f5f7;
}

/* spacing improvement */
.template-page .Section {
    padding-top: 60px;
    padding-bottom: 60px;
}


.template-page [class*="Submit"]::before,
.template-page [class*="Button"]::before,
.template-page button::before,
.template-page input[type="submit"]::before {
    display: none !important;
}

/* TEXT OVER BACKGROUND VIDEO - APPLE STYLE */

.shopify-section[class*="video"] {
    position: relative;
}

/* center content */
.shopify-section[class*="video"] .banner__content,
.shopify-section[class*="video"] .hero__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 5;
}

/* heading */
.shopify-section[class*="video"] h1,
.shopify-section[class*="video"] .banner__heading {
    font-size: clamp(48px, 7vw, 90px);
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #ffffff;
}

/* subheading */
.shopify-section[class*="video"] p,
.shopify-section[class*="video"] .banner__text {
    font-size: clamp(18px, 2vw, 26px);
    color: rgba(255, 255, 255, 0.9);
    margin-top: 10px;
}

/* buttons */
.shopify-section[class*="video"] .button {
    padding: 16px 28px;
    font-weight: 700;
    letter-spacing: 0.12em;
    border-radius: 0;
}

/* black button */
.shopify-section[class*="video"] .button:first-child {
    background: #000;
    color: #fff;
}

/* white button */
.shopify-section[class*="video"] .button:last-child {
    background: #fff;
    color: #111;
}

/* header + dropdown accent lines */
.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .Header__LinkSpacer:after,
.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-third-header-wapper nav.Header__SecondaryNav ul li.HorizontalList__Item .Heading .kg-cart,
.kg-Header .kg-Header-Wrapper.Header__Wrapper .kg-fisrt-header-wapper.Header__FlexItem nav.Header__MainNav ul.HorizontalList li.HorizontalList__Item .DropdownMenu::before {
    background: #000000 !important;
    border-color: #000000 !important;
}

section.kg-content-text-wapper {
    background: #f5f5f7;
}

section.kg-content-text-wapper .kg-video-overlay__inner {
    text-align: center;
    padding: 47px 0;
}

section.kg-content-text-wapper .kg-video-overlay__inner h1.kg-video-overlay__title {
    font-size: 56px;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -.005em;
    color: #1d1d1f;
    margin: 0;
}

section.kg-content-text-wapper .kg-video-overlay__inner p {
    margin: 6px 0 0;
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 400;
    letter-spacing: .007em;
    color: #1d1d1f;
    font-family: 'SF Pro Display';
}

section.kg-content-text-wapper .kg-video-overlay__inner .kg-video-overlay__buttons .kg-btn {
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: 0;
    padding: 11px 21px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid;
    border-radius: 50px;
    font-family: 'SF Pro Text';
    text-transform: capitalize;
    transition: all .3s ease;
}

section.kg-content-text-wapper .kg-video-overlay__inner .kg-video-overlay__buttons {
    position: relative;
    z-index: 4;
    display: inline-block;
    margin-top: 19px;
}

section.kg-content-text-wapper .kg-video-overlay__inner .kg-video-overlay__buttons .kg-btn.kg-btn-secondary {
    background: rgba(0, 0, 0, 0);
    color: #06c;
    border-color: #06c;
    margin-left: 13px;
}

section.kg-content-text-wapper .kg-video-overlay__inner .kg-video-overlay__buttons .kg-btn.kg-btn-primary {
    background: #0071e3;
    color: #fff;
}

section.kg-content-text-wapper .kg-video-overlay__inner .kg-video-overlay__buttons .kg-btn.kg-btn-primary:hover {
    background: #0077ED;
    color: #fff;
    border-color: #0077ED;
}

section.kg-content-text-wapper .kg-video-overlay__inner .kg-video-overlay__buttons .kg-btn.kg-btn-secondary:hover {
    background: #0077ED;
    color: #fff;
    border-color: #0077ED;
}

@media screen and (max-width: 1024px) {
    section.kg-content-text-wapper .kg-video-overlay__inner h1.kg-video-overlay__title {
        font-size: 48px;
        line-height: 1.08349;
        letter-spacing: .004em;
    }

    section.kg-content-text-wapper .kg-video-overlay__inner p {
        line-height: 1.16667;
        margin: 5px 0 0;
    }

    section.kg-content-text-wapper .kg-video-overlay__inner .kg-video-overlay__buttons {
        margin-top: 18px;
    }
}

@media screen and (max-width: 767px) {
    section.kg-content-text-wapper .kg-video-overlay__inner .kg-video-overlay__buttons .kg-btn {
        font-size: 14px;
        line-height: 1.42859;
        letter-spacing: 0;
        min-width: 30px;
        padding: 7px 15px;
    }

    section.kg-content-text-wapper .kg-video-overlay__inner .kg-video-overlay__buttons {
        margin-top: 17px;
    }

    section.kg-content-text-wapper .kg-video-overlay__inner h1.kg-video-overlay__title {
        font-size: 32px;
        line-height: 1.125;
    }

    section.kg-content-text-wapper .kg-video-overlay__inner p {
        font-size: 19px;
        line-height: 1.21053;
        margin: 4px 0 0;
        letter-spacing: .012em;
    }
}

.player .vp-video-wrapper .vp-video .vp-telecine::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(195 199 201) 0%, rgb(191 197 199 / 91%) 22%, rgb(0 0 0 / 0%) 60%);
    top: 0;
}

.kg-faq-section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.kg-faq-section .kg-faq-grid {
    max-width: 900px;
    margin: auto;
}

.kg-faq-section .kg-faq-grid .kg-faq-left .kg-faq-heading {
    color: #1d1d1f;
    margin: 0 0 30px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
}

.kg-faq-heading strong {
    color: #0071E3;
}

.kg-faq-section .kg-faq-grid .kg-faq-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.kg-faq-section .kg-faq-grid .kg-faq-right .kg-faq-item {
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    overflow: hidden;
    transition: .2s;
}

.kg-faq-section .kg-faq-grid .kg-faq-right .kg-faq-item .kg-faq-question {
    width: 100%;
    background: #ffffff;
    border: none;
    padding: 14px 18px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #000c;
    font-weight: 300;
    text-align: left;
    line-height: 1.1;
}

.kg-faq-section .kg-faq-grid .kg-faq-right .kg-faq-item .kg-faq-question .kg-faq-icon {
    font-size: 16px;
    color: #000c;
    transition: .25s;
}

.kg-faq-section .kg-faq-grid .kg-faq-right .kg-faq-item .kg-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
    padding: 0px 18px;
    color: #000000b8;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

.kg-faq-section .kg-faq-grid .kg-faq-right .kg-faq-item.active .kg-faq-answer {
    padding-bottom: 12px;
    max-height: 300px;
}

.kg-faq-section .kg-faq-grid .kg-faq-right .kg-faq-item.active .kg-faq-question .kg-faq-icon {
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .kg-faq-section .kg-faq-grid .kg-faq-left .kg-faq-heading {
        font-size: 24px;
        margin: 0 0 15px;
    }

    .kg-faq-section {
        padding: 40px 0;
    }
}


.kg-map section.kg-map-text {
    padding: 60px 0;
    background: #f5f5f7;
}

.kg-map section.kg-map-text .kg-FeaturedMap {
    max-width: 100%;
}

.kg-map section.kg-map-text .kg-FeaturedMap .kg-FeaturedMap-Info {
    width: 50%;
    min-width: auto;
    padding: 50px 30px;
    text-align: center;
    border-radius: 0 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kg-map section.kg-map-text .kg-FeaturedMap .kg-FeaturedMap-Info .FeaturedMap__Store {
    color: #1d1d1f;
    margin: 0px 0 25px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    font-family: 'SF Pro Display';
}

.kg-map section.kg-map-text .kg-FeaturedMap .kg-FeaturedMap-Info p {
    line-height: 1.4705882353;
    font-weight: 400;
    letter-spacing: -.022em;
    font-size: 14px;
    margin: 0;
    color: #000c;
    font-family: 'SF Pro Text';
}

.kg-map section.kg-map-text .kg-FeaturedMap .kg-FeaturedMap-Info .FeaturedMap__Location {
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: 0;
    padding: 11px 21px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #0071e3;
    border-radius: 50px;
    font-family: 'SF Pro Text';
    text-transform: capitalize;
    background: #0071e3;
    color: #fff;
    transition: all .3s ease;
    margin: 20px 0 0;
}

.kg-map section.kg-map-text .kg-FeaturedMap .kg-FeaturedMap-Info .FeaturedMap__Location::before {
    display: none;
}

.kg-map section.kg-map-text .kg-FeaturedMap .FeaturedMap__MapContainer {
    width: 50%;
}

.kg-map section.kg-map-text .kg-FeaturedMap .FeaturedMap__MapContainer .FeaturedMap__GMap {
    border-radius: 20px 0 0 20px;
}

@media screen and (max-width: 991px) {
    .kg-map section.kg-map-text .kg-FeaturedMap {
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .kg-map section.kg-map-text .kg-FeaturedMap {
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }

    .kg-map section.kg-map-text .kg-FeaturedMap .kg-FeaturedMap-Info {
        width: 100%;
        border-radius: 0 0 20px 20px;
        padding: 30px 20px;
    }

    .kg-map section.kg-map-text .kg-FeaturedMap .FeaturedMap__MapContainer {
        width: 100%;
    }

    .kg-map section.kg-map-text .kg-FeaturedMap .FeaturedMap__MapContainer .FeaturedMap__GMap {
        border-radius: 20px 20px 0 0;
    }

    .kg-map section.kg-map-text .kg-FeaturedMap .kg-FeaturedMap-Info .FeaturedMap__Store {
        font-size: 24px;
        margin: 0 0 20px;
    }

    .kg-map section.kg-map-text {
        padding: 40px 0;
    }

}

#section-custom_html_i78BFX .ImageHero.ImageHero--large .kc-video-overlay .kc-video-overlay__inner h1.kc-video-overlay__title {
    font-size: 56px;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -.005em;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
}

#section-custom_html_i78BFX .ImageHero.ImageHero--large .kc-video-overlay .kc-video-overlay__inner p.kc-video-overlay__text {
    color: #fff;
    margin: 6px 0 0;
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 400;
    letter-spacing: .007em;
    font-family: 'SF Pro Display';
}

#section-custom_html_i78BFX .ImageHero.ImageHero--large .kc-video-overlay .kc-video-overlay__inner .kc-video-overlay__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 19px;
    flex-wrap: nowrap;
}

#section-custom_html_i78BFX .ImageHero.ImageHero--large .kc-video-overlay .kc-video-overlay__inner .kc-video-overlay__buttons a.kc-btn {
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: 0;
    padding: 11px 21px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid;
    border-radius: 50px;
    font-family: 'SF Pro Text';
    text-transform: capitalize;
    transition: all .3s ease;
    min-width: 140px;
    width: 100%;
}

#section-custom_html_i78BFX .ImageHero.ImageHero--large .kc-video-overlay .kc-video-overlay__inner .kc-video-overlay__buttons a.kc-btn.kc-btn--dark {
    background: #0071e3;
    color: #fff;
    border-color: #0071e3;
}

#section-custom_html_i78BFX .ImageHero.ImageHero--large .kc-video-overlay .kc-video-overlay__inner .kc-video-overlay__buttons a.kc-btn.kc-btn--light {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border-color: #fff
}

#section-custom_html_i78BFX .ImageHero.ImageHero--large .kc-video-overlay .kc-video-overlay__inner .kc-video-overlay__buttons a.kc-btn.kc-btn--light:hover {
    background: #fff;
    color: #0071e3;
}

@media screen and (max-width: 1024px) {
    #section-custom_html_i78BFX .ImageHero.ImageHero--large .kc-video-overlay .kc-video-overlay__inner h1.kc-video-overlay__title {
        font-size: 48px;
        line-height: 1.08349;
        letter-spacing: .004em;
    }

    #section-custom_html_i78BFX .ImageHero.ImageHero--large .kc-video-overlay .kc-video-overlay__inner p.kc-video-overlay__text {
        line-height: 1.16667;
        margin: 5px 0 0;
    }
}

@media screen and (max-width: 767px) {
    #section-custom_html_i78BFX .ImageHero.ImageHero--large .kc-video-overlay .kc-video-overlay__inner h1.kc-video-overlay__title {
        font-size: 32px;
        line-height: 1.125;
    }

    #section-custom_html_i78BFX .ImageHero.ImageHero--large .kc-video-overlay .kc-video-overlay__inner p.kc-video-overlay__text {
        font-size: 19px;
        line-height: 1.21053;
        margin: 4px 0 0;
        letter-spacing: .012em;
    }

    #section-custom_html_i78BFX .ImageHero.ImageHero--large .kc-video-overlay .kc-video-overlay__inner .kc-video-overlay__buttons a.kc-btn {
        font-size: 14px;
        line-height: 1.42859;
        letter-spacing: 0;
        min-width: auto;
        padding: 7px 15px;
    }
}


.kg-page-wapper .kg-PageContent .kc-wrap {
    background: transparent;
}
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-hero {
    min-height: unset;
    border-radius: 20px;
}
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-hero .kc-hero-inner {
    padding: 90px 20px;
}
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-hero .kc-hero-inner img.kc-logo {
    margin: 0 auto 20px;
}
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-hero .kc-hero-inner .kc-eyebrow {
    line-height: 1.4705882353;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    margin: 0;
    color: #ffffff;
    font-family: SF Pro Text;
    text-transform: capitalize;
}
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-hero .kc-hero-inner h1.kc-title {
    margin: 4px 0 10px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    font-family: SF Pro Display;
    color: #fff;
}
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-hero .kc-hero-inner p.kc-sub {
    line-height: 1.4705882353;
    font-weight: 400;
    letter-spacing: -.022em;
    font-size: 14px;
    margin: 0;
    color: #fff !important;
    font-family: SF Pro Text;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-grid {
    padding: 0;
    margin: 20px 0 0;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-grid section.kc-card {
    border-radius: 18px;
    box-shadow: 2px 4px 12px #00000014;
    border: 0;
    padding: 30px;
    position: relative;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-grid section.kc-card h2.kc-h2 {
    color: #1d1d1f;
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    font-family: SF Pro Display;
    text-transform: unset;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-grid section.kc-card .kc-steps .kc-step .kc-num {
    background: #000000;
    font-family: 'SF Pro Display';
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-grid section.kc-card p {
    line-height: 1.4705882353;
    font-weight: 300;
    letter-spacing: -.022em;
    font-size: 14px;
    margin: 0;
    color: #000c;
    font-family: SF Pro Text;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-grid section.kc-card .kc-steps .kc-step h4 {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    margin: 0 0 6px;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-grid section.kc-card ul.kc-list {
    margin: 0;
    padding-left: 20px;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-grid section.kc-card ul.kc-list li {
    font-family: SF Pro Text;
    color: #000c;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0;
    margin: 0 0 8px;
    font-weight: 300;
}
.kg-page-wapper .kg-PageContent .kc-wrap  section.kc-card {
    border-radius: 18px;
    box-shadow: 2px 4px 12px #00000014;
    border: 0;
    padding: 30px;
    position: relative;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
    margin: 20px 0 0;
}
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-card .kc-afs h2.kc-h2 {
    margin: 0 0 20px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 20px;
    color: #000c;
    line-height: 1.2;
}
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-card .kc-afs p {
    line-height: 1.4705882353;
    font-weight: 300;
    letter-spacing: -.022em;
    font-size: 14px;
    color: #000c !important;
    font-family: SF Pro Text;
    margin: 0 0 12px;
}
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-card .kc-afs h3 {
    margin: 0 0 20px !important;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 20px;
    color: #000c;
    line-height: 1.2;
}
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-card .kc-afs ul {
    margin: 0 0 11px !important;
}
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-card .kc-afs ul li {
    padding: 0;
    line-height: 1.4705882353;
    font-weight: 300;
    letter-spacing: -.022em;
    font-size: 14px;
    color: #000c !important;
    font-family: SF Pro Text;
}
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-card .kc-btn {
    color: #fff;
    text-decoration: none;
    align-items: center;
    margin: 0;
    position: relative;
    background: #0071e3;
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: 0;
    padding: 12px 21px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid;
    border-radius: 50px;
    font-family: SF Pro Text;
    text-transform: capitalize;
    transition: all .3s ease;
    opacity: 1;
}
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-card .kc-btn:hover {
    transform: none;
    background: #0077ed;
    color: #fff;
    border-color: #0077ed;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-grid section.kc-card .kc-note {
    font-family: SF Pro Text;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    color: #000c;
    border-radius: 10px;
    padding: 10px 16px;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-cta {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 2px 4px 12px #00000014;
    border: 0;
    padding: 30px;
    position: relative;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
    margin: 20px 0 0;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-cta h2.kc-h2 {
    color: #1d1d1f !important;
    margin: 0 0 30px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-cta p.kc-lead {
    font-family: SF Pro Text;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #000c !important;
    max-width: unset;
    margin: 0 0 20px;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-cta h2.kc-h2 {
    color: #1d1d1f !important;
    margin: 0 0 10px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-cta {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 2px 4px 12px #00000014;
    border: 0;
    padding: 30px;
    position: relative;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
    margin: 20px 0 0;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-cta .kc-btn {
    color: #fff;
    text-decoration: none;
    align-items: center;
    margin: 0;
    position: relative;
    background: #0071e3;
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: 0;
    padding: 12px 21px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid;
    border-radius: 50px;
    font-family: SF Pro Text;
    text-transform: capitalize;
    transition: all .3s ease;
    opacity: 1;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-cta .kc-btn:hover {
       transform: none;
    background: #0077ed;
    color: #fff;
    border-color: #0077ed; 
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-cta div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-cta .kc-btn-secondary {
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: 0;
    padding: 11px 21px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid;
    border-radius: 50px;
    font-family: SF Pro Text;
    text-transform: capitalize;
    transition: all .3s ease;
    text-decoration: none;
    background: #0000;
    color: #0071e3!important;
    border-color: #0071e3!important;
    margin: 0 !important;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-cta .kc-btn-secondary:hover {
    color: #fff!important;
    background: #0071e3 !important;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-cta p.kc-muted {
    font-family: SF Pro Text;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #000c !important;
    max-width: unset;
    margin: 0 !important;
}
.kg-page-wapper .kg-PageContent p {
    font-family: SF Pro Text;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #000c !important;
}
@media screen and (max-width: 979px){
    .kg-page-wapper .kg-PageContent .kc-wrap .kc-grid {
        gap: 0;
    }
}
@media screen and (max-width: 767px){
.kg-page-wapper .kg-PageContent .kc-wrap .kc-cta .kc-btn,
.kg-page-wapper .kg-PageContent .kc-wrap .kc-cta .kc-btn-secondary,
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-card .kc-btn {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: 0;
    min-width: auto;
    padding: 7px 15px;
}
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-hero .kc-hero-inner h1.kc-title {
    font-size: 24px;
}
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-hero .kc-hero-inner {
    padding: 50px 16px;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-grid section.kc-card {
    padding: 30px 20px;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-grid section.kc-card h2.kc-h2 {
    font-size: 20px;
    margin: 0 0 15px;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-grid section.kc-card .kc-steps .kc-step .kc-num {
    width: 30px;
    height: 30px;
    font-size: 12px;
}
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-card {
    padding: 30px 20px;
}
.kg-page-wapper .kg-PageContent .kc-wrap section.kc-card .kc-afs {
    gap: 15px;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-cta h2.kc-h2 {
    font-size: 24px;
}
.kg-page-wapper .kg-PageContent .kc-wrap .kc-cta {
    padding: 30px 20px;
}
}

.kg-page-wapper .kg-PageContent .kc-hero-wrap {
    max-width: 100%;
}
.kg-page-wapper .kg-PageContent .kc-hero-wrap .kc-hero-card {
    min-height: unset;
    aspect-ratio: unset;
    border-radius: 20px;
}
.kg-page-wapper .kg-PageContent .kc-hero-wrap .kc-hero-card .kc-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    color: #fff;
    padding: 90px 20px;
}
.kg-page-wapper .kg-PageContent .kc-hero-wrap .kc-hero-card .kc-hero-inner img.kc-hero-logo {
    margin: 0 auto 20px;
}
.kg-page-wapper .kg-PageContent .kc-hero-wrap .kc-hero-card .kc-hero-inner .kc-eyebrow {
    line-height: 1.4705882353;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-family: SF Pro Text;
    text-transform: capitalize;
}
.kg-page-wapper .kg-PageContent .kc-hero-wrap .kc-hero-card .kc-hero-inner h2.kc-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    font-family: SF Pro Display;
    color: #fff;
    margin: 5px  0 10px;
}
.kg-page-wapper .kg-PageContent .kc-hero-wrap .kc-hero-card .kc-hero-inner .kc-sub {
    line-height: 1.4705882353;
    font-weight: 400;
    letter-spacing: -.022em;
    font-size: 14px;
    margin: 0;
    color: #fff !important;
    font-family: SF Pro Text;
    opacity: 1;
}
.kg-page-wapper .kg-PageContent .kc-hero-wrap .kc-hero-card .kc-hero-inner .kc-cta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.kg-page-wapper .kg-PageContent .kc-hero-wrap .kc-hero-card .kc-hero-inner .kc-cta-row .kc-btn {
    color: #fff;
    text-decoration: none;
    align-items: center;
    margin: 0;
    position: relative;
    background: #0071e3;
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: 0;
    padding: 12px 21px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-radius: 50px;
    font-family: SF Pro Text;
    text-transform: capitalize;
    transition: all .3s ease;
    opacity: 1;
    border: 1px solid #0071e3;
}
.kg-page-wapper .kg-PageContent .kc-hero-wrap .kc-hero-card .kc-hero-inner .kc-cta-row .kc-btn.kc-btn--light {
    background: transparent;
    border-color: #fff;
}
.kg-page-wapper .kg-PageContent .kc-hero-wrap .kc-hero-card .kc-hero-inner .kc-cta-row .kc-btn.kc-btn--light:hover {
    color: #fff;
    background: #0071e3;
    border-color: #0071e3;
}
.kg-page-wapper .kg-PageContent .kc-hero-wrap .kc-hero-card .kc-hero-inner .kc-cta-row .kc-btn:hover {
    transform: none;
    background: #0077ed;
    color: #fff;
    border-color: #0077ed;
}
.kg-page-wapper .kg-PageContent .kc-body-wrap {
    max-width: 100%;
    margin: 20px 0;
    padding: 0;
}
.kg-page-wapper .kg-PageContent .kc-body-wrap .kc-two {
    margin: 0;
    gap: 20px;
}
.kg-page-wapper .kg-PageContent .kc-body-wrap  .kc-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 2px 4px 12px #00000014;
    border: 0;
    padding: 30px;
    position: relative;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
    margin: 0;
}
.kg-page-wapper .kg-PageContent .kc-body-wrap .kc-card h3 {
    margin: 0 0 20px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 20px;
    color: #000c;
    line-height: 1.2;
}
.kg-page-wapper .kg-PageContent .kc-body-wrap .kc-card ul {
    margin: 0;
    padding-left: 20px;
}
.kg-page-wapper .kg-PageContent .kc-body-wrap .kc-card ul li {
    font-family: SF Pro Text;
    color: #000c;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0;
    margin: 0 0 8px;
    font-weight: 300;
}
.kg-page-wapper .kg-PageContent .kc-form-wrap {
    max-width: 100%;
    margin: 40px 0 0;
    padding: 0;
}
.kg-page-wapper .kg-PageContent .kc-form-wrap h2 {
    color: #1d1d1f !important;
    margin: 0 0 10px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
}
.kg-page-wapper .kg-PageContent .kc-form-wrap p {
    font-family: SF Pro Text;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #000c !important;
    max-width: unset;
    margin: 0 0 20px;
    text-align: center;
}
@media screen and (max-width: 767px){
    .kg-page-wapper .kg-PageContent .kc-hero-wrap .kc-hero-card .kc-hero-inner {
    padding: 50px 16px;
}
.kg-page-wapper .kg-PageContent .kc-hero-wrap .kc-hero-card .kc-hero-inner h2.kc-title {
    font-size: 24px;
}
.kg-page-wapper .kg-PageContent .kc-hero-wrap .kc-hero-card .kc-hero-inner .kc-cta-row .kc-btn {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: 0;
    min-width: auto;
    padding: 7px 15px;
}
.kg-page-wapper .kg-PageContent .kc-body-wrap .kc-card {
    padding: 30px 20px;
}
.kg-page-wapper .kg-PageContent .kc-form-wrap h2 {
    font-size: 24px;
}
}

.kg-contact-details.kc-contact-details-wrap .Container {
    max-width: 1382px;
    padding: 0 16px;
    margin: auto;
}
.kg-contact-details.kc-contact-details-wrap  .PageContent {
    margin: auto;
    max-width: 900px;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap {
    background: transparent;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap header.hero {
    padding: 0;
    background: transparent;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap header.hero .hero-inner {
    max-width: 100%;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap header.hero .hero-inner h1 {
    font-size: 28px;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -.005em;
    color: #000;
    margin: 0 0 8px;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap header.hero .hero-inner p {
    line-height: 1.4705882353;
    font-weight: 300;
    letter-spacing: -.022em;
    font-size: 16px;
    color: #000c;
    font-family: SF Pro Text;
    text-align: center;
    margin: auto;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section {
    padding: 40px 0;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section {
    padding: 40px 0;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section h2.section-title {
    color: #1d1d1f;
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    font-family: SF Pro Display;
    text-transform: unset;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section .grid {
    gap: 20px;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section .grid .stack {
    gap: 20px;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section .grid .card {
    border-radius: 18px;
    box-shadow: 2px 4px 12px #00000014;
    border: 0;
    padding: 30px;
    position: relative;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section .grid .card h3 {
    color: #1d1d1f;
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .007em;
    line-height: 1.1428571429;
    font-family: SF Pro Display;
    text-transform: unset;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section .grid .card p {
    line-height: 1.4705882353;
    font-weight: 300;
    letter-spacing: -.022em;
    font-size: 14px;
    margin: 0;
    color: #000c;
    font-family: SF Pro Text;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section .grid .card .contact-list {
    margin: 20px 0 0;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section .grid .card .contact-list .contact-item .label {
    line-height: 1.4705882353;
    font-weight: 300;
    letter-spacing: -.022em;
    font-size: 14px;
    margin: 0;
    color: #000c;
    font-family: SF Pro Text;
    text-transform: capitalize;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section .grid .card .contact-list .contact-item .value {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.1;
    color: #000;
    margin: 5px 0;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section .grid .card .contact-list .contact-item a {
    color: #000c !important;
    text-decoration-color: #000c;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section .grid .card a.cta {
    color: #000c !important;
    text-decoration-color: #000c;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.1;
}

.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section .faq {
    gap: 14px;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section .faq .faq-item {
    padding: 14px 20px;
    position: relative;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
    border-radius: 12px;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section .faq .faq-item h4 {
    line-height: 1.4705882353;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 16px;
    color: #000c !important;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section .faq .faq-item p {
    line-height: 1.4705882353;
    font-weight: 300;
    letter-spacing: -.022em;
    font-size: 14px;
    color: #000c !important;
    font-family: SF Pro Text;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap .footer {
    padding: 28px 0;
    letter-spacing: 0;
    font-weight: 300;
    color: #000c;
}
.kg-contact-details.kc-contact-details-wrap .PageContent  form#contact_form {
    margin: 0px 0 60px;
}
.kg-contact-details.kc-contact-details-wrap .PageContent form#contact_form  .Form__Item input {
    border: 1px solid #b8b8b8;
    border-radius: 6px;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 14px;
    padding: 14px 16px;
}
.kg-contact-details.kc-contact-details-wrap .PageContent form#contact_form .Form__Item textarea {
    border: 1px solid #b8b8b8;
    border-radius: 6px;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 14px;
    padding: 14px 16px;
}
.kg-contact-details.kc-contact-details-wrap .PageContent form#contact_form button.Form__Submit {
    color: #fff;
    text-decoration: none;
    align-items: center;
    margin: 0;
    position: relative;
    background: #0071e3;
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: 0;
    padding: 12px 21px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: 1px solid;
    border-radius: 50px;
    font-family: SF Pro Text;
    text-transform: capitalize;
    transition: all .3s ease;
    opacity: 1;
}
.kg-contact-details.kc-contact-details-wrap .PageContent form#contact_form button.Form__Submit:hover {
    transform: none;
    background: #0077ed;
    color: #fff;
    border-color: #0077ed;
}
@media screen and (max-width: 767px){
    .kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap header.hero .hero-inner h1 {
    font-size: 24px;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap header.hero .hero-inner p {
    font-size: 14px;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section h2.section-title {
    font-size: 22px;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section .grid .card {
    padding: 30px 20px;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section .grid .card h3 {
    font-size: 20px;
    margin: 0 0 15px;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section .grid .card .contact-list .contact-item .value a {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.1;
    color: #000;
}
.kg-contact-details.kc-contact-details-wrap .PageContent .kc-contact-wrap section {
    padding: 20px 0;
}
.kg-contact-details.kc-contact-details-wrap .PageContent form#contact_form button.Form__Submit {
    font-size: 14px;
    line-height: 1.42859;
    letter-spacing: 0;
    min-width: auto;
    padding: 7px 15px;
}
}



.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .kg-kg-trust-badges .kg-trust-badge svg {
    width: 35px;
    height: 35px;
}
.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .kg-kg-trust-badges .kg-trust-badge.kg-trust-badge-4 svg path {
    fill: #000;
    stroke: unset;
}
.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .kg-kg-trust-badges .kg-trust-badge svg g path {
    stroke: #000;
    fill: #fbfbfd;
}
.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .kg-kg-trust-badges .kg-trust-badge .kg-content-text {
    text-align: left;
}
.kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .kg-kg-trust-badges .kg-trust-badge p {
    font-size: 15px;
    line-height: 1.2;
    color: #919191;
    letter-spacing: 0;
}
@media screen and (max-width: 575px) {
    .kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .kg-kg-trust-badges .kg-trust-badge svg {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 400px) {
    .kg-product-info-wapper .kg-Product .Product__InfoWrapper .Product__Info .kg-kg-trust-badges {
        grid-template-columns: repeat(1, 1fr);
    }
