
:root {

    --trx-red: #e31937;

    --trx-red-dark: #c41230;

    --trx-black: #1a1a1a;

    --trx-gray: #333;

    --trx-light: #f5f5f5;

    --trx-white: #fff;

}

* { margin: 0; padding: 0; box-sizing: border-box; }

body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: var(--trx-white); color: var(--trx-black); }

.gf-icon { width: 20px; height: 20px; vertical-align: middle; }

.gf-icon-lg { width: 32px; height: 32px; }

.gf-icon-invert { filter: brightness(0) invert(1); }

.top-banner { background: var(--trx-red); color: white; text-align: center; padding: 10px 20px; font-size: 14px; font-weight: 500; }

.header { background: var(--trx-black); padding: 15px 40px; display: flex; justify-content: space-between; align-items: center; }

.logo-text { color: var(--trx-white); font-size: 32px; font-weight: 900; font-style: italic; letter-spacing: -1px; }

.logo-tagline { color: var(--trx-light); font-size: 10px; letter-spacing: 1px; }

.header-right { display: flex; align-items: center; gap: 20px; }

.header-links { display: flex; gap: 20px; }

.header-links a { color: var(--trx-light); text-decoration: none; font-size: 12px; text-transform: uppercase; }

.header-links a:hover { color: var(--trx-red); }

.search-box { display: flex; align-items: center; background: var(--trx-white); border-radius: 4px; overflow: hidden; }

.search-box input { border: none; padding: 10px 15px; width: 200px; font-size: 14px; outline: none; }

.search-box button { background: var(--trx-red); border: none; padding: 10px 15px; cursor: pointer; }

.dealer-finder { display: flex; align-items: center; gap: 8px; color: var(--trx-light); font-size: 13px; text-decoration: none; }

.dealer-finder:hover { color: var(--trx-red); }

.cart-icon { display: flex; align-items: center; }

.nav { background: var(--trx-light); border-bottom: 3px solid var(--trx-red); }

.nav ul { display: flex; justify-content: center; list-style: none; }

.nav li { border-right: 1px solid #ddd; }

.nav li:last-child { border-right: none; }

.nav a { display: block; padding: 15px 30px; color: var(--trx-black); text-decoration: none; font-weight: 600; font-size: 14px; text-transform: uppercase; transition: all 0.2s; }

.nav a:hover { background: var(--trx-red); color: white; }

.nav a.sale { color: var(--trx-red); }

.hero { background: linear-gradient(135deg, var(--trx-black) 0%, var(--trx-gray) 100%); padding: 60px; display: flex; align-items: center; justify-content: space-between; min-height: 400px; }

.hero-text { color: white; max-width: 400px; }

.hero-title { font-size: 72px; font-weight: 900; font-style: italic; line-height: 1; margin-bottom: 10px; }

.hero-subtitle { font-size: 18px; color: #ccc; margin-bottom: 30px; }

.hero-btn { display: inline-block; background: var(--trx-red); color: white; padding: 15px 40px; text-decoration: none; font-weight: 700; font-size: 16px; border-radius: 4px; text-transform: uppercase; transition: background 0.2s; }

.hero-btn:hover { background: var(--trx-red-dark); }

.hero-image { max-width: 600px; }

.hero-image img { width: 100%; height: auto; }

.categories { display: grid; grid-template-columns: 2fr 1fr; gap: 10px; padding: 10px 40px; }

.category-card { position: relative; overflow: hidden; border-radius: 4px; background: #000; }

.category-card img { width: 100%; height: 280px; object-fit: contain; transition: transform 0.3s; }

.category-card:hover img { transform: scale(1.05); }

.category-label { position: absolute; bottom: 20px; left: 20px; color: white; font-size: 24px; font-weight: 700; text-shadow: 0 2px 10px rgba(0,0,0,0.8); }

.category-right { display: flex; flex-direction: column; gap: 10px; }

.category-right .category-card img { height: 135px; }

.shop-by { padding: 40px; text-align: center; }

.shop-by h2 { font-size: 18px; margin-bottom: 20px; color: var(--trx-gray); }

.filter-buttons { display: flex; justify-content: center; gap: 20px; }

.filter-btn { display: flex; align-items: center; gap: 10px; padding: 15px 40px; background: var(--trx-light); border: none; border-radius: 4px; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.2s; }

.filter-btn:hover { background: #e0e0e0; }

.featured { padding: 40px; }

.featured h2 { font-size: 24px; font-weight: 700; margin-bottom: 30px; text-transform: uppercase; }

.products-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }

.product-card { background: white; border: 1px solid #eee; border-radius: 4px; padding: 15px; text-align: center; transition: box-shadow 0.2s; }

.product-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.1); }

.product-actions { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 12px; }

.product-actions a { color: #666; text-decoration: none; }

.product-actions a:hover { color: var(--trx-red); }

.product-image { height: 180px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }

.product-image img { max-width: 100%; max-height: 100%; object-fit: contain; }

.product-name { font-weight: 600; font-size: 14px; margin-bottom: 5px; min-height: 40px; }

.product-desc { font-size: 11px; color: #666; margin-bottom: 10px; min-height: 30px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.product-sku { font-size: 12px; color: #999; margin-bottom: 10px; }

.product-price { display: flex; justify-content: space-between; align-items: center; }

.price { font-size: 18px; font-weight: 700; color: var(--trx-black); }

.price-msrp { font-size: 12px; color: #999; text-decoration: line-through; margin-right: 8px; }

.add-to-cart { background: var(--trx-red); border: none; padding: 10px; border-radius: 4px; cursor: pointer; transition: background 0.2s; }

.add-to-cart:hover { background: var(--trx-red-dark); }

.quick-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 40px; background: var(--trx-light); }

.quick-link { display: flex; align-items: center; gap: 20px; background: white; padding: 20px; border-radius: 4px; text-decoration: none; color: var(--trx-black); transition: box-shadow 0.2s; }

.quick-link:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.1); }

.quick-link span { font-weight: 600; font-size: 16px; }

.dealer-section { background: var(--trx-black); padding: 60px 40px; text-align: center; color: white; }

.dealer-section h2 { font-size: 32px; margin-bottom: 15px; }

.dealer-section p { color: #999; margin-bottom: 30px; }

.dealer-cards { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; }

.dealer-card { background: var(--trx-gray); padding: 30px; border-radius: 8px; width: 300px; text-align: left; }

.dealer-card h3 { font-size: 18px; margin-bottom: 10px; }

.dealer-card p { font-size: 14px; color: #ccc; margin-bottom: 5px; }

.dealer-card a { display: inline-block; margin-top: 15px; color: var(--trx-red); text-decoration: none; font-weight: 600; }

.footer { background: var(--trx-black); color: var(--trx-light); padding: 40px; }

.footer-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; margin-bottom: 30px; }

.footer h4 { font-size: 14px; font-weight: 700; margin-bottom: 15px; text-transform: uppercase; }

.footer ul { list-style: none; }

.footer li { margin-bottom: 8px; }

.footer a { color: #999; text-decoration: none; font-size: 13px; }

.footer a:hover { color: var(--trx-red); }

.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 30px; border-top: 1px solid #333; }

.copyright { font-size: 12px; color: #666; }

.nw-badge { position: fixed; bottom: 20px; right: 20px; background: linear-gradient(135deg, #3b82f6, #1d4ed8); color: white; padding: 12px 20px; border-radius: 30px; font-size: 13px; font-weight: 600; box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4); display: flex; align-items: center; gap: 8px; text-decoration: none; z-index: 1000; transition: all 0.2s; }

.nw-badge:hover { transform: translateY(-2px); box-shadow: 0 6px 25px rgba(59, 130, 246, 0.5); }

@media (max-width: 1200px) { .products-grid { grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 900px) { .categories { grid-template-columns: 1fr; } .products-grid { grid-template-columns: repeat(2, 1fr); } .header { flex-direction: column; gap: 15px; } .hero { flex-direction: column; text-align: center; } .hero-title { font-size: 48px; } }

@media (max-width: 600px) { .products-grid { grid-template-columns: 1fr; } .quick-links { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: repeat(2, 1fr); } }

