Garvee Washable Runner Rug 2' × 6' – Non-Slip, Low Pile, Soft Carpet – Modern Bordered Geometric, Spot Resistant for Hallway, Kitchen, Entryway, Nursery – Khaki Gray
.garvee-rug-page {
max-width: 1180px;
margin: 0 auto;
padding: 24px 16px;
font-family: Arial, Helvetica, sans-serif;
color: #263238;
line-height: 1.6;
background: #ffffff;
}
.garvee-rug-page * {
box-sizing: border-box;
}
.garvee-rug-hero {
text-align: center;
margin-bottom: 28px;
}
.garvee-rug-hero h2 {
margin: 0 0 12px;
font-size: 30px;
line-height: 1.25;
color: #074174;
font-weight: 700;
}
.garvee-rug-hero p {
max-width: 780px;
margin: 0 auto;
font-size: 16px;
color: #4b5563;
}
.garvee-rug-img {
width: 100%;
height: auto;
display: block;
margin: 0 auto 24px;
border-radius: 14px;
}
.garvee-selling-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
margin: 30px 0;
}
.garvee-selling-card {
padding: 22px 18px;
background: #f5f9fc;
border: 1px solid #dbe8f1;
border-radius: 14px;
text-align: center;
}
.garvee-selling-card h3 {
margin: 0 0 10px;
font-size: 18px;
color: #074174;
}
.garvee-selling-card p {
margin: 0;
font-size: 15px;
color: #4b5563;
}
.garvee-section {
margin: 36px 0;
}
.garvee-section h2 {
margin: 0 0 16px;
text-align: center;
font-size: 24px;
color: #074174;
}
.garvee-text-block {
max-width: 920px;
margin: 0 auto;
font-size: 15px;
color: #374151;
text-align: center;
}
.garvee-benefit-list {
max-width: 920px;
margin: 22px auto 0;
padding: 0;
list-style: none;
}
.garvee-benefit-list li {
position: relative;
margin-bottom: 14px;
padding-left: 18px;
font-size: 15px;
color: #374151;
}
.garvee-benefit-list li::before {
content: "";
position: absolute;
left: 0;
top: 9px;
width: 7px;
height: 7px;
border-radius: 50%;
background: #074174;
}
.garvee-benefit-list strong {
color: #074174;
}
.garvee-two-col {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 26px;
align-items: center;
margin: 34px 0;
}
.garvee-two-col-text {
padding: 22px;
background: #f8fbfd;
border-radius: 14px;
border: 1px solid #e2edf4;
}
.garvee-two-col-text h2 {
margin: 0 0 12px;
font-size: 22px;
color: #074174;
}
.garvee-two-col-text p {
margin: 0;
font-size: 15px;
color: #4b5563;
}
.garvee-spec-wrap {
max-width: 860px;
margin: 22px auto 0;
border: 1.5px solid #074174;
border-radius: 14px;
overflow: hidden;
background: #ffffff;
}
.garvee-spec-table {
width: 100%;
border-collapse: collapse;
font-size: 15px;
}
.garvee-spec-table tr {
border-bottom: 1px solid #e5edf3;
}
.garvee-spec-table tr:last-child {
border-bottom: none;
}
.garvee-spec-table td {
padding: 14px 18px;
border-left: none;
border-right: none;
}
.garvee-spec-table td:first-child {
width: 38%;
font-weight: 600;
color: #374151;
background: #f8fbfd;
}
.garvee-spec-table td:last-child {
color: #074174;
font-weight: 700;
}
.garvee-note {
max-width: 860px;
margin: 24px auto 0;
padding: 16px 18px;
background: #f5f9fc;
border-left: 4px solid #074174;
border-radius: 10px;
font-size: 14px;
color: #4b5563;
}
@media (max-width: 768px) {
.garvee-rug-page {
padding: 18px 12px;
}
.garvee-rug-hero h2 {
font-size: 24px;
}
.garvee-selling-grid,
.garvee-two-col {
grid-template-columns: 1fr;
}
.garvee-two-col-text {
padding: 18px;
}
.garvee-spec-table td {
display: block;
width: 100%;
padding: 12px 16px;
}
.garvee-spec-table td:first-child {
width: 100%;
padding-bottom: 4px;
}
.garvee-spec-table td:last-child {
padding-top: 4px;
}
}