.wpps-gallery, .wpps-product { max-width: 1200px; margin: 20px auto; padding: 0 15px; }
.wpps-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.wpps-card { border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; transition: transform .2s, box-shadow .2s; background: #fff; }
.wpps-card:hover { transform: translateY(-3px); box-shadow: 0 4px 12px rgba(0,0,0,.08); }
.wpps-img { width: 100%; height: 200px; object-fit: cover; display: block; }
.wpps-info { padding: 15px; }
.wpps-info h3 { margin: 0 0 8px; font-size: 1.1rem; }
.wpps-price { color: #0073aa; font-weight: 600; }
.wpps-rating { color: #f1c40f; letter-spacing: 2px; margin: 5px 0; }
.wpps-no-rating { color: #888; font-size: .9em; font-style: italic; }
.wpps-btn { display: inline-block; padding: 10px 16px; background: #0073aa; color: #fff; text-decoration: none; border-radius: 4px; margin-top: 10px; transition: background .2s; }
.wpps-btn:hover, .wpps-btn-primary { background: #005a87; }
.wpps-product h1 { font-size: 2rem; margin-bottom: 10px; }
.wpps-img-full { max-width: 100%; height: auto; border-radius: 8px; margin: 15px 0; }
.wpps-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 20px 0; }
.wpps-review-form-wrap { margin-top: 30px; padding: 20px; border: 1px solid #ddd; border-radius: 8px; background: #f9f9f9; }
.wpps-stars-input span { font-size: 1.5rem; cursor: pointer; color: #ccc; margin-right: 5px; }
.wpps-stars-input span.active, .wpps-stars-input span:hover { color: #f1c40f; }
.wpps-review-form-wrap textarea { width: 100%; height: 100px; padding: 10px; margin: 10px 0; border: 1px solid #ccc; border-radius: 4px; }
.wpps-reviews-list .wpps-review-item { border-bottom: 1px solid #eee; padding: 15px 0; }
.wpps-reviews-list span { color: #888; font-size: .85em; }
.wpps-meta dt, dd { display: inline-block; margin-right: 15px; }
.wpps-meta dt { font-weight: bold; }
@media (max-width: 768px) { .wpps-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } }