:root{--gl-primary: #2f3742;--gl-secondary: #000000;--gl-bg: #fdfaf6;--gl-text: #111111;--gl-border: 2px solid #000;--gl-shadow: 4px 4px 0px #000;--gl-hover-shadow: 2px 2px 0px #000;--gl-radius: 8px}body.template-index{background-color:var(--gl-bg)}.gl-container{max-width:1200px;margin:0 auto;padding:0 15px}.gl-title{font-family:Poppins,sans-serif;font-weight:800;text-transform:uppercase;color:var(--gl-secondary);margin-bottom:20px;text-align:center;font-size:2rem;letter-spacing:-.5px}.gl-favorites-title{display:flex;align-items:center;justify-content:center;gap:25px;width:100%}.gl-title-line{flex-grow:1;height:5px;border-top:1.5px solid #d3cdca;border-bottom:1.5px solid #d3cdca;opacity:.8}.gl-title-text{flex-shrink:0}@media(max-width:768px){.gl-favorites-title{gap:15px}.gl-favorites-title .gl-title-text{font-size:1.35rem!important}}.gl-btn{display:inline-flex;align-items:center;justify-content:center;background-color:var(--gl-primary);color:#fff;font-weight:700;font-family:Poppins,sans-serif;text-transform:uppercase;padding:14px 28px;border:var(--gl-border);border-radius:var(--gl-radius);box-shadow:var(--gl-shadow);transition:all .2s ease;text-decoration:none;cursor:pointer}.gl-btn:hover{transform:translate(2px,2px);box-shadow:var(--gl-hover-shadow)}.gl-hero{position:relative;width:100%;overflow:hidden;padding-bottom:30px}.gl-hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;padding:60px 20px;background-color:#ffe6e6;border-bottom:var(--gl-border)}.gl-hero-img-wrap{width:100%;max-width:800px;margin-bottom:30px;border:var(--gl-border);border-radius:var(--gl-radius);box-shadow:var(--gl-shadow);overflow:hidden;background:#fff}.gl-hero-img-wrap img{display:block;width:100%;height:auto;object-fit:cover}.gl-hero h1{font-size:3rem;font-weight:900;color:#000;line-height:1.1;margin:0 0 20px;text-transform:uppercase}.gl-marquee-wrap{overflow:hidden;white-space:nowrap;background-color:var(--gl-primary);border-top:var(--gl-border);border-bottom:var(--gl-border);padding:12px 0;display:flex;align-items:center;position:relative;z-index:10}.gl-marquee-track{display:inline-block;animation:gl-marquee 15s linear infinite}.gl-marquee-item{display:inline-flex;align-items:center;font-weight:700;font-size:1.1rem;text-transform:uppercase;margin:0 30px;color:#fff}@keyframes gl-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.gl-categories{padding:40px 0;background:#fff;border-bottom:var(--gl-border)}.gl-cat-grid{display:flex;justify-content:space-around;flex-wrap:wrap;gap:15px}.gl-cat-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#000;width:100px}.gl-cat-icon{width:80px;height:80px;border:var(--gl-border);border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;box-shadow:3px 3px #000;margin-bottom:10px;font-size:2rem;transition:all .2s}.gl-cat-item:hover .gl-cat-icon{transform:translate(2px,2px);box-shadow:1px 1px #000}.gl-cat-label{font-weight:700;font-size:.9rem;text-transform:uppercase;text-align:center}.gl-product-grid-section{padding:60px 0;background-color:var(--gl-bg)}.gl-product-card{border:var(--gl-border);border-radius:var(--gl-radius);background:#fff;overflow:hidden;box-shadow:var(--gl-shadow);transition:all .2s;height:100%;display:flex;flex-direction:column;position:relative}.gl-product-card:hover{transform:translateY(-5px);box-shadow:6px 6px #000}.gl-product-img{width:100%;aspect-ratio:1;object-fit:cover;border-bottom:var(--gl-border)}.gl-product-info{padding:15px;flex-grow:1;display:flex;flex-direction:column}.gl-product-title{font-weight:700;font-size:1.1rem;margin:0 0 10px;color:#000;text-decoration:none}.gl-product-price{font-weight:800;font-size:1.25rem;color:#000;margin-bottom:15px}.gl-product-btn{margin-top:auto;width:100%}.gl-hero-slider{position:relative;width:96%;max-width:1540px;margin:15px auto;border-radius:16px;aspect-ratio:21 / 9;background:#000;overflow:hidden;box-shadow:0 15px 40px #0006}@media(max-width:768px){.gl-hero-slider{aspect-ratio:16 / 9}}.gl-hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;z-index:1}.gl-hero-slide.active{opacity:1;z-index:2}.gl-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:right center;filter:brightness(.9);z-index:1}.gl-hero-bg-mountain{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:left center;filter:brightness(.95);transform:scale(1.6);transform-origin:left center;z-index:1}.gl-hero-bg-truck{position:absolute;top:0;right:0;width:65%;height:100%;object-fit:contain;object-position:right center;z-index:2;-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%);mask-image:linear-gradient(to right,#0000,#000 40% 100%)}.gl-hero-slide:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,#000000d9,#0006 40%,#0000);z-index:3;pointer-events:none}.gl-hero-dual-products{position:absolute;right:5%;top:0;width:50%;height:100%;display:flex;align-items:center;justify-content:center;gap:20px;z-index:5}.gl-dual-img{width:45%;aspect-ratio:1 / 1;object-fit:cover;border-radius:16px;box-shadow:0 15px 35px #00000080;animation:glFloatProduct 6s ease-in-out infinite}.gl-dual-img.gl-dual-2{animation-delay:-3s;margin-top:50px}@keyframes glFloatProduct{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.gl-hero-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;padding-left:10%;z-index:10;pointer-events:none}.gl-hero-heading{font-family:Poppins,sans-serif;font-size:clamp(2.5rem,5vw,5rem);font-weight:900;color:#fff;line-height:1.1;margin:0 0 10px;text-shadow:2px 2px 5px rgba(0,0,0,.5);max-width:600px}.gl-hero-heading-highlight{color:var(--gl-primary);display:block}.gl-hero-subheading{font-family:Poppins,sans-serif;font-size:clamp(1rem,2vw,1.5rem);color:#fff;margin-bottom:30px;font-weight:500;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.gl-btn-skewed{pointer-events:auto;display:inline-flex;background:#fff;color:#000;border:3px solid #000;border-radius:8px;font-weight:800;font-size:clamp(1rem,1.5vw,1.2rem);padding:12px 36px;box-shadow:6px 6px #000;text-transform:uppercase;cursor:pointer;text-decoration:none;width:max-content;transition:all .2s ease;letter-spacing:1px}.gl-btn-skewed:hover{transform:translate(3px,3px);box-shadow:3px 3px #000}.gl-slider-dots{position:absolute;bottom:25px;right:5%;display:flex;gap:10px;z-index:20}.gl-slider-dot{width:12px;height:12px;background:#fff6;border-radius:50%;cursor:pointer;transition:all .3s ease}.gl-slider-dot.active{background:#fff;width:35px;border-radius:10px}.gl-slider-section{padding:40px 0;background-color:#fff;position:relative;z-index:1}.gl-slider-wrapper{overflow-x:auto;white-space:nowrap;padding:20px 0 20px 5px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.gl-slider-wrapper::-webkit-scrollbar{display:none}.gl-slider-container{display:inline-flex;gap:14px;padding:0 5px}.gl-cat-card{position:relative;display:flex;flex-direction:column;width:145px;height:185px;border-radius:24px;border:4px solid transparent!important;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(45deg,#ff5e62,#f96,#f2c94c,#56ccf2,#2f80ed) border-box;background-size:100% 100%,300% 300%;animation:summerBorderGradient 6s ease infinite;text-decoration:none;padding:5px;flex-shrink:0;transition:transform .2s ease,box-shadow .2s ease;margin-top:10px;overflow:visible;box-shadow:0 4px 15px #ff99664d}.gl-cat-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #56ccf280}@keyframes summerBorderGradient{0%{background-position:0% 0%,0% 50%}50%{background-position:0% 0%,100% 50%}to{background-position:0% 0%,0% 50%}}.gl-cat-card-inner{position:relative;width:100%;height:100%;border-radius:17px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:40px;overflow:hidden}.gl-cat-badge{position:absolute;top:0;left:50%;transform:translate(-50%);background:#fff;color:#000;font-family:inherit;font-weight:500;font-size:1rem;padding:8px 18px 6px;border-radius:0 0 16px 16px;z-index:3;white-space:nowrap;letter-spacing:0;border:none;box-shadow:none}.gl-cat-badge.exclusive{color:#dc2626;background:#fff}.gl-cat-title{color:#fff;font-family:Poppins,sans-serif;font-size:1.15rem;font-weight:700;text-align:center;line-height:1.2;z-index:2;white-space:pre-wrap;padding:0 6px;margin-bottom:0}.gl-cat-image{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:90%;height:55%;object-fit:contain;object-position:bottom center;z-index:1}.gl-promo-section{padding:20px 0;background:#fff}.gl-promo-wrapper{display:flex;flex-direction:row;gap:15px;overflow-x:auto;padding:20px 0 20px 5px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.gl-promo-wrapper::-webkit-scrollbar{display:none}.gl-promo-ticket{display:block;flex:0 0 calc(25% - 15px);min-width:280px;height:auto;border-radius:16px;box-shadow:0 5px 15px #00000014;background:transparent;position:relative;overflow:hidden;transition:transform .2s ease}.gl-promo-ticket:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}@media(max-width:768px){.gl-promo-ticket{min-width:0!important;width:70vw!important;flex:0 0 70vw!important;max-width:260px!important;border-radius:12px}}.gl-promo-ticket-link{display:block;width:100%;height:auto}.gl-promo-ticket img{width:100%!important;height:auto!important;display:block;object-fit:contain;border-radius:16px}.gl-ticket-stub{width:32px;background:#fff;border-right:2px dashed #000;display:flex;align-items:center;justify-content:center;position:relative}.gl-ticket-stub:before{content:"";position:absolute;top:-6px;right:-6px;width:12px;height:12px;background:#fff;border-radius:50%;pointer-events:none}.gl-ticket-stub:after{content:"";position:absolute;bottom:-6px;right:-6px;width:12px;height:12px;background:#fff;border-radius:50%;pointer-events:none}.gl-stub-text{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);font-family:Poppins,sans-serif;font-weight:800;font-size:.6rem;letter-spacing:1px;color:#000;white-space:nowrap}.gl-ticket-body{flex-grow:1;display:flex;padding:12px 15px;position:relative;background:linear-gradient(135deg,#445060,#2f3742)}.gl-ticket-content{width:50%;z-index:10;display:flex;flex-direction:column;justify-content:center}.gl-ticket-top{font-family:Poppins,sans-serif;font-size:.65rem;font-weight:800;color:#fff;margin:0 0 2px;text-transform:uppercase;letter-spacing:.5px}.gl-ticket-price{font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:900;color:#fff;line-height:1.05;margin:0 0 10px}.gl-btn-skewed-small{display:inline-flex;background:#fff;color:#000;border:2px solid #000;border-radius:5px;font-weight:800;font-size:.65rem;padding:4px 12px;box-shadow:2px 2px #000;text-transform:uppercase;text-decoration:none;transition:all .2s ease;width:max-content}.gl-btn-skewed-small:hover{transform:translate(1px,1px);box-shadow:1px 1px #000}.gl-ticket-images{position:absolute;right:10px;top:10px;bottom:10px;width:45%}.gl-promo-img-1,.gl-promo-img-2,.gl-promo-img-3{position:absolute;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(4px 4px 6px rgba(0,0,0,.15));border-radius:0;box-shadow:none;background:transparent}.gl-promo-img-1{width:135px;height:135px;top:2px;right:-5px;z-index:3}.gl-promo-img-2,.gl-promo-img-3{display:none}.gl-scrolling-grid{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto;padding-bottom:20px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.gl-scrolling-grid::-webkit-scrollbar{display:none}.gl-grid-item-wrap{flex:0 0 calc(16.666% - 15px);min-width:170px}@media(max-width:1024px){.gl-grid-item-wrap{flex:0 0 calc(25% - 15px)}}@media(max-width:768px){.gl-scrolling-grid{gap:10px!important}.gl-grid-item-wrap{flex:0 0 43%!important;min-width:140px!important}}.gl-product-card-link{text-decoration:none;display:block;height:100%}.gl-modern-card{border:1px solid #e5e5e5!important;border-radius:4px!important;box-shadow:none!important;background:#fff;transition:all .2s ease;padding:0}.gl-modern-card:hover{transform:translateY(-3px)!important;box-shadow:0 4px 12px #00000014!important;border-color:#a0a0a0!important}.gl-product-img-wrap{background:#fff;border-radius:4px 4px 0 0;overflow:hidden;padding:0}.gl-clean-img{width:100%!important;height:auto!important;aspect-ratio:1;object-fit:contain!important;border-bottom:none!important}.gl-clean-info{padding:12px 10px 10px!important;display:flex;flex-direction:column}.gl-clean-title{font-family:Inter,sans-serif;font-size:1.3rem!important;font-weight:600!important;color:#111!important;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 10px!important}.gl-clean-price{font-family:Inter,sans-serif;font-size:1.4rem!important;font-weight:600!important;color:#111!important;margin:0!important;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.gl-clean-price span,.gl-clean-price s{white-space:nowrap}.gl-clean-price .gl-old-price{font-size:1.1rem;color:#999;font-weight:500;text-decoration:line-through}@media screen and (max-width:768px){.gl-slider-section{padding:15px 0!important}.gl-cat-card{width:110px;height:145px;border-width:3px;border-radius:18px;margin-top:5px}.gl-cat-card-inner{padding-top:30px;border-radius:13px}.gl-cat-badge{font-size:.85rem;padding:6px 14px 4px;border-radius:0 0 14px 14px}.gl-cat-title{font-size:.95rem}.gl-promo-section{padding:10px 0!important}.gl-promo-ticket{height:auto!important}}.gl-btn-yellow{background:#2f3742!important;color:#fff!important;border:3px solid #000!important;border-radius:12px!important;box-shadow:4px 5px #000!important;padding:14px 40px!important;font-weight:800!important;font-size:1.1rem!important;transition:all .2s ease!important;cursor:pointer}.gl-btn-yellow:hover{transform:translate(3px,3px)!important;box-shadow:1px 2px #000!important}.gl-btn-polygon{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:10px 15px 10px 35px!important;color:#000!important;font-family:Poppins,sans-serif!important;font-weight:800!important;font-size:1.15rem!important;text-decoration:none!important;background:#fff!important;border:4px solid #000!important;border-right:none!important;border-radius:14px 0 0 14px!important;filter:drop-shadow(12px 12px 0px #000)!important;transition:transform .2s ease,filter .2s ease!important;z-index:1!important;text-transform:uppercase!important;letter-spacing:1.5px!important;cursor:pointer!important;margin:10px!important}.gl-btn-polygon:after{content:""!important;position:absolute!important;top:-4px!important;bottom:-4px!important;left:calc(100% - 2px)!important;width:25px!important;background:#fff!important;border:4px solid #000!important;border-left:none!important;border-radius:0!important;transform-origin:top left!important;transform:skew(-15deg)!important;z-index:-1!important;pointer-events:none!important}.gl-btn-polygon:before{display:none!important}.gl-btn-polygon:hover{transform:translate(6px,6px)!important;filter:drop-shadow(6px 6px 0px #000)!important}.gl-btn-polygon .icon-circle{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:26px!important;height:26px!important;background:#000!important;border-radius:50%!important;margin-left:15px!important;font-size:1.15rem!important;font-weight:800!important;color:#fff!important;line-height:1!important;padding-left:1px!important}
/*# sourceMappingURL=/cdn/shop/t/5/assets/blinzi-homepage.css.map */
