Viewing File: /home/webrbaew/gringomanshop.com/hats.php
<!DOCTYPE html>
<html lang="zxx">
<head>
<?php include "includes/headerlinks.php";?>
</head>
<body>
<!-- Preloader -->
<?php include "includes/loader.php";?>
<!-- End Preloader -->
<!-- Start Navbar Area -->
<?php include "includes/navbar.php";?>
<!-- End Navbar Area -->
<!-- Main Banner -->
<div class="inner-banner inner-bg6">
<div class="container">
<div class="inner-title">
<h3>Product</h3>
<ul>
<li>
<a href="index.php">Home</a>
</li>
<li>
<i class="bx bxs-chevrons-right"></i>
</li>
<li>Hats</li>
</ul>
</div>
</div>
</div>
<section class="product-area pt-100 pb-30">
<div class="container">
<div class="section-title text-center">
<span>Product Catalog</span>
<h2>Our Popular Hats</h2>
<p>
We carry the top brands, including but not limited to Hanes, Gildan, Jerzees, Champion, Bella + Canvas, and our design process is easy and fast
</p>
</div>
<div class="row pt-45 justify-content-center">
<div class="col-lg-3 col-md-6">
<div class="product-card">
<a href="https://gringomanshop.printify.me/product/17033269/low-profile-baseball-cap" target="_blank">
<img src="images/products/hats/10.jpg" alt="Products Images">
</a>
<center>
<div class="product-content">
<a href="https://gringomanshop.printify.me/product/17033269/low-profile-baseball-cap" target="_blank" class="default-btn mt-2">
START ORDER
</a>
</div>
</center>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="product-card">
<a href="https://gringomanshop.printify.me/product/17033301/low-profile-baseball-cap" target="_blank">
<img src="images/products/hats/9.jpg" alt="Products Images">
</a>
<center>
<div class="product-content">
<a href="https://gringomanshop.printify.me/product/17033301/low-profile-baseball-cap" target="_blank" class="default-btn mt-2">
START ORDER
</a>
</div>
</center>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="product-card">
<a href="https://gringomanshop.printify.me/product/16855394/low-profile-baseball-cap" target="_blank">
<img src="images/products/hats/2.jpg" alt="Products Images">
</a>
<center>
<div class="product-content">
<a href="https://gringomanshop.printify.me/product/16855394/low-profile-baseball-cap" target="_blank" class="default-btn mt-2">
START ORDER
</a>
</div>
</center>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="product-card">
<a href="https://gringomanshop.printify.me/product/16855370/stylish-low-profile-baseball-cap-for-everyday-wear-gm-logo" target="_blank">
<img src="images/products/hats/3.jpg" alt="Products Images">
</a>
<center>
<div class="product-content">
<a href="https://gringomanshop.printify.me/product/16855370/stylish-low-profile-baseball-cap-for-everyday-wear-gm-logo" target="_blank" class="default-btn mt-2">
START ORDER
</a>
</div>
</center>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="product-card">
<a href="https://gringomanshop.printify.me/product/16855241/low-profile-baseball-cap" target="_blank">
<img src="images/products/hats/4.jpg" alt="Products Images">
</a>
<center>
<div class="product-content">
<a href="https://gringomanshop.printify.me/product/16855241/low-profile-baseball-cap" target="_blank" class="default-btn mt-2">
START ORDER
</a>
</div>
</center>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="product-card">
<a href="https://gringomanshop.printify.me/product/16855281/gringo-man-low-profile-baseball-cap-stylish-green-hat-for-everyday-wear" target="_blank">
<img src="images/products/hats/5.jpg" alt="Products Images">
</a>
<center>
<div class="product-content">
<a href="https://gringomanshop.printify.me/product/16855281/gringo-man-low-profile-baseball-cap-stylish-green-hat-for-everyday-wear" target="_blank" class="default-btn mt-2">
START ORDER
</a>
</div>
</center>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="product-card">
<a href="https://gringomanshop.printify.me/product/16855457/low-profile-baseball-cap" target="_blank">
<img src="images/products/hats/6.jpg" alt="Products Images">
</a>
<center>
<div class="product-content">
<a href="https://gringomanshop.printify.me/product/16855457/low-profile-baseball-cap" target="_blank" class="default-btn mt-2">
START ORDER
</a>
</div>
</center>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="product-card">
<a href="https://gringomanshop.printify.me/product/16855510/low-profile-baseball-cap" target="_blank">
<img src="images/products/hats/7.jpg" alt="Products Images">
</a>
<center>
<div class="product-content">
<a href="https://gringomanshop.printify.me/product/16855510/low-profile-baseball-cap" target="_blank" class="default-btn mt-2">
START ORDER
</a>
</div>
</center>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="product-card">
<a href="#">
<img src="images/products/hats/8.jpg" alt="Products Images">
</a>
<center>
<div class="product-content">
<a href="#" class="default-btn mt-2">
START ORDER
</a>
</div>
</center>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Area -->
<?php include "includes/footer.php";?>
<!-- Footer Area End -->
<?php include "includes/footerlinks.php";?>
</body></html>
Back to Directory
File Manager