Garvee 3-in-1 Tanning Chair, Folding Outdoor Lounge Chair with Face Hole, Side Table, 5-Position Reclining Backrest & Pillow, Portable Beach Chair for Pool, Patio & Garden, Beige
.garvee-product-description {
max-width: 1200px;
margin: 0 auto;
padding: 0;
font-family: Arial, sans-serif;
color: #1f2933;
text-align: center;
line-height: 1.6;
}
.garvee-product-description * {
box-sizing: border-box;
}
.garvee-hero {
background: linear-gradient(135deg, #f7e7cf 0%, #fdf8f1 100%);
padding: 42px 24px;
margin-bottom: 10px;
}
.garvee-hero h2 {
font-size: 30px;
margin: 0 0 12px;
color: #1f2933;
}
.garvee-hero p {
max-width: 780px;
margin: 0 auto 24px;
font-size: 16px;
color: #4b5563;
}
.garvee-spec-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
max-width: 900px;
margin: 0 auto;
}
.garvee-spec-item {
background: #ffffff;
border-radius: 12px;
padding: 16px 10px;
box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}
.garvee-spec-item strong {
display: block;
font-size: 15px;
color: #111827;
margin-bottom: 4px;
}
.garvee-spec-item span {
font-size: 13px;
color: #6b7280;
}
.garvee-section {
padding: 36px 20px;
margin-bottom: 10px;
background: #ffffff;
border: 1px solid #eef0f3;
}
.garvee-section h3 {
font-size: 24px;
margin: 0 0 12px;
color: #111827;
}
.garvee-section p {
max-width: 760px;
margin: 0 auto;
font-size: 15px;
color: #4b5563;
}
.garvee-feature-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 14px;
margin-top: 24px;
}
.garvee-feature-card {
background: #f9fafb;
border-radius: 14px;
padding: 20px 14px;
border: 1px solid #e5e7eb;
}
.garvee-feature-card h4 {
font-size: 17px;
margin: 0 0 8px;
color: #111827;
}
.garvee-feature-card p {
font-size: 14px;
margin: 0;
color: #4b5563;
}
.garvee-benefit-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 14px;
margin-top: 24px;
}
.garvee-benefit-card {
background: #fffaf3;
border: 1px solid #f1dfc3;
border-radius: 14px;
padding: 22px 16px;
}
.garvee-benefit-card h4 {
font-size: 18px;
margin: 0 0 8px;
color: #111827;
}
.garvee-benefit-card p {
font-size: 14px;
margin: 0;
color: #4b5563;
}
.responsive-table {
width: 100%;
max-width: 760px;
margin: 24px auto 0;
border-collapse: collapse;
text-align: left;
font-size: 14px;
}
.responsive-table td {
border: 1px solid #e5e7eb;
padding: 12px 14px;
}
.responsive-table td:first-child {
width: 38%;
font-weight: 700;
background: #f9fafb;
color: #111827;
}
@media (max-width: 768px) {
.garvee-hero {
padding: 32px 16px;
}
.garvee-hero h2 {
font-size: 24px;
}
.garvee-spec-grid {
grid-template-columns: repeat(2, 1fr);
}
.garvee-feature-grid,
.garvee-benefit-grid {
grid-template-columns: 1fr;
}
.garvee-section {
padding: 28px 14px;
}
.responsive-table {
font-size: 13px;
}
}