Home
/
Richardson Hats
Richardson Hats
Skip to results list
0 items
Sort
Featured
Most relevant
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
Sort
Most relevant
Clear all
Questions
Frequently Asked Questions
Is embroidery included in the price?
Yes. Embroidery is included in the price shown on eligible products. Every order includes professional embroidery using your company logo with no hidden embroidery charges.
Is there a minimum order?
No. We have no minimum order requirement. Whether you need one embroidered item or hundreds for your business, team, or event, we can help.
Will I see a proof before production?
Yes. Before production begins, you'll receive a digital proof of your logo for approval. We won't start embroidery until you've approved the design.
How long does production take?
Most orders are completed within a few business days after proof approval. Production times may vary depending on order size, apparel availability, and the selected production speed.
Can I use my own logo?
Absolutely. Upload your company logo during checkout or after placing your order. If needed, we'll prepare your logo for embroidery and ensure it stitches cleanly before production.
What brands do you offer?
We carry premium apparel from trusted brands including Nike, TravisMathew, Columbia, Carhartt, Richardson, Port Authority, OGIO, New Era, Sport-Tek, CornerStone, and many more.
About This Collection
Richardson Hats
/* ==========================================================================
Custom Collection Section CSS - Horizon Theme Layout
========================================================================== */
/* Outer Layout Container */
.collection-section {
padding-top: 2rem;
padding-bottom: 4rem;
}
/* Header & Breadcrumbs */
.collection-header {
margin-bottom: 2rem;
}
.breadcrumb {
font-size: 0.875rem;
margin-bottom: 0.75rem;
color: var(--color-foreground-75, #666);
}
.breadcrumb a {
color: inherit;
text-decoration: none;
transition: opacity 0.2s ease;
}
.breadcrumb a:hover {
opacity: 0.7;
}
.breadcrumb__divider {
margin: 0 0.5rem;
opacity: 0.5;
}
.collection-title {
margin: 0 0 0.5rem 0;
font-weight: 600;
}
.collection-description {
max-width: 750px;
font-size: 0.95rem;
line-height: 1.5;
color: var(--color-foreground-75, #555);
}
/* Toolbar & Sorting */
.collection-toolbar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 0;
border-top: 1px solid var(--color-border, #e5e5e5);
border-bottom: 1px solid var(--color-border, #e5e5e5);
margin-bottom: 2rem;
font-size: 0.875rem;
}
.collection-sort select {
padding: 0.5rem 2rem 0.5rem 0.75rem;
border: 1px solid var(--color-border, #ccc);
border-radius: 4px;
background-color: transparent;
font-size: 0.875rem;
cursor: pointer;
}
/* Main Grid & Sidebar Layout */
.collection-layout {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
}
@media screen and (min-width: 990px) {
.collection-layout--has-sidebar {
grid-template-columns: 260px 1fr;
}
}
/* Sidebar Filters */
.collection-sidebar {
padding-right: 1rem;
}
.filter-heading {
margin-top: 0;
margin-bottom: 1.25rem;
padding-bottom: 0.5rem;
border-bottom: 1px solid var(--color-border, #e5e5e5);
}
.filter-group {
margin-bottom: 1rem;
border-bottom: 1px solid var(--color-border, #eee);
padding-bottom: 1rem;
}
.filter-group__summary {
display: flex;
justify-content: space-between;
align-items: center;
font-weight: 600;
cursor: pointer;
list-style: none;
}
.filter-group__summary::-webkit-details-marker {
display: none;
}
.filter-group__content {
padding-top: 0.75rem;
}
.filter-list {
list-style: none;
padding: 0;
margin: 0;
}
.filter-item {
margin-bottom: 0.5rem;
}
.filter-item label {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.875rem;
cursor: pointer;
}
/* Price Filter Inputs */
.filter-price {
display: flex;
align-items: center;
gap: 0.5rem;
}
.filter-price__field {
display: flex;
align-items: center;
border: 1px solid var(--color-border, #ccc);
border-radius: 4px;
padding: 0.25rem 0.5rem;
width: 100%;
}
.filter-price__field input {
width: 100%;
border: none;
padding: 0.25rem;
outline: none;
font-size: 0.875rem;
}
/* Product Grid Layout */
.product-grid {
display: grid;
list-style: none;
padding: 0;
margin: 0;
gap: 1.5rem;
}
/* Responsive Column Controls */
.grid--2-col-desktop { grid-template-columns: repeat(2, 1fr); }
.grid--3-col-desktop { grid-template-columns: repeat(3, 1fr); }
.grid--4-col-desktop { grid-template-columns: repeat(4, 1fr); }
.grid--5-col-desktop { grid-template-columns: repeat(5, 1fr); }
@media screen and (max-width: 989px) {
.product-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 575px) {
.product-grid {
grid-template-columns: 1fr;
}
}
/* Pagination Styling */
.pagination-wrapper {
margin-top: 3rem;
text-align: center;
}
.pagination-wrapper .pagination {
display: inline-flex;
gap: 0.5rem;
list-style: none;
padding: 0;
}