.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;transition:opacity .8s ease-out}.loading-overlay.fade-out{opacity:0;pointer-events:none}.loading-content{text-align:center;color:#fff}.loading-logo{margin-bottom:30px;animation:logoFloat 2s ease-in-out infinite;display:flex;align-items:center;justify-content:center}.loading-logo img{width:120px;height:120px;object-fit:contain;filter:drop-shadow(0 0 20px rgba(255,107,53,.5))}.loading-text h2{font-family:DIN Condensed,Arial Narrow,sans-serif;font-size:2.5rem;font-weight:700;text-transform:uppercase;color:#ff6e04;margin:0 0 20px;text-shadow:2px 2px 8px rgba(0,0,0,.7);-webkit-text-stroke:1px #dc200d;animation:textGlow 2s ease-in-out infinite alternate}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,107,53,.3);border-top:3px solid #ff6e04;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes textGlow{0%{text-shadow:2px 2px 8px rgba(0,0,0,.7)}to{text-shadow:2px 2px 8px rgba(0,0,0,.7),0 0 20px rgba(255,107,53,.5)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:DIN Condensed;src:url('{{ "din_condensed_bold-webfont.woff2" | asset_url }}') format("woff2"),url('{{ "din_condensed_bold-webfont.woff" | asset_url }}') format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:DIN Alternate;src:url('{{ "din_alternate_bold-webfont.woff2" | asset_url }}') format("woff2"),url('{{ "din_alternate_bold-webfont.woff" | asset_url }}') format("woff");font-weight:700;font-style:normal;font-display:swap}.custom-landing-page{width:100%;min-height:100vh;margin:0;padding:0}.hero-section{height:calc(100vh - 200px);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;position:relative;overflow:hidden;padding-top:35px}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;will-change:transform}.hero-background img{width:100%;height:100%;object-fit:cover;transform:translateZ(0)}.hero-bottle-overlay{position:absolute;top:0;z-index:3}.hero-bottle-overlay img{width:auto;height:80vh;object-fit:contain}.hero-content{position:relative;z-index:4;max-width:1200px;text-align:center}.hero-heading{font-family:DIN Condensed,Arial Narrow,Helvetica Condensed,sans-serif;font-size:7rem;font-weight:900;text-transform:uppercase;color:#ff6e04;-webkit-text-stroke:2px black;text-shadow:0px 0px 6px #000000;margin-bottom:0}.hero-highlight{color:#dc200d;font-size:8rem}.scroll-button-container{position:absolute;top:3%;left:50%;z-index:10}.scroll-button{cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);animation:float 3s ease-in-out infinite;display:inline-block}.scroll-button:hover{transform:scale(1.1);animation-play-state:paused}.scroll-button-content{display:flex;flex-direction:column;align-items:center;gap:6px;background:linear-gradient(135deg,#ff6e04,#dc200d);border:2px solid #ffffff;border-radius:40px;padding:10px 18px;box-shadow:0 8px 20px #ff6b3566,0 0 0 3px #fff3,inset 0 2px #ffffff4d;position:relative;overflow:hidden}.scroll-button-content:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.floating-scroll-button:hover .scroll-button-content:before{left:100%}.rooster-logo{width:35px;height:35px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px #0003;animation:pulse 2s ease-in-out infinite}.rooster-logo img{width:28px;height:28px;object-fit:contain}.scroll-text{display:flex;flex-direction:column;align-items:center}.scroll-label{font-family:DIN Condensed,Arial Narrow,sans-serif;font-size:1.3rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;text-shadow:1px 1px 3px rgba(0,0,0,.3);white-space:nowrap}.scroll-arrow{font-size:1.2rem;color:#fff;animation:bounce-arrow 1.5s ease-in-out infinite;text-shadow:1px 1px 3px rgba(0,0,0,.3)}@keyframes float{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes bounce-arrow{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}.features-section{background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);color:#fff;padding:100px 0 50px;position:relative}.features-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(255,107,53,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(220,32,13,.1) 0%,transparent 50%);z-index:1}.container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.two-column-layout{display:flex;gap:50px;align-items:stretch;min-height:400px}.column{flex:1;padding:40px;border-radius:16px;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.column--left,.column--right{background:linear-gradient(145deg,#ffffff1a,#ffffff0d)}.features-heading{font-family:DIN Condensed,Arial Narrow,sans-serif;color:#fff;font-size:3.2rem;margin-bottom:25px;text-shadow:2px 2px 8px rgba(0,0,0,.7);font-weight:700;text-transform:uppercase;position:relative;letter-spacing:.025em;-webkit-text-stroke:1px #f20709}.features-heading:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(90deg,#ff6b35,#dc200d);border-radius:2px}.features-description{color:#ffffffe6;font-size:1.2rem;margin-bottom:25px;line-height:1.6;font-weight:700}.features-list{list-style:none;padding:0;margin:0 0 30px}.features-list li{color:#fff;font-size:1.1rem;margin-bottom:15px;position:relative;padding-left:30px;font-weight:700}.features-list li:before{content:"\2713";position:absolute;left:0;top:2px;width:24px;height:24px;background:linear-gradient(45deg,#ff6e04,#dc200d);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;box-shadow:0 4px 12px #ff6b354d;animation:pulse 2s infinite}.column--right .features-list li:before{content:"\2605";background:linear-gradient(45deg,#dc200d,#ff6e04)}.arrival-title{font-family:DIN Condensed,Arial Narrow,sans-serif;color:#fff;font-size:2.8rem;font-weight:700;text-transform:uppercase;text-align:left;text-shadow:2px 2px 6px rgba(0,0,0,.7);-webkit-text-stroke:1px #dc200d;animation:textGlow 2s ease-in-out infinite alternate}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.features-button{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(45deg,#ff6b35,#e55a2b);color:#fff;padding:9px 35px;border:none;border-radius:50px;font-size:1.1rem;font-weight:700;text-decoration:none;cursor:pointer;box-shadow:0 8px 20px #ff6b354d,inset 0 1px #fff3;transition:all .3s ease;text-transform:uppercase;margin:10px 0;position:relative;overflow:hidden}.features-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.features-button:hover:before{left:100%}.features-button:hover{background:linear-gradient(45deg,#e55a2b,#dc200d);transform:translateY(-3px);box-shadow:0 12px 25px #ff6b3566,inset 0 1px #fff3;color:#fff;text-decoration:none}.features-tagline{color:#fff;font-family:DIN Condensed,Arial Narrow,sans-serif;font-size:2.8rem;font-weight:700;margin-top:25px;text-shadow:2px 2px 6px rgba(0,0,0,.7);-webkit-text-stroke:1px #f20709;text-transform:uppercase;position:relative;display:flex;align-items:end;justify-content:center;line-height:1}.features-tagline img{margin-right:10px;width:60px;height:60px}.product-image{max-width:100%;height:auto;border-radius:10px;box-shadow:0 8px 16px #0006;transition:transform .3s ease}.product-image:hover{transform:scale(1.05)}.product-placeholder{background:#333;border-radius:10px;padding:60px 20px;text-align:center;color:#666;border:2px dashed #555}.scrolling-icon-banner-section{background:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff}.scrolling-icon-banner-section h2{font-size:4rem;font-weight:700;text-transform:uppercase;color:#000;text-align:center;margin:40px 0}footer.section-wrapper,footer.section-wrapper .section-background,footer.section-wrapper .section{background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e)!important}.footer-utilities__text,.footer-utilities__text a{color:#fff!important}.testimonials-section{background:#ff6e04;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:60px 20px;text-align:center;position:relative;z-index:10;width:100%;overflow:hidden}.testimonials-header{margin-bottom:10px;display:flex;flex-direction:row;justify-content:center;align-items:end}.testimonials-header img{margin-right:10px;width:200px}.testimonials-header h2{color:#fff;font-size:3.2rem;font-weight:700;text-transform:uppercase;position:relative;letter-spacing:.025em;-webkit-text-stroke:1px #f20709}.testimonials-title{font-family:DIN Condensed,Arial Narrow,sans-serif;font-size:3rem;font-weight:700;text-transform:uppercase;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);margin:0}.testimonial-card{background:#fffc;border:5px solid #dc200d;border-radius:15px;padding:38px 25px 25px;margin:60px 15px 20px;min-height:350px;max-height:none;height:auto;display:flex;flex-direction:column;justify-content:space-between;position:relative;box-shadow:0 8px 25px #00000026}.rooster-icon{position:absolute;top:-50px;left:50%;transform:translate(-50%);border-radius:50%;width:110px;height:110px;display:flex;align-items:center;justify-content:center;background-size:110px 110px;background-position:center;background-repeat:no-repeat}.testimonial-text{color:#333;font-weight:300;font-size:.95rem;line-height:1.4;text-align:left;margin:20px 0;flex-grow:1;font-weight:700}.testimonial-author{color:#dc200d;font-weight:700;font-size:.9rem;text-align:right;margin-top:auto;font-style:italic}.banner-swiper{position:relative;overflow:visible!important;padding-top:80px!important;margin-top:-70px!important}.swiper-wrapper{overflow:visible!important}.banner-next,.banner-prev{color:#fff!important;background:#dc200dcc!important;border-radius:50%!important;width:60px!important;height:60px!important;top:10px!important;z-index:1000!important;position:absolute!important}.banner-next svg,.banner-prev svg{height:70%!important}.banner-next:hover,.banner-prev:hover{background:#dc200d!important;transform:scale(1.1)}.banner-next:after,.banner-prev:after{font-size:20px!important;font-weight:700!important}.video-section{background-size:cover;background-position:center;background-repeat:no-repeat;padding:100px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.video-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.video-section:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:2}.video-title-image{max-width:700px;width:100%;height:auto;display:block;margin:0 auto 40px;position:relative;z-index:3}.video-container{position:relative;width:100%;max-width:900px;height:0;padding-bottom:42.25%;overflow:hidden;border-radius:20px;box-shadow:0 25px 50px #0006,0 0 0 8px #ff6b354d,0 0 0 16px #ffffff1a;transition:all .4s ease;z-index:3}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;border-radius:20px}@media (max-width: 1024px){.hero-heading{font-size:5rem}.hero-highlight{font-size:6rem}.features-layout{gap:30px}.features-heading{font-size:2rem}.features-tagline{font-size:2rem;align-items:center;justify-content:start;text-align:left}.video-container{padding-bottom:56.25%}}@media (max-width: 768px){.hero-heading{font-size:3rem}.hero-highlight{font-size:4rem}.hero-bottle-overlay img{height:70vh}.features-layout{flex-direction:column;text-align:center;gap:40px}.two-column-layout{flex-direction:column;gap:40px}.column--center{order:-1;flex:1}.features-heading{font-size:2rem}.features-description,.features-list li{font-size:1rem}.features-button{padding:6px 15px;font-size:1rem}.column--left,.column--right{min-width:auto}.video-section{padding:60px 30px}.video-container{max-width:100%;border-radius:15px;box-shadow:0 15px 30px #0000004d,0 0 0 4px #ff6b354d,0 0 0 8px #ffffff1a}.testimonials-section{padding:40px 15px}.testimonials-title{font-size:2rem}.testimonial-card{margin:40px 10px 15px;padding:50px 20px 20px;min-height:300px}.rooster-icon{width:100px;height:100px;top:-50px}.testimonial-text{font-size:.9rem;line-height:1.4}.testimonial-author{font-size:.8rem}.banner-swiper{padding-top:60px!important;margin-top:-50px!important}.banner-next,.banner-prev{width:45px!important;height:45px!important;top:10px!important;z-index:1000!important}.banner-next:after,.banner-prev:after{font-size:16px!important}}@media (max-width: 480px){.hero-section{height:calc(100vh - 375px);padding-top:20px}.hero-heading{font-size:2.5rem}.hero-highlight{font-size:4rem}.hero-bottle-overlay img{height:56vh}.features-section{padding:25px 0}.container{padding:0 25px}.column{padding:25px}.two-column-layout{gap:25px}.scroll-button-container{top:-1%}.scroll-button-content{display:flex;flex-direction:row}.scroll-text{flex-direction:row}.scroll-label{font-size:1.25rem;padding-top:5px}.features-heading{font-size:2.5rem}.features-list{margin:0}.features-description{margin-bottom:15px}.features-tagline:before{font-size:2rem}.features-tagline{margin-top:15px;font-size:1.6rem}.features-tagline img{margin-right:0}.testimonials-section{padding:25px}.testimonials-header{margin-bottom:20px}.testimonials-header img{width:125px;margin-right:5px}.testimonials-header h2{font-size:2rem}.testimonial-card{margin:30px 5px 15px;padding:40px 15px 15px;min-height:280px;border-width:3px}.rooster-icon{width:95px;height:95px;top:-60px;background-size:95px 95px}.testimonial-card{padding:15px}.testimonial-text{font-size:.85rem;line-height:1.3;margin:15px 0}.testimonial-author{font-size:.75rem;margin-top:15px}.banner-swiper{padding-top:50px!important;margin-top:-40px!important}.banner-next,.banner-prev{width:40px!important;height:40px!important;top:50px!important;z-index:1000!important}.banner-next:after,.banner-prev:after{font-size:14px!important}.video-section{padding:40px 20px}.video-container{border-radius:12px;box-shadow:0 10px 20px #0003,0 0 0 3px #ff6b354d,0 0 0 6px #ffffff1a;padding-bottom:56.25%}}.progress-bar{position:fixed;top:0;left:0;width:100%;height:4px;background:#ffffff1a;z-index:9999}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#ff6e04,#dc200d);width:0%;transition:width .3s ease;box-shadow:0 0 10px #ff6b3580}.section-nav{position:fixed;right:30px;top:50%;transform:translateY(-50%);z-index:1000;display:flex;flex-direction:column;gap:15px}.nav-dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s ease;position:relative}.nav-dot.active{background:linear-gradient(45deg,#ff6e04,#dc200d);transform:scale(1.3);box-shadow:0 0 15px #ff6b3599}.nav-dot:hover{background:#ff6b35b3;transform:scale(1.2)}.feature-icon{width:24px;height:24px;background:linear-gradient(45deg,#ff6e04,#dc200d);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;box-shadow:0 4px 12px #ff6b354d;flex-shrink:0}.trust-badges{display:flex;justify-content:center;align-items:center;gap:30px;margin:40px 0;flex-wrap:wrap}@media (max-width: 1205px){.trust-badges{gap:10px}}@media (max-width: 1145px){.trust-badges{flex-direction:column;gap:20px}.label-separator{order:-1}.trust-badge{width:100%;max-width:280px}}.trust-badge{background:#ffffff1a;border:2px solid rgba(255,107,53,.3);border-radius:12px;padding:15px 20px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.label-separator{display:flex;align-items:center;justify-content:center}.label-image{max-width:200px;height:auto;border-radius:10px;border:2px solid rgba(255,107,53,.3);box-shadow:0 8px 25px #0000004d}.trust-badge-title{font-size:.9rem;font-weight:700;color:#ff6e04;margin-bottom:5px;text-transform:uppercase}.trust-badge-text{font-size:.8rem;color:#ffffffe6;line-height:1.3}.comparison-section{display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:center;margin:50px 0;padding:40px;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.comparison-side{text-align:center;padding:20px}.comparison-before{opacity:.7}.comparison-after{background:linear-gradient(135deg,#ff6b351a,#dc200d1a);border-radius:12px}.comparison-vs{font-size:1.5rem;font-weight:700;color:#ff6e04;text-transform:uppercase}.comparison-title{font-size:1.2rem;font-weight:700;margin-bottom:15px;color:#fff}.comparison-stats{list-style:none;padding:0;margin:0}.comparison-stats li{padding:8px 0;font-size:.9rem;color:#ffffffe6}.stat-highlight{color:#ff6e04;font-weight:700}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:10px}.mb-2{margin-bottom:20px}.mb-3{margin-bottom:30px}.mb-4{margin-bottom:40px}.mt-0{margin-top:0}.mt-1{margin-top:10px}.mt-2{margin-top:20px}.mt-3{margin-top:30px}.mt-4{margin-top:40px}.p-1{padding:10px}.p-2{padding:20px}.p-3{padding:30px}.p-4{padding:40px}.color-primary{color:#ff6b35}.color-secondary{color:#dc143c}.color-white{color:#fff}.color-gray{color:#666}.bg-primary{background-color:#ff6b35}.bg-secondary{background-color:#dc143c}.bg-dark{background:linear-gradient(135deg,#1a1a2e,#16213e)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.fade-in{animation:fadeIn .6s ease-out}.slide-in{animation:slideIn .6s ease-out}.bounce{animation:bounce 2s infinite}
/*# sourceMappingURL=/cdn/shop/t/1/assets/custom-landing-page.css.map */
