Contact Us
We’re here to help. Whether you have a question about an order, our products, or general inquiries,
feel free to reach out using the details below.
Trade Name
OkiePaw®
Address
633 Hundred Oaks Drive, Suite 160
Edmond, OK 73013
United States
.okiepaw-contact{
max-width: 720px;
margin: 0 auto;
padding: 20px 0;
color: rgba(0,0,0,.85);
font-size: 16px;
line-height: 1.6;
}
.okiepaw-contact h1{
font-family: "Playfair Display", Didot, serif;
font-size: 38px;
margin-bottom: 10px;
}
.okiepaw-intro{
margin-bottom: 20px;
color: rgba(0,0,0,.7);
}
.okiepaw-card{
border: 1px solid rgba(0,0,0,.12);
border-radius: 16px;
padding: 18px 20px;
background: transparent;
}
.okiepaw-row{
display: grid;
grid-template-columns: 140px 1fr;
gap: 14px;
padding: 10px 0;
border-top: 1px solid rgba(0,0,0,.08);
}
.okiepaw-row:first-child{
border-top: none;
}
.okiepaw-label{
font-size: 14px;
text-transform: uppercase;
letter-spacing: .6px;
color: rgba(0,0,0,.6);
}
.okiepaw-value{
font-size: 16px;
}
.okiepaw-value a{
color: inherit;
text-decoration: underline;
text-underline-offset: 3px;
}
@media (max-width: 768px){
.okiepaw-contact h1{
font-size: 30px;
}
.okiepaw-row{
grid-template-columns: 1fr;
gap: 4px;
}
}