.plist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 990px) {
  .plist-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.plist-item {
  display: flex;
}

.plist-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  border: 1px solid #efefef;
  transition: box-shadow 0.3s;
}
.plist-card:hover {
  box-shadow: 0 2px 19px 0 rgba(54, 58, 59, 0.16);
}

.plist-image-link {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.plist-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.plist-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.6s ease;
}
.plist-image .plist-img-primary {
  opacity: 1;
}
.plist-image .plist-img-hover {
  opacity: 0;
}

.plist-card:hover .plist-image .plist-img-primary {
  opacity: 0;
}
.plist-card:hover .plist-image .plist-img-hover {
  opacity: 1;
}

.plist-info {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.plist-name {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  color: #242827;
  line-height: 1.4;
  margin: 0 0 10px;
}
.plist-name a {
  color: #242827;
}
.plist-name a:hover {
  color: #0a3dad;
}

.plist-desc {
  font-size: 0.875em;
  color: #666;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.proddetail-container {
  background-color: #f4f6f9;
  padding-top: 2.5em;
  padding-bottom: 3.75em;
}

.proddetail-layout {
  display: flex;
  gap: 40px;
}
@media (max-width: 990px) {
  .proddetail-layout {
    flex-direction: column;
    gap: 30px;
  }
}

.proddetail-gallery {
  flex: 0 0 55%;
}
@media (max-width: 990px) {
  .proddetail-gallery {
    flex: none;
  }
}

.proddetail-main-image {
  width: 100%;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  padding: 10px;
  margin-bottom: 15px;
}
.proddetail-main-image img {
  width: 100%;
  height: auto;
  display: block;
}

.proddetail-thumb-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.proddetail-thumb {
  width: 80px;
  height: 80px;
  border: 2px solid #e0e0e0;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.3s;
}
.proddetail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proddetail-thumb:hover, .proddetail-thumb.is-active {
  border-color: #0a3dad;
}

.proddetail-info {
  flex: 1;
  position: sticky;
  align-self: flex-start;
}
@media (max-width: 990px) {
  .proddetail-info {
    position: static;
  }
}

.proddetail-name {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.625em;
  font-weight: 700;
  color: #333333;
  line-height: 1.3;
  margin: 0 0 20px;
}

.proddetail-brief {
  margin-bottom: 25px;
}
.proddetail-brief ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.proddetail-brief li {
  font-size: 0.9375em;
  color: #666;
  line-height: 1.7;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.proddetail-brief li:last-child {
  border-bottom: none;
}

.proddetail-actions {
  margin-bottom: 25px;
}

.proddetail-inquire-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.proddetail-share {
  display: flex;
  align-items: center;
  gap: 15px;
}
.proddetail-share span {
  font-size: 0.875em;
  color: #666;
  font-weight: 500;
}

.proddetail-share-buttons {
  display: flex;
  gap: 8px;
}
.proddetail-share-buttons .share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  text-decoration: none;
  transition: all 0.3s;
}
.proddetail-share-buttons .share-btn:hover {
  color: #ffffff;
}
.proddetail-share-buttons .share-btn[data-network=facebook]:hover {
  background: #3b5998;
}
.proddetail-share-buttons .share-btn[data-network=twitter]:hover {
  background: #1da1f2;
}
.proddetail-share-buttons .share-btn[data-network=linkedin]:hover {
  background: #0077b5;
}
.proddetail-share-buttons .share-btn[data-network=pinterest]:hover {
  background: #bd081c;
}
.proddetail-share-buttons .share-btn[data-network=whatsapp]:hover {
  background: #25d366;
}
.proddetail-share-buttons .share-btn[data-network=wechat]:hover {
  background: #07c160;
}

.proddetail-specs-container,
.proddetail-content-container {
  background-color: #f4f6f9;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

.proddetail-section-title {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  color: #333333;
  line-height: 1.4;
  margin: 0 0 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #0a3dad;
}

.proddetail-table-wrap {
  overflow-x: auto;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.proddetail-specs-table {
  width: 100%;
  border-collapse: collapse;
}
.proddetail-specs-table tr {
  border-bottom: 1px solid #eee;
}
.proddetail-specs-table tr:last-child {
  border-bottom: none;
}
.proddetail-specs-table td {
  padding: 15px 20px;
  font-size: 0.9375em;
  line-height: 1.6;
}
.proddetail-specs-table .spec-label {
  width: 30%;
  font-weight: 600;
  color: #333333;
  background: #fafafa;
}
.proddetail-specs-table .spec-value {
  color: #666;
}

.proddetail-rich-text {
  background: #ffffff;
  border-radius: 4px;
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
@media (max-width: 990px) {
  .proddetail-rich-text {
    padding: 20px;
  }
}

.related-section-container {
  background: #ffffff;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

.related-section-title {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin: 0 0 40px;
}

.related-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 990px) {
  .related-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.related-article-item .related-article-image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 15px;
}
.related-article-item .related-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.related-article-item .related-article-image:hover img {
  transform: scale(1.08);
}
.related-article-item .related-article-title {
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.related-article-item .related-article-title a {
  color: #333333;
  text-decoration: none;
}
.related-article-item .related-article-title a:hover {
  color: #0a3dad;
}

.related-empty-text {
  font-size: 0.9375em;
  color: #999;
  text-align: center;
  padding: 40px 0;
  grid-column: 1/-1;
}

/*# sourceMappingURL=products.css.map */
