SALTRAID PRIME

Premium Marine Equipment & Solutions

.hero { position: relative; width: 100%; height: 100vh; background: url('https://primeswtackle.com/wp-content/uploads/2025/10/viber_image_2025-10-14_22-59-52-017-removebg-preview.png') no-repeat center center/cover; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; } .hero-content { position: relative; z-index: 2; } .hero-content h2 { font-size: 1.5rem; color: #ffd700; font-style: italic; margin-bottom: 10px; } .hero-content h1 { font-size: 4rem; font-weight: 800; text-transform: uppercase; line-height: 1.2; color: #f5f5f5 } .hero-content p { font-size: 1.1rem; letter-spacing: 1px; margin-top: 10px; } .hero-content .btn { display: inline-block; margin-top: 25px; padding: 15px 40px; background: #ff0000; color: #ffffff; font-weight: bold; text-transform: uppercase; border: none; cursor: pointer; transition: all 0.3s ease; } .hero-content .btn:hover { background: #ffcc00; transform: translateY(-3px); } @media (max-width: 768px) { .hero-content h1 { font-size: 2.5rem; } .hero-content p { font-size: 1rem; } }

SHEEPSHEAD JIG

Product 1 Hover Product 1
SKU PR-2-105
Product 2 Hover Product 2
SKU PR-8-106
Product 3 Hover Product 3
SKU PR-16-107
Product 4 Hover Product 4
SKU PR-22-113

YELLOWTAIL JIGHEAD

Product 1 Hover Product 1
SKU PR-5-201
Product 2 Hover Product 2
SKU PR-8-202
Product 3 Hover Product 3
SKU PR-16-203
Product 4 Hover Product 4
SKU PR-22-204

JERK SOFTBAIT

Product 1 Hover Product 1
SKU PR-2-301
Product 2 Hover Product 2
SKU PR-8-302
Product 3 Hover Product 3
SKU PR-16-303
Product 4 Hover Product 4
SKU PR-22-304

RIGGED 3" SHRIMP TAILS

Product 1 Hover Product 1
SKU PR-2-105
Product 2 Hover Product 2
SKU PR-8-106
Product 3 Hover Product 3
SKU PR-16-107
Product 4 Hover Product 4
SKU PR-22-113

GOBLIN SOFTBAIT

Product 1 Hover Product 1
SKU PR-2-201
Product 2 Hover Product 2
SKU PR-8-202
Product 3 Hover Product 3
SKU PR-16-203
Product 4 Hover Product 4
SKU PR-22-204

/* ============= FOOTER LAYOUT ============= */ .footer-container { display: flex; flex-direction: column; align-items: center; background-color: #000; color: #fff; padding: 50px 60px; gap: 40px; font-family: 'Patrick Hand', cursive; box-sizing: border-box; } /* ============= FOOTER LINKS ============= */ .footer-links { display: flex; flex-direction: column; align-items: center; list-style: none; gap: 15px; padding: 0; margin: 0; } .footer-links a { color: #bbb; text-decoration: none; font-size: 24px; letter-spacing: 1px; transition: color 0.3s ease, transform 0.3s ease; } .footer-links a:hover { color: #009cff; transform: scale(1.05); } /* ============= ABOUT US ============= */ .footer-about { max-width: 900px; color: #e0e0e0; font-size: 20px; line-height: 1.9; text-align: justify; } .footer-about strong { color: #ff0000ff; font-family: 'Orbitron', sans-serif; } /* ABOUT US LABEL */ .about-label { font-size: 26px; color: #1789a3; margin-bottom: 15px; letter-spacing: 1px; text-transform: uppercase; text-align: center; font-family: 'Orbitron', sans-serif; } /* SOCIAL ICONS */ .footer-social { display: flex; justify-content: center; gap: 25px; margin-top: 30px; } .social-icon { color: #bbb; font-size: 26px; transition: color 0.3s ease, transform 0.3s ease; } .social-icon:hover { color: #009cff; transform: scale(1.2); } /* SASQUATCH LOGO */ .footer-logo img { width: 90px; height: auto; opacity: 0.9; margin-top: 30px; } /* ============= RESPONSIVE ============= */ @media (max-width: 768px) { .footer-container { padding: 30px 20px; gap: 25px; } .footer-links a { font-size: 22px; } .footer-about { font-size: 18px; text-align: center; } .footer-social { gap: 20px; } }