:root{--lk-black: #000000;--lk-dark: #0d0d0d;--lk-card: #111111;--lk-mid: #1a1a1a;--lk-border: rgba(255,255,255,.1);--lk-red: #E8420A;--lk-red-dim: rgba(232,66,10,.8);--lk-white: #ffffff;--lk-off: rgba(255,255,255,.55);--lk-subtle: rgba(255,255,255,.3);--lk-font: "Helvetica Neue", Arial, sans-serif;--lk-r: 4px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.lk-wrap{font-family:var(--lk-font);color:var(--lk-white);background:var(--lk-black)}.lk-container{max-width:1280px;margin:0 auto;padding:0 32px}.lk-announce{background:var(--lk-red);color:var(--lk-white);text-align:center;padding:9px 16px;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.lk-hero{position:relative;width:100%;min-height:100vh;background:var(--lk-black);display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.lk-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.lk-hero__media--fallback{background:linear-gradient(160deg,#1a0800,#000 55%)}.lk-hero__media img,.lk-hero__media video{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.lk-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000d9,#0006 40%,#0000001a);z-index:1}.lk-hero__content{position:relative;z-index:2;padding:0 32px 72px;max-width:1280px;margin:0 auto;width:100%}.lk-hero__eyebrow{font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--lk-red);margin-bottom:16px;display:block}.lk-hero__heading{font-size:clamp(48px,7vw,96px);font-weight:900;line-height:.95;letter-spacing:-.03em;text-transform:uppercase;color:var(--lk-white);max-width:800px;margin-bottom:24px}.lk-hero__sub{font-size:16px;line-height:1.6;color:var(--lk-off);max-width:440px;margin-bottom:36px}.lk-hero__ctas{display:flex;gap:12px;flex-wrap:wrap}.lk-btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--lk-font);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;padding:14px 28px;border-radius:var(--lk-r);transition:background .15s,color .15s,border-color .15s;cursor:pointer;border:1.5px solid transparent;white-space:nowrap}.lk-btn--solid{background:var(--lk-white);color:var(--lk-black);border-color:var(--lk-white)}.lk-btn--solid:hover{background:#e0e0e0;border-color:#e0e0e0}.lk-btn--outline{background:transparent;color:var(--lk-white);border-color:#ffffff73}.lk-btn--outline:hover{border-color:var(--lk-white);background:#ffffff0f}.lk-btn--red{background:var(--lk-red);color:var(--lk-white);border-color:var(--lk-red)}.lk-btn--red:hover{background:#c73608;border-color:#c73608}.lk-trust{background:var(--lk-dark);border-top:1px solid var(--lk-border);border-bottom:1px solid var(--lk-border)}.lk-trust__inner{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap}.lk-trust__item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:28px 40px;text-align:center;border-right:1px solid var(--lk-border);flex:1;min-width:160px}.lk-trust__item:last-child{border-right:none}.lk-trust__icon{font-size:22px;display:block}.lk-trust__title{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--lk-white)}.lk-trust__body{font-size:11px;color:var(--lk-off);line-height:1.5;max-width:140px}.lk-section{background:var(--lk-black);padding:88px 0}.lk-section--alt{background:var(--lk-dark)}.lk-section__header{margin-bottom:52px}.lk-overline{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--lk-red);margin-bottom:12px;display:block}.lk-section__title{font-size:clamp(28px,3.5vw,48px);font-weight:900;letter-spacing:-.025em;text-transform:uppercase;color:var(--lk-white);line-height:1}.lk-section__sub{margin-top:14px;font-size:15px;color:var(--lk-off);max-width:540px;line-height:1.65}.lk-cols__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.lk-col-card{position:relative;display:block;aspect-ratio:3/4;border-radius:var(--lk-r);overflow:hidden;text-decoration:none;background:var(--lk-mid)}.lk-col-card:hover .lk-col-card__img{transform:scale(1.04)}.lk-col-card:hover .lk-col-card__arrow{transform:translate(4px)}.lk-col-card__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .4s ease}.lk-col-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:56px;background:linear-gradient(160deg,#1a1a1a,#0d0d0d)}.lk-col-card__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000c,#0000 55%)}.lk-col-card__body{position:absolute;bottom:0;left:0;right:0;padding:24px 20px 22px}.lk-col-card__label{font-size:15px;font-weight:800;letter-spacing:-.01em;text-transform:uppercase;color:var(--lk-white);line-height:1.1}.lk-col-card__sub{font-size:11px;color:var(--lk-off);margin-top:4px;letter-spacing:.03em}.lk-col-card__arrow{display:inline-block;margin-top:10px;font-size:18px;color:var(--lk-red);transition:transform .2s ease}.lk-prods__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.lk-prod{text-decoration:none;display:flex;flex-direction:column;background:var(--lk-card);border-radius:var(--lk-r);overflow:hidden;border:1px solid var(--lk-border);transition:border-color .2s}.lk-prod:hover{border-color:#ffffff47}.lk-prod:hover .lk-prod__img{transform:scale(1.03)}.lk-prod:hover .lk-prod__cta{opacity:1}.lk-prod__img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:#1a1a1a}.lk-prod__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.lk-prod__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:52px;background:#1a1a1a}.lk-prod__cta{position:absolute;bottom:12px;left:12px;right:12px;background:var(--lk-white);color:var(--lk-black);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-align:center;padding:10px;border-radius:var(--lk-r);opacity:0;transition:opacity .2s}.lk-prod__info{padding:14px 16px 18px}.lk-prod__name{font-size:13px;font-weight:600;color:var(--lk-white);line-height:1.35;margin-bottom:6px}.lk-prod__price{font-size:14px;font-weight:800;color:var(--lk-white)}.lk-prods__cta{margin-top:44px;text-align:center}.lk-feature{display:grid;grid-template-columns:1fr 1fr;min-height:560px}.lk-feature__media{position:relative;overflow:hidden;background:var(--lk-mid)}.lk-feature__media img{width:100%;height:100%;object-fit:cover;display:block}.lk-feature__placeholder{width:100%;height:100%;min-height:420px;display:flex;align-items:center;justify-content:center;font-size:80px;background:linear-gradient(135deg,#1a0800,#0d0d0d)}.lk-feature__content{background:var(--lk-dark);display:flex;flex-direction:column;justify-content:center;padding:72px 64px}.lk-feature__heading{font-size:clamp(32px,3.5vw,52px);font-weight:900;letter-spacing:-.025em;text-transform:uppercase;color:var(--lk-white);line-height:1;margin:12px 0 18px}.lk-feature__body{font-size:15px;color:var(--lk-off);line-height:1.7;max-width:400px;margin-bottom:36px}.lk-perks{background:var(--lk-dark);border-top:1px solid var(--lk-border);padding:72px 0}.lk-perks__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.lk-perk{display:flex;flex-direction:column;gap:10px;padding:0 48px 0 0;border-right:1px solid var(--lk-border);margin-right:48px}.lk-perk:last-child{border-right:none;margin-right:0;padding-right:0}.lk-perk__title{font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--lk-white)}.lk-perk__body{font-size:13px;color:var(--lk-off);line-height:1.6}.lk-faq-page{background:var(--lk-black);padding:88px 0 120px}.lk-faq-page__inner{max-width:760px;margin:0 auto}.lk-faq__list{border-top:1px solid var(--lk-border);margin-top:52px}.lk-faq__item{border-bottom:1px solid var(--lk-border)}.lk-faq__q{width:100%;background:none;border:none;padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;font-family:var(--lk-font);font-size:14px;font-weight:700;letter-spacing:.03em;color:var(--lk-white);text-align:left;text-transform:uppercase}.lk-faq__q:hover{color:var(--lk-off)}.lk-faq__plus{flex-shrink:0;width:20px;height:20px;position:relative}.lk-faq__plus:before,.lk-faq__plus:after{content:"";position:absolute;background:var(--lk-white);border-radius:1px;transition:transform .2s ease,opacity .2s ease}.lk-faq__plus:before{width:100%;height:1.5px;top:50%;left:0;transform:translateY(-50%)}.lk-faq__plus:after{width:1.5px;height:100%;left:50%;top:0;transform:translate(-50%)}.lk-faq__item.is-open .lk-faq__plus:after{transform:translate(-50%) rotate(90deg);opacity:0}.lk-faq__a{display:none;padding:4px 0 24px;font-family:var(--lk-font);font-size:14px;line-height:1.75;color:var(--lk-off);max-width:640px}.lk-faq__item.is-open .lk-faq__a{display:block}.lk-faq__contact{margin-top:72px;padding-top:48px;border-top:1px solid var(--lk-border);display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.lk-faq__contact-text .lk-perk__title{margin-bottom:6px}@media(max-width:1024px){.lk-cols__grid,.lk-prods__grid{grid-template-columns:repeat(2,1fr)}.lk-feature{grid-template-columns:1fr}.lk-feature__media{min-height:360px}.lk-feature__content{padding:52px 40px}.lk-perks__grid{grid-template-columns:1fr;gap:36px}.lk-perk{border-right:none;margin-right:0;padding-right:0;border-bottom:1px solid var(--lk-border);padding-bottom:36px}.lk-perk:last-child{border-bottom:none;padding-bottom:0}}@media(max-width:720px){.lk-container{padding:0 20px}.lk-hero__content{padding:0 20px 52px}.lk-section{padding:64px 0}.lk-cols__grid,.lk-prods__grid{grid-template-columns:repeat(2,1fr);gap:8px}.lk-trust__item{padding:20px 16px;min-width:50%}.lk-hero__heading{letter-spacing:-.02em}.lk-feature__content{padding:40px 24px}}@media(max-width:480px){.lk-hero__ctas{flex-direction:column}.lk-btn{width:100%;justify-content:center}.lk-cols__grid{grid-template-columns:1fr 1fr}}.header-wrapper,.header,header.header,.shopify-section-header-sticky,.shopify-section-header-default{background-color:#000!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.header__menu-item,.header__menu-item span,.header__active-menu-item,.header__menu-item .header__menu-item-link,.list-menu__item--link{color:#fff!important}.header__menu-item:hover span,.header__menu-item:hover .header__menu-item-link{color:#ffffffa6!important;text-decoration:none!important}.header__active-menu-item{border-bottom-color:#e8420a!important}.header__heading-link,.header__heading,.header__heading a{color:#fff!important}.header__icon,.header__icon svg,.header__search svg,.header__account svg,.header__cart-icon{color:#fff!important;fill:currentColor}.cart-count-bubble{background:#e8420a!important;color:#fff!important}.header__submenu,.mega-menu__wrapper,.menu-drawer{background-color:#0d0d0d!important;border-color:#ffffff1a!important}.mega-menu__link,.header__drop-down-menu a,.menu-drawer__menu-item{color:#fff!important}.mega-menu__link:hover,.header__drop-down-menu a:hover,.menu-drawer__menu-item:hover{color:#ffffffa6!important}.menu-drawer__inner-submenu,.menu-drawer__navigation-items,.scrolled-past-header .header-wrapper,[data-header-sticky] .header-wrapper{background-color:#000!important}.header-wrapper{box-shadow:0 1px #ffffff14!important}.footer,.footer-section,.shopify-section footer,footer.footer,.footer__content-bottom,.footer__content-top,.footer-block{background-color:#0d0d0d!important;color:#fff!important}.footer{border-top:1px solid rgba(255,255,255,.1)!important}.footer-block__heading,.footer__heading{color:#fff!important;font-weight:800!important;letter-spacing:.1em!important;text-transform:uppercase!important;font-size:11px!important}.footer-block__details-content a,.footer__list a,.footer-block a,.link--text{color:#ffffff8c!important;text-decoration:none!important;font-size:13px!important;transition:color .15s!important}.footer-block__details-content a:hover,.footer__list a:hover,.footer-block a:hover{color:#fff!important}.footer__content-bottom,.footer__content-bottom-wrapper,.footer__copyright{background-color:#000!important;border-top:1px solid rgba(255,255,255,.08)!important;color:#ffffff59!important}.footer__content-bottom a,.footer__copyright a{color:#ffffff59!important}.footer__content-bottom a:hover,.footer__copyright a:hover{color:#fff!important}.footer__payment .icon,.footer__payment svg,.payment-icon{filter:brightness(0) invert(1) opacity(.5)!important}.footer__list .list-social__link svg,.social-icons svg{color:#ffffff8c!important;fill:currentColor!important}.footer__list .list-social__link:hover svg,.social-icons a:hover svg{color:#fff!important}.footer .field__input,.footer .email-field,.footer input[type=email]{background-color:#1a1a1a!important;border-color:#ffffff26!important;color:#fff!important}.footer .field__input::placeholder{color:#ffffff59!important}.footer .field__button,.footer .newsletter-form__button{background-color:#e8420a!important;color:#fff!important;border-color:#e8420a!important}.footer-block+.footer-block{border-color:#ffffff14!important}.header__menu-item span,.header__menu-item .header__menu-item-link,.list-menu__item--link,.header__menu-item>a{font-family:Helvetica Neue,Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important}.header__heading-link,.header__heading a,.header__heading{font-family:Helvetica Neue,Arial,sans-serif!important;font-size:18px!important;font-weight:900!important;letter-spacing:-.02em!important;text-transform:uppercase!important}.header__submenu .list-menu__item--link,.mega-menu__link,.header__drop-down-menu a{font-family:Helvetica Neue,Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important}.menu-drawer__menu-item,.menu-drawer__navigation-items a{font-family:Helvetica Neue,Arial,sans-serif!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important}body,.template-collection,.template-collection .shopify-section,main.content-for-layout{background-color:#000!important;color:#fff!important}.collection__title,.collection-hero__title,h1.collection__title{font-family:Helvetica Neue,Arial,sans-serif!important;font-size:clamp(36px,5vw,72px)!important;font-weight:900!important;letter-spacing:-.03em!important;text-transform:uppercase!important;color:#fff!important}.collection__description,.collection-hero__description{color:#ffffff8c!important;font-size:15px!important;line-height:1.65!important}.collection-hero,.section-collection-template,.shopify-section-collection-template{background-color:#000!important}.card-wrapper,.card,.card--product{background:#111!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:4px!important}.card:hover,.card-wrapper:hover .card{border-color:#ffffff40!important}.card__heading,.card__heading a,.card__information .card__heading{font-family:Helvetica Neue,Arial,sans-serif!important;font-size:13px!important;font-weight:600!important;color:#fff!important}.price,.price__regular,.price-item,.price-item--regular{font-family:Helvetica Neue,Arial,sans-serif!important;font-weight:800!important;color:#fff!important}.price-item--sale{color:#e8420a!important}.card__information{background:#111!important;padding:14px 16px 18px!important}.facets-container,.facets,.facet-filters,.collection-filter-group{background:#0d0d0d!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.facets__summary,.facet-filters__label,.facets-container label,.mobile-facets__label,.facets__heading{font-family:Helvetica Neue,Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#fff!important}.facet-filters__sort .select__select,.facets .select__select,select.facets__sort{background:#1a1a1a!important;color:#fff!important;border-color:#ffffff26!important;font-family:Helvetica Neue,Arial,sans-serif!important;font-size:12px!important;font-weight:600!important}.product-count,.product-count__text,.facets-container .product-count{color:#ffffff73!important;font-size:12px!important;font-family:Helvetica Neue,Arial,sans-serif!important}.mobile-facets__wrapper,.facets-vertical__wrapper{background:#0d0d0d!important;color:#fff!important}.active-facets__button,.facets__active-value{background:#e8420a26!important;border-color:#e8420a!important;color:#e8420a!important}.pagination__item,.pagination a,.pagination span{background:#111!important;color:#fff!important;border-color:#ffffff1a!important;font-family:Helvetica Neue,Arial,sans-serif!important}.pagination__item--current,.pagination a:hover{background:#e8420a!important;border-color:#e8420a!important;color:#fff!important}.collection-hero__inner,.section-header{background:#000!important}.page-title,.template-collection h1,.collection h1{font-family:Helvetica Neue,Arial,sans-serif!important;font-size:clamp(36px,5vw,72px)!important;font-weight:900!important;letter-spacing:-.03em!important;text-transform:uppercase!important;color:#fff!important;padding:48px 0 32px!important}.quick-add__submit,.card__footer .button{background:#e8420a!important;color:#fff!important;font-family:Helvetica Neue,Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important;border-color:#e8420a!important}.quick-add__submit:hover,.card__footer .button:hover{background:#c73608!important;border-color:#c73608!important}body{background-color:#000!important;color:#fff!important}.shopify-section,.page-width{background-color:transparent!important}.rich-text__heading,.rte h1,.rte h2,.rte h3{color:#fff!important;font-family:Helvetica Neue,Arial,sans-serif!important;font-weight:900!important;text-transform:uppercase!important}.rte p,.rte li{color:#ffffffa6!important}.template-contact .contact__title,.template-contact h1,.contact h1{font-family:Helvetica Neue,Arial,sans-serif!important;font-size:clamp(36px,5vw,72px)!important;font-weight:900!important;letter-spacing:-.03em!important;text-transform:uppercase!important;color:#fff!important;padding:56px 0 16px!important}.template-contact .shopify-section,.contact,.contact__fields{background:#000!important}.contact .field__input,.contact .field textarea,.contact input[type=text],.contact input[type=email],.contact input[type=tel],.contact textarea{background:#111!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:4px!important;color:#fff!important;font-family:Helvetica Neue,Arial,sans-serif!important;font-size:14px!important;padding:14px 16px!important;transition:border-color .15s!important}.contact .field__input:focus,.contact input:focus,.contact textarea:focus{border-color:#e8420a!important;outline:none!important;box-shadow:0 0 0 2px #e8420a26!important}.contact .field__input::placeholder,.contact input::placeholder,.contact textarea::placeholder{color:#ffffff4d!important}.contact .field__label,.contact label{font-family:Helvetica Neue,Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#ffffff8c!important}.contact [type=submit],.contact .button,.contact__button{background:#e8420a!important;color:#fff!important;border:none!important;border-radius:4px!important;font-family:Helvetica Neue,Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important;padding:14px 32px!important;cursor:pointer!important;transition:background .15s!important}.contact [type=submit]:hover,.contact .button:hover{background:#c73608!important}.contact__title-wrapper,.page-header,.section-page-header,[class*=contact] .page-header__inner{background:#000!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.template-contact main,.template-contact .content-for-layout{background:#000!important}
/*# sourceMappingURL=/cdn/shop/t/3/assets/levelkit-styles.css.map */
