.gf-banner-container{width:100%;background:#fff;padding:0;overflow:hidden}.gf-banner-wrapper{max-width:1920px;margin:0 auto;padding:0;background:transparent}.gf-carousel{position:relative;overflow:visible}.gf-carousel-inner{display:flex;gap:0;will-change:transform;transition:transform .42s ease;padding:0;margin:0}.gf-slide{position:relative;flex:0 0 100%;border-radius:var(--gf-radius, 0px);overflow:hidden;transform:scale(1);opacity:1;transition:transform .42s ease,opacity .42s ease;height:var(--gf-hd, 480px);max-height:600px}.gf-slide.is-active{transform:scale(1);opacity:1}.gf-slide-background{position:absolute;top:0;right:0;bottom:0;left:0}.gf-slide-background img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media(min-width:1920px){.gf-slide-background img{object-fit:cover}}.gf-slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,calc(var(--gf-overlay,55)/100)),#00000040 45%,#0000 70%);pointer-events:none}.gf-slide-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:28px;max-width:720px}.gf-slide-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;opacity:.9;margin-bottom:10px;color:#b7ff00;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.32),0 2px 8px rgba(0,0,0,.18)}.gf-slide-title{margin:0 0 10px;color:#fff;font-weight:700;line-height:1.05;text-shadow:0 2px 4px rgba(0,0,0,.34),0 6px 18px rgba(0,0,0,.18);-webkit-text-stroke:.35px rgba(255,255,255,.16)}.gf-slide-description-static{margin:0 0 16px;color:#b7ff00eb;line-height:1.35;max-width:56ch;text-shadow:0 1px 3px rgba(0,0,0,.34),0 4px 12px rgba(0,0,0,.16)}.gf-slide-description-dynamic{margin:0 0 16px;color:#b7ff00eb;line-height:1.35;max-width:56ch;text-shadow:0 1px 3px rgba(0,0,0,.34),0 4px 12px rgba(0,0,0,.16);opacity:0;transform:translateY(20px);transition:opacity .5s ease 1s,transform .5s ease 1s}.gf-slide.is-active .gf-slide-description-dynamic{opacity:1;transform:translateY(0)}.gf-slide-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border-radius:999px;background:#b7ff00;color:#000;font-weight:700;font-size:14px;text-decoration:none;width:fit-content;text-transform:capitalize;transition:transform .2s ease,box-shadow .2s ease}.gf-slide-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00ff0059}.gf-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#0000002e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;-webkit-tap-highlight-color:transparent;transition:background .2s ease,border-color .2s ease}.gf-carousel-prev{left:16px}.gf-carousel-next{right:16px}.gf-carousel-arrow:hover{background:#00000052;border-color:#ffffff80}.gf-carousel-arrow svg{width:20px;height:20px}.gf-carousel-timers{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:none;gap:10px;justify-content:center;align-items:center;z-index:10}@media(min-width:768px){.gf-carousel[data-show-timer-desktop=true] .gf-carousel-timers{display:flex}}@media(max-width:767px){.gf-carousel[data-show-timer-mobile=true] .gf-carousel-timers{display:flex}}.gf-timer-dot{position:relative;width:32px;height:5px;border-radius:999px;background:#ffffff4d;overflow:hidden;cursor:pointer;transition:width .3s ease,background .2s ease;border:none;padding:0}.gf-timer-dot:hover{background:#fff6}.gf-timer-dot.is-active{width:64px;background:#ffffff40}.gf-timer-fill{position:absolute;left:0;top:0;height:100%;width:0%;background:#b7ff00;border-radius:999px;transition:none}.gf-timer-dot.is-active .gf-timer-fill{animation:gf-progress var(--gf-timer-duration, 10s) linear forwards}@keyframes gf-progress{0%{width:0%}to{width:100%}}.gf-slide-title{font-size:var(--gf-title-d, 48px)}.gf-slide-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#7607e0)}@media(max-width:767px){.gf-banner-container{padding:0;background:transparent}.gf-banner-wrapper{padding:0;max-width:100%}.gf-carousel-inner{gap:0;padding:0;margin:0}.gf-slide{flex:0 0 100%;border-radius:0;height:auto;aspect-ratio:4 / 5;max-height:none;transform:scale(1);opacity:1}.gf-slide.is-active{transform:scale(1);opacity:1}.gf-slide-background img{width:100%;height:100%;object-fit:cover;object-position:center}.gf-carousel{border-radius:0;overflow:hidden}.gf-slide-content{padding:24px 20px;max-width:100%}.gf-slide-title{font-size:var(--gf-title-m, 30px);margin-bottom:12px}.gf-slide-description-static{font-size:14px;margin-bottom:8px}.gf-slide-description-dynamic{font-size:14px;margin-bottom:16px}.gf-slide-button{padding:12px 24px;font-size:13px}.gf-carousel[data-show-arrows-mobile=false] .gf-carousel-arrow{display:none}.gf-carousel[data-show-arrows-mobile=true] .gf-carousel-arrow{display:flex;width:38px;height:38px}.gf-carousel[data-show-arrows-mobile=true] .gf-carousel-prev{left:12px}.gf-carousel[data-show-arrows-mobile=true] .gf-carousel-next{right:12px}.gf-carousel-timers{bottom:16px;gap:8px}.gf-timer-dot{width:28px}.gf-timer-dot.is-active{width:56px}}
/*# sourceMappingURL=/cdn/shop/t/175/assets/gf-home.css.map */
