.bw-store{--red:#f11920;--black:#080808;--gray:#f3f4f5;--line:#dedfe2;--text:#151515;font-family:Arial,Helvetica,sans-serif;color:var(--text);max-width:1380px;margin:0 auto;background:#fff}.bw-store *{box-sizing:border-box}.bw-store a{text-decoration:none}.bw-topbar{height:82px;display:flex;align-items:center;padding:8px 28px;background:var(--black);color:#fff;gap:15px}.bw-brand{height:66px;width:66px;background:#fff;border-radius:8px;padding:3px}.bw-brand img{width:100%;height:100%;object-fit:contain}.bw-brand-copy{display:flex;flex-direction:column;line-height:1}.bw-brand-copy span{font-size:10px;letter-spacing:2px;color:#bbb}.bw-brand-copy strong{font-size:18px;letter-spacing:1px}.bw-cart-btn{margin-left:auto;background:var(--red);color:#fff;padding:11px 15px;border-radius:7px;font-weight:900;font-size:12px;letter-spacing:1px}.bw-cart-btn b{display:inline-grid;place-items:center;background:#fff;color:var(--red);width:21px;height:21px;border-radius:50%;margin-left:6px}.bw-hero{min-height:410px;background:linear-gradient(110deg,#060606,#171717 62%,#090909);color:#fff;display:flex;align-items:center;padding:55px 7%;position:relative;overflow:hidden}.bw-hero:after{content:"";position:absolute;right:-100px;top:-140px;width:480px;height:480px;border:45px solid rgba(241,25,32,.12);transform:rotate(18deg)}.bw-hero-copy{position:relative;z-index:2;max-width:700px}.bw-eyebrow{display:inline-block;font-size:11px;letter-spacing:2.2px;font-weight:900;color:var(--red);margin-bottom:10px}.bw-hero h1{font-size:48px;line-height:1.02;margin:0 0 14px;color:#fff;text-transform:uppercase}.bw-hero p{font-size:18px;color:#d8d8d8;max-width:570px;margin:0 0 24px}.bw-hero-buttons{display:flex;gap:10px;flex-wrap:wrap}.bw-primary,.bw-secondary{padding:13px 18px;border-radius:6px;font-weight:900;font-size:12px;letter-spacing:.8px}.bw-primary{background:var(--red);color:#fff}.bw-secondary{border:1px solid #555;color:#fff}.bw-hero-logo{margin-left:auto;width:320px;position:relative;z-index:2}.bw-hero-logo img{width:100%;filter:drop-shadow(0 12px 18px rgba(0,0,0,.45))}.bw-section{padding:48px 5%}.bw-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.bw-section h2{font-size:30px;text-transform:uppercase;margin:0;line-height:1}.bw-text-link{font-size:12px;font-weight:900;color:var(--red)}.bw-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.bw-category{min-height:145px;border-radius:10px;padding:22px;display:flex;flex-direction:column;justify-content:end;color:#fff;position:relative;overflow:hidden;background:#151515}.bw-category:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(241,25,32,.95),rgba(0,0,0,.8));opacity:.92}.cat-headwear:before{background:linear-gradient(135deg,#333,#090909)}.cat-youth:before{background:linear-gradient(135deg,#f11920,#65090c)}.cat-accessories:before{background:linear-gradient(135deg,#555,#111)}.bw-category span,.bw-category strong{position:relative}.bw-category span{font-size:10px;letter-spacing:2px;font-weight:800;opacity:.8}.bw-category strong{font-size:22px;margin-top:4px}.bw-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.bw-product{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;transition:.18s}.bw-product:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,.09)}.bw-product-img{display:block;aspect-ratio:1/1;background:var(--gray);position:relative}.bw-product-img img{width:100%;height:100%;object-fit:cover}.bw-sale{position:absolute;top:10px;left:10px;background:var(--red);color:#fff;padding:5px 7px;font-size:10px;font-weight:900}.bw-product-info{padding:14px}.bw-product-type{font-size:9px;text-transform:uppercase;color:#777;letter-spacing:1px}.bw-product h3{font-size:16px;margin:5px 0 12px;min-height:38px}.bw-product h3 a{color:var(--text)}.bw-product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.bw-price{font-size:16px;font-weight:900}.bw-add{background:var(--black);color:#fff;padding:8px 11px;border-radius:5px;font-size:10px;font-weight:900;letter-spacing:.7px}.bw-add:hover{background:var(--red);color:#fff}.bw-shopbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.bw-shop-filter{border:1px solid var(--line);background:#fff;border-radius:99px;padding:8px 14px;font-size:10px;font-weight:900;cursor:pointer}.bw-shop-filter.active{background:var(--red);border-color:var(--red);color:#fff}.bw-empty,.bw-alert{padding:40px;text-align:center;border:1px dashed #c9c9c9;border-radius:10px}.bw-callout{margin:0 5% 48px;background:var(--black);color:#fff;border-radius:12px;padding:35px 5%;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.bw-callout h2{font-size:28px;text-transform:uppercase;margin:0 0 8px}.bw-callout p{margin:0;color:#ccc}.bw-callout img{width:150px;max-height:150px;object-fit:contain}.bw-footer{background:#080808;color:#fff;padding:25px 5%;display:flex;align-items:center;gap:15px}.bw-footer strong{font-size:14px}.bw-footer span{color:#999;font-size:12px}.bw-footer a{margin-left:auto;color:#fff;font-size:11px;font-weight:900}@media(max-width:950px){.bw-product-grid{grid-template-columns:repeat(3,1fr)}.bw-category-grid{grid-template-columns:repeat(2,1fr)}.bw-hero-logo{width:240px}.bw-hero h1{font-size:40px}}@media(max-width:650px){.bw-topbar{padding:8px 14px}.bw-hero{padding:40px 6%;min-height:430px}.bw-hero-logo{position:absolute;right:-35px;bottom:0;width:210px;opacity:.35}.bw-hero h1{font-size:34px}.bw-section{padding:36px 5%}.bw-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.bw-category-grid{grid-template-columns:1fr 1fr}.bw-category{min-height:125px;padding:15px}.bw-category strong{font-size:17px}.bw-callout{margin-bottom:30px}.bw-callout img{width:95px}}@media(max-width:420px){.bw-product-grid{grid-template-columns:1fr}.bw-category-grid{grid-template-columns:1fr}.bw-section h2{font-size:25px}.bw-hero-buttons a{width:100%;text-align:center}}
