.mh *{box-sizing:border-box;margin:0;padding:0}
.mh{background:#f5f6f8;color:#171a1e;font:16px/1.55 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.mh img{max-width:100%;display:block}
.mh a{color:inherit;text-decoration:none}
.mh .wrap{width:100%;margin:0;padding:0 3.5vw}
.mh .hero{position:relative;width:100%;height:clamp(420px,calc(62vh - 20px),620px);display:flex;align-items:center;overflow:hidden;background:#0b0d10}
.mh .hero .bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:100% center;filter:brightness(.9)}
.mh .hero .inner{position:relative;z-index:3;padding:40px 40px}
.mh .kicker{display:inline-block;color:#e3242b;font-weight:800;letter-spacing:4px;text-transform:uppercase;font-size:13px;margin-bottom:14px}
.mh .hero .kicker{background:rgba(227,36,43,.15);border:1px solid rgba(227,36,43,.45);padding:5px 14px;border-radius:4px;color:#ff8a8f}
.mh .hero h1,.mh .hero .hero-heading{font-size:58px;line-height:1.04;font-weight:900;text-transform:uppercase;letter-spacing:1px;max-width:660px;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.6);margin:0}
.mh .hero p{margin:18px 0 30px;color:#d4dae1;max-width:540px;font-size:18px}
.mh .btn{display:inline-block;background:#e3242b;color:#fff;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;font-size:14px;padding:15px 34px;border-radius:6px;transition:.2s}
.mh .btn:hover{background:#c81920;transform:translateY(-1px)}
.mh .btn.ghost{background:transparent;border:1.5px solid rgba(255,255,255,.5);margin-left:12px;color:#fff}
.mh .btn.ghost:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.mh .tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px;position:relative}
.mh .tile{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:820/518;box-shadow:0 8px 22px rgba(10,14,18,.15)}
.mh .tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s}
.mh .tile:hover img{transform:scale(1.06)}
.mh .tile:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 70%,rgba(5,7,9,.55) 100%);z-index:1;opacity:0;transition:.25s}
.mh .tile:hover:before{opacity:1}
.mh .tile span{position:absolute;left:20px;bottom:18px;z-index:2;font-weight:900;text-transform:uppercase;font-size:20px;letter-spacing:1px;color:#fff}
.mh .tile em{position:absolute;left:20px;bottom:0;z-index:2;font-style:normal;color:#ff6b71;font-weight:700;font-size:13px;letter-spacing:1.5px;opacity:0;transition:.25s;text-transform:uppercase}
.mh .tile:hover em{opacity:1;bottom:2px}
.mh .tile:hover span{bottom:34px}
.mh .band{padding:56px 0 22px}
.mh .band:nth-of-type(even){background:#fff}
.mh .shead{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}
.mh .shead .kicker{margin-bottom:4px;font-size:12px}
.mh .shead h2{font-size:32px;font-weight:900;text-transform:uppercase;letter-spacing:.5px;position:relative;padding-left:18px;color:#14171b}
.mh .shead h2:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:5px;background:#e3242b;border-radius:3px;transform:skewY(-12deg)}
.mh .shead .sub{color:#5d6772;max-width:680px;margin-top:8px;font-size:15px;padding-left:18px}
.mh .viewall{color:#171a1e;font-weight:700;font-size:14px;letter-spacing:1px;text-transform:uppercase;border-bottom:2px solid #e3242b;padding-bottom:3px;white-space:nowrap}
.mh .viewall:hover{color:#e3242b}
.mh .prow{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(230px,1fr);gap:16px;overflow-x:auto;padding-top:6px;padding-bottom:40px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x pan-y}
.mh .prow::-webkit-scrollbar{height:8px}
.mh .prow::-webkit-scrollbar-thumb{background:#d4d9de;border-radius:4px}
.mh .pcard{background:#fff;border:1px solid #e4e8ec;border-radius:14px;padding:12px;display:flex;flex-direction:column;gap:8px;scroll-snap-align:start;transition:.2s;box-shadow:0 1px 3px rgba(15,20,25,.05)}
.mh .pcard:hover{border-color:#e3242b;transform:translateY(-3px);box-shadow:0 14px 30px rgba(15,20,25,.12)}
.mh .pimg{background:#f8f9fa;border-radius:9px;padding:10px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}
.mh .pimg img{max-height:100%;object-fit:contain;mix-blend-mode:multiply}
.mh .pname{font-size:13.5px;line-height:1.45;color:#49525c;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}
.mh .pprice{font-size:19px;font-weight:900;color:#14171b}
.mh .pcta{font-size:11.5px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#e3242b;opacity:0;transition:.2s}
.mh .pcard:hover .pcta{opacity:1}
.mh .feature{background:linear-gradient(120deg,#0f1216 0%,#1d1812 100%);padding:60px 0;color:#fff}
.mh .feature .wrap{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center}
.mh .feature h2{font-size:38px;font-weight:900;text-transform:uppercase;line-height:1.1}
.mh .feature .price{font-size:30px;font-weight:900;color:#ff5a60;margin:14px 0 22px}
.mh .feature .pimgbig{background:#fff;border-radius:18px;padding:9px;box-shadow:0 24px 60px rgba(0,0,0,.45)}
.mh .feature .pimgbig video{width:100%;height:auto;display:block;border-radius:8px}
.mh .logocta{background:#0f1216;padding:64px 0;text-align:center;color:#fff}
.mh .logocta h2{font-size:40px;font-weight:900;text-transform:uppercase;letter-spacing:1px}
.mh .logocta p{color:#aeb7c0;margin:10px auto 26px;max-width:640px}
@media(max-width:900px){
 .mh .hero h1,.mh .hero .hero-heading{font-size:36px}
 .mh .hero{min-height:calc(70vh - 20px)}
 .mh .tiles{grid-template-columns:1fr;margin-top:16px}
 .mh .shead{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:14px}
 .mh .shead .viewall{margin-top:6px;flex-shrink:0}
 .mh .band{padding:36px 0 10px}
 .mh .shead{margin-bottom:18px}
 .mh .shead .sub{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
 .mh .shead .kicker{display:none}
 .mh .feature{padding:40px 0}
 .mh .feature .pimgbig img,.mh .feature .pimgbig video{max-height:46vh;width:auto;max-width:100%;margin:0 auto;object-fit:contain}
 .mh .feature .wrap{grid-template-columns:1fr}
 .mh .feature h2{font-size:24px}
 .mh .feature .price{font-size:24px}
 .mh .shead h2{font-size:25px}
 .mh .prow{grid-auto-columns:calc(47% - 8px)}
}
.mh .heroctas{position:absolute;left:3.5vw;bottom:12%;z-index:3}
@media(max-width:900px){
 .mh .heroctas{bottom:8%}
 .mh .hero{max-height:none}
}
.mh .hero .slide:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(8,10,12,.8) 0%,rgba(8,10,12,.6) 38%,rgba(8,10,12,.2) 68%,rgba(8,10,12,.03) 100%)}
@media(max-width:767px){
 .mh .hero{height:auto;min-height:480px}
 .mh .hero .slide:after{background:linear-gradient(180deg,rgba(8,10,12,.8) 0%,rgba(8,10,12,.45) 55%,rgba(8,10,12,.2) 100%)}
 .mh .hero .inner{padding:56px 22px}
 .mh .hero h1,.mh .hero .hero-heading{font-size:34px}
 .mh .hero p{font-size:15.5px}
 .mh .hero .btn{padding:13px 22px;font-size:13px}
 .mh .hero .btn.ghost{display:none}
}
.mh .trustbar{background:#14171b;color:#dfe4e9;border-bottom:1px solid #23282e}
.mh .twrap{display:flex;gap:34px;justify-content:center;flex-wrap:wrap;padding-top:14px;padding-bottom:14px;font-weight:700;font-size:13.5px;letter-spacing:.5px}
.mh .trustbar span{display:flex;align-items:center;gap:9px}
.mh .trustbar svg{color:#e3242b}
.mh .catchips{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;padding:20px 0 4px}
.mh .catchips a{border:1.5px solid #d6dbe0;background:#fff;border-radius:20px;padding:8px 18px;font-size:13.5px;font-weight:700;color:#2a323b;transition:.2s}
.mh .catchips a:hover{border-color:#e3242b;color:#e3242b}
.mh .msearch{display:none}
.mh .finder{background:linear-gradient(110deg,#101318 0%,#22190f 100%);color:#fff;padding:52px 0}
.mh .fwrap{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}
.mh .finder h2{font-size:32px;font-weight:900;text-transform:uppercase}
.mh .finder p{color:#aeb7c0;margin-top:8px;max-width:520px}
@media(max-width:767px){
 .mh .catchips{display:none}
 .mh .twrap{gap:14px;font-size:12px;justify-content:center}
 .mh .prow{padding-bottom:24px}
 .mh .band:last-of-type{padding-bottom:0}
 .mh .finder h2{font-size:24px}
}
.mh .fimg{width:min(460px,42%);border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.4)}
@media(max-width:767px){
 .mh .fimg{width:100%}
}
.mh .hero .slide{position:absolute;inset:0;opacity:0;transition:opacity .7s;display:flex;align-items:center}
.mh .hero .slide.on{opacity:1;z-index:2}
.mh .snav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:rgba(10,13,16,.55);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:30px;line-height:1;width:46px;height:46px;border-radius:50%;cursor:pointer;transition:.2s}
.mh .snav:hover{background:#e3242b;border-color:#e3242b}
.mh .sprev{left:18px}
.mh .snext{right:18px}
.mh .sdots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);z-index:5;display:flex;gap:8px}
.mh .sdots i{width:26px;height:4px;border-radius:2px;background:rgba(255,255,255,.35);cursor:pointer;transition:.2s}
.mh .sdots i.on{background:#e3242b}
@media(max-width:767px){
 .mh .snav{display:none}
}
.mh .prow-widget .products.wrapper{display:contents}
.mh .prow-widget .filterproducts.owl-carousel:not(.owl-loaded){display:contents}
.mh .prow-widget .product-item{width:auto;float:none;background:#fff;border:1px solid #e4e8ec;border-radius:14px;padding:12px;margin:0;display:flex;flex-direction:column;gap:8px;scroll-snap-align:start;transition:.2s;box-shadow:0 1px 3px rgba(15,20,25,.05)}
.mh .prow-widget .product-item:hover{border-color:#e3242b;transform:translateY(-3px);box-shadow:0 14px 30px rgba(15,20,25,.12)}
.mh .prow-widget .product-item-info{display:flex;flex-direction:column;gap:8px;height:100%;width:auto}
.mh .prow-widget .product-item-photo{position:relative;background:#f8f9fa;border-radius:9px;padding:10px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden}
.mh .prow-widget .product-item-photo>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.mh .prow-widget .product-image-photo{max-width:100%;max-height:100%;width:auto;height:auto !important;object-fit:contain;mix-blend-mode:multiply}
.mh .prow-widget .product-image-photo.hover_image{display:none}
.mh .prow-widget .product-item-details{display:flex;flex-direction:column;gap:8px;flex:1;text-align:left}
.mh .prow-widget .product-item-name{margin:0;font-weight:400;text-transform:none;letter-spacing:0}
.mh .prow-widget .product-item-link{font-size:13.5px;line-height:1.45;color:#49525c;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}
.mh .prow-widget .product-item-link:hover{color:#e3242b;text-decoration:none}
.mh .prow-widget .price-box{margin:0}
.mh .prow-widget .price-box .price{font-size:19px;font-weight:900;color:#14171b}
.mh .prow-widget .old-price .price{font-size:13px;font-weight:600;color:#8a939c;text-decoration:line-through}
.mh .prow-widget .freeshipping_retail{display:none}
.mh .prow-widget .owl-nav [class*=owl-]{color:#14171b;background:#fff;border:1px solid #e4e8ec;border-radius:50%;text-shadow:none;padding:6px 10px;margin:0 4px}
.mh .prow-widget .owl-nav [class*=owl-]:hover{color:#fff;background:#e3242b;border-color:#e3242b;opacity:1}
.mh .prow-widget .owl-dots{display:none}
.cms-index-index .page-main{min-height:0;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0}
.cms-index-index .column.main{min-height:0;padding:0}
@media(min-width:768px){
.mh .hero:after{content:"";position:absolute;left:0;top:0;right:0;height:140px;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(8,10,12,.92) 0%,rgba(8,10,12,.55) 55%,rgba(8,10,12,0) 100%)}
.mh .hero .slide{padding-top:98px}
.cms-index-index .page-header.type5.header-newskin .navigation li.level0>a.level-top,
.cms-index-index .page-header.type5.header-newskin .navigation li.level0>a.level-top span{color:#fff !important}
.cms-index-index .page-header.type5.header-newskin .navigation li.level0:hover>a.level-top span,
.cms-index-index .page-header.type5.header-newskin .navigation li.level0.active>a.level-top span{color:#ff6b71 !important}
.cms-index-index .page-header.type5.header-newskin .icon_container a,
.cms-index-index .page-header.type5.header-newskin .search-toggle-icon,
.cms-index-index .page-header.type5.header-newskin .search-toggle-icon:before,
.cms-index-index .page-header.type5.header-newskin .porto-icon-search:before,
.cms-index-index .page-header.type5.header-newskin .mobilelogin,
.cms-index-index .page-header.type5.header-newskin .mobilelogin:before,
.cms-index-index .page-header.type5.header-newskin .minicart-wrapper .action.showcart,
.cms-index-index .page-header.type5.header-newskin .minicart-wrapper .action.showcart:before,
.cms-index-index .page-header.type5.header-newskin .minicart-wrapper .action.showcart:after{color:#fff !important}
.cms-index-index .page-header.type5.header-newskin .logo{min-width:260px;min-height:48px;background:url(/media/logo/stores/1/eylar-logo-go-hard.svg) no-repeat left center;background-size:auto 42px}
.cms-index-index .page-header.type5.header-newskin .logo img{opacity:0}
.cms-index-index .page-header.type5.header-newskin .header.content{color:#fff}
.cms-index-index .page-header.type5.header-newskin .header.content .action.showcart .text,
.cms-index-index .page-header.type5.header-newskin .header.content .action.showcart .counter.qty,
.cms-index-index .page-header.type5.header-newskin .header.content .action.showcart .counter-label,
.cms-index-index .page-header.type5.header-newskin .nav-sections .nav-sections-item-switch{color:#fff !important}
}

.mh .hero-heading{color:#ffffff!important}
