:root{--color-dark:#0c1427;--color-light:#fff;--color-gray-mid:#7a869a;--color-gray-light:#f8f9fa;--color-cream:#faf9f6;--color-red:#e11d2e;--color-blue:#1338be;--color-gold:#d4af37;--bg-primary:var(--color-light);--bg-secondary:var(--color-gray-light);--bg-tertiary:#f1f3f5;--text-primary:var(--color-dark);--text-secondary:#495057;--border-subtle:#0c14270d;--nav-bg:#fffffff2;--card-shadow:#0000000a;--section-spacing:40px;--font-heading:"Playfair Display",serif;--font-heading-accent:"Playfair Display",serif;--font-body:"Inter",sans-serif}[data-theme=dark]{--bg-primary:#0c1427;--bg-secondary:#ffffff08;--bg-tertiary:#ffffff0d;--text-primary:#fff;--text-secondary:#ffffffb3;--border-subtle:#ffffff14;--nav-bg:#0c1427d9;--card-shadow:#0006}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.7;transition:background-color .5s,color .5s;overflow-x:hidden}.container{width:90%;max-width:1200px;margin:0 auto}h1,h2,h3,.nav-logo{font-family:var(--font-heading);text-transform:capitalize;letter-spacing:-1px;font-weight:300}a{color:inherit;text-decoration:none;transition:all .3s}.navbar{z-index:1000;width:100%;padding:20px 0;transition:all .4s cubic-bezier(.165,.84,.44,1);position:fixed;top:0;left:0}.navbar.scrolled{background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);padding:15px 0}.navbar .container{justify-content:space-between;align-items:center;display:flex}.nav-logo{font-size:1.5rem;font-weight:800}.nav-logo span{color:var(--color-red)}.nav-links{gap:30px;display:flex}.nav-logo .logo-img{filter:invert()brightness(.2);width:auto;height:48px;transition:filter .5s;display:block}[data-theme=dark] .logo-img{filter:none}.nav-links a{opacity:.7;text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}.nav-links a:hover{opacity:1;color:var(--color-gold)}.nav-cta{background:var(--color-red);text-transform:uppercase;letter-spacing:1px;border-radius:4px;padding:10px 25px;font-size:.85rem;font-weight:700}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 5px 15px #e11d2e66}.nav-actions{align-items:center;gap:20px;display:flex}.theme-toggle{background:var(--bg-tertiary);border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .3s;display:flex}.theme-toggle:hover{background:var(--color-gold);color:var(--color-dark);border-color:var(--color-gold)}.theme-toggle .sun-icon{display:block}.theme-toggle .moon-icon,[data-theme=dark] .theme-toggle .sun-icon{display:none}[data-theme=dark] .theme-toggle .moon-icon{display:block}.hero{text-align:center;background:url(/assets/images/soccer.webp) 50%/cover no-repeat;justify-content:center;align-items:center;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background:linear-gradient(#0c142766,#0c1427cc);position:absolute;inset:0}.hero-content{z-index:2;max-width:800px;position:relative}.hero h1{text-shadow:0 10px 30px #00000080;color:#fff;margin-bottom:20px;font-size:clamp(3rem,10vw,5rem);line-height:1.2}.hero p{font-family:var(--font-heading);color:#fff;text-transform:uppercase;letter-spacing:4px;margin-bottom:40px;font-size:1.5rem}.btn{background:var(--color-red);color:#fff;font-weight:800;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:2px;border-radius:5px;padding:10px 35px;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 10px 30px #e11d2e4d}.btn:hover{background:#c11827;transform:translateY(-5px);box-shadow:0 15px 35px #e11d2e66}.btn-gold{background:var(--color-gold);color:var(--color-dark)}.btn-gold:hover{background:var(--color-gold-light);transform:scale(1.05)}.cta-section{padding:var(--section-spacing)0;background:var(--bg-primary);position:relative}.collection-strip{background:var(--bg-primary);padding:var(--section-spacing)0;position:relative}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:60px;display:flex}.section-title{max-width:600px}.section-title h2{margin-bottom:15px;font-size:2.5rem}.section-title p{color:var(--text-secondary);font-size:1.5rem}.carousel-relative{position:relative}.carousel-nav{z-index:20;gap:15px;margin-bottom:0;display:flex;position:relative}.carousel-arrow{background:var(--bg-primary);width:50px;height:50px;color:var(--text-primary);cursor:pointer;border:1px solid #cdcdcd;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.carousel-arrow:hover{background:var(--color-dark);color:var(--color-light);border-color:var(--color-dark)}.carousel-track{scrollbar-width:none;scroll-behavior:smooth;-webkit-user-select:none;user-select:none;gap:30px;padding:20px 0 40px;display:flex;overflow-x:auto}.carousel-track::-webkit-scrollbar{display:none}.product-card{background:var(--bg-primary);min-width:320px;box-shadow:0 10px 40px var(--card-shadow);border:none;border-radius:12px;padding:0;transition:all .5s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden}.product-card:hover{transform:translateY(-10px);box-shadow:0 40px 80px #00000014}.product-card .card-content{padding:25px}.product-card:hover{border-color:var(--color-gold);background:#ffffff0f;transform:translateY(-10px)}.product-image{aspect-ratio:1;background:#1a2333;border-top-left-radius:8px;border-top-right-radius:8px;margin-bottom:20px;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.product-card:hover .product-image img{outline:none;transform:scale(1.1)}.placeholder-hoodie{background:linear-gradient(135deg,var(--color-blue)0%,#081a5e 100%);position:relative}.placeholder-hoodie:before{content:"";clip-path:polygon(20% 0%,80% 0%,100% 20%,100% 100%,0% 100%,0% 20%);background:#ffffff0d;border-radius:4px;width:60%;height:70%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.placeholder-tshirt{background:linear-gradient(135deg,var(--color-red)0%,#a31521 100%)}.placeholder-tshirt:before{content:"";clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 100%,0% 100%,0% 30%);background:#ffffff0d;width:70%;height:60%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.placeholder-cap{background:linear-gradient(135deg,#1a2333 0%,var(--color-dark)100%);border:1px solid var(--color-gold)}.placeholder-mug{background:linear-gradient(135deg,var(--color-gray-light)0%,var(--color-gray-mid)100%)}.product-info h3{margin-bottom:5px;font-size:1.1rem}.product-info p{opacity:.5;text-transform:uppercase;margin-left:10px;font-size:.85rem}.story-section{padding:var(--section-spacing)0}.split-layout{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.story-text h2{margin-bottom:30px;font-size:2.5rem;line-height:1.1}.story-text p{opacity:.8;font-size:1.15rem}.story-visuals{height:500px;position:relative}.visual-layer{border-radius:12px;position:absolute}.layer-1{background:linear-gradient(45deg,var(--color-blue),#081a5e);z-index:1;opacity:.9;width:80%;height:80%;top:0;right:0;box-shadow:0 40px 100px #0006}.layer-2{background:linear-gradient(-45deg,var(--color-red),#a31521);z-index:2;border:1px solid #ffffff1a;width:70%;height:70%;bottom:0;left:0;box-shadow:-30px 30px 80px #0009}.visual-layer img{object-fit:cover;border-radius:12px;width:100%;height:100%}.limited-bar{background:var(--color-gold);color:var(--color-dark);white-space:nowrap;padding:15px 0;overflow:hidden}.scrolling-text{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:2px;font-size:1.2rem;font-weight:800;animation:15s linear infinite scrollText;display:inline-block}.ticker-content{padding-right:50px;display:inline-block}@keyframes scrollText{0%{transform:translate(0)}to{transform:translate(-50%)}}.social-grid{padding:var(--section-spacing)0}.grid-container{grid-gap:20px;grid-template-columns:repeat(4,1fr);height:600px;display:grid}.grid-item{background:#ffffff08 50%/cover;border-radius:8px;transition:all .6s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden}.grid-item img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.grid-item:hover img{transform:scale(1.1)}.grid-item:after{content:"";opacity:0;background:linear-gradient(#0000,#0c1427cc);transition:all .4s;position:absolute;inset:0}.grid-item:hover{border:1px solid #d4af374d;transform:scale(1.02)}.grid-item:hover:after{opacity:1}.grid-item:first-child{background-image:linear-gradient(#1338be33,#0c142780),url(https://images.unsplash.com/photo-1517466787929-bc902886c37d?auto=format&fit=crop&q=80&w=800)}.grid-item:nth-child(2){background-image:linear-gradient(#e11d2e33,#0c142780),url(https://images.unsplash.com/photo-1543351611-58f69d7c1781?auto=format&fit=crop&q=80&w=600)}.grid-item:nth-child(3){background-image:linear-gradient(#d4af3733,#0c142780),url(https://images.unsplash.com/photo-1518091043644-c1d445bcc97a?auto=format&fit=crop&q=80&w=600)}.grid-item:nth-child(4){background-image:linear-gradient(#1338be33,#0c142780),url(https://images.unsplash.com/photo-1522778119026-d647f0596c20?auto=format&fit=crop&q=80&w=600)}.grid-item:nth-child(5){background-image:linear-gradient(#e11d2e33,#0c142780),url(https://images.unsplash.com/photo-1508098682722-e99c43a406b2?auto=format&fit=crop&q=80&w=600)}.grid-item-large{grid-area:span 2/span 2}.conversion-block{padding:var(--section-spacing)0}.cta-card{text-align:center;background:linear-gradient(135deg,#0f172a 0%,#020617 100%);border:1px solid #ffffff1a;border-radius:32px;padding:100px 40px;position:relative;overflow:hidden;box-shadow:0 40px 100px #0009,inset 0 1px 1px #ffffff1a}.cta-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4af371a 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.cta-card h2{margin-bottom:20px;font-size:3rem;color:#fff!important}.cta-card p{opacity:.9;margin-bottom:40px;font-size:1.2rem;color:#fff!important}.contact-strip{border-top:1px solid #ffffff0d;padding:60px 0}.contact-info{flex-wrap:wrap;justify-content:space-around;gap:40px;display:flex}.contact-item span{text-transform:uppercase;color:var(--color-gold);letter-spacing:2px;font-size:.75rem;font-weight:700}.contact-item p{font-size:1.1rem;font-weight:600}.footer{padding:var(--section-spacing)0;background:var(--bg-primary);border-top:1px solid var(--border-subtle);text-align:center}.footer p{color:var(--text-secondary);letter-spacing:1px;opacity:.6;font-size:.9rem}.footer-grid-3{grid-template-columns:repeat(3,1fr)!important;gap:40px!important;width:100%!important;display:grid!important}.footer-col-equal{flex:0 0 100%!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important}.footer-social-icons{justify-content:center;align-items:center;gap:15px;display:flex}.footer-social-icons a{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;transition:all .3s;display:flex;color:#000!important}.footer-social-icons a:hover{background-color:#f0f0f0;transform:translateY(-3px);box-shadow:0 5px 15px #0000004d}.payment-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;background-color:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.payment-modal-content{text-align:center;background-color:#fff;border-radius:20px;max-width:90%;max-height:90vh;padding:30px;animation:.3s cubic-bezier(.175,.885,.32,1.275) scaleIn;position:relative;box-shadow:0 20px 40px #00000080}.payment-modal-close{color:#fff;cursor:pointer;background-color:#008cf7;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:all .2s;display:flex;position:absolute;top:-15px;right:-15px;box-shadow:0 4px 10px #0003}.payment-modal-close:hover{background-color:#0070c5;transform:scale(1.1)rotate(90deg)}.payment-modal-image-container{margin-bottom:20px}.payment-modal-image-container img{border-radius:10px;max-width:100%;max-height:60vh;display:block}.payment-modal-title{color:#000;font-size:1.5rem;font-weight:700}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.fa-x-twitter:before{content:""!important;vertical-align:middle!important;background-color:currentColor!important;width:1em!important;height:1em!important;display:inline-block!important;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E") 50% no-repeat!important;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E") 50% no-repeat!important}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;display:none}.mobile-menu-btn span{background:#fff;width:24px;height:2px;transition:all .3s}@media (max-width:992px){.navbar .container{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;display:grid}.nav-links,.nav-btn-compact,.nav-cta,.mobile-menu-btn{display:none!important}.nav-logo{grid-column:2;margin:0 auto}.nav-actions{grid-column:3;justify-content:flex-end}.theme-toggle{margin-left:auto}.hero h1{font-size:3.5rem}.split-layout{grid-template-columns:1fr;gap:40px}.story-text{text-align:center}.story-visuals{height:350px}.grid-container{grid-template-columns:repeat(2,1fr);height:auto}}@media (max-width:768px){.hero h1{font-size:2.8rem}.hero p{letter-spacing:2px;font-size:1rem}.cta-card h2{font-size:2.2rem}.section-title{font-size:2rem}}.delay-1{transition-delay:.2s}.delay-2{transition-delay:.4s}.vfd-nav-wrapper{display:none}@media (max-width:991px){.vfd-nav-wrapper{z-index:2147483647!important;pointer-events:none!important;width:100%!important;height:auto!important;display:block!important;position:fixed!important;bottom:20px!important;left:0!important;right:0!important}.cart-checkout-bar{flex-direction:column!important;padding-top:15px!important;padding-bottom:90px!important;display:flex!important}.cart-checkout-bar .d-flex.align-items-center.justify-content-between.flex-wrap.gap-3{justify-content:center!important;gap:15px!important}.cart-checkout-bar .d-flex.align-items-center .border-right{justify-content:center;align-items:center;gap:15px;display:flex;text-align:center!important;border-right:none!important;width:100%!important;margin-right:0!important;padding-right:0!important}.cart-checkout-bar span[style*="font-size: 13px"]{margin-bottom:0!important}.cart-checkout-bar strong[style*="font-size: 28px"]{font-size:20px!important}.cart-checkout-bar .d-flex.gap-2.flex-grow-1{justify-content:space-between!important;width:100%!important}.cart-checkout-bar a[href=\/shop],.cart-checkout-bar a[href=\/checkout]{flex:1!important;height:44px!important;padding:0 20px!important;font-size:12px!important}.cart-checkout-bar a[href=\/checkout] .fill-btn-normal,.cart-checkout-bar a[href=\/checkout] .fill-btn-hover{font-size:12px!important}@media (max-width:767px){.cart-checkout-bar{padding-bottom:120px!important}.coupon-all{flex-direction:column!important;align-items:stretch!important;gap:15px!important}.coupon-all .coupon,.coupon-all .coupon2{justify-content:stretch!important;width:100%!important}.coupon-all .coupon input{flex:1!important}.coupon-all .coupon button,.coupon-all .coupon2 button{width:100%!important}}.vfd-custom-nav{pointer-events:auto!important;-webkit-backdrop-filter:none!important;box-sizing:border-box!important;background:#0f1219!important;border:1px solid #ffffff14!important;border-radius:40px!important;justify-content:center!important;align-items:center!important;width:auto!important;max-width:350px!important;margin:0 auto!important;padding:8px 10px!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:0 15px 35px #000c,inset 0 1px #ffffff0d!important}.vfd-tab-item{text-align:center;flex-direction:column;flex:1;align-items:center;gap:4px;min-width:0;padding:4px 0;display:flex;position:relative;text-decoration:none!important}.vfd-icon-container{color:#fff6;font-size:18px;transition:all .4s cubic-bezier(.4,0,.2,1)}.vfd-cart-icon{display:inline-block;position:relative}.vfd-tab-item span{letter-spacing:.5px;text-transform:uppercase;color:#ffffff4d;margin-top:2px;font-size:10px;font-weight:600;transition:all .4s}.vfd-tab-item.active .vfd-icon-container{color:#3b82f6;filter:drop-shadow(0 0 8px #3b82f699);transform:translateY(-2px)}.vfd-tab-item.active span{color:#e2e8f0}.vfd-tab-badge{background:#ef4444;border:2px solid #0f0f14e6;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;display:flex;position:absolute;top:-6px;right:-10px;box-shadow:0 2px 4px #0006;color:#fff!important;text-transform:none!important;letter-spacing:normal!important;margin-top:0!important;font-size:9px!important;font-weight:700!important}}.vfd-custom-nav .tab-item{transition:all .3s}@media (max-width:991px){body{padding-bottom:75px!important}.footer-area{box-sizing:border-box!important;padding-left:20px!important;padding-right:20px!important}.footer-grid-3{grid-template-columns:1fr 1fr!important;gap:30px 15px!important;width:100%!important;margin:0!important;display:grid!important}.footer-widget-4,.footer-col-4,.footer-info-text,.footer-link ul li{overflow-wrap:break-word!important;word-wrap:break-word!important;box-sizing:border-box!important;width:100%!important;min-width:0!important;margin-bottom:0!important}.footer-info-item{align-items:flex-start!important;gap:12px!important;width:100%!important;margin-bottom:10px!important;display:flex!important}.footer-info-icon{flex-shrink:0!important;margin-right:0!important}.furniture-icon{width:36px!important;height:36px!important;font-size:14px!important;line-height:36px!important}.footer-info-text{flex-grow:1!important;min-width:0!important}.footer-info-text span,.footer-info-text a{overflow-wrap:break-word!important;word-wrap:break-word!important;white-space:normal!important;max-width:100%!important;font-size:13px!important;line-height:1.4!important;display:inline-block!important}.footer-copyright-wrapper{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:15px!important;padding:30px 20px!important;display:flex!important}.footer-payment,.footer-conditions ul{flex-wrap:wrap!important;justify-content:center!important;gap:10px!important;display:flex!important}}@media (min-width:576px) and (max-width:991px){.footer-area{padding-left:40px!important;padding-right:40px!important}}.home-light-override{--bg-primary:#fff;--bg-secondary:#f8f5f0;--bg-tertiary:#f5f5f5;--text-primary:#1a1a1a;--text-secondary:#555;--color-red:#444;--color-dark:#1a1a1a;--color-light:#fff;--color-gold:#a68756;--color-blue:#1a1a1a}.home-light-override .reveal-up{opacity:1!important;margin-bottom:20px!important;transform:translateY(0)!important}.home-light-override .hero-overlay{background:linear-gradient(#1a1a1a66,#1a1a1ab3)}.home-light-override .product-card{background:#fff;border:1px solid #eee;min-width:300px;box-shadow:0 10px 30px #00000008}.home-light-override .product-card:hover{background:#fdfdfd;border-color:#444}.home-light-override .product-info h3{color:#111;letter-spacing:.25px;margin-bottom:2px;font-weight:700;line-height:1.2;font-size:1.45rem!important}.home-light-override .product-info p{color:#555!important;font-size:1.1rem!important}.home-light-override .price{font-weight:700;color:#444!important;font-size:1.2rem!important}.home-light-override .section-title h2{color:#1a1a1a!important}.home-light-override .section-title p,.home-light-override .story-text p{color:#555!important}.home-light-override .btn-primary{margin-top:20px;padding:15px 40px;font-size:1.3rem;font-weight:800;color:#fff!important;background:#ff6b00!important;border-color:#ff6b00!important;border-radius:12px!important;transition:all .4s cubic-bezier(.165,.84,.44,1)!important}.home-light-override .btn-primary:hover{background:#e66000!important;border-color:#e66000!important;transform:translateY(-4px)!important;box-shadow:0 12px 24px #00000026!important}.home-light-override .btn-outline{color:#444!important;border-color:#444!important}.home-light-override .btn-outline:hover{color:#fff!important;background:#444!important}.home-light-override .btn-glass{color:#1a1a1a!important;background:#ffffffe6!important}.home-light-override .btn-glass:hover{color:#444!important;background:#fff!important}.home-light-override .hero h1,.home-light-override .hero p{text-shadow:0 2px 10px #00000080;color:#fff!important}.home-light-override .badge{color:#fff!important;background:#444!important}.home-light-override{font-family:inherit}.home-light-override .carousel-track{padding-bottom:20px}.home-light-override .carousel-buttons .btn-icon{color:#1a1a1a;background:#fff;border:1px solid #ddd}.home-light-override .carousel-buttons .btn-icon:hover{color:#fff;background:#444;border-color:#444}.home-light-override .story-text h2{line-height:1.2;font-size:2.8rem!important}.home-light-override .story-text p{margin-top:15px;line-height:1.5;font-size:1.4rem!important}.home-light-override .visual-layer img{object-position:top center!important}.home-light-override .limited-bar{color:#fff!important;background:#ff6b00!important}.home-light-override .cta-card{transform:scale(1.02);text-align:center!important;background:#008cf7!important;border:none!important;border-radius:40px!important;margin:40px 0!important;padding:80px 40px!important;box-shadow:0 20px 50px #0003!important}.home-light-override .cta-card .btn-large{color:#fff!important;text-transform:none!important;background-color:#ff6b00!important;border:none!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;height:auto!important;margin-top:20px!important;padding:15px 40px!important;font-size:1.3rem!important;font-weight:800!important;transition:all .4s cubic-bezier(.165,.84,.44,1)!important;display:inline-flex!important}.home-light-override .cta-card .btn-large:hover{background-color:#e66000!important;transform:translateY(-4px)!important;box-shadow:0 12px 24px #00000026!important}.home-light-override .cta-card h2,.home-light-override .cta-card p{color:#fff!important}.home-light-override .hero{background:url(/assets/images/soccer.webp) 50%/cover no-repeat}.home-light-override .layer-1{background:linear-gradient(45deg,#f5f5f5,#e0e0e0)}.home-light-override .layer-2{background:linear-gradient(-45deg,#444,#a31521)}@media (max-width:991px){.home-light-override .hero{padding-top:60px;height:60vh!important;min-height:500px!important}.home-light-override .btn-primary{padding:12px 30px;font-size:1.2rem}}@media (max-width:767px){.home-light-override .hero{padding-top:40px;height:50vh!important;min-height:400px!important}.home-light-override .hero h1{margin-bottom:5px;font-size:2.2rem!important}.home-light-override .hero p{letter-spacing:1px;margin-bottom:20px;font-size:.85rem!important}.home-light-override .btn-primary{margin-top:5px;padding:8px 20px;font-size:.9rem}}body .reveal-up,body .hero h1,body .hero p,body .cta-card h2,body .cta-card p,body .section-title h2,body .section-title p,body .product-info h3,body .product-info p,body .btn{opacity:1!important;visibility:visible!important;transform:none!important}body footer .footer-link ul{margin-left:0!important;padding-left:0!important;list-style:none!important}body footer .footer-link ul li{background:0 0!important;margin-bottom:12px!important;padding-left:20px!important;list-style:none!important;position:relative!important}body footer .footer-link ul li:before,body footer .footer-link ul li:after,body footer .footer-link ul li a:after{content:none!important;display:none!important}body footer .footer-link .list-icon{color:#fff!important;margin-right:10px!important;font-size:10px!important;transition:all .3s!important}body footer .footer-link a:hover .list-icon{color:#fff!important;transform:translate(3px)!important}footer ul,footer li{list-style:none!important}body footer a:hover,body footer .footer-link a:hover,body footer .footer-info-text a:hover,body footer .footer-conditions a:hover,body footer .furniture-clr-hover:hover{color:#fff!important;opacity:1!important;text-decoration:none!important}.form-floating-custom{flex-direction:column-reverse!important;display:flex!important;position:relative!important}.form-label-custom{pointer-events:none!important;z-index:1!important;background-color:#0000!important;margin-bottom:0!important;padding:0 8px!important;font-size:14px!important;font-weight:400!important;transition:all .2s ease-out!important;position:absolute!important;top:14px!important;left:20px!important}.form-control:focus~.form-label-custom,.form-control:not(:placeholder-shown)~.form-label-custom{color:#444!important;opacity:1!important;z-index:5!important;background-color:#fff!important;font-size:13px!important;font-weight:600!important;top:-10px!important;left:15px!important}.form-control::placeholder{color:#0000!important}.form-control:focus{background-color:#fff!important;border-color:#444!important;box-shadow:0 0 0 4px #0000000d!important}
