.tb-legal {
--black: #151515;
--gold: #dba33b;
--cream: #f6f1e7;
--white: #ffffff;
--gray: #696761;
--border: #ded7ca;
max-width: 1160px;
margin: 40px auto;
color: var(--black);
font-family: Arial, Helvetica, sans-serif;
line-height: 1.7;
}
.tb-legal * {
box-sizing: border-box;
}
.tb-legal a {
color: #9b6a13;
font-weight: 700;
}
.tb-legal-hero {
position: relative;
overflow: hidden;
padding: 85px 7%;
color: var(--white);
background:
linear-gradient(120deg, rgba(21, 21, 21, 0.98), rgba(21, 21, 21, 0.82)),
repeating-linear-gradient(
90deg,
transparent 0,
transparent 39px,
rgba(219, 163, 59, 0.12) 40px
);
}
.tb-legal-hero::after {
content: "§";
position: absolute;
right: 6%;
bottom: -145px;
color: rgba(219, 163, 59, 0.12);
font-family: Georgia, serif;
font-size: 380px;
line-height: 1;
}
.tb-legal-label {
display: inline-block;
position: relative;
z-index: 1;
margin-bottom: 22px;
padding: 8px 14px;
color: var(--black);
background: var(--gold);
font-size: 11px;
font-weight: 900;
letter-spacing: 0.16em;
}
.tb-legal-hero h1 {
position: relative;
z-index: 1;
max-width: 760px;
margin: 0 0 20px;
font-size: clamp(48px, 7vw, 82px);
line-height: 0.94;
letter-spacing: -0.055em;
}
.tb-legal-hero p {
position: relative;
z-index: 1;
max-width: 680px;
margin: 0;
color: #d4d1ca;
font-size: 17px;
}
.tb-legal-identity {
display: grid;
grid-template-columns: 1.2fr 1fr 1fr;
background: var(--gold);
}
.tb-identity-item {
padding: 30px;
border-right: 1px solid rgba(21, 21, 21, 0.2);
}
.tb-identity-item:last-child {
border-right: 0;
}
.tb-identity-item span {
display: block;
margin-bottom: 5px;
font-size: 10px;
font-weight: 900;
letter-spacing: 0.13em;
text-transform: uppercase;
}
.tb-identity-item strong {
font-size: 17px;
}
.tb-legal-body {
padding: 65px 7%;
background: var(--cream);
}
.tb-legal-intro {
max-width: 850px;
margin: 0 0 45px;
color: var(--gray);
font-size: 16px;
}
.tb-legal-section {
display: grid;
grid-template-columns: 68px 1fr;
gap: 15px;
margin-bottom: 15px;
padding: 35px;
background: var(--white);
border: 1px solid var(--border);
}
.tb-section-number {
color: var(--gold);
font-size: 13px;
font-weight: 900;
letter-spacing: 0.12em;
}
.tb-section-content h2 {
margin: 0 0 16px;
font-size: 25px;
line-height: 1.25;
}
.tb-section-content h3 {
margin: 23px 0 8px;
font-size: 17px;
}
.tb-section-content p {
margin: 0 0 14px;
color: var(--gray);
}
.tb-section-content ul {
margin: 12px 0 18px;
padding-left: 22px;
color: var(--gray);
}
.tb-section-content li {
margin-bottom: 9px;
}
.tb-company-card {
display: grid;
grid-template-columns: 1fr 1fr;
margin-top: 20px;
border: 1px solid var(--border);
}
.tb-company-card div {
padding: 22px;
background: #faf8f3;
border-bottom: 1px solid var(--border);
}
.tb-company-card div:nth-child(odd) {
border-right: 1px solid var(--border);
}
.tb-company-card strong {
display: block;
margin-bottom: 7px;
color: var(--black);
font-size: 12px;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.tb-company-card span,
.tb-company-card a {
color: var(--gray);
}
.tb-notice {
margin-top: 20px;
padding: 21px 23px;
color: #554422;
background: #fff7e7;
border-left: 4px solid var(--gold);
}
.tb-platform {
margin-top: 20px;
padding: 27px;
color: var(--white);
background: var(--black);
}
.tb-platform strong {
display: block;
margin-bottom: 8px;
color: var(--gold);
font-size: 12px;
letter-spacing: 0.12em;
}
.tb-platform p {
margin: 0;
color: #c4c1ba;
}
.tb-contact {
padding: 55px 7%;
text-align: center;
background: var(--white);
border: 1px solid var(--border);
}
.tb-contact h2 {
margin: 0 0 12px;
font-size: 36px;
letter-spacing: -0.035em;
}
.tb-contact p {
margin: 0 0 25px;
color: var(--gray);
}
.tb-contact-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
}
.tb-contact-links a {
display: inline-block;
padding: 15px 21px;
color: var(--white);
background: var(--black);
font-size: 12px;
font-weight: 900;
letter-spacing: 0.06em;
text-decoration: none;
}
.tb-contact-links a:first-child {
color: var(--black);
background: var(--gold);
}
.tb-updated {
padding: 20px;
color: #76726a;
background: #e6dfd2;
text-align: center;
font-size: 12px;
}
@media (max-width: 780px) {
.tb-legal {
margin: 20px auto;
}
.tb-legal-hero {
padding: 58px 25px;
}
.tb-legal-identity,
.tb-company-card {
grid-template-columns: 1fr;
}
.tb-identity-item {
border-right: 0;
border-bottom: 1px solid rgba(21, 21, 21, 0.2);
}
.tb-company-card div:nth-child(odd) {
border-right: 0;
}
.tb-legal-body {
padding: 45px 20px;
}
.tb-legal-section {
grid-template-columns: 1fr;
padding: 27px 22px;
}
.tb-contact {
padding: 45px 22px;
}
.tb-contact-links {
flex-direction: column;
}
}
This notice identifies the operator of the Team Bike website and
provides important information concerning website content, intellectual
property, external services and legal communications.
The following information applies to the Team Bike online store,
its website content and the commercial services offered through it.
01
Website operator
Business name
Team Bike
Country
United States
Business address
2544 Wild Hollyhock Drive #3316
Tampa, FL 33619
Website
Team Bike online store
This notice does not display a company-registration number, tax
identification number, registered agent or named legal representative
because that information was not provided. Add those details only
if they are accurate and legally applicable to your business.
02
Contact for legal communications
Questions concerning this website, its content, an order or a
legal notice may be directed to:
Team Bike
2544 Wild Hollyhock Drive #3316
Tampa, FL 33619
United States
Email:
contact@teambike.us
Telephone:
+1 201-421-9044
When contacting us about an existing order, include your full name
and order number. Do not send passwords or complete payment-card
details by email.
03
Website platform and hosting
The Team Bike online store is powered by Shopify. Shopify provides
the e-commerce platform used to display products, process orders
and operate relevant store functions.
Additional payment, analytics, delivery and technical providers
may support the website. These independent providers may operate
under their own terms and privacy policies.
04
Website content
Team Bike makes reasonable efforts to maintain accurate and current
website information. However, product details, prices, photographs,
inventory and availability may change.
Minor errors or temporary inaccuracies may occur. Team Bike may
correct website content, update information or cancel affected
orders as described in the Terms of Service and applicable law.
Website content is provided for general commercial and informational
purposes. It should not be treated as professional legal, medical,
financial or safety advice.
05
Product information and safe use
Customers should review all product specifications, warnings,
manuals, assembly instructions and maintenance requirements before
purchasing or using a product.
Product suitability may depend on the rider, intended activity,
local laws, assembly quality and maintenance. Customers are
responsible for lawful and appropriate product use.
Where professional assembly, inspection or protective equipment
is recommended, customers should follow that guidance.
06
Intellectual property
Unless otherwise stated, Team Bike owns or lawfully uses the
website’s original design, text, graphics, logos, photographs,
videos and other content.
Protected content may not be reproduced, modified, distributed,
republished or used commercially without prior written authorization,
except where applicable law permits.
Product names, manufacturer logos and third-party trademarks belong
to their respective owners. Their appearance does not transfer
ownership to Team Bike.
07
Copyright concerns
If you believe content displayed on the Team Bike website infringes
your copyright or another intellectual-property right, contact us
with sufficient information to identify:
- The protected work or material.
- The allegedly infringing website content.
- The relevant page or product URL.
- Your name and contact information.
- The basis of your ownership or authority.
- A good-faith explanation of your concern.
Send the notice to
contact@teambike.us.
We may request additional information before taking action.
08
External links
The website may link to third-party websites, social networks,
applications or services for customer convenience.
Team Bike does not control independent third-party websites and
does not guarantee their availability, accuracy, security or
business practices.
Accessing a third-party website is subject to that provider’s own
terms and privacy policy.
09
Liability notice
To the maximum extent permitted by law, Team Bike is not responsible
for losses caused by temporary website interruptions, unauthorized
third-party activity, customer misuse, inaccurate customer-provided
information or events outside our reasonable control.
Nothing in this notice excludes or limits liability or consumer
rights that cannot lawfully be excluded or limited.
10
Applicable store policies
Use of the Team Bike website and purchases made through it are
also governed by the following policies:
- Terms of Service
- Privacy Policy
- Return and Refund Policy
- Shipping Policy
- Contact Information
If two provisions conflict, mandatory applicable law will take
priority. Otherwise, the more specific policy will govern the
relevant issue.
11
Governing law
This legal notice and use of the website are governed by applicable
United States federal law and the laws of the State of Florida,
without limiting mandatory consumer rights that may apply.
Before beginning formal proceedings, customers are encouraged to
contact Team Bike and provide a reasonable opportunity to address
the matter.
12
Changes to this notice
Team Bike may update this Legal Notice to reflect changes to the
website, business information, service providers or legal
requirements.
The current version will be published on this page with an updated
revision date.
Contact us with questions concerning this notice or the Team Bike website.