.catlog-page-wrap { max-width: 1100px; margin: 0 auto; padding: 40px 20px; }

.catlog-product { font-family: inherit; color: #222; }

.catlog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 40px; }
@media (max-width: 768px) { .catlog-grid { grid-template-columns: 1fr; gap: 24px; } }

/* Gallery */
.catlog-main-image img { width: 100%; height: auto; border-radius: 10px; object-fit: cover; }
.catlog-thumbs { display: flex; gap: 10px; margin-top: 10px; flex-wrap: wrap; }
.catlog-thumb { border: 2px solid transparent; padding: 0; background: none; cursor: pointer; border-radius: 6px; overflow: hidden; }
.catlog-thumb img { display: block; width: 64px; height: 64px; object-fit: cover; }
.catlog-thumb.is-active { border-color: #2563eb; }

/* Details */
.catlog-category-badge { display: inline-block; background: #eef2ff; color: #4338ca; font-size: 12px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; margin-bottom: 10px; }
.catlog-title { font-size: 28px; line-height: 1.25; margin: 0 0 10px; }
.catlog-short-desc { font-size: 16px; color: #555; margin-bottom: 20px; }

.catlog-price-box { background: #f8f9fb; border: 1px solid #eee; border-radius: 10px; padding: 18px; margin-bottom: 20px; }
.catlog-price-display { font-size: 26px; font-weight: 700; margin-bottom: 12px; }
.catlog-price-unit { font-size: 14px; font-weight: 400; color: #777; }
.catlog-moq-label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.catlog-moq-select { width: 100%; padding: 10px 12px; border-radius: 8px; border: 1px solid #ddd; font-size: 14px; background: #fff; }

.catlog-features h3 { font-size: 16px; margin: 0 0 8px; }
.catlog-features ul { margin: 0 0 20px; padding-left: 20px; }
.catlog-features li { margin-bottom: 6px; }

.catlog-btn { display: inline-block; border: none; border-radius: 8px; padding: 13px 22px; font-size: 15px; font-weight: 600; cursor: pointer; text-decoration: none; text-align: center; margin: 0 8px 8px 0; }
.catlog-btn-primary { background: #111; color: #fff; }
.catlog-btn-primary:hover { background: #333; }
.catlog-btn-whatsapp { background: #25D366; color: #fff; }
.catlog-btn-whatsapp:hover { background: #1ebc59; }

.catlog-inquiry-form { margin-top: 20px; background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 20px; }
.catlog-inquiry-form h3 { margin-top: 0; }
.catlog-form input, .catlog-form textarea, .catlog-subscribe-form input { width: 100%; padding: 11px 12px; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 12px; font-size: 14px; box-sizing: border-box; }
.catlog-form-response { font-size: 14px; font-weight: 600; min-height: 20px; }
.catlog-form-response.success { color: #16a34a; }
.catlog-form-response.error { color: #dc2626; }

/* Description / specs */
.catlog-description, .catlog-specs { margin-bottom: 40px; }
.catlog-description h2, .catlog-specs h2 { font-size: 20px; margin-bottom: 14px; }
.catlog-specs-table { width: 100%; border-collapse: collapse; }
.catlog-specs-table th, .catlog-specs-table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid #eee; font-size: 14px; }
.catlog-specs-table th { width: 30%; color: #555; font-weight: 600; }

/* Accordion */
.catlog-accordion { margin-bottom: 40px; border-top: 1px solid #eee; }
.catlog-accordion-item { border-bottom: 1px solid #eee; }
.catlog-accordion-toggle { width: 100%; text-align: left; background: none; border: none; padding: 16px 4px; font-size: 15px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.catlog-accordion-panel { display: none; padding: 0 4px 16px; color: #555; font-size: 14px; }
.catlog-accordion-item.is-open .catlog-accordion-panel { display: block; }
.catlog-accordion-item.is-open .catlog-accordion-toggle span { transform: rotate(45deg); }
.catlog-accordion-toggle span { transition: transform .2s ease; display: inline-block; }

/* Newsletter */
.catlog-newsletter { background: #f8f9fb; border-radius: 10px; padding: 24px; text-align: center; }
.catlog-newsletter h3 { margin-top: 0; }
.catlog-subscribe-form { display: flex; gap: 10px; max-width: 420px; margin: 16px auto 0; }
.catlog-subscribe-form input { margin-bottom: 0; }
@media (max-width: 480px) { .catlog-subscribe-form { flex-direction: column; } }
