.sports-market-page{padding:0 0 80px;background:#fff}.sports-market-page *{-webkit-box-sizing:border-box;box-sizing:border-box}.sports-market-page .container{width:100%;max-width:1280px;margin:0 auto;padding:0 16px}.sports-hero{padding:32px 0 24px;text-align:center}.sports-hero h1{margin:0 0 12px;color:#424654;font-size:34px;font-weight:700;line-height:1.1}.sports-hero p{max-width:700px;margin:0 auto;color:#6d7483;font-size:15px;line-height:1.6}.sports-sort{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;margin-bottom:30px}.sports-sort .sort-label{color:#6d7483;font-size:14px;font-weight:600}.sports-sort .sort-btn{height:40px;padding:0 18px;border-radius:999px;border:1px solid #d6dae4;background:#fff;color:#424654;font-size:14px;font-weight:600;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.sports-sort .sort-btn:hover{border-color:#2e6de6}.sports-sort .sort-btn.active{background:#2e6de6;border-color:#2e6de6;color:#fff}.sports-section{padding-bottom:70px}.sports-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 25px}.sport-card{position:relative;height:42px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px 0 42px;border-radius:32px;background:#d9e2ff;text-decoration:none}.sport-card .sport-card-image{position:absolute;left:-15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:56px;height:56px;min-width:50px;border-radius:50%;background:#b0c6ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0}.sport-card .sport-card-image img{max-width:34px;max-height:34px;-o-object-fit:contain;object-fit:contain}.sport-card span{margin-left:8px;display:block;font-size:13px;font-weight:700;color:#24324b;line-height:1.2}.clubs-intro{text-align:center;padding-bottom:20px}.clubs-intro h2{margin:0 0 12px;color:#424654;font-size:34px;font-weight:700;line-height:1.1}.clubs-intro p{margin:0;color:#6d7483;font-size:15px;line-height:1.6}.club-category,.popular-collections{margin-top:40px}.club-category h3,.popular-collections h3{text-align:center;margin:0 0 24px;color:#424654;font-size:24px;font-weight:700;line-height:1.2}.featured-grid{display:grid;grid-template-columns:1fr;gap:24px}.featured-card{display:block;overflow:hidden;border-radius:24px;background:#f5f4f4;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}.featured-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.featured-card .featured-image{background:#bfe4fb;height:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.featured-card .featured-image img{width:auto;max-width:260px;max-height:220px;display:block}.featured-card .featured-content{padding:24px 30px 30px}.featured-card .featured-content h4{margin:0 0 10px;color:#1f2430;font-size:24px;font-weight:700;line-height:1.2}.featured-card .featured-content p{margin:0;color:#6d7483;font-size:15px;line-height:1.6}.club-category h3{text-align:center;margin:0 0 28px;color:#424654;font-size:24px;font-weight:700}.club-category .club-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.club-category .club-card{display:block;text-decoration:none;background:#f5f4f4;border-radius:24px;overflow:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}.club-category .club-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.club-category .club-card .club-card-image{background:#dfe3f4;border-radius:20px;margin:6px;height:180px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.club-category .club-card .club-card-image img{width:75%;max-width:160px;height:auto;display:block;-o-object-fit:contain;object-fit:contain}.club-category .club-card h4{margin:0;padding:10px 12px;color:#3f506d;font-size:12px;font-weight:700;text-transform:uppercase;text-align:left}.design-gallery{margin-top:70px;text-align:center}.design-gallery .gallery-heading{margin-bottom:40px}.design-gallery .gallery-heading h2{margin:0 0 16px;color:#424654;font-size:36px;font-weight:700;line-height:1.1}.design-gallery .gallery-heading p{max-width:820px;margin:0 auto;color:#6d7483;font-size:15px;line-height:1.7}.gallery-slider{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gallery-slide{border-radius:14px;overflow:hidden}.gallery-slide img{width:100%;display:block}.gallery-btn-wrap{margin-top:40px}.gallery-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:240px;height:56px;padding:0 32px;border-radius:999px;background:#2e6de6;color:#fff;font-size:16px;font-weight:700;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}.gallery-btn:hover{background:#1f57c4;color:#fff}@media (min-width:768px){.sports-grid{grid-template-columns:repeat(4,1fr);gap:24px}.sport-card{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;text-decoration:none;color:inherit;width:180px;height:220px;padding:16px;-webkit-transition:background-color .25s ease;transition:background-color .25s ease;border-radius:36px;background:0 0}.sport-card .sport-card-image{position:static;left:auto;top:auto;-webkit-transform:none;transform:none;width:150px;height:150px;min-width:auto;margin-right:0;margin-bottom:14px;border-radius:24px;background:#b0c6ff}.sport-card .sport-card-image img{max-width:104px;max-height:104px}.sport-card:hover{background-color:#ebe7e7;-webkit-box-shadow:0 0 0 0 #ebe7e7;box-shadow:0 0 0 0 #ebe7e7;text-decoration:none;margin:0}.sport-card:hover .sport-card-image{background:#b0c6ff}.club-grid{grid-template-columns:repeat(4,1fr)}.gallery-slider{grid-template-columns:repeat(5,1fr)}.featured-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (min-width:1024px){.sports-hero{padding:50px 0 30px}.sports-hero h1{font-size:60px}.clubs-intro h2{font-size:60px}.sports-grid{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));justify-items:center;-webkit-column-gap:18px;-moz-column-gap:18px;column-gap:18px;row-gap:36px}.sport-card span{font-size:15px}.club-category{margin-top:60px}.club-category .club-grid{grid-template-columns:repeat(4,1fr);gap:22px}.club-category .club-card .club-card-image{height:320px}.club-category .club-card .club-card-image img{max-width:220px}.club-category .club-card h4{font-size:18px;padding:20px}.gallery-slider{grid-template-columns:repeat(7,1fr);gap:20px}.design-gallery .gallery-heading h2{font-size:60px}}@media (min-width:1400px){.sports-market-page .container{max-width:1360px}.sports-grid{gap:32px}.club-grid{gap:32px}}