.related-products-section{margin:60px auto 0;max-width:1200px;padding:0 24px;font-family:Inter,system-ui,-apple-system,sans-serif}.related-products-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #eee}.related-products-title{font-size:24px;font-weight:600;color:#1a1a1a;margin:0;letter-spacing:-.01em}.related-products-more{font-size:14px;color:#ff6a00;text-decoration:none;font-weight:500;transition:color .2s}.related-products-more:hover{color:#ee0979}.related-products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.related-product-card{background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:all .3s ease;border:1px solid #f0f0f0;display:flex;flex-direction:column}.related-product-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.08);border-color:#ff6a00}.related-product-img{aspect-ratio:1/1;overflow:hidden;background:#f5f5f5}.related-product-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.related-product-card:hover .related-product-img img{transform:scale(1.06)}.related-product-info{padding:14px 16px;display:flex;flex-direction:column;gap:4px}.related-product-info h3{font-size:14px;font-weight:600;margin:0;color:#1a1a1a;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-product-moq{font-size:12px;color:#888;font-weight:500}@media (max-width:960px){.related-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.related-products-grid{grid-template-columns:1fr 1fr;gap:12px}.related-product-info{padding:10px 12px}.related-product-info h3{font-size:13px}}