/* Product list & news single — Classic Industry */

/* ========== Product center list ========== */
.product-center-wrap {
  background: linear-gradient(180deg, #f3f0ec 0%, #faf9f7 140px, #fff 100%);
}

.product-center-hero__inner {
  border: 1px solid rgba(37, 13, 1, 0.06);
  position: relative;
  overflow: hidden;
}

.product-center-hero__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--second-theme-color), var(--first-theme-color));
}

.product-center-hero__title::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: var(--second-theme-color);
  margin: 12px auto 0;
  border-radius: 2px;
}

.product-center-catalog__panel {
  border: 1px solid rgba(37, 13, 1, 0.05);
}

.product-center-catalog__title {
  color: var(--first-theme-color);
  position: relative;
  padding-left: 14px;
}

.product-center-catalog__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 4px;
  background: var(--second-theme-color);
  border-radius: 2px;
}

.product-center-grid .product-card {
  background: #fff;
  border: 1px solid #ebe6e1;
  box-shadow: 0 4px 18px rgba(37, 13, 1, 0.05);
}

.product-center-grid .product-card--linked:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(255, 89, 12, 0.14);
}

.product-center-grid .product-card__img {
  position: relative;
  background: linear-gradient(180deg, #faf8f6 0%, #fff 100%);
  border-bottom: 1px solid #f0ebe6;
  overflow: hidden;
}

.product-center-grid .product-card__img img {
  padding: 14px;
  transition: transform 0.4s ease;
}

.product-center-grid .product-card--linked:hover .product-card__img img {
  transform: scale(1.04);
}

.product-center-grid .product-card__body h3 {
  color: var(--first-theme-color);
  font-size: 1.08rem;
  transition: color 0.25s ease;
}

.product-center-grid .product-card--linked:hover .product-card__body h3 {
  color: var(--second-theme-color);
}

.product-center-grid .product-card__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--second-theme-color);
  transition: gap 0.25s ease;
}

.product-center-grid .product-card--linked:hover .product-card__more {
  gap: 10px;
}

.product-center-pagination .page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-center-pagination a,
.product-center-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid #e0dbd6;
  font-weight: 500;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.product-center-pagination a:hover {
  background: var(--second-theme-color);
  border-color: var(--second-theme-color);
  color: #fff;
}

.product-center-pagination .current {
  background: var(--second-theme-color);
  border-color: var(--second-theme-color);
  color: #fff;
  font-weight: 600;
}

.product-search-empty {
  background: #faf8f6;
  border-radius: 12px;
  border: 1px dashed #e0dbd6;
}

/* ========== News single ========== */
.news-single-wrap {
  background: linear-gradient(180deg, #f3f0ec 0%, #faf9f7 120px, #fff 100%);
  padding-bottom: 3rem;
}

.news-single-wrap .contentsecwrap {
  padding-top: 1.5rem;
}

.news-single-wrap .page-header {
  margin-bottom: 0;
  padding: 1.75rem 1.75rem 1.5rem;
  background: #fff;
  border-radius: 14px 14px 0 0;
  box-shadow: 0 4px 24px rgba(37, 13, 1, 0.05);
  border: 1px solid rgba(37, 13, 1, 0.05);
  border-bottom: none;
}

.news-single-wrap .page-header span,
.news-single-wrap .page-header span a {
  font-size: 13px;
  color: #888;
  display: block;
  margin-bottom: 0.75rem;
}

.news-single-wrap .page-header h1 {
  margin: 0;
  font-size: 1.85rem;
  line-height: 1.35;
  color: var(--first-theme-color);
}

.news-single-wrap .single-post {
  background: #fff;
  border-radius: 0 0 14px 14px;
  padding: 0 1.75rem 1.75rem;
  box-shadow: 0 8px 32px rgba(37, 13, 1, 0.06);
  border: 1px solid rgba(37, 13, 1, 0.05);
  border-top: 1px solid #f0ebe6;
  margin-bottom: 1.5rem;
}

.news-single-wrap .single-post .post-thumb {
  margin: 0 -1.75rem 1.5rem;
  border-radius: 0;
  overflow: hidden;
}

.news-single-wrap .single-post .post-thumb img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.news-single-wrap .single-post .postmeta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding: 0.85rem 1rem;
  margin-bottom: 1.5rem;
  background: #faf8f6;
  border-radius: 10px;
  border: 1px solid #f0ebe6;
  font-size: 13px;
  color: #666;
}

.news-single-wrap .single-post .postmeta > div {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.news-single-wrap .single-post .postmeta span {
  display: none;
}

.news-single-wrap .single-post .postmeta i {
  color: var(--second-theme-color);
  font-size: 12px;
}

.news-single-wrap .single-post .entry-content {
  color: #444;
  font-size: 16px;
  line-height: 1.9;
}

.news-single-wrap .single-post .entry-content p {
  margin-bottom: 1.15rem;
}

.news-single-wrap .single-post .entry-content img {
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(37, 13, 1, 0.08);
}

.news-single-wrap .single-post .entry-content h2,
.news-single-wrap .single-post .entry-content h3 {
  color: var(--first-theme-color);
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}

.news-single-wrap .single-post .tags {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px dashed #e8e2dc;
}

.news-single-wrap .single-post .tags a {
  display: inline-block;
  margin: 4px 8px 4px 0;
  padding: 6px 14px;
  background: rgba(255, 89, 12, 0.1);
  color: var(--second-theme-color) !important;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease;
}

.news-single-wrap .single-post .tags a:hover {
  background: var(--second-theme-color);
  color: #fff !important;
}

.news-single-wrap .post-navigation {
  margin-top: 0;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(37, 13, 1, 0.05);
  border: 1px solid rgba(37, 13, 1, 0.05);
}

.news-single-wrap .post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.news-single-wrap .post-navigation .nav-previous,
.news-single-wrap .post-navigation .nav-next {
  flex: 1;
  max-width: 48%;
}

.news-single-wrap .post-navigation .nav-next {
  text-align: right;
}

.news-single-wrap .post-navigation a {
  display: block;
  padding: 0.75rem 1rem;
  background: #faf8f6;
  border-radius: 8px;
  border: 1px solid #ebe6e1;
  color: var(--first-theme-color);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.news-single-wrap .post-navigation a:hover {
  border-color: rgba(255, 89, 12, 0.35);
  background: #fff;
  color: var(--second-theme-color);
}

.news-single-wrap .social-icon {
  margin-bottom: 1rem;
}

.news-single-wrap #sidebar aside.widget {
  background: #fff;
  border: 1px solid #ebe6e1;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(37, 13, 1, 0.04);
}

@media (max-width: 991px) {
  .news-single-wrap .page-header h1 {
    font-size: 1.55rem;
  }
}

@media (max-width: 767px) {
  .product-center-hero__inner {
    padding: 1.5rem 1.25rem;
  }

  .product-center-catalog__panel {
    padding: 1.5rem 1.25rem 2rem;
  }

  .product-center-catalog__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-single-wrap .page-header,
  .news-single-wrap .single-post {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .news-single-wrap .single-post .post-thumb {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .news-single-wrap .post-navigation .nav-links {
    flex-direction: column;
  }

  .news-single-wrap .post-navigation .nav-previous,
  .news-single-wrap .post-navigation .nav-next {
    max-width: 100%;
  }

  .news-single-wrap .post-navigation .nav-next {
    text-align: left;
  }
}
