Garvee 8' × 3.3' × 1.3' Aluminum Raised Garden Bed, Heavy Duty Deep Planter Box for Vegetables & Flowers, Gray
.garvee-aluminum-aplus {
max-width: 1180px;
margin: 0 auto;
padding: 24px 16px;
font-family: Arial, Helvetica, sans-serif;
color: #1f2933;
line-height: 1.6;
}
.garvee-aluminum-aplus * {
box-sizing: border-box;
}
.gaa-hero {
padding: 30px 24px;
border-radius: 16px;
background: #f4f8f3;
border: 1px solid #dfe8dc;
text-align: center;
margin-bottom: 22px;
}
.gaa-hero h2 {
margin: 0 0 12px;
font-size: 28px;
line-height: 1.25;
color: #074174;
}
.gaa-hero p {
max-width: 800px;
margin: 0 auto;
font-size: 15px;
color: #374151;
}
.gaa-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
margin-bottom: 22px;
}
.gaa-card {
padding: 20px;
border-radius: 14px;
background: #ffffff;
border: 1px solid #e5e7eb;
box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}
.gaa-card h3 {
margin: 0 0 10px;
font-size: 18px;
line-height: 1.3;
color: #074174;
}
.gaa-card p {
margin: 0;
font-size: 14px;
color: #4b5563;
}
.gaa-section {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 18px;
margin-bottom: 22px;
}
.gaa-box {
padding: 22px;
border-radius: 14px;
background: #fafafa;
border: 1px solid #e5e7eb;
}
.gaa-box h3 {
margin: 0 0 10px;
font-size: 20px;
line-height: 1.3;
color: #074174;
}
.gaa-box p {
margin: 0;
font-size: 14px;
color: #4b5563;
}
.gaa-use-list {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
margin-top: 14px;
}
.gaa-use-item {
padding: 12px;
border-radius: 10px;
background: #ffffff;
border: 1px solid #e5e7eb;
text-align: center;
font-size: 14px;
font-weight: 700;
color: #1f2933;
}
@media (max-width: 768px) {
.garvee-aluminum-aplus {
padding: 18px 12px;
}
.gaa-hero {
padding: 24px 16px;
}
.gaa-hero h2 {
font-size: 22px;
}
.gaa-grid,
.gaa-section,
.gaa-use-list {
grid-template-columns: 1fr;
}
}