.jwl-product-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 32px 0;
}

.jwl-product-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 18px;
}

.jwl-product-card__image {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: #f3f4f6;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  overflow: hidden;
}

.jwl-product-card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.jwl-product-card__model {
  color: #4b5563;
  font-size: 0.92rem;
}

.jwl-product-card__link,
.jwl-catalog-link,
.jwl-product-cta a,
.jwl-inquiry-form button {
  background: #111827;
  border: 0;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 14px;
  text-decoration: none;
}

.jwl-product-details {
  margin-top: 40px;
}

.jwl-product-details__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.jwl-product-details__grid div {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 12px;
}

.jwl-product-details__grid strong,
.jwl-product-details__grid span {
  display: block;
}

.jwl-product-details__grid strong {
  margin-bottom: 4px;
}

.jwl-product-specs {
  border-collapse: collapse;
  width: 100%;
}

.jwl-product-specs th,
.jwl-product-specs td {
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.jwl-product-gallery {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.jwl-product-gallery img {
  border-radius: 6px;
  height: auto;
  width: 100%;
}

.jwl-product-cta {
  background: #f3f4f6;
  border-radius: 8px;
  margin-top: 32px;
  padding: 24px;
}

.jwl-inquiry-form {
  display: grid;
  gap: 14px;
  max-width: 720px;
}

.jwl-inquiry-form label,
.jwl-inquiry-form input,
.jwl-inquiry-form textarea {
  display: block;
  width: 100%;
}

.jwl-inquiry-form input,
.jwl-inquiry-form textarea {
  border: 1px solid #d1d5db;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  padding: 10px;
}

.jwl-inquiry-form button {
  cursor: pointer;
}

.jwl-hp-field {
  height: 0;
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: 0;
}

.jwl-form-notice {
  border-radius: 6px;
  margin: 0 0 18px;
  padding: 12px 14px;
}

.jwl-form-notice--success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.jwl-form-notice--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

.jwl-contact-channels {
  margin-top: 22px;
}

.jwl-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.jwl-social-links a {
  border: 1px solid #d1d5db;
  border-radius: 4px;
  color: #111827;
  display: inline-block;
  padding: 8px 10px;
  text-decoration: none;
}

.jwl-floating-contact {
  bottom: 22px;
  position: fixed;
  right: 22px;
  z-index: 999;
}

.jwl-floating-contact a {
  background: #25d366;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 12px 16px;
  text-decoration: none;
}
