9nmxCoq9
{
“@context”: “https://schema.org”,
“@type”: “Product”,
“name”: “Chaser #5 x 40 Thread Size. D 5/16″ Holder Size.”,
“description”: “Chaser #5 x 40 Thread Size. D 5/16 Holder Size. Condition good but used. Shipped with USPS First Class Package. ITEM #2B”,
“brand”: {
“@type”: “Brand”,
“name”: “Unbranded”
},
“offers”: {
“@type”: “Offer”,
“price”: “29.99”,
“priceCurrency”: “USD”,
“availability”: “https://schema.org/InStock”,
“itemCondition”: “https://schema.org/UsedCondition”,
“shippingDetails”: {
“@type”: “OfferShippingDetails”,
“shippingRate”: {
“@type”: “MonetaryAmount”,
“value”: “0.00”,
“currency”: “USD”
},
“shippingDestination”: {
“@type”: “DefinedRegion”,
“addressCountry”: “US”
}
}
},
“image”: [
“https://placehold.co/600×600?text=Chaser+%235+x+40+Thread”,
“https://placehold.co/600×600?text=Holder+5%2F16%22”,
“https://placehold.co/600×600?text=Used+Condition”
]
}
body {
font-family: ‘Segoe UI’, Roboto, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 30px 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1100px;
width: 100%;
background: white;
border-radius: 24px;
box-shadow: 0 12px 40px rgba(0,0,0,0.08);
padding: 30px 35px;
transition: 0.2s;
}
.product-title {
font-size: 1.9rem;
font-weight: 600;
margin: 0 0 10px 0;
color: #1e293b;
line-height: 1.2;
}
.brand-badge {
display: inline-block;
background: #eef2f6;
padding: 6px 16px;
border-radius: 40px;
font-size: 0.85rem;
color: #334155;
font-weight: 500;
letter-spacing: 0.3px;
margin-bottom: 20px;
}
.gallery-grid {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0 30px;
}
.gallery-grid img {
width: calc(33.333% – 10px);
min-width: 180px;
flex: 1 1 auto;
border-radius: 18px;
object-fit: cover;
background: #f0