@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";.App{text-align:center}html{scroll-behavior:smooth}@keyframes pixelatedReveal{0%{filter:blur(20px) contrast(300%) saturate(0%);opacity:0;transform:scale(1.1)}25%{filter:blur(15px) contrast(250%) saturate(25%);opacity:.3;transform:scale(1.05)}50%{filter:blur(10px) contrast(200%) saturate(50%);opacity:.6;transform:scale(1.02)}75%{filter:blur(5px) contrast(150%) saturate(75%);opacity:.8;transform:scale(1.01)}to{filter:blur(0) contrast(100%) saturate(100%);opacity:1;transform:scale(1)}}.pixelated-effect{animation:pixelatedReveal 1s ease-out}.watermark-overlay{position:relative;transition:all .3s ease}.watermark-overlay:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/images/watermark.png);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.3;pointer-events:none;z-index:1;transition:opacity .15s ease}.navigation{background-color:#000;padding:0;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100;pointer-events:none}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;position:relative;min-height:40px;pointer-events:none}.nav-container>*{pointer-events:auto}.nav-brand{display:flex;align-items:center;justify-content:center;position:absolute;left:50%;transform:translate(-50%);z-index:10;gap:1rem}.nav-brand a{text-decoration:none;display:block}.nav-logo{height:60px;width:auto;max-width:500px}.nav-text{display:none;flex-direction:row;align-items:center;justify-content:center;font-family:Bebas Neue,sans-serif;color:#fff;line-height:1;transform:translateY(3px) translate(-8px)}.nav-text-line{font-size:3.5rem;font-weight:400;letter-spacing:.05em}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:.75rem;position:absolute;right:2rem;z-index:5}.nav-menu li a{text-decoration:none;color:#fff;font-weight:500;font-size:.9rem;padding:.5rem .75rem;transition:color .3s ease;display:inline-block;vertical-align:middle}.nav-menu li a:hover{color:#9f2fff}.hamburger-btn{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:20;position:absolute;left:1rem;top:50%;transform:translateY(-50%)}.hamburger-line{width:25px;height:3px;background-color:#fff;transition:all .3s ease;transform-origin:center}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.desktop-menu{display:flex}.mobile-menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10;animation:fadeIn .1s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background-color:#a0a0a0;flex-direction:column;padding:1rem;box-shadow:0 4px 6px #0000001a;transform:translateY(-100%);opacity:0;transition:all .3s ease;z-index:15}.mobile-menu.open{transform:translateY(0);opacity:1}.mobile-menu li{margin:.25rem 0}.mobile-menu li a{display:block;padding:.75rem 1rem;border-radius:8px;transition:background-color .3s ease}.mobile-menu li a:hover{background-color:#9f2fff33}.shop-item{position:relative}.shop-toggle{background:none;border:none;color:#fff;font-size:.9rem;font-weight:500;padding:.5rem .75rem;cursor:pointer;display:inline-block;vertical-align:middle;text-decoration:none;border-radius:8px;transition:background-color .3s ease;position:relative}.shop-toggle:hover{background-color:#9f2fff33}.dropdown-arrow{font-size:.8rem;transition:transform .3s ease;margin-left:.5rem}.dropdown-arrow.open{transform:rotate(45deg)}.shop-dropdown{list-style:none;margin:0;padding:0;background-color:transparent;border-radius:8px;margin-top:.5rem;max-height:0;overflow:hidden;transition:max-height .3s ease}.shop-dropdown.open{max-height:200px;background-color:#ffffff0d}.shop-dropdown li{margin:0}.shop-dropdown li a{padding:.5rem 1rem .5rem 2rem;font-size:.85rem;border-radius:0;border-bottom:1px solid rgba(255,255,255,.1)}.shop-dropdown li:last-child a{border-bottom:none}@media (min-width: 769px){.shop-item{position:relative}.shop-toggle{background:none;border:none;color:#fff;font-size:1rem;cursor:pointer;padding:.5rem .75rem;display:inline-block;vertical-align:middle;text-decoration:none;font-weight:500}.shop-dropdown{position:absolute;top:100%;left:0;min-width:180px;background-color:transparent;border:none;border-radius:8px;box-shadow:none;z-index:1000}.shop-dropdown.open{background-color:#000000e6;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000004d}.shop-item:hover .shop-dropdown{background-color:#000000e6;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000004d;max-height:200px}.shop-dropdown li a{padding:.75rem 1rem;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.1);display:block;transition:background-color .2s ease}.shop-dropdown li a:hover{background-color:#ffffff1a}}.main-content{min-height:calc(100vh - 40px)}.featured-items{padding:4rem 0;background-color:#f8f9fa}.gender-categories{padding:4rem 0;background-color:#fff}.tshirts-collection{padding:4rem 0;background-color:#000}.tshirts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:100%}.tshirts-grid .product-card{min-width:unset;width:100%;background:#2a2a2a}.tshirts-grid .product-image{background-color:#a0a0a0}.tshirts-grid .product-hover-image{background-color:#000}@media (min-width: 1025px){.tshirts-grid{grid-template-columns:repeat(3,1fr)!important;grid-template-rows:unset!important;max-width:1400px;margin:0 auto;justify-content:center}}.hoodies-collection{padding:4rem 0;background-color:#000}.hoodies-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:100%}@media (max-width: 768px){.hoodies-grid{grid-template-columns:1fr;gap:1.5rem;max-width:100%}.hoodies-grid .product-card{max-width:500px;margin:0 auto}}.hoodies-grid .product-card{min-width:unset;width:100%;background:#2a2a2a}.hoodies-grid .product-image{background-color:#a0a0a0}.hoodies-grid .product-image img{transform:scale(1.3);object-position:center}@media (max-width: 768px){.hoodies-grid .product-image img{transform:scale(1.1);object-position:center}}@media (max-width: 480px){.hoodies-grid .product-image img{transform:scale(1.2);object-position:center}}.hoodies-grid .product-hover-image{background-color:#000}@media (min-width: 1025px){.hoodies-grid{grid-template-columns:repeat(3,1fr)!important;grid-template-rows:unset!important;max-width:1400px;margin:0 auto;justify-content:center}}.shop-collection{padding:4rem 0;background-color:#000}.shop-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:100%}@media (max-width: 768px){.shop-grid{grid-template-columns:1fr;gap:1.5rem;max-width:100%}.shop-grid .product-card{max-width:500px;margin:0 auto}.shop-grid .product-image{height:250px}}.shop-grid .product-card{min-width:unset;width:100%;background:#2a2a2a;display:flex;flex-direction:column}.shop-grid .product-image{background-color:#a0a0a0;height:300px;overflow:hidden;display:flex;align-items:center;justify-content:center}.shop-grid .product-image img{transform:scale(1.3);object-position:center}@media (max-width: 768px){.shop-grid .product-image img{transform:scale(1.1);object-position:center}}@media (max-width: 480px){.shop-grid .product-image img{transform:scale(1.2);object-position:center}}.shop-grid .product-hover-image{background-color:#000}.shop-grid .product-info{padding:1rem}.shop-grid .product-card[data-category=tshirt] .product-image .product-primary-image{transform:scale(.8);object-position:center}.shop-grid .product-card[data-category=tshirt] .product-image .product-hover-image{transform:scale(1);object-position:center}@media (max-width: 768px){.shop-grid .product-card[data-category=tshirt] .product-image .product-primary-image{transform:scale(.7);object-position:center}}@media (max-width: 480px){.shop-grid .product-card[data-category=tshirt] .product-image .product-primary-image{transform:scale(.75);object-position:center}.shop-grid .product-image{height:220px}}@media (min-width: 1025px){.shop-grid{grid-template-columns:repeat(3,1fr)!important;grid-template-rows:unset!important;max-width:1400px;margin:0 auto;justify-content:center}}@media (min-width: 1400px){.shop-grid{grid-template-columns:repeat(4,1fr)!important}}.shop-collection .section-title{color:#fff}.shop-header{display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.shop-controls{display:flex;align-items:center;gap:1.5rem}.product-count{color:#fff;font-size:.9rem;font-weight:500}.filter-btn{background:transparent;color:#fff;border:2px solid #ffffff;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;position:relative;overflow:hidden}.filter-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff;transition:left .3s ease;z-index:-1}.filter-btn:hover{color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}.filter-btn:hover:before{left:0}.filter-icon{font-size:1rem;transition:transform .3s ease}.filter-btn:hover .filter-icon{transform:rotate(90deg)}.filter-container{position:relative}.filter-count{background:#ff6b6b;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;margin-left:.5rem}.filter-dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;padding:1.5rem;min-width:280px;z-index:1000;margin-top:.5rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-dropdown-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e0e0e0}.filter-dropdown-header h3{margin:0;color:#000;font-size:1.1rem;font-weight:600}.clear-filters-btn{background:none;border:none;color:#666;font-size:.85rem;cursor:pointer;text-decoration:underline;transition:color .2s ease}.clear-filters-btn:hover{color:#000}.filter-options{display:flex;flex-direction:column;gap:.75rem}.filter-option{display:flex;align-items:center;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease}.filter-option:hover{background-color:#f8f9fa}.filter-option input[type=checkbox]{margin:0;margin-right:.75rem;width:16px;height:16px;accent-color:#000000}.filter-option-text{color:#000;font-size:.9rem;font-weight:500;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.filter-dropdown{right:-50px;min-width:250px}}@media (max-width: 768px){.shop-controls{flex-direction:column;gap:1rem}.filter-btn{padding:.6rem 1.2rem;font-size:.85rem}}.featured-items .product-image .product-primary-image{background-color:#a0a0a0}.tshirts-collection .section-title,.hoodies-collection .section-title{color:#fff}.fan-favorites{padding:4rem 0;background-color:#000}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;font-size:2.5rem;color:#333;margin-bottom:3rem;font-weight:600}.products-grid{display:flex;gap:2rem;max-width:100%;margin:0 auto;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.carousel-wrap{position:relative}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:#00000080;color:#fff;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.carousel-arrow.left{left:-8px}.carousel-arrow.right{right:-8px}.carousel-arrow:hover{background:#000000b3}.products-grid::-webkit-scrollbar{height:8px}.products-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.products-grid::-webkit-scrollbar-thumb{background:#1b1f3b;border-radius:4px}.products-grid::-webkit-scrollbar-thumb:hover{background:#2a2f4a}.scroll-indicator{display:flex;flex-direction:column;align-items:center;margin-top:2rem;gap:.5rem}.scroll-indicator-bar{width:200px;height:4px;background-color:#e9ecef;border-radius:2px;position:relative;overflow:hidden}.scroll-indicator-slider{width:60px;height:100%;background-color:#1b1f3b;border-radius:2px;position:absolute;left:0;top:0;animation:scrollSlide 2s ease-in-out infinite}@keyframes scrollSlide{0%{left:0}50%{left:calc(100% - 60px)}to{left:0}}.scroll-indicator-text{color:#666;font-size:.9rem;font-weight:500;margin:0;text-align:center}@media (max-width: 768px){.products-grid::-webkit-scrollbar{display:none}}.template-products-grid{display:flex;gap:2rem;max-width:100%;margin:0 auto;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.template-products-grid::-webkit-scrollbar{height:8px}.template-products-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.template-products-grid::-webkit-scrollbar-thumb{background:#1b1f3b;border-radius:4px}.template-products-grid::-webkit-scrollbar-thumb:hover{background:#2a2f4a}.template-product-card{background:#000;border-radius:0;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #333;display:flex;flex-direction:column;height:100%;min-width:350px;flex-shrink:0;position:relative;z-index:1}.template-product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.template-product-image{width:100%;height:500px;background-color:#000;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.template-product-image img{width:100%;height:100%;object-fit:contain;transition:opacity .3s ease}.template-product-primary-image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1}.template-product-hover-image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.template-product-card:hover .template-product-primary-image{opacity:0}.template-product-card:hover .template-product-hover-image{opacity:1}.template-product-info{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.template-product-title{font-size:1.25rem;font-weight:800;color:#fff;margin-bottom:.5rem}.template-product-description{color:#666;line-height:1.5;font-size:.9rem;margin-bottom:1rem;flex-grow:1}.template-product-price{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.template-add-to-cart-btn{background-color:#fff;color:#000;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease;width:100%}.template-add-to-cart-btn:hover{background-color:#f0f0f0}.template-add-to-cart-btn:active{transform:scale(.98)}.template-scroll-indicator{display:flex;flex-direction:column;align-items:center;margin-top:2rem;gap:.5rem}.template-scroll-indicator-bar{width:200px;height:4px;background-color:#e9ecef;border-radius:2px;position:relative;overflow:hidden}.template-scroll-indicator-slider{width:60px;height:100%;background-color:#1b1f3b;border-radius:2px;position:absolute;left:0;top:0;animation:scrollSlide 2s ease-in-out infinite}.template-scroll-indicator-text{color:#666;font-size:.9rem;font-weight:500;margin:0;text-align:center}@media (max-width: 768px){.template-products-grid::-webkit-scrollbar{display:none}}.product-detail-page{padding:0;min-height:calc(100vh - 40px)}.product-detail-main-section{padding:6rem 0 2rem;background:linear-gradient(to bottom,#fff,#2a2a2a,#000 50%)}.product-detail-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-detail-gallery{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:2}.product-detail-thumbnails{order:1}.product-detail-main-image{order:2;width:100%;height:600px;background-color:transparent;border-radius:12px;overflow:hidden;position:relative;cursor:pointer;transition:all .3s ease;touch-action:pan-y;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.product-detail-main-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease;pointer-events:none}.current-image,.next-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.current-image.slide-out-left{animation:slideOutLeft .3s ease-in-out forwards}.current-image.slide-out-right{animation:slideOutRight .3s ease-in-out forwards}@keyframes slideOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.next-image{pointer-events:none}.next-image.slide-in-left{animation:slideInFromRight .3s ease-in-out}.next-image.slide-in-right{animation:slideInFromLeft .3s ease-in-out}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.product-detail-main-image:before{content:"← Swipe to browse →";position:absolute;bottom:10px;left:50%;transform:translate(-50%);background-color:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;font-size:.8rem;font-weight:500;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:10}.product-detail-main-image:hover:before{opacity:1}@media (max-width: 768px){.product-detail-main-image:before{content:"← Swipe →";font-size:.7rem;padding:6px 12px}}.product-detail-main-image:hover{transform:translateY(-8px)}.product-detail-main-image:hover img{transform:scale(1.05)}.product-detail-thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0;justify-content:center}.product-detail-thumbnail{width:80px;height:80px;background-color:transparent;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid rgba(255,255,255,.1);transition:all .3s ease;flex-shrink:0;box-shadow:0 4px 8px #0003}.product-detail-thumbnail:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000004d;border-color:#ffffff4d}.product-detail-thumbnail.active{border-color:#fff;box-shadow:0 8px 16px #fff3;transform:translateY(-2px)}.product-detail-thumbnail img{width:100%;height:100%;object-fit:cover}.product-detail-info{display:flex;flex-direction:column;gap:1.5rem}.product-detail-title{font-size:2.5rem;font-weight:800;color:#fff;margin:0;line-height:1.2}.product-detail-price{font-size:2rem;font-weight:700;color:#fff;margin:0}.product-detail-description{font-size:1.1rem;line-height:1.6;color:#ccc;margin:0}.product-detail-sizes{display:flex;flex-direction:column;gap:1rem}.product-detail-sizes h3{display:none}.size-options{display:flex;flex-wrap:wrap;gap:.75rem}.size-option{padding:.75rem 1.5rem;border:2px solid #555;background-color:#333;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;border-radius:4px;min-width:50px;text-align:center}.size-option:hover{border-color:#fff;background-color:#555}.size-option.selected{border-color:#fff;background-color:#fff;color:#000}.size-option.unavailable{border-color:#333;background-color:#222;color:#666;cursor:not-allowed;text-decoration:line-through}.product-detail-colors{display:flex;flex-direction:column;gap:1rem}.product-detail-colors h3{display:none}.color-options{display:flex;flex-wrap:wrap;gap:.75rem}.color-option{padding:.75rem 1.5rem;border:2px solid #555;background-color:#333;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;border-radius:4px;min-width:80px;text-align:center}.color-option:hover{border-color:#fff;background-color:#555}.color-option.selected{border-color:#fff;background-color:#fff;color:#000}.color-option.unavailable{border-color:#333;background-color:#222;color:#666;cursor:not-allowed;text-decoration:line-through}.product-detail-actions{display:flex;flex-direction:column;gap:1rem}.product-detail-add-to-cart{background-color:#22c55e;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:background-color .3s ease;width:100%}.product-detail-add-to-cart:hover{background-color:#16a34a}.product-detail-add-to-cart:disabled{background-color:#ccc;cursor:not-allowed}.product-detail-secondary-actions{display:flex;gap:1rem}.product-detail-share{flex:1;padding:.75rem 1rem;border:2px solid #e9ecef;background-color:#fff;color:#1b1f3b;font-weight:600;cursor:pointer;transition:all .3s ease;border-radius:4px;text-align:center}.product-detail-share:hover{border-color:#1b1f3b;background-color:#f8f9fa}.product-detail-specs{background-color:#ffffff1a;padding:1.5rem;border-radius:8px;border:1px solid #555}.product-detail-specs h3{font-size:1.2rem;font-weight:600;color:#fff;margin:0 0 1rem}.spec-list{list-style:none;padding:0;margin:0}.spec-list li{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f1f1f1}.spec-list li:last-child{border-bottom:none}.spec-label{font-weight:600;color:#fff}.spec-value{color:#ccc}.recommended-section{background-color:#f8f9fa;padding:4rem 0;margin-top:2rem}.recommended-container{max-width:1200px;margin:0 auto;padding:0 2rem}.recommended-title{font-size:2rem;font-weight:700;color:#1b1f3b;text-align:center;margin-bottom:3rem}.recommended-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}@media (min-width: 1200px){.recommended-grid{grid-template-columns:33.333% 33.333% 33.333%!important;display:grid!important}}@media (min-width: 1000px){.recommended-grid{grid-template-columns:repeat(3,1fr)!important}}@media (min-width: 768px){.recommended-grid{grid-template-columns:repeat(3,1fr)!important}}@media (min-width: 1200px){.fan-favorites-grid{grid-template-columns:repeat(3,1fr)!important;grid-template-rows:unset!important;max-width:1400px!important;gap:2.5rem!important}.fan-favorites-grid .product-card{min-width:unset!important;width:400px!important;max-width:400px!important;margin:0 auto!important}.fan-favorites-grid .product-image{height:450px!important}.fan-favorites-grid .product-image{background-color:#a0a0a0!important}.fan-favorites-grid .product-hover-image{background-color:#000!important}.fan-favorites-grid .product-image img{object-fit:contain!important}.fan-favorites-grid .product-info{padding:1.5rem!important}.fan-favorites-grid .product-title{font-size:1.3rem!important;font-weight:700!important}.fan-favorites-grid .product-price{font-size:1.4rem!important;font-weight:800!important}.fan-favorites-grid .add-to-cart-btn{padding:1rem 2rem!important;font-size:1.1rem!important;font-weight:600!important}}@media (min-width: 1025px){.product-detail-main-section{padding:0rem 0 2rem}.product-detail-container{display:grid;grid-template-columns:1fr 760px;grid-template-areas:"title       gallery" "price       gallery" "colors      gallery" "sizes       gallery" "actions     gallery" "specs       gallery" "description gallery";gap:1.25rem 2rem;align-items:start;max-width:1400px;margin:0 auto;padding:.5rem 1rem 0}.product-detail-gallery{grid-area:gallery;display:grid;grid-template-areas:"main" "thumbs";align-items:center;width:100%}.product-detail-main-image{grid-area:main;height:650px;width:100%;max-width:720px;margin:1rem 0 0 auto}.product-detail-thumbnails{grid-area:thumbs;display:flex;flex-direction:row;gap:1rem;justify-content:center;margin-top:1rem;width:100%;max-width:720px;margin-left:auto}.product-detail-thumbnail{width:80px;height:80px}.product-detail-info{width:100%;max-width:800px;margin:0 auto 0 0;text-align:left}.product-detail-title{grid-area:title}.product-detail-price{grid-area:price}.product-detail-colors{grid-area:colors}.product-detail-sizes{grid-area:sizes}.product-detail-actions{grid-area:actions}.product-detail-specs{grid-area:specs}.product-detail-description{grid-area:description}.product-detail-description{order:3;width:100%;max-width:520px;margin:2rem auto 0 0;text-align:left}.product-detail-title{position:static!important;color:#000!important;margin:0 0 .5rem;align-self:flex-start;text-align:left}.product-detail-specs{width:100%;max-width:520px;margin:1.25rem auto 0 0}.product-detail-add-to-cart{padding:.4rem .6rem!important;font-size:.8rem!important;min-height:auto!important;width:auto!important;max-width:100px!important;background-color:#22c55e!important;color:#fff!important}.product-detail-add-to-cart:disabled{background-color:#86efac!important;color:#134e4a!important}.product-detail-secondary-actions button{padding:.5rem .4rem!important;font-size:.75rem!important;min-height:auto!important;width:auto!important;max-width:80px!important}.size-option{padding:.3rem .5rem!important;font-size:.75rem!important;min-height:auto!important;width:auto!important;max-width:50px!important}}@media (min-width: 1025px){.product-detail-page[data-category=hoodie] .product-detail-main-image{height:auto;max-height:70vh;max-width:900px;min-height:600px}.product-detail-page[data-category=hoodie] .product-detail-container{grid-template-columns:1fr 900px;max-width:1500px}.product-detail-page[data-category=hoodie] .product-detail-gallery{max-width:900px}.product-detail-page[data-category=hoodie] .product-detail-thumbnails{max-width:900px;margin-top:5rem}.product-detail-page[data-category=hoodie] .product-detail-info,.product-detail-page[data-category=hoodie] .product-detail-title{margin-top:2rem}.product-detail-page[data-category=hoodie] .product-detail-price,.product-detail-page[data-category=hoodie] .product-detail-colors,.product-detail-page[data-category=hoodie] .product-detail-sizes,.product-detail-page[data-category=hoodie] .product-detail-actions{margin-top:1.5rem}}.recommended-product{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.recommended-product:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.recommended-product-image{width:100%;height:200px;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden}.recommended-product-image img{width:100%;height:100%;object-fit:contain}.recommended-product-info{padding:1rem}.recommended-product-title{font-size:1.1rem;font-weight:600;color:#1b1f3b;margin-bottom:.5rem}.recommended-product-price{font-size:1.2rem;font-weight:700;color:#1b1f3b}.product-card{background:#000;border-radius:0;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #333;display:flex;flex-direction:column;height:100%;min-width:350px;flex-shrink:0;position:relative;z-index:1}.product-card-link{display:block;text-decoration:none;color:inherit;width:100%;height:100%}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.product-image{width:100%;height:500px;background-color:#000;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:contain;transition:opacity .3s ease}.recommended-grid .product-image{background-color:#a0a0a0}.recommended-grid .product-hover-image{background-color:#000}.product-primary-image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1}.product-hover-image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.product-card:hover .product-primary-image{opacity:0}.product-card:hover .product-hover-image{opacity:1}.product-info{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.product-title{font-size:1.25rem;font-weight:800;color:#fff;margin-bottom:.5rem}.product-description{color:#666;line-height:1.5;font-size:.9rem;margin-bottom:1rem;flex-grow:1}.product-price{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.add-to-cart-btn{background-color:#4caf50;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease;width:100%;font-size:.9rem}.add-to-cart-btn:hover{background-color:#45a049}.add-to-cart-btn:active{transform:scale(.98)}.product-actions{display:flex;gap:.75rem;margin-top:1rem}.view-product-btn{background-color:#fff;color:#000;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease;text-decoration:none;display:inline-block;text-align:center;flex:1}.view-product-btn:hover{background-color:#f0f0f0;color:#000;text-decoration:none}.view-product-btn:active{transform:scale(.98)}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:800px;margin:0 auto}.category-card{background:#fff;border-radius:0;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e9ecef;display:flex;flex-direction:column;height:100%}.category-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.category-image{width:100%;height:260px;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden}.category-image img{width:100%;height:100%;object-fit:cover}.category-info{padding:1rem;flex-grow:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.category-title{font-size:1.8rem;font-weight:700;color:#1b1f3b;margin-bottom:1rem;font-family:Bebas Neue,sans-serif;letter-spacing:.05em}.category-btn{background-color:#000;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .3s ease;width:100%;max-width:200px}.category-btn:hover{background-color:#333}.category-btn:active{transform:scale(.98)}.fan-favorites-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,auto);gap:2rem;max-width:1000px;margin:0 auto}.fan-favorites-grid .product-card{min-width:unset;width:100%;background:#2a2a2a}.fan-favorites .section-title{color:#fff}@media (hover: none) and (pointer: coarse){.product-card:hover{transform:none;box-shadow:0 4px 6px #0000001a}.product-card:active{transform:scale(.98);box-shadow:0 2px 4px #0000001a}.nav-menu li a:hover{color:#fff}.nav-menu li a:active{color:#646cff}}@media (max-width: 768px){.nav-container{padding:1rem;flex-direction:row;justify-content:center;position:relative;pointer-events:none}.hamburger-btn{display:flex}.desktop-menu,.mobile-menu{display:none}.mobile-menu.open{display:flex}.nav-brand{position:static;transform:none;order:2}.nav-logo{height:50px}.nav-text{display:flex}.nav-text-line{font-size:3rem}.App-header{min-height:20vh}.hero-image{height:100%!important;object-fit:cover!important;opacity:0;animation:fadeInHero 1s ease-in-out forwards}.App-header{min-height:35vh!important}.products-grid{gap:1rem;padding:0 1rem;scroll-snap-type:x mandatory;scroll-padding:0 1rem}.product-card{min-width:calc(85vw - 1.5rem);max-width:calc(85vw - 1.5rem);scroll-snap-align:start}.product-card:hover{opacity:1}.product-card{border-radius:0}.product-image{height:400px}.product-info{padding:1rem}.product-title{font-size:1rem}.product-description{font-size:.8rem;line-height:1.4}.product-price{font-size:1.2rem}.add-to-cart-btn{padding:.6rem 1rem;font-size:.9rem}.featured-items{padding:2rem 0}.section-title{font-size:1.8rem;margin-bottom:2rem}.container{padding:0 1rem}.scroll-indicator{margin-top:1.5rem}.scroll-indicator-bar{width:150px;height:3px}.scroll-indicator-slider{width:45px}.scroll-indicator-text{font-size:.8rem}.gender-categories{padding:2rem 0}.categories-grid{grid-template-columns:1fr;gap:1.5rem;max-width:100%}.category-card{border-radius:0}.category-image{height:190px}.category-info{padding:.75rem}.category-title{font-size:1.5rem}.category-description{font-size:.9rem;margin-bottom:1.5rem}.category-btn{padding:.75rem 1.5rem;font-size:.9rem}.tshirts-collection{padding:2rem 0}.tshirts-grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:100%}.tshirts-grid .product-card{min-width:unset;width:100%;background:#2a2a2a;opacity:1}.tshirts-grid .product-image{height:250px}.tshirts-grid .product-info{padding:.75rem}.tshirts-grid .product-title{font-size:.9rem}.tshirts-grid .product-description{font-size:.75rem;line-height:1.3;margin-bottom:.75rem}.tshirts-grid .product-price{font-size:1rem;margin-bottom:.75rem}.tshirts-grid .add-to-cart-btn{padding:.6rem 1rem;font-size:.9rem}.fan-favorites{padding:2rem 0}.fan-favorites-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,auto);gap:1rem;max-width:100%}.fan-favorites-grid .product-card{min-width:unset;width:100%;background:#2a2a2a;opacity:1}.fan-favorites-grid .product-image{height:250px}.fan-favorites-grid .product-info{padding:.75rem}.fan-favorites-grid .product-title{font-size:.9rem}.fan-favorites-grid .product-description{font-size:.75rem;line-height:1.3;margin-bottom:.75rem}.fan-favorites-grid .product-price{font-size:1rem;margin-bottom:.75rem}.fan-favorites-grid .add-to-cart-btn{padding:.6rem 1rem;font-size:.9rem}.template-products-grid{gap:1rem;padding:0 1rem;scroll-snap-type:x mandatory;scroll-padding:0 1rem}.template-product-card{min-width:calc(85vw - 1.5rem);max-width:calc(85vw - 1.5rem);scroll-snap-align:start}.template-product-card:hover{opacity:1}.template-product-image{height:300px}.template-product-info{padding:1rem}.template-product-title{font-size:1rem}.template-product-description{font-size:.8rem;line-height:1.4}.template-product-price{font-size:1.2rem}.template-add-to-cart-btn{padding:.6rem 1rem;font-size:.9rem}.template-scroll-indicator{margin-top:1.5rem}.template-scroll-indicator-bar{width:150px;height:3px}.template-scroll-indicator-slider{width:45px}.template-scroll-indicator-text{font-size:.8rem}.product-detail-main-section{padding:0 0 1rem}.product-detail-page{padding:.25rem 0}.product-detail-container{grid-template-columns:1fr;gap:1rem;padding:0 .75rem}.product-detail-main-image{height:500px;order:1}.product-detail-page[data-category=hoodie] .product-detail-main-image{height:600px;margin-top:-2rem}.product-detail-page[data-category=hoodie] .product-detail-main-image img{transform:scale(1.3);object-position:center}.product-detail-thumbnails{order:2;gap:.5rem;margin-top:-6rem;margin-bottom:0;justify-content:center}.product-detail-thumbnail{width:70px;height:70px}.product-detail-title{font-size:1.8rem}.product-detail-specs{order:2;margin-top:-.5rem}.product-detail-description{order:3;margin-top:.5rem}.product-detail-price{font-size:1.5rem}.product-detail-description{font-size:1rem}.size-options{gap:.5rem}.size-option{padding:.6rem 1rem;font-size:.9rem;min-width:45px}.product-detail-add-to-cart{padding:.8rem 1.5rem;font-size:1rem}.product-detail-secondary-actions{flex-direction:column;gap:.75rem}.product-detail-share{padding:.6rem 1rem;font-size:.9rem}.product-detail-specs{padding:1rem}.product-detail-specs h3{font-size:1.1rem}.product-detail-title{text-align:left;margin-bottom:.5rem}.product-detail-price{text-align:left;margin-bottom:1rem}}@media (max-width: 480px){.nav-container{padding:.75rem;pointer-events:none}.nav-logo{height:40px}.nav-text-line{font-size:2.5rem}.hamburger-btn{width:25px;height:25px}.hamburger-line{width:20px;height:2px}.mobile-menu li a{font-size:.9rem;padding:.5rem .75rem}.App-header{min-height:20vh!important}.products-grid{gap:.75rem;scroll-snap-type:x mandatory;scroll-padding:0 .75rem}.product-card{min-width:calc(80vw - .75rem);max-width:calc(80vw - .75rem);scroll-snap-align:start}.product-card:hover{opacity:1}.product-image{height:350px}.product-info{padding:.5rem}.product-title{font-size:.8rem;line-height:1.2}.product-description{font-size:.7rem;line-height:1.3;margin-bottom:.5rem}.product-price{font-size:1rem;margin-bottom:.75rem}.add-to-cart-btn,.view-product-btn{padding:.5rem .75rem;font-size:.8rem}.product-actions{gap:.5rem;margin-top:.75rem}.section-title{font-size:1.5rem}.scroll-indicator{margin-top:1rem}.scroll-indicator-bar{width:120px;height:2px}.scroll-indicator-slider{width:35px}.scroll-indicator-text{font-size:.75rem}.gender-categories{padding:1.5rem 0}.categories-grid{gap:1rem}.category-image{height:150px}.category-info{padding:.5rem}.category-title{font-size:1.3rem}.category-description{font-size:.8rem;margin-bottom:1rem}.category-btn{padding:.6rem 1rem;font-size:.8rem}.tshirts-collection{padding:1.5rem 0}.tshirts-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.tshirts-grid .product-card{min-width:unset;width:100%;background:#2a2a2a;opacity:1}.tshirts-grid .product-image{height:200px}.tshirts-grid .product-info{padding:.5rem}.tshirts-grid .product-title{font-size:.8rem}.tshirts-grid .product-description{font-size:.7rem;line-height:1.2;margin-bottom:.5rem}.tshirts-grid .product-price{font-size:.9rem;margin-bottom:.5rem}.tshirts-grid .add-to-cart-btn{padding:.6rem 1rem;font-size:.9rem}.fan-favorites{padding:1.5rem 0}.fan-favorites-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,auto);gap:.75rem}.fan-favorites-grid .product-card{min-width:unset;width:100%;background:#2a2a2a;opacity:1}.fan-favorites-grid .product-image{height:200px}.fan-favorites-grid .product-info{padding:.5rem}.fan-favorites-grid .product-title{font-size:.8rem}.fan-favorites-grid .product-description{font-size:.7rem;line-height:1.2;margin-bottom:.5rem}.fan-favorites-grid .product-price{font-size:.9rem;margin-bottom:.5rem}.fan-favorites-grid .add-to-cart-btn{padding:.6rem 1rem;font-size:.9rem}.template-products-grid{gap:1rem;scroll-snap-type:x mandatory;scroll-padding:0 1rem}.template-product-card{min-width:calc(80vw - 1.5rem);max-width:calc(80vw - 1.5rem);scroll-snap-align:start}.template-product-card:hover{opacity:1}.template-product-image{height:350px}.template-product-info{padding:.75rem}.template-product-title{font-size:.9rem}.template-product-description{font-size:.75rem}.template-product-price{font-size:1.1rem}.template-add-to-cart-btn{padding:.5rem .75rem;font-size:.8rem}.template-scroll-indicator{margin-top:1rem}.template-scroll-indicator-bar{width:120px;height:2px}.template-scroll-indicator-slider{width:35px}.template-scroll-indicator-text{font-size:.75rem}.product-detail-title,.product-detail-price{text-align:left}}@media (min-width: 769px) and (max-width: 1024px){.products-grid{gap:1.5rem}.product-card{min-width:260px}.product-image{height:220px}.fan-favorites-grid,.template-products-grid{gap:1.5rem}.template-product-card{min-width:260px}.template-product-image{height:220px}}@media (min-width: 1025px){.products-grid{gap:2rem}.product-card{min-width:380px}.product-image{height:380px}.template-products-grid{gap:2rem}.template-product-card{min-width:380px}.template-product-image{height:380px}}@media (min-width: 1270px){.container,.recommended-container{max-width:1640px}.categories-grid{gap:3rem;max-width:1400px}.category-card{border-width:2px}.category-image{height:340px}.category-title{font-size:2.4rem;font-weight:800}.category-btn{padding:1.125rem 2.25rem;font-size:1.125rem}}.App-header{background-color:#dadbe4;padding:0;color:#333;min-height:60vh;position:relative;overflow:hidden;margin:0}.hero-image-container{width:100%;height:100%;position:absolute;top:0;left:0}.hero-image{width:100%;height:100%;object-fit:cover;display:block;opacity:0;animation:fadeInHero 1s ease-in-out forwards}.hero-background{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.cinematic-background{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;opacity:0;animation:fadeInHero 1s ease-in-out forwards}@keyframes fadeInHero{0%{opacity:0}to{opacity:1}}@media (min-width: 769px){.hero-background{display:none!important}.App-header{background-color:#dadbe4;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);padding:20px}}.card{padding:2em}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}code{background-color:#f4f4f4;padding:2px 4px;border-radius:4px;color:#333}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;margin:0;padding:0;text-align:center;overflow-x:hidden}
